diff --git a/addons/account/i18n/am.po b/addons/account/i18n/am.po index 12b6ee86a07..58665c6c59e 100644 --- a/addons/account/i18n/am.po +++ b/addons/account/i18n/am.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "ቀሪ" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/ar.po b/addons/account/i18n/ar.po index d7809af3fd2..0f602a023ac 100644 --- a/addons/account/i18n/ar.po +++ b/addons/account/i18n/ar.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "عدد خانات الأرقام" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "عدد العناصر" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "عدد السطور" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "عدد الحركات" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#القيود" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -621,7 +622,7 @@ msgstr "" "تسجيل قيود جديدة ونريد ان قفل هذه الفترة لحساب الضريبية ذات الصلة." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -647,11 +648,9 @@ msgstr "نوع الحساب" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -660,10 +659,10 @@ msgstr "نوع الحساب" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1357,7 +1356,7 @@ msgstr "" "تستطيع تعديل أي منها." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1424,10 +1423,10 @@ msgstr "دائماً" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1487,8 +1486,8 @@ msgstr "تحليلي" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1812,7 +1811,7 @@ msgid "Average Rate" msgstr "متوسط النسبة" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1820,21 +1819,21 @@ msgstr "بنك" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "حساب غير صالح!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1878,14 +1877,14 @@ msgstr "الميزانية العمومية" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "الميزانية العمومية(حساب الاصول)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "الميزانية العامة (حسابات الخصوم)" @@ -1908,7 +1907,7 @@ msgstr "متوازن" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "مصرف" @@ -2239,7 +2238,7 @@ msgstr "" "استرداد هذه الفاتورة فقط" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2250,19 +2249,19 @@ msgstr "" "ضع تسلسل في تعريف اليومية للترقيم التلقائي أو ضع تسلسل لها يدويا" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "لا يمكن التحريك بعملة غير .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2304,7 +2303,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "لا يمكن انشاء رمز قيد يوميه غير مستخدم" @@ -2321,7 +2320,7 @@ msgstr "رمز الحالة" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "نقدي" @@ -2376,6 +2375,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2676,6 +2676,13 @@ msgstr "ضرائب فرعية" msgid "Choose Fiscal Year" msgstr "اختار السنة المالية" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2718,7 +2725,7 @@ msgstr "إغلاق حالات السنة المالية و الفترات" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2804,22 +2811,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "تقرير مشترك" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "إتصالات" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2969,8 +2970,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3044,7 +3045,7 @@ msgstr "مؤكد" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3431,7 +3432,6 @@ msgstr "تسلسل إشعار الرصيد" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3459,7 +3459,7 @@ msgstr "عملة" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "تعديل العملة" @@ -3590,9 +3590,8 @@ msgstr "العملاء" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3817,14 +3816,13 @@ msgstr "اشرح لماذا قمت بأخد نقود من الماكينة:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4010,7 +4008,7 @@ msgstr "مستحق" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4038,13 +4036,13 @@ msgid "Duration" msgstr "المُدة" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4061,7 +4059,7 @@ msgstr "التاريخ الفعلي" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4225,7 +4223,7 @@ msgid "Entries Sorted by" msgstr "قيود يوميه مصنفه حسب" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "المدخلات ليست من نفس الحساب او تم تسويتها بالفعل ! " @@ -4237,7 +4235,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "القيود: " @@ -4248,7 +4246,7 @@ msgid "Entry" msgstr "قيد" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "المدخل \"%s\" غير صالح !" @@ -4282,7 +4280,7 @@ msgid "Entry Subscription" msgstr "إشتراك القيد" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "تم تسوية القيد سابقاً" @@ -4299,51 +4297,53 @@ msgid "Equity" msgstr "الأسهم" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "خطأ" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4467,7 +4467,7 @@ msgstr "مرشحات مفصلة..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4490,7 +4490,7 @@ msgstr "إملأ هذا النموذج إذا وضعت مال في صندوق ا #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4653,7 +4653,6 @@ msgstr "الأوضاع المالية" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4891,6 +4890,12 @@ msgstr "خصائص محاسبية متكاملة: يوميات، قوائم قا msgid "Future" msgstr "مستقبل" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5001,7 +5006,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "الضرائب العلميه المحدده لكنها لا تكون في اسطر الفاتوره" @@ -5012,8 +5017,8 @@ msgid "Go to Next Partner" msgstr "ذهاب للشريك التالي" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5058,6 +5063,7 @@ msgstr "أحسنت" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5067,11 +5073,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "خطوط فاتورة المجموعة" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "مجموعة من شهر تاريخ الفاتورة" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5096,7 +5097,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5186,7 +5186,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5218,7 +5217,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5227,6 +5225,12 @@ msgstr "" msgid "Icon" msgstr "أيقونة" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5443,7 +5447,15 @@ msgid "" msgstr "لكي تغلق الفتره يجب ان تعمل قيود يوميه متعلقه بالفتره" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5536,8 +5548,8 @@ msgstr "" "يقوم بتثبيت دليل محاسبي متوافق مع احتياجات مؤسستك حسب قوانين وأنظمة بلدك." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5601,7 +5613,8 @@ msgid "IntraCom" msgstr "إنترا كوم" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5625,7 +5638,7 @@ msgstr "رصيد تحليلي معكوس -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5640,7 +5653,6 @@ msgstr "عملة الفاتورة" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "تاريخ الفاتورة" @@ -5664,11 +5676,6 @@ msgstr "خط الفاتورة" msgid "Invoice Lines" msgstr "سطور الفاتورة" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5740,13 +5747,13 @@ msgid "Invoice paid" msgstr "تم دفع الفاتورة" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "فاتورة مدفوعة جزئياً: %s%s من %s%s (%s%s متبقي)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5865,7 +5872,7 @@ msgstr "هذا يشير أن الفاتورة قد تم ارسالها." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5908,9 +5915,7 @@ msgstr "يناير" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5922,7 +5927,7 @@ msgstr "يناير" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6022,7 +6027,7 @@ msgid "Journal Item" msgstr "عنصر يومية" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6030,7 +6035,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6039,7 +6044,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6089,6 +6094,11 @@ msgstr "اختيار اليومية" msgid "Journal for analytic entries" msgstr "دفتر اليومية للقيود التحليلية" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6197,8 +6207,8 @@ msgstr "الإبقاء فارغ لاستخدام فترة تاريخ المصا #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6427,11 +6437,6 @@ msgstr "تاريخ أخر تسوية كاملة" msgid "Latest Manual Reconciliation Processed:" msgstr "اخر تسوية يدوية" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6490,7 +6495,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "يجب أن تكون قائمة جميع الضرائب مثبتة من قبل المعالج" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "خسائر" @@ -6501,7 +6507,13 @@ msgid "Loss Account" msgstr "حساب الخسارة" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "متفرقات" @@ -6592,7 +6604,7 @@ msgstr "" "يرجى تحديد الشريك على ذلك!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6643,7 +6655,7 @@ msgid "Miscellaneous" msgstr "متفرقات" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "يومية ممتنوعة" @@ -6677,6 +6689,8 @@ msgstr "" "تعديل: سوف يتم إنشاء مرتجع و تسوية للفاتورة ثم إعادة إنشاء فاتورة أولية جديدة" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6724,7 +6738,7 @@ msgid "Move bank reconcile" msgstr "انقل تسوية البنك" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6736,7 +6750,7 @@ msgid "Move line reconcile select" msgstr "انقل السطر و اختر الموازنة" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "نقل اسم(معرف):%s(%s)" @@ -6778,8 +6792,8 @@ msgstr "اسم القيود الجديدة" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6787,7 +6801,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "جديد" @@ -6840,9 +6854,9 @@ msgid "Next supplier invoice number" msgstr "رقم فاتورة المورد التالي" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6878,19 +6892,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6913,14 +6927,14 @@ msgid "No period found on the invoice." msgstr "لم يتم العثور على فترة للفاتورة" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "لا توجد نقطة فاصلة في التاريخ أو توجد أكثر من نقطة." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7062,7 +7076,14 @@ msgstr "" "كصلاحية للتسوية التلقائية" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "تم" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "الدفاتر الافتتاحية" @@ -7094,15 +7115,15 @@ msgid "Only One Chart Template Available" msgstr "يوجد نموذج رسم واحد فقط" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7150,8 +7171,8 @@ msgstr "فتح اليومية" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7173,8 +7194,8 @@ msgstr "مفتوح لإلغاء التسوية" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "رصيد أول المدة" @@ -7202,7 +7223,7 @@ msgstr "فتح قيود حساب الدخل" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "يومية القيود الإفتتاحية" @@ -7218,7 +7239,7 @@ msgid "Opening Entries Reconciliation" msgstr "تسوية القيود الافتتاحية" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7226,7 +7247,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "افتتاح الفترة" @@ -7410,8 +7431,8 @@ msgstr "مدخلات التسوية الجزئية" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7451,6 +7472,11 @@ msgstr "" msgid "Partner Ledger" msgstr "دفتر الشركاء" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7669,7 +7695,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7684,7 +7709,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7794,31 +7819,31 @@ msgstr "" "برجاء مراجعة ما إذا كان الحقل \"دفتر/يومية\" تم اختياره على كشف حساب البنك" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "قم بإنشاء سطور للفاتورة." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "الرجاء تعريف تسلسل لليومية" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "من فضلك حدد تسلسل دفاتير اليومية التي لها علاقة بهذه الفاتورة" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "تحقق من أن الحساب معرف في اليومية." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7954,13 +7979,10 @@ msgstr "شكل الفاتورة" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7978,6 +8000,11 @@ msgstr "فئة المنتج" msgid "Product Information" msgstr "معلومات المنتج" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7985,7 +8012,6 @@ msgstr "قالب المنتج" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "وحدة قياس المنتج" @@ -7996,21 +8022,22 @@ msgid "Products Quantity" msgstr "كمية المنتجات" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "الربح" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "الأرباح و الخسائر (حساب المصاريف)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "الأرباح و الخسائر(حساب الدخل)" @@ -8081,7 +8108,7 @@ msgid "Purchase" msgstr "شراء" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "يومية المشتريات" @@ -8092,7 +8119,7 @@ msgid "Purchase Refund" msgstr "إعادة المشتريات" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "يومية تسديد الشراء" @@ -8103,7 +8130,7 @@ msgid "Purchase Tax" msgstr "ضريبة الشراء" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "ضريبة الشراء %0.2f%%" @@ -8154,16 +8181,10 @@ msgstr "كود بايثون" msgid "Python Code (reverse)" msgstr "كود بايثنو (عكسي)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "الكمية" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8293,6 +8314,13 @@ msgstr "تسوية مع إلغاء" msgid "Reconcile Writeoff" msgstr "تسوية المبالغ المعدومة" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8316,7 +8344,7 @@ msgstr "معاملات تمت تسويتها" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8385,6 +8413,7 @@ msgstr "مرجع" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8419,7 +8448,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8574,7 +8603,10 @@ msgid "Reset to Draft" msgstr "إعادة التعيين لمسودة" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "متبقي" @@ -8593,7 +8625,6 @@ msgstr "اجمالي المتبقى يالعملة" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "مسئول" @@ -8655,13 +8686,13 @@ msgid "Running Subscriptions" msgstr "إدارة الإشتراكات" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "حساب المبيعات" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8716,13 +8747,13 @@ msgid "Sales" msgstr "المبيعات" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "يومية المبيعات" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "يومية رد المبيعات" @@ -8732,6 +8763,11 @@ msgstr "يومية رد المبيعات" msgid "Sales Tax(%)" msgstr "ضريبة المبيعات(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8887,7 +8923,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9161,7 +9197,7 @@ msgid "Smallest Text" msgstr "أصغر نص" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "بعض القيود قد تمت تسويتها مسبقا." @@ -9292,7 +9328,7 @@ msgid "Start period" msgstr "بداية الفترة" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "فترة البدأ يجب أن تكون قبل فترة الانتهاء" @@ -9318,7 +9354,7 @@ msgid "Statement" msgstr "قائمة" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "قد تم تأكيد كشف %s، تم انشاء اليومية." @@ -9376,11 +9412,6 @@ msgstr "إحصائيات" msgid "Status" msgstr "الحالة" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9439,7 +9470,7 @@ msgstr "مورِّد" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9465,7 +9496,7 @@ msgstr "نظام السداد للمورد" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9507,7 +9538,7 @@ msgstr "سحب نقد" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9559,8 +9590,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9569,7 +9600,7 @@ msgid "Tax" msgstr "ضريبة" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "ضرائب %.2f%%" @@ -9730,7 +9761,7 @@ msgid "Tax Use In" msgstr "استخدام الضرائب في" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9794,7 +9825,7 @@ msgid "Taxes Report" msgstr "تقرير الضرائب" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9861,7 +9892,7 @@ msgstr "الشروط" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9887,19 +9918,19 @@ msgid "The account basis of the tax declaration." msgstr "أساس الحساب لاعلان الضريبة." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "حالة خطوط المدخلات للحاسب غير صالحة." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "لم يعرف الحساب لتسويته !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9932,7 +9963,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10156,7 +10194,7 @@ msgstr "" "الثانوية على الحساب أو تحديد طريقة عرض العملات في اليومية." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10193,7 +10231,7 @@ msgstr "" "الحالة، ترتيب التقييم يصبح مهمًا." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10229,13 +10267,19 @@ msgid "" msgstr "لا يوجد شركات بدون دليل حسابات. لذا لن يظهر المعالج." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10243,7 +10287,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10265,7 +10309,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10275,13 +10319,13 @@ msgstr "" "الافتتاحي" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "لا يوجد رمز لنموذج الحساب الرئيسي" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10289,7 +10333,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10498,6 +10542,14 @@ msgstr "" "يستخدم هذا الحقل لإعداد التقارير القانونية: الأرباح و الخسائر و الميزانية " "العمومية." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10548,7 +10600,7 @@ msgstr "" "ام لا. ويحسب هذا العنصر بالفعل الشريك الحالي كمتفق معه." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10558,7 +10610,7 @@ msgstr "" "الخاصة بها." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10722,7 +10774,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10760,16 +10812,18 @@ msgid "To Review" msgstr "للمراجعة" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "لتسوية القيود, الشركة يجب أن تكون نفسها لكل القيود المختارة." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10780,6 +10834,7 @@ msgstr "لتسوية القيود, الشركة يجب أن تكون نفسها #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "الإجمالي" @@ -10914,7 +10969,7 @@ msgstr "الإجمالي:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "معاملة" @@ -10962,7 +11017,6 @@ msgstr "صحيح" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10978,13 +11032,13 @@ msgid "Type Controls" msgstr "اكتب ضوابط" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "لايمكن قبول الرصيد الافتتاحي بقيمة سالبة" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "لا يمكنك تغيير الضريبة!" @@ -11008,6 +11062,11 @@ msgid "" "created." msgstr "الرقيم الفريد للفاتورة, يحسب تلقائيًا عندما يتم انشاء الفاتورة." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11195,18 +11254,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "مستخدم" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11299,36 +11357,37 @@ msgstr "عرض خطوط الحساب التحليلي" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "تحذير" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "تحذير !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11373,7 +11432,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11427,7 +11486,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "إلغاء" @@ -11454,7 +11513,7 @@ msgid "Write-Off amount" msgstr "مبلغ ملغي" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11487,6 +11546,17 @@ msgstr "جمع السنة" msgid "Yes" msgstr "نعم" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11497,13 +11567,13 @@ msgstr "" "الشريك المتحد" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "لا يمكنك اضافة/تعديل قيود لفترة قد تم اغلاقها %s لليومية %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "لا يمكن إعادة فتح فترة في سنة مالية مغلقة" @@ -11548,7 +11618,7 @@ msgstr "" "الأصل. على سبيل المثال، وضع 1/-1 إذا كنت ترغب في إضافة / طرح ذلك." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11562,7 +11632,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11572,13 +11642,13 @@ msgstr "" "المتعلقة بالفاتورة أولا." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "لا يمكن تغيير رمز الدفتر / اليومية التي تحتوي قيود." #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11586,13 +11656,13 @@ msgid "" msgstr "لا يمكنك تغيير شركة مالكة لحساب يحتوي بالفعل علي عناصر يومية." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "لا يمكنك تغيير الضريبة، يجب أن تحذف وتنشئ أصناف(خطوط) جديدة." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11601,7 +11671,7 @@ msgstr "" "لا يمكن تغيير نوع حساب من \"مغلق\" لأي نوع آخر إذا كان يحتوي قيود يومية" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11609,7 +11679,7 @@ msgid "" msgstr "لا يمكن تغيير نوع الحساب '%s' حيث انه يحتوي بيانات!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11652,13 +11722,13 @@ msgid "" msgstr "لا يمكن انشاء اكثر من حركة لكل فترة في دفتر يومية مجمعة" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "لا يمكنك الغاء تفعيل حساب لديه يوميات ." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "لا يمكن حذف القيد المرحل \"%s\"." @@ -11683,7 +11753,7 @@ msgid "" msgstr "لايمكنك حذف الفاتورة، فقط يمكنك ردها." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11692,7 +11762,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11701,7 +11771,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11709,7 +11779,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "لا يمكنك تعديل/حذف يومية لها قيود لهذه الفترة." @@ -11722,13 +11792,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "لا يمكنك حذف حساب لديه يوميات متعلقة به" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11736,7 +11806,7 @@ msgid "" msgstr "لا يمكنك حذف/الغاء تفعيل حساب مرتبط بعميل أو مورد" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11747,14 +11817,14 @@ msgstr "" "السنة المالية." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "لا يمكنك استخدام حساب غير مغعل." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11762,7 +11832,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11771,7 +11841,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11779,13 +11849,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11801,8 +11871,8 @@ msgstr "" "و اليومية في السياق." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11817,14 +11887,14 @@ msgid "" msgstr "ستحدد حساب البنك في تحديد اليومية للتسوية." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11844,7 +11914,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "اختر سجلاً واحداً على الأقل." @@ -11856,7 +11926,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "يجب تعريف دفتر يومية تحليلي من نوع '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11880,7 +11950,7 @@ msgid "You must set a start date." msgstr "يجب أن تقوم بتحديد تاريخ البدء." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11890,13 +11960,13 @@ msgstr "" "الافتتاحية" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "يجب اختيار الفترات التي تنتمي لنفس الشركة" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11905,7 +11975,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11924,7 +11994,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11950,7 +12020,7 @@ msgid "balance" msgstr "الرصيد" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12002,7 +12072,7 @@ msgstr "غلق الفترة" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12014,7 +12084,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12031,14 +12101,14 @@ msgstr "الاسم" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12061,3 +12131,15 @@ msgstr "تستخدم في قائمة نطاق التسوية، و لا يمكن #: selection:account.subscription,period_type:0 msgid "year" msgstr "سنة" + +#~ msgid "Qty" +#~ msgstr "الكمية" + +#~ msgid "#Entries" +#~ msgstr "#القيود" + +#~ msgid "# of Lines" +#~ msgstr "عدد السطور" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "مجموعة من شهر تاريخ الفاتورة" diff --git a/addons/account/i18n/bg.po b/addons/account/i18n/bg.po index 8203aa608d2..ff7fd5df116 100644 --- a/addons/account/i18n/bg.po +++ b/addons/account/i18n/bg.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# от цифри" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# артикули" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# Редове" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# от транзакция" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Записи" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "Вид сметка" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "Вид сметка" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1351,7 +1350,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1418,10 +1417,10 @@ msgstr "Винаги" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1481,8 +1480,8 @@ msgstr "Аналитичен" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1806,7 +1805,7 @@ msgid "Average Rate" msgstr "Средна норма" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1814,21 +1813,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1872,14 +1871,14 @@ msgstr "Баланс" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1902,7 +1901,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Банка" @@ -2229,7 +2228,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2238,19 +2237,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2288,7 +2287,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2305,7 +2304,7 @@ msgstr "Код на казус" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "В брой" @@ -2360,6 +2359,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2654,6 +2654,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Изберете финансова година" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2696,7 +2703,7 @@ msgstr "Затваряне на състояния на данъчна годи #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2782,22 +2789,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Комуникация" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2947,8 +2948,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3022,7 +3023,7 @@ msgstr "Потвърден" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3409,7 +3410,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3437,7 +3437,7 @@ msgstr "Валута" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3568,9 +3568,8 @@ msgstr "Клиенти" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3795,14 +3794,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3988,7 +3986,7 @@ msgstr "За плащане" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4016,13 +4014,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4039,7 +4037,7 @@ msgstr "Ефективна дата" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4203,7 +4201,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Записите не са от същата сметка или не са изравнени ! " @@ -4215,7 +4213,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Записи: " @@ -4226,7 +4224,7 @@ msgid "Entry" msgstr "Запис" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Запис \"%s\" е невалиден !" @@ -4260,7 +4258,7 @@ msgid "Entry Subscription" msgstr "Абонамент за запис" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4277,51 +4275,53 @@ msgid "Equity" msgstr "Акции" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Грешка" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4437,7 +4437,7 @@ msgstr "Разширени филтри" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4460,7 +4460,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4623,7 +4623,6 @@ msgstr "Фискални позиции" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4848,6 +4847,12 @@ msgstr "" msgid "Future" msgstr "Бъдеще" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4958,7 +4963,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4969,8 +4974,8 @@ msgid "Go to Next Partner" msgstr "Премини към следващ партньор" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5015,6 +5020,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5024,11 +5030,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Групиране на фактурни редове" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5053,7 +5054,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5143,7 +5143,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5175,7 +5174,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5184,6 +5182,12 @@ msgstr "" msgid "Icon" msgstr "Икона" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5392,7 +5396,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5485,8 +5497,8 @@ msgstr "" "счетоводните нужди на вашата фирма на база държава." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5550,7 +5562,8 @@ msgid "IntraCom" msgstr "Интраком" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5574,7 +5587,7 @@ msgstr "Обърнат аналитичен баланс -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5589,7 +5602,6 @@ msgstr "Валута на фактура" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Дата на фактура" @@ -5613,11 +5625,6 @@ msgstr "Ред от фактура" msgid "Invoice Lines" msgstr "Редове на фактура" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5689,13 +5696,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5810,7 +5817,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5853,9 +5860,7 @@ msgstr "Януари" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5867,7 +5872,7 @@ msgstr "Януари" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5967,7 +5972,7 @@ msgid "Journal Item" msgstr "Артикул от дневник" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5975,7 +5980,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5984,7 +5989,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6034,6 +6039,11 @@ msgstr "Избор на дневник" msgid "Journal for analytic entries" msgstr "Дневник за аналитични записи" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6142,8 +6152,8 @@ msgstr "Оставете празно за да се използва потвъ #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6372,11 +6382,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6436,7 +6441,8 @@ msgstr "" "Списък на всички данъци които трябва да бъдат инсталирани от помощника" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6447,7 +6453,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6535,7 +6547,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6583,7 +6595,7 @@ msgid "Miscellaneous" msgstr "Разни" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Различни дневници" @@ -6616,6 +6628,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6663,7 +6677,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6675,7 +6689,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6717,8 +6731,8 @@ msgstr "Име на нови записи" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6726,7 +6740,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6779,9 +6793,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6817,19 +6831,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6852,14 +6866,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "Липса на период или множество намерени периоди за тази дата." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6999,7 +7013,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Добре" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7031,15 +7052,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7087,8 +7108,8 @@ msgstr "Отваряне на дневник" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7110,8 +7131,8 @@ msgstr "Отваряне за връщане на равняване" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Начален баланс" @@ -7139,7 +7160,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Отваряне на Журнал със записи" @@ -7155,7 +7176,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7163,7 +7184,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7347,8 +7368,8 @@ msgstr "Частично равнени записи" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7388,6 +7409,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Счетоводна книга-Партньори" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7602,7 +7628,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7617,7 +7642,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7726,31 +7751,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Моля проверете че в дневника е зададена сметка" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7885,13 +7910,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7909,6 +7931,11 @@ msgstr "Продуктова категория" msgid "Product Information" msgstr "Продуктова информация" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7916,7 +7943,6 @@ msgstr "Шаблон за продукт" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7927,21 +7953,22 @@ msgid "Products Quantity" msgstr "Количества на продукт" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8012,7 +8039,7 @@ msgid "Purchase" msgstr "Поръчка" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Дневник за поръчки" @@ -8023,7 +8050,7 @@ msgid "Purchase Refund" msgstr "Обезщетение за покупка" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Дневник обезщетения за покупки" @@ -8034,7 +8061,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8085,16 +8112,10 @@ msgstr "Python код" msgid "Python Code (reverse)" msgstr "Python код (обратно)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "К-во" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8224,6 +8245,13 @@ msgstr "Обединяване без отписване" msgid "Reconcile Writeoff" msgstr "Равняване на отписване" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8247,7 +8275,7 @@ msgstr "Приравнени транзаикции" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8316,6 +8344,7 @@ msgstr "Отпратка" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8351,7 +8380,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8506,7 +8535,10 @@ msgid "Reset to Draft" msgstr "Пращане в проект" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Остатък" @@ -8525,7 +8557,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Отговорник" @@ -8587,13 +8618,13 @@ msgid "Running Subscriptions" msgstr "Изпълняващи се абонаменти" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8648,13 +8679,13 @@ msgid "Sales" msgstr "Продажби" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Дневник продажби" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Дневник обезщетения за продажби" @@ -8664,6 +8695,11 @@ msgstr "Дневник обезщетения за продажби" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8814,7 +8850,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9066,7 +9102,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9197,7 +9233,7 @@ msgid "Start period" msgstr "Начало на период" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9223,7 +9259,7 @@ msgid "Statement" msgstr "Официален отчет" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9281,11 +9317,6 @@ msgstr "Статистика" msgid "Status" msgstr "Състояние" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9344,7 +9375,7 @@ msgstr "Доставчик" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9370,7 +9401,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9412,7 +9443,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9464,8 +9495,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9474,7 +9505,7 @@ msgid "Tax" msgstr "Данък" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9635,7 +9666,7 @@ msgid "Tax Use In" msgstr "Използван данък" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9697,7 +9728,7 @@ msgid "Taxes Report" msgstr "Справка за данъци" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9764,7 +9795,7 @@ msgstr "Условия" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9791,19 +9822,19 @@ msgid "The account basis of the tax declaration." msgstr "Базовата сметка за декларация на данък" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Редовете на записите на сметката не са във валидно състояние." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Сметката не е посочена за равняване!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9837,7 +9868,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10051,7 +10089,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10088,7 +10126,7 @@ msgstr "" "В този случай реда на изчисление е важен." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10122,13 +10160,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10136,7 +10180,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10156,7 +10200,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10164,13 +10208,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10178,7 +10222,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10377,6 +10421,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10421,7 +10473,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10429,7 +10481,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10580,7 +10632,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10618,16 +10670,18 @@ msgid "To Review" msgstr "За преглед" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10638,6 +10692,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Общо" @@ -10768,7 +10823,7 @@ msgstr "Общо:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Транзакция" @@ -10816,7 +10871,6 @@ msgstr "Истина" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10832,13 +10886,13 @@ msgid "Type Controls" msgstr "Видове контроли" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10863,6 +10917,11 @@ msgid "" msgstr "" "Уникален номер на фактурата, изчислен автоматично при създаване на фактура" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11050,18 +11109,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Потребител" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11152,36 +11210,37 @@ msgstr "Изглед на редове от аналитична сметка" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Предупреждение" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Предупреждение !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11222,7 +11281,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11276,7 +11335,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Отписване" @@ -11303,7 +11362,7 @@ msgid "Write-Off amount" msgstr "Сума за отписване" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11336,6 +11395,17 @@ msgstr "Годишна сума" msgid "Yes" msgstr "Да" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11346,13 +11416,13 @@ msgstr "" "партньор" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11396,7 +11466,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11418,7 +11488,7 @@ msgstr "" "Напр. Мой модел от %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11426,13 +11496,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11440,13 +11510,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11454,7 +11524,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11462,7 +11532,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11501,13 +11571,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11530,7 +11600,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11539,7 +11609,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11548,7 +11618,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11556,7 +11626,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11569,13 +11639,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11583,7 +11653,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11592,14 +11662,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11607,7 +11677,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11616,7 +11686,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11624,13 +11694,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11644,8 +11714,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11662,14 +11732,14 @@ msgstr "" "в дефиницията на дневника за приравняване." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11687,7 +11757,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11699,7 +11769,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11723,7 +11793,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11731,13 +11801,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11746,7 +11816,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11765,7 +11835,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11791,7 +11861,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11841,7 +11911,7 @@ msgstr "затворен период" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11853,7 +11923,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11870,14 +11940,14 @@ msgstr "обръщение" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11900,3 +11970,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "година" + +#~ msgid "Qty" +#~ msgstr "К-во" + +#~ msgid "#Entries" +#~ msgstr "#Записи" + +#~ msgid "# of Lines" +#~ msgstr "# Редове" diff --git a/addons/account/i18n/br.po b/addons/account/i18n/br.po index 985aaa49261..7096b99c902 100644 --- a/addons/account/i18n/br.po +++ b/addons/account/i18n/br.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/bs.po b/addons/account/i18n/bs.po index 838c674b62a..7d9baf643fa 100644 --- a/addons/account/i18n/bs.po +++ b/addons/account/i18n/bs.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralizacija" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Broj znamenki" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# stavki" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# Linija" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Broj transakcija" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Stavki" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -398,7 +399,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -409,16 +410,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Kliknite da kreirate knjižno odobrenje kupcu. \n" -"

\n" -" Knjižno odobrenje je dokument koji stornira \n" -" fakturu kompletno ili parcijalno.\n" -"

\n" -" Umjesto ručnog kreiranja povrata kupcu, možete ga \n" -" generisati direktno iz povezane fakture kupca.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -725,7 +716,7 @@ msgstr "" "poreznih evidencija." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -752,11 +743,9 @@ msgstr "Tip konta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -765,10 +754,10 @@ msgstr "Tip konta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1468,7 +1457,7 @@ msgstr "" "nećete više moći modificirati njihova polja." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1535,10 +1524,10 @@ msgstr "Uvijek" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1599,8 +1588,8 @@ msgstr "Analitika" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1926,7 +1915,7 @@ msgid "Average Rate" msgstr "Prosječna mjera" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1934,21 +1923,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Loš konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1992,14 +1981,14 @@ msgstr "Bilans stanja" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilans stanja (konto aktive)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilans (konto obveza)" @@ -2022,7 +2011,7 @@ msgstr "Izravnato" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banka" @@ -2356,7 +2345,7 @@ msgstr "" "ponovo otvoren. Jedino možete napraviti povrat po ovoj fakturi." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2368,19 +2357,19 @@ msgstr "" "kreirate sekvencu ručno za ovaj dio." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Nemože se kreirati kretanje sa valutom različitom od ..." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Nije moguće kreirati knjiženja za različite kompanije." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2422,7 +2411,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Nije moguće generisati nekorištenu šifru dnevnika." @@ -2439,7 +2428,7 @@ msgstr "Šifra pretinca" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Gotovina" @@ -2494,6 +2483,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2797,6 +2787,13 @@ msgstr "Podređeni porezi" msgid "Choose Fiscal Year" msgstr "Odaberite fiskalnu godinu" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2839,7 +2836,7 @@ msgstr "Fiskalne godine i periodi u stanju zatvoreno" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2925,22 +2922,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Izvještaji" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3090,8 +3081,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3172,7 +3163,7 @@ msgstr "Potvrđen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3560,7 +3551,6 @@ msgstr "Sekvenca odobrenja" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3588,7 +3578,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Podešavanje valuta" @@ -3719,9 +3709,8 @@ msgstr "Kupci" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3952,14 +3941,13 @@ msgstr "Opišite kad uzimate novac iz blagajne :" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4145,7 +4133,7 @@ msgstr "Krajnji rok" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4173,13 +4161,13 @@ msgid "Duration" msgstr "Trajanje" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4196,7 +4184,7 @@ msgstr "Efektivni datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4360,7 +4348,7 @@ msgid "Entries Sorted by" msgstr "Sortirano po" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4372,7 +4360,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Zapisi: " @@ -4383,7 +4371,7 @@ msgid "Entry" msgstr "Unos" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Stavka \"%s\" nije ispravna !" @@ -4417,7 +4405,7 @@ msgid "Entry Subscription" msgstr "Stavka pretplate" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Unos je već zatvoren." @@ -4434,51 +4422,53 @@ msgid "Equity" msgstr "Dionica" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4607,7 +4597,7 @@ msgstr "Napredni filteri..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4630,7 +4620,7 @@ msgstr "Ispunite ovaj obrazac za polaganje novca u blagajnu:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4793,7 +4783,6 @@ msgstr "Fiskalne pozicije" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5040,6 +5029,12 @@ msgstr "" msgid "Future" msgstr "Buduće" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5150,7 +5145,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Globalno su definirani porezi ali se ne nalaze na stavkama faktura!" @@ -5161,8 +5156,8 @@ msgid "Go to Next Partner" msgstr "Idi na slijedećeg partnera" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5207,6 +5202,7 @@ msgstr "Dobro odrađen posao!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5216,11 +5212,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Grupiši stavke fakture" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupiraj po mjesecu fakture" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5247,7 +5238,6 @@ msgstr "" "da bi mogao biti ubačen u kanban pogled." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5337,7 +5327,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5369,7 +5358,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5378,6 +5366,12 @@ msgstr "" msgid "Icon" msgstr "Znak" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5622,7 +5616,15 @@ msgstr "" "perioda." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5716,8 +5718,8 @@ msgstr "" "računovodstvenim potrebama vaše kompanije bazirano prema vašoj državi." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5781,7 +5783,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5805,7 +5808,7 @@ msgstr "Preokrenut saldo analitike -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5820,7 +5823,6 @@ msgstr "Valuta fakture" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum fakturiranja" @@ -5844,11 +5846,6 @@ msgstr "Redak fakture" msgid "Invoice Lines" msgstr "Retci fakture" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5920,13 +5917,13 @@ msgid "Invoice paid" msgstr "Faktura plaćena" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Račun djelomično plaćen : %s%s od %s%s (%s%s preostaje)" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6045,7 +6042,7 @@ msgstr "Označava da je faktura poslana" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6088,9 +6085,7 @@ msgstr "Januar" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6102,7 +6097,7 @@ msgstr "Januar" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6202,7 +6197,7 @@ msgid "Journal Item" msgstr "Stavka dnevnika" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6210,7 +6205,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Stavka dnevnika '%s' (id: %s), Knjiženje '%s' je već zatvoreno!" @@ -6219,7 +6214,7 @@ msgstr "Stavka dnevnika '%s' (id: %s), Knjiženje '%s' je već zatvoreno!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6269,6 +6264,11 @@ msgstr "Odabir dnevnika" msgid "Journal for analytic entries" msgstr "Dnevnik za analitiku" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6377,8 +6377,8 @@ msgstr "Ostavi prazno da bi se koristio datum validacije (računa) kao period" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6607,11 +6607,6 @@ msgstr "Zadnji datum kompletnog zatvaranja" msgid "Latest Manual Reconciliation Processed:" msgstr "Zadnje ručno zatvaranje odrađeno:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6671,7 +6666,8 @@ msgstr "" "Spisak svih poreza koji trebaju biti instalirani od strane čarobnjaka" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6682,7 +6678,13 @@ msgid "Loss Account" msgstr "Konto gubitka" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "RAZNO" @@ -6773,7 +6775,7 @@ msgstr "" "Molimo definišite partnera!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6824,7 +6826,7 @@ msgid "Miscellaneous" msgstr "Dodatna podešavanja" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Različiti dnevnici" @@ -6857,6 +6859,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Uredi: napravi povrat, zatvori ili kreiraj novu fakturu u pripremi" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6904,7 +6908,7 @@ msgid "Move bank reconcile" msgstr "Zatvaranje bankovnog kretanja" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6918,7 +6922,7 @@ msgid "Move line reconcile select" msgstr "Premjesti selektovane linije izravnavanja" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Naziv knjiženja (id): %s (%s)" @@ -6960,8 +6964,8 @@ msgstr "Naziv novih stavaka" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nikada" @@ -6969,7 +6973,7 @@ msgstr "Nikada" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Novi" @@ -7022,9 +7026,9 @@ msgid "Next supplier invoice number" msgstr "Sljedeći broj fakture dobavljača" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7060,19 +7064,19 @@ msgid "No Follow-up" msgstr "Ne prati" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7095,7 +7099,7 @@ msgid "No period found on the invoice." msgstr "Na računu nije pronađen period." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7104,7 +7108,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7246,7 +7250,14 @@ msgstr "" "kombinirati kod traženja odgovarajućeg iznosa" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "U redu" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7282,15 +7293,15 @@ msgid "Only One Chart Template Available" msgstr "Samo jedan prijedlog kontnog plana je dostupan" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7338,8 +7349,8 @@ msgstr "Otvori knjiženje" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7361,8 +7372,8 @@ msgstr "Otvori za otvaranje" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Početni saldo" @@ -7390,7 +7401,7 @@ msgstr "Konto prihoda za početno stanje" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Nalog za knjiženje otvarajućih stavaka" @@ -7406,7 +7417,7 @@ msgid "Opening Entries Reconciliation" msgstr "Zatvaranje stavaka početnog stanja" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7414,7 +7425,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Početni period" @@ -7598,8 +7609,8 @@ msgstr "Djelomično zatvorene stavke" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7639,6 +7650,11 @@ msgstr "ID Partnera" msgid "Partner Ledger" msgstr "Knjiga salda partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7855,7 +7871,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7870,7 +7885,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7981,31 +7996,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Molimo provjerite da je polje 'dnevnik' postavljeno na izvodu" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Molimo upišite stavke fakture." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Molimo definišite sekvencu na dnevniku." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Molimo definišite sekvencu dnevnika povezanog sa ovom fakturom." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Molimo provjerite da je konto definisan u dnevniku" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8142,13 +8157,10 @@ msgstr "ProForma fakture" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8166,6 +8178,11 @@ msgstr "Kategorija proizvoda" msgid "Product Information" msgstr "Proizvod" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8173,7 +8190,6 @@ msgstr "Prijedlog proizvoda" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Jedinica mjere proizvoda" @@ -8184,21 +8200,22 @@ msgid "Products Quantity" msgstr "Količine proizvoda" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Dobit" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Dobit i Gubitak (konto troška)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Dobit i gubitak (konto prihoda)" @@ -8269,7 +8286,7 @@ msgid "Purchase" msgstr "Nabava" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Dnevnik nabavke" @@ -8280,7 +8297,7 @@ msgid "Purchase Refund" msgstr "Knjižna obavjest dobavljača" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Dnevnik povrata dobavljača" @@ -8291,7 +8308,7 @@ msgid "Purchase Tax" msgstr "Porez Nabave" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Porezi nabave %.2f%%" @@ -8342,16 +8359,10 @@ msgstr "Python kod" msgid "Python Code (reverse)" msgstr "Python Kod (obrnuti)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Kol." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8481,6 +8492,13 @@ msgstr "Uskladi s otpisom" msgid "Reconcile Writeoff" msgstr "Zatvaranje s otpisom." +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8504,7 +8522,7 @@ msgstr "Usklađene transakcije" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8573,6 +8591,7 @@ msgstr "Referenca" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8607,7 +8626,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8764,7 +8783,10 @@ msgid "Reset to Draft" msgstr "Vrati u pripremu" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Ostatak" @@ -8783,7 +8805,6 @@ msgstr "Ostatak iznosa u valuti" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Odgovoran" @@ -8845,13 +8866,13 @@ msgid "Running Subscriptions" msgstr "Pretplate koje su u tijeku" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8906,13 +8927,13 @@ msgid "Sales" msgstr "Prodaje" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Dnevnik prodaje" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Dnevnik povrata kupcima" @@ -8922,6 +8943,11 @@ msgstr "Dnevnik povrata kupcima" msgid "Sales Tax(%)" msgstr "Porez prodaje(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9079,7 +9105,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9363,7 +9389,7 @@ msgid "Smallest Text" msgstr "Najmanji tekst" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Neke stavke su već zatvorene." @@ -9494,7 +9520,7 @@ msgid "Start period" msgstr "Početni period" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Početno razdoblje bi trebalo prethoditi završnom razdoblju" @@ -9520,7 +9546,7 @@ msgid "Statement" msgstr "Izvod" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Izvod %s potvrđen, stavke dnevnika su kreirane." @@ -9578,11 +9604,6 @@ msgstr "Statistika" msgid "Status" msgstr "Stanje" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9641,7 +9662,7 @@ msgstr "Dobavljač" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9667,7 +9688,7 @@ msgstr "Uslovi plaćanja dobavljača" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9709,7 +9730,7 @@ msgstr "Podigni novac" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9761,8 +9782,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9771,7 +9792,7 @@ msgid "Tax" msgstr "Porez" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Porez %.2f%%" @@ -9932,7 +9953,7 @@ msgid "Tax Use In" msgstr "Upotreba poreza u" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9996,7 +10017,7 @@ msgid "Taxes Report" msgstr "Porezno izvješće" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10063,7 +10084,7 @@ msgstr "Uvjeti" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10093,19 +10114,19 @@ msgid "The account basis of the tax declaration." msgstr "Osnovni konto porezne prijave." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Stavke zapisa ovog konta su neispravne" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "Temeljnica (%s) za centralizaciju je potvrđena." @@ -10138,7 +10159,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10364,7 +10392,7 @@ msgstr "" "dnevniku." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10403,7 +10431,7 @@ msgstr "" "slućaju, redosljed evaluacije je bitan." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10443,13 +10471,19 @@ msgstr "" "Trenutno nema kompanije bez kontnog plana. Čarobnjak se neće pokretati." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Nema %s konta na dnevniku %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10459,7 +10493,7 @@ msgstr "" "za dnevnik \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10481,7 +10515,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Nije definisan konto prihoda za proizvod: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10491,13 +10525,13 @@ msgstr "" "postavili početni saldo." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Nema nadređene šifre za prijedlog konta." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10505,7 +10539,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10726,6 +10760,14 @@ msgid "" msgstr "" "Ovo se polje koristi za generisanje izvještaja: dobitak i gubitak, bilans" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10779,7 +10821,7 @@ msgstr "" "zatvorenog." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10789,7 +10831,7 @@ msgstr "" "njegovo polje kompanije." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10963,7 +11005,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11001,16 +11043,18 @@ msgid "To Review" msgstr "Za provjeru" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Kompanija treba biti ista za sve stavke zatvaranja." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11021,6 +11065,7 @@ msgstr "Kompanija treba biti ista za sve stavke zatvaranja." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Ukupno" @@ -11155,7 +11200,7 @@ msgstr "Ukupno:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -11203,7 +11248,6 @@ msgstr "Tačno" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11219,13 +11263,13 @@ msgid "Type Controls" msgstr "Tip kontrola" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Nije moguće postaviti početno stanje (negativne vrijednosti)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Nije moguće izmjeniti porez!" @@ -11250,6 +11294,11 @@ msgid "" msgstr "" "Jedinstveni broj fakture, izračunat automatski prilikom stvaranja fakture." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11449,18 +11498,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Korisnik" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11553,36 +11601,37 @@ msgstr "Pogledaj retke konta analitike" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Upozorenje" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Upozorenje !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11630,7 +11679,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11684,7 +11733,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Otpis" @@ -11711,7 +11760,7 @@ msgid "Write-Off amount" msgstr "Iznos otpisa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11745,6 +11794,17 @@ msgstr "Godišnja suma" msgid "Yes" msgstr "Da" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11755,14 +11815,14 @@ msgstr "" "poveznicu s pripadajućim partnerom." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "Ne možete dodavati/mijenjati unose u zatvorenom periodu %s dnevnika %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11811,7 +11871,7 @@ msgstr "" "ili 0 za izostavljanje." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11832,7 +11892,7 @@ msgstr "" "npr. Knjiženje troškova plate za %(month)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11842,13 +11902,13 @@ msgstr "" "stavke zatvaranja." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Ne možete mijenjati šifru konta koji ima stavke dnevnika!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11858,14 +11918,14 @@ msgstr "" "zapise." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" "Nije oguće mijenjanje poreza, morate obrisati i ponovo unesti stavke." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11875,7 +11935,7 @@ msgstr "" "stavke dnevnika!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11884,7 +11944,7 @@ msgstr "" "Nije moguće promijeniti tip konta na '%s' jer već sadrži stavke dnevnika!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11929,13 +11989,13 @@ msgstr "" "Ne možete raditi više od jedne stavke po periodu na centraliziranom dnevniku." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Nije moguće deaktivirati konto koji ima knjiženja." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Ne možete obrisati knjiženu stavku dnevnika\"%s\"." @@ -11963,7 +12023,7 @@ msgstr "" "Možete ga samo stornirati." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11975,7 +12035,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11987,7 +12047,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11997,7 +12057,7 @@ msgstr "" "Prvo je potrebno u dnevniku omogućiti otkazivanje stavki." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Ne možete mijenjati/brisati dnevnik sa unosima za ovaj period." @@ -12011,13 +12071,13 @@ msgstr "" "Ne možete odrediti sekundarnu valutu ako je ista kao i valuta kompanije." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Nije moguće pobrisati konto koji ima knjiženja (stavke u dnevniku)." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12025,7 +12085,7 @@ msgid "" msgstr "Ne možete ukloniti/deaktivirati konto kupca ili dobavljača" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12036,14 +12096,14 @@ msgstr "" "otvaranja/zatvaranja poslovne godine." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Nije moguće koristiti neaktivni konto" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12053,7 +12113,7 @@ msgstr "" "'kontola unosa' na povezanom dnevniku." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12065,7 +12125,7 @@ msgstr "" "Zadnja linija načina plaćanja mora biti tip \"saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12075,13 +12135,13 @@ msgstr "" "planu \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12097,8 +12157,8 @@ msgstr "" "odaberite period i dnevnik u kontekstu." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12115,14 +12175,14 @@ msgstr "" "u postavkama dnevnika za zatvaranje." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Morate predvidjeti konto za otpis / kursnu razliku." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12144,7 +12204,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Morate izabrati barem jedan zapis" @@ -12156,7 +12216,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Morate definisati analitički dnevnik tipa '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12180,7 +12240,7 @@ msgid "You must set a start date." msgstr "Morate postaviti početni datum" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12190,13 +12250,13 @@ msgstr "" "postavljanje početnog stanja." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Trebali bi odabrati periode koji pripadaju istoj kompaniji." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12205,7 +12265,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12224,7 +12284,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12255,7 +12315,7 @@ msgid "balance" msgstr "saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12307,7 +12367,7 @@ msgstr "zatvori period" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12319,7 +12379,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12336,14 +12396,14 @@ msgstr "Naslov" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12368,3 +12428,43 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Godina" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Kliknite da kreirate knjižno odobrenje kupcu. \n" +#~ "

\n" +#~ " Knjižno odobrenje je dokument koji stornira \n" +#~ " fakturu kompletno ili parcijalno.\n" +#~ "

\n" +#~ " Umjesto ručnog kreiranja povrata kupcu, možete ga \n" +#~ " generisati direktno iz povezane fakture kupca.\n" +#~ "

\n" +#~ " " + +#~ msgid "Qty" +#~ msgstr "Kol." + +#~ msgid "#Entries" +#~ msgstr "#Stavki" + +#~ msgid "# of Lines" +#~ msgstr "# Linija" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Nema %s konta na dnevniku %s." + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupiraj po mjesecu fakture" diff --git a/addons/account/i18n/ca.po b/addons/account/i18n/ca.po index 9b73e759d57..f40fe154e02 100644 --- a/addons/account/i18n/ca.po +++ b/addons/account/i18n/ca.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Núm. de dígits" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Nº d'elements" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# de línies" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de transacció" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Núm. assentament" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -624,7 +625,7 @@ msgstr "" "període per motius relacionats amb el càlcul d'impostos." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -650,11 +651,9 @@ msgstr "Tipus de compte" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -663,10 +662,10 @@ msgstr "Tipus de compte" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1358,7 +1357,7 @@ msgstr "" "significa que ja no podreu modificar els camps comptables." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1425,10 +1424,10 @@ msgstr "Sempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1490,8 +1489,8 @@ msgstr "Analític" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1815,7 +1814,7 @@ msgid "Average Rate" msgstr "Taxa mitja" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1823,21 +1822,21 @@ msgstr "BANC" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Compte erroni!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1881,14 +1880,14 @@ msgstr "Balanç de situació" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1911,7 +1910,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banc" @@ -2238,7 +2237,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2247,19 +2246,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2297,7 +2296,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2314,7 +2313,7 @@ msgstr "Codi" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Caixa" @@ -2369,6 +2368,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2668,6 +2668,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Escolliu l'exercici fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2710,7 +2717,7 @@ msgstr "Tancament d'estats d'exercicis i períodes fiscals" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2796,22 +2803,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Informe comú" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicació" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2961,8 +2962,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3036,7 +3037,7 @@ msgstr "Confirmat" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3424,7 +3425,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3452,7 +3452,7 @@ msgstr "Divisa" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3583,9 +3583,8 @@ msgstr "Clients" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3810,14 +3809,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4003,7 +4001,7 @@ msgstr "Degut" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4031,13 +4029,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "DESPESA" @@ -4054,7 +4052,7 @@ msgstr "Data" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4218,7 +4216,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Assentaments no són del mateix compte o ja estan conciliats! " @@ -4230,7 +4228,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Assentaments: " @@ -4241,7 +4239,7 @@ msgid "Entry" msgstr "Assentament" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "L'assentament \"%s\" no és vàlid!" @@ -4275,7 +4273,7 @@ msgid "Entry Subscription" msgstr "Assentament periòdic" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4292,51 +4290,53 @@ msgid "Equity" msgstr "Patrimoni" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4454,7 +4454,7 @@ msgstr "Filtres estesos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4477,7 +4477,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4640,7 +4640,6 @@ msgstr "Posicions fiscals" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4874,6 +4873,12 @@ msgstr "" msgid "Future" msgstr "Futur" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4987,7 +4992,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4998,8 +5003,8 @@ msgid "Go to Next Partner" msgstr "Vés a la següent empresa" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5044,6 +5049,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5053,11 +5059,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Agrupa línies de factura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5082,7 +5083,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5172,7 +5172,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5204,7 +5203,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5213,6 +5211,12 @@ msgstr "" msgid "Icon" msgstr "Icona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5429,7 +5433,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5522,8 +5534,8 @@ msgstr "" "necessitats comptables de la seva companyia." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5587,7 +5599,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5611,7 +5624,7 @@ msgstr "Balanç analític invertit -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5626,7 +5639,6 @@ msgstr "Moneda de la factura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Data factura" @@ -5650,11 +5662,6 @@ msgstr "Línia factura" msgid "Invoice Lines" msgstr "Línies de factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5726,13 +5733,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5847,7 +5854,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5890,9 +5897,7 @@ msgstr "Gener" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5904,7 +5909,7 @@ msgstr "Gener" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6004,7 +6009,7 @@ msgid "Journal Item" msgstr "Anotació comptable" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6012,7 +6017,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6021,7 +6026,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6071,6 +6076,11 @@ msgstr "Seleccioneu diari" msgid "Journal for analytic entries" msgstr "Diari d'assentaments analítics" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6180,8 +6190,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6410,11 +6420,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6473,7 +6478,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Llista de tots els impostos que han ser instal·lats per l'assistent" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6484,7 +6490,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6575,7 +6587,7 @@ msgstr "" "Si us plau, definiu l'empresa en ell!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6626,7 +6638,7 @@ msgid "Miscellaneous" msgstr "Varis" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diari de diversos" @@ -6659,6 +6671,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6706,7 +6720,7 @@ msgid "Move bank reconcile" msgstr "Concilia moviments banc" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6718,7 +6732,7 @@ msgid "Move line reconcile select" msgstr "Selecciona conciliació de la línia moviment" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6760,8 +6774,8 @@ msgstr "Nom de nous assentaments" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6769,7 +6783,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6822,9 +6836,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6860,19 +6874,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6895,14 +6909,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7044,7 +7058,14 @@ msgstr "" "imports parcials que es poden combinar per trobar un saldo a zero." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "D'acord" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7076,15 +7097,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7132,8 +7153,8 @@ msgstr "Obre diari" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7155,8 +7176,8 @@ msgstr "Obre per trencar la conciliació" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo d'obertura" @@ -7184,7 +7205,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diari assentaments d'obertura" @@ -7200,7 +7221,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7208,7 +7229,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7392,8 +7413,8 @@ msgstr "Assentaments parcialment conciliats" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7433,6 +7454,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Llibre major d'empresa" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7647,7 +7673,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7662,7 +7687,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7771,31 +7796,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Creeu algunes línies de factura" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Comproveu que s'ha definit un compte en el diari." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7930,13 +7955,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7954,6 +7976,11 @@ msgstr "Categoria del producte" msgid "Product Information" msgstr "Informació del producte" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7961,7 +7988,6 @@ msgstr "Plantilla del producte" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7972,21 +7998,22 @@ msgid "Products Quantity" msgstr "Quantitat de productes" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8057,7 +8084,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diari de compres" @@ -8068,7 +8095,7 @@ msgid "Purchase Refund" msgstr "Abonament de compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diari d'abonament de compres" @@ -8079,7 +8106,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8130,16 +8157,10 @@ msgstr "Codi de Python" msgid "Python Code (reverse)" msgstr "Codi Python (invers)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Qtat" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8269,6 +8290,13 @@ msgstr "Conciliació amb desfasament" msgid "Reconcile Writeoff" msgstr "Desfés conciliació" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8292,7 +8320,7 @@ msgstr "Transaccions conciliades" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8361,6 +8389,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8395,7 +8424,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8550,7 +8579,10 @@ msgid "Reset to Draft" msgstr "Inicialitza a esborrany" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendent" @@ -8569,7 +8601,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8631,13 +8662,13 @@ msgid "Running Subscriptions" msgstr "Assentaments periòdics en procés" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VENDA" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8692,13 +8723,13 @@ msgid "Sales" msgstr "Vendes" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diari de vendes" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diari d'abonament de vendes" @@ -8708,6 +8739,11 @@ msgstr "Diari d'abonament de vendes" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8860,7 +8896,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9123,7 +9159,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9254,7 +9290,7 @@ msgid "Start period" msgstr "Període inicial" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9280,7 +9316,7 @@ msgid "Statement" msgstr "Extracte" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9338,11 +9374,6 @@ msgstr "Estadístiques" msgid "Status" msgstr "Estat" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9401,7 +9432,7 @@ msgstr "Proveïdor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9427,7 +9458,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9469,7 +9500,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9521,8 +9552,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9531,7 +9562,7 @@ msgid "Tax" msgstr "Impost" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9692,7 +9723,7 @@ msgid "Tax Use In" msgstr "Impost utilitzat en" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9754,7 +9785,7 @@ msgid "Taxes Report" msgstr "Informe impostos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9819,7 +9850,7 @@ msgstr "Terminis de pagament" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9847,19 +9878,19 @@ msgid "The account basis of the tax declaration." msgstr "El compte base de la declaració d'impostos." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Les línies dels assentaments comptables no estan en estat vàlid." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "El compte no s'ha definit per ser conciliat!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9896,7 +9927,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10120,7 +10158,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10157,7 +10195,7 @@ msgstr "" "impostos fills. En aquest cas, l'ordre d'avaluació és important." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10196,13 +10234,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10210,7 +10254,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10230,7 +10274,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10238,13 +10282,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10252,7 +10296,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10453,6 +10497,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10506,7 +10558,7 @@ msgstr "" "actual com a conciliada." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10514,7 +10566,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10672,7 +10724,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10710,16 +10762,18 @@ msgid "To Review" msgstr "Per revisa" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10730,6 +10784,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10860,7 +10915,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transacció" @@ -10908,7 +10963,6 @@ msgstr "Cert" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10924,13 +10978,13 @@ msgid "Type Controls" msgstr "Controls de tipus" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10955,6 +11009,11 @@ msgid "" msgstr "" "Número únic de la factura, calculat automàticament quan es valida la factura." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11142,18 +11201,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuari" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11244,36 +11302,37 @@ msgstr "Veure línies comptables analítiques" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Avís" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Atenció!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11314,7 +11373,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11368,7 +11427,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Desajust" @@ -11395,7 +11454,7 @@ msgid "Write-Off amount" msgstr "Import desajustat" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11428,6 +11487,17 @@ msgstr "Suma de l'any" msgid "Yes" msgstr "Sí" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11438,13 +11508,13 @@ msgstr "" "l'empresa associada." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11488,7 +11558,7 @@ msgstr "" "sumar/restar l'import." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11509,7 +11579,7 @@ msgstr "" "Exemple: El meu model a %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11517,13 +11587,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11531,13 +11601,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11545,7 +11615,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11553,7 +11623,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11592,13 +11662,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11621,7 +11691,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11630,7 +11700,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11639,7 +11709,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11647,7 +11717,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11660,13 +11730,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11674,7 +11744,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11683,14 +11753,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11698,7 +11768,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11707,7 +11777,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11715,13 +11785,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11735,8 +11805,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11753,14 +11823,14 @@ msgstr "" "en la definició del diari per a conciliar." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11781,7 +11851,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11793,7 +11863,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11817,7 +11887,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11825,13 +11895,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11840,7 +11910,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11859,7 +11929,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11885,7 +11955,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11938,7 +12008,7 @@ msgstr "tancament del període" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11950,7 +12020,7 @@ msgstr "res_config_continguts" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11967,14 +12037,14 @@ msgstr "títol" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11999,3 +12069,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "any" + +#~ msgid "Qty" +#~ msgstr "Qtat" + +#~ msgid "#Entries" +#~ msgstr "Núm. assentament" + +#~ msgid "# of Lines" +#~ msgstr "# de línies" diff --git a/addons/account/i18n/cs.po b/addons/account/i18n/cs.po index 65bddeafdc7..fefa56cffb2 100644 --- a/addons/account/i18n/cs.po +++ b/addons/account/i18n/cs.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# cifer" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# z položek" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# z řádek" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# z transakcí" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Položky" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -363,16 +364,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Klikněte pro vytvoření dobropisu zákazníkovi.\n" -"

\n" -" Dobropis je dokument, který čátečně nebo úplně vrací\n" -" úhradu faktury.\n" -"

\n" -" Místo ručního vytváření dobropisu zákazníkovi\n" -" jej můžete vytvořit přímo z příslušné faktury.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -634,7 +625,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -660,11 +651,9 @@ msgstr "Typ učtu" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -673,10 +662,10 @@ msgstr "Typ učtu" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1368,7 +1357,7 @@ msgstr "" "nebudete schopni nadále měnit jejich účetní pole." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1435,10 +1424,10 @@ msgstr "Vždy" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1498,8 +1487,8 @@ msgstr "Analytické" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1823,7 +1812,7 @@ msgid "Average Rate" msgstr "Průměrný kurz" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1831,21 +1820,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1889,14 +1878,14 @@ msgstr "Rozvaha" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1919,7 +1908,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banka" @@ -2249,7 +2238,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2258,19 +2247,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2308,7 +2297,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2325,7 +2314,7 @@ msgstr "Kód případu" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Hotovost" @@ -2380,6 +2369,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2674,6 +2664,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Vyberte daňový rok" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2716,7 +2713,7 @@ msgstr "Zavírací stavy finančního roku a období" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2802,22 +2799,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Běžný výkaz" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Komunikace" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2967,8 +2958,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3042,7 +3033,7 @@ msgstr "Potvrzeno" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3429,7 +3420,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3457,7 +3447,7 @@ msgstr "Měna" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Úprava měny" @@ -3588,9 +3578,8 @@ msgstr "Zákazníci" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3815,14 +3804,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4006,7 +3994,7 @@ msgstr "Do" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4034,13 +4022,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4057,7 +4045,7 @@ msgstr "Datum účinnosti" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4221,7 +4209,7 @@ msgid "Entries Sorted by" msgstr "Položky řazené dle" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Záznamy nejsou ze stejného účtu nebo jsou již zlikvidovány ! " @@ -4233,7 +4221,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Položky: " @@ -4244,7 +4232,7 @@ msgid "Entry" msgstr "Položky" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Položka \"%s\" není platná !" @@ -4278,7 +4266,7 @@ msgid "Entry Subscription" msgstr "Vstupní předplatné" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Záznam je již vyrovnán." @@ -4295,51 +4283,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Chyba" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4455,7 +4445,7 @@ msgstr "Rozšířené filtry..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4478,7 +4468,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4641,7 +4631,6 @@ msgstr "Finanční pozice" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4869,6 +4858,12 @@ msgstr "Plnohodnotné účetní funkce: deníky, prohlášení, účtová osnova msgid "Future" msgstr "Budoucnost" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4979,7 +4974,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4990,8 +4985,8 @@ msgid "Go to Next Partner" msgstr "Jít na dalšího partnera" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5036,6 +5031,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5045,11 +5041,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Seskupit řádky faktury" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Seskupit podle měsíce data vystavení faktury" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5074,7 +5065,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5164,7 +5154,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5196,7 +5185,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5205,6 +5193,12 @@ msgstr "" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5415,7 +5409,15 @@ msgstr "" "deníku." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5506,8 +5508,8 @@ msgstr "" "potřebám vaší firmy a vaší země." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5571,7 +5573,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5595,7 +5598,7 @@ msgstr "Převrácený analytický zůstatek -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5610,7 +5613,6 @@ msgstr "Měna faktury" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum vystavení faktury" @@ -5634,11 +5636,6 @@ msgstr "Řádek faktury" msgid "Invoice Lines" msgstr "Řádky faktury" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5710,13 +5707,13 @@ msgid "Invoice paid" msgstr "Faktura uhrazena" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Faktura částečně uhrazena: %s%s z %s%s (%s%s zbývá)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5831,7 +5828,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5874,9 +5871,7 @@ msgstr "Leden" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5888,7 +5883,7 @@ msgstr "Leden" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5988,7 +5983,7 @@ msgid "Journal Item" msgstr "Položka deníku" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5996,7 +5991,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6005,7 +6000,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6055,6 +6050,11 @@ msgstr "Vybrat deník" msgid "Journal for analytic entries" msgstr "Deník pro analytické položky" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6163,8 +6163,8 @@ msgstr "Nechejte prázdné pro použití období data kontroly(dokladu)." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6393,11 +6393,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6456,7 +6451,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Seznam všech daní, které mají být instalovány průvodcem" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6467,7 +6463,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Různé" @@ -6555,7 +6557,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6603,7 +6605,7 @@ msgid "Miscellaneous" msgstr "Různé" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Různý" @@ -6636,6 +6638,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Upravit: vytvořit dobropis, vyrovnat a vytvořit nový koncept faktury" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6683,7 +6687,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6695,7 +6699,7 @@ msgid "Move line reconcile select" msgstr "Výběr likvidace pohybu" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6737,8 +6741,8 @@ msgstr "Jméno nové položky" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6746,7 +6750,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nový" @@ -6799,9 +6803,9 @@ msgid "Next supplier invoice number" msgstr "Následující číslo přijaté faktury" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6837,19 +6841,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6872,14 +6876,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7021,7 +7025,14 @@ msgstr "" "mohou být vybrány jako mocnina automatického vyrovnání" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK(OK)" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7053,15 +7064,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7109,8 +7120,8 @@ msgstr "Otevřít deník" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7132,8 +7143,8 @@ msgstr "Otevřít pro zrušení vyrovnání" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Počáteční zůstatek" @@ -7161,7 +7172,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Počáteční položky deníku" @@ -7177,7 +7188,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7185,7 +7196,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7369,8 +7380,8 @@ msgstr "Částečně vyrovnané položky" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7410,6 +7421,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Účetní kniha partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7624,7 +7640,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7639,7 +7654,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7748,31 +7763,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Prosíme vytvořete nějaké řádky faktury." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Prosíme ověřte, že je účet definován v deníku." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7907,13 +7922,10 @@ msgstr "Proforma faktury" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7931,6 +7943,11 @@ msgstr "Kategorie výrobku" msgid "Product Information" msgstr "Informace o výrobku" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7938,7 +7955,6 @@ msgstr "Šablona výrobku" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7949,21 +7965,22 @@ msgid "Products Quantity" msgstr "Množství výrobků" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Zisk & ztráty (Výdajový účet)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Zisk & ztráty (Příjmový účet)" @@ -8034,7 +8051,7 @@ msgid "Purchase" msgstr "Nákup" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Deník nákupů" @@ -8045,7 +8062,7 @@ msgid "Purchase Refund" msgstr "Dobropis přijatý" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Deník nákupních dobropisů" @@ -8056,7 +8073,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8107,16 +8124,10 @@ msgstr "Kód Pythonu" msgid "Python Code (reverse)" msgstr "Kód Pythonu (opačný)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Množ." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8246,6 +8257,13 @@ msgstr "Vyrovnání s odpisem" msgid "Reconcile Writeoff" msgstr "Vyrovnat odpis" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8269,7 +8287,7 @@ msgstr "Vyrovnané transakce" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8338,6 +8356,7 @@ msgstr "Odk." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8372,7 +8391,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8529,7 +8548,10 @@ msgid "Reset to Draft" msgstr "Nastavit na návrh" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Zbytek" @@ -8548,7 +8570,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Zodpovídá" @@ -8610,13 +8631,13 @@ msgid "Running Subscriptions" msgstr "Běžící předplatné" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "KFV" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8671,13 +8692,13 @@ msgid "Sales" msgstr "Obchod" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Deník tržeb" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Kniha dobropisů prodeje" @@ -8687,6 +8708,11 @@ msgstr "Kniha dobropisů prodeje" msgid "Sales Tax(%)" msgstr "Daň (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8837,7 +8863,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9087,7 +9113,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Některé položky jsou již vyrovnány." @@ -9218,7 +9244,7 @@ msgid "Start period" msgstr "Počáteční perioda" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9244,7 +9270,7 @@ msgid "Statement" msgstr "Výpis" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9302,11 +9328,6 @@ msgstr "Statistiky" msgid "Status" msgstr "Stav" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9365,7 +9386,7 @@ msgstr "Dodavatel" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9391,7 +9412,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9433,7 +9454,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9485,8 +9506,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9495,7 +9516,7 @@ msgid "Tax" msgstr "Daň" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9658,7 +9679,7 @@ msgid "Tax Use In" msgstr "Daň v použití" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9720,7 +9741,7 @@ msgid "Taxes Report" msgstr "Daňový výkaz" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9785,7 +9806,7 @@ msgstr "Podmínky" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9811,19 +9832,19 @@ msgid "The account basis of the tax declaration." msgstr "Základ daně pro určení daně" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Poliožky řádků účtu nejsou v platném stavu." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Účet není definován pro likvidaci !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9857,7 +9878,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10072,7 +10100,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10107,7 +10135,7 @@ msgstr "" "daňových potomků. V tomto případě je vyhodnocení pořadí důležité." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10143,13 +10171,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10157,7 +10191,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10177,7 +10211,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10185,13 +10219,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10199,7 +10233,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10394,6 +10428,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10441,7 +10483,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10449,7 +10491,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10597,7 +10639,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10635,16 +10677,18 @@ msgid "To Review" msgstr "Ke kontrole" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Pro vyrovnání musí být společnost u všech položek stejná." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10655,6 +10699,7 @@ msgstr "Pro vyrovnání musí být společnost u všech položek stejná." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Celkem" @@ -10785,7 +10830,7 @@ msgstr "Celkem k úhradě:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transakce" @@ -10833,7 +10878,6 @@ msgstr "Pravda" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10849,13 +10893,13 @@ msgid "Type Controls" msgstr "Typ prvků" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10880,6 +10924,11 @@ msgid "" msgstr "" "Jedinečné číslo faktury, spočítané automaticky, když je faktura vytvořena." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11067,18 +11116,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Uživatel" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11169,36 +11217,37 @@ msgstr "Zobrazit řádky analytického účtu" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Varování" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Varování !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11239,7 +11288,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11293,7 +11342,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Odpis" @@ -11320,7 +11369,7 @@ msgid "Write-Off amount" msgstr "Odpis části" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11353,6 +11402,17 @@ msgstr "Roční součet" msgid "Yes" msgstr "Ano" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11361,13 +11421,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11411,7 +11471,7 @@ msgstr "" "přičíst/odečíst." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11425,7 +11485,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11435,13 +11495,13 @@ msgstr "" "vyrovnání souvisejících plateb." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11449,13 +11509,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11463,7 +11523,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11471,7 +11531,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11510,13 +11570,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11541,7 +11601,7 @@ msgstr "" "místo toho dobropisovat." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11550,7 +11610,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11559,7 +11619,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11567,7 +11627,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11580,13 +11640,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11594,7 +11654,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11603,14 +11663,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11618,7 +11678,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11627,7 +11687,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11635,13 +11695,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11655,8 +11715,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11673,14 +11733,14 @@ msgstr "" "v definici knihy pro likvidaci." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11698,7 +11758,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11710,7 +11770,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11734,7 +11794,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11742,13 +11802,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11757,7 +11817,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11776,7 +11836,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11802,7 +11862,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11854,7 +11914,7 @@ msgstr "ukončení období" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11866,7 +11926,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11883,14 +11943,14 @@ msgstr "nadpis" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11913,3 +11973,39 @@ msgstr "použito v rámci likvidace výpisu, nemělo by se používat jinde" #: selection:account.subscription,period_type:0 msgid "year" msgstr "rok" + +#~ msgid "Qty" +#~ msgstr "Množ." + +#~ msgid "#Entries" +#~ msgstr "#Položky" + +#~ msgid "# of Lines" +#~ msgstr "# z řádek" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klikněte pro vytvoření dobropisu zákazníkovi.\n" +#~ "

\n" +#~ " Dobropis je dokument, který čátečně nebo úplně vrací\n" +#~ " úhradu faktury.\n" +#~ "

\n" +#~ " Místo ručního vytváření dobropisu zákazníkovi\n" +#~ " jej můžete vytvořit přímo z příslušné faktury.\n" +#~ "

\n" +#~ " " + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Seskupit podle měsíce data vystavení faktury" diff --git a/addons/account/i18n/da.po b/addons/account/i18n/da.po index 9b05c16c8fd..963edaf2ad4 100644 --- a/addons/account/i18n/da.po +++ b/addons/account/i18n/da.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -361,7 +362,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -624,7 +625,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -650,11 +651,9 @@ msgstr "Konto type" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -663,10 +662,10 @@ msgstr "Konto type" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1356,7 +1355,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1423,10 +1422,10 @@ msgstr "Altid" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1488,8 +1487,8 @@ msgstr "Analytisk" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1813,7 +1812,7 @@ msgid "Average Rate" msgstr "Gennemsnits rate" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1821,21 +1820,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Forkert konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1879,14 +1878,14 @@ msgstr "Balance" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balance (aktiver)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balance (Gælds konto)" @@ -1909,7 +1908,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2236,7 +2235,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2245,19 +2244,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2295,7 +2294,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2312,7 +2311,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Kontanter" @@ -2367,6 +2366,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2655,6 +2655,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Vælg regnskabs år" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2697,7 +2704,7 @@ msgstr "Luk status på regnskabsår og perioder" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2783,22 +2790,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2948,8 +2949,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3025,7 +3026,7 @@ msgstr "Bekræftet" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3412,7 +3413,6 @@ msgstr "Kreditnota bilagsrækkefølge" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3440,7 +3440,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Vauta justering" @@ -3571,9 +3571,8 @@ msgstr "Kunder" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3798,14 +3797,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3989,7 +3987,7 @@ msgstr "Forfalder" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4017,13 +4015,13 @@ msgid "Duration" msgstr "Varighed" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4040,7 +4038,7 @@ msgstr "Ikrafttrædelses dato" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4204,7 +4202,7 @@ msgid "Entries Sorted by" msgstr "Posteringer sorteret efter" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4216,7 +4214,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Posteringer " @@ -4227,7 +4225,7 @@ msgid "Entry" msgstr "Indtastning" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Indtastning \"%s\" er ikke valid !" @@ -4261,7 +4259,7 @@ msgid "Entry Subscription" msgstr "Abonnements indtastning" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Postering er allerede udlignet" @@ -4278,51 +4276,53 @@ msgid "Equity" msgstr "Egenkapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4442,7 +4442,7 @@ msgstr "Udvidede filtre" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4465,7 +4465,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4628,7 +4628,6 @@ msgstr "Regnskabs positioner" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4853,6 +4852,12 @@ msgstr "Komplette regnskabs faciliteter: Journaler, kontoplan, tab & vind" msgid "Future" msgstr "Fremtidig" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4963,7 +4968,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4974,8 +4979,8 @@ msgid "Go to Next Partner" msgstr "Gå til næste partner" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5020,6 +5025,7 @@ msgstr "Godt gået!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5029,11 +5035,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Grupper fakturalinier" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Sorter på måned efter faktura datoen" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5058,7 +5059,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5148,7 +5148,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5180,7 +5179,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5189,6 +5187,12 @@ msgstr "" msgid "Icon" msgstr "Ikon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5393,7 +5397,15 @@ msgstr "" "For at lukke en periode, skal du først bogføre relaterede bogføringskladder." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5484,8 +5496,8 @@ msgstr "" "behov, baseret på land." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5549,7 +5561,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5573,7 +5586,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5588,7 +5601,6 @@ msgstr "Faktura valuta" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Faktura dato" @@ -5612,11 +5624,6 @@ msgstr "Faktura linie" msgid "Invoice Lines" msgstr "Faktura linier" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5688,13 +5695,13 @@ msgid "Invoice paid" msgstr "Faktura betalt" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Faktura delvist betalt: %s%s of %s%s (%s%s remaining)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5809,7 +5816,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5852,9 +5859,7 @@ msgstr "Januar" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5866,7 +5871,7 @@ msgstr "Januar" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5966,7 +5971,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5974,7 +5979,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5983,7 +5988,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6033,6 +6038,11 @@ msgstr "Journal udvælgelse" msgid "Journal for analytic entries" msgstr "Journal for analytiske posteringer" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6141,8 +6151,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6371,11 +6381,6 @@ msgstr "Seneste komplet udligningsdato" msgid "Latest Manual Reconciliation Processed:" msgstr "Seneste manuelle afstemning/udligning:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6434,7 +6439,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Tab" @@ -6445,7 +6451,13 @@ msgid "Loss Account" msgstr "Tabs konto" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6533,7 +6545,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6581,7 +6593,7 @@ msgid "Miscellaneous" msgstr "Diverse" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diverse journal" @@ -6614,6 +6626,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6661,7 +6675,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6673,7 +6687,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6715,8 +6729,8 @@ msgstr "Navn på nye indtastninger" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Aldrig" @@ -6724,7 +6738,7 @@ msgstr "Aldrig" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Ny" @@ -6777,9 +6791,9 @@ msgid "Next supplier invoice number" msgstr "Næste leverandør fakturanummer" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6815,19 +6829,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6850,7 +6864,7 @@ msgid "No period found on the invoice." msgstr "Ingen periode angivet på fakturaen" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6858,7 +6872,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6996,7 +7010,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7028,15 +7049,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7084,8 +7105,8 @@ msgstr "Åben journal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7107,8 +7128,8 @@ msgstr "Åben af af-udligning" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Åbningsbalance" @@ -7136,7 +7157,7 @@ msgstr "Omsætningskonto for åbningsposteringer" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Åbnings journal" @@ -7152,7 +7173,7 @@ msgid "Opening Entries Reconciliation" msgstr "Udligninger på åbningsposteringer" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7160,7 +7181,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Åbnings periode" @@ -7344,8 +7365,8 @@ msgstr "Delvist udlignede poster" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7385,6 +7406,11 @@ msgstr "Partner ID" msgid "Partner Ledger" msgstr "Partner regnskab" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7599,7 +7625,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7614,7 +7639,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7723,31 +7748,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Venligst opret faktura linier." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Vælg en bilagsserie på journalen" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7882,13 +7907,10 @@ msgstr "proforma fakturaer" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7906,6 +7928,11 @@ msgstr "Produkt katagori" msgid "Product Information" msgstr "Produktinformation" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7913,7 +7940,6 @@ msgstr "Produktskabelon" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Vare enhed" @@ -7924,21 +7950,22 @@ msgid "Products Quantity" msgstr "Vare antal" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Fortjeneste" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Tab & Vind (udgiftskonto)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Tab & Vind (Indtægstkonto)" @@ -8009,7 +8036,7 @@ msgid "Purchase" msgstr "Indløb" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Indkøbs journal" @@ -8020,7 +8047,7 @@ msgid "Purchase Refund" msgstr "Indkøb Kreditnota" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Indkøbs kreditnota journal" @@ -8031,7 +8058,7 @@ msgid "Purchase Tax" msgstr "Indkøbs moms" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Købsmoms %.2f%%" @@ -8082,16 +8109,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Antal" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8221,6 +8242,13 @@ msgstr "Udlign med afskrivninger" msgid "Reconcile Writeoff" msgstr "Udlign afskrivninger" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8244,7 +8272,7 @@ msgstr "Udlignings posteringer" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8313,6 +8341,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8347,7 +8376,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8502,7 +8531,10 @@ msgid "Reset to Draft" msgstr "Kør tilbage til kladde" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Resterende" @@ -8521,7 +8553,6 @@ msgstr "Tilbageværende valutabeløb" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Ansvarlig" @@ -8583,13 +8614,13 @@ msgid "Running Subscriptions" msgstr "Aktive abonnementer" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8644,13 +8675,13 @@ msgid "Sales" msgstr "Salg" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Salgs journal" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Salgs kredit journal" @@ -8660,6 +8691,11 @@ msgstr "Salgs kredit journal" msgid "Sales Tax(%)" msgstr "Salgsmoms" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8810,7 +8846,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9062,7 +9098,7 @@ msgid "Smallest Text" msgstr "Mindste skrift" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Nogle posteringer er allerede udlignet" @@ -9193,7 +9229,7 @@ msgid "Start period" msgstr "Start periode" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9219,7 +9255,7 @@ msgid "Statement" msgstr "Kontoudtog" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9277,11 +9313,6 @@ msgstr "Statistik" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9340,7 +9371,7 @@ msgstr "Leverandør" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9366,7 +9397,7 @@ msgstr "Leverandør betalingsbetingelse" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9408,7 +9439,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9460,8 +9491,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9470,7 +9501,7 @@ msgid "Tax" msgstr "Moms" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9631,7 +9662,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9693,7 +9724,7 @@ msgid "Taxes Report" msgstr "Moms rapport" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9758,7 +9789,7 @@ msgstr "Betingelser" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9784,19 +9815,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9829,7 +9860,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10038,7 +10076,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10069,7 +10107,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10103,13 +10141,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10117,7 +10161,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10138,7 +10182,7 @@ msgstr "" "Der er ikke angivet nogen indtægtskonto for denne vare: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10148,13 +10192,13 @@ msgstr "" "åbningsbalance." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10162,7 +10206,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10351,6 +10395,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10395,7 +10447,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10403,7 +10455,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10559,7 +10611,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10597,8 +10649,8 @@ msgid "To Review" msgstr "Til gennemgang" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -10606,9 +10658,11 @@ msgstr "" "posteringer." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10619,6 +10673,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10749,7 +10804,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10797,7 +10852,6 @@ msgstr "Sandt" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10813,13 +10867,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10843,6 +10897,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11030,18 +11089,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Bruger" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11132,36 +11190,37 @@ msgstr "Vis kontoens analytiske poster" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Advarsel!" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Advarsel !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11202,7 +11261,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11256,7 +11315,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Afskrivning" @@ -11283,7 +11342,7 @@ msgid "Write-Off amount" msgstr "Tab/vind konto" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11316,6 +11375,17 @@ msgstr "Års sum" msgid "Yes" msgstr "Ja" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11324,13 +11394,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11385,7 +11455,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11393,13 +11463,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11407,13 +11477,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11421,7 +11491,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11429,7 +11499,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11468,13 +11538,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Du kan ikke in-aktivere en konto med posteringer." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11499,7 +11569,7 @@ msgstr "" "Kreditér den i stedet." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11508,7 +11578,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11517,7 +11587,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11525,7 +11595,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11538,13 +11608,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Du kan ikke fjerne en konto der indeholder posteringer" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11552,7 +11622,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11561,14 +11631,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11576,7 +11646,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11585,7 +11655,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11593,13 +11663,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11613,8 +11683,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11629,14 +11699,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11654,7 +11724,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Du skal vælge mindst en post." @@ -11666,7 +11736,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11690,7 +11760,7 @@ msgid "You must set a start date." msgstr "Du skal angive en startdato" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11698,13 +11768,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11713,7 +11783,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11732,7 +11802,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11758,7 +11828,7 @@ msgid "balance" msgstr "balance" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11808,7 +11878,7 @@ msgstr "Periode afslutning" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11820,7 +11890,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11837,14 +11907,14 @@ msgstr "titel" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11867,3 +11937,9 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "år" + +#~ msgid "Qty" +#~ msgstr "Antal" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Sorter på måned efter faktura datoen" diff --git a/addons/account/i18n/de.po b/addons/account/i18n/de.po index 3851a3fcf6b..7e21e2720a0 100644 --- a/addons/account/i18n/de.po +++ b/addons/account/i18n/de.po @@ -7,17 +7,184 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-19 22:36+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 11:03+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:42+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Hallo ${object.partner_id.name},

\n" +" \n" +"

Es steht eine neue Rechnung für Sie zum Abruf bereit:

\n" +" \n" +"

\n" +"   RECHNUNGSINFORMATIONEN
\n" +"   Rechnungsnummer: ${object.number}
\n" +"   Rechnungsbetrag: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Rechnungsdatum: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Bestellnummer: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Ihr Ansprechpartner: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Sie können die Rechnung per PayPal überweisen:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Bei Fragen stehen wir Ihnen gerne zur Verfügung.

\n" +"

Danke das Sie ${object.company_id.name or 'uns'} gewählt haben!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Telefon:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -43,11 +210,16 @@ msgstr "" "Rechnung storniert wurde." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Zusammenfassung" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Buchungen" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -60,16 +232,16 @@ msgstr "# Stellenanzahl" msgid "# of Entries" msgstr "# Buchungen" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "# Rechnungen" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# Buchungen" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# Positionen" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -80,11 +252,6 @@ msgstr "# Menge" msgid "# of Transaction" msgstr "# Transaktionen" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "# Buchungen" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -93,15 +260,15 @@ msgstr "" "${object.company_id.name|safe} Rechnung (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Kopieren)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (Kopie)" @@ -198,171 +365,6 @@ msgstr ":Hauptbuch" msgid ": Trial Balance" msgstr ":Vorläufige Bilanz" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Hallo ${object.partner_id.name},

\n" -" \n" -"

Es steht eine neue Rechnung für Sie zum Abruf bereit:

\n" -" \n" -"

\n" -"   RECHNUNGSINFORMATIONEN
\n" -"   Rechnungsnummer: ${object.number}
\n" -"   Rechnungsbetrag: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Rechnungsdatum: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Bestellnummer: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Ihr Ansprechpartner: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

Sie können die Rechnung per PayPal überweisen:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Bei Fragen stehen wir Ihnen gerne zur Verfügung.

\n" -"

Danke das Sie ${object.company_id.name or 'uns'} gewählt haben!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Telefon:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -515,7 +517,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -527,15 +529,15 @@ msgid "" " " msgstr "" "

\n" -" Klicken Sie zur Erstellung einer Kundengutschrift. \n" +" Klicken Sie zur Erstellung einer Kundengutschrift.\n" "

\n" -" Durch eine Kundengutschrift wird eine Rechnung an einen " -"Kunden entweder komplett \n" -" oder teilweise gutgeschrieben.\n" +" Eine Gutschrift ist ein Beleg, der eine erstellte Rechnung " +"komplett oder\n" +" teilweise zurücknimmt.\n" "

\n" -" Anstatt der manuellen Erstellung einer Kundengutschrift " -"können Sie diese auch direkt\n" -" über die korrespondierende Ausgangsrechnung ableiten.\n" +" Anstelle einer manuellen Erstellung einer Gutschrift können " +"Sie dies auch\n" +" direkt über die gutzuschreibende Rechnung erledigen. \n" "

\n" " " @@ -596,7 +598,7 @@ msgstr "" "Barzahlungen.\n" " Alle täglichen Ein- und Auszahlungen können aufgezeichnet " "werden. \n" -" Das Barbestand kann erfasstt werden, Einzahlungen von " +" Das Bargeld kann gezählt werden, Einzahlungen von " "Wechselgeld sowie \n" " Entnahmen der Tageseinnahmen können gebucht werden . \n" "

\n" @@ -973,7 +975,7 @@ msgstr "" "müssen." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "Eine der selektierten Buchungen war bereits ausgeglichen." @@ -1000,11 +1002,9 @@ msgstr "Kontoart" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -1013,10 +1013,10 @@ msgstr "Kontoart" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1058,7 +1058,7 @@ msgstr "Sammelkonto der Journale analytischer Kosten" #. module: account #: model:ir.model,name:account.model_account_analytic_inverted_balance msgid "Account Analytic Inverted Balance" -msgstr "Kostenstellen - Kreuzanalyse" +msgstr "Kostenstellen-Kreuzanalyse" #. module: account #: model:ir.model,name:account.model_account_analytic_journal_report @@ -1362,7 +1362,7 @@ msgstr "Ausgleich von Zahlungsstornos" #. module: account #: model:ir.model,name:account.model_account_vat_declaration msgid "Account Vat Declaration" -msgstr "Umsatzsteuererklärung (-voranmeldung)" +msgstr "Umsatzsteuermeldung" #. module: account #: constraint:account.move.line:0 @@ -1512,7 +1512,7 @@ msgstr "Erlaubte Finanzkonten (leer = alle)" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account msgid "Accounts Fiscal Position" -msgstr "Konten des Haushaltsberichts" +msgstr "Konten Steuerzuordnung" #. module: account #: view:account.fiscal.position:account.view_account_position_form @@ -1724,7 +1724,7 @@ msgstr "" "dass Sie dann die einzelnen Buchungen nicht mehr ändern können." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1792,10 +1792,10 @@ msgstr "Immer" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1855,8 +1855,8 @@ msgstr "Kostenstelle" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Kostenrechnung" @@ -1900,7 +1900,7 @@ msgstr "Saldo Kostenstelle" #. module: account #: view:website:account.report_analyticbalance msgid "Analytic Balance -" -msgstr "Saldo Kostenstellen" +msgstr "Kostenstellensaldo-" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_tree @@ -2183,7 +2183,7 @@ msgid "Average Rate" msgstr "Durchnittskurs" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2191,21 +2191,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "Zurück zum Auszug" +msgid "Back to statements list" +msgstr "Zurück zur Auszugsliste" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Falsches Konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "Falscher Gesamtbetrag" @@ -2249,14 +2249,14 @@ msgstr "Bilanz" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilanz (Anlagenkonto)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilanz (Verbindlichkeiten)" @@ -2280,7 +2280,7 @@ msgstr "Ausgeglichen" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2435,7 +2435,7 @@ msgstr "Auswertungen für Belgien" #. module: account #: model:ir.ui.menu,name:account.menu_finance_periodical_processing_billing msgid "Billing" -msgstr "Abrechnung" +msgstr "Finanzen" #. module: account #: field:account.config.settings,module_account_budget:0 @@ -2617,7 +2617,7 @@ msgstr "" "diese Rechnung möglich." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2629,20 +2629,20 @@ msgstr "" "Fall eine manuelle Nummer." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Es kann nicht gebucht werden in anderer Währung als .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" "Es können keine Buchungen für verschiedene Unternehmen generiert werden." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2691,7 +2691,7 @@ msgstr "" "sollte deshalb über die Einstellungen der Buchhaltung definiert werden." #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Kann keinen nicht verwendeten Journalcode erzeugen." @@ -2708,7 +2708,7 @@ msgstr "Vorgangsnummer" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Barkasse" @@ -2717,7 +2717,7 @@ msgstr "Barkasse" #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.journal,cash_control:0 msgid "Cash Control" -msgstr "Bargeld zählen" +msgstr "Kassenbestand prüfen" #. module: account #: view:account.journal:account.view_account_journal_form @@ -2763,6 +2763,7 @@ msgid "Category" msgstr "Kategorie" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2926,7 +2927,7 @@ msgstr "Datum in Periode prüfen" #. module: account #: model:res.groups,name:account.group_supplier_inv_check_total msgid "Check Total on supplier invoices" -msgstr "Prüfe Gesamtbetrag der Eingangsrechnung" +msgstr "Gesamtbetrag bei Eingangsrechnungen abgleichen" #. module: account #: help:account.analytic.balance,empty_acc:0 @@ -3030,7 +3031,8 @@ msgid "" "Check this if the price you use on the product and invoices includes this " "tax." msgstr "" -"Aktivieren, wenn der Preis bei Produkt und Rechnung diese Steuer beinhaltet" +"Aktivieren Sie diese Einstellung, wenn dieser Preis die Steuer bereits " +"beinhaltet." #. module: account #: help:account.account.template,reconcile:0 @@ -3072,6 +3074,13 @@ msgstr "Steuerverbindung" msgid "Choose Fiscal Year" msgstr "Wähle Geschäftsjahr" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "Gegenposition auswählen" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -3114,7 +3123,7 @@ msgstr "Status für Geschäftsjahr und Perioden beenden" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Bankauszug abstimmen" @@ -3200,22 +3209,16 @@ msgstr "Kommentar:" msgid "Commercial Entity" msgstr "Geschäftspartner" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "Geschäftspartner" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "Land des Geschäftspartners" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Allgemeine Auswertung" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Verwendungszweck" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3312,7 +3315,7 @@ msgstr "Vollständige Liste der Steuern" #. module: account #: field:account.config.settings,complete_tax_set:0 msgid "Complete set of taxes" -msgstr "Komplettes Set der Steuern" +msgstr "Vollständige Liste der Steuern" #. module: account #: code:addons/account/account_invoice.py:391 @@ -3365,8 +3368,8 @@ msgid "Configuration Error" msgstr "Konfigurationsfehler!" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3449,7 +3452,7 @@ msgstr "Bestätigt" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "Glückwunsch, Sie sind fertig !" @@ -3838,7 +3841,6 @@ msgstr "Gutschrift Nummernfolge" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3866,7 +3868,7 @@ msgstr "Währung" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Währungsanpassung" @@ -3997,9 +3999,8 @@ msgstr "Kunden" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4231,14 +4232,13 @@ msgstr "Begründen Sie hier die Bargeldentnahme" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4424,7 +4424,7 @@ msgstr "Fällig" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4452,13 +4452,13 @@ msgid "Duration" msgstr "Dauer" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "GSE" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EK" @@ -4475,7 +4475,7 @@ msgstr "Datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "Höchste Effizienz" @@ -4639,7 +4639,7 @@ msgid "Entries Sorted by" msgstr "Buchungen sortiert nach" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4653,7 +4653,7 @@ msgstr "Rechnungsausgleich durch Bankauszug" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Buchungen: " @@ -4664,7 +4664,7 @@ msgid "Entry" msgstr "Buchung" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Buchung \"%s\" ist ungültig !" @@ -4698,7 +4698,7 @@ msgid "Entry Subscription" msgstr "Eingabe Aboauftrag" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Der Posten wurde bereits ausgeglichen." @@ -4715,51 +4715,53 @@ msgid "Equity" msgstr "Buchwert" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Fehler" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4891,7 +4893,7 @@ msgstr "Erweiterte Filter..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "Schnellausziffern" @@ -4915,7 +4917,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filter" @@ -5027,7 +5029,7 @@ msgstr "Finanzbericht" #. module: account #: field:account.fiscal.position.account.template,position_id:0 msgid "Fiscal Mapping" -msgstr "Steuer-Umschlüsselung" +msgstr "Steuerumschlüsselung" #. module: account #: view:account.fiscal.position:account.view_account_position_form @@ -5050,13 +5052,13 @@ msgstr "Steuerzuordnung" #: view:account.fiscal.position.template:account.view_account_position_template_search #: field:account.fiscal.position.template,name:0 msgid "Fiscal Position Template" -msgstr "Steuerzuordnung-Vorlage" +msgstr "Steuerzuordnung Vorlage" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_template_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form_template msgid "Fiscal Position Templates" -msgstr "Steuerzuordnung Vorlage" +msgstr "Steuerzuordnung Vorlagen" #. module: account #: view:website:account.report_invoice_document @@ -5078,7 +5080,6 @@ msgstr "Steuerzuordnung" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5333,6 +5334,12 @@ msgstr "" msgid "Future" msgstr "Zukunft" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "Konto für Kurserträge" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5448,7 +5455,7 @@ msgstr "" "(z.B. Verkauf) vorliegt." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5461,8 +5468,8 @@ msgid "Go to Next Partner" msgstr "Gehe zu nächstem Partner" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5507,6 +5514,7 @@ msgstr "Gut gemacht!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Gruppierung" @@ -5516,11 +5524,6 @@ msgstr "Gruppierung" msgid "Group Invoice Lines" msgstr "Rechnungszeilen zusammenfassen" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Gruppiere je Monat des Rechnungsdatums" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5548,7 +5551,6 @@ msgstr "" "weiterzuarbeiten." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5638,7 +5640,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5670,7 +5671,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5679,6 +5679,14 @@ msgstr "ID" msgid "Icon" msgstr "Icon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" +"Wenn ein\"Betrag in Fremdwährung\" erfasst wird, ist auch ein \"Betrag\" " +"einzugeben." + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5707,8 +5715,8 @@ msgid "" "If not applicable (computed through a Python code), the tax won't appear on " "the invoice." msgstr "" -"Soweit nicht Berechnung durch Python Code ausgewählt wird, wird die Steuer " -"nicht auf der Rechnung erscheinen." +"Soweit nicht eine Berechnung durch Python Code ausgewählt wird, wird die " +"Steuer nicht auf der Rechnung erscheinen." #. module: account #: help:account.move.line,tax_amount:0 @@ -5935,7 +5943,17 @@ msgstr "" "werden." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" +"Um eine Position im Bankauszug zu löschen, müssen zuerst die verknüpften " +"Ausgleichsbuchungen storniert werden." + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -6030,8 +6048,8 @@ msgstr "" "Ihres Unternehmens abzudecken." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Unzureichende Konfiguration !" @@ -6095,7 +6113,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -6119,7 +6138,7 @@ msgstr "Umgekehrter Saldo (Anal.)" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -6134,7 +6153,6 @@ msgstr "Rechnungswährung" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum Rechnung" @@ -6158,11 +6176,6 @@ msgstr "Rechungsposition" msgid "Invoice Lines" msgstr "Rechnungszeilen" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "Rechnungsmonat" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6235,13 +6248,13 @@ msgid "Invoice paid" msgstr "Rechnung bezahlt" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Rechnungsteilzahlung: %s%s über %s%s (%s%s Restbetrag)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Rechnung gesendet" @@ -6362,7 +6375,7 @@ msgstr "Unter der Annahme, dass die Rechnung gesendet wurde" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "Die Dauer war" @@ -6405,9 +6418,7 @@ msgstr "Januar" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6419,7 +6430,7 @@ msgstr "Januar" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6519,7 +6530,7 @@ msgid "Journal Item" msgstr "Journalbuchung" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6529,7 +6540,7 @@ msgstr "" "Abstimmung genutzt werden." #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6539,7 +6550,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6589,6 +6600,11 @@ msgstr "Journal wählen" msgid "Journal for analytic entries" msgstr "Kostenstellen-Journal" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Rechnungen mit Buchungsperiode in diesem Jahr" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6682,7 +6698,7 @@ msgstr "Keinen Wert eintragen für aktuelles Datum" #. module: account #: view:account.tax.template:account.view_account_tax_template_form msgid "Keep empty to use the expense account" -msgstr "Leer lassen um Aufwandskonto zu verwenden" +msgstr "Leer lassen, um das Aufwandskonto zu nutzen" #. module: account #: view:account.tax.template:account.view_account_tax_template_form @@ -6698,8 +6714,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6928,11 +6944,6 @@ msgstr "Letzter vollständiger Abgleich" msgid "Latest Manual Reconciliation Processed:" msgstr "Letzter manueller Abgleich:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "Bei \"0\" belassen." - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6991,7 +7002,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Liste der Steuern, die durch den Assistenten installiert werden" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Verlust" @@ -7002,7 +7014,13 @@ msgid "Loss Account" msgstr "Verlustkonto" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Konto für Kursverluste" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "DIV" @@ -7094,7 +7112,7 @@ msgstr "" "weisen Sie Ihren Partnern gültigen Zahlungsbedingungen zu." #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -7145,7 +7163,7 @@ msgid "Miscellaneous" msgstr "Verschiedenes" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "\"Verschiedenes\"-Journal" @@ -7180,6 +7198,8 @@ msgstr "" "Rechnungsentwürfe anlegen" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7227,7 +7247,7 @@ msgid "Move bank reconcile" msgstr "Abstimmung Bankbuchungen" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7241,7 +7261,7 @@ msgid "Move line reconcile select" msgstr "Auswählen von Offenen Posten" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Buchungs-Bezeichnung (id): %s (%s)" @@ -7283,8 +7303,8 @@ msgstr "Text neuer Buchungen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Niemals" @@ -7292,7 +7312,7 @@ msgstr "Niemals" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Neu" @@ -7345,9 +7365,9 @@ msgid "Next supplier invoice number" msgstr "Nächste Eingangsrechnung" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7383,19 +7403,19 @@ msgid "No Follow-up" msgstr "Keine Zahlungserinnerung" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "Es existieren keine Rechnungspositionen !" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "Es existiert kein Partner !" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "Es existiert kein Produkt !" @@ -7418,14 +7438,14 @@ msgid "No period found on the invoice." msgstr "Keine Periode für diese Rechnung gefunden" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "Keine oder meherere Perioden für dieses Datum gefunden." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Es gibt keine passende Buchung" @@ -7571,7 +7591,14 @@ msgstr "" "Saldenausgleich für das ausgewählte Konto herbeizuführen." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "EB" @@ -7607,15 +7634,15 @@ msgid "Only One Chart Template Available" msgstr "Es ist nur eine Kontoplanvorlage verfügbar" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Nur ein Administrator darf Änderungen vornehmen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "Benutzen Sie Strg+Enter zur schnellen Bestätigung des Ausgleichs" @@ -7663,8 +7690,8 @@ msgstr "Journal öffnen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "Anfangssaldo" @@ -7686,8 +7713,8 @@ msgstr "Storno-Ausgleich öffnen" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Anfangssaldo" @@ -7706,7 +7733,7 @@ msgstr "Kassenbeleg öffnen" #. module: account #: field:account.chart.template,property_account_expense_opening:0 msgid "Opening Entries Expense Account" -msgstr "Eröffnungsbuchungen des Aufwandskontos" +msgstr "Eröffnungsbilanz Aufwandskonto" #. module: account #: field:account.chart.template,property_account_income_opening:0 @@ -7715,7 +7742,7 @@ msgstr "Eröffnungsbilanz Erlöskonto" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Start Buchungsjournal" @@ -7731,7 +7758,7 @@ msgid "Opening Entries Reconciliation" msgstr "Ausgleich Vortragsbuchungen" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7742,7 +7769,7 @@ msgstr "" "Assistenten erneut." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Eröffnungsperiode" @@ -7926,8 +7953,8 @@ msgstr "Rechnungen mit Teilzahlungen" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7967,6 +7994,11 @@ msgstr "Partner-ID" msgid "Partner Ledger" msgstr "Partner-Kontoauszug" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "Partner Name" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -8189,7 +8221,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8204,7 +8235,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8315,26 +8346,26 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Bitte prüfen Sie, ob im Bankauszug das Journal eingetragen wurde" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Bitte erstellen Sie Rechnungspositionen." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Bitte definieren Sie eine Nummernfolge für das Journal." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" "Bitte legen Sie die Nummernfolge für das Journal dieser Rechnung fest." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" @@ -8342,7 +8373,7 @@ msgstr "" "hinterlegt wurde." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8481,13 +8512,10 @@ msgstr "Proforma Rechnungen" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8505,6 +8533,11 @@ msgstr "Produkt Kategorie" msgid "Product Information" msgstr "Informationen zum Produkt" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Produktmenge" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8512,7 +8545,6 @@ msgstr "Produktvorlage" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Mengeneinheit" @@ -8523,21 +8555,22 @@ msgid "Products Quantity" msgstr "Produktmenge" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Gewinn" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Gewinn & Verlust ( Aufwandskonto )" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Gewinn & Verlust (Erträge)" @@ -8608,7 +8641,7 @@ msgid "Purchase" msgstr "Einkauf" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Journal Einkauf" @@ -8619,7 +8652,7 @@ msgid "Purchase Refund" msgstr "Gutschrift Einkauf" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Journal zu Gutschriften aus Eingangsrechnungen" @@ -8630,7 +8663,7 @@ msgid "Purchase Tax" msgstr "Vorsteuer" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Vorsteuer %.2f%%" @@ -8681,16 +8714,10 @@ msgstr "Python Code" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Anzahl" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8818,7 +8845,14 @@ msgstr "Ausgleichen durch Abschreibung" #: code:addons/account/wizard/account_reconcile.py:125 #, python-format msgid "Reconcile Writeoff" -msgstr "Storniere Abschreibung" +msgstr "Abstimmung der Abschreibung" + +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "Ausgleichen des Demo Bankauszugs" #. module: account #: view:account.entries.report:account.view_account_entries_report_search @@ -8843,7 +8877,7 @@ msgstr "Ausgeglichene Geschäftsvorfälle" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8912,6 +8946,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8946,7 +8981,7 @@ msgstr "Referenz / Beschreibung" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -9104,7 +9139,10 @@ msgid "Reset to Draft" msgstr "Zurücksetzen" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Verbleibend" @@ -9123,7 +9161,6 @@ msgstr "Verbleibender Betrag in Währung" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Verantwortlicher" @@ -9185,13 +9222,13 @@ msgid "Running Subscriptions" msgstr "Laufende Abonnements" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VK" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "GSV" @@ -9246,13 +9283,13 @@ msgid "Sales" msgstr "Verkauf" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Verkaufs-Journal" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Gutschriften Journal" @@ -9262,6 +9299,11 @@ msgstr "Gutschriften Journal" msgid "Sales Tax(%)" msgstr "Verkaufssteuern (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "Verkaufsteam" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9420,7 +9462,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "Partnerauswahl" @@ -9526,7 +9568,7 @@ msgstr "Per E-Mail versenden" #. module: account #: field:account.config.settings,module_product_email_template:0 msgid "Send products tools and information at the invoice confirmation" -msgstr "Sende Produktinfo und -tools bei Auftragsbestätigung" +msgstr "Sende Produktinfo und -tools bei der Rechnungsbestätigung" #. module: account #: field:account.invoice,sent:0 @@ -9595,8 +9637,8 @@ msgid "" "Set if the amount of tax must be included in the base amount before " "computing the next taxes." msgstr "" -"Markieren, wenn der Steuerbetrag in der Basis der nächsten Steuer enthalten " -"sein muss" +"Aktivieren Sie diese Einstellung, wenn diese Steuer für die weitere " +"Berechnung in der Basis für den Einstandspreis enthalten sein muß." #. module: account #: help:account.tax,child_depend:0 @@ -9605,8 +9647,8 @@ msgid "" "Set if the tax computation is based on the computation of child taxes rather " "than on the total amount." msgstr "" -"Aktivieren, wenn die Steuerberechnung auf untergeordneten Steuern beruht und " -"nicht auf dem Gesamtbetrag" +"Aktivieren Sie diese Berechnung, wenn die Steuerberechnung auf " +"untergeordneten Steuern beruht und nicht auf dem Gesamtbetrag" #. module: account #: help:account.tax,account_collected_id:0 @@ -9692,7 +9734,7 @@ msgstr "" #. module: account #: field:account.tax.code.template,sign:0 msgid "Sign For Parent" -msgstr "Vorzeichen f. überg. Steuer" +msgstr "Koeffizient für Konsolidierung" #. module: account #: field:account.financial.report,sign:0 @@ -9710,7 +9752,7 @@ msgid "Smallest Text" msgstr "Kleinster Text" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Einige Positionen wurden bereits ausgeglichen." @@ -9842,7 +9884,7 @@ msgid "Start period" msgstr "Start Periode" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Startperiode, die auf die Endeperiode folgen soll." @@ -9868,7 +9910,7 @@ msgid "Statement" msgstr "Beleg" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Der Bankauszug %s wurde bestätigt und gebucht." @@ -9926,15 +9968,10 @@ msgstr "Statistische Auswertungen" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "Verwendungszweck" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" -msgstr "Zwischensumme:" +msgstr "Nettobetrag" #. module: account #: field:account.subscription.line,subscription_id:0 @@ -9963,7 +10000,7 @@ msgstr "Automatische Buchungen" #. module: account #: field:account.invoice,amount_untaxed:0 msgid "Subtotal" -msgstr "Zwischensumme" +msgstr "Nettobetrag" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 @@ -9989,7 +10026,7 @@ msgstr "Lieferant" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -10015,7 +10052,7 @@ msgstr "Zahlungsbedingungen des Lieferanten" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -10057,7 +10094,7 @@ msgstr "Bargeld entnehmen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "Im Normalfall dauert ein Rechnungsausgleich weniger als 5 Sekunden." @@ -10109,8 +10146,8 @@ msgstr "Monat" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -10119,7 +10156,7 @@ msgid "Tax" msgstr "Steuer" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Steuer %.2f%%" @@ -10280,7 +10317,7 @@ msgid "Tax Use In" msgstr "Steuer verwendet in" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10344,7 +10381,7 @@ msgid "Taxes Report" msgstr "Umsatzsteuer-Anmeldung" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10411,7 +10448,7 @@ msgstr "Vereinbarungen" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "Das bedeutet im Durchschnitt" @@ -10445,13 +10482,13 @@ msgid "The account basis of the tax declaration." msgstr "Das Basiskonto für die Steuererklärung" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Die Buchungspositionen sind nicht im Stadium \"Bestätigt\" (Valid)" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" @@ -10459,7 +10496,7 @@ msgstr "" "verwendet werden." #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10499,7 +10536,17 @@ msgstr "" "einer Buchung im Haben negativ." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" +"Die Buchung erfolgt im Soll, wenn ein negativer Betrag eingegeben wird, im " +"Haben bei einem positiven Betrag (ausgenommen der Betragstyp ist 'Prozent " +"vom offenen Saldo')" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "Diese Position im Bankauszug war bereits ausgeglichen." @@ -10747,7 +10794,7 @@ msgstr "" "Bericht einschalten." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10787,7 +10834,7 @@ msgstr "" "vorliegen." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10827,13 +10874,19 @@ msgstr "" "fortgeführt." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Es existiert kein %s Konto im Journal %s." +msgid "There is no Loss Account on the journal %s." +msgstr "Es gibt noch kein Aufwandskonto für Verluste im Journal %s." #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "Es gibt noch kein Erlöskonto für Gewinne im Journal %s." + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10843,7 +10896,7 @@ msgstr "" "%s erstellt." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10866,7 +10919,7 @@ msgstr "" "Es wurde kein Ertragskonto für dieses Produkt definiert: \"%s\" (Kürzel: %d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10876,13 +10929,13 @@ msgstr "" "Bitte erstellen Sie diese Perioden für die Erstellung einer Eröffnungsbilanz." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Es existiert kein Stammkonto für diese Kontovorlage" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10893,7 +10946,7 @@ msgstr "" "Bitte konfigurieren Sie deshalb jetzt Geschäftsjahr und Perioden vollständig." #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -11147,6 +11200,17 @@ msgstr "" "Dieses Feld wird verwendet, um Finanzauswertungen zu generieren: Gewinn & " "Verlust, Bilanz" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" +"Dieses Feld wird zur Aufzeichnung eines unbekannten Namens genutzt, wenn " +"beim Import von Bankauszügen der Partner noch nicht existiert oder nicht " +"ermittelt werden konnte." + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -11203,7 +11267,7 @@ msgstr "" "noch weitere auszugleichende Rechnungen und Zahlungen gibt." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -11213,7 +11277,7 @@ msgstr "" "das Unternehmen nicht mehr ändern." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11408,7 +11472,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "Tip: Drücken Sie CTRL+ENTER zur Bestätigung." @@ -11446,17 +11510,19 @@ msgid "To Review" msgstr "Zu prüfen" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" "Das Unternehmen sollte für alle auszugleichenden Buchungen identisch sein." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11467,6 +11533,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Bruttobetrag" @@ -11601,7 +11668,7 @@ msgstr "Summe:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Geschäftsvorfall" @@ -11649,7 +11716,6 @@ msgstr "Wahr" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11665,13 +11731,13 @@ msgid "Type Controls" msgstr "Kontenarten-Auswahl" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Die Eröffnungsbilanz kann nicht übernommen werden (negativer Saldo)" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Eine Änderung der Steuer ist nicht möglich" @@ -11697,6 +11763,11 @@ msgstr "" "Eindeutige Rechnungsnummer, automatisch ermittelt bei der Erzeugung der " "Rechnung." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11892,18 +11963,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Benutzer" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11996,36 +12066,37 @@ msgstr "Ansicht Kostenstellen-Buchungen" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Warnung" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Warnung!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -12075,7 +12146,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "Das war sehr schnell!" @@ -12133,7 +12204,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Abschreibung" @@ -12160,7 +12231,7 @@ msgid "Write-Off amount" msgstr "Abschreibungsbetrag" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "Falsches Modell" @@ -12193,6 +12264,22 @@ msgstr "Jahressumme" msgid "Yes" msgstr "Ja" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" +"Sie selektieren Transaktionen sowohl vom Debitor als auch vom Kreditor " +"Konto.\n" +"\n" +"Um fortzufahren, müssen Sie zunächst die %s Transaktionen Ihrer Auswahl " +"entfernen." + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -12203,7 +12290,7 @@ msgstr "" "Rechtsstreitigkeit mit dem assoziierten Partner." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -12211,7 +12298,7 @@ msgstr "" "oder ändern." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -12264,7 +12351,7 @@ msgstr "" "addieren/subtrahieren wollen." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12286,7 +12373,7 @@ msgstr "" "z. B. Meine Buchungsvorlage am %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12297,7 +12384,7 @@ msgstr "" "stornieren." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" @@ -12305,7 +12392,7 @@ msgstr "" "vorhanden sind." #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -12315,7 +12402,7 @@ msgstr "" "bereits Buchungen gibt." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -12323,7 +12410,7 @@ msgstr "" "Buchungszeilen entfernen und dann neu erstellen." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12333,7 +12420,7 @@ msgstr "" "'Abgeschlossen' zurücksetzen !" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12343,7 +12430,7 @@ msgstr "" "Buchungszeilen gibt." #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12391,13 +12478,13 @@ msgstr "" "erlaubt." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Sie können kein Konto mit vorhandenen Buchungssätzen deaktivieren." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Sie können die gebuchte Position \"%s\" nicht einfach löschen." @@ -12427,7 +12514,7 @@ msgstr "" "eine Gutschrift erzeugen." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12440,7 +12527,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12453,7 +12540,7 @@ msgstr "" "%s" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12464,7 +12551,7 @@ msgstr "" "Zuerst sollten Sie ein Journal wählen, welches Stornierungen ermöglicht." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12481,14 +12568,14 @@ msgstr "" "Hauswährung ist." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" "Sie können nicht einfach ein Konto mit existierenden Buchungen löschen" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12498,7 +12585,7 @@ msgstr "" "Lieferanten zugewiesen wurden." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12509,14 +12596,14 @@ msgstr "" "Jahreswechsel erstellt wurden." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Es sollte kein inaktives Konto benutzt werden." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12526,7 +12613,7 @@ msgstr "" "Aktenreiter 'Kontierungsrichtlinie'." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12539,7 +12626,7 @@ msgstr "" "sein." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12549,13 +12636,13 @@ msgstr "" "Kontenplan \"%s\" zugewiesen wurde." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "Sie haben kein Leserecht für das Journal %s !" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "Sie haben einen falschen Ausdruck \"%(...)s\" in Ihrem Modell!" @@ -12572,8 +12659,8 @@ msgstr "" "Journal aus." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12590,7 +12677,7 @@ msgstr "" "in der Journaldefinition für die Zahlungsausgleiche." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." @@ -12599,7 +12686,7 @@ msgstr "" "Währungsdifferenzen einstellen." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12621,7 +12708,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Sie müssen mindestens einen Datensatz auswählen" @@ -12633,7 +12720,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Sie müssen ein Kostenstellen-Journal vom Typ '%s' definieren!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "Zuerst müssen Sie einen Geschäftspartner wählen!" @@ -12657,7 +12744,7 @@ msgid "You must set a start date." msgstr "Definieren Sie ein Startdatum" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12667,7 +12754,7 @@ msgstr "" "Gegenkonto\" für die Buchung der Jahreseröffnung." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" @@ -12675,7 +12762,7 @@ msgstr "" "wurden." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12686,7 +12773,7 @@ msgstr "" "für Kurserträge an." #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12707,7 +12794,7 @@ msgstr "Sie sollten ein Interimskonto im Kassenjournal definieren!" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "Sie haben bestätigt" @@ -12738,7 +12825,7 @@ msgid "balance" msgstr "Saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "Ändern" @@ -12791,7 +12878,7 @@ msgstr "beende Periode" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "Ausgleiche per ctrl+enter Kurzbefehl." @@ -12803,7 +12890,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "Sekunden pro Transkation." @@ -12820,14 +12907,14 @@ msgstr "Titel" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "zum Ausgleich" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "Transaktionen." @@ -12852,3 +12939,45 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Jahr" + +#~ msgid "#Entries" +#~ msgstr "# Buchungen" + +#~ msgid "# of Lines" +#~ msgstr "# Positionen" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Gruppiere je Monat des Rechnungsdatums" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klicken Sie zur Erstellung einer Kundengutschrift. \n" +#~ "

\n" +#~ " Durch eine Kundengutschrift wird eine Rechnung an einen " +#~ "Kunden entweder komplett \n" +#~ " oder teilweise gutgeschrieben.\n" +#~ "

\n" +#~ " Anstatt der manuellen Erstellung einer Kundengutschrift " +#~ "können Sie diese auch direkt\n" +#~ " über die korrespondierende Ausgangsrechnung ableiten.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Es existiert kein %s Konto im Journal %s." + +#~ msgid "Qty" +#~ msgstr "Anzahl" diff --git a/addons/account/i18n/el.po b/addons/account/i18n/el.po index a7cf91d1bac..bf2d3ab8b4c 100644 --- a/addons/account/i18n/el.po +++ b/addons/account/i18n/el.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# Συναλλαγής" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -181,90 +266,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -353,7 +354,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -616,7 +617,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -642,11 +643,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -655,10 +654,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1351,7 +1350,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1418,10 +1417,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1481,8 +1480,8 @@ msgstr "Αναλυτικοί" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1806,7 +1805,7 @@ msgid "Average Rate" msgstr "Μέση Τιμή" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1814,21 +1813,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1872,14 +1871,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1902,7 +1901,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Τράπεζα" @@ -2229,7 +2228,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2238,19 +2237,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2288,7 +2287,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2305,7 +2304,7 @@ msgstr "Κωδικός Θέματος" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Μετρητά" @@ -2360,6 +2359,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2653,6 +2653,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Επιλογή Λογιστικής Χρήσης" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2695,7 +2702,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2781,22 +2788,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2946,8 +2947,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3021,7 +3022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3408,7 +3409,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3436,7 +3436,7 @@ msgstr "Νόμισμα" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3567,9 +3567,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3794,14 +3793,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3987,7 +3985,7 @@ msgstr "Λήξη" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4015,13 +4013,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4038,7 +4036,7 @@ msgstr "Έναρξη ισχύος" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4202,7 +4200,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Οι εγγραφές δεν είναι του ίδιου λογαριασμού ή έχουν ήδη συμφωνηθεί! " @@ -4214,7 +4212,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Εγγραφές: " @@ -4225,7 +4223,7 @@ msgid "Entry" msgstr "Εγγραφή" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Η εγγραφή \"%s\" δεν είναι έγκυρη!" @@ -4259,7 +4257,7 @@ msgid "Entry Subscription" msgstr "Καταχώρηση προεγγραφής" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4276,51 +4274,53 @@ msgid "Equity" msgstr "Ισότητα" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Σφάλμα" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4436,7 +4436,7 @@ msgstr "Εκτεταμένα Φίλτρα..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4459,7 +4459,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4622,7 +4622,6 @@ msgstr "Φορολογικές Θέσεις" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4847,6 +4846,12 @@ msgstr "" msgid "Future" msgstr "Μελλοντικά" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4957,7 +4962,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4968,8 +4973,8 @@ msgid "Go to Next Partner" msgstr "Πήγαινετε στον επόμενο έταιρο" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5014,6 +5019,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5023,11 +5029,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5052,7 +5053,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5142,7 +5142,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5174,7 +5173,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5183,6 +5181,12 @@ msgstr "" msgid "Icon" msgstr "Εικονίδιο" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5392,7 +5396,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5483,8 +5495,8 @@ msgstr "" "λογιστικές ανάγκες της εταιρίας βασισμένη στην χώρα σας." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5548,7 +5560,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5572,7 +5585,7 @@ msgstr "Αντεστραμμένο Αναλυτικό Ισοζύγιο" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5587,7 +5600,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Ημερομηνία Παραστατικού" @@ -5611,11 +5623,6 @@ msgstr "Γραμμή Τιμολογίου" msgid "Invoice Lines" msgstr "Γραμμές Τιμολογίου" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5687,13 +5694,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5808,7 +5815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5851,9 +5858,7 @@ msgstr "Ιανουάριος" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5865,7 +5870,7 @@ msgstr "Ιανουάριος" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5965,7 +5970,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5973,7 +5978,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5982,7 +5987,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6032,6 +6037,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6141,8 +6151,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6371,11 +6381,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6434,7 +6439,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Λιστα των φόρων που πρέπει να εγκατασταθούν από τον αυτόματο οδηγό" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6445,7 +6451,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6533,7 +6545,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6581,7 +6593,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Ημερολόγιο διαφόρων συμβάντων" @@ -6614,6 +6626,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6661,7 +6675,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6673,7 +6687,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6715,8 +6729,8 @@ msgstr "Όνομα νέων εγγραφών" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6724,7 +6738,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6777,9 +6791,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6815,19 +6829,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6850,14 +6864,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6998,7 +7012,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7030,15 +7051,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7086,8 +7107,8 @@ msgstr "Άνοιγμα Ημερολογίου" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7109,8 +7130,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7138,7 +7159,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Ημερολόγιο Εγγραφών Ανοίγματος" @@ -7154,7 +7175,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7162,7 +7183,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7346,8 +7367,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7387,6 +7408,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Βιβλίο Συνεργατών" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7601,7 +7627,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7616,7 +7641,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7725,31 +7750,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Παρακαλώ ελέγξτε αν έχει οριστεί λογαριασμός στο ημερολόγιο." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7884,13 +7909,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7908,6 +7930,11 @@ msgstr "Κατηγορία Προϊόντος" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7915,7 +7942,6 @@ msgstr "Πρότυπο Προϊόντος" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7926,21 +7952,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8011,7 +8038,7 @@ msgid "Purchase" msgstr "Αγορά" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Ημερολόγιο Αγορών" @@ -8022,7 +8049,7 @@ msgid "Purchase Refund" msgstr "Επιστροφή Αγοράς" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8033,7 +8060,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8084,16 +8111,10 @@ msgstr "Python Code" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8223,6 +8244,13 @@ msgstr "Συμφωνία με Παραγραφή" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8246,7 +8274,7 @@ msgstr "Συμφωνημένες συναλλαγές" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8315,6 +8343,7 @@ msgstr "Παρ." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8349,7 +8378,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8504,7 +8533,10 @@ msgid "Reset to Draft" msgstr "Επαναφορά σε Πρόχειρο" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Υπόλοιπο" @@ -8523,7 +8555,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Υπεύθυνος" @@ -8585,13 +8616,13 @@ msgid "Running Subscriptions" msgstr "Προεγγραφές σε εξέλιξη" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8646,13 +8677,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Ημερολόγιο Πωλήσεων" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8662,6 +8693,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8812,7 +8848,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9064,7 +9100,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9195,7 +9231,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9221,7 +9257,7 @@ msgid "Statement" msgstr "Κίνηση" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9279,11 +9315,6 @@ msgstr "" msgid "Status" msgstr "Κατάσταση" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9342,7 +9373,7 @@ msgstr "Προμηθευτής" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9368,7 +9399,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9410,7 +9441,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9462,8 +9493,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9472,7 +9503,7 @@ msgid "Tax" msgstr "Φόρος" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9633,7 +9664,7 @@ msgid "Tax Use In" msgstr "Χρησιμοποίηση Φόρου στο" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9695,7 +9726,7 @@ msgid "Taxes Report" msgstr "Αναφορά Φόρων" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9760,7 +9791,7 @@ msgstr "Όροι" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9786,20 +9817,20 @@ msgid "The account basis of the tax declaration." msgstr "Ο βασικός λογαριασμός για φορολογική δήλωση" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" "Οι γραμμές εγγραφών του λογαριασμού δεν βρίσκονται σε έγκυρη κατάσταση" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Ο λογαριασμός δεν ορίζεται για συμψηφισμό !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9834,7 +9865,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10048,7 +10086,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10085,7 +10123,7 @@ msgstr "" "έχετε φόρους που περιέχεουν άλλους φόρους σαν υποκατηγορίες." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10119,13 +10157,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10133,7 +10177,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10153,7 +10197,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10161,13 +10205,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10175,7 +10219,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10371,6 +10415,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10415,7 +10467,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10423,7 +10475,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10575,7 +10627,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10613,16 +10665,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10633,6 +10687,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Σύνολο" @@ -10763,7 +10818,7 @@ msgstr "Σύνολο:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10811,7 +10866,6 @@ msgstr "Αληθές" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10827,13 +10881,13 @@ msgid "Type Controls" msgstr "Είδος ελέγχου" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10859,6 +10913,11 @@ msgstr "" "Μοναδικός αριθμός του τιμολογίου, υπολογίζεται αυτόματα όταν το τιμολόγιο " "δημιουργείται." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11046,18 +11105,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Χρήστης" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11148,36 +11206,37 @@ msgstr "Προβολή Γραμμών Αναλυτικού Λογαριασμο #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Προειδοποίηση" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Προσοχή!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11218,7 +11277,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11272,7 +11331,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Παραγραφή" @@ -11299,7 +11358,7 @@ msgid "Write-Off amount" msgstr "Ποσό Παραγραφής" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11332,6 +11391,17 @@ msgstr "Άθροισμα Έτους" msgid "Yes" msgstr "Ναι" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11340,13 +11410,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11387,7 +11457,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11401,7 +11471,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11409,13 +11479,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11423,13 +11493,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11437,7 +11507,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11445,7 +11515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11484,13 +11554,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11513,7 +11583,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11522,7 +11592,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11531,7 +11601,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11539,7 +11609,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11552,13 +11622,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11566,7 +11636,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11575,14 +11645,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11590,7 +11660,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11599,7 +11669,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11607,13 +11677,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11627,8 +11697,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11645,14 +11715,14 @@ msgstr "" "τον τραπεζικό λογαριασμό για συμφωνία." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11670,7 +11740,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11682,7 +11752,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11706,7 +11776,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11714,13 +11784,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11729,7 +11799,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11748,7 +11818,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11774,7 +11844,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11824,7 +11894,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11836,7 +11906,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11853,14 +11923,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/en_GB.po b/addons/account/i18n/en_GB.po index 5f910986361..37e9f5fda16 100644 --- a/addons/account/i18n/en_GB.po +++ b/addons/account/i18n/en_GB.po @@ -7,15 +7,180 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +197,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralisation" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +219,16 @@ msgstr "# of Digits" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# of Items" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# of Lines" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +239,6 @@ msgstr "" msgid "# of Transaction" msgstr "# of Transaction" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Entries" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +246,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (copy)" @@ -180,90 +345,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -398,7 +479,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -409,17 +490,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Click to create a customer refund. \n" -"

\n" -" A refund is a document that credits an invoice completely " -"or\n" -" partially.\n" -"

\n" -" Instead of manually creating a customer refund, you\n" -" can generate it directly from the related customer invoice.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -745,7 +815,7 @@ msgstr "" "want to lock this period for tax related calculation." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -771,11 +841,9 @@ msgstr "Acc.Type" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -784,10 +852,10 @@ msgstr "Acc.Type" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1487,7 +1555,7 @@ msgstr "" "won't be able to modify their accounting fields anymore." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1554,10 +1622,10 @@ msgstr "Always" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1618,8 +1686,8 @@ msgstr "Analytic" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1946,7 +2014,7 @@ msgid "Average Rate" msgstr "Average Rate" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1954,21 +2022,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Bad Account!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2012,14 +2080,14 @@ msgstr "Balance Sheet" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balance Sheet (Asset account)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balance Sheet (Liability account)" @@ -2042,7 +2110,7 @@ msgstr "Balanced" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2376,7 +2444,7 @@ msgstr "" "unreconciled first. You can only refund this invoice." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2388,19 +2456,19 @@ msgstr "" "sequence manually for this piece." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Cannot create move with currency different from .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Cannot create moves for different companies." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2442,7 +2510,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Cannot generate an unused journal code." @@ -2459,7 +2527,7 @@ msgstr "Case Code" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Cash" @@ -2514,6 +2582,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2817,6 +2886,13 @@ msgstr "Children/Sub Taxes" msgid "Choose Fiscal Year" msgstr "Choose Fiscal Year" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2859,7 +2935,7 @@ msgstr "Close states of Fiscal year and periods" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2945,22 +3021,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Common Report" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3110,8 +3180,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3193,7 +3263,7 @@ msgstr "Confirmed" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3581,7 +3651,6 @@ msgstr "Credit note sequence" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3609,7 +3678,7 @@ msgstr "Currency" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Currency Adjustment" @@ -3740,9 +3809,8 @@ msgstr "Customers" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3967,14 +4035,13 @@ msgstr "Describe why you take money from the cash register:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4160,7 +4227,7 @@ msgstr "Due" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4188,13 +4255,13 @@ msgid "Duration" msgstr "Duration" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4211,7 +4278,7 @@ msgstr "Effective date" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4375,7 +4442,7 @@ msgid "Entries Sorted by" msgstr "Entries Sorted by" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Entries are not of the same account or already reconciled ! " @@ -4387,7 +4454,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Entries: " @@ -4398,7 +4465,7 @@ msgid "Entry" msgstr "Entry" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Entry \"%s\" is not valid !" @@ -4432,7 +4499,7 @@ msgid "Entry Subscription" msgstr "Entry Subscription" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Entry is already reconciled." @@ -4449,51 +4516,53 @@ msgid "Equity" msgstr "Equity" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4624,7 +4693,7 @@ msgstr "Extended Filters..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4647,7 +4716,7 @@ msgstr "Fill in this form if you put money in the cash register:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4810,7 +4879,6 @@ msgstr "Fiscal Positions" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5053,6 +5121,12 @@ msgstr "" msgid "Future" msgstr "Future" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5164,7 +5238,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Global taxes defined, but they are not in invoice lines !" @@ -5175,8 +5249,8 @@ msgid "Go to Next Partner" msgstr "Go to Next Partner" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5221,6 +5295,7 @@ msgstr "Good job!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5230,11 +5305,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Group Invoice Lines" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Group by month of Invoice Date" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5261,7 +5331,6 @@ msgstr "" "directly in html format in order to be inserted in kanban views." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5351,7 +5420,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5383,7 +5451,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5392,6 +5459,12 @@ msgstr "" msgid "Icon" msgstr "Icon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5645,7 +5718,15 @@ msgstr "" "In order to close a period, you must first post related journal entries." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5740,8 +5821,8 @@ msgstr "" "accounting needs of your company based on your country." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5805,7 +5886,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5829,7 +5911,7 @@ msgstr "Inverted Analytic Balance -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5844,7 +5926,6 @@ msgstr "Invoice Currency" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Invoice Date" @@ -5868,11 +5949,6 @@ msgstr "Invoice Line" msgid "Invoice Lines" msgstr "Invoice Lines" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5944,13 +6020,13 @@ msgid "Invoice paid" msgstr "Invoice paid" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Invoice partially paid: %s%s of %s%s (%s%s remaining)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6072,7 +6148,7 @@ msgstr "It indicates that the invoice has been sent." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6115,9 +6191,7 @@ msgstr "January" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6129,7 +6203,7 @@ msgstr "January" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6229,7 +6303,7 @@ msgid "Journal Item" msgstr "Journal Item" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6237,7 +6311,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6246,7 +6320,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6296,6 +6370,11 @@ msgstr "Journal Select" msgid "Journal for analytic entries" msgstr "Journal for analytic entries" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6404,8 +6483,8 @@ msgstr "Keep empty to use the period of the validation(invoice) date." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6634,11 +6713,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6697,7 +6771,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "List of all the taxes that have to be installed by the wizard" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Loss" @@ -6708,7 +6783,13 @@ msgid "Loss Account" msgstr "Loss Account" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "MISC" @@ -6799,7 +6880,7 @@ msgstr "" "Please define partner on it!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6850,7 +6931,7 @@ msgid "Miscellaneous" msgstr "Miscellaneous" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Miscellaneous Journal" @@ -6883,6 +6964,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Modify: create refund, reconcile and create a new draft invoice" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6930,7 +7013,7 @@ msgid "Move bank reconcile" msgstr "Move bank reconcile" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6943,7 +7026,7 @@ msgid "Move line reconcile select" msgstr "Move line reconcile select" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Move name (id): %s (%s)" @@ -6985,8 +7068,8 @@ msgstr "Name of new entries" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Never" @@ -6994,7 +7077,7 @@ msgstr "Never" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "New" @@ -7047,9 +7130,9 @@ msgid "Next supplier invoice number" msgstr "Next supplier invoice number" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7085,19 +7168,19 @@ msgid "No Follow-up" msgstr "No Follow-up" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7120,14 +7203,14 @@ msgid "No period found on the invoice." msgstr "No period found on the invoice." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "No period found or more than one period found for the given date." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7269,7 +7352,14 @@ msgstr "" "be chosen as the power of the automatic reconciliation" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7306,15 +7396,15 @@ msgid "Only One Chart Template Available" msgstr "Only One Chart Template Available" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7362,8 +7452,8 @@ msgstr "Open Journal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7385,8 +7475,8 @@ msgstr "Open for Unreconciliation" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Opening Balance" @@ -7414,7 +7504,7 @@ msgstr "Opening Entries Income Account" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Opening Entries Journal" @@ -7430,7 +7520,7 @@ msgid "Opening Entries Reconciliation" msgstr "Opening Entries Reconciliation" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7438,7 +7528,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Opening Period" @@ -7622,8 +7712,8 @@ msgstr "Partial Reconcile Entries" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7663,6 +7753,11 @@ msgstr "Partner ID" msgid "Partner Ledger" msgstr "Partner Ledger" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7879,7 +7974,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7894,7 +7988,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8005,31 +8099,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Please check that the field 'Journal' is set on the Bank Statement" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Please create some invoice lines." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Please define a sequence on the journal." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Please define sequence on the journal related to this invoice." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Please verify that an account is defined in the journal." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8166,13 +8260,10 @@ msgstr "Pro-forma Invoices" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8190,6 +8281,11 @@ msgstr "Product Category" msgid "Product Information" msgstr "Product Information" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8197,7 +8293,6 @@ msgstr "Product Template" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Product Unit of Measure" @@ -8208,21 +8303,22 @@ msgid "Products Quantity" msgstr "Products Quantity" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Profit" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Profit & Loss (Expense account)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Profit & Loss (Income account)" @@ -8293,7 +8389,7 @@ msgid "Purchase" msgstr "Purchase" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Purchase Journal" @@ -8304,7 +8400,7 @@ msgid "Purchase Refund" msgstr "Purchase Refund" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Purchase Refund Journal" @@ -8315,7 +8411,7 @@ msgid "Purchase Tax" msgstr "Purchase Tax" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Purchase Tax %.2f%%" @@ -8366,16 +8462,10 @@ msgstr "Python Code" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Qty" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8505,6 +8595,13 @@ msgstr "Reconcile With Write-Off" msgid "Reconcile Writeoff" msgstr "Reconcile Writeoff" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8528,7 +8625,7 @@ msgstr "Reconciled transactions" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8597,6 +8694,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8631,7 +8729,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8788,7 +8886,10 @@ msgid "Reset to Draft" msgstr "Reset to Draft" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Residual" @@ -8807,7 +8908,6 @@ msgstr "Residual Amount in Currency" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsible" @@ -8869,13 +8969,13 @@ msgid "Running Subscriptions" msgstr "Running Subscriptions" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8930,13 +9030,13 @@ msgid "Sales" msgstr "Sales" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Sales Journal" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Sales Refund Journal" @@ -8946,6 +9046,11 @@ msgstr "Sales Refund Journal" msgid "Sales Tax(%)" msgstr "Sales Tax(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9103,7 +9208,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9389,7 +9494,7 @@ msgid "Smallest Text" msgstr "Smallest Text" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Some entries are already reconciled." @@ -9520,7 +9625,7 @@ msgid "Start period" msgstr "Start period" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Start period should precede then end period." @@ -9546,7 +9651,7 @@ msgid "Statement" msgstr "Statement" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Statement %s confirmed, journal items were created." @@ -9604,11 +9709,6 @@ msgstr "Statistics" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9667,7 +9767,7 @@ msgstr "Supplier" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9693,7 +9793,7 @@ msgstr "Supplier Payment Term" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9735,7 +9835,7 @@ msgstr "Take Money Out" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9787,8 +9887,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9797,7 +9897,7 @@ msgid "Tax" msgstr "Tax" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Tax %.2f%%" @@ -9958,7 +10058,7 @@ msgid "Tax Use In" msgstr "Tax Use In" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10022,7 +10122,7 @@ msgid "Taxes Report" msgstr "Taxes Report" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10089,7 +10189,7 @@ msgstr "Terms" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10120,19 +10220,19 @@ msgid "The account basis of the tax declaration." msgstr "The account basis of the tax declaration." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "The account entries lines are not in valid state." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "The account move (%s) for centralisation has been confirmed." @@ -10169,7 +10269,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10401,7 +10508,7 @@ msgstr "" "a multi-currency view on the journal." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10442,7 +10549,7 @@ msgstr "" "children. In this case, the evaluation order is important." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10483,13 +10590,19 @@ msgstr "" "therefore not be executed." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10499,7 +10612,7 @@ msgstr "" "on journal \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10522,7 +10635,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "There is no income account defined for this product: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10532,13 +10645,13 @@ msgstr "" "initial balance." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "There is no parent code for the template account." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10546,7 +10659,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10765,6 +10878,14 @@ msgid "" msgstr "" "This field is used to generate legal reports: profit and loss, balance sheet." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10819,7 +10940,7 @@ msgstr "" "as reconciled." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10829,7 +10950,7 @@ msgstr "" "modify its company field." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11005,7 +11126,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11043,16 +11164,18 @@ msgid "To Review" msgstr "To Review" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "To reconcile the entries company should be the same for all entries." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11063,6 +11186,7 @@ msgstr "To reconcile the entries company should be the same for all entries." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11197,7 +11321,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -11245,7 +11369,6 @@ msgstr "True" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11261,13 +11384,13 @@ msgid "Type Controls" msgstr "Type Controls" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Unable to adapt the initial balance (negative value)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Unable to change tax!" @@ -11293,6 +11416,11 @@ msgstr "" "Unique number of the invoice, computed automatically when the invoice is " "created." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11491,18 +11619,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "User" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11595,36 +11722,37 @@ msgstr "View Account Analytic Lines" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Warning" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Warning !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11673,7 +11801,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11727,7 +11855,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Write-Off" @@ -11754,7 +11882,7 @@ msgid "Write-Off amount" msgstr "Write-Off amount" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11787,6 +11915,17 @@ msgstr "Year Sum" msgid "Yes" msgstr "Yes" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11797,13 +11936,13 @@ msgstr "" "associated partner" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "You can not add/modify entries in a closed period %s of journal %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11853,7 +11992,7 @@ msgstr "" "to add/substract it." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11875,7 +12014,7 @@ msgstr "" "e.g. My model on %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11885,13 +12024,13 @@ msgstr "" "unreconcile related payment entries first." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "You cannot change the code of account which contains journal items!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11901,13 +12040,13 @@ msgstr "" "journal items." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "You cannot change the tax, you should remove and recreate lines." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11917,7 +12056,7 @@ msgstr "" "contains journal items!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11927,7 +12066,7 @@ msgstr "" "items!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11972,13 +12111,13 @@ msgstr "" "You cannot create more than one move per period on a centralized journal." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "You cannot deactivate an account that contains journal items." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "You cannot delete a posted journal entry \"%s\"." @@ -12001,7 +12140,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12013,7 +12152,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12025,7 +12164,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12035,7 +12174,7 @@ msgstr "" "First you should set the journal to allow cancelling entries." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "You cannot modify/delete a journal with entries for this period." @@ -12050,13 +12189,13 @@ msgstr "" "one." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "You cannot remove an account that contains journal items." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12066,7 +12205,7 @@ msgstr "" "supplier." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12078,14 +12217,14 @@ msgstr "" "year process." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "You cannot use an inactive account." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12095,7 +12234,7 @@ msgstr "" "Controls' on the related journal." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12107,7 +12246,7 @@ msgstr "" "The latest payment term line should be of the \"Balance\" type." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12117,13 +12256,13 @@ msgstr "" "belong to chart of accounts \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12139,8 +12278,8 @@ msgstr "" "please select a period and a journal in the context." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12157,7 +12296,7 @@ msgstr "" "in the journal definition for reconciliation." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." @@ -12165,7 +12304,7 @@ msgstr "" "You have to provide an account for the write off/exchange difference entry." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12188,7 +12327,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "You must choose at least one record." @@ -12200,7 +12339,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "You must define an analytic journal of type '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12224,7 +12363,7 @@ msgid "You must set a start date." msgstr "You must set a start date." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12234,13 +12373,13 @@ msgstr "" "balance." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "You should choose the periods that belong to the same company." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12249,7 +12388,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12268,7 +12407,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12299,7 +12438,7 @@ msgid "balance" msgstr "balance" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12352,7 +12491,7 @@ msgstr "period close" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12364,7 +12503,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12381,14 +12520,14 @@ msgstr "title" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12412,3 +12551,44 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "year" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " + +#~ msgid "Qty" +#~ msgstr "Qty" + +#~ msgid "#Entries" +#~ msgstr "#Entries" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "There is no %s Account on the journal %s." + +#~ msgid "# of Lines" +#~ msgstr "# of Lines" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Group by month of Invoice Date" diff --git a/addons/account/i18n/en_US.po b/addons/account/i18n/en_US.po index 758a1744e55..65032749d67 100644 --- a/addons/account/i18n/en_US.po +++ b/addons/account/i18n/en_US.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United States) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/es.po b/addons/account/i18n/es.po index 59be8e4b928..086b24e1438 100644 --- a/addons/account/i18n/es.po +++ b/addons/account/i18n/es.po @@ -7,15 +7,180 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-30 11:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 03:12+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:15+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Hola ${object.partner_id.name},

\n" +"\n" +"

Hay una nueva factura disponible:

\n" +" \n" +"

\n" +"   REFERENCIAS
\n" +"   Nº de factura: ${object.number}
\n" +"   Total de la factura: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Fecha de factura: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Es posible pagarla directamente con Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Si tiene cualquier pregunta, no dude en contactarnos.

\n" +"

Gracias por elegir ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Teléfono:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -41,11 +206,16 @@ msgstr "" "* \"Cancelada\" es el estado para las facturas canceladas por el usuario." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralización" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "Nº de entradas" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -58,16 +228,16 @@ msgstr "Núm. de dígitos" msgid "# of Entries" msgstr "# Entradas" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "Nº de facturas" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Nº de elementos" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Nº de líneas" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -78,11 +248,6 @@ msgstr "# Productos" msgid "# of Transaction" msgstr "# de transacción" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Nº asientos" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -91,15 +256,15 @@ msgstr "" "${object.company_id.name|safe} Factura (Ref ${object.number o 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (copia)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (copiar)" @@ -190,168 +355,6 @@ msgstr "Libro mayor" msgid ": Trial Balance" msgstr "Balance de sumas y saldos" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Estimado ${object.partner_id.name},

\n" -"\n" -"

Está disponible una nueva factura:

\n" -"\n" -"

\n" -"  REFERENCIA
\n" -"  Factura nº: ${object.number}
\n" -"  Total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"  Fecha de facturación: ${object.date_invoice}
\n" -"% if object.origin:\n" -"  Referencia de pedido: ${object.origin}
\n" -"% endif\n" -"% if object.user_id:\n" -"  Su contacto: ${object.user_id.name}\n" -"% endif\n" -"

\n" -"\n" -"% if object.paypal_url:\n" -"
\n" -"

También puede pagar a través de Paypal:

\n" -"\n" -"\n" -"\n" -"% endif\n" -"\n" -"
\n" -"

Si tiene alguna pregunta, no dude en contactarnos

\n" -"

Gracias por elegirnos ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -"${object.company_id.name}

\n" -"
\n" -"
\n" -"\n" -"% if object.company_id.street:\n" -"${object.company_id.street}
\n" -"% endif\n" -"% if object.company_id.street2:\n" -"${object.company_id.street2}
\n" -"% endif\n" -"% if object.company_id.city or object.company_id.zip:\n" -"${object.company_id.zip} ${object.company_id.city}
\n" -"% endif\n" -"% if object.company_id.country_id:\n" -"${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) " -"or ''} ${object.company_id.country_id.name or ''}
\n" -"% endif\n" -"
\n" -"% if object.company_id.phone:\n" -"
\n" -"Teléfono:  ${object.company_id.phone}\n" -"
\n" -"% endif\n" -"% if object.company_id.website:\n" -"
\n" -"Web : ${object.company_id.website}\n" -"
\n" -"%endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -364,10 +367,10 @@ msgid "" " " msgstr "" "

\n" -" Haga clic para añadir un período fiscal.\n" +" Haga clic para añadir un periodo fiscal.\n" "

\n" " Un período fiscal es habitualmente un mes o un trimestre. \n" -" Normalmente se corresponde con los períodos de presentación " +" Normalmente se corresponde con los periodos de presentación " "de impuestos\n" "

\n" " " @@ -488,7 +491,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -500,14 +503,15 @@ msgid "" " " msgstr "" "

\n" -"Pulse para crear una factura rectificativa. \n" -"

\n" -"Una factura rectificativa es un documento que abona una factura total o " +"Pulse para crear una factura rectificativa de cliente.\n" +"

\n" +"Una factura rectificativa es un documento que abona una factura completa o " "parcialmente.\n" -"

\n" -"En lugar de crear una factura rectificativa manualmente, puede generarla " -"directamente desde la misma factura origen.\n" -"

\n" +"

\n" +"En lugar de generar manualmente una factura rectificativa, puede generarla " +"directamente\n" +"desde la factura de cliente relacionada.\n" +"

\n" " " #. module: account @@ -899,7 +903,7 @@ msgstr "" "el cálculo de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "Alguna de las líneas a mover ya fue reconciliada." @@ -926,11 +930,9 @@ msgstr "Tipo cuenta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -939,10 +941,10 @@ msgstr "Tipo cuenta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1333,7 +1335,7 @@ msgstr "Cuenta n°" #. module: account #: model:ir.model,name:account.model_account_period msgid "Account period" -msgstr "Período contable" +msgstr "Periodo contable" #. module: account #: model:ir.actions.report.xml,name:account.action_report_vat @@ -1529,7 +1531,7 @@ msgstr "" "El saldo de empresa es un informe más detallado de sus ingresos por " "intervalos. Al abrir este informe, Odoo pregunta el nombre de la compañía, " "periodo fiscal y el tamaño del intervalo a analizar (en días). Entonces, " -"Odoo calcula una tabla de saldo por período. Por lo que si solicita un " +"Odoo calcula una tabla de saldo por periodo. Por lo que si solicita un " "intervalo de 30 días, Odoo generará un análisis de deuda para el mes pasado, " "hace 2 meses, hace 3, etc." @@ -1648,7 +1650,7 @@ msgstr "" "que ya no podrá modificar sus campos contables." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1716,10 +1718,10 @@ msgstr "Siempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1780,8 +1782,8 @@ msgstr "Analítico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Cuenta analítica" @@ -2107,7 +2109,7 @@ msgid "Average Rate" msgstr "Tasa promedio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2115,21 +2117,21 @@ msgstr "BAN" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "Volver al extracto" +msgid "Back to statements list" +msgstr "Regresar a la lista de extractos" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "¡Cuenta errónea!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "¡Total incorrecto!" @@ -2173,14 +2175,14 @@ msgstr "Balance de situación" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balance (Cuenta activos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balance (Cuenta de pasivo)" @@ -2205,7 +2207,7 @@ msgstr "Cuadrado" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2539,7 +2541,7 @@ msgstr "" "conciliación. Solo puede realizar una devolución de esta factura." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2551,19 +2553,19 @@ msgstr "" "cree una secuencia manual para este elemento." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "No se puede crear un movimiento con divisa distinta de .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "No se pueden crear apuntes de compañías diferentes." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2614,7 +2616,7 @@ msgstr "" " Por favor, vaya la configuración de diarios." #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "No puede generar un código de diario que no ha sido usado" @@ -2631,7 +2633,7 @@ msgstr "Código" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Efectivo" @@ -2686,6 +2688,7 @@ msgid "Category" msgstr "Categoría" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2995,6 +2998,13 @@ msgstr "Impuestos hijos" msgid "Choose Fiscal Year" msgstr "Seleccione el ejercicio fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "Escoger contrapartida" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -3015,7 +3025,7 @@ msgstr "Cerrar ejercicio fiscal" #: view:account.period:account.view_account_period_form #: view:account.period.close:account.view_account_period_close msgid "Close Period" -msgstr "Cerrar período" +msgstr "Cerrar periodo" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscalyear_close_state @@ -3037,7 +3047,7 @@ msgstr "Cerrar estados de ejercicio fiscal y periodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Cerrar el extracto" @@ -3123,22 +3133,16 @@ msgstr "Comentario:" msgid "Commercial Entity" msgstr "Entidad comercial" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "Empresa comercial" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "País de la empresa comercial" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Informe común" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicación" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3288,8 +3292,8 @@ msgid "Configuration Error" msgstr "Error de configuración" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3371,7 +3375,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "¡Felicidades, no tiene tareas pendientes!" @@ -3452,7 +3456,7 @@ msgstr "Crear" #. module: account #: view:account.fiscalyear:account.view_account_fiscalyear_form msgid "Create 3 Months Periods" -msgstr "Crear períodos trimestrales" +msgstr "Crear periodos trimestrales" #. module: account #: view:account.addtmpl.wizard:account.view_account_addtmpl_wizard_form @@ -3478,7 +3482,7 @@ msgstr "Crear asientos desde modelos" #. module: account #: view:account.fiscalyear:account.view_account_fiscalyear_form msgid "Create Monthly Periods" -msgstr "Crear períodos mensuales" +msgstr "Crear periodos mensuales" #. module: account #: view:account.invoice.refund:account.view_account_invoice_refund @@ -3759,7 +3763,6 @@ msgstr "Secuena de las facturas rectificativas" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3787,7 +3790,7 @@ msgstr "Divisa" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Ajustes de moneda" @@ -3918,9 +3921,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4152,14 +4154,13 @@ msgstr "Indique por qué retira dinero de la caja registradora:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4346,7 +4347,7 @@ msgstr "Vencido" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4374,13 +4375,13 @@ msgid "Duration" msgstr "Duración" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ACOMPRA" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "COMPRA" @@ -4397,7 +4398,7 @@ msgstr "Fecha vigencia" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "Eficiencia en su máxima expresión" @@ -4474,7 +4475,7 @@ msgstr "Periodo final" #: view:website:account.report_trialbalance #: view:website:account.report_vat msgid "End Period:" -msgstr "Período fin:" +msgstr "Periodo fin:" #. module: account #: field:account.config.settings,date_stop:0 @@ -4491,7 +4492,7 @@ msgstr "Asiento fin de ejercicio fiscal" #: field:account.period,date_stop:0 #: model:ir.ui.menu,name:account.menu_account_end_year_treatments msgid "End of Period" -msgstr "Fin de período" +msgstr "Fin del periodo" #. module: account #: field:account.fiscalyear,end_journal_period_id:0 @@ -4505,7 +4506,7 @@ msgstr "Diario asientos cierre del ejercicio" #: field:account.analytic.inverted.balance,date2:0 #: field:account.analytic.journal.report,date2:0 msgid "End of period" -msgstr "Fin del período" +msgstr "Fin del periodo" #. module: account #: field:account.chart,period_to:0 @@ -4561,7 +4562,7 @@ msgid "Entries Sorted by" msgstr "Asientos ordenados por" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "¡Asientos no son de la misma cuenta o ya están conciliados! " @@ -4573,7 +4574,7 @@ msgstr "Apuntes por extracto desde facturas" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Asientos: " @@ -4584,7 +4585,7 @@ msgid "Entry" msgstr "Asiento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "¡El asiento \"%s\" no es válido!" @@ -4618,7 +4619,7 @@ msgid "Entry Subscription" msgstr "Asiento periódico" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "El apunte ya está conciliado" @@ -4635,51 +4636,53 @@ msgid "Equity" msgstr "Patrimonio" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4810,7 +4813,7 @@ msgstr "Filtros extendidos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "Conciliador rápido" @@ -4833,7 +4836,7 @@ msgstr "Rellene este formulario si pone dinero en la caja registradora:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filtro" @@ -4996,7 +4999,6 @@ msgstr "Posiciones fiscales" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5250,6 +5252,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "Ingresos por diferencia de cambio" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5367,7 +5375,7 @@ msgstr "" "un diario del mismo tipo." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5379,8 +5387,8 @@ msgid "Go to Next Partner" msgstr "Ir a la siguiente empresa" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5425,6 +5433,7 @@ msgstr "¡Buen trabajo!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Agrupar por" @@ -5434,11 +5443,6 @@ msgstr "Agrupar por" msgid "Group Invoice Lines" msgstr "Agrupar líneas de factura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mes de fecha factura" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5465,7 +5469,6 @@ msgstr "" "directamente en formato html para ser insertado en vistas kanban." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5555,7 +5558,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5587,7 +5589,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5596,6 +5597,14 @@ msgstr "ID" msgid "Icon" msgstr "Icono" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" +"Si se especifica \"Importe en moneda\", entonces el \"Importe\" debe estar " +"también." + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5851,7 +5860,17 @@ msgid "" msgstr "Si desea cerrar un periodo, primero debe asentar todos los asientos." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" +"Para poder eliminar una línea del extracto bancario, primero debe cancelarla " +"para borrar los apuntes contables relacionados" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5946,8 +5965,8 @@ msgstr "" "contables de su compañía basadas en su país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "¡Configuraciín insuficiente!" @@ -6011,7 +6030,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -6035,7 +6055,7 @@ msgstr "Saldo analítico invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -6050,7 +6070,6 @@ msgstr "Moneda factura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fecha factura" @@ -6074,11 +6093,6 @@ msgstr "Línea de factura" msgid "Invoice Lines" msgstr "Líneas de factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "Mes de la Factura" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6152,13 +6166,13 @@ msgid "Invoice paid" msgstr "Factura pagada" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Factura parcialmente pagada: %s %s de %s %s (%s %s restante)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Factura enviada" @@ -6281,7 +6295,7 @@ msgstr "Indica que la factura ha sido enviada." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "Te llevó" @@ -6324,9 +6338,7 @@ msgstr "Enero" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6338,7 +6350,7 @@ msgstr "Enero" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6438,7 +6450,7 @@ msgid "Journal Item" msgstr "Apunte contable" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6448,7 +6460,7 @@ msgstr "" "conciliación ya que no esta saldado." #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "¡El apunte '%s' (id: %s), del asiento '%s', está ya conciliado!" @@ -6457,7 +6469,7 @@ msgstr "¡El apunte '%s' (id: %s), del asiento '%s', está ya conciliado!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6507,6 +6519,11 @@ msgstr "Seleccionar diario" msgid "Journal for analytic entries" msgstr "Diario para asientos analíticos" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Facturas del diario con periodo en el año actual" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6616,8 +6633,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6846,11 +6863,6 @@ msgstr "Última fecha de conciliación completa" msgid "Latest Manual Reconciliation Processed:" msgstr "Última conciliación manual procesada:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "Dejar en 0 para ignorar" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6910,7 +6922,8 @@ msgstr "" "Lista de todos los impuestos que deben ser instalados por el asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Pérdidas" @@ -6921,7 +6934,13 @@ msgid "Loss Account" msgstr "Cuenta de pérdidas" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Pérdida por diferencia de cambio" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Varios" @@ -7012,7 +7031,7 @@ msgstr "" "¡Por favor, defina la empresa en él!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -7063,7 +7082,7 @@ msgid "Miscellaneous" msgstr "Varios" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario varios" @@ -7097,6 +7116,8 @@ msgstr "" "Modificar: crea el reembolso, concilia y crea una nueva factura borrador" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7144,7 +7165,7 @@ msgid "Move bank reconcile" msgstr "Conciliar movimientos banco" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7158,7 +7179,7 @@ msgid "Move line reconcile select" msgstr "Seleccionar conciliación línea movimiento" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Nombre del movimiento (id): %s (%s)" @@ -7200,8 +7221,8 @@ msgstr "Nombre de nuevos asientos" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nunca" @@ -7209,7 +7230,7 @@ msgstr "Nunca" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nuevo" @@ -7262,9 +7283,9 @@ msgid "Next supplier invoice number" msgstr "Siguiente número de factura de proveedor" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7300,19 +7321,19 @@ msgid "No Follow-up" msgstr "Sin seguimiento" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "¡No hay líneas de factura!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "No hay empresa definida" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "¡No hay número de pieza!" @@ -7335,7 +7356,7 @@ msgid "No period found on the invoice." msgstr "No se ha encontrado periodo en la factura." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7343,7 +7364,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Sin resultados coincidentes" @@ -7485,7 +7506,14 @@ msgstr "" "importes parciales que se pueden combinar para encontrar un saldo a cero." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Aceptar" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7520,15 +7548,15 @@ msgid "Only One Chart Template Available" msgstr "Solo una plantilla de cuentas disponible" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Sólo los administradores pueden cambiar esta configuración" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "Solo use el atajo ctrl-enter para validar conciliaciones" @@ -7576,8 +7604,8 @@ msgstr "Abrir diario" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "Saldo de apertura" @@ -7599,8 +7627,8 @@ msgstr "Abrir para romper conciliación" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo Inicial" @@ -7628,7 +7656,7 @@ msgstr "Cuenta de ingresos del asiento de apertura" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diario asientos de apertura" @@ -7644,7 +7672,7 @@ msgid "Opening Entries Reconciliation" msgstr "Conciliación del asiento de apertura" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7655,7 +7683,7 @@ msgstr "" "posteriormente ejecute esta acción." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Periodo de apertura" @@ -7839,8 +7867,8 @@ msgstr "Asientos parcialmente conciliados" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7880,6 +7908,11 @@ msgstr "ID de la empresa" msgid "Partner Ledger" msgstr "Libro mayor de empresa" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "Nombre de la empresa" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -8100,7 +8133,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8115,7 +8147,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8228,32 +8260,32 @@ msgstr "" "bancario" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Cree algunas líneas de factura" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Defina por favor una secuencia en el diario." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" "Por favor defina la secuencia de diario relacionado con esta factura." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Compruebe que se ha definido una cuenta en el diario." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8391,13 +8423,10 @@ msgstr "Facturas pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8415,6 +8444,11 @@ msgstr "Categoría de producto" msgid "Product Information" msgstr "Información del producto" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Cantidad del producto" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8422,7 +8456,6 @@ msgstr "Plantilla de producto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Unidad de medida del producto" @@ -8433,21 +8466,22 @@ msgid "Products Quantity" msgstr "Cantidad de productos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Beneficio" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Pérdidas y ganancias (cuenta de gastos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Pérdidas y ganancias (Cuenta de ingresos)" @@ -8518,7 +8552,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diario de compras" @@ -8529,7 +8563,7 @@ msgid "Purchase Refund" msgstr "Factura rectificativa de proveedor" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diario de abono de compras" @@ -8540,7 +8574,7 @@ msgid "Purchase Tax" msgstr "Impuesto de compra" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Impuesto de compra %2f%%" @@ -8591,16 +8625,10 @@ msgstr "Código Python" msgid "Python Code (reverse)" msgstr "Código Python (inverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Cantidad" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8730,6 +8758,13 @@ msgstr "Conciliación con desfase" msgid "Reconcile Writeoff" msgstr "Desfase conciliación" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "Conciliar el extracto bancario demo" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8753,7 +8788,7 @@ msgstr "Transacciones conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8822,6 +8857,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8856,7 +8892,7 @@ msgstr "Referencia / Descripción" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -9013,7 +9049,10 @@ msgid "Reset to Draft" msgstr "Cambiar a borrador" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendiente" @@ -9032,7 +9071,6 @@ msgstr "Importe residual en la moneda" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -9094,13 +9132,13 @@ msgid "Running Subscriptions" msgstr "Asientos periódicos en proceso" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VEN" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "AVENTA" @@ -9155,13 +9193,13 @@ msgid "Sales" msgstr "Ventas" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diario de ventas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diario de abono de ventas" @@ -9171,6 +9209,11 @@ msgstr "Diario de abono de ventas" msgid "Sales Tax(%)" msgstr "Impuesto de venta(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "Equipo de ventas" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9329,7 +9372,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "Seleccionar empresa" @@ -9619,7 +9662,7 @@ msgid "Smallest Text" msgstr "El texto más pequeño" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Algunos apuntes ya han sido conciliados" @@ -9752,7 +9795,7 @@ msgid "Start period" msgstr "Periodo inicial" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "El periodo de inicio debe preceder al periodo final." @@ -9778,7 +9821,7 @@ msgid "Statement" msgstr "Extracto" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Extracto %s confirmado, los asientos han sido creados." @@ -9836,11 +9879,6 @@ msgstr "Estadísticas" msgid "Status" msgstr "Estado" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "Comunicación estructurada" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9899,7 +9937,7 @@ msgstr "Proveedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9925,7 +9963,7 @@ msgstr "Plazo de pago del proveedor" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9967,7 +10005,7 @@ msgstr "Sacar dinero" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -10020,8 +10058,8 @@ msgstr "Mes de tarea" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -10030,7 +10068,7 @@ msgid "Tax" msgstr "Impuesto" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Impuestox %.2f%%" @@ -10191,7 +10229,7 @@ msgid "Tax Use In" msgstr "Impuesto usado en" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10253,7 +10291,7 @@ msgid "Taxes Report" msgstr "Informe impuestos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10320,7 +10358,7 @@ msgstr "Plazos de pago" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "Esto es un promedio de..." @@ -10353,19 +10391,19 @@ msgid "The account basis of the tax declaration." msgstr "La cuenta base de la declaración de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Las líneas de los asientos contables no están en estado válido." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "¡No se ha definido la cuenta como conciliable!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "El apunte contable (%s) para centralización ha sido confirmado." @@ -10404,7 +10442,16 @@ msgstr "" "cuenta es de débito y negativo cuando la cuenta es de crédito." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" +"El importe contará como debe si es negativo, y como haber si es positivo " +"(excepto si el tipo de importe es 'Porcentaje del saldo pendiente')." + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "El extracto bancario ya fue conciliado" @@ -10642,7 +10689,7 @@ msgstr "" "vista multi-moneda" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10683,7 +10730,7 @@ msgstr "" "varios impuesto hijos. En este caso, el orden de evaluación es importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10723,13 +10770,19 @@ msgstr "" "ejecutará en consecuencia." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "No hay ninguna cuenta %s en el diario %s." +msgid "There is no Loss Account on the journal %s." +msgstr "No hay cuenta de pérdidas en el diario %s." #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "No hay cuenta de ganancias en el diario %s." + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10737,7 +10790,7 @@ msgid "" msgstr "No hay cuenta de ingresos por defecto definida en el diario \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10761,7 +10814,7 @@ msgstr "" "No hay cuenta de ingresos definida para este producto: \"%s\" (id: %d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10771,13 +10824,13 @@ msgstr "" "saldo inicial." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "No hay código padre para la plantilla de cuentas" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10787,7 +10840,7 @@ msgstr "" "/ Periodos y configure un año fiscal" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -11036,6 +11089,17 @@ msgstr "" "Este campo se usa para generar informes legales: pérdidas y ganancias, " "balance." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" +"Este campo se usa para grabar el nombre del tercero cuando se importan los " +"extractos bancarios en formato electrónico, cuando la empresa no existe aún " +"en la base de datos (o no puede ser encontrada)." + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -11094,7 +11158,7 @@ msgstr "" "conciliada." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -11104,7 +11168,7 @@ msgstr "" "modificar su campo compañía" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11302,7 +11366,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "Tip: Presiona Ctrl-Enter para validar la hoja entera" @@ -11340,8 +11404,8 @@ msgid "To Review" msgstr "A revisar" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -11349,9 +11413,11 @@ msgstr "" "apuntes." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11362,6 +11428,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11496,7 +11563,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transacción" @@ -11544,7 +11611,6 @@ msgstr "Verdadero" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11560,13 +11626,13 @@ msgid "Type Controls" msgstr "Controles de tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Imposible adaptar el saldo inicial (valor negativo)" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "¡No se ha podido cambiar el impuesto!" @@ -11592,6 +11658,11 @@ msgstr "" "Número único de la factura, calculado automáticamente cuando se valida la " "factura." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "Importe unitario" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11785,18 +11856,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuario" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11889,36 +11959,37 @@ msgstr "Ver líneas contables analíticas" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Aviso" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "¡Atención!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11966,7 +12037,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "Wow! fue rápido" @@ -12024,7 +12095,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Desajuste" @@ -12051,7 +12122,7 @@ msgid "Write-Off amount" msgstr "Importe desajuste" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "¡Modelo Erróneo!" @@ -12084,6 +12155,20 @@ msgstr "Suma del año" msgid "Yes" msgstr "Sí" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" +"Está seleccionando transacciones de una cuenta a pagar y a cobrar.\n" +"\n" +"Para poder continuar, debe desmarcar primero las transacciones %s." + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -12094,14 +12179,14 @@ msgstr "" "empresa asociada." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "No puede añadir/modificar asientos en un periodo cerrado %s del diario %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "No puede reabrir un periodo que pertenezca a un año fiscal cerrado" @@ -12151,7 +12236,7 @@ msgstr "" "desea sumar/restar el importe." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12172,7 +12257,7 @@ msgstr "" "Ejemplo: Mi modelo del %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12182,13 +12267,13 @@ msgstr "" "la conciliación del pago relacionado primero." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "¡No puede cambiar el código de una cuenta que contiene apuntes!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -12198,13 +12283,13 @@ msgstr "" "asientos" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "No puede cambiar el impuesto. Debería eliminar y recrear las líneas." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12214,7 +12299,7 @@ msgstr "" "contiene apuntes!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12223,7 +12308,7 @@ msgstr "" "¡No puede cambiar el tipo de cuenta a tipo '%s' si contiene asientos!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12268,13 +12353,13 @@ msgstr "" "No puede crear más de un movimiento por periodo en un diario centralizado." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "No puede desactivar una cuenta que contiene apuntes." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "No puede borrar un asiento asentado \"%s\"." @@ -12302,7 +12387,7 @@ msgstr "" "abonarlo en su lugar." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12313,7 +12398,7 @@ msgstr "" "cambiar algunos campos no legales o debe cancelar el asiento primero. %s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12324,7 +12409,7 @@ msgstr "" "algunos campos no legales o debe romper la conciliación primero. %s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12334,7 +12419,7 @@ msgstr "" "Primero debería permitir cancelar asientos en el diario." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12349,13 +12434,13 @@ msgstr "" "No puede proveer una moneda secundaria si es la misma que la de principal." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "No puede eliminar una cuenta que contiene asientos." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12365,7 +12450,7 @@ msgstr "" "proveedor." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12376,14 +12461,14 @@ msgstr "" "los procesos de apertura/cierre del ejercicio fiscal." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "No puede usar una cuenta inactiva." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12393,7 +12478,7 @@ msgstr "" "'Controles de asiento' en el diario relacionado." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12405,7 +12490,7 @@ msgstr "" "La última línea de plazo de pago debería ser del tipo \"Saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12415,13 +12500,13 @@ msgstr "" "de cuentas \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "¡No tiene permisos para abrir este %s diario!" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "Tiene una expresión errónea \"%(...)s\" en su modelo." @@ -12437,8 +12522,8 @@ msgstr "" "inicial, seleccione un período y un diario en el contexto." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12455,14 +12540,14 @@ msgstr "" "en la definición del diario para conciliar." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Tiene que introducir una cuenta de desajuste para la diferencia." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12485,7 +12570,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -12497,7 +12582,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "¡Debe definir un diario analítico de tipo '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "¡Primero debe seleccionar una empresa!" @@ -12521,7 +12606,7 @@ msgid "You must set a start date." msgstr "Debe establecer una fecha de inicio." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12531,13 +12616,13 @@ msgstr "" "para establecer el saldo inicial" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Debería escoger los periodos que pertenezcan a la misma compañía" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12549,7 +12634,7 @@ msgstr "" "contable asociados a las diferencias relacionadas con el cambio de moneda." #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12573,7 +12658,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "Validó" @@ -12602,7 +12687,7 @@ msgid "balance" msgstr "saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "cambio" @@ -12655,7 +12740,7 @@ msgstr "cierre periodo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "Conciliaciones con el atajo ctrl-enter" @@ -12667,7 +12752,7 @@ msgstr "res_config_contenidos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "Segundos por transacción" @@ -12684,14 +12769,14 @@ msgstr "título" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "Para conciliar" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "transacciones" @@ -12716,3 +12801,43 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "año" + +#~ msgid "Qty" +#~ msgstr "Cantidad" + +#~ msgid "#Entries" +#~ msgstr "Nº asientos" + +#~ msgid "# of Lines" +#~ msgstr "Nº de líneas" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ "Pulse para crear una factura rectificativa. \n" +#~ "

\n" +#~ "Una factura rectificativa es un documento que abona una factura total o " +#~ "parcialmente.\n" +#~ "

\n" +#~ "En lugar de crear una factura rectificativa manualmente, puede generarla " +#~ "directamente desde la misma factura origen.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "No hay ninguna cuenta %s en el diario %s." + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mes de fecha factura" diff --git a/addons/account/i18n/es_AR.po b/addons/account/i18n/es_AR.po index bf457ddb795..fc2bf3de3ec 100644 --- a/addons/account/i18n/es_AR.po +++ b/addons/account/i18n/es_AR.po @@ -7,15 +7,180 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Hola ${object.partner_id.name},

\n" +"\n" +"

Hay una nueva factura disponible:

\n" +" \n" +"

\n" +"   REFERENCIAS
\n" +"   Nº de factura: ${object.number}
\n" +"   Total de la factura: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Fecha de factura: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Es posible pagarla directamente con Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Si tiene cualquier pregunta, no dude en contactarnos.

\n" +"

Gracias por elegir ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Teléfono:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +197,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +219,16 @@ msgstr "Núm. de dígitos" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# de elementos" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +239,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de transacción" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +246,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -180,90 +345,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -360,7 +441,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -371,18 +452,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Pulse para crear una nota de crédito. \n" -"

\n" -" Una factura rectificativa es un documento que abona una " -"factura total o \n" -" parcialmente.\n" -"

\n" -" En lugar de crear una factura rectificativa manualmente, " -"puede \n" -" generarla directamente desde la misma factura origen.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -650,7 +719,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -678,11 +747,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -691,10 +758,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1389,7 +1456,7 @@ msgstr "" "que ya no podrá modificar sus campos contables." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1456,10 +1523,10 @@ msgstr "Siempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1521,8 +1588,8 @@ msgstr "Analítico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1846,7 +1913,7 @@ msgid "Average Rate" msgstr "Tasa promedio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1854,21 +1921,21 @@ msgstr "BNC" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "¡Cuenta Erronea!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1912,14 +1979,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1942,7 +2009,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2272,7 +2339,7 @@ msgstr "" "conciliación. Solo puede realizar una nota de crédito de esta factura." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2281,19 +2348,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "No se puede crear un movimiento con divisa distinta de .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2336,7 +2403,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2353,7 +2420,7 @@ msgstr "Código de caso" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Efectivo" @@ -2408,6 +2475,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2705,6 +2773,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Elegir Año Fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2747,7 +2822,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2833,22 +2908,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2998,8 +3067,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3073,7 +3142,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3460,7 +3529,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3488,7 +3556,7 @@ msgstr "Moneda" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3619,9 +3687,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3846,14 +3913,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4039,7 +4105,7 @@ msgstr "Debe" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4067,13 +4133,13 @@ msgid "Duration" msgstr "Duración" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "GASTO" @@ -4090,7 +4156,7 @@ msgstr "Fecha de vigencia" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4254,7 +4320,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Asientos no son de la misma cuenta o ya están conciliados ! " @@ -4266,7 +4332,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Asientos: " @@ -4277,7 +4343,7 @@ msgid "Entry" msgstr "Asiento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "El asiento \"%s\" no es válido !" @@ -4311,7 +4377,7 @@ msgid "Entry Subscription" msgstr "Asiento de subscripción" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "El apunte ya está conciliado." @@ -4328,51 +4394,53 @@ msgid "Equity" msgstr "Patrimonio" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4490,7 +4558,7 @@ msgstr "Filtros Extendidos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4513,7 +4581,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4676,7 +4744,6 @@ msgstr "Posiciones fiscales" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4904,6 +4971,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5016,7 +5089,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5027,8 +5100,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5073,6 +5146,7 @@ msgstr "¡Buen trabajo!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5082,11 +5156,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5111,7 +5180,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5201,7 +5269,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5233,7 +5300,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5242,6 +5308,12 @@ msgstr "" msgid "Icon" msgstr "Icono" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5467,7 +5539,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5560,8 +5640,8 @@ msgstr "" "contables de su compañía basadas en su país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5625,7 +5705,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5649,7 +5730,7 @@ msgstr "Balance analítico invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5664,7 +5745,6 @@ msgstr "Moneda de Factura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fecha de factura" @@ -5688,11 +5768,6 @@ msgstr "Línea de factura" msgid "Invoice Lines" msgstr "Líneas de la factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5764,13 +5839,13 @@ msgid "Invoice paid" msgstr "Factura pagada" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Factura parcialmente pagada: %s %s de %s %s (%s %s restante)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5887,7 +5962,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5930,9 +6005,7 @@ msgstr "Enero" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5944,7 +6017,7 @@ msgstr "Enero" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6044,7 +6117,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6052,7 +6125,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6061,7 +6134,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6111,6 +6184,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6220,8 +6298,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6450,11 +6528,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6513,7 +6586,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Listado de los impuestos que deben ser instalados por el asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6524,7 +6598,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6612,7 +6692,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6663,7 +6743,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario de Otras Operaciones" @@ -6698,6 +6778,8 @@ msgstr "" "borrador" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6745,7 +6827,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6757,7 +6839,7 @@ msgid "Move line reconcile select" msgstr "Selección de apunte contable de conciliación" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6799,8 +6881,8 @@ msgstr "Nombre de nuevos asientos" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6808,7 +6890,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6861,9 +6943,9 @@ msgid "Next supplier invoice number" msgstr "Siguiente número de factura de proveedor" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6899,19 +6981,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6934,7 +7016,7 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6942,7 +7024,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7083,7 +7165,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7115,15 +7204,15 @@ msgid "Only One Chart Template Available" msgstr "Solo una Plantilla de Cuentas Disponible" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7171,8 +7260,8 @@ msgstr "Abrir diario" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7194,8 +7283,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7223,7 +7312,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diario asientos de apertura" @@ -7239,7 +7328,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7247,7 +7336,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7431,8 +7520,8 @@ msgstr "Asientos parcialmente conciliados" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7472,6 +7561,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Libro del Partner" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7686,7 +7780,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7701,7 +7794,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7810,32 +7903,32 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" "Por favor defina la secuencia de diario relacionado con esta factura." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "POr favor verifique que se haya definido una cuenta en el diario." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7972,13 +8065,10 @@ msgstr "Facturas Pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7996,6 +8086,11 @@ msgstr "Categoría de Producto" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8003,7 +8098,6 @@ msgstr "Plantilla de Producto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -8014,21 +8108,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8099,7 +8194,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diario de compras" @@ -8110,7 +8205,7 @@ msgid "Purchase Refund" msgstr "Devolución de compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8121,7 +8216,7 @@ msgid "Purchase Tax" msgstr "Impuesto de Compra" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8172,16 +8267,10 @@ msgstr "Código Python" msgid "Python Code (reverse)" msgstr "Código Python (inverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Ctd." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8311,6 +8400,13 @@ msgstr "Conciliación con cancelación" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8334,7 +8430,7 @@ msgstr "Transacciones conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8403,6 +8499,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8437,7 +8534,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8592,7 +8689,10 @@ msgid "Reset to Draft" msgstr "Restablecer a Borrador" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Valor residual" @@ -8611,7 +8711,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8673,13 +8772,13 @@ msgid "Running Subscriptions" msgstr "Asientos de suscripción ejecutándose" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VENTA" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8734,13 +8833,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diario de ventas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8750,6 +8849,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8900,7 +9004,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9171,7 +9275,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Algunos apuntes ya han sido conciliados." @@ -9302,7 +9406,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9328,7 +9432,7 @@ msgid "Statement" msgstr "Extracto" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Extracto %s confirmado, los asientos han sido creados." @@ -9386,11 +9490,6 @@ msgstr "" msgid "Status" msgstr "Estado" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9449,7 +9548,7 @@ msgstr "Proveedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9475,7 +9574,7 @@ msgstr "Plazo de Pago del Proveedor" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9517,7 +9616,7 @@ msgstr "Sacar Dinero" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9569,8 +9668,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9579,7 +9678,7 @@ msgid "Tax" msgstr "Impuestos" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9740,7 +9839,7 @@ msgid "Tax Use In" msgstr "Impuesto usado en" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9804,7 +9903,7 @@ msgid "Taxes Report" msgstr "Informe de impuestos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9871,7 +9970,7 @@ msgstr "Términos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9899,19 +9998,19 @@ msgid "The account basis of the tax declaration." msgstr "La cuenta base de la declaración de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Las líneas de los asientos contables no están en estado válido." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "¡No se ha definido la cuenta como reconciliable!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9948,7 +10047,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10173,7 +10279,7 @@ msgstr "" "vista multi-moneda" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10210,7 +10316,7 @@ msgstr "" "varios impuesto hijos. En este caso, el orden de evaluación es importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10244,13 +10350,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10258,7 +10370,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10281,7 +10393,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10289,13 +10401,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "No hay código padre para la plantilla de cuentas" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10303,7 +10415,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10502,6 +10614,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10546,7 +10666,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10556,7 +10676,7 @@ msgstr "" "modificar su campo compañía" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10715,7 +10835,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10753,16 +10873,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10773,6 +10895,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10905,7 +11028,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10953,7 +11076,6 @@ msgstr "Verdadero" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10969,13 +11091,13 @@ msgid "Type Controls" msgstr "Controles de tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Imposible adaptar el balance inicial (valor negativo)" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -11001,6 +11123,11 @@ msgstr "" "Número único de la factura, calculado automáticamente cuando se crea la " "factura." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11188,18 +11315,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuario" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11290,36 +11416,37 @@ msgstr "Ver líneas contables analíticas" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Aviso" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "¡Atención!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11364,7 +11491,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11418,7 +11545,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Cancelación" @@ -11445,7 +11572,7 @@ msgid "Write-Off amount" msgstr "Importe de cancelación" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11478,6 +11605,17 @@ msgstr "Suma del año" msgid "Yes" msgstr "Sí" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11486,13 +11624,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11539,7 +11677,7 @@ msgstr "" "desea sumar/restar el importe." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11553,7 +11691,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11561,13 +11699,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11575,13 +11713,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11591,7 +11729,7 @@ msgstr "" "contiene apuntes!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11599,7 +11737,7 @@ msgid "" msgstr "No puede cambiar el tipo de cuenta a tipo '%s' si contiene asientos!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11644,13 +11782,13 @@ msgstr "" "No puede crear más de un movimiento por periodo en un diario centralizado." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "No pude borrar un asiento asentado \"%s\"." @@ -11673,7 +11811,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11682,7 +11820,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11691,7 +11829,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11701,7 +11839,7 @@ msgstr "" "Primero debería permitir cancelar asientos en el diario." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11714,13 +11852,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11728,7 +11866,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11739,14 +11877,14 @@ msgstr "" "los procesos de apertura/cierre del ejercicio fiscal." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11754,7 +11892,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11763,7 +11901,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11771,13 +11909,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11793,8 +11931,8 @@ msgstr "" "inicial, seleccione un período y un diario en el contexto." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11811,14 +11949,14 @@ msgstr "" "en la definición del diario para conciliación" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11839,7 +11977,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11851,7 +11989,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "¡Usted debe definir un diario analítico de tipo '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11875,7 +12013,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11885,13 +12023,13 @@ msgstr "" "balance inicial." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Debería escoger los periodos que pertenezcan a la misma compañía" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11900,7 +12038,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11919,7 +12057,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11951,7 +12089,7 @@ msgid "balance" msgstr "balance" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12004,7 +12142,7 @@ msgstr "cierre periodo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12016,7 +12154,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12033,14 +12171,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12065,3 +12203,32 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "año" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Pulse para crear una nota de crédito. \n" +#~ "

\n" +#~ " Una factura rectificativa es un documento que abona una " +#~ "factura total o \n" +#~ " parcialmente.\n" +#~ "

\n" +#~ " En lugar de crear una factura rectificativa manualmente, " +#~ "puede \n" +#~ " generarla directamente desde la misma factura origen.\n" +#~ "

\n" +#~ " " + +#~ msgid "Qty" +#~ msgstr "Ctd." diff --git a/addons/account/i18n/es_CL.po b/addons/account/i18n/es_CL.po index d04b4772f1f..8c6c36668fa 100644 --- a/addons/account/i18n/es_CL.po +++ b/addons/account/i18n/es_CL.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1350,7 +1349,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1417,10 +1416,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1480,8 +1479,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1805,7 +1804,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1813,21 +1812,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1871,14 +1870,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1901,7 +1900,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2228,7 +2227,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2237,19 +2236,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2287,7 +2286,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2304,7 +2303,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2359,6 +2358,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2647,6 +2647,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2689,7 +2696,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2775,22 +2782,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2940,8 +2941,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3015,7 +3016,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3402,7 +3403,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3430,7 +3430,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3561,9 +3561,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3785,14 +3784,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3978,7 +3976,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4006,13 +4004,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4029,7 +4027,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4193,7 +4191,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4205,7 +4203,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4216,7 +4214,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4250,7 +4248,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4267,51 +4265,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4427,7 +4427,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4450,7 +4450,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4613,7 +4613,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4838,6 +4837,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4948,7 +4953,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4959,8 +4964,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5005,6 +5010,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5014,11 +5020,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5043,7 +5044,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5133,7 +5133,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5165,7 +5164,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5174,6 +5172,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5372,7 +5376,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5463,8 +5475,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5528,7 +5540,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5552,7 +5565,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5567,7 +5580,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5591,11 +5603,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5667,13 +5674,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5788,7 +5795,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5831,9 +5838,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5845,7 +5850,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5945,7 +5950,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5953,7 +5958,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5962,7 +5967,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6012,6 +6017,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6120,8 +6130,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6350,11 +6360,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6414,7 +6419,8 @@ msgstr "" "Lista de todos los impuestos que deben ser instalados por el asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6425,7 +6431,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6513,7 +6525,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6561,7 +6573,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario varios" @@ -6594,6 +6606,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6641,7 +6655,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6653,7 +6667,7 @@ msgid "Move line reconcile select" msgstr "Seleccionar conciliación línea movimiento" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6695,8 +6709,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6704,7 +6718,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6757,9 +6771,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6795,19 +6809,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6830,14 +6844,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6975,7 +6989,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7007,15 +7028,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7063,8 +7084,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7086,8 +7107,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7115,7 +7136,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7131,7 +7152,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7139,7 +7160,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7323,8 +7344,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7364,6 +7385,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7578,7 +7604,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7593,7 +7618,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7702,31 +7727,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7861,13 +7886,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7885,6 +7907,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7892,7 +7919,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7903,21 +7929,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7988,7 +8015,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7999,7 +8026,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8010,7 +8037,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8061,16 +8088,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8200,6 +8221,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8223,7 +8251,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8292,6 +8320,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8326,7 +8355,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8481,7 +8510,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendiente" @@ -8500,7 +8532,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8562,13 +8593,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8623,13 +8654,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8639,6 +8670,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8789,7 +8825,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9039,7 +9075,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9170,7 +9206,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9196,7 +9232,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9254,11 +9290,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9317,7 +9348,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9343,7 +9374,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9385,7 +9416,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9437,8 +9468,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9447,7 +9478,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9608,7 +9639,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9670,7 +9701,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9735,7 +9766,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9761,19 +9792,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9806,7 +9837,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10015,7 +10053,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10046,7 +10084,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10080,13 +10118,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10094,7 +10138,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10114,7 +10158,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10122,13 +10166,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10136,7 +10180,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10332,6 +10376,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10376,7 +10428,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10384,7 +10436,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10530,7 +10582,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10568,16 +10620,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10588,6 +10642,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10718,7 +10773,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10766,7 +10821,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10782,13 +10836,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10812,6 +10866,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10999,18 +11058,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11101,36 +11159,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11171,7 +11230,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11225,7 +11284,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11252,7 +11311,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11285,6 +11344,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11293,13 +11363,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11340,7 +11410,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11354,7 +11424,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11362,13 +11432,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11376,13 +11446,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11390,7 +11460,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11398,7 +11468,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11437,13 +11507,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11466,7 +11536,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11475,7 +11545,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11484,7 +11554,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11492,7 +11562,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11505,13 +11575,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11519,7 +11589,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11528,14 +11598,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11543,7 +11613,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11552,7 +11622,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11560,13 +11630,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11580,8 +11650,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11596,14 +11666,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11621,7 +11691,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11633,7 +11703,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11657,7 +11727,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11665,13 +11735,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11699,7 +11769,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11725,7 +11795,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11775,7 +11845,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11787,7 +11857,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11804,14 +11874,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/es_CR.po b/addons/account/i18n/es_CR.po index f49b37c1621..dc6d7cfb3ae 100644 --- a/addons/account/i18n/es_CR.po +++ b/addons/account/i18n/es_CR.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:45+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Núm. de dígitos" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Nº de elementos" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Nº de líneas" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de transacción" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Nº asientos" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -624,7 +625,7 @@ msgstr "" "el cálculo de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -650,11 +651,9 @@ msgstr "Tipo cuenta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -663,10 +662,10 @@ msgstr "Tipo cuenta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1361,7 +1360,7 @@ msgstr "" "que ya no podrá modificar sus campos contables." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1428,10 +1427,10 @@ msgstr "Siempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1491,8 +1490,8 @@ msgstr "Analítico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1816,7 +1815,7 @@ msgid "Average Rate" msgstr "Tasa promedio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1824,21 +1823,21 @@ msgstr "BANCO" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1882,14 +1881,14 @@ msgstr "Balance de situación" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balance (Cuenta activos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balance (Cuenta de pasivo)" @@ -1912,7 +1911,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2243,7 +2242,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2252,19 +2251,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2302,7 +2301,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "No puede generar un código de diario que no ha sido usado" @@ -2319,7 +2318,7 @@ msgstr "Código" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Efectivo" @@ -2374,6 +2373,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2673,6 +2673,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Seleccione el ejercicio fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2715,7 +2722,7 @@ msgstr "Cerrar estados de ejercicio fiscal y periodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2801,22 +2808,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Informe común" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicación" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2966,8 +2967,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3041,7 +3042,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3429,7 +3430,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3457,7 +3457,7 @@ msgstr "Divisa" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Ajustes de moneda" @@ -3588,9 +3588,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3815,14 +3814,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4008,7 +4006,7 @@ msgstr "Debido" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4036,13 +4034,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ACOMPRA" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "COMPRA" @@ -4059,7 +4057,7 @@ msgstr "Fecha vigencia" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4223,7 +4221,7 @@ msgid "Entries Sorted by" msgstr "Entradas ordenadas por" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "¡Asientos no son de la misma cuenta o ya están conciliados! " @@ -4235,7 +4233,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Asientos: " @@ -4246,7 +4244,7 @@ msgid "Entry" msgstr "Asiento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "¡El asiento \"%s\" no es válido!" @@ -4280,7 +4278,7 @@ msgid "Entry Subscription" msgstr "Asiento periódico" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4297,51 +4295,53 @@ msgid "Equity" msgstr "Patrimonio" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4457,7 +4457,7 @@ msgstr "Filtros extendidos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4480,7 +4480,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4643,7 +4643,6 @@ msgstr "Posiciones fiscales" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4884,6 +4883,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4998,7 +5003,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5010,8 +5015,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5056,6 +5061,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5065,11 +5071,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Agrupar líneas de factura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mes en fecha factura" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5094,7 +5095,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5184,7 +5184,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5216,7 +5215,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5225,6 +5223,12 @@ msgstr "" msgid "Icon" msgstr "Icono" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5445,7 +5449,15 @@ msgid "" msgstr "Si desea cerrar un periodo, primero debe asentar todos los asientos." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5540,8 +5552,8 @@ msgstr "" "contables de su compañía basadas en su país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5605,7 +5617,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5629,7 +5642,7 @@ msgstr "Balance analítico invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5644,7 +5657,6 @@ msgstr "Moneda factura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fecha factura" @@ -5668,11 +5680,6 @@ msgstr "Línea de factura" msgid "Invoice Lines" msgstr "Líneas de factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5744,13 +5751,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5867,7 +5874,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5910,9 +5917,7 @@ msgstr "Enero" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5924,7 +5929,7 @@ msgstr "Enero" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6024,7 +6029,7 @@ msgid "Journal Item" msgstr "Apunte contable" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6032,7 +6037,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6041,7 +6046,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6091,6 +6096,11 @@ msgstr "Seleccionar diario" msgid "Journal for analytic entries" msgstr "Diario para asientos analíticos" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6200,8 +6210,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6430,11 +6440,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6494,7 +6499,8 @@ msgstr "" "Lista de todos los impuestos que deben ser instalados por el asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6505,7 +6511,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Varios" @@ -6596,7 +6608,7 @@ msgstr "" "¡Por favor, defina la empresa en él!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6647,7 +6659,7 @@ msgid "Miscellaneous" msgstr "Varios" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario varios" @@ -6680,6 +6692,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6727,7 +6741,7 @@ msgid "Move bank reconcile" msgstr "Conciliar movimientos banco" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6739,7 +6753,7 @@ msgid "Move line reconcile select" msgstr "Seleccionar conciliación línea movimiento" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Nombre del movimiento (id): %s (%s)" @@ -6781,8 +6795,8 @@ msgstr "Nombre de nuevos asientos" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6790,7 +6804,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nuevo" @@ -6843,9 +6857,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6881,19 +6895,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6916,7 +6930,7 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6924,7 +6938,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7066,7 +7080,14 @@ msgstr "" "importes parciales que se pueden combinar para encontrar un saldo a cero." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Aceptar" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7098,15 +7119,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7154,8 +7175,8 @@ msgstr "Abrir diario" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7177,8 +7198,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo de apertura" @@ -7206,7 +7227,7 @@ msgstr "Apuntes de apertura cuenta de ingresos" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diario asientos de apertura" @@ -7222,7 +7243,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7230,7 +7251,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Periodo de apertura" @@ -7414,8 +7435,8 @@ msgstr "Asientos parcialmente conciliados" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7455,6 +7476,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Libro mayor de empresa" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7669,7 +7695,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7684,7 +7709,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7793,32 +7818,32 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Cree algunas líneas de factura" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" "Por favor defina la secuencia de diario relacionado con esta factura." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Compruebe que se ha definido una cuenta en el diario." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7953,13 +7978,10 @@ msgstr "Facturas pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7977,6 +7999,11 @@ msgstr "Categoría de producto" msgid "Product Information" msgstr "Información del producto" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7984,7 +8011,6 @@ msgstr "Plantilla de producto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7995,21 +8021,22 @@ msgid "Products Quantity" msgstr "Cantidad de productos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Pérdidas y ganancias (cuenta de gastos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Pérdidas y ganancias (Cuenta de ingresos)" @@ -8080,7 +8107,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diario de compras" @@ -8091,7 +8118,7 @@ msgid "Purchase Refund" msgstr "Abono de compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diario de abono de compras" @@ -8102,7 +8129,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Impuesto de compra %2f%%" @@ -8153,16 +8180,10 @@ msgstr "Código Python" msgid "Python Code (reverse)" msgstr "Código Python (inverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Cantidad" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8292,6 +8313,13 @@ msgstr "Conciliación con desfase" msgid "Reconcile Writeoff" msgstr "Desfase conciliación" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8315,7 +8343,7 @@ msgstr "Transacciones conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8384,6 +8412,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8418,7 +8447,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8573,7 +8602,10 @@ msgid "Reset to Draft" msgstr "Cambiar a borrador" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendiente" @@ -8592,7 +8624,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8654,13 +8685,13 @@ msgid "Running Subscriptions" msgstr "Asientos periódicos en proceso" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VEN" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "AVENTA" @@ -8715,13 +8746,13 @@ msgid "Sales" msgstr "Ventas" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diario de ventas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diario de abono de ventas" @@ -8731,6 +8762,11 @@ msgstr "Diario de abono de ventas" msgid "Sales Tax(%)" msgstr "Impuesto de venta(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8889,7 +8925,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9156,7 +9192,7 @@ msgid "Smallest Text" msgstr "El texto más pequeño" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9287,7 +9323,7 @@ msgid "Start period" msgstr "Periodo inicial" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9313,7 +9349,7 @@ msgid "Statement" msgstr "Extracto" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9371,11 +9407,6 @@ msgstr "Estadísticas" msgid "Status" msgstr "Estado" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9434,7 +9465,7 @@ msgstr "Proveedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9460,7 +9491,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9502,7 +9533,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9554,8 +9585,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9564,7 +9595,7 @@ msgid "Tax" msgstr "Impuesto" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Tax %.2f%%" @@ -9725,7 +9756,7 @@ msgid "Tax Use In" msgstr "Impuesto usado en" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9787,7 +9818,7 @@ msgid "Taxes Report" msgstr "Informe impuestos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9852,7 +9883,7 @@ msgstr "Plazos de pago" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9885,19 +9916,19 @@ msgid "The account basis of the tax declaration." msgstr "La cuenta base de la declaración de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Las líneas de los asientos contables no están en estado válido." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "¡No se ha definido la cuenta como conciliable!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9934,7 +9965,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10166,7 +10204,7 @@ msgstr "" "vista multi-moneda" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10205,7 +10243,7 @@ msgstr "" "varios impuesto hijos. En este caso, el orden de evaluación es importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10243,13 +10281,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10257,7 +10301,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10277,7 +10321,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10285,13 +10329,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10299,7 +10343,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10516,6 +10560,14 @@ msgstr "" "Este campo se usa para generar informes legales: pérdidas y ganancias, " "balance." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10569,7 +10621,7 @@ msgstr "" "conciliada." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10577,7 +10629,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10744,7 +10796,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10782,16 +10834,18 @@ msgid "To Review" msgstr "A revisar" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10802,6 +10856,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10936,7 +10991,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transacción" @@ -10984,7 +11039,6 @@ msgstr "Verdadero" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11000,13 +11054,13 @@ msgid "Type Controls" msgstr "Controles de tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -11032,6 +11086,11 @@ msgstr "" "Número único de la factura, calculado automáticamente cuando se valida la " "factura." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11219,18 +11278,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuario" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11323,36 +11381,37 @@ msgstr "Ver líneas contables analíticas" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Aviso" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "¡Atención!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11393,7 +11452,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11447,7 +11506,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Desajuste" @@ -11474,7 +11533,7 @@ msgid "Write-Off amount" msgstr "Importe desajuste" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11507,6 +11566,17 @@ msgstr "Suma del año" msgid "Yes" msgstr "Sí" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11517,13 +11587,13 @@ msgstr "" "empresa asociada." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11570,7 +11640,7 @@ msgstr "" "desea sumar/restar el importe." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11591,7 +11661,7 @@ msgstr "" "Ejemplo: Mi modelo del %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11599,13 +11669,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11615,13 +11685,13 @@ msgstr "" "asientos" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11629,7 +11699,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11637,7 +11707,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11676,13 +11746,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11705,7 +11775,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11714,7 +11784,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11723,7 +11793,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11731,7 +11801,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11744,13 +11814,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11758,7 +11828,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11767,14 +11837,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11782,7 +11852,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11791,7 +11861,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11799,13 +11869,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11819,8 +11889,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11837,14 +11907,14 @@ msgstr "" "en la definición del diario para conciliar." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11862,7 +11932,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11874,7 +11944,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Usted debe definir un diario analítico de tipo '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11898,7 +11968,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11906,13 +11976,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11921,7 +11991,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11940,7 +12010,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11966,7 +12036,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12019,7 +12089,7 @@ msgstr "cierre periodo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12031,7 +12101,7 @@ msgstr "res_config_contenidos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12048,14 +12118,14 @@ msgstr "título" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12080,3 +12150,15 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "año" + +#~ msgid "Qty" +#~ msgstr "Cantidad" + +#~ msgid "#Entries" +#~ msgstr "Nº asientos" + +#~ msgid "# of Lines" +#~ msgstr "Nº de líneas" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mes en fecha factura" diff --git a/addons/account/i18n/es_DO.po b/addons/account/i18n/es_DO.po index d97d621698b..e0da9db2b3a 100644 --- a/addons/account/i18n/es_DO.po +++ b/addons/account/i18n/es_DO.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3975,7 +3973,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4003,13 +4001,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4026,7 +4024,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4190,7 +4188,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4202,7 +4200,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4213,7 +4211,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4247,7 +4245,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4264,51 +4262,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4424,7 +4424,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4447,7 +4447,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4610,7 +4610,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4835,6 +4834,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4945,7 +4950,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4956,8 +4961,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5002,6 +5007,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5011,11 +5017,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5040,7 +5041,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5130,7 +5130,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5162,7 +5161,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5171,6 +5169,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5369,7 +5373,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5458,8 +5470,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5523,7 +5535,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5547,7 +5560,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5562,7 +5575,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5586,11 +5598,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5662,13 +5669,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5783,7 +5790,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5826,9 +5833,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5840,7 +5845,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5940,7 +5945,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5948,7 +5953,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5957,7 +5962,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6007,6 +6012,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6115,8 +6125,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6345,11 +6355,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6408,7 +6413,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6419,7 +6425,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6507,7 +6519,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6555,7 +6567,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario varios" @@ -6588,6 +6600,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6635,7 +6649,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6647,7 +6661,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6689,8 +6703,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6698,7 +6712,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6751,9 +6765,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6789,19 +6803,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6824,14 +6838,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6969,7 +6983,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7001,15 +7022,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7057,8 +7078,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7080,8 +7101,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7109,7 +7130,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7125,7 +7146,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7133,7 +7154,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7317,8 +7338,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7358,6 +7379,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7572,7 +7598,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7587,7 +7612,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7696,31 +7721,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7855,13 +7880,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7879,6 +7901,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7886,7 +7913,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7897,21 +7923,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7982,7 +8009,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7993,7 +8020,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8004,7 +8031,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8055,16 +8082,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8194,6 +8215,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8217,7 +8245,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8286,6 +8314,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8320,7 +8349,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8475,7 +8504,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendiente" @@ -8494,7 +8526,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8556,13 +8587,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8617,13 +8648,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8633,6 +8664,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8783,7 +8819,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9031,7 +9067,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9162,7 +9198,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9188,7 +9224,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9246,11 +9282,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9309,7 +9340,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9335,7 +9366,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9377,7 +9408,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9429,8 +9460,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9439,7 +9470,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9600,7 +9631,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9662,7 +9693,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9727,7 +9758,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9753,19 +9784,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9798,7 +9829,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10007,7 +10045,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10038,7 +10076,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10072,13 +10110,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10086,7 +10130,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10106,7 +10150,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10114,13 +10158,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10128,7 +10172,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10317,6 +10361,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10361,7 +10413,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10369,7 +10421,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10515,7 +10567,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10553,16 +10605,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10573,6 +10627,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10703,7 +10758,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10751,7 +10806,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10767,13 +10821,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10797,6 +10851,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10984,18 +11043,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11086,36 +11144,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11156,7 +11215,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11210,7 +11269,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11237,7 +11296,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11270,6 +11329,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11278,13 +11348,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11325,7 +11395,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11339,7 +11409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11347,13 +11417,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11361,13 +11431,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11375,7 +11445,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11383,7 +11453,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11422,13 +11492,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11451,7 +11521,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11460,7 +11530,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11469,7 +11539,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11477,7 +11547,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11490,13 +11560,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11504,7 +11574,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11513,14 +11583,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11528,7 +11598,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11537,7 +11607,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11545,13 +11615,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11565,8 +11635,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11581,14 +11651,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11606,7 +11676,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11618,7 +11688,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11642,7 +11712,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11650,13 +11720,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11665,7 +11735,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11684,7 +11754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11710,7 +11780,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11760,7 +11830,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11772,7 +11842,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11789,14 +11859,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/es_EC.po b/addons/account/i18n/es_EC.po index 15bd208c59d..ad056a5cd14 100644 --- a/addons/account/i18n/es_EC.po +++ b/addons/account/i18n/es_EC.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Núm. de dígitos" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# de Items" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# of Lines" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de Transacción" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Asientos" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -360,7 +361,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -630,7 +631,7 @@ msgstr "" "want to lock this period for tax related calculation." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -656,11 +657,9 @@ msgstr "Cta. Tipo" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -669,10 +668,10 @@ msgstr "Cta. Tipo" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1367,7 +1366,7 @@ msgstr "" "que ya no podrá modificar sus campos contables." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1434,10 +1433,10 @@ msgstr "Siempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1498,8 +1497,8 @@ msgstr "Analitico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1823,7 +1822,7 @@ msgid "Average Rate" msgstr "Tasa promedio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1831,21 +1830,21 @@ msgstr "BANCO" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Cuenta erronea." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1889,14 +1888,14 @@ msgstr "Hoja de Balance" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balance General (Cuenta activos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balance (Cuenta de pasivo)" @@ -1919,7 +1918,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2251,7 +2250,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2260,19 +2259,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2310,7 +2309,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "No puede generar un código de diario que no ha sido usado" @@ -2327,7 +2326,7 @@ msgstr "Codigo de caso" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Efectivo" @@ -2382,6 +2381,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2680,6 +2680,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Seleccionar Ejercicio Fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2722,7 +2729,7 @@ msgstr "Cerrar ejercicio fiscal y períodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2808,22 +2815,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Reporte Común" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicación" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2973,8 +2974,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3048,7 +3049,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3436,7 +3437,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3464,7 +3464,7 @@ msgstr "Moneda" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Ajustes de moneda" @@ -3595,9 +3595,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3822,14 +3821,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4015,7 +4013,7 @@ msgstr "Deuda" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4043,13 +4041,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "VENTA" @@ -4066,7 +4064,7 @@ msgstr "Fecha vigencia" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4230,7 +4228,7 @@ msgid "Entries Sorted by" msgstr "Entradas ordenadas por" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Entries are not of the same account or already reconciled ! " @@ -4242,7 +4240,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Entries: " @@ -4253,7 +4251,7 @@ msgid "Entry" msgstr "Entrada Contable" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Entry \"%s\" is not valid !" @@ -4287,7 +4285,7 @@ msgid "Entry Subscription" msgstr "Asiento periódico" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4304,51 +4302,53 @@ msgid "Equity" msgstr "Patrimonio" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4466,7 +4466,7 @@ msgstr "Filtros extendidos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4489,7 +4489,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4652,7 +4652,6 @@ msgstr "Tipos de Contribuyentes" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4891,6 +4890,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5002,7 +5007,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5014,8 +5019,8 @@ msgid "Go to Next Partner" msgstr "Ir a la siguiente empresa" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5060,6 +5065,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5069,11 +5075,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Agrupar Líneas de factura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mes" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5098,7 +5099,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5188,7 +5188,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5220,7 +5219,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5229,6 +5227,12 @@ msgstr "" msgid "Icon" msgstr "Icono" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5451,7 +5455,15 @@ msgstr "" "Si desea cerrar un período, primero debe confirmar todos los asientos." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5546,8 +5558,8 @@ msgstr "" "accounting needs of your company based on your country." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5611,7 +5623,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5635,7 +5648,7 @@ msgstr "Balance de Costos Invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5650,7 +5663,6 @@ msgstr "Moneda" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fecha de Factura" @@ -5674,11 +5686,6 @@ msgstr "Detalle de Factura" msgid "Invoice Lines" msgstr "Detalle de factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5750,13 +5757,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5873,7 +5880,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5916,9 +5923,7 @@ msgstr "Enero" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5930,7 +5935,7 @@ msgstr "Enero" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6030,7 +6035,7 @@ msgid "Journal Item" msgstr "Detalle de Diario" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6038,7 +6043,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6047,7 +6052,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6097,6 +6102,11 @@ msgstr "Seleccione Diario" msgid "Journal for analytic entries" msgstr "Journal for analytic entries" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6206,8 +6216,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6436,11 +6446,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6500,7 +6505,8 @@ msgstr "" "Lista de todos los impuestos que deben ser instalados por el asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6511,7 +6517,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Varios" @@ -6602,7 +6614,7 @@ msgstr "" "Por favor, defina la empresa en él!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6653,7 +6665,7 @@ msgid "Miscellaneous" msgstr "Miscelanea" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario General" @@ -6686,6 +6698,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6733,7 +6747,7 @@ msgid "Move bank reconcile" msgstr "Asiento de conciliacion bancaria" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6745,7 +6759,7 @@ msgid "Move line reconcile select" msgstr "Seleccione Linea Contable a conciliar" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Movimiento (id): %s (%s)" @@ -6787,8 +6801,8 @@ msgstr "Nombre de nuevas entradas" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6796,7 +6810,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nuevo" @@ -6849,9 +6863,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6887,19 +6901,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6922,7 +6936,7 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6930,7 +6944,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7072,7 +7086,14 @@ msgstr "" "be chosen as the power of the automatic reconciliation" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7104,15 +7125,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7160,8 +7181,8 @@ msgstr "Abrir Diario" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7183,8 +7204,8 @@ msgstr "Abrir para romper conciliación" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo Inicial" @@ -7212,7 +7233,7 @@ msgstr "Entradas de cuentas de Ingresos" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diario de Asiento de Apertura" @@ -7228,7 +7249,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7236,7 +7257,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Periodo de apertura" @@ -7420,8 +7441,8 @@ msgstr "Conciliación Parcial de Líneas" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7461,6 +7482,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Mayor de Empresa" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7675,7 +7701,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7690,7 +7715,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7799,31 +7824,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Por favor crear algun detalle." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Por favor defina la secuencia de diario relacionado ." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Please verify that an account is defined in the journal." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7958,13 +7983,10 @@ msgstr "Facturas pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7982,6 +8004,11 @@ msgstr "Categoría de producto" msgid "Product Information" msgstr "Información de Producto" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7989,7 +8016,6 @@ msgstr "Plantilla de producto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -8000,21 +8026,22 @@ msgid "Products Quantity" msgstr "Cant. Productos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Pérdidas y ganancias (cuenta de gastos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Pérdidas y ganancias (Cuenta de ingresos)" @@ -8085,7 +8112,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diario de Compra" @@ -8096,7 +8123,7 @@ msgid "Purchase Refund" msgstr "Devolución en Compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diario de Reembolso de Compras" @@ -8107,7 +8134,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Impuesto de compra %2f%%" @@ -8158,16 +8185,10 @@ msgstr "Código Python" msgid "Python Code (reverse)" msgstr "Código Python" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Cant." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8297,6 +8318,13 @@ msgstr "Conciliar con ajuste" msgid "Reconcile Writeoff" msgstr "Reconcile Writeoff" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8320,7 +8348,7 @@ msgstr "Transacciones conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8389,6 +8417,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8423,7 +8452,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8578,7 +8607,10 @@ msgid "Reset to Draft" msgstr "Cambiar a Borrador" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendiente" @@ -8597,7 +8629,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8659,13 +8690,13 @@ msgid "Running Subscriptions" msgstr "Suscripciones en ejecución" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "DV" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8720,13 +8751,13 @@ msgid "Sales" msgstr "Ventas" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diario de Ventas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Sales Refund Journal" @@ -8736,6 +8767,11 @@ msgstr "Sales Refund Journal" msgid "Sales Tax(%)" msgstr "Impuesto de venta(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8894,7 +8930,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9164,7 +9200,7 @@ msgid "Smallest Text" msgstr "El texto más pequeño" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9295,7 +9331,7 @@ msgid "Start period" msgstr "Período Desde:" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9321,7 +9357,7 @@ msgid "Statement" msgstr "Extracto" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9379,11 +9415,6 @@ msgstr "Estadísticas" msgid "Status" msgstr "Estado" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9442,7 +9473,7 @@ msgstr "Proveedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9468,7 +9499,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9510,7 +9541,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9562,8 +9593,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9572,7 +9603,7 @@ msgid "Tax" msgstr "Impuesto" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Impuestox %.2f%%" @@ -9733,7 +9764,7 @@ msgid "Tax Use In" msgstr "Impuesto usado en" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9795,7 +9826,7 @@ msgid "Taxes Report" msgstr "Reporte de Impuestos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9860,7 +9891,7 @@ msgstr "Plazos de pago" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9891,19 +9922,19 @@ msgid "The account basis of the tax declaration." msgstr "La cuenta base de la declaración de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "The account entries lines are not in valid state." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "The account is not defined to be reconciled !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9940,7 +9971,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10170,7 +10208,7 @@ msgstr "" "de multi-moneda al diario." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10209,7 +10247,7 @@ msgstr "" "varios impuesto hijos. En este caso, el orden de evaluación es importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10248,13 +10286,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10262,7 +10306,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10282,7 +10326,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10290,13 +10334,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10304,7 +10348,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10521,6 +10565,14 @@ msgstr "" "Este campo se usa para generar informes legales: pérdidas y ganancias, " "balance." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10574,7 +10626,7 @@ msgstr "" "as reconciled." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10582,7 +10634,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10748,7 +10800,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10786,16 +10838,18 @@ msgid "To Review" msgstr "To Review" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10806,6 +10860,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10940,7 +10995,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transacción" @@ -10988,7 +11043,6 @@ msgstr "Verdadero" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11004,13 +11058,13 @@ msgid "Type Controls" msgstr "Controles de tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -11035,6 +11089,11 @@ msgid "" msgstr "" "Núm único de Factura, cálculado automáticamente cuando la factura es creada" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11222,18 +11281,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuario" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11326,36 +11384,37 @@ msgstr "Ver detalle de Cuentas de costos" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Aviso" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Aviso !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11396,7 +11455,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11450,7 +11509,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Ajuste" @@ -11477,7 +11536,7 @@ msgid "Write-Off amount" msgstr "Monto de ajuste" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11510,6 +11569,17 @@ msgstr "Suma Anual" msgid "Yes" msgstr "Si" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11520,13 +11590,13 @@ msgstr "" "associated partner" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11573,7 +11643,7 @@ msgstr "" "to add/substract it." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11595,7 +11665,7 @@ msgstr "" "e.g. My model on %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11603,13 +11673,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11619,13 +11689,13 @@ msgstr "" "asientos" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11633,7 +11703,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11641,7 +11711,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11680,13 +11750,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11709,7 +11779,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11718,7 +11788,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11727,7 +11797,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11735,7 +11805,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11748,13 +11818,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11762,7 +11832,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11771,14 +11841,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11786,7 +11856,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11795,7 +11865,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11803,13 +11873,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11823,8 +11893,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11841,14 +11911,14 @@ msgstr "" "en la definición del diario para conciliar." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11869,7 +11939,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11881,7 +11951,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Usted debe definir un diario analítico de tipo '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11905,7 +11975,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11913,13 +11983,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11928,7 +11998,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11947,7 +12017,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11973,7 +12043,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12026,7 +12096,7 @@ msgstr "Período de Cierre" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12038,7 +12108,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12055,14 +12125,14 @@ msgstr "titulo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12086,3 +12156,15 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "año" + +#~ msgid "Qty" +#~ msgstr "Cant." + +#~ msgid "#Entries" +#~ msgstr "#Asientos" + +#~ msgid "# of Lines" +#~ msgstr "# of Lines" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mes" diff --git a/addons/account/i18n/es_MX.po b/addons/account/i18n/es_MX.po index 5fe384e8180..39d8da75817 100644 --- a/addons/account/i18n/es_MX.po +++ b/addons/account/i18n/es_MX.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -363,16 +364,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -"Pulse para crear una Nota de Credito. \n" -"

\n" -"Una Nota de Credito es un documento que abona una factura total o " -"parcialmente.\n" -"

\n" -"En lugar de crear una Nota de Credito manualmente, puede generarla " -"directamente desde la misma factura origen.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -633,7 +624,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -659,11 +650,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -672,10 +661,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1365,7 +1354,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1432,10 +1421,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1495,8 +1484,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1820,7 +1809,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1828,21 +1817,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1886,14 +1875,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1916,7 +1905,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2245,7 +2234,7 @@ msgstr "" "conciliación. Solo puede realizar una Nota de Credito de esta factura." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2254,19 +2243,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2304,7 +2293,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2321,7 +2310,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2376,6 +2365,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2664,6 +2654,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2706,7 +2703,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2792,22 +2789,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2957,8 +2948,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3032,7 +3023,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3419,7 +3410,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3447,7 +3437,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3578,9 +3568,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3802,14 +3791,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3993,7 +3981,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4021,13 +4009,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4044,7 +4032,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4208,7 +4196,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4220,7 +4208,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4231,7 +4219,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4265,7 +4253,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4282,51 +4270,53 @@ msgid "Equity" msgstr "Capital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4442,7 +4432,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4465,7 +4455,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4628,7 +4618,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4853,6 +4842,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4963,7 +4958,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4974,8 +4969,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5020,6 +5015,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5029,11 +5025,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5058,7 +5049,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5148,7 +5138,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5180,7 +5169,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5189,6 +5177,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5385,7 +5379,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5474,8 +5476,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5539,7 +5541,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5563,7 +5566,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5578,7 +5581,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5602,11 +5604,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5678,13 +5675,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5799,7 +5796,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5842,9 +5839,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5856,7 +5851,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5956,7 +5951,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5964,7 +5959,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5973,7 +5968,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6023,6 +6018,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6131,8 +6131,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6361,11 +6361,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6424,7 +6419,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6435,7 +6431,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6523,7 +6525,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6571,7 +6573,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6605,6 +6607,8 @@ msgstr "" "Modificar: crea Nota de Credito, concilia y crea una nueva factura borrador" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6652,7 +6656,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6664,7 +6668,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6706,8 +6710,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6715,7 +6719,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6768,9 +6772,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6806,19 +6810,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6841,14 +6845,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6986,7 +6990,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7018,15 +7029,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7074,8 +7085,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7097,8 +7108,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7126,7 +7137,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7142,7 +7153,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7150,7 +7161,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7334,8 +7345,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7375,6 +7386,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7589,7 +7605,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7604,7 +7619,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7713,31 +7728,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7872,13 +7887,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7896,6 +7908,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7903,7 +7920,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7914,21 +7930,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7999,7 +8016,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8010,7 +8027,7 @@ msgid "Purchase Refund" msgstr "Nota de Credito de Proveedor" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8021,7 +8038,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8072,16 +8089,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8211,6 +8222,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8234,7 +8252,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8303,6 +8321,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8337,7 +8356,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8492,7 +8511,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8511,7 +8533,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8573,13 +8594,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8634,13 +8655,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8650,6 +8671,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8800,7 +8826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9051,7 +9077,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9182,7 +9208,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9208,7 +9234,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9266,11 +9292,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9329,7 +9350,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9355,7 +9376,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9397,7 +9418,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9449,8 +9470,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9459,7 +9480,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9620,7 +9641,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9682,7 +9703,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9747,7 +9768,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9773,19 +9794,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9818,7 +9839,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10027,7 +10055,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10058,7 +10086,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10092,13 +10120,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10106,7 +10140,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10126,7 +10160,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10134,13 +10168,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10148,7 +10182,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10337,6 +10371,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10381,7 +10423,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10389,7 +10431,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10535,7 +10577,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10573,16 +10615,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10593,6 +10637,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10723,7 +10768,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10771,7 +10816,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10787,13 +10831,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10817,6 +10861,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11004,18 +11053,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11106,36 +11154,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11176,7 +11225,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11230,7 +11279,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11257,7 +11306,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11290,6 +11339,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11298,13 +11358,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11345,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11359,7 +11419,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11367,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11381,13 +11441,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11395,7 +11455,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11403,7 +11463,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11442,13 +11502,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11471,7 +11531,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11480,7 +11540,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11489,7 +11549,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11497,7 +11557,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11510,13 +11570,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11524,7 +11584,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11533,14 +11593,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11548,7 +11608,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11557,7 +11617,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11565,13 +11625,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11585,8 +11645,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11601,14 +11661,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11626,7 +11686,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11638,7 +11698,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11662,7 +11722,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11670,13 +11730,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11685,7 +11745,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11704,7 +11764,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11730,7 +11790,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11780,7 +11840,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11792,7 +11852,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11809,14 +11869,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11839,3 +11899,27 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ "Pulse para crear una Nota de Credito. \n" +#~ "

\n" +#~ "Una Nota de Credito es un documento que abona una factura total o " +#~ "parcialmente.\n" +#~ "

\n" +#~ "En lugar de crear una Nota de Credito manualmente, puede generarla " +#~ "directamente desde la misma factura origen.\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/es_PE.po b/addons/account/i18n/es_PE.po index f76165bb415..c0cc4c0eabc 100644 --- a/addons/account/i18n/es_PE.po +++ b/addons/account/i18n/es_PE.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/es_PY.po b/addons/account/i18n/es_PY.po index 2a83b5b72a5..afe6092811f 100644 --- a/addons/account/i18n/es_PY.po +++ b/addons/account/i18n/es_PY.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Núm. de dígitos" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Nº de elementos" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Nº de líneas" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de transacción" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Nº asientos" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -624,7 +625,7 @@ msgstr "" "el cálculo de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -650,11 +651,9 @@ msgstr "Tipo cuenta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -663,10 +662,10 @@ msgstr "Tipo cuenta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1358,7 +1357,7 @@ msgstr "" "que ya no podrá modificar sus campos contables." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1425,10 +1424,10 @@ msgstr "Siempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1488,8 +1487,8 @@ msgstr "Analítico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1813,7 +1812,7 @@ msgid "Average Rate" msgstr "Taza Promedio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1821,21 +1820,21 @@ msgstr "BANCO" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1879,14 +1878,14 @@ msgstr "Hoja de balance" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1909,7 +1908,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2236,7 +2235,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2245,19 +2244,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2295,7 +2294,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2312,7 +2311,7 @@ msgstr "Código del Caso" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Dinero en efectivo" @@ -2367,6 +2366,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2665,6 +2665,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Seleccione el ejercicio fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2707,7 +2714,7 @@ msgstr "Cerrar estados de ejercicio fiscal y periodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2793,22 +2800,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Informe común" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicación" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2958,8 +2959,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3033,7 +3034,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3421,7 +3422,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3449,7 +3449,7 @@ msgstr "Moneda" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3580,9 +3580,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3807,14 +3806,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3998,7 +3996,7 @@ msgstr "Debe" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4026,13 +4024,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ACOMPRA" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "COMPRA" @@ -4049,7 +4047,7 @@ msgstr "Fecha vigencia" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4213,7 +4211,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "¡Asientos no son de la misma cuenta o ya están conciliados! " @@ -4225,7 +4223,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Asientos: " @@ -4236,7 +4234,7 @@ msgid "Entry" msgstr "Asiento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "¡El asiento \"%s\" no es válido!" @@ -4270,7 +4268,7 @@ msgid "Entry Subscription" msgstr "Asiento periódico" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4287,51 +4285,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error!" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4447,7 +4447,7 @@ msgstr "Filtros extendidos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4470,7 +4470,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4633,7 +4633,6 @@ msgstr "Posiciones fiscales" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4866,6 +4865,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4980,7 +4985,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4991,8 +4996,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5037,6 +5042,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5046,11 +5052,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Agrupar líneas de factura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5075,7 +5076,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5165,7 +5165,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5197,7 +5196,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5206,6 +5204,12 @@ msgstr "" msgid "Icon" msgstr "Icono" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5423,7 +5427,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5516,8 +5528,8 @@ msgstr "" "contables de su compañía basadas en su país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5581,7 +5593,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5605,7 +5618,7 @@ msgstr "Balance analítico invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5620,7 +5633,6 @@ msgstr "Moneda factura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fecha de Factura" @@ -5644,11 +5656,6 @@ msgstr "Línea factura" msgid "Invoice Lines" msgstr "Líneas de factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5720,13 +5727,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5841,7 +5848,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5884,9 +5891,7 @@ msgstr "Enero" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5898,7 +5903,7 @@ msgstr "Enero" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5998,7 +6003,7 @@ msgid "Journal Item" msgstr "Registro diario" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6006,7 +6011,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6015,7 +6020,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6065,6 +6070,11 @@ msgstr "Seleccionar diario" msgid "Journal for analytic entries" msgstr "Diario para asientos analíticos" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6174,8 +6184,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6404,11 +6414,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6468,7 +6473,8 @@ msgstr "" "Lista de todos los impuestos que deben ser instalados por el asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6479,7 +6485,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6570,7 +6582,7 @@ msgstr "" "¡Por favor, defina la empresa en él!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6621,7 +6633,7 @@ msgid "Miscellaneous" msgstr "Diversos" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6654,6 +6666,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6701,7 +6715,7 @@ msgid "Move bank reconcile" msgstr "Conciliar movimientos banco" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6713,7 +6727,7 @@ msgid "Move line reconcile select" msgstr "Seleccionar conciliación a mover" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6755,8 +6769,8 @@ msgstr "Nombre de nuevos asientos" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6764,7 +6778,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6817,9 +6831,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6855,19 +6869,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6890,14 +6904,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7040,7 +7054,14 @@ msgstr "" "importes parciales que se pueden combinar para encontrar un saldo a cero." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7072,15 +7093,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7128,8 +7149,8 @@ msgstr "Abrir diario" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7151,8 +7172,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo de apertura" @@ -7180,7 +7201,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diario asientos de apertura" @@ -7196,7 +7217,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7204,7 +7225,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7388,8 +7409,8 @@ msgstr "Asientos parcialmente conciliados" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7429,6 +7450,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Libro mayor de empresa" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7643,7 +7669,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7658,7 +7683,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7767,31 +7792,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Cree algunas líneas de factura" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Compruebe que se ha definido una cuenta en el diario." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7926,13 +7951,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7950,6 +7972,11 @@ msgstr "Categoría de Producto" msgid "Product Information" msgstr "Información del producto" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7957,7 +7984,6 @@ msgstr "Plantilla de producto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7968,21 +7994,22 @@ msgid "Products Quantity" msgstr "Cantidad de productos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8053,7 +8080,7 @@ msgid "Purchase" msgstr "Compras" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diario de compras" @@ -8064,7 +8091,7 @@ msgid "Purchase Refund" msgstr "Abono de compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diario de abono de compras" @@ -8075,7 +8102,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8126,16 +8153,10 @@ msgstr "Código Python" msgid "Python Code (reverse)" msgstr "Código Python (inverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Cant." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8265,6 +8286,13 @@ msgstr "Conciliación con Dividas" msgid "Reconcile Writeoff" msgstr "Desfase conciliación" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8288,7 +8316,7 @@ msgstr "Transacciones conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8357,6 +8385,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8391,7 +8420,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8546,7 +8575,10 @@ msgid "Reset to Draft" msgstr "Cambiar a Previsión" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Valor residual" @@ -8565,7 +8597,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8627,13 +8658,13 @@ msgid "Running Subscriptions" msgstr "Asientos periódicos en proceso" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VENTA" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "AVENTA" @@ -8688,13 +8719,13 @@ msgid "Sales" msgstr "Ventas" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diario de ventas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diario de abono de ventas" @@ -8704,6 +8735,11 @@ msgstr "Diario de abono de ventas" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8856,7 +8892,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9119,7 +9155,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9250,7 +9286,7 @@ msgid "Start period" msgstr "Periodo inicial" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9276,7 +9312,7 @@ msgid "Statement" msgstr "Estado de Cuenta" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9334,11 +9370,6 @@ msgstr "Estadísticas" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9397,7 +9428,7 @@ msgstr "Proveedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9423,7 +9454,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9465,7 +9496,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9517,8 +9548,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9527,7 +9558,7 @@ msgid "Tax" msgstr "Impuestos" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9688,7 +9719,7 @@ msgid "Tax Use In" msgstr "Impuesto usado en" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9750,7 +9781,7 @@ msgid "Taxes Report" msgstr "Informe impuestos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9815,7 +9846,7 @@ msgstr "Períodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9843,19 +9874,19 @@ msgid "The account basis of the tax declaration." msgstr "La cuenta base de la declaración de impuestos." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Las líneas de los asientos contables no están en estado válido." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "¡ No se ha definido la cuenta como reconciliable !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9892,7 +9923,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10116,7 +10154,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10153,7 +10191,7 @@ msgstr "" "varios impuesto hijos. En este caso, el orden de evaluación es importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10189,13 +10227,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10203,7 +10247,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10223,7 +10267,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10231,13 +10275,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10245,7 +10289,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10445,6 +10489,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10498,7 +10550,7 @@ msgstr "" "conciliada." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10506,7 +10558,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10664,7 +10716,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10702,16 +10754,18 @@ msgid "To Review" msgstr "A revisar" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10722,6 +10776,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10852,7 +10907,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transacción" @@ -10900,7 +10955,6 @@ msgstr "Verdadero" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10916,13 +10970,13 @@ msgid "Type Controls" msgstr "Controles de tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10948,6 +11002,11 @@ msgstr "" "Número único de la factura, calculado automáticamente cuando se valida la " "factura." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11135,18 +11194,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuario" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11237,36 +11295,37 @@ msgstr "Ver líneas contables analíticas" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Advertencia" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "¡Atención!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11307,7 +11366,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11361,7 +11420,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Cancelar Dividas" @@ -11388,7 +11447,7 @@ msgid "Write-Off amount" msgstr "Importe desajuste" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11421,6 +11480,17 @@ msgstr "Suma del año" msgid "Yes" msgstr "Sí" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11431,13 +11501,13 @@ msgstr "" "empresa asociada." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11481,7 +11551,7 @@ msgstr "" "desea sumar/restar el importe." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11502,7 +11572,7 @@ msgstr "" "Ejemplo: Mi modelo del %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11510,13 +11580,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11524,13 +11594,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11538,7 +11608,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11546,7 +11616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11585,13 +11655,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11614,7 +11684,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11623,7 +11693,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11632,7 +11702,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11640,7 +11710,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11653,13 +11723,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11667,7 +11737,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11676,14 +11746,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11691,7 +11761,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11700,7 +11770,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11708,13 +11778,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11728,8 +11798,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11746,14 +11816,14 @@ msgstr "" "en la definición del diario para conciliar." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11771,7 +11841,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11783,7 +11853,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11807,7 +11877,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11815,13 +11885,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11830,7 +11900,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11849,7 +11919,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11875,7 +11945,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11928,7 +11998,7 @@ msgstr "cierre periodo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11940,7 +12010,7 @@ msgstr "res_config_contenidos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11957,14 +12027,14 @@ msgstr "título" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11989,3 +12059,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "año" + +#~ msgid "Qty" +#~ msgstr "Cant." + +#~ msgid "#Entries" +#~ msgstr "Nº asientos" + +#~ msgid "# of Lines" +#~ msgstr "Nº de líneas" diff --git a/addons/account/i18n/es_UY.po b/addons/account/i18n/es_UY.po index 699ee6e498d..43df2b8dcc6 100644 --- a/addons/account/i18n/es_UY.po +++ b/addons/account/i18n/es_UY.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Uruguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:45+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1350,7 +1349,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1417,10 +1416,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1480,8 +1479,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1805,7 +1804,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1813,21 +1812,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1871,14 +1870,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1901,7 +1900,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2231,7 +2230,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2240,19 +2239,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2290,7 +2289,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2307,7 +2306,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2362,6 +2361,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2650,6 +2650,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2692,7 +2699,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2778,22 +2785,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2943,8 +2944,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3018,7 +3019,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3405,7 +3406,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3433,7 +3433,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3564,9 +3564,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3788,14 +3787,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3981,7 +3979,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4009,13 +4007,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4032,7 +4030,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4196,7 +4194,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4208,7 +4206,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4219,7 +4217,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4253,7 +4251,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4270,51 +4268,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4430,7 +4430,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4453,7 +4453,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4616,7 +4616,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4841,6 +4840,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4951,7 +4956,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4962,8 +4967,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5008,6 +5013,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5017,11 +5023,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5046,7 +5047,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5136,7 +5136,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5168,7 +5167,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5177,6 +5175,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5375,7 +5379,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5466,8 +5478,8 @@ msgstr "" "contables de su compañía basadas en su país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5531,7 +5543,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5555,7 +5568,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5570,7 +5583,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5594,11 +5606,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5670,13 +5677,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5791,7 +5798,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5834,9 +5841,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5848,7 +5853,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5948,7 +5953,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5956,7 +5961,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5965,7 +5970,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6015,6 +6020,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6123,8 +6133,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6353,11 +6363,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6416,7 +6421,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6427,7 +6433,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6515,7 +6527,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6563,7 +6575,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diario varios" @@ -6596,6 +6608,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6643,7 +6657,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6655,7 +6669,7 @@ msgid "Move line reconcile select" msgstr "Seleccionar la línea de movimiento a conciliar" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6697,8 +6711,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6706,7 +6720,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6759,9 +6773,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6797,19 +6811,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6832,14 +6846,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6977,7 +6991,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7009,15 +7030,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7065,8 +7086,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7088,8 +7109,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7117,7 +7138,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7133,7 +7154,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7141,7 +7162,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7325,8 +7346,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7366,6 +7387,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7580,7 +7606,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7595,7 +7620,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7704,31 +7729,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7863,13 +7888,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7887,6 +7909,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7894,7 +7921,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7905,21 +7931,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7990,7 +8017,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8001,7 +8028,7 @@ msgid "Purchase Refund" msgstr "Reembolso de compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diario de reembolso de compras" @@ -8012,7 +8039,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8063,16 +8090,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8202,6 +8223,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8225,7 +8253,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8294,6 +8322,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8328,7 +8357,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8483,7 +8512,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8502,7 +8534,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8564,13 +8595,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8625,13 +8656,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diario de reembolso de ventas" @@ -8641,6 +8672,11 @@ msgstr "Diario de reembolso de ventas" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8791,7 +8827,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9039,7 +9075,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9170,7 +9206,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9196,7 +9232,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9254,11 +9290,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9317,7 +9348,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9343,7 +9374,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9385,7 +9416,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9437,8 +9468,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9447,7 +9478,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9608,7 +9639,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9670,7 +9701,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9735,7 +9766,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9761,19 +9792,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9806,7 +9837,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10015,7 +10053,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10046,7 +10084,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10080,13 +10118,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10094,7 +10138,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10114,7 +10158,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10122,13 +10166,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10136,7 +10180,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10325,6 +10369,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10369,7 +10421,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10377,7 +10429,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10529,7 +10581,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10567,16 +10619,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10587,6 +10641,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10717,7 +10772,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10765,7 +10820,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10781,13 +10835,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10811,6 +10865,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10998,18 +11057,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11100,36 +11158,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11170,7 +11229,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11224,7 +11283,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11251,7 +11310,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11284,6 +11343,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11292,13 +11362,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11342,7 +11412,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11356,7 +11426,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11364,13 +11434,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11378,13 +11448,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11392,7 +11462,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11400,7 +11470,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11439,13 +11509,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11468,7 +11538,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11477,7 +11547,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11486,7 +11556,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11494,7 +11564,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11507,13 +11577,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11521,7 +11591,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11530,14 +11600,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11545,7 +11615,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11554,7 +11624,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11562,13 +11632,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11582,8 +11652,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11598,14 +11668,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11623,7 +11693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11635,7 +11705,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11659,7 +11729,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11667,13 +11737,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11682,7 +11752,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11701,7 +11771,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11727,7 +11797,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11777,7 +11847,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11789,7 +11859,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11806,14 +11876,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/es_VE.po b/addons/account/i18n/es_VE.po index 7f1ca897b5d..d2cf93ddd83 100644 --- a/addons/account/i18n/es_VE.po +++ b/addons/account/i18n/es_VE.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Venezuela) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pendiente" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/et.po b/addons/account/i18n/et.po index 58c129076d9..cd371884809 100644 --- a/addons/account/i18n/et.po +++ b/addons/account/i18n/et.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# numbrit" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# detaile" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Kande nr." -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "Analüütiline" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Vigane konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "Bilanss" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Pank" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Kassa" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2645,6 +2645,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Vali majandusaasta" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2687,7 +2694,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2773,22 +2780,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2938,8 +2939,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3013,7 +3014,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3400,7 +3401,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3428,7 +3428,7 @@ msgstr "Valuuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3559,9 +3559,8 @@ msgstr "Kliendid" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3786,14 +3785,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3977,7 +3975,7 @@ msgstr "Tähtaeg" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4005,13 +4003,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4028,7 +4026,7 @@ msgstr "Kuupäev" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4192,7 +4190,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4204,7 +4202,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4215,7 +4213,7 @@ msgid "Entry" msgstr "Lausend" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4249,7 +4247,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4266,51 +4264,53 @@ msgid "Equity" msgstr "Omakapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Viga" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4426,7 +4426,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4449,7 +4449,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4612,7 +4612,6 @@ msgstr "Finantspositsioonid" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4837,6 +4836,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4947,7 +4952,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4958,8 +4963,8 @@ msgid "Go to Next Partner" msgstr "Mine järgmise \"Partner\"-ile" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5004,6 +5009,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5013,11 +5019,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5042,7 +5043,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5132,7 +5132,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5164,7 +5163,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5173,6 +5171,12 @@ msgstr "" msgid "Icon" msgstr "Ikoon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5371,7 +5375,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5460,8 +5472,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5525,7 +5537,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5549,7 +5562,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5564,7 +5577,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Arve kuupäev" @@ -5588,11 +5600,6 @@ msgstr "Arve rida" msgid "Invoice Lines" msgstr "Arve read" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5664,13 +5671,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5785,7 +5792,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5828,9 +5835,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5842,7 +5847,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5942,7 +5947,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5950,7 +5955,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5959,7 +5964,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6009,6 +6014,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6117,8 +6127,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6347,11 +6357,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6410,7 +6415,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6421,7 +6427,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6509,7 +6521,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6557,7 +6569,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6590,6 +6602,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6637,7 +6651,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6649,7 +6663,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6691,8 +6705,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6700,7 +6714,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6753,9 +6767,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6791,19 +6805,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6826,14 +6840,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6971,7 +6985,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Olgu" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7003,15 +7024,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7059,8 +7080,8 @@ msgstr "Ava päevik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7082,8 +7103,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7111,7 +7132,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7127,7 +7148,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7135,7 +7156,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7319,8 +7340,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7360,6 +7381,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Partneri pearaamat" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7574,7 +7600,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7589,7 +7614,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7698,31 +7723,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7857,13 +7882,10 @@ msgstr "Pro-forma arved" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7881,6 +7903,11 @@ msgstr "Toote kategooria" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7888,7 +7915,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7899,21 +7925,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7984,7 +8011,7 @@ msgid "Purchase" msgstr "Ostmine" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Ostupäevik" @@ -7995,7 +8022,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8006,7 +8033,7 @@ msgid "Purchase Tax" msgstr "Ostu maks" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8057,16 +8084,10 @@ msgstr "Python kood" msgid "Python Code (reverse)" msgstr "Python kood (vastupidine)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8196,6 +8217,13 @@ msgstr "Kooskõlasta koos mahakandmisega" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8219,7 +8247,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8288,6 +8316,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8322,7 +8351,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8477,7 +8506,10 @@ msgid "Reset to Draft" msgstr "Lähtesta mustandiks" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Jääk" @@ -8496,7 +8528,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Vastutav" @@ -8558,13 +8589,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8619,13 +8650,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Müügipäevik" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8635,6 +8666,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8785,7 +8821,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9035,7 +9071,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9166,7 +9202,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9192,7 +9228,7 @@ msgid "Statement" msgstr "Teatis" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9250,11 +9286,6 @@ msgstr "" msgid "Status" msgstr "Olek" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9313,7 +9344,7 @@ msgstr "Tarnija" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9339,7 +9370,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9381,7 +9412,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9433,8 +9464,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9443,7 +9474,7 @@ msgid "Tax" msgstr "Maksud" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9604,7 +9635,7 @@ msgid "Tax Use In" msgstr "Maksu kasutusala" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9666,7 +9697,7 @@ msgid "Taxes Report" msgstr "Maksude Aruanne" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9731,7 +9762,7 @@ msgstr "Tingimused" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9757,19 +9788,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Konto kirjete read ei ole õiges olekus." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9802,7 +9833,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10011,7 +10049,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10042,7 +10080,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10076,13 +10114,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10090,7 +10134,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10110,7 +10154,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10118,13 +10162,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10132,7 +10176,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10321,6 +10365,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10373,7 +10425,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10519,7 +10571,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10557,16 +10609,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10577,6 +10631,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Kokku" @@ -10707,7 +10762,7 @@ msgstr "Kokku:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10755,7 +10810,6 @@ msgstr "Tõene" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10771,13 +10825,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10801,6 +10855,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10988,18 +11047,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Kasutaja" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11090,36 +11148,37 @@ msgstr "Vaata konto analüütilisi ridasid" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Ettevaatust !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11160,7 +11219,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11214,7 +11273,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Mahakandmine" @@ -11241,7 +11300,7 @@ msgid "Write-Off amount" msgstr "Mahakandmise summa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11274,6 +11333,17 @@ msgstr "Aasta kokkuvõtte" msgid "Yes" msgstr "Jah" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11282,13 +11352,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11329,7 +11399,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11343,7 +11413,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11351,13 +11421,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11365,13 +11435,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11387,7 +11457,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11426,13 +11496,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11455,7 +11525,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11464,7 +11534,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11481,7 +11551,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11494,13 +11564,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11508,7 +11578,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11517,14 +11587,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11532,7 +11602,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11541,7 +11611,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11549,13 +11619,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11569,8 +11639,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11585,14 +11655,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11610,7 +11680,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11622,7 +11692,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11646,7 +11716,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11654,13 +11724,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11669,7 +11739,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11688,7 +11758,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11714,7 +11784,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11764,7 +11834,7 @@ msgstr "Periood suletud" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11776,7 +11846,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11793,14 +11863,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/eu.po b/addons/account/i18n/eu.po index 487a2724c6b..cceca915fef 100644 --- a/addons/account/i18n/eu.po +++ b/addons/account/i18n/eu.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "Utzi hutsik baliozkotze-eguneko epea erabiltzeko (faktura)." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "Zerga" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/fa.po b/addons/account/i18n/fa.po index 511f3cbae8d..38979a84ca4 100644 --- a/addons/account/i18n/fa.po +++ b/addons/account/i18n/fa.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:47+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "تایید" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "باقيمانده" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "مالیات" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "هشدار!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/fa_AF.po b/addons/account/i18n/fa_AF.po index 224a3eefce7..d937766679a 100644 --- a/addons/account/i18n/fa_AF.po +++ b/addons/account/i18n/fa_AF.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dari Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/fi.po b/addons/account/i18n/fi.po index 13b4b9b93ab..782fb641600 100644 --- a/addons/account/i18n/fi.po +++ b/addons/account/i18n/fi.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Desimaalien määrä" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "tapahtumien määrä" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Rivien lukumäärä" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Tapahtumien määrä" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Vientien määrä" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopio)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -385,7 +386,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -396,16 +397,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Klikkaa luodaksesi asiakkaalle hyvityksen. \n" -"

\n" -" Hyvitys on dokumentti, joka hyvittää laskun kokonaan \n" -" tai osittain.\n" -"

\n" -" Sen sijaan että loisit hyvityksen manuaalisesti, \n" -" voit luoda laskun vastaavasta myyntilaskusta.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -684,7 +675,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -710,11 +701,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -723,10 +712,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1420,7 +1409,7 @@ msgstr "" "sitä, että et voi muuttaa enää niiden kirjanpitokenttiä." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1487,10 +1476,10 @@ msgstr "Aina" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1550,8 +1539,8 @@ msgstr "Analyyttinen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1877,7 +1866,7 @@ msgid "Average Rate" msgstr "Keskimääräinen kurssi" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1885,21 +1874,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Viallinen tili!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1943,14 +1932,14 @@ msgstr "Tase" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Tase (Vastaavaa)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Tase (Vastattavaa)" @@ -1973,7 +1962,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Pankki" @@ -2304,7 +2293,7 @@ msgstr "" "Tämän laskun voit vain hyvittää." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2313,19 +2302,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Siirtoa ei voi luoda valuuatelle, joka poikkeaa valuutasta ..." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2363,7 +2352,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2380,7 +2369,7 @@ msgstr "Asiakoodi" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Käteinen" @@ -2435,6 +2424,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2729,6 +2719,13 @@ msgstr "Alatilit/alaverot" msgid "Choose Fiscal Year" msgstr "Valitse tilikausi" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2771,7 +2768,7 @@ msgstr "Sulje tilikauden ja jaksojen tilat" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2857,22 +2854,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Yleisraportti" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Viestintä" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3022,8 +3013,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3103,7 +3094,7 @@ msgstr "Vahvistettu" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3490,7 +3481,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3518,7 +3508,7 @@ msgstr "Valuutta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3649,9 +3639,8 @@ msgstr "Asiakkaat" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3876,14 +3865,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4069,7 +4057,7 @@ msgstr "Erääntyvät" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4097,13 +4085,13 @@ msgid "Duration" msgstr "Kesto" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4120,7 +4108,7 @@ msgstr "Kirjauspäivä" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4284,7 +4272,7 @@ msgid "Entries Sorted by" msgstr "Kirjausten esitysjärjestys" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Merkinnät eivät ole samassa tilissä tai ne on jo suoritettu! " @@ -4296,7 +4284,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Kirjaukset: " @@ -4307,7 +4295,7 @@ msgid "Entry" msgstr "Kirjaus" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Kirjaus \"%s\" ei ole sallittu!" @@ -4341,7 +4329,7 @@ msgid "Entry Subscription" msgstr "Kirjauksen merkintä" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Vienti on jo täsmäytetty." @@ -4358,51 +4346,53 @@ msgid "Equity" msgstr "Pääoma" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Virhe" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4520,7 +4510,7 @@ msgstr "Laajennetut suodattimet..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4543,7 +4533,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4706,7 +4696,6 @@ msgstr "Verokanta" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4935,6 +4924,12 @@ msgstr "" msgid "Future" msgstr "Tulevat" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5045,7 +5040,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5056,8 +5051,8 @@ msgid "Go to Next Partner" msgstr "Siirry seuraavaan kumppaniin" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5102,6 +5097,7 @@ msgstr "Hyvin tehty!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5111,11 +5107,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Ryhmän laskurivit" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5140,7 +5131,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5230,7 +5220,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5262,7 +5251,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5271,6 +5259,12 @@ msgstr "" msgid "Icon" msgstr "Icon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5486,7 +5480,15 @@ msgstr "" "päiväkirjaviennit." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5579,8 +5581,8 @@ msgstr "" "yrityksesi paikallisia kirjanpitotarpeitasi omassa maassasi." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5644,7 +5646,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5668,7 +5671,7 @@ msgstr "Käänteinen analyyttinen saldo -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5683,7 +5686,6 @@ msgstr "Laskutusvaluutta" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Laskun päivämäärä" @@ -5707,11 +5709,6 @@ msgstr "Laskun rivi" msgid "Invoice Lines" msgstr "Laskurivit" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5783,7 +5780,7 @@ msgid "Invoice paid" msgstr "Lasku maksettu" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" @@ -5791,7 +5788,7 @@ msgstr "" "maksamatta." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5908,7 +5905,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5951,9 +5948,7 @@ msgstr "Tammikuu" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5965,7 +5960,7 @@ msgstr "Tammikuu" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6065,7 +6060,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6073,7 +6068,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Päiväkirjavienti \"%s\" (id: %s), Siirto \"%s\" on jo täsmäytetty!" @@ -6082,7 +6077,7 @@ msgstr "Päiväkirjavienti \"%s\" (id: %s), Siirto \"%s\" on jo täsmäytetty!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6132,6 +6127,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "Päiväkirja analyyttisille kirjauksille" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6240,8 +6240,8 @@ msgstr "Jätä tyhjäksi käyttääksesi jakson tarkistus(lasku) päivämäärä #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6470,11 +6470,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "Viimeisin manuaalinen täsmäytys käsitelty:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6533,7 +6528,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lista kaikista veroista jotka ohjatun toiminnon täytyy asentaa" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Tappio" @@ -6544,7 +6540,13 @@ msgid "Loss Account" msgstr "Tappiotili" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6632,7 +6634,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6680,7 +6682,7 @@ msgid "Miscellaneous" msgstr "Sekalaiset" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Päiväkirja sekalaiset" @@ -6713,6 +6715,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Muokkaa: luo hyvitys, täsmäytä ja luo uusi laskuehdotus" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6760,7 +6764,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6772,7 +6776,7 @@ msgid "Move line reconcile select" msgstr "Siirtorivin täsmäytyksen valinta" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6814,8 +6818,8 @@ msgstr "Uusien kirjausten nimi" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6823,7 +6827,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Uusi" @@ -6876,9 +6880,9 @@ msgid "Next supplier invoice number" msgstr "Seuraava ostolaskunumero" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6914,19 +6918,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6949,7 +6953,7 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6958,7 +6962,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7099,7 +7103,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7131,15 +7142,15 @@ msgid "Only One Chart Template Available" msgstr "Vain yksi tilikarttamalli saatavilla" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7187,8 +7198,8 @@ msgstr "Avaa päiväkirja" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7210,8 +7221,8 @@ msgstr "Avaa täsmäytyksen peruuttamista varten" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Avaava tase" @@ -7239,7 +7250,7 @@ msgstr "Avausvientien tulotili" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Avauskirjausten päiväkirja" @@ -7255,7 +7266,7 @@ msgid "Opening Entries Reconciliation" msgstr "Avausvientien täsmäytys" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7263,7 +7274,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Avaava jakso" @@ -7447,8 +7458,8 @@ msgstr "Vientien osittainen täsmäytys" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7488,6 +7499,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Kumppanin tilikirja" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7706,7 +7722,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7721,7 +7736,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7830,31 +7845,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Ole hyvä ja luo laskurivejä" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Määrittele tälle laskulle päiväkirjaan liittyvä järjestys." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Vahvista että päiväkirjassa on määriteltynä tili." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7991,13 +8006,10 @@ msgstr "Proformalaskut" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8015,6 +8027,11 @@ msgstr "Tuotteen kategoria" msgid "Product Information" msgstr "Tuotetiedot" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8022,7 +8039,6 @@ msgstr "Tuotteen malli" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -8033,21 +8049,22 @@ msgid "Products Quantity" msgstr "Tuotteen määrä" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Voitto" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Tulos (menotili)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Tulos (Tulotili)" @@ -8118,7 +8135,7 @@ msgid "Purchase" msgstr "Osto" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Ostopäiväkirja" @@ -8129,7 +8146,7 @@ msgid "Purchase Refund" msgstr "Ostohyvitys" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8140,7 +8157,7 @@ msgid "Purchase Tax" msgstr "Ostovero" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8191,16 +8208,10 @@ msgstr "Python-koodi" msgid "Python Code (reverse)" msgstr "Python -koodi (vastakohta)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Määrä" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8330,6 +8341,13 @@ msgstr "Suorita arvonalennuksella" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8353,7 +8371,7 @@ msgstr "Täsmäyttämättömät tapahtumat" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8422,6 +8440,7 @@ msgstr "Viite" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8456,7 +8475,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8611,7 +8630,10 @@ msgid "Reset to Draft" msgstr "Palauta ehdotukseksi" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Jäännös" @@ -8630,7 +8652,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Vastuullinen" @@ -8692,13 +8713,13 @@ msgid "Running Subscriptions" msgstr "Voimassa olevat ennakkomaksut" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8753,13 +8774,13 @@ msgid "Sales" msgstr "Myynti" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Myyntipäiväkirja" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Myyntihyvitysten päiväkirja" @@ -8769,6 +8790,11 @@ msgstr "Myyntihyvitysten päiväkirja" msgid "Sales Tax(%)" msgstr "Myyntivero(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8924,7 +8950,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9189,7 +9215,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Osa kirjauksista on jo täsmäytetty." @@ -9320,7 +9346,7 @@ msgid "Start period" msgstr "Jakson aloitus" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9346,7 +9372,7 @@ msgid "Statement" msgstr "Tiliote" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Tila %s vahvistettu, päiväkirjaviennit on luotu." @@ -9404,11 +9430,6 @@ msgstr "Tilastot" msgid "Status" msgstr "Tila" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9467,7 +9488,7 @@ msgstr "Toimittaja" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9493,7 +9514,7 @@ msgstr "Toimittajan maksuehdot" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9535,7 +9556,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9587,8 +9608,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9597,7 +9618,7 @@ msgid "Tax" msgstr "Vero" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9758,7 +9779,7 @@ msgid "Tax Use In" msgstr "Käytettävä vero" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9820,7 +9841,7 @@ msgid "Taxes Report" msgstr "Veroraportti" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9887,7 +9908,7 @@ msgstr "Ehdot" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9913,19 +9934,19 @@ msgid "The account basis of the tax declaration." msgstr "Verotuksen tilipohja." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Tilin vientirivit eivät ole hyväksytyssä tilassa." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Tiliä ei ole määritelty täsmäytettäväksi !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9960,7 +9981,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10175,7 +10203,7 @@ msgstr "" "valuutta tai valitse päiväkirjasta monivaluuttanäkymä." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10213,7 +10241,7 @@ msgstr "" "tapauksessa hankkimisen arviointi on tärkeää." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10249,13 +10277,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10263,7 +10297,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10283,7 +10317,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10292,13 +10326,13 @@ msgstr "" "Avaus/Päätösjaksoa ei ole määritelty, luo yksi jakso ja tee avausviennit." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Mallitilillä ei ole ylätilin koodia." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10306,7 +10340,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10503,6 +10537,14 @@ msgid "" msgstr "" "Tätä kenttää käytetään luomaan viralliset raportit: tuloslaskelma ja tase." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10547,7 +10589,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10557,7 +10599,7 @@ msgstr "" "enää muokata sen yritys-kenttää." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10714,7 +10756,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10752,17 +10794,19 @@ msgid "To Review" msgstr "Tarkastettavaksi" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" "Kirjausten täsmäytyksessä yrityksen pitää olla sama kaikissa vienneissä." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10773,6 +10817,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Yhteensä" @@ -10905,7 +10950,7 @@ msgstr "Yhteensä:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transaktio" @@ -10953,7 +10998,6 @@ msgstr "Tosi" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10969,13 +11013,13 @@ msgid "Type Controls" msgstr "Tyyppihallinnat" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Alkusaldot eivät kelpaa (negatiivinen arvo)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10999,6 +11043,11 @@ msgid "" "created." msgstr "Laskunnumero, lasketaan automaattisesti kun laskua luodaan." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11186,18 +11235,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Käyttäjä" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11288,36 +11336,37 @@ msgstr "Näytä tilin analyyttiset rivit" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Varoitus" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Varoitus!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11365,7 +11414,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11419,7 +11468,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Arvonalennus" @@ -11446,7 +11495,7 @@ msgid "Write-Off amount" msgstr "Arvonalennuksen määrä" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11479,6 +11528,17 @@ msgstr "Vuoden summa" msgid "Yes" msgstr "Kyllä" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11487,14 +11547,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "Suljetun jakson %s päiväkirjaan %s ei voi lisätä tai muuttaa kirjauksia." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "Et voi avata uudelleen jaksoa, joka kuuluu suljetulle tilikaudelle" @@ -11535,7 +11595,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11549,7 +11609,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11557,13 +11617,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11571,13 +11631,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11587,7 +11647,7 @@ msgstr "" "päiväkirjavientejä!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11596,7 +11656,7 @@ msgstr "" "Tilityyppiä '%s' ei vii muuttaa, sisällä se sisältää jo päiväkirjavientejä." #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11636,13 +11696,13 @@ msgstr "" "Et voi luoda jaksoon yhtä enempää siirtoja keskitettyyn päiväkirjaan." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Et voi poistaa kirjattua päiväkirjavientiä \"%s\"." @@ -11667,7 +11727,7 @@ msgstr "" "tulisi ensin hyvittää lasku." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11676,7 +11736,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11685,7 +11745,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11695,7 +11755,7 @@ msgstr "" "Aseta ensin päiväkirja tilaan, jossa hyväksytään kirjausten peruutus." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11708,13 +11768,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11724,7 +11784,7 @@ msgstr "" "sitä ei-aktiiviseksi." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11735,14 +11795,14 @@ msgstr "" "tai päätösvienteinä tilikauden avauksessa tai sulkemisessa." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11750,7 +11810,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11759,7 +11819,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11767,13 +11827,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11787,8 +11847,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11805,14 +11865,14 @@ msgstr "" "määritelty pankkitili suorituksille." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11832,7 +11892,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11844,7 +11904,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Määrittele analyttinen päiväkirjatyyppi '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11868,7 +11928,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11876,13 +11936,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Valitse jakso, joka kuuluu samalle yhtiölle." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11891,7 +11951,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11910,7 +11970,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11936,7 +11996,7 @@ msgid "balance" msgstr "saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11986,7 +12046,7 @@ msgstr "Sulje jakso" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11998,7 +12058,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12015,14 +12075,14 @@ msgstr "otsikko" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12045,3 +12105,36 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Vuosi" + +#~ msgid "#Entries" +#~ msgstr "Vientien määrä" + +#~ msgid "Qty" +#~ msgstr "Määrä" + +#~ msgid "# of Lines" +#~ msgstr "Rivien lukumäärä" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klikkaa luodaksesi asiakkaalle hyvityksen. \n" +#~ "

\n" +#~ " Hyvitys on dokumentti, joka hyvittää laskun kokonaan \n" +#~ " tai osittain.\n" +#~ "

\n" +#~ " Sen sijaan että loisit hyvityksen manuaalisesti, \n" +#~ " voit luoda laskun vastaavasta myyntilaskusta.\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/fr.po b/addons/account/i18n/fr.po index bed02c9486f..2c5e30762a1 100644 --- a/addons/account/i18n/fr.po +++ b/addons/account/i18n/fr.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 09:24+0000\n" +"Last-Translator: Olivier Dony (Odoo) \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralisation" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Nombre de chiffres" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Nb. d'écritures" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Nb. de lignes" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,27 +159,23 @@ msgstr "" msgid "# of Transaction" msgstr "Nb. de transactions" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Nb d'écritures" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a'})" msgstr "" +"${object.company_id.name|safe} Facture (Réf: ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" -msgstr "" +msgstr "%s (Copie)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -180,90 +266,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -385,7 +387,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -396,17 +398,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Cliquez pour ajouter un avoir client.\n" -"

\n" -" Un avoir est un document qui crédite une facture\n" -" complètement ou partiellement.\n" -"

\n" -" Au lieu de créer manuellement un avoir client, vous\n" -" pouvez le générer directement depuis la facture client\n" -" correspondante.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -707,7 +698,7 @@ msgstr "" "le calcul des taxes." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -735,11 +726,9 @@ msgstr "Type de cpte." #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -748,10 +737,10 @@ msgstr "Type de cpte." #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1454,7 +1443,7 @@ msgstr "" "comptable." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1521,10 +1510,10 @@ msgstr "Toujours" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1586,8 +1575,8 @@ msgstr "Analytique" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1914,7 +1903,7 @@ msgid "Average Rate" msgstr "Taux moyen" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1922,21 +1911,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Compte incorrect !" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1980,14 +1969,14 @@ msgstr "Bilan" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilan (compte actif)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilan (compte de passif)" @@ -2010,7 +1999,7 @@ msgstr "Équilibrée" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banque" @@ -2206,7 +2195,7 @@ msgstr "" #. module: account #: model:ir.filters,name:account.filter_invoice_salespersons msgid "By Salespersons" -msgstr "" +msgstr "Par vendeur" #. module: account #: help:account.fiscal.position,active:0 @@ -2346,7 +2335,7 @@ msgstr "" "doit d'abord être annulé. Vous pouvez seulement créer un avoir." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2358,19 +2347,19 @@ msgstr "" "automatique, ou créez une séquence manuellement pour cet objet." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Impossible de créer l’opération si devise différente de.." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2413,7 +2402,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Impossible de générer un code de journal inutilisé." @@ -2430,7 +2419,7 @@ msgstr "Code de la case" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Liquidités" @@ -2485,6 +2474,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2790,6 +2780,13 @@ msgstr "Sous taxes" msgid "Choose Fiscal Year" msgstr "Choisissez l'exercice" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2832,7 +2829,7 @@ msgstr "Fermer des exercices et des périodes" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2910,7 +2907,7 @@ msgstr "Commentaire" #. module: account #: view:website:account.report_invoice_document msgid "Comment:" -msgstr "" +msgstr "Note:" #. module: account #: field:account.invoice,commercial_partner_id:0 @@ -2918,22 +2915,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Rapport" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Communication" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3083,8 +3074,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3163,7 +3154,7 @@ msgstr "Confirmé" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3550,7 +3541,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3578,7 +3568,7 @@ msgstr "Devise" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Écarts de change" @@ -3633,7 +3623,7 @@ msgstr "Client" #. module: account #: view:website:account.report_invoice_document msgid "Customer Code:" -msgstr "" +msgstr "Référence client:" #. module: account #: selection:account.invoice,type:0 @@ -3709,9 +3699,8 @@ msgstr "Clients" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3937,14 +3926,13 @@ msgstr "Motif du retrait de liquide de la caisse" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3956,7 +3944,7 @@ msgstr "Description" #. module: account #: view:website:account.report_invoice_document msgid "Description:" -msgstr "" +msgstr "Description:" #. module: account #: selection:account.account.type,close_method:0 @@ -4130,7 +4118,7 @@ msgstr "Due" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4158,13 +4146,13 @@ msgid "Duration" msgstr "Durée" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4181,7 +4169,7 @@ msgstr "Date" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4345,7 +4333,7 @@ msgid "Entries Sorted by" msgstr "Écritures triées par" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Les écritures n'ont pas de compte commun ou sont déjà rapprochées. " @@ -4357,7 +4345,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Écritures : " @@ -4368,7 +4356,7 @@ msgid "Entry" msgstr "Pièce comptable" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "L'écriture \"%s\" n'est pas valide !" @@ -4402,7 +4390,7 @@ msgid "Entry Subscription" msgstr "Écriture d'abonnement" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Cette entrée a déjà fait l'objet d'un rapprochement de compte." @@ -4419,51 +4407,53 @@ msgid "Equity" msgstr "Capitaux propres" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Erreur" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4595,7 +4585,7 @@ msgstr "Filtres étendus..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4618,7 +4608,7 @@ msgstr "Remplissez ce formulaire si vous ajoutez de l'argent en caisse :" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4764,7 +4754,7 @@ msgstr "Modèles des positions fiscales" #. module: account #: view:website:account.report_invoice_document msgid "Fiscal Position:" -msgstr "" +msgstr "Régime de taxation:" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form @@ -4781,7 +4771,6 @@ msgstr "Positions fiscales" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5029,6 +5018,12 @@ msgstr "" msgid "Future" msgstr "Future" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5142,7 +5137,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5154,8 +5149,8 @@ msgid "Go to Next Partner" msgstr "Aller au partenaire suivant" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5200,6 +5195,7 @@ msgstr "Bon travail !" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5209,11 +5205,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Grouper les lignes de facture" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Grouper les factures par mois" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5240,7 +5231,6 @@ msgstr "" "au format HTML pour permettre son utilisation dans les vues kanban." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5330,7 +5320,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5362,7 +5351,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5371,6 +5359,12 @@ msgstr "" msgid "Icon" msgstr "Icône" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5627,7 +5621,15 @@ msgstr "" "écritures de cette période." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5723,8 +5725,8 @@ msgstr "" "pays." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5788,7 +5790,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5812,7 +5815,7 @@ msgstr "Balance analytique inversée -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5827,7 +5830,6 @@ msgstr "Devise de facture" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Date de facture" @@ -5835,7 +5837,7 @@ msgstr "Date de facture" #. module: account #: view:website:account.report_invoice_document msgid "Invoice Date:" -msgstr "" +msgstr "Date de facture:" #. module: account #: view:account.invoice.line:account.view_invoice_line_form @@ -5851,11 +5853,6 @@ msgstr "Lignes de facture" msgid "Invoice Lines" msgstr "Lignes de facture" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5927,13 +5924,13 @@ msgid "Invoice paid" msgstr "Facture réglée" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Facture réglée partiellement: %s%s de %s%s (%s%s restant(s))." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6055,7 +6052,7 @@ msgstr "Cela indique que la facture a été envoyée" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6098,9 +6095,7 @@ msgstr "Janvier" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6112,7 +6107,7 @@ msgstr "Janvier" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6212,7 +6207,7 @@ msgid "Journal Item" msgstr "Écriture comptable" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6220,7 +6215,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "La ligne de journal '%s' (id: %s), écriture '%s' est déjà lettrée !" @@ -6229,7 +6224,7 @@ msgstr "La ligne de journal '%s' (id: %s), écriture '%s' est déjà lettrée !" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6279,6 +6274,11 @@ msgstr "Sélection du journal" msgid "Journal for analytic entries" msgstr "Journal d'écritures analytiques" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6388,8 +6388,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6618,11 +6618,6 @@ msgstr "Dernière date de lettrage total" msgid "Latest Manual Reconciliation Processed:" msgstr "Derniers lettrages manuels traités:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6681,7 +6676,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Liste des taxes installées via l'assistant" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Pertes" @@ -6692,7 +6688,13 @@ msgid "Loss Account" msgstr "Compte de perte" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "OD" @@ -6784,7 +6786,7 @@ msgstr "" "Définir un partenaire pour elle, SVP !" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6835,7 +6837,7 @@ msgid "Miscellaneous" msgstr "Divers" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Journal des opérations diverses" @@ -6869,6 +6871,8 @@ msgstr "" "Modifier : Créer un avoir, le rapprocher et créer une nouvelle facture" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6916,7 +6920,7 @@ msgid "Move bank reconcile" msgstr "Rapprochement d'écritures bancaires" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6930,7 +6934,7 @@ msgid "Move line reconcile select" msgstr "Sélection des écritures à lettrer" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Description de l'écriture (id): %s (%s)" @@ -6972,8 +6976,8 @@ msgstr "Description des nouvelles écritures" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Jamais" @@ -6981,7 +6985,7 @@ msgstr "Jamais" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nouveau" @@ -7034,9 +7038,9 @@ msgid "Next supplier invoice number" msgstr "Prochain numéro de facture fournisseur" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7072,19 +7076,19 @@ msgid "No Follow-up" msgstr "Aucun suivi" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7107,7 +7111,7 @@ msgid "No period found on the invoice." msgstr "Aucune période trouvée sur la facture." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7115,7 +7119,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7259,7 +7263,14 @@ msgstr "" "(puissance du lettrage automatique)" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "AN" @@ -7294,15 +7305,15 @@ msgid "Only One Chart Template Available" msgstr "Un seul modèle de graphique disponible" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7350,8 +7361,8 @@ msgstr "Ouvrir journal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7373,8 +7384,8 @@ msgstr "Ouvrir pour annuler le lettrage" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Solde d'ouverture" @@ -7402,7 +7413,7 @@ msgstr "Compte de produit pour l'écriture d'ouverture" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Journal d'ouverture" @@ -7418,7 +7429,7 @@ msgid "Opening Entries Reconciliation" msgstr "Lettrage des entrées d'ouverture" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7426,7 +7437,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Période d'ouverture" @@ -7610,8 +7621,8 @@ msgstr "Lettrage partiel d'écriture" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7651,6 +7662,11 @@ msgstr "Identifiant du partenaire" msgid "Partner Ledger" msgstr "Livre des tiers" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7766,7 +7782,7 @@ msgstr "Détail des conditions de règlement" #. module: account #: view:website:account.report_invoice_document msgid "Payment Term:" -msgstr "" +msgstr "Conditions de règlement:" #. module: account #: field:account.invoice,payment_term:0 @@ -7867,7 +7883,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7882,7 +7897,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7993,32 +8008,32 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Créer quelques lignes de facture SVP." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Veuillez définir une séquence sur ce journal." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" "Merci de définir une séquence dans le journal relatif à cette facture" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Merci de vérifier le compte défini dans le journal" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8155,13 +8170,10 @@ msgstr "Factures proforma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8179,6 +8191,11 @@ msgstr "Catégorie d'articles" msgid "Product Information" msgstr "Information de l'article" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8186,7 +8203,6 @@ msgstr "Modèle d'article" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Unité de mesure d'article" @@ -8197,21 +8213,22 @@ msgid "Products Quantity" msgstr "Quantité d'articles" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Bénéfice" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Produits & charges (Comptes de charges)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Produits & charges (Comptes de produit)" @@ -8282,7 +8299,7 @@ msgid "Purchase" msgstr "Achat" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Journal des achats" @@ -8293,7 +8310,7 @@ msgid "Purchase Refund" msgstr "Avoir fournisseur" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Journal des avoirs d'achats" @@ -8304,7 +8321,7 @@ msgid "Purchase Tax" msgstr "Taxe d'achat" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Taxe sur les achats %.2f%%" @@ -8355,16 +8372,10 @@ msgstr "Code Python" msgid "Python Code (reverse)" msgstr "Code Python (TVA Incl)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Qté" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8494,6 +8505,13 @@ msgstr "Rapprocher avec un ajustement" msgid "Reconcile Writeoff" msgstr "Écart de lettrage" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8517,7 +8535,7 @@ msgstr "Écritures rapprochées" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8586,6 +8604,7 @@ msgstr "Référence" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8620,7 +8639,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8777,7 +8796,10 @@ msgid "Reset to Draft" msgstr "Remettre en brouillon" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Solde dû" @@ -8796,7 +8818,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8858,13 +8879,13 @@ msgid "Running Subscriptions" msgstr "Abonnements en cours" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8919,13 +8940,13 @@ msgid "Sales" msgstr "Ventes" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Journal des ventes" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Journal des avoirs de ventes" @@ -8935,6 +8956,11 @@ msgstr "Journal des avoirs de ventes" msgid "Sales Tax(%)" msgstr "Taxes sul les ventes(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9093,7 +9119,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9379,7 +9405,7 @@ msgid "Smallest Text" msgstr "Texte plus petit" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Plusieurs entrées sont déjà réconciliées" @@ -9510,7 +9536,7 @@ msgid "Start period" msgstr "Début de période" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "La période de début doit précéder la période de fin." @@ -9536,7 +9562,7 @@ msgid "Statement" msgstr "Déclaration" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Relevé %s confirmé, écritures comptables créées" @@ -9594,11 +9620,6 @@ msgstr "Statistiques" msgid "Status" msgstr "État" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9657,7 +9678,7 @@ msgstr "Fournisseur" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9683,7 +9704,7 @@ msgstr "Conditions de paiement fournisseur" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9725,7 +9746,7 @@ msgstr "Retirer de l'argent" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9777,8 +9798,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9787,7 +9808,7 @@ msgid "Tax" msgstr "Taxes" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Taxe %.2f%%" @@ -9948,7 +9969,7 @@ msgid "Tax Use In" msgstr "Usage de la Taxe" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10012,7 +10033,7 @@ msgid "Taxes Report" msgstr "Rapport de taxes" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10079,7 +10100,7 @@ msgstr "Délais" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10113,19 +10134,19 @@ msgid "The account basis of the tax declaration." msgstr "La base de compte de la déclaration fiscale." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Les lignes d'écritures ne sont pas dans un état validé." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Ce compte n'est pas à rapprocher !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10162,7 +10183,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10397,7 +10425,7 @@ msgstr "" "sélectionner une vue multi-devise sur le journal." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10440,7 +10468,7 @@ msgstr "" "important." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10481,13 +10509,19 @@ msgstr "" "peut donc pas être exécuté." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Il n'y a pas de compte %s dans le journal %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10495,7 +10529,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10519,7 +10553,7 @@ msgstr "" "Aucun compte de revenu n'a été défini pour cet article : \"%s\" ( id. : %d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10527,13 +10561,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Il n'y a pas de code parent pour le modèle de compte." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10541,7 +10575,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10758,6 +10792,14 @@ msgstr "" "Ce champ est utilisé pour générer des rapports légaux: compte de résultat et " "bilan." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10813,7 +10855,7 @@ msgstr "" "lettré." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10823,7 +10865,7 @@ msgstr "" "modifier le champ \"Société\"." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11000,7 +11042,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11038,16 +11080,18 @@ msgid "To Review" msgstr "À vérifier" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11058,6 +11102,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11121,7 +11166,7 @@ msgstr "Total HT" #. module: account #: view:website:account.report_invoice_document msgid "Total Without Taxes" -msgstr "" +msgstr "Total HT" #. module: account #: help:account.account,adjusted_balance:0 @@ -11192,7 +11237,7 @@ msgstr "Total :" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transaction" @@ -11240,7 +11285,6 @@ msgstr "Vrai" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11256,13 +11300,13 @@ msgid "Type Controls" msgstr "Types de contrôle" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Incapable d'adapter le solde initial (valeur négative)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Impossible de changer la taxe!" @@ -11288,6 +11332,11 @@ msgstr "" "Numéro unique de la facture, calculé automatiquement lorsque la facture est " "créée." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11475,18 +11524,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Utilisateur" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11577,36 +11625,37 @@ msgstr "Voir les lignes de compte analytique" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Avertissement" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Avertissement !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11655,7 +11704,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11709,7 +11758,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Ajustement" @@ -11736,7 +11785,7 @@ msgid "Write-Off amount" msgstr "Montant de l'ajustement" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11771,6 +11820,17 @@ msgstr "Total de l'exercice" msgid "Yes" msgstr "Oui" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11781,7 +11841,7 @@ msgstr "" "avec le partenaire correspondant" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -11789,7 +11849,7 @@ msgstr "" "journal %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11841,7 +11901,7 @@ msgstr "" "l'ajouter/le soustraire." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11862,7 +11922,7 @@ msgstr "" "par exmple : Mon modèle du %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11872,7 +11932,7 @@ msgstr "" "devez d'abord annuler le lettrage des lignes de paiement correspondantes." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" @@ -11880,7 +11940,7 @@ msgstr "" "journal !" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11890,7 +11950,7 @@ msgstr "" "écritures." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -11898,7 +11958,7 @@ msgstr "" "lignes." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11908,7 +11968,7 @@ msgstr "" "il contient des écritures !" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11918,7 +11978,7 @@ msgstr "" "contient des écritures comptables." #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11965,13 +12025,13 @@ msgstr "" "centralisé." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Vous ne pouvez pas désactiver un compte contenant des écritures." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -12000,7 +12060,7 @@ msgstr "" "Vous pouvez par contre créer un avoir." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12013,7 +12073,7 @@ msgstr "" "%s" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12026,7 +12086,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12037,7 +12097,7 @@ msgstr "" "l'annulation d'entrées." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12052,13 +12112,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12068,7 +12128,7 @@ msgstr "" "client ou à un fournisseur." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12079,14 +12139,14 @@ msgstr "" "le processus d'ouverture/de fermeture d'exercice" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Vous ne pouvez pas utiliser un compte inactif" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12094,7 +12154,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12103,7 +12163,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12113,13 +12173,13 @@ msgstr "" "n'appartient pas au plan comptable \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12135,8 +12195,8 @@ msgstr "" "initial, merci de choisir la période et le journal correspondant." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12153,14 +12213,14 @@ msgstr "" "dans la définition du journal pour le rapprochement." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12181,7 +12241,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Vous devez sélectionner au moins un enregistrement." @@ -12193,7 +12253,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Vous devez définir un journal analytique de type \"%s\"!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12217,7 +12277,7 @@ msgid "You must set a start date." msgstr "Vous devez indiquer une date de début." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12227,13 +12287,13 @@ msgstr "" "définir la balance initiale." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Veuillez choisir des périodes qui appartiennent à la même société" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12242,7 +12302,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12261,7 +12321,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12287,7 +12347,7 @@ msgid "balance" msgstr "solde" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12339,7 +12399,7 @@ msgstr "Fermeture de période" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12351,7 +12411,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12368,14 +12428,14 @@ msgstr "titre" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12399,3 +12459,44 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Année" + +#~ msgid "Qty" +#~ msgstr "Qté" + +#~ msgid "#Entries" +#~ msgstr "Nb d'écritures" + +#~ msgid "# of Lines" +#~ msgstr "Nb. de lignes" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grouper les factures par mois" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Il n'y a pas de compte %s dans le journal %s." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Cliquez pour ajouter un avoir client.\n" +#~ "

\n" +#~ " Un avoir est un document qui crédite une facture\n" +#~ " complètement ou partiellement.\n" +#~ "

\n" +#~ " Au lieu de créer manuellement un avoir client, vous\n" +#~ " pouvez le générer directement depuis la facture client\n" +#~ " correspondante.\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/fr_BE.po b/addons/account/i18n/fr_BE.po index eaabe914914..2c657b5ecd0 100644 --- a/addons/account/i18n/fr_BE.po +++ b/addons/account/i18n/fr_BE.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Journal Remboursements Achats" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/fr_CA.po b/addons/account/i18n/fr_CA.po index 011726a1b49..94e0ee74991 100644 --- a/addons/account/i18n/fr_CA.po +++ b/addons/account/i18n/fr_CA.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de transactions" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -363,18 +364,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Cliquez pour ajouter une note de crédit.\n" -"

\n" -" Une note de crédit est un document qui crédite une facture\n" -" complètement ou partiellement.\n" -"

\n" -" Au lieu de créer manuellement une note de crédit client, " -"vous\n" -" pouvez le générer directement depuis la facture client\n" -" correspondante.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -627,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -653,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -666,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1363,7 +1350,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1430,10 +1417,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1495,8 +1482,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1820,7 +1807,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1828,21 +1815,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1886,14 +1873,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1916,7 +1903,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2248,7 +2235,7 @@ msgstr "" "note de crédit." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2257,19 +2244,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2307,7 +2294,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2324,7 +2311,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2379,6 +2366,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2667,6 +2655,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2709,7 +2704,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2795,22 +2790,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2960,8 +2949,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3035,7 +3024,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3422,7 +3411,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3450,7 +3438,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3581,9 +3569,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3805,14 +3792,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3996,7 +3982,7 @@ msgstr "Payable" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4024,13 +4010,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4047,7 +4033,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4211,7 +4197,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4223,7 +4209,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4234,7 +4220,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4268,7 +4254,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Cette entrée a déjà fait l'objet d'une réconciliation." @@ -4285,51 +4271,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4445,7 +4433,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4468,7 +4456,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4631,7 +4619,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4856,6 +4843,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4966,7 +4959,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4977,8 +4970,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5023,6 +5016,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5032,11 +5026,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5061,7 +5050,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5151,7 +5139,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5183,7 +5170,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5192,6 +5178,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5388,7 +5380,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5477,8 +5477,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5542,7 +5542,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5566,7 +5567,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5581,7 +5582,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5605,11 +5605,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5681,13 +5676,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5802,7 +5797,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5845,9 +5840,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5859,7 +5852,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5959,7 +5952,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5967,7 +5960,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5976,7 +5969,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6026,6 +6019,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6134,8 +6132,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6364,11 +6362,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "Dernières reconciliation manuelles traitées:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6427,7 +6420,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6438,7 +6432,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6526,7 +6526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6574,7 +6574,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6609,6 +6609,8 @@ msgstr "" "facture" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6656,7 +6658,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6668,7 +6670,7 @@ msgid "Move line reconcile select" msgstr "Sélection des écritures à réconcilier" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6710,8 +6712,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6719,7 +6721,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6772,9 +6774,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6810,19 +6812,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6845,14 +6847,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6990,7 +6992,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7022,15 +7031,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7078,8 +7087,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7101,8 +7110,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7130,7 +7139,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7146,7 +7155,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7154,7 +7163,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7338,8 +7347,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7379,6 +7388,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7593,7 +7607,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7608,7 +7621,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7717,31 +7730,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7876,13 +7889,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7900,6 +7910,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7907,7 +7922,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7918,21 +7932,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8003,7 +8018,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8014,7 +8029,7 @@ msgid "Purchase Refund" msgstr "Note de crédit fournisseur" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8025,7 +8040,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8076,16 +8091,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8215,6 +8224,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8238,7 +8254,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8307,6 +8323,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8341,7 +8358,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8496,7 +8513,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8515,7 +8535,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8577,13 +8596,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "JV" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8638,13 +8657,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8654,6 +8673,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8804,7 +8828,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9055,7 +9079,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9186,7 +9210,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9212,7 +9236,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9270,11 +9294,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9333,7 +9352,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9359,7 +9378,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9401,7 +9420,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9453,8 +9472,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9463,7 +9482,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9624,7 +9643,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9686,7 +9705,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9751,7 +9770,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9777,19 +9796,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9822,7 +9841,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10031,7 +10057,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10062,7 +10088,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10096,13 +10122,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10110,7 +10142,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10130,7 +10162,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10138,13 +10170,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10152,7 +10184,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10344,6 +10376,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10388,7 +10428,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10396,7 +10436,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10542,7 +10582,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10580,16 +10620,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10600,6 +10642,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10730,7 +10773,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10778,7 +10821,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10794,13 +10836,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10824,6 +10866,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11011,18 +11058,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11113,36 +11159,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11183,7 +11230,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11237,7 +11284,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11264,7 +11311,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11297,6 +11344,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11305,13 +11363,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11355,7 +11413,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11369,7 +11427,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11377,13 +11435,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11391,13 +11449,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11405,7 +11463,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11413,7 +11471,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11452,13 +11510,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11481,7 +11539,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11490,7 +11548,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11499,7 +11557,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11507,7 +11565,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11520,13 +11578,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11534,7 +11592,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11545,14 +11603,14 @@ msgstr "" "le processus d'ouverture/de fermeture d'exercice" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11560,7 +11618,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11569,7 +11627,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11577,13 +11635,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11597,8 +11655,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11613,14 +11671,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11638,7 +11696,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11650,7 +11708,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11674,7 +11732,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11682,13 +11740,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11697,7 +11755,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11716,7 +11774,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11742,7 +11800,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11792,7 +11850,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11804,7 +11862,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11821,14 +11879,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11851,3 +11909,29 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Cliquez pour ajouter une note de crédit.\n" +#~ "

\n" +#~ " Une note de crédit est un document qui crédite une facture\n" +#~ " complètement ou partiellement.\n" +#~ "

\n" +#~ " Au lieu de créer manuellement une note de crédit client, " +#~ "vous\n" +#~ " pouvez le générer directement depuis la facture client\n" +#~ " correspondante.\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/gl.po b/addons/account/i18n/gl.po index d57a16e075e..cbd8c2a8a87 100644 --- a/addons/account/i18n/gl.po +++ b/addons/account/i18n/gl.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# de Díxitos" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# de elementos" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# de líneas" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# de Transacción" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Asentos" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "Tipo conta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "Tipo conta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1350,7 +1349,7 @@ msgstr "" "contabilidade." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1417,10 +1416,10 @@ msgstr "Sempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1480,8 +1479,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1805,7 +1804,7 @@ msgid "Average Rate" msgstr "Tasa promedio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1813,21 +1812,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1871,14 +1870,14 @@ msgstr "Balance de situación" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1901,7 +1900,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2228,7 +2227,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2237,19 +2236,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2287,7 +2286,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2304,7 +2303,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Efectivo" @@ -2359,6 +2358,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2648,6 +2648,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2690,7 +2697,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2776,22 +2783,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicación" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2941,8 +2942,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3016,7 +3017,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3403,7 +3404,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3431,7 +3431,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3562,9 +3562,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3786,14 +3785,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3977,7 +3975,7 @@ msgstr "Debido" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4005,13 +4003,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4028,7 +4026,7 @@ msgstr "Data efectiva" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4192,7 +4190,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "¡Os asentos non son da mesma conta ou xa están conciliados! " @@ -4204,7 +4202,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4215,7 +4213,7 @@ msgid "Entry" msgstr "Asento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4249,7 +4247,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4266,51 +4264,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4426,7 +4426,7 @@ msgstr "Filtros extendidos ..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4449,7 +4449,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4612,7 +4612,6 @@ msgstr "Posicións Fiscais" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4841,6 +4840,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4952,7 +4957,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4963,8 +4968,8 @@ msgid "Go to Next Partner" msgstr "Ir á seguinte empresa" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5009,6 +5014,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5018,11 +5024,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Agrupar líneas de factura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5047,7 +5048,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5137,7 +5137,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5169,7 +5168,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5178,6 +5176,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5390,7 +5394,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5483,8 +5495,8 @@ msgstr "" "contabilidade que necesita a súa compañía en base á do seu país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5548,7 +5560,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5572,7 +5585,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5587,7 +5600,6 @@ msgstr "Divisa da factura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5611,11 +5623,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5687,13 +5694,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5808,7 +5815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5851,9 +5858,7 @@ msgstr "Xaneiro" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5865,7 +5870,7 @@ msgstr "Xaneiro" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5965,7 +5970,7 @@ msgid "Journal Item" msgstr "Apunte contable" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5973,7 +5978,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5982,7 +5987,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6032,6 +6037,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "Diario para asientos analíticos" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6140,8 +6150,8 @@ msgstr "Manter baleiro para emprega-lo periodo da data da factura." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6370,11 +6380,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6433,7 +6438,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lista de todos os impostos que deben ser instalados polo asistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6444,7 +6450,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6532,7 +6544,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6583,7 +6595,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6616,6 +6628,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6663,7 +6677,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6675,7 +6689,7 @@ msgid "Move line reconcile select" msgstr "Seleccionar conciliación liña movemento" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6717,8 +6731,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6726,7 +6740,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6779,9 +6793,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6817,19 +6831,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6852,14 +6866,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7001,7 +7015,14 @@ msgstr "" "parciais que se poden combinar para atopar un saldo a cero." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7033,15 +7054,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7089,8 +7110,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7112,8 +7133,8 @@ msgstr "Aberto Para Desconciliación" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7141,7 +7162,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7157,7 +7178,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7165,7 +7186,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7349,8 +7370,8 @@ msgstr "Asentos parcialmente conciliados" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7390,6 +7411,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7604,7 +7630,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7619,7 +7644,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7728,31 +7753,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Por favor comprobe que se definiu unha conta no diario." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7887,13 +7912,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7911,6 +7933,11 @@ msgstr "Categoría de Producto" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7918,7 +7945,6 @@ msgstr "Modelo de Producto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7929,21 +7955,22 @@ msgid "Products Quantity" msgstr "Cantidade de productos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8014,7 +8041,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8025,7 +8052,7 @@ msgid "Purchase Refund" msgstr "Compra de restitución" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8036,7 +8063,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8087,16 +8114,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "Código Python (inverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Cantidade" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8226,6 +8247,13 @@ msgstr "Conciliación con desfase" msgid "Reconcile Writeoff" msgstr "Desfase conciliación" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8249,7 +8277,7 @@ msgstr "Transaccións Conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8318,6 +8346,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8352,7 +8381,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8507,7 +8536,10 @@ msgid "Reset to Draft" msgstr "Reiniciar a borrador" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Residual" @@ -8526,7 +8558,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsable" @@ -8588,13 +8619,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8649,13 +8680,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8665,6 +8696,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8815,7 +8851,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9076,7 +9112,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9207,7 +9243,7 @@ msgid "Start period" msgstr "Período de comezo" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9233,7 +9269,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9291,11 +9327,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9354,7 +9385,7 @@ msgstr "Proveedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9380,7 +9411,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9422,7 +9453,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9474,8 +9505,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9484,7 +9515,7 @@ msgid "Tax" msgstr "Imposto" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9645,7 +9676,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9707,7 +9738,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9772,7 +9803,7 @@ msgstr "Termos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9799,19 +9830,19 @@ msgid "The account basis of the tax declaration." msgstr "As bases de conta da declaración de imposto" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "¡A conta non se definiu para ser conciliada!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9845,7 +9876,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10063,7 +10101,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10094,7 +10132,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10128,13 +10166,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10142,7 +10186,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10162,7 +10206,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10170,13 +10214,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10184,7 +10228,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10375,6 +10419,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10421,7 +10473,7 @@ msgstr "" "conciliar ou non. Esta cifra xa contabiliza a empresa actual como conciliada." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10429,7 +10481,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10583,7 +10635,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10621,16 +10673,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10641,6 +10695,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10771,7 +10826,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transacción" @@ -10819,7 +10874,6 @@ msgstr "Verdadeiro" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10835,13 +10889,13 @@ msgid "Type Controls" msgstr "Tipos de controis" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10865,6 +10919,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11052,18 +11111,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11154,36 +11212,37 @@ msgstr "Ver as liñas contables analíticas" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Aviso !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11224,7 +11283,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11278,7 +11337,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Desaxuste" @@ -11305,7 +11364,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11338,6 +11397,17 @@ msgstr "Suma Anual" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11346,13 +11416,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11393,7 +11463,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11407,7 +11477,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11415,13 +11485,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11429,13 +11499,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11443,7 +11513,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11451,7 +11521,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11490,13 +11560,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11519,7 +11589,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11528,7 +11598,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11537,7 +11607,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11545,7 +11615,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11558,13 +11628,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11572,7 +11642,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11581,14 +11651,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11596,7 +11666,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11605,7 +11675,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11613,13 +11683,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11633,8 +11703,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11649,14 +11719,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11674,7 +11744,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11686,7 +11756,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11710,7 +11780,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11718,13 +11788,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11733,7 +11803,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11752,7 +11822,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11778,7 +11848,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11831,7 +11901,7 @@ msgstr "Peche de período" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11843,7 +11913,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11860,14 +11930,14 @@ msgstr "título" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11892,3 +11962,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "ano" + +#~ msgid "Qty" +#~ msgstr "Cantidade" + +#~ msgid "#Entries" +#~ msgstr "#Asentos" + +#~ msgid "# of Lines" +#~ msgstr "# de líneas" diff --git a/addons/account/i18n/gu.po b/addons/account/i18n/gu.po index 7e706e62c2e..76804bbc49e 100644 --- a/addons/account/i18n/gu.po +++ b/addons/account/i18n/gu.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "નાણાંકીય વર્ષની પસંદગી" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "ચલણ" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "ભૂલ" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "ચિહ્ન" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "બરાબર" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "વિધાન" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "સ્થિતિ" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "કુલ" @@ -10699,7 +10754,7 @@ msgstr "કુલ:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "ખરુ" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "વપરાશકર્તા" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "ચેતવણી" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "ચેતવણી" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "હા" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/he.po b/addons/account/i18n/he.po index 78ab8f7e0d8..fc982f33504 100644 --- a/addons/account/i18n/he.po +++ b/addons/account/i18n/he.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# ספרות" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# פריטים" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# שורות" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# פעולות העברה" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#רשומות" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (העתק)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -363,16 +364,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" לחץ כדי ליצור החזר ללקוח.\n" -" \n" -" החזר הוא מסמך המזכה את החשבונית באופן מלא או\n" -" באופן חלקי.\n" -" \n" -" במקום ליצור החזר ללקוח באופן ידני, אתה\n" -" יכול לייצר אותו ישירות מחשבונית ללקוח בנושא.\n" -" \n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -625,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -651,11 +642,9 @@ msgstr "סוג חשבון" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -664,10 +653,10 @@ msgstr "סוג חשבון" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1359,7 +1348,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1426,10 +1415,10 @@ msgstr "תמיד" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1489,8 +1478,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1814,7 +1803,7 @@ msgid "Average Rate" msgstr "שער ממוצע" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1822,21 +1811,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "חשבון שגוי!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1880,14 +1869,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1910,7 +1899,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "בנק" @@ -2237,7 +2226,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2246,19 +2235,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2296,7 +2285,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2313,7 +2302,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "מזומן" @@ -2368,6 +2357,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2656,6 +2646,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2698,7 +2695,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2784,22 +2781,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "דוח משותף" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2949,8 +2940,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3024,7 +3015,7 @@ msgstr "מאושר" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3411,7 +3402,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3439,7 +3429,7 @@ msgstr "מטבע" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "התאמת מטבע" @@ -3570,9 +3560,8 @@ msgstr "לקוחות" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3794,14 +3783,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3985,7 +3973,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4013,13 +4001,13 @@ msgid "Duration" msgstr "משך" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4036,7 +4024,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4200,7 +4188,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4212,7 +4200,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "רשומות: " @@ -4223,7 +4211,7 @@ msgid "Entry" msgstr "רשומה" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4257,7 +4245,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4274,51 +4262,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4436,7 +4426,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4459,7 +4449,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4622,7 +4612,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4847,6 +4836,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4957,7 +4952,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4968,8 +4963,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5014,6 +5009,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5023,11 +5019,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5052,7 +5043,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5142,7 +5132,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5174,7 +5163,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5183,6 +5171,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5380,7 +5374,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5471,8 +5473,8 @@ msgstr "" "מבוססת" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5536,7 +5538,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5560,7 +5563,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5575,7 +5578,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5599,11 +5601,6 @@ msgstr "שורה בחשבונית" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5675,13 +5672,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5796,7 +5793,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5839,9 +5836,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5853,7 +5848,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5953,7 +5948,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5961,7 +5956,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5970,7 +5965,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6020,6 +6015,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6128,8 +6128,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6358,11 +6358,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6421,7 +6416,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "הספד" @@ -6432,7 +6428,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6520,7 +6522,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6568,7 +6570,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "יומן מעורב" @@ -6601,6 +6603,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6648,7 +6652,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6660,7 +6664,7 @@ msgid "Move line reconcile select" msgstr "העבירו קו לסימון מכנה משותף" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6702,8 +6706,8 @@ msgstr "שם הרשומות החדשות" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "לעולם לא" @@ -6711,7 +6715,7 @@ msgstr "לעולם לא" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "חדש" @@ -6764,9 +6768,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6802,19 +6806,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6837,14 +6841,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6982,7 +6986,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7014,15 +7025,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7070,8 +7081,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7093,8 +7104,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7122,7 +7133,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7138,7 +7149,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7146,7 +7157,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7330,8 +7341,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7371,6 +7382,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7585,7 +7601,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7600,7 +7615,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7709,31 +7724,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7868,13 +7883,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7892,6 +7904,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7899,7 +7916,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7910,21 +7926,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7995,7 +8012,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8006,7 +8023,7 @@ msgid "Purchase Refund" msgstr "זיכוי רכישה" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8017,7 +8034,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8068,16 +8085,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8207,6 +8218,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8230,7 +8248,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8299,6 +8317,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8333,7 +8352,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8488,7 +8507,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "שארית" @@ -8507,7 +8529,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "אחראי" @@ -8569,13 +8590,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8630,13 +8651,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "יומן מכירות" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8646,6 +8667,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8796,7 +8822,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9044,7 +9070,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9175,7 +9201,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9201,7 +9227,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9259,11 +9285,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9322,7 +9343,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9348,7 +9369,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9390,7 +9411,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9442,8 +9463,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9452,7 +9473,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9613,7 +9634,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9675,7 +9696,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9740,7 +9761,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9766,19 +9787,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9811,7 +9832,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10020,7 +10048,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10051,7 +10079,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10085,13 +10113,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10099,7 +10133,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10119,7 +10153,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10127,13 +10161,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10141,7 +10175,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10330,6 +10364,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10374,7 +10416,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10382,7 +10424,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10528,7 +10570,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10566,16 +10608,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10586,6 +10630,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10716,7 +10761,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10764,7 +10809,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10780,13 +10824,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10810,6 +10854,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10997,18 +11046,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "משתמש" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11099,36 +11147,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "אזהרה" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11169,7 +11218,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11223,7 +11272,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11250,7 +11299,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11283,6 +11332,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11291,13 +11351,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11340,7 +11400,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11354,7 +11414,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11362,13 +11422,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11376,13 +11436,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11390,7 +11450,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11398,7 +11458,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11437,13 +11497,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11466,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11475,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11484,7 +11544,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11492,7 +11552,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11505,13 +11565,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11519,7 +11579,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11528,14 +11588,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11543,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11552,7 +11612,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11560,13 +11620,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11580,8 +11640,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11596,14 +11656,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11623,7 +11683,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11635,7 +11695,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "הינך חייב להגדיר יומן אנליטי עבור סוג '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11659,7 +11719,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11667,13 +11727,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11682,7 +11742,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11701,7 +11761,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11727,7 +11787,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11777,7 +11837,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11789,7 +11849,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11806,14 +11866,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11836,3 +11896,33 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " לחץ כדי ליצור החזר ללקוח.\n" +#~ " \n" +#~ " החזר הוא מסמך המזכה את החשבונית באופן מלא או\n" +#~ " באופן חלקי.\n" +#~ " \n" +#~ " במקום ליצור החזר ללקוח באופן ידני, אתה\n" +#~ " יכול לייצר אותו ישירות מחשבונית ללקוח בנושא.\n" +#~ " \n" +#~ " " + +#~ msgid "#Entries" +#~ msgstr "#רשומות" + +#~ msgid "# of Lines" +#~ msgstr "# שורות" diff --git a/addons/account/i18n/hi.po b/addons/account/i18n/hi.po index 4e2da72cc69..75bcc5cbe26 100644 --- a/addons/account/i18n/hi.po +++ b/addons/account/i18n/hi.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "विविध जर्नल" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "वापसी खरीद" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "अवशिष्ट" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/hr.po b/addons/account/i18n/hr.po index f8bdb70a1cc..95d806e8b96 100644 --- a/addons/account/i18n/hr.po +++ b/addons/account/i18n/hr.po @@ -7,15 +7,180 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 13:25+0000\n" +"Last-Translator: Ivan Marijanović \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Pozdrav ${object.partner_id.name},

\n" +"\n" +"

Obavještavamo vam o novom računu:

\n" +" \n" +"

\n" +"   REFERENCA
\n" +"   Broj računa: ${object.number}
\n" +"   Ukupni iznos računa: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Datum računa: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Broj narudžbe: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Vaš kontakt: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Ovaj račun je moguće platiti i direktno Paypal-om:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Stojimo na raspolaganju za sva dodatna pitanja.

\n" +"

Hvala vam što ste odabrali ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +197,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralizacija" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Stavaka" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -47,6 +217,11 @@ msgstr "Broj znamenki" #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Entries" +msgstr "# Stavaka" + +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account @@ -54,11 +229,6 @@ msgstr "" msgid "# of Items" msgstr "# stavki" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# linija" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,27 +239,22 @@ msgstr "" msgid "# of Transaction" msgstr "# transakcija" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Stavki" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a'})" -msgstr "" +msgstr "${object.company_id.name|safe} Račun (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -105,12 +270,15 @@ msgid "" "(If you do not select a specific fiscal year, all open fiscal years will be " "selected.)" msgstr "" +"(ukoliko ne odaberete poslovnu godinu sve otvorene poslovne godine biti će " +"odabrane)" #. module: account #: view:account.tax.chart:account.view_account_tax_chart msgid "" "(If you do not select a specific period, all open periods will be selected)" msgstr "" +"(ukoliko ne odaberete razdoblje sva otvorena razdoblja biti će odabrana)" #. module: account #: view:account.state.open:account.view_account_state_open @@ -126,7 +294,7 @@ msgstr "(Zadržite prazno da biste otvorili trenutno stanje)" #. module: account #: view:account.invoice:account.invoice_form msgid "(change)" -msgstr "" +msgstr "(promijeni)" #. module: account #: view:account.bank.statement:account.view_bank_statement_form @@ -178,91 +346,7 @@ msgstr "" #. module: account #: view:website:account.report_trialbalance msgid ": Trial Balance" -msgstr "" - -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" +msgstr ": Bruto Bilanca" #. module: account #: model:ir.actions.act_window,help:account.action_account_period @@ -397,7 +481,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -408,20 +492,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Kliknite za stvaranje povrata " -"kupcu.\n" -"

\n" -" Povrat kupcu je dokument koji " -"razdužuje račun kompletno ili \n" -" djelomično\n" -"

\n" -" Umjesto ručnog kreiranja povrata, " -"možete ih napraviti \n" -" direktno iz povezanih izlaznih " -"računa\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -736,7 +806,7 @@ msgstr "" "poreznih evidencija." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -763,11 +833,9 @@ msgstr "Tip konta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -776,10 +844,10 @@ msgstr "Tip konta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1479,7 +1547,7 @@ msgstr "" "nećete više moći modificirati njihova polja." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1546,10 +1614,10 @@ msgstr "Uvijek" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1611,8 +1679,8 @@ msgstr "Analitika" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1938,7 +2006,7 @@ msgid "Average Rate" msgstr "Prosječni tečaj" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1946,21 +2014,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Nepostojeći račun!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2004,14 +2072,14 @@ msgstr "Bilanca stanja" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilanca stanja (konta aktive)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilanca (konta pasive)" @@ -2034,7 +2102,7 @@ msgstr "Izjednačeno" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banka" @@ -2368,7 +2436,7 @@ msgstr "" "otvoren. Jedino možete napraviti povrat po ovom računu." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2380,19 +2448,19 @@ msgstr "" "kreirate sekvencu ručno za ovaj dio." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Nemože se knjižiti sa valutom različitom od ..." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Nije moguće kreirati knjiženja za različite kompanije." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2434,7 +2502,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Nije moguće generirati nekorištenu šifru dnevnika." @@ -2451,7 +2519,7 @@ msgstr "Šifra" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Gotovina" @@ -2506,6 +2574,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2807,6 +2876,13 @@ msgstr "Podređeni porezi" msgid "Choose Fiscal Year" msgstr "Izaberite fiskalnu godinu" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2849,7 +2925,7 @@ msgstr "Fiskalne godine i periodi u stanju zatvoreno" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2935,22 +3011,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Izvještaji" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Veza" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3100,8 +3170,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3182,7 +3252,7 @@ msgstr "Potvrđeno" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3570,7 +3640,6 @@ msgstr "Sekvenca odobrenja" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3598,7 +3667,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Podešavanje valuta" @@ -3729,9 +3798,8 @@ msgstr "Kupci" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3962,14 +4030,13 @@ msgstr "Opišite kad uzimate novac iz blagajne :" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4155,7 +4222,7 @@ msgstr "Dospijeće" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4183,13 +4250,13 @@ msgid "Duration" msgstr "Trajanje" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "URA" @@ -4206,7 +4273,7 @@ msgstr "Efektivni datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4370,7 +4437,7 @@ msgid "Entries Sorted by" msgstr "Sortirano po" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Stavke nisu istog konta ili su već zatvorene! " @@ -4382,7 +4449,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Temeljnice: " @@ -4393,7 +4460,7 @@ msgid "Entry" msgstr "Stavka" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Stavka \"%s\" nije ispravna !" @@ -4427,7 +4494,7 @@ msgid "Entry Subscription" msgstr "Stavka pretplate" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Unos je već zatvoren" @@ -4444,51 +4511,53 @@ msgid "Equity" msgstr "Kapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Greška" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4619,7 +4688,7 @@ msgstr "Prošireni filtri..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4642,7 +4711,7 @@ msgstr "Ispunite ovaj obrazac za polaganje novca u blagajnu:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4805,7 +4874,6 @@ msgstr "Fiskalne pozicije" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5052,6 +5120,12 @@ msgstr "" msgid "Future" msgstr "Budućnost" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5162,7 +5236,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Globalno su definirani porezi ali se ne nalaze na stavkama računa!" @@ -5173,8 +5247,8 @@ msgid "Go to Next Partner" msgstr "Idi na slijedećeg partnera" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5219,6 +5293,7 @@ msgstr "Dobar posao!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5228,11 +5303,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Grupiraj stavke računa" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupiraj po mjesecu računa" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5259,7 +5329,6 @@ msgstr "" "da bi mogao biti ubačen u kanban pogled." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5349,7 +5418,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5381,7 +5449,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5390,6 +5457,12 @@ msgstr "" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5630,7 +5703,15 @@ msgstr "" "Da bi zatvorili period, morate prvo proknjižiti temeljnice iz tog perioda." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5724,8 +5805,8 @@ msgstr "" "bazirano na vašoj državi." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5789,7 +5870,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5813,7 +5895,7 @@ msgstr "Obrnuti saldo analitike -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5828,7 +5910,6 @@ msgstr "Valuta računa" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum računa" @@ -5852,11 +5933,6 @@ msgstr "Stavka računa" msgid "Invoice Lines" msgstr "Stavke računa" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5928,13 +6004,13 @@ msgid "Invoice paid" msgstr "Račun plaćen" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Račun djelomično plaćen : %s%s od %s%s (%s%s preostaje)" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6055,7 +6131,7 @@ msgstr "Označava da je račun poslan" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6098,9 +6174,7 @@ msgstr "Siječanj" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6112,7 +6186,7 @@ msgstr "Siječanj" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6212,7 +6286,7 @@ msgid "Journal Item" msgstr "Stavka dnevnika" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6220,7 +6294,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Stavka dnevnika '%s' (id: %s), Knjiženje '%s' je već zatvoreno!" @@ -6229,7 +6303,7 @@ msgstr "Stavka dnevnika '%s' (id: %s), Knjiženje '%s' je već zatvoreno!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6279,6 +6353,11 @@ msgstr "Odabir dnevnika" msgid "Journal for analytic entries" msgstr "Dnevnik za analitiku" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6387,8 +6466,8 @@ msgstr "Ostavite prazno za koirištenje perioda prema datumu računa." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6617,11 +6696,6 @@ msgstr "Zadnji datum kompletnog zatvaranja" msgid "Latest Manual Reconciliation Processed:" msgstr "Zadnje ručno zatvaranje odrađeno:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6680,7 +6754,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Popis svih poreza koje asistent treba instalirati" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Gubitak" @@ -6691,7 +6766,13 @@ msgid "Loss Account" msgstr "Konto gubitka" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "RAZNO" @@ -6782,7 +6863,7 @@ msgstr "" "Molimo definirajte partnera!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6833,7 +6914,7 @@ msgid "Miscellaneous" msgstr "Razno" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Ostali dokumenti" @@ -6868,6 +6949,8 @@ msgstr "" "'Nacrt'" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6915,7 +6998,7 @@ msgid "Move bank reconcile" msgstr "Zatvaranje bankovne temeljnice" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6929,7 +7012,7 @@ msgid "Move line reconcile select" msgstr "Odabir stavke zatvaranja" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Naziv knjiženja (id): %s (%s)" @@ -6971,8 +7054,8 @@ msgstr "Naziv novih stavaka" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nikada" @@ -6980,7 +7063,7 @@ msgstr "Nikada" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Novi" @@ -7033,9 +7116,9 @@ msgid "Next supplier invoice number" msgstr "Sljedeći broj ulaznog računa" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7071,19 +7154,19 @@ msgid "No Follow-up" msgstr "Ne prati" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7106,7 +7189,7 @@ msgid "No period found on the invoice." msgstr "Na računu nije pronađen period." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7115,7 +7198,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7257,7 +7340,14 @@ msgstr "" "kombinirati kod traženja odgovarajućeg iznosa" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "U redu" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7293,15 +7383,15 @@ msgid "Only One Chart Template Available" msgstr "Samo jedan predložak kontnog plana je raspoloživ" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7349,8 +7439,8 @@ msgstr "Otvori dnevnik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7372,8 +7462,8 @@ msgstr "Otvori za otvaranje IOS-a" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Početni saldo" @@ -7401,7 +7491,7 @@ msgstr "Konto prihoda za početno stanje" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Dnevnik početnog stanja" @@ -7417,7 +7507,7 @@ msgid "Opening Entries Reconciliation" msgstr "Zatvaranje stavaka početnog stanja" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7425,7 +7515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Početni period" @@ -7609,8 +7699,8 @@ msgstr "Djelomično zatvorene stavke" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7650,6 +7740,11 @@ msgstr "ID Partnera" msgid "Partner Ledger" msgstr "Salda konti partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7866,7 +7961,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7881,7 +7975,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7992,31 +8086,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Molimo provjerite da je polje 'dnevnik' postavljeno na izvodu" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Molim upišite stavke računa." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Molimo definirajte sekvencu na dnevniku." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Molimo definirajte brojevni krug dnevnika povezanog sa ovim računom." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Molimo provjerite da je konto definiran u dnevniku" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8153,13 +8247,10 @@ msgstr "Predračun" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8177,6 +8268,11 @@ msgstr "Grupa proizvoda" msgid "Product Information" msgstr "Proizvod" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8184,7 +8280,6 @@ msgstr "Predložak proizvoda" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "JM proizvoda" @@ -8195,21 +8290,22 @@ msgid "Products Quantity" msgstr "Količine proizvoda" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Dobit" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "RDG (konta troška)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "RDG (konta prihoda)" @@ -8280,7 +8376,7 @@ msgid "Purchase" msgstr "Nabava" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Dnevnik ulaznik računa" @@ -8291,7 +8387,7 @@ msgid "Purchase Refund" msgstr "Odobrenja nabave" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Dnevnik odobrenja dobavljača" @@ -8302,7 +8398,7 @@ msgid "Purchase Tax" msgstr "Pretporez" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Porezi nabave %.2f%%" @@ -8353,16 +8449,10 @@ msgstr "Python kod" msgid "Python Code (reverse)" msgstr "Python kod (obrnuti)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Količina" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8492,6 +8582,13 @@ msgstr "Zatvaranje s otpisom nezatvorenog dijela" msgid "Reconcile Writeoff" msgstr "Zatvaranje s otpisom." +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8515,7 +8612,7 @@ msgstr "Zatvorene transakcije" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8584,6 +8681,7 @@ msgstr "Veza" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8618,7 +8716,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8775,7 +8873,10 @@ msgid "Reset to Draft" msgstr "Vrati u nacrt" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Ostatak" @@ -8794,7 +8895,6 @@ msgstr "Ostatak iznosa u valuti" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Odgovoran" @@ -8856,13 +8956,13 @@ msgid "Running Subscriptions" msgstr "Pokrenute pretplate" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "IRA" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8917,13 +9017,13 @@ msgid "Sales" msgstr "Prodaja" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Dnevnik prodaje" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Dnevnik odobrenja kupcima" @@ -8933,6 +9033,11 @@ msgstr "Dnevnik odobrenja kupcima" msgid "Sales Tax(%)" msgstr "Porez prodaje(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9089,7 +9194,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9370,7 +9475,7 @@ msgid "Smallest Text" msgstr "Najmanji tekst" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Iste stavke su već zatvorene" @@ -9501,7 +9606,7 @@ msgid "Start period" msgstr "Od perioda" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Početno razdoblje bi trebalo prethoditi završnom razdoblju" @@ -9527,7 +9632,7 @@ msgid "Statement" msgstr "Izvod" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Dokument %s potvrđen, proknjižene su sve stavke dnevnika." @@ -9585,11 +9690,6 @@ msgstr "Statistike" msgid "Status" msgstr "Stanje" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9648,7 +9748,7 @@ msgstr "Dobavljač" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9674,7 +9774,7 @@ msgstr "Uvjeti plaćanja kod dobavljača" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9716,7 +9816,7 @@ msgstr "Podigni novac" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9768,8 +9868,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9778,7 +9878,7 @@ msgid "Tax" msgstr "Porez" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Porez %.2f%%" @@ -9939,7 +10039,7 @@ msgid "Tax Use In" msgstr "Primjena poreza za" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10003,7 +10103,7 @@ msgid "Taxes Report" msgstr "Porezne prijave" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10070,7 +10170,7 @@ msgstr "Uvjeti" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10100,19 +10200,19 @@ msgid "The account basis of the tax declaration." msgstr "Porezna osnovica" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Stavke ovog računa su neispravne" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Nije zadano zatvaranje IOS-a na ovom kontu !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "Temeljnica (%s) za centralizaciju je potvrđena." @@ -10145,7 +10245,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10372,7 +10479,7 @@ msgstr "" "sekundarnu valutu sa konta ili odabrati multivalutni pogled na dnevniku." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10411,7 +10518,7 @@ msgstr "" "podređenih poreza. U tom slučaju, važaj je slijed evaluacije poreza." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10451,13 +10558,19 @@ msgstr "" "Trenutno nema kompanije bez kontnog plana. Čarobnjak se neće pokretati." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Nema %s konta na dnevniku %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10467,7 +10580,7 @@ msgstr "" "za dnevnik \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10489,7 +10602,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Nije definiran konto prihoda za proizvod: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10499,13 +10612,13 @@ msgstr "" "postavili početni saldo." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Nema nadređene šifre za predložak konta." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10513,7 +10626,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10733,6 +10846,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "Ovo se polje koristi za generiranje izvještaja: RDG, bilanca" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10786,7 +10907,7 @@ msgstr "" "zatvorenog." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10796,7 +10917,7 @@ msgstr "" "njegovo polje tvrtke." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10973,7 +11094,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11011,16 +11132,18 @@ msgid "To Review" msgstr "Za provjeru" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Kompanija treba biti ista za sve stavke zatvaranja." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11031,6 +11154,7 @@ msgstr "Kompanija treba biti ista za sve stavke zatvaranja." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Ukupno" @@ -11165,7 +11289,7 @@ msgstr "Ukupno:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transakcija" @@ -11213,7 +11337,6 @@ msgstr "Točno" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11229,13 +11352,13 @@ msgid "Type Controls" msgstr "Kontrola po vrsti kona" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Nije moguće postaviti početno stanje (negativne vrijednosti)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Nije moguće izmjeniti porez!" @@ -11260,6 +11383,11 @@ msgid "" msgstr "" "Jedinstveni broj računa, automatski generiran prilikom kreiranja računa." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11459,18 +11587,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Korisnik" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11563,36 +11690,37 @@ msgstr "Pregled stavaka analitičkog knjiženja" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Upozorenje" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Upozorenje!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11640,7 +11768,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11694,7 +11822,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Otpis" @@ -11721,7 +11849,7 @@ msgid "Write-Off amount" msgstr "Iznos otpisa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11755,6 +11883,17 @@ msgstr "Godišnja suma" msgid "Yes" msgstr "Da" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11765,14 +11904,14 @@ msgstr "" "poveznicu s pripadajućim partnerom." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "Ne možete dodavati/mijenjati unose u zatvorenom periodu %s dnevnika %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11821,7 +11960,7 @@ msgstr "" "ili 0 za izostavljanje." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11842,7 +11981,7 @@ msgstr "" "npr. Knjiženje troškova plaće za %(month)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11852,13 +11991,13 @@ msgstr "" "stavke zatvaranja." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Ne možete mijenjati šifru konta koji ima stavke dnevnika!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11867,14 +12006,14 @@ msgstr "" "Ne možete mijenjati kompaniju vlasnika na kontu koji već sadrži temeljnice." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" "Nije oguće mijenjanje poreza, morate obrisati i ponovo unesti stavke." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11884,7 +12023,7 @@ msgstr "" "stavke dnevnika!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11893,7 +12032,7 @@ msgstr "" "Nije moguće promijeniti tip konta na '%s' jer već sadrži stavke dnevnika!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11938,13 +12077,13 @@ msgstr "" "Ne možete raditi više od jedne stavke po periodu na centraliziranom dnevniku." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Nije moguće deaktivirati konto koji ima knjiženja." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Ne možete obrisati knjiženu temeljnicu \"%s\"." @@ -11971,7 +12110,7 @@ msgstr "" "samo stornirati." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11983,7 +12122,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11995,7 +12134,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12005,7 +12144,7 @@ msgstr "" "Prvo je potrebno u dnevniku omogućiti otkazivanje stavaka." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Ne možete mijenjati/brisati dnevnik sa unosima za ovaj period." @@ -12019,13 +12158,13 @@ msgstr "" "Ne možete odrediti sekundarnu valutu ako je ista kao i valuta kompanije." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Nije moguće pobrisati konto koji ima knjiženja (stavke u dnevniku)." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12033,7 +12172,7 @@ msgid "" msgstr "Ne možete ukloniti/deaktivirati konto kupca ili dobavljača" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12044,14 +12183,14 @@ msgstr "" "otvaranja/zatvaranja poslovne godine." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Nije moguće koristiti neaktivni konto" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12061,7 +12200,7 @@ msgstr "" "unosa' na povezanom dnevniku." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12073,7 +12212,7 @@ msgstr "" "Zadnja linija načina plaćanja mora biti tip \"saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12083,13 +12222,13 @@ msgstr "" "\"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12105,8 +12244,8 @@ msgstr "" "period i dnevnik u kontekstu." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12123,14 +12262,14 @@ msgstr "" "u postavkama dnevnika za zatvaranje." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Morate predvidjeti konto za otpis / tečajnu razliku." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12151,7 +12290,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Odaberite barem jedan zapis." @@ -12163,7 +12302,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Morate definirati analitički dnevnik tipa '%s'" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12187,7 +12326,7 @@ msgid "You must set a start date." msgstr "Morate postaviti početni datum" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12197,13 +12336,13 @@ msgstr "" "postavljanje donosa." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Trebali bi odabrati periode koji pripadaju istoj kompaniji." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12212,7 +12351,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12231,7 +12370,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12262,7 +12401,7 @@ msgid "balance" msgstr "saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12314,7 +12453,7 @@ msgstr "zatvori period" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12326,7 +12465,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12343,14 +12482,14 @@ msgstr "naslov" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12375,3 +12514,47 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "godina" + +#~ msgid "#Entries" +#~ msgstr "#Stavki" + +#~ msgid "# of Lines" +#~ msgstr "# linija" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupiraj po mjesecu računa" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Kliknite za stvaranje povrata " +#~ "kupcu.\n" +#~ "

\n" +#~ " Povrat kupcu je dokument koji " +#~ "razdužuje račun kompletno ili \n" +#~ " djelomično\n" +#~ "

\n" +#~ " Umjesto ručnog kreiranja povrata, " +#~ "možete ih napraviti \n" +#~ " direktno iz povezanih izlaznih " +#~ "računa\n" +#~ "

\n" +#~ " " + +#~ msgid "Qty" +#~ msgstr "Količina" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Nema %s konta na dnevniku %s." diff --git a/addons/account/i18n/hu.po b/addons/account/i18n/hu.po index f7d166d325d..34789391c8b 100644 --- a/addons/account/i18n/hu.po +++ b/addons/account/i18n/hu.po @@ -7,16 +7,183 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-04 13:50+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-07 19:41+0000\n" "Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

Egy új számlája van:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Fizethet közvetlenül Paypal rendszern:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

További felmerülő kérdésekkel kapcsolatban keressen meg " +"bennünket.

\n" +"

Köszönjük, hogy a ${object.company_id.name or 'bennünke'}-t " +"választotta!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -44,11 +211,16 @@ msgstr "" "számlát." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Központosítás" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Előállítások száma" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -61,16 +233,16 @@ msgstr "# számlyegyek száma" msgid "# of Entries" msgstr "Tételek száma" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "# számú számla" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# tételekből" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# sorok száma" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -81,11 +253,6 @@ msgstr "# a termékek mennyiségéből" msgid "# of Transaction" msgstr "# Tranzakció száma" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Tételek száma" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -94,15 +261,15 @@ msgstr "" "${object.company_id.name|safe} Számla (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Másolás)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (másolat)" @@ -198,170 +365,6 @@ msgstr ": Főkönyvi karton" msgid ": Trial Balance" msgstr ": Főkönyvi kivonat" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Tisztel${object.partner_id.name},

\n" -"\n" -"

Egy új számlája van:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Számla száma: ${object.number}
\n" -"   Számla összege: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Számla dátuma: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Megrendelés hivatkozása: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Kapcsolattartója: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

További kérdésekben állunk szíves rendelkezésére.

\n" -"

Köszönjük, hogy minket választott ${object.company_id.name or " -"'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -514,7 +517,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -526,14 +529,14 @@ msgid "" " " msgstr "" "

\n" -" Kattintson ügyfél visszatérítés létrehozásához. \n" +" Kattintson egy vásárlói visszatérítés létrehozásához.\n" "

\n" -" A visszatérítés egy dokumentum a számla teljes összegének " -"vagy részének a \n" -" jóváírásról.\n" +" Egy visszatérítés egy olyan dokumentum mely egy teljes " +"számlát vagy annak egy részét\n" +" jóváírja.\n" "

\n" -" Kézi ügyfél részére történő jóváírás helyett, megteheti\n" -" azt közvetlenül az ide vonatkozó ügyfél számlából.\n" +" Kézzel történő vásárlói jóváírás helyett, létrehozhatja\n" +" azt közvetlenül a vásárló ide vontakozó számlájából.\n" "

\n" " " @@ -555,6 +558,22 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson napló bejegyzés készítéséhez.\n" +"

\n" +" Egy napló bejegyzés több napló tételből állhat, melyek\n" +" lehetnek Fizetendő/Tartozás vagy Bevétel/Jóváírás " +"tranzakció.\n" +"

\n" +" Odoo rendszer automatikusan a könyvelési dokumentumnak " +"megfelelően létrehoz\n" +" egy napló bejegyzést: számla, visszatérítés, beszállítók " +"fizetése, banki kivonatok,\n" +" stb. alapján. Így, csak akkor kell/főként napló bejegyzést " +"létrehoznia kézzel\n" +" ha egyéb műveletet végez.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_view_bank_statement_tree @@ -599,6 +618,14 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson kivonat műveleti sablon létrehozásához.\n" +"

\n" +" Ezeket használhatja gyors számlaművelet tételsorának " +"létrehozására a banki \n" +" kivonattal történő egyeztetések közben.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_account_type_form @@ -676,6 +703,17 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson új adó kód létrehozásához.\n" +"

\n" +" Az országtól függően, egy adó kód általában egy a törvény " +"által előírt bevallásban közölni\n" +" szükséges táblázati elem. Odoo rendszer lehetővé teszi az " +"adó felépítés \n" +" meghatározását és mindegyik adó számítás rögzítve lesz\n" +" egy vagy több adó kódon belül.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree2 @@ -690,6 +728,17 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson egy új beszállítói számla rögzítéséhez.\n" +"

\n" +" Felügyelheti a beszállítói számlákat attól függően, hogy \n" +" mit vásárolt vagy mi érkezett. Odoo rendszer létre tud " +"hozni\n" +" automatikusan számla tervezeteket a beszerzési " +"megbízásokból\n" +" vagy átvételi elismervényekből.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_bank_statement_tree @@ -707,6 +756,19 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson egy banki kivonat regisztrálásához.\n" +"

\n" +" A banki kivonat egy összegzés egy banki számlán belüli,\n" +" egy megadott időintervallumon belül végrehajtott,\n" +" összes pénzügyi pénzmozgásról. Ezt kell kapnia \n" +" bizonyos időközönként a bankjától.\n" +"

\n" +" Odoo rendszer lehetővé teszi a kivonat tételsorainak " +"közvetlen egyeztetésést \n" +" az ide vonatkozó értékesítési vagy beszerzési számlákkal.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree4 @@ -784,6 +846,18 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Válassza ki a kitölteni kívánt naplót és annak időszakát.\n" +"

\n" +" Ezt a nézetet használhatják a könyvelők a gyors Odoo \n" +" rendszeren belüli rekordok rögzítésére. Ha egy beszállítói " +"számlát\n" +" szeretne rögzíteni, kezdje el a tételsort berögzíteni \n" +" a kiadási/költség számlán. Odoo rendszer\n" +" fel fogja automatikusan ajánlani az ehhez a számlához\n" +" vonatkozó adót és az ellenoldali \"Fizetendő számla\"-t.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_bank_tree @@ -800,6 +874,18 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson egy új bankszámla létrehozásához. \n" +"

\n" +" Állítsa be a vállalkozásához tartozó bankszámlát és válassza ki " +"\n" +" azt, amelyiket a jelentés lábjegyzetében látni szeretne.\n" +"

\n" +" Ha az Odoo rendszer könyvelési alkalmazását használja, a \n" +" naplókat és könyvelési tételeket automatikusan létrehozza\n" +" az adatok alapján.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_account_manual_reconcile @@ -864,10 +950,10 @@ msgstr "" "nem akar új tételeket berögzíteni és el akarja készíteni az adóbevallást." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." -msgstr "" +msgstr "A kiválasztott számlamozgás tételsor már egyeztetve lett." #. module: account #: sql_constraint:account.fiscal.position.tax:0 @@ -891,11 +977,9 @@ msgstr "Számlatípus" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -904,10 +988,10 @@ msgstr "Számlatípus" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1607,7 +1691,7 @@ msgstr "" "kerül. Ezután nem lesz módosítható a kontírozásuk." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1676,10 +1760,10 @@ msgstr "Mindig" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1741,8 +1825,8 @@ msgstr "Anaitikus gyűjtőnaplók" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Elemző szla." @@ -2053,7 +2137,7 @@ msgstr "Automatikus formázás" #. module: account #: field:account.journal,entry_posted:0 msgid "Autopost Created Moves" -msgstr "" +msgstr "Létrehozott számlamozgások automatikus kijelzése" #. module: account #: view:account.journal:account.view_account_journal_form @@ -2072,7 +2156,7 @@ msgid "Average Rate" msgstr "Átlagárfolyam" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2080,24 +2164,24 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "" +msgid "Back to statements list" +msgstr "Vissa a kivonatok jegyzékéhez" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Eltévesztett könyvelési számla!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" -msgstr "" +msgstr "Rossz a teljes összeg!" #. module: account #: field:account.account,balance:0 @@ -2138,14 +2222,14 @@ msgstr "Egyenleg kimutatatás" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Számlaegyenleg kivonat (Eszköz számla)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Számlaegyenleg lap (Felelősség számla)" @@ -2154,6 +2238,7 @@ msgstr "Számlaegyenleg lap (Felelősség számla)" #: help:account.bank.statement,balance_end:0 msgid "Balance as calculated based on Opening Balance and transaction lines" msgstr "" +"Egyenleg a nyitó egyenleg és a tételsor tranzakciók alapján számaolva" #. module: account #: model:ir.actions.act_window,name:account.action_account_receivable_graph @@ -2168,7 +2253,7 @@ msgstr "Számlaegyenlegesítve" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2212,12 +2297,12 @@ msgstr "Bank adatok" #. module: account #: view:account.statement.operation.template:account.view_account_statement_operation_template_tree msgid "Bank Reconciliation Move Presets" -msgstr "" +msgstr "Banki számlamozgás egyeztetés előbeállításai" #. module: account #: view:account.statement.operation.template:account.view_account_statement_operation_template_search msgid "Bank Reconciliation Move preset" -msgstr "" +msgstr "Banki számlamozgás egyeztetés előbeállítása" #. module: account #: view:account.bank.statement:account.view_account_bank_statement_filter @@ -2276,7 +2361,7 @@ msgstr "Bankkivonatok" #: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:8 #, python-format msgid "Bank statements are fully reconciled." -msgstr "" +msgstr "Összes banki kivonat egyeztetve." #. module: account #: field:account.invoice.tax,base:0 @@ -2304,7 +2389,7 @@ msgstr "Adóalapgyűjtő előjel" #. module: account #: view:website:account.report_vat msgid "Based On:" -msgstr "" +msgstr "Alapul véve:" #. module: account #: field:account.vat.declaration,based_on:0 @@ -2339,32 +2424,32 @@ msgstr "Költségvetési pénzügyi tervek" #. module: account #: field:account.statement.operation.template,name:0 msgid "Button Label" -msgstr "" +msgstr "Gombfelirat" #. module: account #: model:ir.filters,name:account.filter_invoice_country msgid "By Country" -msgstr "" +msgstr "Országonként" #. module: account #: model:ir.filters,name:account.filter_invoice_product msgid "By Product" -msgstr "" +msgstr "Termékenként" #. module: account #: model:ir.filters,name:account.filter_invoice_product_category msgid "By Product Category" -msgstr "" +msgstr "Termék kategória szerint" #. module: account #: model:ir.filters,name:account.filter_invoice_refund msgid "By Refund" -msgstr "" +msgstr "Visszatérítésekként" #. module: account #: model:ir.filters,name:account.filter_invoice_salespersons msgid "By Salespersons" -msgstr "" +msgstr "Értékesítő személy szerint" #. module: account #: help:account.fiscal.position,active:0 @@ -2504,7 +2589,7 @@ msgstr "" "párosítást. Ezt a számlát csak visszatérítheti." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2516,19 +2601,19 @@ msgstr "" "hozzon létre kézi sorrendet ehhez a darabhoz." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Nem lehet bizonylatolni, ha eltér a pénznem ettől .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Nem tud létrehozni bizonylatot különboző vállalkozásokra." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2551,6 +2636,8 @@ msgid "" "Cannot find a chart of accounts for this company, You should configure it. \n" "Please go to Account Configuration." msgstr "" +"Nem található a vállalat főkönyvi kivonata, be kell állítani azt. \n" +"Kérem menjen a Könyvelés beállításához." #. module: account #: code:addons/account/account_move_line.py:546 @@ -2560,6 +2647,9 @@ msgid "" "create one.\n" " Please go to Journal Configuration" msgstr "" +"Nem talál egyetlen, a vállalathoz tartozó \"%s\" tipusú naplót, létre kell " +"hoznia egyet. \n" +" Kérem menjen a Napló beállításokhoz" #. module: account #: code:addons/account/account_invoice.py:580 @@ -2569,9 +2659,12 @@ msgid "" "create one.\n" " Please go to Journal Configuration" msgstr "" +"Nem talál egyetlen, a vállalathoz tartozó ilyen típusú \"%s\" naplót, létre " +"kell hoznia egyet. \n" +" Kérem menjen a Napló beállításokhoz" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Nem tud létrehozni egy nem használt napló kódót." @@ -2588,7 +2681,7 @@ msgstr "Adógyűjtő kód" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Készpénz pénztár" @@ -2619,7 +2712,7 @@ msgstr "Készpénz pénztár és bankok" #. module: account #: field:account.bank.statement,cash_control:0 msgid "Cash control" -msgstr "" +msgstr "Kézpénz pénztár ellenőrzés" #. module: account #: field:account.journal,cashbox_line_ids:0 @@ -2640,9 +2733,10 @@ msgstr "Pénzkazetta tételek" #. module: account #: view:product.template:account.product_template_search_view msgid "Category" -msgstr "" +msgstr "Kategória" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2755,7 +2849,7 @@ msgstr "Számlatükör sablonok" #: view:website:account.report_salepurchasejournal #: view:website:account.report_trialbalance msgid "Chart of Accounts:" -msgstr "" +msgstr "Számlatükör:" #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_account_tree2 @@ -2772,7 +2866,7 @@ msgstr "Adókivonat" #. module: account #: view:website:account.report_vat msgid "Chart of Tax:" -msgstr "" +msgstr "Adó kivonat lista:" #. module: account #: model:ir.actions.act_window,name:account.action_account_tax_chart @@ -2829,6 +2923,7 @@ msgid "" "Check this box if the partner is subjected to the VAT. It will be used for " "the VAT legal statement." msgstr "" +"Jelölje be, ha a partner ÁFA-alany. A rendszer az ÁFA-bevallásnál használja." #. module: account #: help:account.account,reconcile:0 @@ -2886,6 +2981,10 @@ msgid "" "legally, some entries may be automatically posted when the source document " "is validated (Invoices), whatever the status of this field." msgstr "" +"Jelölje be ezt a négyzetet a naplóba történő automatikus bejegyzésekhez. " +"Jegyezze meg, hogy legálisan, egyes bejegyzéseket automatikusan kell " +"beiktatni, ha a dokumentumot érvényesítették (Számlák), attól függetlenül, " +"hogy ez a mező mit mutat." #. module: account #: help:account.journal,centralisation:0 @@ -2947,6 +3046,13 @@ msgstr "Alsóbbrendű/Alárendelt adók" msgid "Choose Fiscal Year" msgstr "Üzleti év kiválasztása" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "ellenoldal kiválasztása" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2989,10 +3095,10 @@ msgstr "Üzleti év és időszakok zárása" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" -msgstr "" +msgstr "Számla kivonat lezárása" #. module: account #: selection:account.account,type:0 @@ -3013,7 +3119,7 @@ msgstr "Zárás dátuma" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Closing Cash Control" -msgstr "" +msgstr "Kézpénz pénztár lezárása" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 @@ -3067,30 +3173,24 @@ msgstr "Megjegyzés" #. module: account #: view:website:account.report_invoice_document msgid "Comment:" -msgstr "" +msgstr "Megjegyzés:" #. module: account #: field:account.invoice,commercial_partner_id:0 #: help:account.invoice.report,commercial_partner_id:0 msgid "Commercial Entity" -msgstr "" - -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" +msgstr "Kereskedő személy" #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Általános kimutatás" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Kommunikáció" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3193,7 +3293,7 @@ msgstr "Adók teljes csomagja" #: code:addons/account/account_invoice.py:391 #, python-format msgid "Compose Email" -msgstr "" +msgstr "Email írás" #. module: account #: view:account.payment.term:account.view_payment_term_form @@ -3224,7 +3324,7 @@ msgstr "Számított egyenleg" #. module: account #: help:account.bank.statement,balance_end_real:0 msgid "Computed using the cash control lines" -msgstr "" +msgstr "A kézpénz pénztár tételsoraival számolva" #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -3237,11 +3337,11 @@ msgstr "Beállítások" #: code:addons/account/wizard/pos_box.py:75 #, python-format msgid "Configuration Error" -msgstr "" +msgstr "Beállítási hiba" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3323,10 +3423,10 @@ msgstr "Jóváhagyott" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" -msgstr "" +msgstr "Gratulálok, szép munka !" #. module: account #: field:account.account,child_consol_ids:0 @@ -3384,17 +3484,17 @@ msgstr "Ellenszámla" #. module: account #: field:account.fiscal.position,country_id:0 msgid "Countries" -msgstr "" +msgstr "Országok" #. module: account #: field:account.fiscal.position,country_group_id:0 msgid "Country Group" -msgstr "" +msgstr "Ország csoport" #. module: account #: field:account.invoice.report,country_id:0 msgid "Country of the Partner Company" -msgstr "" +msgstr "A partner vállalat országa" #. module: account #: view:account.fiscalyear.close:account.view_account_fiscalyear_close @@ -3547,7 +3647,7 @@ msgstr "Tételek létrehozása" #: field:validate.account.move.lines,create_uid:0 #: field:wizard.multi.charts.accounts,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account #: field:account.account,create_date:0 @@ -3643,7 +3743,7 @@ msgstr "" #: field:validate.account.move.lines,create_date:0 #: field:wizard.multi.charts.accounts,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account #: help:account.addtmpl.wizard,cparent_id:0 @@ -3712,7 +3812,6 @@ msgstr "Jóváírás jegyzet sorrend" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3740,7 +3839,7 @@ msgstr "Pénznem" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Pénznem igazítás" @@ -3763,7 +3862,7 @@ msgstr "Az ide vonatkozó napló pénzneme." #. module: account #: view:website:account.report_analyticjournal msgid "Currency:" -msgstr "" +msgstr "Pénznem:" #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -3795,7 +3894,7 @@ msgstr "Vásárló" #. module: account #: view:website:account.report_invoice_document msgid "Customer Code:" -msgstr "" +msgstr "Ügyfél kód:" #. module: account #: selection:account.invoice,type:0 @@ -3836,7 +3935,7 @@ msgstr "Vásárlói értékesítést terhelő adók" #. module: account #: view:website:account.report_overdue_document msgid "Customer ref:" -msgstr "" +msgstr "Ügyfél referencia:" #. module: account #: model:ir.ui.menu,name:account.menu_account_customer @@ -3871,9 +3970,8 @@ msgstr "Vásárlók" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3917,7 +4015,7 @@ msgstr "Dátum tartomány" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Date from :" -msgstr "" +msgstr "dátum formátum:" #. module: account #: selection:account.model.line,date_maturity:0 @@ -3928,7 +4026,7 @@ msgstr "A nap dátuma" #: help:account.bank.statement,message_last_post:0 #: help:account.invoice,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "A feljegyzésen történt utolsó üzenet dátuma." #. module: account #: help:res.partner,last_reconciliation_date:0 @@ -3958,7 +4056,7 @@ msgstr "" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Date to :" -msgstr "" +msgstr "Dátum idáig :" #. module: account #: view:website:account.report_analyticcostledger @@ -4104,14 +4202,13 @@ msgstr "Írja le miért vesz ki pénzt a pénz rögzítőből:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4123,7 +4220,7 @@ msgstr "Leírás" #. module: account #: view:website:account.report_invoice_document msgid "Description:" -msgstr "" +msgstr "Leírás:" #. module: account #: selection:account.account.type,close_method:0 @@ -4152,6 +4249,7 @@ msgid "" "Difference between the theoretical closing balance and the real closing " "balance." msgstr "" +"Az elméleti záró egyenleg és a tényleges záró egyenleg közti különbség." #. module: account #: view:account.open.closed.fiscalyear:account.view_account_open_closed_fiscalyear @@ -4172,7 +4270,7 @@ msgstr "Számla megjelenítése" #. module: account #: view:website:account.report_trialbalance msgid "Display Account:" -msgstr "" +msgstr "Számla kijelzés:" #. module: account #: field:account.balance.report,display_account:0 @@ -4297,7 +4395,7 @@ msgstr "Esedékes" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4312,7 +4410,7 @@ msgstr "Esedékesség dátumának kiszámítása" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search msgid "Due Month" -msgstr "" +msgstr "Esedékesség hónapja" #. module: account #: field:account.move.line,date_maturity:0 @@ -4325,13 +4423,13 @@ msgid "Duration" msgstr "Időtartam" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4339,7 +4437,7 @@ msgstr "EXJ" #. module: account #: field:account.entries.report,date:0 msgid "Effective Date" -msgstr "" +msgstr "Teljesítés kelte" #. module: account #: field:account.move.line,date:0 @@ -4348,10 +4446,10 @@ msgstr "Teljesítés kelte" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" -msgstr "" +msgstr "Legjobb hatékonyságon" #. module: account #: model:ir.actions.act_window,name:account.action_email_templates @@ -4425,7 +4523,7 @@ msgstr "Záró időszak" #: view:website:account.report_trialbalance #: view:website:account.report_vat msgid "End Period:" -msgstr "" +msgstr "Időszak vége:" #. module: account #: field:account.config.settings,date_stop:0 @@ -4492,19 +4590,19 @@ msgstr "Soronkénti tételek" #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Entries Date by Month" -msgstr "" +msgstr "Előállítás dátuma havi bontásban" #. module: account #: view:account.entries.report:account.view_account_entries_report_search #: view:account.move:account.view_account_move_filter msgid "Entries Month" -msgstr "" +msgstr "Előállítás hónapja" #. module: account #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal msgid "Entries Sorted By:" -msgstr "" +msgstr "Belépések előállítása ezzel:" #. module: account #: field:account.print.journal,sort_selection:0 @@ -4512,7 +4610,7 @@ msgid "Entries Sorted by" msgstr "Bejegyzések rendezése ezzel" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4521,11 +4619,11 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_statement_from_invoice_lines msgid "Entries by Statement from Invoices" -msgstr "" +msgstr "Kivonat sorok előállítása számlákból" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Tételek: " @@ -4536,7 +4634,7 @@ msgid "Entry" msgstr "Tétel" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "A(z) \"%s\" tétel nem érvényes!" @@ -4570,7 +4668,7 @@ msgid "Entry Subscription" msgstr "Tétel előjegyzés" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "A bevitt tétel már párosítva." @@ -4587,51 +4685,53 @@ msgid "Equity" msgstr "Saját tőke" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Hiba" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4763,10 +4863,10 @@ msgstr "Kiterjesztett szűrők" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" -msgstr "" +msgstr "Gyors kivonat egyeztető" #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -4786,10 +4886,10 @@ msgstr "Töltse ki ezt az űrlapot, ha pénzt tett a pénztár rögzítőbe:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" -msgstr "" +msgstr "Szűrő" #. module: account #: view:website:account.report_centraljournal @@ -4801,7 +4901,7 @@ msgstr "" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Filter By:" -msgstr "" +msgstr "Szűrés ezzel:" #. module: account #: field:account.aged.trial.balance,filter:0 @@ -4832,7 +4932,7 @@ msgstr "Szűrés" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Filtered by date" -msgstr "" +msgstr "Dátum szerinti szűrés" #. module: account #: view:website:account.report_centraljournal @@ -4932,7 +5032,7 @@ msgstr "ÁFA pozíció sablonok" #. module: account #: view:website:account.report_invoice_document msgid "Fiscal Position:" -msgstr "" +msgstr "Költségvetési hely:" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form @@ -4949,7 +5049,6 @@ msgstr "ÁFA pozíciók" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5003,7 +5102,7 @@ msgstr "Lezárandó üzleti év" #: view:website:account.report_trialbalance #: view:website:account.report_vat msgid "Fiscal Year:" -msgstr "" +msgstr "Költségvetési év:" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscalyear @@ -5082,6 +5181,11 @@ msgid "" "reconcile in a series of accounts. It finds entries for each partner where " "the amounts correspond." msgstr "" +"Egy számla akkor tekinthető kifizetettnek, ha a számla bevitt elemei " +"egyeztetettek az ellenoldallal, általában a kifizetésekkel. Az automatikus " +"egyeztető működtetésével, az Odoo rendszer saját keresést végez a bevitt " +"elemek közt, hogy azokat egyeztesse egy sor számlval. Ez megtalálja az " +"összes partnernél előforduló bevitt tételt amivel a mennyiség megegyezik." #. module: account #: help:account.journal,with_last_closing_balance:0 @@ -5089,6 +5193,9 @@ msgid "" "For cash or bank journal, this option should be unchecked when the starting " "balance should always set to 0 for new documents." msgstr "" +"A kézpénzhez vagy banki naplóhoz, ezt a lehetőséget ne jelölje be, ha a " +"kezdő egyenlegnek 0-nak kell lenni az új\r\n" +"dokumentumokban." #. module: account #: help:account.payment.term.line,value_amount:0 @@ -5194,6 +5301,12 @@ msgstr "" msgid "Future" msgstr "Jövő" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "Árfolyamnyereség számla" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5308,7 +5421,7 @@ msgstr "" "ugyanolyan típusú egyező naplót." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5320,8 +5433,8 @@ msgid "Go to Next Partner" msgstr "A következő partnerre lép" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5329,14 +5442,14 @@ msgstr "A következő partnerre lép" #: code:addons/account/account_move_line.py:547 #, python-format msgid "Go to the configuration panel" -msgstr "" +msgstr "Menjen a beállítások panelhez" #. module: account #. openerp-web #: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:8 #, python-format msgid "Good Job!" -msgstr "" +msgstr "Szép munka!" #. module: account #. openerp-web @@ -5366,20 +5479,16 @@ msgstr "Szép munka!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account #: field:account.journal,group_invoice_lines:0 msgid "Group Invoice Lines" msgstr "Számlatételek összevonása" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Csoportosítás számla dátuma alapján" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5406,7 +5515,6 @@ msgstr "" "direkt HTML formátumú ahhoz hogy beilleszthető legyen a kanban nézetekbe." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5496,7 +5604,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5528,15 +5635,22 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account #: field:account.journal.period,icon:0 msgid "Icon" msgstr "Ikon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" +"Ha \"Pénznem mennyiség\" ki van választva, akkor \"Mennyiség\"-et is be kell " +"állítani." + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5549,6 +5663,8 @@ msgid "" "If checked, the entry won't be created if the entry date is not included " "into the selected period" msgstr "" +"Ha bejelölt, a beviteli tétel nem lesz létrehozva, ha a beviteli dátum nincs " +"hozzáfűzve a kiválaszott időszakhoz" #. module: account #: help:account.account.template,nocreate:0 @@ -5796,7 +5912,17 @@ msgstr "" "bejegyzéseket." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" +"Egy banki kivonat tételsora törléséhez, először el kell utasítania hogy " +"törölhesse az ide vonatkozó napló adatokat." + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5891,11 +6017,11 @@ msgstr "" "illeszkedjen a vállalat szükségletéhez az országra vonatkozóan." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" -msgstr "" +msgstr "Nem megfelelő beállítás!" #. module: account #: code:addons/account/account_invoice.py:501 @@ -5912,7 +6038,7 @@ msgstr "Belső típus" #. module: account #: view:product.template:account.product_template_form_view msgid "Internal Category" -msgstr "" +msgstr "Belső kategória" #. module: account #: field:account.tax.template,description:0 @@ -5956,7 +6082,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5980,7 +6107,7 @@ msgstr "Fordított analitikus/elemző gyűjtőkód kivonat -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5995,7 +6122,6 @@ msgstr "Számla pénzneme" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Számla kelte" @@ -6003,7 +6129,7 @@ msgstr "Számla kelte" #. module: account #: view:website:account.report_invoice_document msgid "Invoice Date:" -msgstr "" +msgstr "Számla dátuma:" #. module: account #: view:account.invoice.line:account.view_invoice_line_form @@ -6019,11 +6145,6 @@ msgstr "Számla tételsor" msgid "Invoice Lines" msgstr "Számla téetelsorok" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6054,7 +6175,7 @@ msgstr "Számla állapota" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter msgid "Invoice Tasks by Month" -msgstr "" +msgstr "Számla feladatok hónapok szerint" #. module: account #: model:ir.model,name:account.model_account_invoice_tax @@ -6095,16 +6216,16 @@ msgid "Invoice paid" msgstr "Kifizetett számla" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Számla részben fizetve: %s%s of %s%s (%s%s még maradt)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" -msgstr "" +msgstr "Elküldött számla" #. module: account #: field:account.config.settings,sale_sequence_prefix:0 @@ -6222,7 +6343,7 @@ msgstr "Ez jelzi, hogy a számlát már elküldték." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6235,12 +6356,12 @@ msgstr "Italic szövegméret (kisebb)" #. module: account #: view:website:account.report_analyticcostledger msgid "J.C. /Move" -msgstr "" +msgstr "J.C. /Szállít" #. module: account #: view:website:account.report_analyticcostledgerquantity msgid "J.C./Move" -msgstr "" +msgstr "J.C./Szállít" #. module: account #: view:website:account.report_generalledger @@ -6265,9 +6386,7 @@ msgstr "Január" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6279,7 +6398,7 @@ msgstr "Január" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6321,7 +6440,7 @@ msgstr "Könyvelési tételek" #. module: account #: view:account.move:account.view_account_move_filter msgid "Journal Entries by Month" -msgstr "" +msgstr "Napló tételek havi lebontásban" #. module: account #: view:account.move:account.view_account_move_filter @@ -6379,7 +6498,7 @@ msgid "Journal Item" msgstr "Könyvelési napló tételsor" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6387,7 +6506,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Napló tétel '%s' (id: %s), Bizonylat '%s' már párosítva lett!" @@ -6396,7 +6515,7 @@ msgstr "Napló tétel '%s' (id: %s), Bizonylat '%s' már párosítva lett!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6446,6 +6565,11 @@ msgstr "Napló kiválasztása" msgid "Journal for analytic entries" msgstr "Analitikai/elemző gyűjtőkód tételek naplója" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Naplózott számlák, ciklussal a jelenlegi költségvetési évre vetítve" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6455,7 +6579,7 @@ msgstr "Napló időszak neve" #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal msgid "Journal:" -msgstr "" +msgstr "Napló:" #. module: account #: field:account.aged.trial.balance,journal_ids:0 @@ -6493,7 +6617,7 @@ msgstr "Naplók" #: view:website:account.report_partnerledger #: view:website:account.report_partnerledgerother msgid "Journals:" -msgstr "" +msgstr "Naplók:" #. module: account #: selection:report.account.sales,month:0 @@ -6554,8 +6678,8 @@ msgstr "Hagyja üresen, hogy a jóváhagyás dátumának időszakát használja. #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6576,7 +6700,7 @@ msgstr "Előző záróegyenleg" #: field:account.bank.statement,message_last_post:0 #: field:account.invoice,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Utolsó üzenet időpontja" #. module: account #: field:account.account,write_uid:0 @@ -6673,7 +6797,7 @@ msgstr "" #: field:validate.account.move.lines,write_uid:0 #: field:wizard.multi.charts.accounts,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account #: field:account.account,write_date:0 @@ -6770,7 +6894,7 @@ msgstr "" #: field:validate.account.move.lines,write_date:0 #: field:wizard.multi.charts.accounts,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account #: field:res.partner,last_reconciliation_date:0 @@ -6784,11 +6908,6 @@ msgstr "Utolsó teljes párosítás dátuma" msgid "Latest Manual Reconciliation Processed:" msgstr "Utolsó kézi párosítás végrehajtása:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6847,7 +6966,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Az összes adó listája, amelyet be kell állítani a varázslónak." #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Veszteség" @@ -6858,7 +6978,13 @@ msgid "Loss Account" msgstr "Veszteség számla" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Árfolyamveszteség számla" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Különb." @@ -6949,7 +7075,7 @@ msgstr "" "Kérem, adja meg a partnert!\"" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6963,7 +7089,7 @@ msgstr "" #. module: account #: view:website:account.report_analyticcostledgerquantity msgid "Max quantity :" -msgstr "" +msgstr "Maximum mennyiség :" #. module: account #: field:account.automatic.reconcile,max_amount:0 @@ -7000,7 +7126,7 @@ msgid "Miscellaneous" msgstr "Egyebek" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Vegyes könyvelési napló" @@ -7034,6 +7160,8 @@ msgstr "" "Módosít: visszatérítést, párosítást készít és új számla tervezetet hoz létre" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7081,7 +7209,7 @@ msgid "Move bank reconcile" msgstr "Banki bizonylat egyeztetés" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7095,7 +7223,7 @@ msgid "Move line reconcile select" msgstr "Bizonylat tételsor párosítás kiválasztása" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Bizonlyat neve (Azonosító id): %s (%s)" @@ -7137,8 +7265,8 @@ msgstr "Új tételek megnevezése" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Soha" @@ -7146,7 +7274,7 @@ msgstr "Soha" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Új" @@ -7199,9 +7327,9 @@ msgid "Next supplier invoice number" msgstr "Következő szállítói számlaszám" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7237,28 +7365,28 @@ msgid "No Follow-up" msgstr "Nincs nyomon követés" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" -msgstr "" +msgstr "Nincsenek számla tételek!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" -msgstr "" +msgstr "Nincs ügyfél meghatározva!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" -msgstr "" +msgstr "Nincs darabszám!" #. module: account #: code:addons/account/installer.py:114 #, python-format msgid "No Unconfigured Company!" -msgstr "" +msgstr "Nincs beállítatlan vállalkozás!" #. module: account #: selection:account.financial.report,display_detail:0 @@ -7272,7 +7400,7 @@ msgid "No period found on the invoice." msgstr "A számlán nem található időszak." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7281,10 +7409,10 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" -msgstr "" +msgstr "Nincs hasonló eredmény '" #. module: account #: help:account.chart.template,code_digits:0 @@ -7323,7 +7451,7 @@ msgstr "Számlában nem nyomtatható" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Not due" -msgstr "" +msgstr "Nincs végrehajtva" #. module: account #: view:website:account.report_centraljournal @@ -7335,7 +7463,7 @@ msgstr "" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Not filtered" -msgstr "" +msgstr "Nem szűrt" #. module: account #: code:addons/account/report/common_report_header.py:92 @@ -7424,7 +7552,14 @@ msgstr "" "max. tételszámhoz használt számlaegyenleg pont megtalálásához." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Ok" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7461,18 +7596,18 @@ msgid "Only One Chart Template Available" msgstr "Csak egy sablon lista elérhető" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" -msgstr "" +msgstr "Kizárólag rendszergazda tudja megváltoztatni a beállításokat" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." -msgstr "" +msgstr "Csak a ctrl-enter rövidítéssel érvényesítheti az egyeztetéseket." #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -7517,11 +7652,11 @@ msgstr "Napló megnyitása" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" -msgstr "" +msgstr "Nyitó egyenleg" #. module: account #: view:account.move.bank.reconcile:account.view_account_move_bank_reconcile @@ -7540,8 +7675,8 @@ msgstr "Megnyitás a párosítás visszavonásához" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Nyitó egyenleg" @@ -7569,7 +7704,7 @@ msgstr "Bevételi számla nyitó tételei" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Nyitó tételek naplója" @@ -7585,15 +7720,18 @@ msgid "Opening Entries Reconciliation" msgstr "Nyitó egyenlegek párosítása" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " "Entries\" wizard to cancel those entries and then run this wizard." msgstr "" +"Nyitott tételeket mér létrehozott. Kérem futtassa \"Záró tételek törlése\" " +"varázslót ezeknek a tételeknek a visszavonásához és utánna futtassa ezt a " +"varázslót." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Nyitó időszak" @@ -7777,8 +7915,8 @@ msgstr "Tételek részleges párosítása" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7801,7 +7939,7 @@ msgstr "Partner folyószámla kivonat" #. module: account #: field:account.invoice.report,commercial_partner_id:0 msgid "Partner Company" -msgstr "" +msgstr "Partner vállalat" #. module: account #: xsl:account.transfer:0 @@ -7818,6 +7956,11 @@ msgstr "Parner azonosító" msgid "Partner Ledger" msgstr "Partner folyószámla karton" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "Partner név" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7842,7 +7985,7 @@ msgstr "Partnerek" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Partner's:" -msgstr "" +msgstr "Partneré:" #. module: account #: model:ir.ui.menu,name:account.next_id_22 @@ -7901,7 +8044,7 @@ msgstr "Szállítói tartozás limitösszege" #. module: account #: view:account.statement.from.invoice.lines:account.view_account_statement_from_invoice_lines msgid "Payable and Receivables" -msgstr "" +msgstr "Fizetendők/Tartozások & Bevételek/Követelések" #. module: account #: view:account.invoice:account.invoice_supplier_form @@ -7933,7 +8076,7 @@ msgstr "Fizetési feltétel sor" #. module: account #: view:website:account.report_invoice_document msgid "Payment Term:" -msgstr "" +msgstr "Fizetési feltétel:" #. module: account #: field:account.invoice,payment_term:0 @@ -7977,6 +8120,10 @@ msgid "" "quotations with a button \"Pay with Paypal\" in automated emails or through " "the Odoo portal." msgstr "" +"Paypal számla(email) az online fizetések fogadására (hitelkártya, stb.) Ha " +"beállitott egy paypal számlát, az ügyfélnek lehetősége lesz az árajánlatait " +"vagy számláit a \"Paypal fizetés\" gombbal kifizetni, automatikus email-" +"ekkel vagy az Odoo rendszer portálon." #. module: account #: help:res.company,paypal_account:0 @@ -8013,12 +8160,12 @@ msgstr "Százalék" #. module: account #: selection:account.statement.operation.template,amount_type:0 msgid "Percentage of open balance" -msgstr "" +msgstr "Nyitott egyenleg százaléka" #. module: account #: selection:account.statement.operation.template,amount_type:0 msgid "Percentage of total amount" -msgstr "" +msgstr "Teljes összeg százaléka" #. module: account #: constraint:account.payment.term.line:0 @@ -8035,7 +8182,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8050,7 +8196,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8091,7 +8237,7 @@ msgstr "Időszak összesen" #: view:website:account.report_analyticcostledgerquantity #: view:website:account.report_analyticjournal msgid "Period To:" -msgstr "" +msgstr "Időszak eddig:" #. module: account #: field:account.subscription,period_type:0 @@ -8161,37 +8307,39 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Kérem ellenőrizze, a 'Napló' beállítását a banki kivonaton" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Kérem, hozzon létre számlasorokat!" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Kérem egy sorozat meghatározását a naplón." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Képezzen sorrendet a naplón ehhez a számlához." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" "Kérem, ellenőrizze, hogy a naplóban beállította-e a főkönyvi számlát." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" "The encoded total does not match the computed total." msgstr "" +"Kérem ellenőrizze a számlán az árat!\n" +"A bevitt összérték nem egyezik a számított összértékkel." #. module: account #: view:account.move:account.view_move_form @@ -8246,6 +8394,8 @@ msgstr "Számla egyenleg jelölést megtartani" msgid "" "Preset for the lines that can be created in a bank statement reconciliation" msgstr "" +"Beállított értékek a tételsorokhoz melyeket a banki kivonatok egyeztetésekor " +"lehet létrehozni" #. module: account #: view:account.aged.trial.balance:account.account_aged_balance_view @@ -8300,12 +8450,12 @@ msgstr "Kinyomtatva" #: view:website:account.report_analyticcostledger #: view:website:account.report_analyticcostledgerquantity msgid "Printing Date:" -msgstr "" +msgstr "Nyomtatás dátuma:" #. module: account #: view:account.invoice:account.invoice_form msgid "Pro Forma Invoice" -msgstr "" +msgstr "Pro Forma számla/Díjbekérő" #. module: account #: selection:account.invoice,state:0 @@ -8323,13 +8473,10 @@ msgstr "Pro-forma számlák" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8347,6 +8494,11 @@ msgstr "Termékkategória" msgid "Product Information" msgstr "Termék információ" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Termék mennyiség" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8354,7 +8506,6 @@ msgstr "Terméksablon" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Termék mértékegysége" @@ -8365,21 +8516,22 @@ msgid "Products Quantity" msgstr "Termékmennyiség" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Nyereség" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Nyereség & Veszteség (Költség, kiadási számla)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Nyereség & Veszteség (Jövedelem bevételi számla)" @@ -8450,7 +8602,7 @@ msgid "Purchase" msgstr "Beszerzés" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Bejövő, beszállítói számla napló" @@ -8461,7 +8613,7 @@ msgid "Purchase Refund" msgstr "Beszerzési visszatérítési számla" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Bejövő, beszállítói jóváíró számla napló" @@ -8472,7 +8624,7 @@ msgid "Purchase Tax" msgstr "Beszerzési adó" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Beszerzési adó %.2f%%" @@ -8523,16 +8675,10 @@ msgstr "Python kód" msgid "Python Code (reverse)" msgstr "Python kód (fordított)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Menny." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8561,7 +8707,7 @@ msgstr "Időszak újra-nyitás" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Real Closing Balance" -msgstr "" +msgstr "Tényleges záró egyenleg" #. module: account #: field:account.invoice.refund,description:0 @@ -8662,6 +8808,13 @@ msgstr "Párosítás különbözet leírásával" msgid "Reconcile Writeoff" msgstr "Párosítási különbözet leírása" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "A kipróbáló banki kivonatok egyeztetése" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8685,7 +8838,7 @@ msgstr "Párosított tranzakciók" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8705,14 +8858,14 @@ msgstr "Párosítási tranzakciók" #. module: account #: field:account.entries.report,reconcile_id:0 msgid "Reconciliation number" -msgstr "" +msgstr "Egyeztetési szám" #. module: account #: model:ir.actions.client,name:account.action_bank_reconcile #: model:ir.actions.client,name:account.action_bank_reconcile_bank_statements #: model:ir.ui.menu,name:account.menu_bank_reconcile_bank_statements msgid "Reconciliation on Bank Statements" -msgstr "" +msgstr "A banki kivonatok egyeztetése" #. module: account #: model:ir.actions.act_window,name:account.action_account_partner_reconcile @@ -8754,6 +8907,7 @@ msgstr "Hiv." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8782,13 +8936,13 @@ msgstr "Bizonylat, amely előállította ezt a számlát." #. module: account #: field:account.invoice,name:0 msgid "Reference/Description" -msgstr "" +msgstr "Hivatkozó referencia/Leírás" #. module: account #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8945,7 +9099,10 @@ msgid "Reset to Draft" msgstr "Visszaállítás tervezet állapotba" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Rendezetlen összeg" @@ -8964,7 +9121,6 @@ msgstr "A pénznemben visszamaradt összeg" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Felelős" @@ -9026,13 +9182,13 @@ msgid "Running Subscriptions" msgstr "Futó előjegyzések" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "Számlatípusonkénti értékesítés SZTÉ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -9087,13 +9243,13 @@ msgid "Sales" msgstr "Értékesítés" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Kimenő, vásárlói számla napló" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Kimenő, értékesítési jóváíró számla napló" @@ -9103,6 +9259,11 @@ msgstr "Kimenő, értékesítési jóváíró számla napló" msgid "Sales Tax(%)" msgstr "Értékesítési adó(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "Értékesítési csapat" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9260,10 +9421,10 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" -msgstr "" +msgstr "Partner kiválasztása" #. module: account #: view:account.analytic.balance:account.account_analytic_balance_view @@ -9336,6 +9497,8 @@ msgstr "Elemzési időszak kiválasztása" msgid "" "Selected Entry Lines does not have any account move entries in draft state." msgstr "" +"A kiválasztott beviteli tételsornak nincs tervezet állapotú könyvelési tétel " +"mozgás bevitele" #. module: account #: code:addons/account/wizard/account_invoice_state.py:64 @@ -9365,7 +9528,7 @@ msgstr "Küldés Email-ben" #. module: account #: field:account.config.settings,module_product_email_template:0 msgid "Send products tools and information at the invoice confirmation" -msgstr "" +msgstr "Küldje a termelési eszközöket és információt a számla igazolásához" #. module: account #: field:account.invoice,sent:0 @@ -9546,7 +9709,7 @@ msgid "Smallest Text" msgstr "Legkisebb szöveg" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Egyes tételek már párosítva lettek." @@ -9559,7 +9722,7 @@ msgstr "Rendezés" #. module: account #: view:website:account.report_generalledger msgid "Sorted By:" -msgstr "" +msgstr "Ezzel rendezve:" #. module: account #: field:account.invoice,origin:0 @@ -9571,7 +9734,7 @@ msgstr "Forrás dokumentum" #. module: account #: view:website:account.report_invoice_document msgid "Source:" -msgstr "" +msgstr "Forrás:" #. module: account #: view:account.tax:account.view_tax_form @@ -9586,6 +9749,8 @@ msgid "" "Specified journals do not have any account move entries in draft state for " "the specified periods." msgstr "" +"A kiválasztott naplónak nincs tervezet állapotú számla mozgás bevitele a " +"meghatározott időszakaszokra." #. module: account #: code:addons/account/wizard/account_move_bank_reconcile.py:53 @@ -9618,7 +9783,7 @@ msgstr "Kezdő dátum" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Start Date:" -msgstr "" +msgstr "Kezdés dátuma:" #. module: account #: field:account.aged.trial.balance,period_from:0 @@ -9650,7 +9815,7 @@ msgstr "Kezdő időszak" #: view:website:account.report_trialbalance #: view:website:account.report_vat msgid "Start Period:" -msgstr "" +msgstr "Időszak (tól)" #. module: account #: field:account.config.settings,date_start:0 @@ -9677,7 +9842,7 @@ msgid "Start period" msgstr "Kezdő időszak" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Előbb van az induó időszak és utána a záró időszak." @@ -9703,7 +9868,7 @@ msgid "Statement" msgstr "Kivonat" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "%s kivonat rögzítve, napló tétel létrehozva." @@ -9761,11 +9926,6 @@ msgstr "Statisztikák" msgid "Status" msgstr "Állapot" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9803,7 +9963,7 @@ msgstr "Nettó érték" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Sum of opening balance and transactions." -msgstr "" +msgstr "A nyitó egyenleg és tranzakciók összege." #. module: account #: field:account.bank.statement,message_summary:0 @@ -9824,7 +9984,7 @@ msgstr "Szállító" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9850,7 +10010,7 @@ msgstr "Beszállítói fizetési feltétel" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9892,10 +10052,11 @@ msgstr "Készpénz kifizetése" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" +"Általában kevesebb mint 5 másodpercig tart egy tranzakció egyeztetése." #. module: account #: field:account.aged.trial.balance,target_move:0 @@ -9944,8 +10105,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9954,7 +10115,7 @@ msgid "Tax" msgstr "Adó" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Adó %.2f%%" @@ -10115,7 +10276,7 @@ msgid "Tax Use In" msgstr "Adó alkalmazási terület" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10179,7 +10340,7 @@ msgid "Taxes Report" msgstr "Adókimutatás" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10246,10 +10407,10 @@ msgstr "Fizetési feltételek" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" -msgstr "" +msgstr "Ez az átlagon" #. module: account #: help:account.account,type:0 @@ -10277,19 +10438,19 @@ msgid "The account basis of the tax declaration." msgstr "Az adóbevallásban szereplő adóalap." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "A könyvelési tételsorok nincsenek érvényes állapotban." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "A főkönyvi számlát nem párosíthatónak állították be!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10324,12 +10485,23 @@ msgid "" "The amount expressed in the secondary currency must be positive when account " "is debited and negative when account is credited." msgstr "" +"A másodlagos pénznemben kifejezett összegnek pozitívnak kell lennie ha a " +"számla fizetendő/tartozás és negatívnak ha a számla követel/bevétel/jóváírás." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" +"Az összeg fizetendő/tartozás lesz, ha negatív, és követel/bevétel/jóváírás " +"ha pozitív (kivéve, ha az összeg tipusa 'Nyitott egyenleg százaléka')." + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." -msgstr "" +msgstr "A banki kivonat tételsora már egyeztetésre került." #. module: account #: help:account.move.line,statement_id:0 @@ -10369,6 +10541,8 @@ msgstr "A kód meg lesz jelenítve a kimutatásokon." msgid "" "The commercial entity that will be used on Journal Entries for this invoice" msgstr "" +"Az az értékesítő személy aki a számlához tartozó napló bejegyzéseknél fel " +"lesz tüntetve" #. module: account #: help:account.tax,type:0 @@ -10567,7 +10741,7 @@ msgstr "" "vagy válasszon több-pénznemes nézetet a naplón." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10605,7 +10779,7 @@ msgstr "" "rendelkező adók esetében. Ebben az esetben az értékelési sorrend lényeges." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10645,13 +10819,19 @@ msgstr "" "elindulni." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Nincs %s főkönyvi számla ehhez a naplóhoz %s." +msgid "There is no Loss Account on the journal %s." +msgstr "Nincs veszteség számla a naplón %s." #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "Nincs nyereség számla a naplón %s." + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10661,7 +10841,7 @@ msgstr "" "következő naplón \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10684,7 +10864,7 @@ msgstr "" "Nincs bevételi számla meghatározva ehhez a termékhez: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10694,21 +10874,24 @@ msgstr "" "számlaegyenleg beállításához." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Nincs fölérendelt kódja a főkönyvi számla sablonhoz." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" "Please go to Configuration/Periods and configure a fiscal year." msgstr "" +"Nem lett időszak meghatározva ehhez a dátumhoz: %s.\n" +"Kérem menjen a Beállítások/Időszakok menübe és állítsa be a kötségvetési " +"évet." #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10931,6 +11114,14 @@ msgstr "" "Ez a mező törvényes jelentések készítésére való: nyereség és veszteség, " "egyenleg közlő." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10981,7 +11172,7 @@ msgstr "" "tételük. Ez az aktuális partnert már párosítottként tekinti." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10991,7 +11182,7 @@ msgstr "" "módosítani a vállalat mezőt." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11172,7 +11363,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11210,8 +11401,8 @@ msgid "To Review" msgstr "Ellenőrizendő" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -11219,9 +11410,11 @@ msgstr "" "szükséges." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11232,6 +11425,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Bruttó érték összesen" @@ -11366,7 +11560,7 @@ msgstr "Összesen:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Tranzakció" @@ -11414,7 +11608,6 @@ msgstr "Igaz" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11430,13 +11623,13 @@ msgid "Type Controls" msgstr "Típus ellenőrzések" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Nem tudja a kezdő egyenleget alkalmazni (negatív érték)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Lehetetlen megváltoztatni az adót!" @@ -11462,6 +11655,11 @@ msgstr "" "A számla egyedi sorszáma, amely a számla elkészültekor automatikusan " "képződik." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11660,18 +11858,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Felhasználó" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11764,36 +11961,37 @@ msgstr "Analitikus gyűjtő számla gyűjtőkód tételei" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Figyelem" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Figyelem!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11842,7 +12040,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11896,7 +12094,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Különbözet leírása" @@ -11923,7 +12121,7 @@ msgid "Write-Off amount" msgstr "Leírandó összeg" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11958,6 +12156,17 @@ msgstr "Év összesen" msgid "Yes" msgstr "Igen" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11968,13 +12177,13 @@ msgstr "" "peresített a hozzá tartozó ügyféllel." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "A %s napló, %s lezárt időszak tételeit nem tudja növelni/módosítani." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "Nem tudja újra megnyitni a már lezárt üzleti évhez tartozó időszakot" @@ -12024,7 +12233,7 @@ msgstr "" "összeget, és -1-et, ha le akarja vonni." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12046,7 +12255,7 @@ msgstr "" "pl. %(date)s-i modellem" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12056,14 +12265,14 @@ msgstr "" "tennie az ide vonatkozó fizetéseket." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" "Napló tételt tartalmazó főkönyvi számla kódját nem tudja megváltoztatni." #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -12073,7 +12282,7 @@ msgstr "" "vállalkozását." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -12081,7 +12290,7 @@ msgstr "" "tételeket." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12091,7 +12300,7 @@ msgstr "" "mivel napló tételeket tartalmaz!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12101,7 +12310,7 @@ msgstr "" "napló tételeket tartalmaz!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12145,14 +12354,14 @@ msgid "" msgstr "Egy időszakra csak egy bizonylatot készíthet a központi naplón." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" "Nem hatástalaníthat olyan főkönyvi számlát, mely napló tételeket tartalmaz." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Nem törölhet egy feladott napló bejegyzést \"%s\"." @@ -12180,7 +12389,7 @@ msgstr "" "visszavonásra. Inkább jóvá kell írnia azokat." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12192,7 +12401,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12204,7 +12413,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12214,7 +12423,7 @@ msgstr "" "Először be kell állítania a naplót bejegyzések visszavonására." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Nem módosíthatja/törölheti ennek az időszaknak a napló bejegyzéseit." @@ -12229,13 +12438,13 @@ msgstr "" "pénznem." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Napló bejegyzéssel rendelkező számlát nem tud eltávolítani." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12245,7 +12454,7 @@ msgstr "" "egy vásárlóhoz vagy beszállítóhoz." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12257,14 +12466,14 @@ msgstr "" " nyitási/zárási műveleteikor." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Nem használhat egyetlan inaktív számlát sem." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12274,7 +12483,7 @@ msgstr "" "ellenőrizze az ide vonatkozó naplón a 'Beviteli felügyelet' fület." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12286,7 +12495,7 @@ msgstr "" "Az utolsó fizetés feltételének \"Egyenleg\" típusúnak kell lennie." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12296,13 +12505,13 @@ msgstr "" "\"%s\" szálatükörhöz." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12318,8 +12527,8 @@ msgstr "" "válasszon időszakot és egy naplót a környezetből." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12336,14 +12545,14 @@ msgstr "" "az egyeztetéshez, párosításhoz." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Meg kell határozni egy leírás/átváltási árfolyam különbség számlát." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12365,7 +12574,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Választani kell legalább egy rekordot!" @@ -12377,7 +12586,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Meg kell határoznia egy analitikus gyüjtőnapló típust '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12401,7 +12610,7 @@ msgid "You must set a start date." msgstr "Induló dátumot kell beállítania." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12411,14 +12620,14 @@ msgstr "" "beállításához." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" "Olyan időszakot kell választania ami ugyanahhoz a vállalathoz tartozik." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12427,7 +12636,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12446,7 +12655,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12478,7 +12687,7 @@ msgid "balance" msgstr "egyenleg" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12530,7 +12739,7 @@ msgstr "Időszak zárása" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12542,7 +12751,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12559,14 +12768,14 @@ msgstr "Megnevezés" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12589,3 +12798,44 @@ msgstr "A kivonat egyeztetésnél használja a rendszer, máshol ne alkalmazza." #: selection:account.subscription,period_type:0 msgid "year" msgstr "év" + +#~ msgid "#Entries" +#~ msgstr "Tételek száma" + +#~ msgid "Qty" +#~ msgstr "Menny." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Kattintson ügyfél visszatérítés létrehozásához. \n" +#~ "

\n" +#~ " A visszatérítés egy dokumentum a számla teljes összegének " +#~ "vagy részének a \n" +#~ " jóváírásról.\n" +#~ "

\n" +#~ " Kézi ügyfél részére történő jóváírás helyett, megteheti\n" +#~ " azt közvetlenül az ide vonatkozó ügyfél számlából.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Nincs %s főkönyvi számla ehhez a naplóhoz %s." + +#~ msgid "# of Lines" +#~ msgstr "# sorok száma" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Csoportosítás számla dátuma alapján" diff --git a/addons/account/i18n/id.po b/addons/account/i18n/id.po index 5a8d549a392..974c622cba6 100644 --- a/addons/account/i18n/id.po +++ b/addons/account/i18n/id.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 23:24+0000\n" "Last-Translator: Budi Iskandar (Databit) \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Terpusat" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# Jml Digit" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# Barang" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "# Jml. Product" msgid "# of Transaction" msgstr "# Jml. Transaksi" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "# Isian" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -182,90 +267,6 @@ msgstr "Buku Besar" msgid ": Trial Balance" msgstr "Neraca Percobaan" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -396,7 +397,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -407,18 +408,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Klik untuk membentuk refund dana pelanggan.\n" -"

\n" -" Refund adalah dokumen yang meng-kredit tagihan seluruhnya " -"atau \n" -" sebagian.\n" -"

\n" -" Anda dapat menerbitkan refund langsung dari tagihan " -"pelanggan,\n" -" tidak harus diterbitkan secara manual.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -671,7 +660,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -697,11 +686,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -710,10 +697,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1406,7 +1393,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1473,10 +1460,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1536,8 +1523,8 @@ msgstr "Analisis" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1861,7 +1848,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1869,21 +1856,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Akun Salah" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1927,14 +1914,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1957,7 +1944,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2289,7 +2276,7 @@ msgstr "" "tagihan ini." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2298,19 +2285,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Tidak dapat membuat gerakan dengan mata uang berbeda dari .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2348,7 +2335,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2365,7 +2352,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2420,6 +2407,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2713,6 +2701,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Pilih Tahun Buku" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2755,7 +2750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2841,22 +2836,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3006,8 +2995,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3081,7 +3070,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3468,7 +3457,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3496,7 +3484,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3627,9 +3615,8 @@ msgstr "Customer" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3859,14 +3846,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4052,7 +4038,7 @@ msgstr "Jatuh Tempo" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4080,13 +4066,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4103,7 +4089,7 @@ msgstr "Tanggal efektif" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4267,7 +4253,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4279,7 +4265,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4290,7 +4276,7 @@ msgid "Entry" msgstr "Ayat" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Catatan \"%s\" tidak sah !" @@ -4324,7 +4310,7 @@ msgid "Entry Subscription" msgstr "Catatan Berlangganan" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4341,51 +4327,53 @@ msgid "Equity" msgstr "Modal" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4503,7 +4491,7 @@ msgstr "Penapis Tambahan" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4526,7 +4514,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4689,7 +4677,6 @@ msgstr "Posisi Fiskal" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4914,6 +4901,12 @@ msgstr "" msgid "Future" msgstr "Masa Depan" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5025,7 +5018,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5036,8 +5029,8 @@ msgid "Go to Next Partner" msgstr "ke partner selanjutnya" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5082,6 +5075,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5091,11 +5085,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5120,7 +5109,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5210,7 +5198,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5242,7 +5229,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5251,6 +5237,12 @@ msgstr "" msgid "Icon" msgstr "Ikon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5471,7 +5463,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5562,8 +5562,8 @@ msgstr "" "perusahaan anda berdasarkan negara anda." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5627,7 +5627,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5651,7 +5652,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5666,7 +5667,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5690,11 +5690,6 @@ msgstr "" msgid "Invoice Lines" msgstr "Detail Invoice" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5766,13 +5761,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Tagihan dibayar parsial: %s%s dari %s%s (%s%s tersisa)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5889,7 +5884,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5932,9 +5927,7 @@ msgstr "Januari" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5946,7 +5939,7 @@ msgstr "Januari" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6046,7 +6039,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6054,7 +6047,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6063,7 +6056,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6113,6 +6106,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6222,8 +6220,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6452,11 +6450,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6515,7 +6508,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6526,7 +6520,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6617,7 +6617,7 @@ msgstr "" "Silakan tentukan mitranya!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6668,7 +6668,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Jurnal Lain-lain" @@ -6702,6 +6702,8 @@ msgstr "" "Perubahan: buat pengembalian, rekonsiliasi, dan membuat draft tagihan baru" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6749,7 +6751,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6761,7 +6763,7 @@ msgid "Move line reconcile select" msgstr "Pindahkan baris rekonsiliasi terpilih" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6803,8 +6805,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6812,7 +6814,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6865,9 +6867,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6903,19 +6905,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6938,7 +6940,7 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6947,7 +6949,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7085,7 +7087,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7117,15 +7126,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7173,8 +7182,8 @@ msgstr "Buka Jurnal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7196,8 +7205,8 @@ msgstr "Pembatalan Rekonsiliasi dapat dilakukan" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7225,7 +7234,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7241,7 +7250,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7249,7 +7258,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7433,8 +7442,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7474,6 +7483,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7688,7 +7702,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7703,7 +7716,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7812,31 +7825,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Harap memverifikasi bahwa account didefinisikan di dalam jurnal." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7971,13 +7984,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7995,6 +8005,11 @@ msgstr "Kategori Produk" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8002,7 +8017,6 @@ msgstr "Produk Template" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -8013,21 +8027,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8098,7 +8113,7 @@ msgid "Purchase" msgstr "Pembelian" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8109,7 +8124,7 @@ msgid "Purchase Refund" msgstr "Pengembalian Pembelian" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8120,7 +8135,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8171,16 +8186,10 @@ msgstr "Kode Python" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8310,6 +8319,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8333,7 +8349,7 @@ msgstr "Transaksi sudah direkonsoliasi" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8402,6 +8418,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8436,7 +8453,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8591,7 +8608,10 @@ msgid "Reset to Draft" msgstr "Kembalikan ke Konsep" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Sisa" @@ -8610,7 +8630,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Tanggung-jawab" @@ -8672,13 +8691,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8733,13 +8752,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Jurnal Penjualan" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8749,6 +8768,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8899,7 +8923,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9153,7 +9177,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9284,7 +9308,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9310,7 +9334,7 @@ msgid "Statement" msgstr "Pernyataan" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9368,11 +9392,6 @@ msgstr "" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9431,7 +9450,7 @@ msgstr "Pemasok" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9457,7 +9476,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9499,7 +9518,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9551,8 +9570,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9561,7 +9580,7 @@ msgid "Tax" msgstr "Pajak" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9722,7 +9741,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9784,7 +9803,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9851,7 +9870,7 @@ msgstr "Persyaratan" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9877,19 +9896,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Akun ini tidak didefinisikan untuk direkonsiliasi!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9924,7 +9943,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10144,7 +10170,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10175,7 +10201,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10212,13 +10238,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10226,7 +10258,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10246,7 +10278,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10254,13 +10286,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10268,7 +10300,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10461,6 +10493,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10505,7 +10545,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10513,7 +10553,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10659,7 +10699,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10697,16 +10737,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10717,6 +10759,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10849,7 +10892,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10897,7 +10940,6 @@ msgstr "Benar" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10913,13 +10955,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10943,6 +10985,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11130,18 +11177,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11232,36 +11278,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11302,7 +11349,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11356,7 +11403,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Menghapus" @@ -11383,7 +11430,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11416,6 +11463,17 @@ msgstr "Jumlah Setahun" msgid "Yes" msgstr "Ya" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11424,13 +11482,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11474,7 +11532,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11488,7 +11546,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11496,13 +11554,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11510,13 +11568,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11524,7 +11582,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11532,7 +11590,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11573,13 +11631,13 @@ msgstr "" "tersentralisasi." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11602,7 +11660,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11611,7 +11669,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11620,7 +11678,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11628,7 +11686,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11641,13 +11699,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11655,7 +11713,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11664,14 +11722,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11679,7 +11737,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11688,7 +11746,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11696,13 +11754,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11716,8 +11774,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11732,14 +11790,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11760,7 +11818,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11772,7 +11830,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Anda harus mendefinisikan jurnal analitik tipe '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11796,7 +11854,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11804,13 +11862,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11819,7 +11877,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11838,7 +11896,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11864,7 +11922,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11917,7 +11975,7 @@ msgstr "periode dekat" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11929,7 +11987,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11946,14 +12004,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11978,3 +12036,32 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "tahun" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klik untuk membentuk refund dana pelanggan.\n" +#~ "

\n" +#~ " Refund adalah dokumen yang meng-kredit tagihan seluruhnya " +#~ "atau \n" +#~ " sebagian.\n" +#~ "

\n" +#~ " Anda dapat menerbitkan refund langsung dari tagihan " +#~ "pelanggan,\n" +#~ " tidak harus diterbitkan secara manual.\n" +#~ "

\n" +#~ " " + +#~ msgid "#Entries" +#~ msgstr "# Isian" diff --git a/addons/account/i18n/is.po b/addons/account/i18n/is.po index fa18ddeb925..6cb547dbd9f 100644 --- a/addons/account/i18n/is.po +++ b/addons/account/i18n/is.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/it.po b/addons/account/i18n/it.po index e875a53a939..ce83fca22f1 100644 --- a/addons/account/i18n/it.po +++ b/addons/account/i18n/it.po @@ -7,15 +7,179 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-18 06:47+0000\n" -"Last-Translator: Roberto Piva - NemesiX SRL \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 20:23+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Ciao ${object.partner_id.name},

\n" +"\n" +"

Una nuova fattura è disponibile per te:

\n" +"\n" +"

\n" +"  RIFERIMENTI
\n" +"  Numero fattura: ${object.number}
\n" +"  Totale fattura: ${object.amount_total} " +"${object.currency_id.name}
\n" +"  Data fattura: ${object.date_invoice}
\n" +"% if object.origin:\n" +"  Riferimento ordine: ${object.origin}
\n" +"% endif\n" +"% if object.user_id:\n" +"  Vostro contatto: ${object.user_id.name}\n" +"% endif\n" +"

\n" +"\n" +"% if object.paypal_url:\n" +"
\n" +"

E' possibile inoltre pagare direttamente con Paypal:

\n" +"\n" +"\n" +"\n" +"% endif\n" +"\n" +"
\n" +"

Se avete domande, non esitate a contattarci in qualunque momento.

\n" +"

Grazie per avere scelto ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +"${object.company_id.name}

\n" +"
\n" +"
\n" +"\n" +"% if object.company_id.street:\n" +"${object.company_id.street}
\n" +"% endif\n" +"% if object.company_id.street2:\n" +"${object.company_id.street2}
\n" +"% endif\n" +"% if object.company_id.city or object.company_id.zip:\n" +"${object.company_id.zip} ${object.company_id.city}
\n" +"% endif\n" +"% if object.company_id.country_id:\n" +"${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) " +"or ''} ${object.company_id.country_id.name or ''}
\n" +"% endif\n" +"
\n" +"% if object.company_id.phone:\n" +"
\n" +"Telefono:  ${object.company_id.phone}\n" +"
\n" +"% endif\n" +"% if object.company_id.website:\n" +"
\n" +"Web : ${object.company_id.website}\n" +"
\n" +"%endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +196,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralizzazione" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Voci" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -47,49 +216,45 @@ msgstr "# di cifre" #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Entries" -msgstr "" +msgstr "# di voci" + +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "# di fatture" #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# di Voci" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# di Linee" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" -msgstr "" +msgstr "# di quantità prodotto" #. module: account #: field:account.move.line.reconcile,trans_nbr:0 msgid "# of Transaction" msgstr "# di Transazione" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "# Voci" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a'})" msgstr "" +"${object.company_id.name|safe} fattura (Rif. ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" -msgstr "" +msgstr "%s (Copia)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -105,12 +270,16 @@ msgid "" "(If you do not select a specific fiscal year, all open fiscal years will be " "selected.)" msgstr "" +"(se non selezionate uno specifico anno fiscale, tutti gli anni fiscali " +"aperti saranno selezionati)." #. module: account #: view:account.tax.chart:account.view_account_tax_chart msgid "" "(If you do not select a specific period, all open periods will be selected)" msgstr "" +"(se non selezionate uno specifico periodo, tutti i periodi aperti saranno " +"selezionati)" #. module: account #: view:account.state.open:account.view_account_state_open @@ -126,7 +295,7 @@ msgstr "(Tenere vuoto per aprire la situazione corrente)" #. module: account #: view:account.invoice:account.invoice_form msgid "(change)" -msgstr "" +msgstr "(cambia)" #. module: account #: view:account.bank.statement:account.view_bank_statement_form @@ -180,90 +349,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -402,7 +487,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -413,17 +498,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Click per creare un nota di credito cliente. \n" -"

\n" -" Una nota di credito è un documento che storna completamente\n" -" o parzialmente una fattura.\n" -"

\n" -" Invece di creare manualmente una nota di credito cliente,\n" -" è possibile crearla direttamente dalla relativa fattura " -"cliente.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -752,7 +826,7 @@ msgstr "" "relative imposte." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -780,11 +854,9 @@ msgstr "Tipo di conto" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -793,10 +865,10 @@ msgstr "Tipo di conto" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1497,7 +1569,7 @@ msgstr "" "Significa che non sarà più possibile modificarle." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1564,10 +1636,10 @@ msgstr "Sempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1628,8 +1700,8 @@ msgstr "Analitico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1956,7 +2028,7 @@ msgid "Average Rate" msgstr "Tasso medio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1964,21 +2036,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Conto Errato!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2022,14 +2094,14 @@ msgstr "Stato Patrimoniale" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Stato Patrimoniale (Attività)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Stato patrimoniale (Passività)" @@ -2052,7 +2124,7 @@ msgstr "Quadrata" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banca" @@ -2387,7 +2459,7 @@ msgstr "" "questa fattura." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2399,19 +2471,19 @@ msgstr "" "automatica o creare una sequenza manualmente per questo codice." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Non è possibile creare movimenti con valute differenti da .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Non è possibile creare movimenti per diverse aziende." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2454,7 +2526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Non è possibile generare un codice sezionale inutilizzato." @@ -2471,7 +2543,7 @@ msgstr "Codice" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Contante" @@ -2526,6 +2598,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2832,6 +2905,13 @@ msgstr "Imposte Figlie/Sottoimposte" msgid "Choose Fiscal Year" msgstr "Seleziona l'Anno Fiscale" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2874,7 +2954,7 @@ msgstr "Chiudi lo stato dell'anno Fiscale e dei periodi" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2960,22 +3040,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Report Comune" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicazione" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3125,8 +3199,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3209,7 +3283,7 @@ msgstr "Confermato" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3596,7 +3670,6 @@ msgstr "Sequenza note di credito" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3624,7 +3697,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Rettifica Valuta" @@ -3755,9 +3828,8 @@ msgstr "Clienti" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3982,14 +4054,13 @@ msgstr "Descrivere la causale di prelievo dal registro di cassa:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4175,7 +4246,7 @@ msgstr "Dovuto" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4203,13 +4274,13 @@ msgid "Duration" msgstr "Durata" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4226,7 +4297,7 @@ msgstr "Data effettiva" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4390,7 +4461,7 @@ msgid "Entries Sorted by" msgstr "Voci ordinate per" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Registrazioni non nello stesso conto, oppure già riconciliate! " @@ -4402,7 +4473,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Registrazioni: " @@ -4413,7 +4484,7 @@ msgid "Entry" msgstr "Voce" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "La voce \"%s\" non è valida !" @@ -4447,7 +4518,7 @@ msgid "Entry Subscription" msgstr "Sottoscrizione Scrittura" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "La registrazione è già riconciliata" @@ -4464,51 +4535,53 @@ msgid "Equity" msgstr "Capitale" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Errore" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4639,7 +4712,7 @@ msgstr "Filtri estesi..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4662,7 +4735,7 @@ msgstr "Compilare questo form se viene immesso contante nel registro cassa:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4825,7 +4898,6 @@ msgstr "Posizioni fiscali" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5071,6 +5143,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5183,7 +5261,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Imposte globali definite ma non presenti nelle voci fattura!" @@ -5194,8 +5272,8 @@ msgid "Go to Next Partner" msgstr "Vai al partner successivo" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5240,6 +5318,7 @@ msgstr "Ottimo lavoro!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5249,11 +5328,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Raggruppamento Righe Fattura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Raggruppa per mese Data Fattura" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5280,7 +5354,6 @@ msgstr "" "direttamente in html così da poter essere inserito nelle viste kanban." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5370,7 +5443,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5402,7 +5474,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5411,6 +5482,12 @@ msgstr "" msgid "Icon" msgstr "Icona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5676,7 +5753,15 @@ msgstr "" "contabili." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5771,8 +5856,8 @@ msgstr "" "esigenze contabili nazionali della propria azienda." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5836,7 +5921,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5860,7 +5946,7 @@ msgstr "Bilancio Analitico Invertito -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5875,7 +5961,6 @@ msgstr "Valuta fattura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Data Fattura" @@ -5899,11 +5984,6 @@ msgstr "Righe Fattura" msgid "Invoice Lines" msgstr "Righe Fattura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5975,13 +6055,13 @@ msgid "Invoice paid" msgstr "Fattura pagata" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Fattura parzialmente pagata: %s%s di %s%s (%s%s rimanente)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6103,7 +6183,7 @@ msgstr "Indica che la fattura è stata spedita." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6146,9 +6226,7 @@ msgstr "Gennaio" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6160,7 +6238,7 @@ msgstr "Gennaio" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6260,7 +6338,7 @@ msgid "Journal Item" msgstr "Voce sezionale" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6268,7 +6346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6277,7 +6355,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6327,6 +6405,11 @@ msgstr "Selezione sezionale" msgid "Journal for analytic entries" msgstr "Giornale per voci analitiche" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6436,8 +6519,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6666,11 +6749,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6729,7 +6807,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Elenco di tutte le imposte che devono essere installate dal wizard" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Perdita" @@ -6740,7 +6819,13 @@ msgid "Loss Account" msgstr "Conto Perdite" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "MISC" @@ -6831,7 +6916,7 @@ msgstr "" "Occorre definire il partner!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6881,7 +6966,7 @@ msgid "Miscellaneous" msgstr "Varie" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Sezionali vari" @@ -6915,6 +7000,8 @@ msgstr "" "Modifica: crea una nota di credito, riconcilia e crea una nuova fattura bozza" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6962,7 +7049,7 @@ msgid "Move bank reconcile" msgstr "Riconciliazione movimenti bancari" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6976,7 +7063,7 @@ msgid "Move line reconcile select" msgstr "Selezione voci da riconciliare" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Movimento nome (id): %s (%s)" @@ -7018,8 +7105,8 @@ msgstr "Nome delle nuove registrazioni" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Mai" @@ -7027,7 +7114,7 @@ msgstr "Mai" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nuovo" @@ -7080,9 +7167,9 @@ msgid "Next supplier invoice number" msgstr "Numero fattura fornitore successivo" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7118,19 +7205,19 @@ msgid "No Follow-up" msgstr "Nessun follow-up" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7153,7 +7240,7 @@ msgid "No period found on the invoice." msgstr "Nessun periodo trovato nella fattura." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7161,7 +7248,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7304,7 +7391,14 @@ msgstr "" "totale che possa essere scelto per la riconciliazione automatica" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7340,15 +7434,15 @@ msgid "Only One Chart Template Available" msgstr "Solo Un Piano dei Conti Disponibile" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7396,8 +7490,8 @@ msgstr "Apri sezionale" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7419,8 +7513,8 @@ msgstr "Apri per eliminare la riconciliazione" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Bilancio d'apertura" @@ -7448,7 +7542,7 @@ msgstr "Movimenti Aperti Conto di Ricavo" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Sezionale delle voci di apertura" @@ -7464,7 +7558,7 @@ msgid "Opening Entries Reconciliation" msgstr "Riconciliazione Apertura Contabile" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7472,7 +7566,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Periodo di apertura" @@ -7656,8 +7750,8 @@ msgstr "Riconciliazione parziale delle registraioni" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7697,6 +7791,11 @@ msgstr "Partner ID" msgid "Partner Ledger" msgstr "Mastro del partner" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7913,7 +8012,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7928,7 +8026,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8040,32 +8138,32 @@ msgstr "" "Verificare che il campo 'Sezionale' sia impostato nella Configurazione Banche" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Creare voci della fattura" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "E' necessario definire una sequenza per il sezionale." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" "Occorre definire la sequenza nel sezionale relativo a questa fattura." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Verificare che al Sezionale sia associato un conto." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8202,13 +8300,10 @@ msgstr "Fatture proforma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8226,6 +8321,11 @@ msgstr "Categoria prodotto" msgid "Product Information" msgstr "Informazioni prodotto" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8233,7 +8333,6 @@ msgstr "Template di prodotto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Unità di Misura Prodotto" @@ -8244,21 +8343,22 @@ msgid "Products Quantity" msgstr "Quantita' dei prodotti" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Utile" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Conto Economico (Costi)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Conto Economico (Ricavi)" @@ -8329,7 +8429,7 @@ msgid "Purchase" msgstr "Acquisto" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Sezionale Acquisti" @@ -8340,7 +8440,7 @@ msgid "Purchase Refund" msgstr "Nota di Credito su Acquisti" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Sezionale Note di Credito Fornitori" @@ -8351,7 +8451,7 @@ msgid "Purchase Tax" msgstr "Imposta sugli Acquisti" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Imposta su acquisti %.2f%%" @@ -8402,16 +8502,10 @@ msgstr "Codice Python" msgid "Python Code (reverse)" msgstr "Codice Python" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Qtà" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8541,6 +8635,13 @@ msgstr "Riconcilia Con Storno" msgid "Reconcile Writeoff" msgstr "Riconcilia Storno" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8564,7 +8665,7 @@ msgstr "Transazioni riconciliate" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8633,6 +8734,7 @@ msgstr "Rif." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8667,7 +8769,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8824,7 +8926,10 @@ msgid "Reset to Draft" msgstr "Reimposta a 'Bozza'" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Residuo" @@ -8843,7 +8948,6 @@ msgstr "Importo residuo in valuta" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsabile" @@ -8905,13 +9009,13 @@ msgid "Running Subscriptions" msgstr "Sottoscrizioni eseguite" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8966,13 +9070,13 @@ msgid "Sales" msgstr "Vendite" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Sezionale Vendite" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Sezionale Note di Credito" @@ -8982,6 +9086,11 @@ msgstr "Sezionale Note di Credito" msgid "Sales Tax(%)" msgstr "Imposta di vendita(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9140,7 +9249,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9427,7 +9536,7 @@ msgid "Smallest Text" msgstr "Testo piccolo" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Alcune registrazioni sono già riconciliate." @@ -9558,7 +9667,7 @@ msgid "Start period" msgstr "Periodo di inizio" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Il periodo di inizio deve essere antecedente a quello finale" @@ -9584,7 +9693,7 @@ msgid "Statement" msgstr "Dichiarazione" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9643,11 +9752,6 @@ msgstr "Statistica" msgid "Status" msgstr "Stato" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9706,7 +9810,7 @@ msgstr "Fornitore" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9732,7 +9836,7 @@ msgstr "Termini di pagamento fornitore" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9774,7 +9878,7 @@ msgstr "Preleva Contanti" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9826,8 +9930,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9836,7 +9940,7 @@ msgid "Tax" msgstr "Imposta" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Imposta %.2f%%" @@ -9997,7 +10101,7 @@ msgid "Tax Use In" msgstr "Tassa usata per" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10061,7 +10165,7 @@ msgid "Taxes Report" msgstr "Report imposte" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10128,7 +10232,7 @@ msgstr "Condizioni" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10162,19 +10266,19 @@ msgid "The account basis of the tax declaration." msgstr "Il conto si basa sulla denuncia della tassa" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Queste registrazioni contabili non sono in uno stato valido." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Il conto non è definito come riconciliabile" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10210,7 +10314,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10447,7 +10558,7 @@ msgstr "" "selezionare una vista multivaluta nel sezionale." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10490,7 +10601,7 @@ msgstr "" "vendono valutate è importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10531,13 +10642,19 @@ msgstr "" "quindi eseguita." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Non ci sono Conti %s nel sezionale %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10547,7 +10664,7 @@ msgstr "" "nel sezionale \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10571,7 +10688,7 @@ msgstr "" "Non c'è un conto di ricavo definito per questo prodotto: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10581,13 +10698,13 @@ msgstr "" "il saldo iniziale." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Manca il codice padre del template del conto." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10595,7 +10712,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10825,6 +10942,14 @@ msgstr "" "Questo campo è utilizzato per la generazione di scritture legali: Conto " "economico, Stato patrimoniale." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10879,7 +11004,7 @@ msgstr "" "Il partner corrente viene contato fra quelli riconciliati." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10889,7 +11014,7 @@ msgstr "" "è possibile modificare i campi dell'azienda relativa." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11070,7 +11195,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11108,8 +11233,8 @@ msgid "To Review" msgstr "Da rivedere" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -11117,9 +11242,11 @@ msgstr "" "tutte le registrazioni." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11130,6 +11257,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Totale" @@ -11264,7 +11392,7 @@ msgstr "Totale:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transazione" @@ -11312,7 +11440,6 @@ msgstr "Vero" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11328,13 +11455,13 @@ msgid "Type Controls" msgstr "Controlli Tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Non è possibile adattare il saldo iniziale (importo negativo)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Impossibile cambiare l'imposta!" @@ -11360,6 +11487,11 @@ msgstr "" "Numero univoco della fattura, calcolato automaticamente quando la fattura è " "creata." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11558,18 +11690,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Utente Open ERP" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11662,36 +11793,37 @@ msgstr "Visualizza linee contabili analitiche" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Attenzione" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Attenzione !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11739,7 +11871,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11793,7 +11925,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Storno" @@ -11820,7 +11952,7 @@ msgid "Write-Off amount" msgstr "Conto per storno" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11854,6 +11986,17 @@ msgstr "Somma anno" msgid "Yes" msgstr "Sì" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11863,7 +12006,7 @@ msgstr "" "Spuntare la casella se la registrazione e' in contestazione con il partner" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -11871,7 +12014,7 @@ msgstr "" "del sezionale %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11924,7 +12067,7 @@ msgstr "" "vuole aggiungere/sottrarre l'importo." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11944,7 +12087,7 @@ msgstr "" "Esempio: Il mio modello del %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11954,7 +12097,7 @@ msgstr "" "necessario prima annullare la riconciliazione dei relativi pagamenti." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" @@ -11962,7 +12105,7 @@ msgstr "" "contabili!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11972,7 +12115,7 @@ msgstr "" "registrazioni contabili." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -11980,7 +12123,7 @@ msgstr "" "righe." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11990,7 +12133,7 @@ msgstr "" "perchè contiene movimenti contabili!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12000,7 +12143,7 @@ msgstr "" "registrazioni nel sezionale!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12047,14 +12190,14 @@ msgstr "" "centralizzato." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" "Non è possibile disattivare un conto che contiene registrazioni contabili." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Non è possibile cancellare una registrazione contabilizzata \"%s\"." @@ -12079,7 +12222,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12092,7 +12235,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12105,7 +12248,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12117,7 +12260,7 @@ msgstr "" "delle registrazioni." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12134,13 +12277,13 @@ msgstr "" "principale." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Non è possibile eliminare un conto con registrazioni contabili." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12150,7 +12293,7 @@ msgstr "" "o un fornitore." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12161,14 +12304,14 @@ msgstr "" "generate dal processo di apertura/chiusura dell'anno fiscale." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Non è possibile utilizzare un conto disattivo." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12178,7 +12321,7 @@ msgstr "" "la sezione 'Voci di controllo' nel relativo sezionale." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12192,7 +12335,7 @@ msgstr "" "\"Saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12202,13 +12345,13 @@ msgstr "" "appartiene al piano dei conti \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12224,8 +12367,8 @@ msgstr "" "è necessario selezionare un periodo e un sezionale nel contesto." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12242,7 +12385,7 @@ msgstr "" "nella definizione del sezionale per la riconciliazione." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." @@ -12251,7 +12394,7 @@ msgstr "" "cambio." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12274,7 +12417,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "E' necessario selezionare almeno un record." @@ -12286,7 +12429,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Occorre definire un sezionale analitico di tipo '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12310,7 +12453,7 @@ msgid "You must set a start date." msgstr "E' necessario impostare una data iniziale." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12320,13 +12463,13 @@ msgstr "" "per configurare il saldo iniziale." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "I periodi dovrebbero appartenere alla stessa azienda." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12335,7 +12478,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12354,7 +12497,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12386,7 +12529,7 @@ msgid "balance" msgstr "bilancio" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12439,7 +12582,7 @@ msgstr "Chiusura periodo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12451,7 +12594,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12468,14 +12611,14 @@ msgstr "titolo" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12499,3 +12642,44 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "anno" + +#~ msgid "Qty" +#~ msgstr "Qtà" + +#~ msgid "#Entries" +#~ msgstr "# Voci" + +#~ msgid "# of Lines" +#~ msgstr "# di Linee" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Raggruppa per mese Data Fattura" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Click per creare un nota di credito cliente. \n" +#~ "

\n" +#~ " Una nota di credito è un documento che storna completamente\n" +#~ " o parzialmente una fattura.\n" +#~ "

\n" +#~ " Invece di creare manualmente una nota di credito cliente,\n" +#~ " è possibile crearla direttamente dalla relativa fattura " +#~ "cliente.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Non ci sono Conti %s nel sezionale %s." diff --git a/addons/account/i18n/ja.po b/addons/account/i18n/ja.po index 566e21ac965..d5cfdee8bc9 100644 --- a/addons/account/i18n/ja.po +++ b/addons/account/i18n/ja.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "桁数" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "項目数" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "行数" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "取引数" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "エントリー番号" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -359,7 +360,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -370,14 +371,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" クリックして顧客返金を登録してください。\n" -"

\n" -" 返金は請求書を完全または部分的にクレジットする文書です。\n" -"

\n" -" 顧客返金をマニュアルで登録する代わりに、関連する顧客請求書から直接生成することもできます。\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -659,7 +652,7 @@ msgstr "" "トリーを記録したくない場合、あるいは税金に関連する計算のためにこの期間をロックしたい場合は期間を閉じて下さい。" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -685,11 +678,9 @@ msgstr "勘定科目タイプ" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -698,10 +689,10 @@ msgstr "勘定科目タイプ" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1395,7 +1386,7 @@ msgid "" msgstr "全ての選択した仕訳帳エントリーは検証され、元帳に記帳されます。このことは、それらの会計範囲はもう変更ができなくなることを意味します。" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1462,10 +1453,10 @@ msgstr "常に" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1525,8 +1516,8 @@ msgstr "分析" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1850,7 +1841,7 @@ msgid "Average Rate" msgstr "平均レート" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1858,21 +1849,21 @@ msgstr "銀行" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "勘定科目が不正です" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1916,14 +1907,14 @@ msgstr "貸借対照表" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "貸借対照表(資産勘定)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "貸借対照表(負債勘定)" @@ -1946,7 +1937,7 @@ msgstr "貸借一致" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "銀行" @@ -2273,7 +2264,7 @@ msgid "" msgstr "すでに消し込みされている請求書は %s できないため、最初に未消し込みにする必要があります。請求の払い戻しのみできます。" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2282,19 +2273,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2332,7 +2323,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2349,7 +2340,7 @@ msgstr "事例コード" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "現金" @@ -2404,6 +2395,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2693,6 +2685,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "会計年度の選択" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2735,7 +2734,7 @@ msgstr "会計年度と期間を閉じる" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2821,22 +2820,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "一般的なレポート" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "通信" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2986,8 +2979,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3063,7 +3056,7 @@ msgstr "確認済" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3450,7 +3443,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3478,7 +3470,7 @@ msgstr "通貨" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "通貨調整" @@ -3609,9 +3601,8 @@ msgstr "顧客" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3839,14 +3830,13 @@ msgstr "キャッシュレジスタから現金を取り出した理由を説明 #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4030,7 +4020,7 @@ msgstr "期日" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4058,13 +4048,13 @@ msgid "Duration" msgstr "期間" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4081,7 +4071,7 @@ msgstr "有効日" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4245,7 +4235,7 @@ msgid "Entries Sorted by" msgstr "エントリー並び順" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "エントリーは同じアカウントのものでないか、または既に消し込み済です。 " @@ -4257,7 +4247,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "エントリー: " @@ -4268,7 +4258,7 @@ msgid "Entry" msgstr "エントリー" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "エントリー %s は有効ではありません。" @@ -4302,7 +4292,7 @@ msgid "Entry Subscription" msgstr "サブスクリプションエントリー" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "エントリは既に消込済みです。" @@ -4319,51 +4309,53 @@ msgid "Equity" msgstr "株式" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "エラー" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4479,7 +4471,7 @@ msgstr "拡張フィルタ…" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4502,7 +4494,7 @@ msgstr "キャッシュレジスタに現金を入れる場合はこのフォー #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4665,7 +4657,6 @@ msgstr "会計ポジション" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4895,6 +4886,12 @@ msgstr "完全な会計機能:仕訳、法的な計算書、勘定科目表な msgid "Future" msgstr "将来" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5005,7 +5002,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "全体的な税金は定義されていますが、請求書行にそれらが存在しません。" @@ -5016,8 +5013,8 @@ msgid "Go to Next Partner" msgstr "次の取引先へ" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5062,6 +5059,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5071,11 +5069,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "グループ請求書行" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "請求月によるグループ化" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5100,7 +5093,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5190,7 +5182,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5222,7 +5213,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5231,6 +5221,12 @@ msgstr "" msgid "Icon" msgstr "アイコン" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5440,7 +5436,15 @@ msgid "" msgstr "期間を閉じるためには、まず、関連する仕訳帳エントリーを記帳する必要があります。" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5529,8 +5533,8 @@ msgid "" msgstr "あなたの国に基づき、あなたの会社の会計ニーズに可能な限り近くマッチする、ローカル化会計表をインストールします。" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5594,7 +5598,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5618,7 +5623,7 @@ msgstr "反転分析残高 -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5633,7 +5638,6 @@ msgstr "請求書通貨" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "請求日" @@ -5657,11 +5661,6 @@ msgstr "請求書行" msgid "Invoice Lines" msgstr "請求書行" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5733,13 +5732,13 @@ msgid "Invoice paid" msgstr "請求書支払い" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5857,7 +5856,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5900,9 +5899,7 @@ msgstr "1月" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5914,7 +5911,7 @@ msgstr "1月" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6014,7 +6011,7 @@ msgid "Journal Item" msgstr "仕訳項目" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6022,7 +6019,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6031,7 +6028,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6081,6 +6078,11 @@ msgstr "仕訳帳選択" msgid "Journal for analytic entries" msgstr "分析エントリーの仕訳帳" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6189,8 +6191,8 @@ msgstr "検証(請求書)日の期間を使うために空のままにしま #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6419,11 +6421,6 @@ msgstr "前回完全消込日" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6482,7 +6479,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "ウィザードによりインストールされるべき全ての税金のリスト" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6493,7 +6491,13 @@ msgid "Loss Account" msgstr "損失勘定" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "その他" @@ -6583,7 +6587,7 @@ msgstr "" "その上でパートナを定義して下さい。" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6633,7 +6637,7 @@ msgid "Miscellaneous" msgstr "その他" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "その他の仕訳帳" @@ -6666,6 +6670,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "変更:払い戻しを作成して、消し込みと新たなドラフト請求書を作成" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6713,7 +6719,7 @@ msgid "Move bank reconcile" msgstr "銀行消し込みの移動" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6725,7 +6731,7 @@ msgid "Move line reconcile select" msgstr "消し込み選択行の移動" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "移動名(ID):%s(%s)" @@ -6767,8 +6773,8 @@ msgstr "生成仕訳名称" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6776,7 +6782,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "新規" @@ -6829,9 +6835,9 @@ msgid "Next supplier invoice number" msgstr "次の仕入先請求書番号" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6867,19 +6873,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6902,14 +6908,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "所定の日付のために期間が見つからないか、複数の期間が見つかりました。" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7047,7 +7053,14 @@ msgid "" msgstr "バランスポイントを見つけるために組み合わせることのできる部分的な量の数は、自動消し込みの能力として選択されます。" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7079,15 +7092,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7135,8 +7148,8 @@ msgstr "仕訳帳を開く" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7158,8 +7171,8 @@ msgstr "未消し込みを開く" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "期首残高" @@ -7187,7 +7200,7 @@ msgstr "期初仕訳収益勘定" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "期初仕訳帳" @@ -7203,7 +7216,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7211,7 +7224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "期首日" @@ -7395,8 +7408,8 @@ msgstr "部分消込エントリ" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7436,6 +7449,11 @@ msgstr "" msgid "Partner Ledger" msgstr "取引先元帳" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7650,7 +7668,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7665,7 +7682,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7774,31 +7791,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "いくらかの請求書行を作成して下さい。" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "この請求書と関連する仕訳帳上に順序を定義して下さい。" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "アカウントが仕訳帳に定義されていることを確認して下さい。" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7933,13 +7950,10 @@ msgstr "プロフォーマ請求書" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7957,6 +7971,11 @@ msgstr "製品分類" msgid "Product Information" msgstr "製品情報" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7964,7 +7983,6 @@ msgstr "製品テンプレート" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7975,21 +7993,22 @@ msgid "Products Quantity" msgstr "製品数量" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "損益計算書(費用勘定)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "損益計算書(収益勘定)" @@ -8060,7 +8079,7 @@ msgid "Purchase" msgstr "仕入" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "仕入仕訳帳" @@ -8071,7 +8090,7 @@ msgid "Purchase Refund" msgstr "購買返金" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "仕入返金仕訳帳" @@ -8082,7 +8101,7 @@ msgid "Purchase Tax" msgstr "購買税" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "購買税 %.2f%%" @@ -8133,16 +8152,10 @@ msgstr "Pythonコード" msgid "Python Code (reverse)" msgstr "Pythonコード(リバース)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "数量" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8272,6 +8285,13 @@ msgstr "償却して消し込み" msgid "Reconcile Writeoff" msgstr "償却の消し込み" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8295,7 +8315,7 @@ msgstr "消し込み済取引" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8364,6 +8384,7 @@ msgstr "参照" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8398,7 +8419,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8553,7 +8574,10 @@ msgid "Reset to Draft" msgstr "ドラフトにリセット" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "残余" @@ -8572,7 +8596,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "担当" @@ -8634,13 +8657,13 @@ msgid "Running Subscriptions" msgstr "有効なサブスクリプション" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8695,13 +8718,13 @@ msgid "Sales" msgstr "売上" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "売上仕訳帳" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "売上返金仕訳帳" @@ -8711,6 +8734,11 @@ msgstr "売上返金仕訳帳" msgid "Sales Tax(%)" msgstr "消費税(売上)(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8864,7 +8892,7 @@ msgstr "年度末エントリー仕訳帳のために削除したいエントリ #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9124,7 +9152,7 @@ msgid "Smallest Text" msgstr "最小のテキスト" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9255,7 +9283,7 @@ msgid "Start period" msgstr "期首日" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9281,7 +9309,7 @@ msgid "Statement" msgstr "取引明細書" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9339,11 +9367,6 @@ msgstr "統計情報" msgid "Status" msgstr "ステータス" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9402,7 +9425,7 @@ msgstr "仕入先" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9428,7 +9451,7 @@ msgstr "仕入先支払条件" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9470,7 +9493,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9522,8 +9545,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9532,7 +9555,7 @@ msgid "Tax" msgstr "税" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "税金 %.2f%%" @@ -9693,7 +9716,7 @@ msgid "Tax Use In" msgstr "税金の使用" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9757,7 +9780,7 @@ msgid "Taxes Report" msgstr "税レポート" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9824,7 +9847,7 @@ msgstr "条件" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9853,19 +9876,19 @@ msgid "The account basis of the tax declaration." msgstr "税申告の会計基準" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "アカウントエントリー行は有効な状態ではありません。" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9898,7 +9921,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10110,7 +10140,7 @@ msgid "" msgstr "選択した仕訳のアカウントは第2の通貨の入力を要求しています。アカウントの第2通貨を削除するか、仕訳で多通貨ビューを選択して下さい。" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10144,7 +10174,7 @@ msgstr "" "となります。" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10180,13 +10210,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10194,7 +10230,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10214,7 +10250,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10222,13 +10258,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10236,7 +10272,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10432,6 +10468,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "この項目は一般的な法定レポートに使用されます:損益計算書、貸借対照表" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10477,7 +10521,7 @@ msgstr "" "これは消し込みの有無によらず、何らかの確認しなければならない残りのパートナです。消し込みとしてこの数値には既に現在のパートナが含まれています。" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10485,7 +10529,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10637,7 +10681,7 @@ msgstr "このウィザードは特定の仕訳帳と期間の全ての仕訳帳 #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10675,16 +10719,18 @@ msgid "To Review" msgstr "レビュー" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10695,6 +10741,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "合計" @@ -10825,7 +10872,7 @@ msgstr "合計:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "取引" @@ -10873,7 +10920,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10889,13 +10935,13 @@ msgid "Type Controls" msgstr "タイプコントロール" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10919,6 +10965,11 @@ msgid "" "created." msgstr "請求書固有番号。請求書が作成される時に自動的に計算されます。" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11109,18 +11160,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "ユーザ" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11211,36 +11261,37 @@ msgstr "アカウント分析行の表示" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "警告" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "警告" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11283,7 +11334,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11337,7 +11388,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "償却" @@ -11364,7 +11415,7 @@ msgid "Write-Off amount" msgstr "償却勘定" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11397,6 +11448,17 @@ msgstr "年間合計" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11405,13 +11467,13 @@ msgid "" msgstr "仕訳項目が関連取引先と係争状態にあることを示すには、このボックスをチェックします。" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11455,7 +11517,7 @@ msgstr "" "この事例の金額を親に統合する時に使用される係数をここで定義できます。例えば、それを加算 / 減算したい場合は、1 / -1 を設定します。" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11477,7 +11539,7 @@ msgstr "" "例えば、%(date)s の私のモデル" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11485,13 +11547,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11499,13 +11561,13 @@ msgid "" msgstr "既に仕訳帳項目に含めれるアカウントの所有会社を変更することはできません。" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11513,7 +11575,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11521,7 +11583,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11560,13 +11622,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11589,7 +11651,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11598,7 +11660,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11607,7 +11669,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11615,7 +11677,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11628,13 +11690,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11642,7 +11704,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11651,14 +11713,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11666,7 +11728,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11675,7 +11737,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11683,13 +11745,13 @@ msgid "" msgstr "勘定科目「%s」は勘定科目表「%s」に含まれないため、この仕訳を確定できません。" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11703,8 +11765,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11721,14 +11783,14 @@ msgstr "" "銀行口座を定義する必要があります。" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11746,7 +11808,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11758,7 +11820,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "分析仕訳帳のタイプ %s を定義しなければなりません。" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11782,7 +11844,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11790,13 +11852,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11805,7 +11867,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11824,7 +11886,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11850,7 +11912,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11903,7 +11965,7 @@ msgstr "期間終了" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11915,7 +11977,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11932,14 +11994,14 @@ msgstr "タイトル" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11962,3 +12024,37 @@ msgstr "取引明細書の消し込み領域で使用されます。その他の #: selection:account.subscription,period_type:0 msgid "year" msgstr "年" + +#~ msgid "Qty" +#~ msgstr "数量" + +#~ msgid "#Entries" +#~ msgstr "エントリー番号" + +#~ msgid "# of Lines" +#~ msgstr "行数" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "請求月によるグループ化" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " クリックして顧客返金を登録してください。\n" +#~ "

\n" +#~ " 返金は請求書を完全または部分的にクレジットする文書です。\n" +#~ "

\n" +#~ " 顧客返金をマニュアルで登録する代わりに、関連する顧客請求書から直接生成することもできます。\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/kab.po b/addons/account/i18n/kab.po index a16b1c09d50..82996ef2db1 100644 --- a/addons/account/i18n/kab.po +++ b/addons/account/i18n/kab.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kabyle \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/kk.po b/addons/account/i18n/kk.po index 58b138df272..de750520349 100644 --- a/addons/account/i18n/kk.po +++ b/addons/account/i18n/kk.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kazakh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "Мерзімі" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "Қаңтар" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "Қаңтар" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "Салық" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/ko.po b/addons/account/i18n/ko.po index f7720d3ebd2..30a6e11906d 100644 --- a/addons/account/i18n/ko.po +++ b/addons/account/i18n/ko.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "자리수" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "항목 개수" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "거래 횟수" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "비정상 계정" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "은행" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "현금" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "기한" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "확장 필터..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "재정 위상" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5367,7 +5371,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5456,8 +5468,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5521,7 +5533,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5545,7 +5558,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5560,7 +5573,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5584,11 +5596,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5660,13 +5667,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5781,7 +5788,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5824,9 +5831,7 @@ msgstr "1월" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5838,7 +5843,7 @@ msgstr "1월" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5938,7 +5943,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5946,7 +5951,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5955,7 +5960,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6005,6 +6010,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6113,8 +6123,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6343,11 +6353,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6406,7 +6411,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6417,7 +6423,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6505,7 +6517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6553,7 +6565,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "기타 장부" @@ -6586,6 +6598,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6633,7 +6647,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6645,7 +6659,7 @@ msgid "Move line reconcile select" msgstr "이동 입력줄 조정 선택" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6687,8 +6701,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6696,7 +6710,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6749,9 +6763,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6787,19 +6801,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6822,14 +6836,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6967,7 +6981,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6999,15 +7020,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7055,8 +7076,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7078,8 +7099,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7107,7 +7128,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7123,7 +7144,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7131,7 +7152,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7315,8 +7336,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7356,6 +7377,11 @@ msgstr "협력업체 ID" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7570,7 +7596,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7585,7 +7610,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7694,31 +7719,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "장부 내에 계정이 정의되어 있는지 확인하세요." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7853,13 +7878,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7877,6 +7899,11 @@ msgstr "상품 분류" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7884,7 +7911,6 @@ msgstr "상품 양식" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7895,21 +7921,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7980,7 +8007,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7991,7 +8018,7 @@ msgid "Purchase Refund" msgstr "구매 환불" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8002,7 +8029,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8053,16 +8080,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8192,6 +8213,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8215,7 +8243,7 @@ msgstr "조정된 거래" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8284,6 +8312,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8318,7 +8347,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8473,7 +8502,10 @@ msgid "Reset to Draft" msgstr "초안으로 재설정" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "잔여" @@ -8492,7 +8524,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "책임자" @@ -8554,13 +8585,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "판매 분석 장부" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8615,13 +8646,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8631,6 +8662,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8781,7 +8817,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9029,7 +9065,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9160,7 +9196,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9186,7 +9222,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9244,11 +9280,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9307,7 +9338,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9333,7 +9364,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9375,7 +9406,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9427,8 +9458,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9437,7 +9468,7 @@ msgid "Tax" msgstr "세금" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9598,7 +9629,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9660,7 +9691,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9727,7 +9758,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9753,19 +9784,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9798,7 +9829,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10007,7 +10045,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10038,7 +10076,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10072,13 +10110,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10086,7 +10130,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10106,7 +10150,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10114,13 +10158,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10128,7 +10172,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10317,6 +10361,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10361,7 +10413,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10369,7 +10421,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10515,7 +10567,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10553,16 +10605,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10573,6 +10627,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10703,7 +10758,7 @@ msgstr "합계:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10751,7 +10806,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10767,13 +10821,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10797,6 +10851,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10984,18 +11043,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11086,36 +11144,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11156,7 +11215,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11210,7 +11269,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11237,7 +11296,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11270,6 +11329,17 @@ msgstr "연 합계" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11278,13 +11348,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11325,7 +11395,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11339,7 +11409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11347,13 +11417,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11361,13 +11431,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11375,7 +11445,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11383,7 +11453,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11422,13 +11492,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11451,7 +11521,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11460,7 +11530,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11469,7 +11539,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11477,7 +11547,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11490,13 +11560,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11504,7 +11574,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11513,14 +11583,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11528,7 +11598,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11537,7 +11607,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11545,13 +11615,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11565,8 +11635,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11581,14 +11651,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11606,7 +11676,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11618,7 +11688,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11642,7 +11712,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11650,13 +11720,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11665,7 +11735,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11684,7 +11754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11710,7 +11780,7 @@ msgid "balance" msgstr "잔액" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11760,7 +11830,7 @@ msgstr "기간 마감" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11772,7 +11842,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11789,14 +11859,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/lo.po b/addons/account/i18n/lo.po index 8268b17d087..93ef40c986b 100644 --- a/addons/account/i18n/lo.po +++ b/addons/account/i18n/lo.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "ຕິດຕັ້ງ" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "ເສດເຫຼືອ" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/lt.po b/addons/account/i18n/lt.po index a25c514e1d8..d6733b52c92 100644 --- a/addons/account/i18n/lt.po +++ b/addons/account/i18n/lt.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# skaitmenų skaičius" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# įrašų" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# eilučių" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# Transakcijų" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "# įrašų" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -181,90 +266,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -400,7 +401,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -411,18 +412,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Paspauskite, kad sukurtumėte kliento kreditinę sąskaitą " -"faktūrą. \n" -"

\n" -" Kreditinė sąskaita faktūra yra dokumentas, kuris kredituoja\n" -" turimą sąskaitą faktūrą, pilnai arba dalinai.\n" -"

\n" -" Vietoj to, kad patys suvedinėtumėte kreditinę\n" -" sąskaitą faktūrą, jūs galite ją sugeneruoti tiesiai iš\n" -" susijusios sąskaitos faktūros.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -743,7 +732,7 @@ msgstr "" "skaičiavimus susijusius su mokesčiais." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -769,11 +758,9 @@ msgstr "Sąskaitos tipas" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -782,10 +769,10 @@ msgstr "Sąskaitos tipas" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1478,7 +1465,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1545,10 +1532,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1608,8 +1595,8 @@ msgstr "Analitinis" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1933,7 +1920,7 @@ msgid "Average Rate" msgstr "Vidutinis kursas" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1941,21 +1928,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Netinkama sąskaita" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1999,14 +1986,14 @@ msgstr "Balansas" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balansas (turtas)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balansas (nuosavas kapitalas ir įsipareigojimai)" @@ -2029,7 +2016,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bankas" @@ -2361,7 +2348,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2370,19 +2357,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2420,7 +2407,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2437,7 +2424,7 @@ msgstr "Įvykio kodas" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Grynieji" @@ -2492,6 +2479,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2793,6 +2781,13 @@ msgstr "Vaikiniai mokesčiai" msgid "Choose Fiscal Year" msgstr "Pasirinkite finansinius metus" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2835,7 +2830,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2921,22 +2916,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Komunikacija" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3086,8 +3075,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3161,7 +3150,7 @@ msgstr "Patvirtinta" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3548,7 +3537,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3576,7 +3564,7 @@ msgstr "Valiuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3707,9 +3695,8 @@ msgstr "Pirkėjai" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3935,14 +3922,13 @@ msgstr "Parašykite, kodėl pinigai išimami iš kasos:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4126,7 +4112,7 @@ msgstr "Iki" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4154,13 +4140,13 @@ msgid "Duration" msgstr "Laikotarpis" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4177,7 +4163,7 @@ msgstr "Efektyvi data" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4341,7 +4327,7 @@ msgid "Entries Sorted by" msgstr "Įrašai surikiuoti pagal" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Įrašai nėra tos pačios sąskaitos arba jau sugretinti ! " @@ -4353,7 +4339,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Įrašai: " @@ -4364,7 +4350,7 @@ msgid "Entry" msgstr "Įrašas" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Įrašas \"%s\" yra nepatvirtintas !" @@ -4398,7 +4384,7 @@ msgid "Entry Subscription" msgstr "Periodiniai įrašai" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4415,51 +4401,53 @@ msgid "Equity" msgstr "Kapitalas" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Klaida" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4577,7 +4565,7 @@ msgstr "Išplėstiniai filtrai..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4600,7 +4588,7 @@ msgstr "Užpildykite šią formą norėdami įnešti pinigus į kasą:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4763,7 +4751,6 @@ msgstr "Mokestinės aplinkos" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4993,6 +4980,12 @@ msgstr "" msgid "Future" msgstr "Ateitis" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5103,7 +5096,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5114,8 +5107,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5160,6 +5153,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5169,11 +5163,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Grupuoti sąskaitos faktūros eilutes" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "S/F išrašymo mėnuo" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5200,7 +5189,6 @@ msgstr "" "formatu, kad būtų galima įterpti į kanban rodinius." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5290,7 +5278,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5322,7 +5309,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5331,6 +5317,12 @@ msgstr "" msgid "Icon" msgstr "Piktograma" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5556,7 +5548,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5647,8 +5647,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5712,7 +5712,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5736,7 +5737,7 @@ msgstr "Atvirkštinis analitinis balansas -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5751,7 +5752,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Sąskaitos data" @@ -5775,11 +5775,6 @@ msgstr "Sąskaitos faktūros eilutė" msgid "Invoice Lines" msgstr "Sąskaitos eilutės" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5851,13 +5846,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5974,7 +5969,7 @@ msgstr "Tai parodo, kad sąskaita-faktūra buvo išsiųsta." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6017,9 +6012,7 @@ msgstr "Sausis" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6031,7 +6024,7 @@ msgstr "Sausis" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6131,7 +6124,7 @@ msgid "Journal Item" msgstr "DK įrašas" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6139,7 +6132,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6148,7 +6141,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6198,6 +6191,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "Žurnalas analitiniams įrašams" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6306,8 +6304,8 @@ msgstr "Palikti tuščią, norint naudoti periodą pagal sąskaitos datą." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6536,11 +6534,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6599,7 +6592,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Visų mokesčių, kurie bus įdiegti vedlio pagalba, sąrašas" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6610,7 +6604,13 @@ msgid "Loss Account" msgstr "Sąnaudų sąskaita" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6698,7 +6698,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6746,7 +6746,7 @@ msgid "Miscellaneous" msgstr "Įvairūs" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Įvairių įrašų žurnalas" @@ -6781,6 +6781,8 @@ msgstr "" "juodraštį" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6828,7 +6830,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6840,7 +6842,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6882,8 +6884,8 @@ msgstr "Naujų įrašų pavadinimas" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Niekada" @@ -6891,7 +6893,7 @@ msgstr "Niekada" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Naujas" @@ -6944,9 +6946,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6982,19 +6984,19 @@ msgid "No Follow-up" msgstr "Ginčytinas" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7017,14 +7019,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7164,7 +7166,14 @@ msgid "" msgstr "Skaičius įrašų, kurie gali būti apjungti į sudengimą." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Gerai" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7196,15 +7205,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7252,8 +7261,8 @@ msgstr "Aktyvūs žurnalai" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7275,8 +7284,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Atidarymo balansas" @@ -7304,7 +7313,7 @@ msgstr "Uždarymo įrašų pajamų sąskaita" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Žurnalas atidarymo įrašams" @@ -7320,7 +7329,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7328,7 +7337,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Atidarymo periodas" @@ -7512,8 +7521,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7553,6 +7562,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Partnerio dydžioji knyga" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7767,7 +7781,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7782,7 +7795,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7891,31 +7904,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Prašome patikrinti ar šiam žurnalui nurodytos sąskaitos." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8052,13 +8065,10 @@ msgstr "Išankstinės sąskaitos" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8076,6 +8086,11 @@ msgstr "Produkto kategorija" msgid "Product Information" msgstr "Produkto duomenys" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8083,7 +8098,6 @@ msgstr "Produkto šablonas" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Matavimo vienetas" @@ -8094,21 +8108,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Pelnas/nuostolis (sąnaudų sąskaita)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Pelnas/nuostolis (pajamų sąskaita)" @@ -8179,7 +8194,7 @@ msgid "Purchase" msgstr "Pirkimai" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Pirkimo žurnalas" @@ -8190,7 +8205,7 @@ msgid "Purchase Refund" msgstr "Pirktų prekių grąžinimas" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Pirktų prekių grąžinimo žurnalas" @@ -8201,7 +8216,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8252,16 +8267,10 @@ msgstr "Python kodas" msgid "Python Code (reverse)" msgstr "Python kodas (atvirkščias)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Kiekis" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8391,6 +8400,13 @@ msgstr "Sudengti su nurašymu" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8414,7 +8430,7 @@ msgstr "Sudengtos transakcijos" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8483,6 +8499,7 @@ msgstr "Numeris" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8518,7 +8535,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8675,7 +8692,10 @@ msgid "Reset to Draft" msgstr "Atkurti kaip juodraštį" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Likutis" @@ -8694,7 +8714,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Atsakingas asmuo" @@ -8756,13 +8775,13 @@ msgid "Running Subscriptions" msgstr "Aktyvios periodinės operacijos" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8817,13 +8836,13 @@ msgid "Sales" msgstr "Pardavimai" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Pardavimų žurnalas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8833,6 +8852,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8990,7 +9014,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9268,7 +9292,7 @@ msgid "Smallest Text" msgstr "Mažiausias tekstas" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9399,7 +9423,7 @@ msgid "Start period" msgstr "Pradžios periodas" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9425,7 +9449,7 @@ msgid "Statement" msgstr "Dokumentas" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9483,11 +9507,6 @@ msgstr "Statistika" msgid "Status" msgstr "Būsena" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9546,7 +9565,7 @@ msgstr "Tiekėjas" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9572,7 +9591,7 @@ msgstr "Pirkimo mokėjimo sąlygos" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9614,7 +9633,7 @@ msgstr "Išimti pinigus" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9666,8 +9685,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9676,7 +9695,7 @@ msgid "Tax" msgstr "Mokesčiai" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9837,7 +9856,7 @@ msgid "Tax Use In" msgstr "Naudojimas" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9899,7 +9918,7 @@ msgid "Taxes Report" msgstr "Mokesčių ataskaita" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9964,7 +9983,7 @@ msgstr "Terminai" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9995,19 +10014,19 @@ msgid "The account basis of the tax declaration." msgstr "Deklaruojama mokesčių suma" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Sąskaitos įrašai yra netinkamos būsenos." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10044,7 +10063,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10265,7 +10291,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10304,7 +10330,7 @@ msgstr "" "mokesčių. Šiuo atveju vertinimo seka yra svarbi." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10338,13 +10364,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10352,7 +10384,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10372,7 +10404,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10382,13 +10414,13 @@ msgstr "" "nustatytumėte pradinį balansą." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10396,7 +10428,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10600,6 +10632,14 @@ msgstr "" "Šis laukas naudojamas spausdinant finansines ataskaitas: pelno nuostolio " "ataskaita, balanso ataskaita." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10644,7 +10684,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10652,7 +10692,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10826,7 +10866,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10864,16 +10904,18 @@ msgid "To Review" msgstr "Peržiūrėti" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10884,6 +10926,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Iš viso" @@ -11014,7 +11057,7 @@ msgstr "Iš viso:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -11062,7 +11105,6 @@ msgstr "Taip" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11078,13 +11120,13 @@ msgid "Type Controls" msgstr "Tipų kontrolė" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Negalima pritaikyti pradinio balanso (neigiama reiškmė)" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -11110,6 +11152,11 @@ msgstr "" "Unikalus sąskaitos faktūros numeris, automatiškai priskiriamas kai sąskaita " "faktūra sukuriama." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11305,18 +11352,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Naudotojas" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11407,36 +11453,37 @@ msgstr "Peržiūrėti sąskaitos analitinius įrašus" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Įspėjimas" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Perspėjimas!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11477,7 +11524,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11531,7 +11578,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Nurašymas" @@ -11558,7 +11605,7 @@ msgid "Write-Off amount" msgstr "Nurašymo suma" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11591,6 +11638,17 @@ msgstr "Metinė suma" msgid "Yes" msgstr "Taip" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11601,13 +11659,13 @@ msgstr "" "skolų ataskaitas." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11657,7 +11715,7 @@ msgstr "" "pridedama, įvedus -1 suma bus atimama." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11679,7 +11737,7 @@ msgstr "" "pvz. Mano modelis %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11687,13 +11745,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11701,13 +11759,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11715,7 +11773,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11723,7 +11781,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11762,13 +11820,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Negalima ištrinti patvirtinto įrašo \"%s\"." @@ -11791,7 +11849,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11800,7 +11858,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11809,7 +11867,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11817,7 +11875,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11830,13 +11888,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11844,7 +11902,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11853,14 +11911,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11868,7 +11926,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11877,7 +11935,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11885,13 +11943,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11905,8 +11963,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11921,14 +11979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11946,7 +12004,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Turite pasirinkti bent vieną įrašą." @@ -11958,7 +12016,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11982,7 +12040,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11990,13 +12048,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12005,7 +12063,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12024,7 +12082,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12052,7 +12110,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12105,7 +12163,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12117,7 +12175,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12134,14 +12192,14 @@ msgstr "kreipinys" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12164,3 +12222,41 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "metai" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Paspauskite, kad sukurtumėte kliento kreditinę sąskaitą " +#~ "faktūrą. \n" +#~ "

\n" +#~ " Kreditinė sąskaita faktūra yra dokumentas, kuris kredituoja\n" +#~ " turimą sąskaitą faktūrą, pilnai arba dalinai.\n" +#~ "

\n" +#~ " Vietoj to, kad patys suvedinėtumėte kreditinę\n" +#~ " sąskaitą faktūrą, jūs galite ją sugeneruoti tiesiai iš\n" +#~ " susijusios sąskaitos faktūros.\n" +#~ "

\n" +#~ " " + +#~ msgid "Qty" +#~ msgstr "Kiekis" + +#~ msgid "#Entries" +#~ msgstr "# įrašų" + +#~ msgid "# of Lines" +#~ msgstr "# eilučių" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "S/F išrašymo mėnuo" diff --git a/addons/account/i18n/lv.po b/addons/account/i18n/lv.po index 1826f1b8f00..9a80aa197a4 100644 --- a/addons/account/i18n/lv.po +++ b/addons/account/i18n/lv.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Ciparu skaits" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Kontējumu skaits" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Rindu skaits" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Transakciju skaits" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Ieraksti" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "Konta Tips" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "Konta Tips" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1349,7 +1348,7 @@ msgstr "" "mainīt." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1416,10 +1415,10 @@ msgstr "Vienmēr" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1479,8 +1478,8 @@ msgstr "Analītika" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1804,7 +1803,7 @@ msgid "Average Rate" msgstr "Vidējais Koeficients" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1812,21 +1811,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1870,14 +1869,14 @@ msgstr "Bilance" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1900,7 +1899,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banka" @@ -2227,7 +2226,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2236,19 +2235,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2286,7 +2285,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2303,7 +2302,7 @@ msgstr "Piemērošanas Kods" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Skaidrā nauda" @@ -2358,6 +2357,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2652,6 +2652,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Fiskālā Gada Izvēle" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2694,7 +2701,7 @@ msgstr "Fiskālo gadu un periodu Slēgšanas stāvokļi" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2780,22 +2787,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Standarta atskaite" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Saziņa" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2945,8 +2946,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3020,7 +3021,7 @@ msgstr "Apstiprināts" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3407,7 +3408,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3435,7 +3435,7 @@ msgstr "Valūta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3566,9 +3566,8 @@ msgstr "Klienti" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3793,14 +3792,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3984,7 +3982,7 @@ msgstr "Nav apmaksāts" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4012,13 +4010,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "IEP" @@ -4035,7 +4033,7 @@ msgstr "Izdošanas datums" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4199,7 +4197,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Kontējumi attiecas uz dažādiem kontiem vai jau ir sasaistīti! " @@ -4211,7 +4209,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Ieraksti: " @@ -4222,7 +4220,7 @@ msgid "Entry" msgstr "Ieraksts" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Ieraksts \"%s\" nav derīgs!" @@ -4256,7 +4254,7 @@ msgid "Entry Subscription" msgstr "Regulārie Grāmatvedības Kontējumi" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4273,51 +4271,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Kļūda" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4433,7 +4433,7 @@ msgstr "Paplašinātie filtri..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4456,7 +4456,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4619,7 +4619,6 @@ msgstr "Nodokļu Profili" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4849,6 +4848,12 @@ msgstr "" msgid "Future" msgstr "Nākotnē" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4959,7 +4964,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4970,8 +4975,8 @@ msgid "Go to Next Partner" msgstr "Doties uz nākamo partneri" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5016,6 +5021,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5025,11 +5031,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Grupēt Rēķinu Rindas" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5054,7 +5055,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5144,7 +5144,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5176,7 +5175,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5185,6 +5183,12 @@ msgstr "" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5399,7 +5403,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5492,8 +5504,8 @@ msgstr "" "atbilstošus grāmatvedības uzstādījumus." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5557,7 +5569,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5581,7 +5594,7 @@ msgstr "Apgrieztā Analītiskā Bilance -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5596,7 +5609,6 @@ msgstr "Rēķina Valūta" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Rēķina Datums" @@ -5620,11 +5632,6 @@ msgstr "Rēķina Rinda" msgid "Invoice Lines" msgstr "Rēķina Rindas" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5696,13 +5703,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5817,7 +5824,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5860,9 +5867,7 @@ msgstr "Janvāris" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5874,7 +5879,7 @@ msgstr "Janvāris" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5974,7 +5979,7 @@ msgid "Journal Item" msgstr "Kontējums" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5982,7 +5987,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5991,7 +5996,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6041,6 +6046,11 @@ msgstr "Izvēlēties reģistru" msgid "Journal for analytic entries" msgstr "Analītisko ierakstu reģistrs" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6149,8 +6159,8 @@ msgstr "Atstāt tukšu lai tiktu izmantots rēķina apstiprināšanas datums." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6379,11 +6389,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6442,7 +6447,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Rēķinu, kurus uzstādīs vednis, saraksts." #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6453,7 +6459,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6541,7 +6553,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6589,7 +6601,7 @@ msgid "Miscellaneous" msgstr "Dažādi" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Dažādi reģistri" @@ -6622,6 +6634,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6669,7 +6683,7 @@ msgid "Move bank reconcile" msgstr "Bankas grāmatojumu sasaiste" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6681,7 +6695,7 @@ msgid "Move line reconcile select" msgstr "Grāmatojuma rindas savienošanas izvēlne" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6723,8 +6737,8 @@ msgstr "Jaunie kontējumi" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6732,7 +6746,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6785,9 +6799,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6823,19 +6837,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6858,14 +6872,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7005,7 +7019,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7037,15 +7058,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7093,8 +7114,8 @@ msgstr "Atvērt reģistru" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7116,8 +7137,8 @@ msgstr "Atvērt Sasaistes Atcelšanai" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Sākuma Bilance" @@ -7145,7 +7166,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Sākuma atlikumu ierakstu reģistrs" @@ -7161,7 +7182,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7169,7 +7190,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7353,8 +7374,8 @@ msgstr "Daļēji Savienoti Kontējumi" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7394,6 +7415,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Partnera kontu pārskats" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7608,7 +7634,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7623,7 +7648,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7732,31 +7757,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Lūdzu pārbaudiet vai ir aizpildīts lauks 'Reģistrs' Bankas izrakstā" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Ievadiet rēķina rindas" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Lūdzu norādiet reģistra sekvenci." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Pārbaudiet, vai reģistram ir definēts konts." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7891,13 +7916,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7915,6 +7937,11 @@ msgstr "Produkta Kategorija" msgid "Product Information" msgstr "Informācija par Produktu" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7922,7 +7949,6 @@ msgstr "Produkta Veidne" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7933,21 +7959,22 @@ msgid "Products Quantity" msgstr "Produktu Daudzums" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8018,7 +8045,7 @@ msgid "Purchase" msgstr "Iepirkumi" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Iegādes reģistrs" @@ -8029,7 +8056,7 @@ msgid "Purchase Refund" msgstr "Iepirkuma atgriešana" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Iegādes kredītrēķinu reģistrs" @@ -8040,7 +8067,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8091,16 +8118,10 @@ msgstr "Python pirmkods" msgid "Python Code (reverse)" msgstr "Python Kods (reversais)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Sk." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8230,6 +8251,13 @@ msgstr "Savienot un Norakstīt" msgid "Reconcile Writeoff" msgstr "Norakstīšana" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8253,7 +8281,7 @@ msgstr "Savienotie Kontējumi" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8322,6 +8350,7 @@ msgstr "Ats." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8356,7 +8385,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8511,7 +8540,10 @@ msgid "Reset to Draft" msgstr "Atstatīt uz neapstiprināts" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Atlikums" @@ -8530,7 +8562,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Atbildīgais" @@ -8592,13 +8623,13 @@ msgid "Running Subscriptions" msgstr "Aktīvie Regulārie Kontējumi" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "REL" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8653,13 +8684,13 @@ msgid "Sales" msgstr "Tirdzniecība" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Realizācijas reģistrs" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Realizācijas kredītrēķinu reģistrs" @@ -8669,6 +8700,11 @@ msgstr "Realizācijas kredītrēķinu reģistrs" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8819,7 +8855,7 @@ msgstr "Izvēlēties Fiskālo Gadu, kuram dzēst Gada Beigu grāmatojumus" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9080,7 +9116,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9211,7 +9247,7 @@ msgid "Start period" msgstr "Sākuma periods" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9237,7 +9273,7 @@ msgid "Statement" msgstr "Izraksts" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9295,11 +9331,6 @@ msgstr "Statistika" msgid "Status" msgstr "Stāvoklis" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9358,7 +9389,7 @@ msgstr "Piegādātājs" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9384,7 +9415,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9426,7 +9457,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9478,8 +9509,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9488,7 +9519,7 @@ msgid "Tax" msgstr "Nodoklis" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9649,7 +9680,7 @@ msgid "Tax Use In" msgstr "Nodokļa lietojums" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9711,7 +9742,7 @@ msgid "Taxes Report" msgstr "Nodokļu Deklarācija" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9776,7 +9807,7 @@ msgstr "Noteikumi" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9802,19 +9833,19 @@ msgid "The account basis of the tax declaration." msgstr "Bāzes konts nodokļa deklarācijai." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Kontējumi nav derīgi." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Konts nav atzīmēts, kā sasaistāms!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9848,7 +9879,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10061,7 +10099,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10092,7 +10130,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10126,13 +10164,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10142,7 +10186,7 @@ msgstr "" "reģistram \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10162,7 +10206,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10170,13 +10214,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10184,7 +10228,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10378,6 +10422,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10424,7 +10476,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10432,7 +10484,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10589,7 +10641,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10627,16 +10679,18 @@ msgid "To Review" msgstr "Atzīmēt vēlākai Pārbaudei" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10647,6 +10701,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Summa" @@ -10777,7 +10832,7 @@ msgstr "Summa:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Darījums" @@ -10825,7 +10880,6 @@ msgstr "Jā" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10841,13 +10895,13 @@ msgid "Type Controls" msgstr "Tipa Kontrole" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10872,6 +10926,11 @@ msgid "" msgstr "" "Rēķina unikālais numurs, tiek automātiski veidots pie rēķina izveides." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11059,18 +11118,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Lietotājs" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11161,36 +11219,37 @@ msgstr "Skatīt Analītiskos Ierakstus" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Brīdinājums" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Uzmanību!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11231,7 +11290,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11285,7 +11344,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Norakstīšana" @@ -11312,7 +11371,7 @@ msgid "Write-Off amount" msgstr "Norakstīt Daudzumu" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11345,6 +11404,17 @@ msgstr "Summa par Gadu" msgid "Yes" msgstr "Jā" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11353,13 +11423,13 @@ msgid "" msgstr "Iespējams atzīmēt šo kontējumu kā diskutējamu ar saistīto partneri" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11400,7 +11470,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11422,7 +11492,7 @@ msgstr "" "piem., Mans %(date)s modelis" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11430,13 +11500,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Jūs nevarat mainīt konta kodu kurš satur reģistra ierakstus!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11444,13 +11514,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11458,7 +11528,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11466,7 +11536,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11505,13 +11575,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Nogrāmatotu \"%s\" reģistra ierakstu nevar dzēst." @@ -11534,7 +11604,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11543,7 +11613,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11552,7 +11622,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11562,7 +11632,7 @@ msgstr "" "Jums jāuzstāda atļauja reģistrā atcelt grāmatojumus." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11575,13 +11645,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11589,7 +11659,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11598,14 +11668,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11613,7 +11683,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11622,7 +11692,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11630,13 +11700,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11650,8 +11720,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11668,14 +11738,14 @@ msgstr "" "sasaistes ierakstu reģistram." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11693,7 +11763,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11705,7 +11775,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11729,7 +11799,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11737,13 +11807,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11752,7 +11822,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11771,7 +11841,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11797,7 +11867,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11850,7 +11920,7 @@ msgstr "perioda slēgšana" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11862,7 +11932,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11879,14 +11949,14 @@ msgstr "nosaukums" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11909,3 +11979,12 @@ msgstr "tiek izmantots tikai darījumu sasaistē." #: selection:account.subscription,period_type:0 msgid "year" msgstr "gads" + +#~ msgid "Qty" +#~ msgstr "Sk." + +#~ msgid "#Entries" +#~ msgstr "#Ieraksti" + +#~ msgid "# of Lines" +#~ msgstr "Rindu skaits" diff --git a/addons/account/i18n/mk.po b/addons/account/i18n/mk.po index b03d9bc6c9b..ff1c57f3e9a 100644 --- a/addons/account/i18n/mk.po +++ b/addons/account/i18n/mk.po @@ -7,15 +7,181 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Здраво ${object.partner_id.name},

\n" +"\n" +"

Издадена се нови фактури:

\n" +" \n" +"

\n" +"   Референци
\n" +"   Број на фактура: ${object.number}
\n" +"   Вкупна сума: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Датум на фактура: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Референца на налог: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Ваш контакт: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Можна е уплата преку Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Доколку имате прашања, слободно контактирајте не.

\n" +"

Ви благодариме што го избравте ${object.company_id.name or " +"'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Телефон:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +198,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Централизација" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +221,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" -msgstr "# од ставки" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "# од ставки" #. module: account @@ -69,11 +240,6 @@ msgstr "" msgid "# of Transaction" msgstr "# од трансакцијата" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Внесови" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +247,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (копија)" @@ -180,90 +346,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -400,7 +482,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -411,16 +493,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Кликнете за да креирате поврат на клиентот. \n" -"

\n" -" Повратот е документ that credits an invoice целосно или " -"делумно.\n" -"

\n" -" Наместо рачно креирање на поврат на клиент, можете да го\n" -" генерирате директно од фактурата на поврзаниот клиент.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -732,7 +804,7 @@ msgstr "" "заклучите овој период за пресметки поврзани со даноци." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -760,11 +832,9 @@ msgstr "Тип на сметка" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -773,10 +843,10 @@ msgstr "Тип на сметка" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1477,7 +1547,7 @@ msgstr "" "дека повеќе нема да можете да ги менувате нивните сметководствени полиња." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1544,10 +1614,10 @@ msgstr "Секогаш" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1609,8 +1679,8 @@ msgstr "Аналитика" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1937,7 +2007,7 @@ msgid "Average Rate" msgstr "Просечна стапка" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1945,21 +2015,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Погрешна сметка!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2003,14 +2073,14 @@ msgstr "Биланс на состојба" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Биланс на состојба (Сметка Средства)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Биланс на состојба (Сметка Обврски)" @@ -2033,7 +2103,7 @@ msgstr "Балансирано" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Банка" @@ -2370,7 +2440,7 @@ msgstr "" "поврат на оваа фактура." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2382,19 +2452,19 @@ msgstr "" "креирајте секвенца рачно за ова парче." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Не може да се креира движење со валута различна од .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Не може да креира движења за различни компании." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2437,7 +2507,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Не може да генерира неупотребен код на дневник." @@ -2454,7 +2524,7 @@ msgstr "Код на предмет" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Готовина" @@ -2509,6 +2579,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2812,6 +2883,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Избери фискална година" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2854,7 +2932,7 @@ msgstr "Затвори состојби на фискална година и п #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2940,22 +3018,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Општ извештај" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Communication" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3105,8 +3177,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3184,7 +3256,7 @@ msgstr "Потврдено" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3571,7 +3643,6 @@ msgstr "Секвенца на белешка за побарување" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3599,7 +3670,7 @@ msgstr "Валута" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Подесување на валута" @@ -3730,9 +3801,8 @@ msgstr "Купувачи" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3957,14 +4027,13 @@ msgstr "Опиши зошто земаш пари од касата:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4150,7 +4219,7 @@ msgstr "До" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4178,13 +4247,13 @@ msgid "Duration" msgstr "Времетраење" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4201,7 +4270,7 @@ msgstr "Ефективен датум" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4365,7 +4434,7 @@ msgid "Entries Sorted by" msgstr "Внесови сортирани по" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4377,7 +4446,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Внесови: " @@ -4388,7 +4457,7 @@ msgid "Entry" msgstr "Внес" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Внесот \"%s\" не е валиден !" @@ -4422,7 +4491,7 @@ msgid "Entry Subscription" msgstr "Внес Претплата" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Внесот е веќе порамнет." @@ -4439,51 +4508,53 @@ msgid "Equity" msgstr "Капитал" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Грешка" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4612,7 +4683,7 @@ msgstr "Проширени филтри..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4635,7 +4706,7 @@ msgstr "Пополни го овој формулар доколку става #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4798,7 +4869,6 @@ msgstr "Фискална позиција" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5043,6 +5113,12 @@ msgstr "" msgid "Future" msgstr "Иднина" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5156,7 +5232,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5168,8 +5244,8 @@ msgid "Go to Next Partner" msgstr "Оди на следен партнер" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5214,6 +5290,7 @@ msgstr "Добро направено!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5223,11 +5300,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Групирај ставки од фактура" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Групирај по месец од датумот на фактура" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5254,7 +5326,6 @@ msgstr "" "директно во html формат со цел да биде вметнато во kanban преглед." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5344,7 +5415,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5376,7 +5446,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5385,6 +5454,12 @@ msgstr "" msgid "Icon" msgstr "Икона" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5643,7 +5718,15 @@ msgstr "" "картицата." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5739,8 +5822,8 @@ msgstr "" "вашата земја." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5804,7 +5887,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5828,7 +5912,7 @@ msgstr "Inverted Analytic Balance -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5843,7 +5927,6 @@ msgstr "Валута на фактура" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Датум на Фактура" @@ -5867,11 +5950,6 @@ msgstr "Ставка од фактура" msgid "Invoice Lines" msgstr "Ставки на фактура" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5943,13 +6021,13 @@ msgid "Invoice paid" msgstr "Фактурата е платена" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Фактурата е делумно платена: %s%s of %s%s (остануваат %s%s)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6071,7 +6149,7 @@ msgstr "Покажува дека фактурата е пратена." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6114,9 +6192,7 @@ msgstr "Јануари" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6128,7 +6204,7 @@ msgstr "Јануари" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6228,7 +6304,7 @@ msgid "Journal Item" msgstr "Ставка на дневник" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6236,7 +6312,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Ставката на дневникот '%s' (id: %s), Движење '%s' е веќе порамнета!" @@ -6245,7 +6321,7 @@ msgstr "Ставката на дневникот '%s' (id: %s), Движење ' #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6295,6 +6371,11 @@ msgstr "Избори дневник" msgid "Journal for analytic entries" msgstr "Дневник за аналитички внесови" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6405,8 +6486,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6635,11 +6716,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6698,7 +6774,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Листа на сите даноци кои треба да бидат инсталирани од волшебникот" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Загуба" @@ -6709,7 +6786,13 @@ msgid "Loss Account" msgstr "Сметка Загуба" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "MISC" @@ -6800,7 +6883,7 @@ msgstr "" "Дефинирајте партнер на него!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6851,7 +6934,7 @@ msgid "Miscellaneous" msgstr "Разно" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Дневник разно" @@ -6884,6 +6967,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Измени: креирај поврат, порамни и креирај нова нацрт фактура" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6931,7 +7016,7 @@ msgid "Move bank reconcile" msgstr "Помести банкарско порамнување" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6945,7 +7030,7 @@ msgid "Move line reconcile select" msgstr "Избери порамнување на движење на ставка" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Премести име (id): %s (%s)" @@ -6987,8 +7072,8 @@ msgstr "Име на нови внесови" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Никогаш" @@ -6996,7 +7081,7 @@ msgstr "Никогаш" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Ново" @@ -7049,9 +7134,9 @@ msgid "Next supplier invoice number" msgstr "Следен број на фактура на добавувач" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7087,19 +7172,19 @@ msgid "No Follow-up" msgstr "Нема проследување" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7122,14 +7207,14 @@ msgid "No period found on the invoice." msgstr "Нема најдено период на фактурата." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "Не е пронајден период или има повеќе од еден период за даден датум." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7270,7 +7355,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7306,15 +7398,15 @@ msgid "Only One Chart Template Available" msgstr "Достапен е само еден урнек за графикон" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7362,8 +7454,8 @@ msgstr "Отвори дневник" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7385,8 +7477,8 @@ msgstr "Отворено за отпорамнување" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Почетна состојба" @@ -7414,7 +7506,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Дневник на отворени внесови" @@ -7430,7 +7522,7 @@ msgid "Opening Entries Reconciliation" msgstr "Порамнување на отворени внесови" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7438,7 +7530,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Период на отварање" @@ -7622,8 +7714,8 @@ msgstr "Парцијално порамнети записи" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7663,6 +7755,11 @@ msgstr "Партнер ID" msgid "Partner Ledger" msgstr "Главна книга на партнер" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7879,7 +7976,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7894,7 +7990,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8005,31 +8101,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Проверете дали полето 'Дневник' е ставено во банкарскиот извод" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Креирајте ставки на фактурата." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Ве молиме дефинирајте секвенца на дневник." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Дефинирајте секвенца на дневникот поврзан со оваа фактура." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Потврдете дека сметката е дефинирана во дневникот." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8166,13 +8262,10 @@ msgstr "Про-фактури" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8190,6 +8283,11 @@ msgstr "Категорија на производ" msgid "Product Information" msgstr "Информации за производ" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8197,7 +8295,6 @@ msgstr "Урнек на производ" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Единица мерка на производот" @@ -8208,21 +8305,22 @@ msgid "Products Quantity" msgstr "Количина на производ" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Добивка" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Профит & Загуба (Сметка за трошоци)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Профит & Загуба (Приходна сметка)" @@ -8293,7 +8391,7 @@ msgid "Purchase" msgstr "Нарачка" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Дневник Набавки" @@ -8304,7 +8402,7 @@ msgid "Purchase Refund" msgstr "Враќање на нарачка" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Дневник повлечи нарачка" @@ -8315,7 +8413,7 @@ msgid "Purchase Tax" msgstr "Данок на набавка" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Данок на набавка %.2f%%" @@ -8366,16 +8464,10 @@ msgstr "Код Python" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Количина" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8505,6 +8597,13 @@ msgstr "Порамни со отпишување" msgid "Reconcile Writeoff" msgstr "Порамни отпишување" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8528,7 +8627,7 @@ msgstr "Порамнети трансакции" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8597,6 +8696,7 @@ msgstr "Реф." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8631,7 +8731,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8788,7 +8888,10 @@ msgid "Reset to Draft" msgstr "Ресетирај до нацрт" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Остаток" @@ -8807,7 +8910,6 @@ msgstr "Преостанат износ во валута" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Одговорен" @@ -8869,13 +8971,13 @@ msgid "Running Subscriptions" msgstr "Running Subscriptions" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8930,13 +9032,13 @@ msgid "Sales" msgstr "Продажби" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Дневник Продажба" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Дневник Поврат од продажба" @@ -8946,6 +9048,11 @@ msgstr "Дневник Поврат од продажба" msgid "Sales Tax(%)" msgstr "Данок на продажби(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9103,7 +9210,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9385,7 +9492,7 @@ msgid "Smallest Text" msgstr "Најмал текст" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Некои внесови се веќе порамнети" @@ -9516,7 +9623,7 @@ msgid "Start period" msgstr "Почетен период" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Почетниот период треба да му претходи на крајниот период." @@ -9542,7 +9649,7 @@ msgid "Statement" msgstr "Извод" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Изводот %s е потврден, креирани се ставки во дневникот." @@ -9600,11 +9707,6 @@ msgstr "Статистики" msgid "Status" msgstr "Статус" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9663,7 +9765,7 @@ msgstr "Добавувач" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9689,7 +9791,7 @@ msgstr "Услови за плаќање на добавувачот" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9731,7 +9833,7 @@ msgstr "Извади пари" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9783,8 +9885,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9793,7 +9895,7 @@ msgid "Tax" msgstr "Данок" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Данок %.2f%%" @@ -9954,7 +10056,7 @@ msgid "Tax Use In" msgstr "Данок кој се користи во" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10018,7 +10120,7 @@ msgid "Taxes Report" msgstr "Извештај за даноци" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10083,7 +10185,7 @@ msgstr "Рокови" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10116,19 +10218,19 @@ msgid "The account basis of the tax declaration." msgstr "Основи на сметка од даночната декларација." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Ставките на внесовите на сметката не во валидна состојба." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "Движењето на сметката (%s) за централизација беше потврдено." @@ -10164,7 +10266,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10394,7 +10503,7 @@ msgstr "" "да изберете повеќе-валутен преглед на вашиот дневник." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10434,7 +10543,7 @@ msgstr "" "подданоци. Во овој случај, налогот за евалуација е битен." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10475,13 +10584,19 @@ msgstr "" "биде извршен." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Нема %s Сметка на дневникот %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10491,7 +10606,7 @@ msgstr "" "на дневникот \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10513,7 +10628,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Нема дефинирано сметка за приходи за овој производ: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10523,13 +10638,13 @@ msgstr "" "да го подесите почетното салдо." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Нема код родител за сметката урнек." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10537,7 +10652,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10752,6 +10867,14 @@ msgstr "" "Ова поле се користи за генерирање на законски извештаи: профит и загуба, " "состојба." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10805,7 +10928,7 @@ msgstr "" "порамнет." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10815,7 +10938,7 @@ msgstr "" "полето за компанија." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10989,7 +11112,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11027,17 +11150,19 @@ msgid "To Review" msgstr "Да се прегледа" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" "За да се порамнат внесовите компанијата треба да биде иста за сите внесови." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11048,6 +11173,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Вкупно" @@ -11182,7 +11308,7 @@ msgstr "Вкупно:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Трансакција" @@ -11230,7 +11356,6 @@ msgstr "Точно" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11246,13 +11371,13 @@ msgid "Type Controls" msgstr "Контроли на тип" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Не може да се адаптира почетното салдо (негативна вредност)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Не можам да променам данок!" @@ -11277,6 +11402,11 @@ msgid "" msgstr "" "Единствен број на фактурата, пресметан автоматски кога фактурата е креирана." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11471,18 +11601,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Корисник" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11575,36 +11704,37 @@ msgstr "Прегледај аналитички ставки на сметка" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Внимание" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Внимание !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11652,7 +11782,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11706,7 +11836,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Отпиши" @@ -11733,7 +11863,7 @@ msgid "Write-Off amount" msgstr "Отпишан износ" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11768,6 +11898,17 @@ msgstr "Годишна сума" msgid "Yes" msgstr "Да" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11778,14 +11919,14 @@ msgstr "" "associated partner" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "Не може фа додадете/измените внесови во затворен период %s од дневник %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11836,7 +11977,7 @@ msgstr "" "1/-1 доколку сакате да го додадете/одземете." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11858,7 +11999,7 @@ msgstr "" "на пр. Мојот модел на %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11868,14 +12009,14 @@ msgstr "" "отпорамните поврзаните внесови за плаќање." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" "Не може да се промени кодот на сметката кој содржи ставки на дневникот!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11885,7 +12026,7 @@ msgstr "" "содржи ставки во дневникот." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -11893,7 +12034,7 @@ msgstr "" "креирате ставките." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11903,7 +12044,7 @@ msgstr "" "содржи ставки на дневник!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11913,7 +12054,7 @@ msgstr "" "дневникот!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11959,13 +12100,13 @@ msgstr "" "дневник." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Не може да деактивирате сметка што содржи ставки од дневникот." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Не може да го избришете внесот во дневникот \"%s\"." @@ -11993,7 +12134,7 @@ msgstr "" "Наместо тоа треба да направите поврат." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12005,7 +12146,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12017,7 +12158,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12027,7 +12168,7 @@ msgstr "" "Најпрво треба да го подесите дневникот да дозволи откажување на внесови." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Не може да измените/избришете дневник со внесови за овој период." @@ -12041,13 +12182,13 @@ msgstr "" "Не може да додадете секундарна валута ако е иста со онаа на компанијата." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Не може да отстраните сметка што содржи внесови во дневник." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12057,7 +12198,7 @@ msgstr "" "добавувач." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12068,14 +12209,14 @@ msgstr "" "генерирани во процесот на отварање/затварање на фискална година." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Не може да користите неактивна сметка." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12085,7 +12226,7 @@ msgstr "" "'Контрола на внес' на поврзаниот дневник." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12097,7 +12238,7 @@ msgstr "" "Последната ставка од терминот за плаќање треба да биде од типот \"Биланс\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12107,13 +12248,13 @@ msgstr "" "припаѓа на контниот план \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12129,8 +12270,8 @@ msgstr "" "молиме изберете период и дневник во контекст." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12147,14 +12288,14 @@ msgstr "" "во дефиницијата на дневникот за порамнување." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Треба да доставите сметка за отпишување/размена на различни внесови." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12174,7 +12315,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Мора да одберете барем еден запис." @@ -12186,7 +12327,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Мора да дефинирате аналитички дневник од типот '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12210,7 +12351,7 @@ msgid "You must set a start date." msgstr "Мора да подесите стартен датум." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12220,13 +12361,13 @@ msgstr "" "почетното салдо." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Треба да изберете периоди што припаѓаат на иста компанија." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12235,7 +12376,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12254,7 +12395,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12286,7 +12427,7 @@ msgid "balance" msgstr "салдо" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12339,7 +12480,7 @@ msgstr "Затвори период" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12351,7 +12492,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12368,14 +12509,14 @@ msgstr "наслов" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12398,3 +12539,43 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "година" + +#~ msgid "Qty" +#~ msgstr "Количина" + +#~ msgid "# of Lines" +#~ msgstr "# од ставки" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Групирај по месец од датумот на фактура" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Кликнете за да креирате поврат на клиентот. \n" +#~ "

\n" +#~ " Повратот е документ that credits an invoice целосно или " +#~ "делумно.\n" +#~ "

\n" +#~ " Наместо рачно креирање на поврат на клиент, можете да го\n" +#~ " генерирате директно од фактурата на поврзаниот клиент.\n" +#~ "

\n" +#~ " " + +#~ msgid "#Entries" +#~ msgstr "#Внесови" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Нема %s Сметка на дневникот %s." diff --git a/addons/account/i18n/mn.po b/addons/account/i18n/mn.po index cb276987218..10681bcb089 100644 --- a/addons/account/i18n/mn.po +++ b/addons/account/i18n/mn.po @@ -7,15 +7,184 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Сайн байна уу ${object.partner_id.name},

\n" +"\n" +"

Танд шинэ нэхэмжлэл үүссэн байна:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Нэхэмжлэлийн дугаар: ${object.number}
\n" +"   Нэхэмжлэлийн дүн: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Нэхэмжлэлийн огноо: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Захиалгын код: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Таны харилцах хаяг: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Түүнчлэн шууд Paypal-р төлөх боломжтой:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Хэрэв танд ямарваа асуулт байгаа бол эргэлзэлгүй бидэнтэй холбогдоно " +"уу.

\n" +"

Биднийг сонгосон ${object.company_id.name or 'us'} танд " +"баярлалаа!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +201,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Төвлөрөл" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +223,16 @@ msgstr "Оронгийн хэмжээ" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Бичилтийн тоо" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Нэх.мөрийн тоо" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +243,6 @@ msgstr "" msgid "# of Transaction" msgstr "Гүйлгээний тоо" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Бичилтийн тоо" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +250,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (хуулбар)" @@ -180,90 +349,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -396,7 +481,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -407,15 +492,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Захиалагчийн буцаалдтыг үүсгэхийн тулд дарна уу. \n" -"

\n" -" Буцаалт нь нэхэмжлэлийг бүхэлд эсвэл хэсэгчлэн барагдуулна.\n" -"

\n" -" Захиалагчийн буцаалтын гараар үүсгэхийн оронд шууд холбогдох " -"нэхэмжлэлээс үүсгэх боломжтой.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -736,7 +812,7 @@ msgstr "" "бөгөөд татварын тооцоололтууд мөн түгжигддэг." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -764,11 +840,9 @@ msgstr "Дансны төрөл" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -777,10 +851,10 @@ msgstr "Дансны төрөл" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1480,7 +1554,7 @@ msgstr "" "дансны талбаруудыг өөрчлөх боломжгүй болно гэсэн үг юм." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1547,10 +1621,10 @@ msgstr "Байнга" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1612,8 +1686,8 @@ msgstr "Шинжилгээ" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1940,7 +2014,7 @@ msgid "Average Rate" msgstr "Дундаж ханшаар" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1948,21 +2022,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Буруу данс!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2006,14 +2080,14 @@ msgstr "Баланс тайлан" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Баланс тайлан (Хөрөнгийн данс)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Баланс тайлан (Эх үүсвэрийн данс)" @@ -2036,7 +2110,7 @@ msgstr "Балансалсан" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Банк" @@ -2370,7 +2444,7 @@ msgstr "" "эхлээд арилгах хэрэгтэй. Энэ нэхэмжлэлийг зөвхөн буцаах л боломжтой." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2382,19 +2456,19 @@ msgstr "" "дугаарыг гараараа оруулж явна." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Дараахаас өөр валютаар хөдөлгөөнийг үүсгэж болохгүй .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Өөр компаниудад хөдөлгөөн хийх боломжгүй" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2436,7 +2510,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Хэрэглэгдээгүй журналын кодыг үүсгэж чадахгүй." @@ -2453,7 +2527,7 @@ msgstr "Татварын кодын код" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Бэлэн мөнгө" @@ -2508,6 +2582,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2814,6 +2889,13 @@ msgstr "Охин/Дэд татвар" msgid "Choose Fiscal Year" msgstr "Санхүүгийн жил сонгох" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2856,7 +2938,7 @@ msgstr "Санхүүгийн жил болон мөчлөгийн төлвийг #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2942,22 +3024,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Нийтлэг тайлан" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Гүйлгээний утга" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3107,8 +3183,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3189,7 +3265,7 @@ msgstr "Батлагдсан" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3576,7 +3652,6 @@ msgstr "Буцаалтын дараалал" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3604,7 +3679,7 @@ msgstr "Валют" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Валютын Тохиргоо" @@ -3735,9 +3810,8 @@ msgstr "Захиалагчид" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3968,14 +4042,13 @@ msgstr "Энэ кассын бүртгэлээс ямар шалтгаанаар #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4161,7 +4234,7 @@ msgstr "Төлөлт" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4189,13 +4262,13 @@ msgid "Duration" msgstr "Үргэлжлэх хугацаа" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4212,7 +4285,7 @@ msgstr "Огноо" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4376,7 +4449,7 @@ msgid "Entries Sorted by" msgstr "Бичилтүүдийн эрэмбэлсэн талбар" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Гүйлгээнүүд ялгаатай данстай эсвэл аль хэдий нь тулгагдсан байна ! " @@ -4388,7 +4461,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Гүйлгээ: " @@ -4399,7 +4472,7 @@ msgid "Entry" msgstr "Ажил гүйлгээ" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "\"%s\" гүйлгээ алга !" @@ -4433,7 +4506,7 @@ msgid "Entry Subscription" msgstr "Гүйлгээний тэмдэглэл" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Аль хэдийн зассан бичилт" @@ -4450,51 +4523,53 @@ msgid "Equity" msgstr "Өөрийн хөрөнгө" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Алдаа" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4625,7 +4700,7 @@ msgstr "Өргөтгөсөн хайлт..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4648,7 +4723,7 @@ msgstr "Кассын бүртгэлд мөнгө хийж байгаа бол э #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4811,7 +4886,6 @@ msgstr "Санхүүгийн харгалзаа" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5054,6 +5128,12 @@ msgstr "" msgid "Future" msgstr "Ирээдүй" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5164,7 +5244,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5177,8 +5257,8 @@ msgid "Go to Next Partner" msgstr "Дараачийн харилцагч руу шилжих." #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5223,6 +5303,7 @@ msgstr "Сайн ажиллалаа!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5232,11 +5313,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Нэхэмжлэлээр бүлэглэх" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Нэхэмжлэлийн огнооны сараар нь бүлэглэх" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5263,7 +5339,6 @@ msgstr "" "html форматтай бөгөөд канбан харагдацад шууд орж харагдах боломжтой." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5353,7 +5428,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5385,7 +5459,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5394,6 +5467,12 @@ msgstr "" msgid "Icon" msgstr "Дүрс" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5651,7 +5730,15 @@ msgstr "" "хэрэгтэй." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5746,8 +5833,8 @@ msgstr "" "суулгах боломжтой." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5811,7 +5898,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5835,7 +5923,7 @@ msgstr "Урвуу аналитик баланс -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5850,7 +5938,6 @@ msgstr "Нэхэмжлэлийн валют" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Нэхэмжилсэн огноо" @@ -5874,11 +5961,6 @@ msgstr "Нэхэмжлэлийн мөр" msgid "Invoice Lines" msgstr "Нэхэмжлэлийн мөр" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5950,13 +6032,13 @@ msgid "Invoice paid" msgstr "Төлбөртэй нэхэмжлэл" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Хэсэгчлэн төлсөн нэхэмжлэл: %s %s of %s%s (%s%s үлдэгдэл)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6076,7 +6158,7 @@ msgstr "Энэ нь нэхэмжлэл илгээгдсэнийг илэрхий #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6119,9 +6201,7 @@ msgstr "1 сар" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6133,7 +6213,7 @@ msgstr "1 сар" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6233,7 +6313,7 @@ msgid "Journal Item" msgstr "Журналын бичилт" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6241,7 +6321,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6251,7 +6331,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6301,6 +6381,11 @@ msgstr "Журнал сонгох" msgid "Journal for analytic entries" msgstr "Шинжилгээний бичилт хийх журнал" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6411,8 +6496,8 @@ msgstr "Хоосон орхивол батлагдсан өдрийн мөчлө #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6641,11 +6726,6 @@ msgstr "Хамгийн сүүлийн бүрэн тулгалтын огноо" msgid "Latest Manual Reconciliation Processed:" msgstr "Хамгийн сүүлийн гар тулгасан боловсруулагдсан:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6704,7 +6784,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Шинээр үүсгэх татваруудын жагсаалт" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Алдагдал" @@ -6715,7 +6796,13 @@ msgid "Loss Account" msgstr "Алдагдлын данс" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "БУСАД" @@ -6806,7 +6893,7 @@ msgstr "" "Үүнд харилцагчийг тодорхойл!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6857,7 +6944,7 @@ msgid "Miscellaneous" msgstr "Бусад зүйлс" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Бусад Журнал" @@ -6890,6 +6977,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Өөрчлөх: буцаалт үүсгэж, тулгаад шинэ ноорог нэхэмжлэлийг үүсгэх" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6937,7 +7026,7 @@ msgid "Move bank reconcile" msgstr "Банкны тулгалтыг зөөх" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6951,7 +7040,7 @@ msgid "Move line reconcile select" msgstr "Хөдлгөөний мөрийн тулгалтыг сонгох" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Гүйлгээний нэр (id): %s (%s)" @@ -6993,8 +7082,8 @@ msgstr "Шинэ гүйлгээний нэр" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Хэзээч" @@ -7002,7 +7091,7 @@ msgstr "Хэзээч" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Шинэ" @@ -7055,9 +7144,9 @@ msgid "Next supplier invoice number" msgstr "Дараачийн нийлүүлэгчийн нэхэмжлэлийн дугаар" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7093,19 +7182,19 @@ msgid "No Follow-up" msgstr "Мөшгөлт байхгүй" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7128,7 +7217,7 @@ msgid "No period found on the invoice." msgstr "Нэхэмжлэлд мөчлөг олдсонгүй" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7137,7 +7226,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7279,7 +7368,14 @@ msgstr "" "олж болдог нь автомат тулгалтын давуу тал юм." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Тийм" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7316,15 +7412,15 @@ msgid "Only One Chart Template Available" msgstr "Ганцхан модны үлгэр байна" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7372,8 +7468,8 @@ msgstr "Журнал нээх" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7395,8 +7491,8 @@ msgstr "Тулгалтыг Арилгахаар Нээх" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Нээлтийн үлдэгдэл" @@ -7424,7 +7520,7 @@ msgstr "Нээлтийн Бичилтүүдийн Орлогын данс" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Нээлтийн гүйлгээний журнал" @@ -7440,7 +7536,7 @@ msgid "Opening Entries Reconciliation" msgstr "Нээлтийн Бичилтийн Тулгалт" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7448,7 +7544,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Нээлтийн Мөчлөг" @@ -7632,8 +7728,8 @@ msgstr "Хэсэгчилсэн тулгагдсан бичилтүүд" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7673,6 +7769,11 @@ msgstr "Харилцагчийн ID" msgid "Partner Ledger" msgstr "Харилцагчийн дэвтэр" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7890,7 +7991,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7905,7 +8005,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8017,31 +8117,31 @@ msgstr "" "Банкны хуулга дээрх 'Журнал' талбар тэмдэглэгдсэн эсэхийг шалгана уу." #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Нэхэмжлэлийн мөр үүсгэнэ үү." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Энэ журналд дараалaл тодорхойлон уу." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Энэ нэхэмжлэлд холбогдох журналын дарааллыг тодорхойлно уу." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Журналд данс тодорхойлогдсон эсэхийг нягтална уу." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8177,13 +8277,10 @@ msgstr "Урьдчилсан нэхэмжлэхүүд" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8201,6 +8298,11 @@ msgstr "Барааны ангилал" msgid "Product Information" msgstr "Барааны мэдээлэл" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8208,7 +8310,6 @@ msgstr "Барааны загвар" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Барааны хэмжих нэгж" @@ -8219,21 +8320,22 @@ msgid "Products Quantity" msgstr "Барааны тоо хэмжээ" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Ашиг" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Ашиг-Алдагдал (Зардлын данс)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Ашиг-Алдагдал (Орлогын данс)" @@ -8304,7 +8406,7 @@ msgid "Purchase" msgstr "Худалдан авалт" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Худалдан авалтын журнал" @@ -8315,7 +8417,7 @@ msgid "Purchase Refund" msgstr "Худалдан авалтын буцаалт" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Худалдан авалтын буцаалтын журнал" @@ -8326,7 +8428,7 @@ msgid "Purchase Tax" msgstr "Худалдан авалтын Татвар" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Худалдан авалтын Татвар %.2f%%" @@ -8377,16 +8479,10 @@ msgstr "Програмчлал" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Тоо хэмжээ" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8516,6 +8612,13 @@ msgstr "Тулгалт хасалттайгаар" msgid "Reconcile Writeoff" msgstr "Тулгалтын хасалт" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8539,7 +8642,7 @@ msgstr "Тулгагдсан гүйлгээнүүд" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8608,6 +8711,7 @@ msgstr "Дугаар" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8642,7 +8746,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8799,7 +8903,10 @@ msgid "Reset to Draft" msgstr "Ноорог болгох" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Үлдэгдэл" @@ -8818,7 +8925,6 @@ msgstr "Валютын зөрөө дүн" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Хариуцагч" @@ -8880,13 +8986,13 @@ msgid "Running Subscriptions" msgstr "Одоогийн захиалгууд" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8941,13 +9047,13 @@ msgid "Sales" msgstr "Борлуулалт" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Борлуулалтын журнал" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Борлуулалтын буцаалтын журнал" @@ -8957,6 +9063,11 @@ msgstr "Борлуулалтын буцаалтын журнал" msgid "Sales Tax(%)" msgstr "Борлуулалтын Татвар(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9112,7 +9223,7 @@ msgstr "Устгах Санхүүгийн Жилийн хаалтын бичил #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9398,7 +9509,7 @@ msgid "Smallest Text" msgstr "Хамгийн бага текст" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Зарим бичилтүүд хэдийнээ тулгагдсан байна" @@ -9529,7 +9640,7 @@ msgid "Start period" msgstr "Эхлэх мөчлөг" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Эхлэлийн мөчлөг нь төгсгөлийн мөчлөгийн өмнө байх ёстой." @@ -9555,7 +9666,7 @@ msgid "Statement" msgstr "Хуулга" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Хуулга %s батлагдлаа, журналын бичилтүүд үүслээ." @@ -9613,11 +9724,6 @@ msgstr "Статистик" msgid "Status" msgstr "Төлөв" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9676,7 +9782,7 @@ msgstr "Нийлүүлэгч" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9702,7 +9808,7 @@ msgstr "Нийлүүлэгчийн төлбөрийн нөхцөл" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9744,7 +9850,7 @@ msgstr "Мөнгийг гадагш авах" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9796,8 +9902,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9806,7 +9912,7 @@ msgid "Tax" msgstr "Татвар" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Татвар %.2f%%" @@ -9967,7 +10073,7 @@ msgid "Tax Use In" msgstr "Татварын хэрэглээ" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10031,7 +10137,7 @@ msgid "Taxes Report" msgstr "Татварын тайлан" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10098,7 +10204,7 @@ msgstr "Нөхцөл" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10130,19 +10236,19 @@ msgid "The account basis of the tax declaration." msgstr "Татварын зарлалтын суурь данс." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Журналын бичилтүүд хүчингүй байна." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Данс нь гүйцээгдэхээр тохируулагдаагүй байна !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "Төвлөрүүлэхэд зориулсан (%s) дансны хөдөлгөөн нь батлагдсан." @@ -10177,7 +10283,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10411,7 +10524,7 @@ msgstr "" "валютын харагдацыг сонгох хэрэгтэй." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10450,7 +10563,7 @@ msgstr "" "тооцоологдоно." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10491,13 +10604,19 @@ msgstr "" "нь ажиллахгүй." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "%s данс %s журналд алга байна." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10505,7 +10624,7 @@ msgid "" msgstr "\"%s\" журналд анхны утга болох кредит данс тодорхойлогдоогүй байна." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10525,7 +10644,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Дараах бараанд Орлогын данс тодорхойлогдоогүй байна: \"%s\"(id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10535,13 +10654,13 @@ msgstr "" "тулд үүсгэнэ үү." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Үлгэр дансанд эцэг код байхгүй байна" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10549,7 +10668,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10769,6 +10888,14 @@ msgstr "" "Энэ талбар хуулийн тайлангуудыг үүсгэхэд хэрэглэдэнэ: ашиг-алдагдал, баланс " "тайлан." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10822,7 +10949,7 @@ msgstr "" "хийгдсэнээр тоолсон байгаа." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10832,7 +10959,7 @@ msgstr "" "өөрчлөх боломжгүй." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11006,7 +11133,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11044,17 +11171,19 @@ msgid "To Review" msgstr "Хэлэлцэх" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" "Бичилтүүдийг холбохын тулд эдгээр нь бүгд нэг компанид харъяалагдах ёстой." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11065,6 +11194,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Нийт" @@ -11197,7 +11327,7 @@ msgstr "Нийт:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Гүйлгээ" @@ -11245,7 +11375,6 @@ msgstr "Үнэн" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11261,13 +11390,13 @@ msgid "Type Controls" msgstr "Удирдлагуудын төрөл" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Эхлэлийн балансыг тохируулах боломжгүй (сөрөг утга)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Татварыг солих боломжгүй!" @@ -11293,6 +11422,11 @@ msgstr "" "Нэхэмжлэлийн давхардалгүй дугаар, нэхэмжлэл үүсэх үед автоматаар " "тооцоологдоно." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11486,18 +11620,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Хэрэглэгч" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11591,36 +11724,37 @@ msgstr "Дансны шинжилгээний мөрүүд харах" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Анхааруулга" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Анхааруулга !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11668,7 +11802,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11722,7 +11856,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Хасалт" @@ -11749,7 +11883,7 @@ msgid "Write-Off amount" msgstr "Хасалтын дүн" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11783,6 +11917,17 @@ msgstr "Жилийн нийлбэр" msgid "Yes" msgstr "Тийм" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11793,14 +11938,14 @@ msgstr "" "байгаа бол үүнийг сонгоно" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "%s гэсэн %s журналын хаагдсан мөчлөгийн бичлэгийг засварлах/устгах боломжгүй." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "Хаагдсан санхүүгийн жилд харъяалагдах мөчлөгийг нээх боломжгүй" @@ -11849,7 +11994,7 @@ msgstr "" "тодорхойлох боломжтой. Жижээлбэл, 1/-1 нь нэмнэ/хасна." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11871,7 +12016,7 @@ msgstr "" "ө.х. миний модель %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11881,13 +12026,13 @@ msgstr "" "тулгалтыг эхлээд арилгах хэрэгтэй." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Журналын бичилт агуулж байгаа дансны кодыг өөрчлөж болохгүй!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11895,7 +12040,7 @@ msgid "" msgstr "Журналын бичилтүүд агуулж байгаа дансны компанийг өөрчлөх боломжгүй." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -11903,7 +12048,7 @@ msgstr "" "зохимжтой." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11913,7 +12058,7 @@ msgstr "" "журналын бичилт агуулж байна!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11923,7 +12068,7 @@ msgstr "" "агуулж байна!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11967,13 +12112,13 @@ msgstr "" "Төвлөрсөн журналд мөчлөгийн хэмжээнд нэгээс дээш хөдөлгөөн хийх боломжгүй" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Та журналын бичилт агуулж байгаа данс идэвхгүй болгох боломжгүй." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Та илгээгдсэн журналын бичилт \"%s\" устгах боломжгүй." @@ -12001,7 +12146,7 @@ msgstr "" "Харин оронд нь буцаалт хийж болно." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12013,7 +12158,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12025,7 +12170,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12035,7 +12180,7 @@ msgstr "" "Эхлээд журналыг цуцлахыг зөвшөөрдөг болгох хэрэгтэй." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Энэ мөчлөгт бичлэгтэй журналыг засварлаж/устгаж чадахгүй." @@ -12049,13 +12194,13 @@ msgstr "" "Хэрэв компаний валюттай ижил бол хоёрдогч валютыг тааруулах боломжгүй." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Та журналын бичилт агуулж байгаа данс хаах боломжгүй." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12065,7 +12210,7 @@ msgstr "" "болгож болохгүй." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12076,14 +12221,14 @@ msgstr "" "үүсгэгдсэн байвал тулгалтыг арилгах боломжгүй." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Идэвхгүй дансыг хэрэглэх боломжгүй." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12093,7 +12238,7 @@ msgstr "" "'Бичилтийн Хяналт' хавтсыг шалгаж үзнэ үү." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12105,7 +12250,7 @@ msgstr "" "Төлбөрийн нөхцлийн хамгийн сүүлийн мөр \"Баланс\" төрөлтэй байх ёстой." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12115,13 +12260,13 @@ msgstr "" "төлөвлөгөөнд харъяалагдахгүй." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12137,8 +12282,8 @@ msgstr "" "дотор мөчлөг болон журналыг сонгоно уу." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12155,14 +12300,14 @@ msgstr "" "банкны дансыг тодорхойлох хэрэгтэй." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Та Хасагдуулга/солилцооны ялгааны дансыг зааж өгөх ёстой." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12184,7 +12329,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Дор хаяж нэг бичлэг сонгох ёстой" @@ -12196,7 +12341,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Та '%s' төрлийн шинжилгээний журнал тодорхойлох шаардлагатай!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12220,7 +12365,7 @@ msgid "You must set a start date." msgstr "Та эхлэх огноог тааруулна уу." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12230,13 +12375,13 @@ msgstr "" "төвлөрүүлсэн харьцах дансыг тэмдэглэсэн байх хэрэгтэй." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Та ижил компанид харъяалагдах мөчлөгүүдийг сонгоно уу." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12245,7 +12390,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12264,7 +12409,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12295,7 +12440,7 @@ msgid "balance" msgstr "баланс" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12348,7 +12493,7 @@ msgstr "мөчлөг хаах" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12360,7 +12505,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12377,14 +12522,14 @@ msgstr "гарчиг" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12408,3 +12553,42 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "жил" + +#~ msgid "Qty" +#~ msgstr "Тоо хэмжээ" + +#~ msgid "#Entries" +#~ msgstr "Бичилтийн тоо" + +#~ msgid "# of Lines" +#~ msgstr "Нэх.мөрийн тоо" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Нэхэмжлэлийн огнооны сараар нь бүлэглэх" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Захиалагчийн буцаалдтыг үүсгэхийн тулд дарна уу. \n" +#~ "

\n" +#~ " Буцаалт нь нэхэмжлэлийг бүхэлд эсвэл хэсэгчлэн барагдуулна.\n" +#~ "

\n" +#~ " Захиалагчийн буцаалтын гараар үүсгэхийн оронд шууд холбогдох " +#~ "нэхэмжлэлээс үүсгэх боломжтой.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "%s данс %s журналд алга байна." diff --git a/addons/account/i18n/nb.po b/addons/account/i18n/nb.po index 1c615888e9b..cd4c4ad1a6c 100644 --- a/addons/account/i18n/nb.po +++ b/addons/account/i18n/nb.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "antall siffer" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "antall enheter" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Antall linjer" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Ant. transaksjon" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Antall posteringer" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -619,7 +620,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -645,11 +646,9 @@ msgstr "Kto.type" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -658,10 +657,10 @@ msgstr "Kto.type" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1356,7 +1355,7 @@ msgstr "" "endre sine regnskapsprinsipper felt lenger." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1423,10 +1422,10 @@ msgstr "Alltid" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1486,8 +1485,8 @@ msgstr "Analytisk" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1811,7 +1810,7 @@ msgid "Average Rate" msgstr "Gjennomsnittlig sats" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1819,21 +1818,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Dårlig konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1877,14 +1876,14 @@ msgstr "Balanse" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balanse (Ansvar konto)" @@ -1907,7 +1906,7 @@ msgstr "Balansert." #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2239,7 +2238,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2248,19 +2247,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Kan ikke opprette trekk med annen valuta enn .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2298,7 +2297,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Kan ikke lage en ubenyttet journalkode" @@ -2315,7 +2314,7 @@ msgstr "Kontantkode" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Kontant" @@ -2370,6 +2369,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2660,6 +2660,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Velg regnskapsår" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2702,7 +2709,7 @@ msgstr "Lukk statene av regnskap og perioder." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2788,22 +2795,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Normal rapport" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Kommunikasjon" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2953,8 +2954,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3028,7 +3029,7 @@ msgstr "Bekreftet" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3416,7 +3417,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3444,7 +3444,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Valutajustering" @@ -3575,9 +3575,8 @@ msgstr "Kunder" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3802,14 +3801,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3995,7 +3993,7 @@ msgstr "Forfall" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4023,13 +4021,13 @@ msgid "Duration" msgstr "Varighet." #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4046,7 +4044,7 @@ msgstr "Effektiv dato" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4210,7 +4208,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Posteringer tilhører ikke samme konto eller er allerede avstemt! " @@ -4222,7 +4220,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Regsitreringer: " @@ -4233,7 +4231,7 @@ msgid "Entry" msgstr "Postering" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Registrering \"%s\" er ikke gyldig" @@ -4267,7 +4265,7 @@ msgid "Entry Subscription" msgstr "Inngang abonnement." #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4284,51 +4282,53 @@ msgid "Equity" msgstr "Egenkapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Feil" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4452,7 +4452,7 @@ msgstr "Utvidede filter..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4475,7 +4475,7 @@ msgstr "Fyll ut dette skjemaet hvis du setter penger i kasse apparatet:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4638,7 +4638,6 @@ msgstr "skattemessige posisjoner" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4873,6 +4872,12 @@ msgstr "" msgid "Future" msgstr "Fremtidig" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4983,7 +4988,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Global skatter definert, men de er ikke i fakturalinjer!" @@ -4994,8 +4999,8 @@ msgid "Go to Next Partner" msgstr "Gå til neste partner" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5040,6 +5045,7 @@ msgstr "Bra jobba!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5049,11 +5055,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Fakturagruppe-linje" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5078,7 +5079,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5168,7 +5168,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5200,7 +5199,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5209,6 +5207,12 @@ msgstr "" msgid "Icon" msgstr "Ikon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5428,7 +5432,15 @@ msgstr "" "For å lukke en periode, må du først legge relaterte bilagsregistreringer." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5523,8 +5535,8 @@ msgstr "" "behovet til ditt firma basert på ditt land." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5588,7 +5600,8 @@ msgid "IntraCom" msgstr "Bedriftsintern" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5612,7 +5625,7 @@ msgstr "Omvendt Analytisk Balanse -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5627,7 +5640,6 @@ msgstr "Fakturavaluta" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fakturadato" @@ -5651,11 +5663,6 @@ msgstr "Fakturalinje" msgid "Invoice Lines" msgstr "Fakturalinjer" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5727,13 +5734,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5848,7 +5855,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5891,9 +5898,7 @@ msgstr "Januar" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5905,7 +5910,7 @@ msgstr "Januar" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6005,7 +6010,7 @@ msgid "Journal Item" msgstr "Journalregistrering" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6013,7 +6018,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6022,7 +6027,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6072,6 +6077,11 @@ msgstr "Velg journal" msgid "Journal for analytic entries" msgstr "Journal for analytiske registreringer" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6180,8 +6190,8 @@ msgstr "La stå blank for å benytte samme periode bekreftelses(faktura)dato." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6410,11 +6420,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6473,7 +6478,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Liste over alle skatter som må installeres av veiviseren" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6484,7 +6490,13 @@ msgid "Loss Account" msgstr "Tap konto." #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "DIV" @@ -6572,7 +6584,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6623,7 +6635,7 @@ msgid "Miscellaneous" msgstr "Forskjellig" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diverse journal" @@ -6656,6 +6668,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6703,7 +6717,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6715,7 +6729,7 @@ msgid "Move line reconcile select" msgstr "Flytt linje velg for avstemming" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Flytt navn (id): %s (%s)" @@ -6757,8 +6771,8 @@ msgstr "Navn på nye posteringer" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6766,7 +6780,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Ny" @@ -6819,9 +6833,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6857,19 +6871,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6892,7 +6906,7 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6900,7 +6914,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7042,7 +7056,14 @@ msgstr "" "velges som kraften i den automatiske forsoning" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7074,15 +7095,15 @@ msgid "Only One Chart Template Available" msgstr "Bare en diagram mal tilgjengelig." #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7130,8 +7151,8 @@ msgstr "Åpen journal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7153,8 +7174,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Åpningsbalanse" @@ -7182,7 +7203,7 @@ msgstr "Åpningssaldo fon inntektskonti" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7198,7 +7219,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7206,7 +7227,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "åpningsperioden" @@ -7390,8 +7411,8 @@ msgstr "Delvis avstemte posteringer" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7431,6 +7452,11 @@ msgstr "Partner ID" msgid "Partner Ledger" msgstr "Partner Ledger" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7646,7 +7672,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7661,7 +7686,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7770,19 +7795,19 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Vennligst opprett fakturalinje(er)" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" @@ -7790,13 +7815,13 @@ msgstr "" "fakturaen." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Vennligst bekreft at en konto er definert i journalen" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7931,13 +7956,10 @@ msgstr "Proforma fakturaer" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7955,6 +7977,11 @@ msgstr "Produktkategori" msgid "Product Information" msgstr "Produktinformasjon" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7962,7 +7989,6 @@ msgstr "Produktmal" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7973,21 +7999,22 @@ msgid "Products Quantity" msgstr "Totalt antall" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Resultatregnskap (kostnadskonti)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Gevinst og tap (Inntektsregnskap)" @@ -8058,7 +8085,7 @@ msgid "Purchase" msgstr "Innkjøp" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Innkjøpsjournal" @@ -8069,7 +8096,7 @@ msgid "Purchase Refund" msgstr "Innkjøpsrefusjon" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Leverandør kreditnota-journal" @@ -8080,7 +8107,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8131,16 +8158,10 @@ msgstr "Python kode" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Ant" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8270,6 +8291,13 @@ msgstr "Avstem med nedskriving" msgid "Reconcile Writeoff" msgstr "Avstem avskriving" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8293,7 +8321,7 @@ msgstr "Avstemte transaksjoner" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8362,6 +8390,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8396,7 +8425,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8551,7 +8580,10 @@ msgid "Reset to Draft" msgstr "Sett tilbake til utkast" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Gjenværende" @@ -8570,7 +8602,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Ansvarlig" @@ -8632,13 +8663,13 @@ msgid "Running Subscriptions" msgstr "Løpende abonnement" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8693,13 +8724,13 @@ msgid "Sales" msgstr "Salg" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Salgsjournal" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Refusjonsjournal" @@ -8709,6 +8740,11 @@ msgstr "Refusjonsjournal" msgid "Sales Tax(%)" msgstr "Salgs mva (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8861,7 +8897,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9118,7 +9154,7 @@ msgid "Smallest Text" msgstr "Minste tekste" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9249,7 +9285,7 @@ msgid "Start period" msgstr "Periodestart" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9275,7 +9311,7 @@ msgid "Statement" msgstr "Oppgave" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9333,11 +9369,6 @@ msgstr "Kontostatistikk" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9396,7 +9427,7 @@ msgstr "Leverandør" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9422,7 +9453,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9464,7 +9495,7 @@ msgstr "Ta ut penger." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9516,8 +9547,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9526,7 +9557,7 @@ msgid "Tax" msgstr "Avgift" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Skatt %.2f%%" @@ -9687,7 +9718,7 @@ msgid "Tax Use In" msgstr "Avgift brukt i" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9751,7 +9782,7 @@ msgid "Taxes Report" msgstr "Avgiftsrapport" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9818,7 +9849,7 @@ msgstr "Betingelser" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9844,19 +9875,19 @@ msgid "The account basis of the tax declaration." msgstr "Basiskonto for avgiftsberegning." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Konto oppføring linjene er ikke i gyldig tilstand." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Kontoen er ikke satt opp til å bli avstemt!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9893,7 +9924,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10121,7 +10159,7 @@ msgstr "" "flervaluta syn på tidsskriftet." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10160,7 +10198,7 @@ msgstr "" "avgifter. I slike tilfeller er vurderingsrekkefølge viktig." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10194,13 +10232,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10208,7 +10252,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10228,7 +10272,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10236,13 +10280,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Det er ingen overordnede kode for denne malen kontoen." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10250,7 +10294,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10454,6 +10498,14 @@ msgid "" msgstr "" "Dette feltet brukes til å generere juridiske rapporter: resultatet, balanse." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10504,7 +10556,7 @@ msgstr "" "avstemmes." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10512,7 +10564,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10671,7 +10723,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10709,16 +10761,18 @@ msgid "To Review" msgstr "Til gjennomgang" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10729,6 +10783,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -10861,7 +10916,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transaksjon" @@ -10909,7 +10964,6 @@ msgstr "Sann" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10925,13 +10979,13 @@ msgid "Type Controls" msgstr "Type kontroll" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10956,6 +11010,11 @@ msgid "" msgstr "" "Unikt nummer på fakturaen, beregnet automatisk når fakturaen er opprettet." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11143,18 +11202,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Bruker" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11247,36 +11305,37 @@ msgstr "Vis Analytiske konto Linjer" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Advarsel" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Advarsel !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11317,7 +11376,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11371,7 +11430,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Nedskrivning" @@ -11398,7 +11457,7 @@ msgid "Write-Off amount" msgstr "Avskrivningsbeløp" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11431,6 +11490,17 @@ msgstr "Sum for året" msgid "Yes" msgstr "Ja" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11441,7 +11511,7 @@ msgstr "" "søksmål med tilhørende partner." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -11449,7 +11519,7 @@ msgstr "" "tidsskriftet% s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11493,7 +11563,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11507,7 +11577,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11515,13 +11585,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11531,13 +11601,13 @@ msgstr "" "tidsskriftet elementer." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11545,7 +11615,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11553,7 +11623,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11592,13 +11662,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Du kan ikke slette en publisert bilagsregistrering \"% s\"." @@ -11621,7 +11691,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11630,7 +11700,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11639,7 +11709,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11647,7 +11717,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11660,13 +11730,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11674,7 +11744,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11683,14 +11753,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Du kan ikke bruke en inaktiv konto." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11698,7 +11768,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11707,7 +11777,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11715,13 +11785,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11735,8 +11805,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11753,14 +11823,14 @@ msgstr "" "i tidsskriftet definisjonen for forsoning." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11778,7 +11848,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11790,7 +11860,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Du må definere en analytisk kontojournal av typen '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11814,7 +11884,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11822,13 +11892,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Du bør velge de periodene som tilhører samme selskap." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11837,7 +11907,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11856,7 +11926,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11882,7 +11952,7 @@ msgid "balance" msgstr "Balanse" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11932,7 +12002,7 @@ msgstr "Periode til" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11944,7 +12014,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11961,14 +12031,14 @@ msgstr "tittel" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11992,3 +12062,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "år" + +#~ msgid "Qty" +#~ msgstr "Ant" + +#~ msgid "#Entries" +#~ msgstr "Antall posteringer" + +#~ msgid "# of Lines" +#~ msgstr "Antall linjer" diff --git a/addons/account/i18n/nl.po b/addons/account/i18n/nl.po index 8149206b0ed..3fba4e6c6e5 100644 --- a/addons/account/i18n/nl.po +++ b/addons/account/i18n/nl.po @@ -7,16 +7,183 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 07:49+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-07 10:04+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:15+0000\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Hallo ${object.partner_id.name},

\n" +"\n" +"

Er is een nieuwe factuur voor u beschikbaar:

\n" +" \n" +"

\n" +"   REFERENTIES
\n" +"   Factuurnummer: ${object.number}
\n" +"   Factuur totaal: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Factuurdatum: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order referentie: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Uw contactpersoon: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Het is ook mogelijk om direct te betalen met Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Indien u vragen heeft, aarzel dan niet om contact met ons op te " +"nemen.

\n" +"

Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Telefoon:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Website: ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -43,11 +210,16 @@ msgstr "" "annuleert." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Balansboeking" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Boekingen" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -58,33 +230,28 @@ msgstr "Aantal decimalen" #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Entries" -msgstr "# boekingen" +msgstr "# Boekingen" + +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "# Facturen" #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" -msgstr "Aantal items" - -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Aantal regels" +msgstr "# Items" #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" -msgstr "# prodcuten" +msgstr "# Prodcuten" #. module: account #: field:account.move.line.reconcile,trans_nbr:0 msgid "# of Transaction" msgstr "# van de transactie" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Mutaties" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -94,15 +261,15 @@ msgstr "" "'onbekend'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (kopie)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -197,169 +364,6 @@ msgstr ": Grootboek" msgid ": Trial Balance" msgstr ": Proefbalans" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Beste ${object.partner_id.name},

\n" -"\n" -"

Er staat een nieuwe factuur gereed voor u:

\n" -" \n" -"

\n" -"   REFERENTIES
\n" -"   Factuurnummer: ${object.number}
\n" -"   Factuurtotaal: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Factuurdatum: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order referentie: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Uw contactpersoon: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

Het is ook mogelijk de factuur direct te betalen via Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Als er nog vragen zijn kunt u contact opnemen met ons.

\n" -"

Dank voor het kiezen van ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -509,7 +513,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -521,15 +525,16 @@ msgid "" " " msgstr "" "

\n" -" Klik hier om een creditfactuur aan te maken. \n" +" Klik voor het aanmaken van een creditfactuur.\n" "

\n" -" Een creditfactuur is een factuur, waarbij u een bestaande " -"factuur volledig of gedeeltelijk \n" -" crediteert.\n" +" Een creditfactuur is een document dat een factuur volledig " +"of\n" +" gedeeltelijk crediteert.\n" "

\n" -" In plaats van handmatig een creditfactuur aan te maken, kunt " -"u ook\n" -" direct vanaf de originele factuur een credit maken.\n" +" In plaats van het handmatig maken van een creditfactuur, " +"kunt u ook\n" +" een credit factuur aanmaken vanaf de originele klant " +"factuur.\n" "

\n" " " @@ -588,9 +593,8 @@ msgstr "" "

\n" " Klik om een nieuw kasregister aan te maken.\n" "

\n" -" Met aan kasregister kunt u in- en uitgaven in uw kas " -"journaal\n" -" beheren. HIermee kunt u eenvoudig de dagelijkse " +" Met aan kasregister kunt u in- en uitgaven in uw kasboek\n" +" beheren. Hiermee kunt u eenvoudig de dagelijkse " "kassabetalingen\n" " volgen. U kunt het kasgeld dat in de kassa zit invoeren en " "daarna\n" @@ -960,7 +964,7 @@ msgstr "" "deze periode te blokkeren voor de belastingen berekening." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "Een geselecteerde boeking is al afgeletterd." @@ -987,11 +991,9 @@ msgstr "Rek. type" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -1000,10 +1002,10 @@ msgstr "Rek. type" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1394,7 +1396,7 @@ msgstr "Rekeningnr." #. module: account #: model:ir.model,name:account.model_account_period msgid "Account period" -msgstr "Rekeningperiode" +msgstr "Boekperiode" #. module: account #: model:ir.actions.report.xml,name:account.action_report_vat @@ -1710,7 +1712,7 @@ msgstr "" "financiële gegevens ervan niet meer gewijzigd worden." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1780,10 +1782,10 @@ msgstr "Altijd" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1845,8 +1847,8 @@ msgstr "Kostenplaats" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Kostenplaats" @@ -2174,7 +2176,7 @@ msgid "Average Rate" msgstr "Gemiddelde Ratio" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2182,21 +2184,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "T erug naar afschrift" +msgid "Back to statements list" +msgstr "Terug naar lijst met afschriften" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Onjuiste grootboekrekening" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "Verkeerd totaal!" @@ -2240,14 +2242,14 @@ msgstr "Balans" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balans (Activa rekening)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balans (Passiva rekening)" @@ -2271,7 +2273,7 @@ msgstr "Gebalanceerd" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2607,7 +2609,7 @@ msgstr "" "gecrediteerd worden." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2619,19 +2621,19 @@ msgstr "" "dit deel handmatig een reeks aan." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "U kunt geen boeking doen met een andere valuta dan ..." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Het is niet mogelijk om mutaties te maken voor meerdere bedrijven." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2682,7 +2684,7 @@ msgstr "" " dagboek te creëren via instellingen -> dagboeken" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Het is niet mogelijk een ongebruikte rekeningcode te genereren" @@ -2699,7 +2701,7 @@ msgstr "Code" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Kas" @@ -2754,6 +2756,7 @@ msgid "Category" msgstr "Categorie" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -3062,6 +3065,13 @@ msgstr "Onderliggende/sub belastingen" msgid "Choose Fiscal Year" msgstr "Kies een boekjaar" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "Kies tegenrekening" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -3071,7 +3081,7 @@ msgstr "Sluiten" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Close CashBox" -msgstr "Sluit Cashregister" +msgstr "Sluit kassa" #. module: account #: view:account.fiscalyear.close.state:account.view_account_fiscalyear_close_state @@ -3104,7 +3114,7 @@ msgstr "Gesloten statussen van fiscale jaren en periodes" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Afschrift afsluiten" @@ -3190,22 +3200,16 @@ msgstr "Opmerking" msgid "Commercial Entity" msgstr "Commerciële entiteit" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "Commerciële relatie" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "Land van commerciële relatie" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Algemeen rapport" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Communicatie" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3355,8 +3359,8 @@ msgid "Configuration Error" msgstr "Configuratiefout" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3392,7 +3396,8 @@ msgid "" "The currency chosen should be shared by the default accounts too." msgstr "" "Instellingen fout!\n" -"De gekozen valuta moet worden gedeeld bij de standaard rekeningen." +"De gekozen valuta moet ook worden ingesteld bij de ingevoerde " +"grootboekrekeningen." #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -3439,7 +3444,7 @@ msgstr "Bevestigd" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "Gefeliciteerd, je bent helemaal klaar!" @@ -3826,7 +3831,6 @@ msgstr "Credit factuur reeks" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3854,7 +3858,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Valuta aaanpassing" @@ -3985,9 +3989,8 @@ msgstr "Klanten" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4220,14 +4223,13 @@ msgstr "Beschrijf wat de reden is waarom u geld uit de kassa haalt:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4414,7 +4416,7 @@ msgstr "Tot" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4442,13 +4444,13 @@ msgid "Duration" msgstr "Tijdsduur" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "CIKB" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "IKB" @@ -4465,7 +4467,7 @@ msgstr "Boek datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "Efficiëntie op zijn best" @@ -4629,7 +4631,7 @@ msgid "Entries Sorted by" msgstr "Boekingen gesorteerd op" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Mutaties zijn niet van dezelfde rekening of zijn al afgeletterd ! " @@ -4641,7 +4643,7 @@ msgstr "Boekingen veroorzaakt door facturen" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Boekingen: " @@ -4652,7 +4654,7 @@ msgid "Entry" msgstr "Boeking" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Invoer \"%s\" is ongeldig !" @@ -4686,7 +4688,7 @@ msgid "Entry Subscription" msgstr "Verdelingsboeking" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Boeking is reeds afgeletterd." @@ -4703,51 +4705,53 @@ msgid "Equity" msgstr "Vermogen" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Fout" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4876,7 +4880,7 @@ msgstr "Uitgebreide filters..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "Snel afletteren" @@ -4899,7 +4903,7 @@ msgstr "Vul dit formulier in als u geld in de kassa stopt." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filter" @@ -5062,7 +5066,6 @@ msgstr "Fiscale positie" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5314,6 +5317,12 @@ msgstr "" msgid "Future" msgstr "Toekomst" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "Wisselkoers winst rekening" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5427,7 +5436,7 @@ msgstr "" "zoek gaan naar een bijpassend dagboek van hetzelfde type." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5440,8 +5449,8 @@ msgid "Go to Next Partner" msgstr "Ga naar volgende relatie" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5486,6 +5495,7 @@ msgstr "Goed gedaan!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Groepeer op" @@ -5495,11 +5505,6 @@ msgstr "Groepeer op" msgid "Group Invoice Lines" msgstr "Groepeer factuurregels" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Groepeer op maand of factuurdatum" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5527,7 +5532,6 @@ msgstr "" "ingevoegd." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5617,7 +5621,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5649,7 +5652,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5658,6 +5660,14 @@ msgstr "ID" msgid "Icon" msgstr "Icon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" +"Indien \"Bedrag in valuta\" is gespecificeerd, dan moet ook het \"Bedrag\" " +"worden gespecioficeert." + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5924,7 +5934,17 @@ msgstr "" "Om een periode af te sluiten, dienen eerst de boekingen te worden geboekt." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" +"Om een bankafschriftregel te kunnen verwijderen, dient u eerste de regel te " +"annuleren, om zo de financiële boekingen ongedaan te maken." + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -6019,8 +6039,8 @@ msgstr "" "overeenkomen met de boekhoudvragen in uw bedrijf en uw land." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Onvoldoende instellingen!" @@ -6084,7 +6104,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -6108,7 +6129,7 @@ msgstr "Omgekeerde kostenplaatsbalans -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -6123,7 +6144,6 @@ msgstr "Factuurvaluta" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Factuurdatum" @@ -6147,11 +6167,6 @@ msgstr "Factuurregel" msgid "Invoice Lines" msgstr "Factuurregels" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "Factuur maand" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6225,13 +6240,13 @@ msgid "Invoice paid" msgstr "Factuur betaald" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Factuur gedeeltelijk betaald: %s%s van %s%s (%s%s resterend)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Factuur verzonden" @@ -6353,7 +6368,7 @@ msgstr "Het geeft aan dat de factuur is verzonden." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "het duurde" @@ -6396,9 +6411,7 @@ msgstr "Januari" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6410,7 +6423,7 @@ msgstr "Januari" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6510,7 +6523,7 @@ msgid "Journal Item" msgstr "Boeking" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6520,7 +6533,7 @@ msgstr "" "balans is!" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Boeking '%s' (id: %s), Mutatie '%s' is al afgeletterd!" @@ -6529,7 +6542,7 @@ msgstr "Boeking '%s' (id: %s), Mutatie '%s' is al afgeletterd!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6579,6 +6592,11 @@ msgstr "Selecteer dagboek" msgid "Journal for analytic entries" msgstr "Dagboek voor kostenplaats boekingen" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Facturen met een periode in het huidige jaar" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6688,8 +6706,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6918,11 +6936,6 @@ msgstr "Laatste datum van volledig afletteren" msgid "Latest Manual Reconciliation Processed:" msgstr "Laatste datum afletteren verwerkt:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "Laat op 0 om te negeren" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6981,7 +6994,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lijst van alle belastingen die door de wizard worden geïnstalleerd" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Verlies" @@ -6992,7 +7006,13 @@ msgid "Loss Account" msgstr "Verlies rekening" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Wisselkoers verlies rekening" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "MEM" @@ -7083,7 +7103,7 @@ msgstr "" "Geef een relatie in!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -7134,7 +7154,7 @@ msgid "Miscellaneous" msgstr "Diversen" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Memoriaal" @@ -7168,6 +7188,8 @@ msgstr "" "Bewerken: maak credit factuur, letter af en maak nieuwe concept factuur." #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7215,7 +7237,7 @@ msgid "Move bank reconcile" msgstr "Bankmutatie afletteren" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7229,7 +7251,7 @@ msgid "Move line reconcile select" msgstr "Selectie aflettering boekingsregel" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Mutatienaam (id): %s (%s)" @@ -7271,8 +7293,8 @@ msgstr "Naam van nieuwe boekingen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nooit" @@ -7280,7 +7302,7 @@ msgstr "Nooit" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nieuw" @@ -7333,9 +7355,9 @@ msgid "Next supplier invoice number" msgstr "Volgende Inkoopfactuur nummer" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7371,19 +7393,19 @@ msgid "No Follow-up" msgstr "Geen betalingsherinnering" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "Geen factuurregels!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "Geen relatie gedefinieerd!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "Geen boekstuknummer!" @@ -7406,7 +7428,7 @@ msgid "No period found on the invoice." msgstr "Geen periode gevonden voor de factuur" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7414,7 +7436,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Geen overeenkomende resultaten voor '" @@ -7558,7 +7580,14 @@ msgstr "" "afletter proces." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEN" @@ -7593,15 +7622,15 @@ msgid "Only One Chart Template Available" msgstr "Er is maar één rekeneningschema beschikbaar" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Alleen administrators kunnen deze instelling wijzigen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7651,8 +7680,8 @@ msgstr "Open dagboek" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "Openingsbalans" @@ -7674,8 +7703,8 @@ msgstr "Openen voor aflettering ongedaan maken" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Openingsbalans" @@ -7703,7 +7732,7 @@ msgstr "Openingsboekingen voor de omzetrekening" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Openingsbalans" @@ -7719,7 +7748,7 @@ msgid "Opening Entries Reconciliation" msgstr "Afletteren openingsbelans" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7730,7 +7759,7 @@ msgstr "" "opnieuw genereren." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Openingsperiode" @@ -7914,8 +7943,8 @@ msgstr "Gedeeltelijk afgeletterde boekingen" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7955,6 +7984,11 @@ msgstr "Partner ID" msgid "Partner Ledger" msgstr "Saldilijst per relatie" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "Relatienaam" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -8177,7 +8211,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8192,7 +8225,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8303,32 +8336,32 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Controleer of het veld 'dagboek' is ingesteld bij de bankafschrift." #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Maak factuurregels aan." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Definieer een reeks voor dit dagboek." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Geef de volgorde weer bij het dagboek gerelateerd aan deze factuur." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" "Controleer alstublieft of een grootboekrekening is opgegeven in het dagboek" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8469,13 +8502,10 @@ msgstr "Proforma facturen" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8493,6 +8523,11 @@ msgstr "Productcategorie" msgid "Product Information" msgstr "Product Informatie" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Product hoeveelheid" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8500,7 +8535,6 @@ msgstr "Product sjabloon" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Maateenheid product" @@ -8511,21 +8545,22 @@ msgid "Products Quantity" msgstr "Product hoeveelheid" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Winst" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Winst & verlies (Kosten rekening)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Winst & verlies (Omzetrekening)" @@ -8596,7 +8631,7 @@ msgid "Purchase" msgstr "Inkoop" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Inkoopboek" @@ -8607,7 +8642,7 @@ msgid "Purchase Refund" msgstr "Creditering inkoop" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Credit inkoopboek" @@ -8618,7 +8653,7 @@ msgid "Purchase Tax" msgstr "Inkoop belasting" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Inkoop belastigen %.2f%%" @@ -8669,16 +8704,10 @@ msgstr "Python Code" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Hoeveelheid" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8808,6 +8837,13 @@ msgstr "Letter af met afboeken verschil" msgid "Reconcile Writeoff" msgstr "Afschrijving afletteren" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "Letter het voorbeeld bankafschrift bestand af" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8831,7 +8867,7 @@ msgstr "Afgeletterde transacties" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8900,6 +8936,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8934,7 +8971,7 @@ msgstr "Referentie/Omschrijving" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -9091,7 +9128,10 @@ msgid "Reset to Draft" msgstr "Terugzetten naar concept" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Resterend" @@ -9110,7 +9150,6 @@ msgstr "Restbedrag in valuta" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Verantwoordelijke" @@ -9172,13 +9211,13 @@ msgid "Running Subscriptions" msgstr "Lopende verdeelboekingen" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VKB" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "CVKB" @@ -9233,13 +9272,13 @@ msgid "Sales" msgstr "Verkopen" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Verkoopboek" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Credit verkoopboek" @@ -9249,6 +9288,11 @@ msgstr "Credit verkoopboek" msgid "Sales Tax(%)" msgstr "Verkoopbelasting (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "Verkoopteam" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9405,7 +9449,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "Relatie selecteren" @@ -9694,7 +9738,7 @@ msgid "Smallest Text" msgstr "Kleinste tekst" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Een aantal regels zijns afgeltterd." @@ -9827,7 +9871,7 @@ msgid "Start period" msgstr "Beginperiode" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Start periode dient voor de eindproduct te liggen" @@ -9853,7 +9897,7 @@ msgid "Statement" msgstr "Afschrift" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Afschrift %s bevestigd, regels zijn aangemaakt." @@ -9911,11 +9955,6 @@ msgstr "Analyses" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "Gestructureerde communicatie" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9974,7 +10013,7 @@ msgstr "Leverancier" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -10000,7 +10039,7 @@ msgstr "Betalingsconditie leverancier" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -10042,7 +10081,7 @@ msgstr "Geld uitnemen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -10095,8 +10134,8 @@ msgstr "TAken maand" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -10105,7 +10144,7 @@ msgid "Tax" msgstr "Belasting" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Belasting %.2f%%" @@ -10266,7 +10305,7 @@ msgid "Tax Use In" msgstr "Belasting gebruikt in" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10330,7 +10369,7 @@ msgid "Taxes Report" msgstr "BTW aangifte" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10397,7 +10436,7 @@ msgstr "Voorwaarden" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "Dat is gemiddeld" @@ -10431,19 +10470,19 @@ msgid "The account basis of the tax declaration." msgstr "De grootboekrekening van de belastingaangifte" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "De transactieregels zijn niet in een geldige status" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Deze rekening is niet ingesteld voor afletteren !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "De balansboeking (%s) is bevestigd." @@ -10482,7 +10521,17 @@ msgstr "" "bij credit." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" +"Het bedrag wordt gezien els een debet als het bedrag negatief is en als een " +"credit als het bedrag positief is (behalve als het bedragtype is 'Percentage " +"van openingsbalans')." + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "Bankafschrift was reeds afgeletterd" @@ -10722,7 +10771,7 @@ msgstr "" "valuta overzicht van de boeking." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10761,7 +10810,7 @@ msgstr "" "belastingen. In dat geval bepaalt het de volgorde van berekeningen." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10803,13 +10852,19 @@ msgstr "" "gestart." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Er is geen %s rekening bij het dagboek %s." +msgid "There is no Loss Account on the journal %s." +msgstr "Er is geen verliesrekening bij het dagboek %s." #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "Er is geen winstrekening bij het dagboek %s." + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10819,7 +10874,7 @@ msgstr "" "bij dagboek \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10843,7 +10898,7 @@ msgstr "" "Er is geen inkomsten rekening gedefinieerd voor dit product: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10853,13 +10908,13 @@ msgstr "" "van een openingsbalans." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Er is geen bovenliggende code voor deze rekening." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10870,7 +10925,7 @@ msgstr "" "bijbehorende periodes." #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -11121,6 +11176,17 @@ msgstr "" "Dit veld wordt gebruikt om boekhoudkundige rapporten te genereren, zoals " "winst & verlies en de balans." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" +"Dit veld wordt gebruikt om de naam van een derde op te slaan, bij het " +"importeren van het bankafschrift in elektronisch formaat en de relatie " +"bestaat niet in de database (of kan niet worden gevonden)." + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -11176,7 +11242,7 @@ msgstr "" "worden vereffend. Dit aantal rekent de huidige relatie als vereffend." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -11186,7 +11252,7 @@ msgstr "" "om het veld bedrijf te wijzigen." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11384,7 +11450,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "Tip: Druk op CTRL-Enter om het gehele afschrift te bevestigen." @@ -11422,16 +11488,18 @@ msgid "To Review" msgstr "Ter controle" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Om regels af te letteren moeten deze tot hetzelfde bedrijf behoren." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11442,6 +11510,7 @@ msgstr "Om regels af te letteren moeten deze tot hetzelfde bedrijf behoren." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Totaal" @@ -11576,7 +11645,7 @@ msgstr "Totaal:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transactie" @@ -11624,7 +11693,6 @@ msgstr "Waar" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11640,13 +11708,13 @@ msgid "Type Controls" msgstr "Soort controls" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Niet mogelijk om de initiële balans op te nemen (negatieve waarde)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Het is niet mogelijk om de belasting te wijzigen" @@ -11672,6 +11740,11 @@ msgstr "" "Uniek nummer van de factuur, wordt automatisch berekend bij het aanmaken van " "de factuur." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "Eenheid bedrag" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11872,18 +11945,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Gebruiker" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11976,36 +12048,37 @@ msgstr "Bekijk kostenplaatsboekingen" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Waarschuwing" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Waarschuwing!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -12053,7 +12126,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "Zo, dat was snel!" @@ -12111,7 +12184,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Afschrijving" @@ -12138,7 +12211,7 @@ msgid "Write-Off amount" msgstr "Afschrijf bedrag" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "Verkeerde model!" @@ -12172,6 +12245,20 @@ msgstr "Jaar bedrag" msgid "Yes" msgstr "Ja" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" +"U selecteert transacties van zowel crediteuren- als debiteuren rekeningen.\n" +"\n" +"Om door te kunnen gaan, dient u eerst de %s te de-selecteren." + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -12182,7 +12269,7 @@ msgstr "" "wordt betwist door uw klant." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -12190,7 +12277,7 @@ msgstr "" "gesloten periode %s van dagboek %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -12244,7 +12331,7 @@ msgstr "" "bijvoorbeeld 1/-1 in als u wilt toevoegen/aftrekken." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12266,7 +12353,7 @@ msgstr "" "e.g. My model on %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12276,7 +12363,7 @@ msgstr "" "is. U dient de afgeletterde betaling eerst ongedaan te maken." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" @@ -12284,7 +12371,7 @@ msgstr "" "bevat!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -12294,7 +12381,7 @@ msgstr "" "wijzigen. Dit omdat er al boekingen aanwezig zijn." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -12302,7 +12389,7 @@ msgstr "" "verwijderen en opnieuw in te geven." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12312,7 +12399,7 @@ msgstr "" "ander soort, omdat het reeds regels bevat!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12322,7 +12409,7 @@ msgstr "" "al regels bevat." #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12369,7 +12456,7 @@ msgid "" msgstr "U kunt niet meerdere boekingen doen bij een centraal journaal" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" @@ -12377,7 +12464,7 @@ msgstr "" "bevat." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Het is niet mogelijk een geboekte regel te verwijderen \"%s\"." @@ -12406,7 +12493,7 @@ msgstr "" "geannuleerd is. U dient de factuur te crediteren." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12419,7 +12506,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12432,7 +12519,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12443,7 +12530,7 @@ msgstr "" "aan te vinken indien u dit wilt doen." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12460,14 +12547,14 @@ msgstr "" "als de bedrijfsvaluta." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" "Het is niet mogelijk een rekening te verwijderen dat nog regels bevat." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12477,7 +12564,7 @@ msgstr "" "maken, als deze is ingesteld bij een klant of leverancier." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12488,14 +12575,14 @@ msgstr "" "zijn gemaakt bij de jaarovergang." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "U kunt een inactieve rekening niet gebruiken." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12505,7 +12592,7 @@ msgstr "" "instellingen op het tabblad 'Boekingscontrole' bij het dagboek." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12517,7 +12604,7 @@ msgstr "" "De laatste betalingstermijn regel zou moeten zijn van het type \"Saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12527,13 +12614,13 @@ msgstr "" "rekeningschema \"%s\" behoort." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "U heeft niet de rechten om het dagboek %s te openen!" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "U heeft een foute expressie \"%(...)s\" in je model!" @@ -12549,8 +12636,8 @@ msgstr "" "Selecteer een periode en een dagboek in de context." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12567,7 +12654,7 @@ msgstr "" "afletteren." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." @@ -12576,7 +12663,7 @@ msgstr "" "koersverschil." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12598,7 +12685,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "U dient tenminste één record te kiezen." @@ -12610,7 +12697,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Een kostenplaats van het type %s moet worden gedefinieerd!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "U dient eerts een relatie te selecteren!" @@ -12634,7 +12721,7 @@ msgid "You must set a start date." msgstr "U dient een staartstuk in te geven" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12644,13 +12731,13 @@ msgstr "" "'Centrale tegenrekening'." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "U dient de periodes te selecteren welke toebehoren aan het bedrijf." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12662,7 +12749,7 @@ msgstr "" "verschillende valuta's." #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12685,7 +12772,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "U heeft bevestigd" @@ -12718,7 +12805,7 @@ msgid "balance" msgstr "balans" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "wijziging" @@ -12771,7 +12858,7 @@ msgstr "Periode afsluiten" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "afletteringen met de ctrl-enter sneltoets" @@ -12783,7 +12870,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "sec. per transactie." @@ -12800,14 +12887,14 @@ msgstr "titel" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "Afletteren" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "transacties." @@ -12831,3 +12918,45 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Jaar" + +#~ msgid "Qty" +#~ msgstr "Hoeveelheid" + +#~ msgid "#Entries" +#~ msgstr "Mutaties" + +#~ msgid "# of Lines" +#~ msgstr "Aantal regels" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Groepeer op maand of factuurdatum" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Er is geen %s rekening bij het dagboek %s." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klik hier om een creditfactuur aan te maken. \n" +#~ "

\n" +#~ " Een creditfactuur is een factuur, waarbij u een bestaande " +#~ "factuur volledig of gedeeltelijk \n" +#~ " crediteert.\n" +#~ "

\n" +#~ " In plaats van handmatig een creditfactuur aan te maken, kunt " +#~ "u ook\n" +#~ " direct vanaf de originele factuur een credit maken.\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/nl_BE.po b/addons/account/i18n/nl_BE.po index c840e93e519..694ac218368 100644 --- a/addons/account/i18n/nl_BE.po +++ b/addons/account/i18n/nl_BE.po @@ -7,16 +7,183 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-19 09:39+0000\n" "Last-Translator: Els Van Vossel (Foxy) \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:43+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:52+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Hallo ${object.partner_id.name},

\n" +"\n" +"

Er is een nieuwe factuur voor u:

\n" +" \n" +"

\n" +"   REFERENTIE
\n" +"   Factuurnummer: ${object.number}
\n" +"   Totaal: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Datum: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Referentie: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Uw contactpersoon: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

U kunt ook onmiddellijk betalen via Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Neem gerust contact met ons op als u vragen heeft.

\n" +"

Bedankt dat u hebt gekozen voor ${object.company_id.name or " +"'ons'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Tel.:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web: ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -32,11 +199,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralisering" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +221,16 @@ msgstr "Aantal cijfers" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Aantal items" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# lijnen" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +241,6 @@ msgstr "Aantal producten" msgid "# of Transaction" msgstr "# van de transactie" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Boekingen" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -82,15 +249,15 @@ msgstr "" "${object.company_id.name|safe} Factuur (Ref. ${object.number or 'onbekend'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Kopie)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -183,169 +350,6 @@ msgstr "" msgid ": Trial Balance" msgstr "Proef- en saldibalans" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Beste ${object.partner_id.name},

\n" -"\n" -"

Er is een nieuwe factuur voor u:

\n" -" \n" -"

\n" -"   REFERENTIE
\n" -"   Factuurnummer: ${object.number}
\n" -"   Totaalbedrag: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Factuurdatum: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Orderreferentie: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Uw contactpersoon: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

U kunt ook onmiddellijk via Paypal betalen:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Neem gerust contact met u op als u vragen heeft.

\n" -"

Bedankt dat u kiest voor ${object.company_id.name or 'ons'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Tel.:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -491,7 +495,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -502,18 +506,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Klik als u een verkoopcreditnota wilt maken. \n" -"

\n" -" Een creditnota is een document dat een factuur geheel of " -"gedeeltelijk\n" -" crediteert.\n" -"

\n" -" Naast een manuele creditnota, kunt u een creditnota " -"automatisch\n" -" laten maken van de verkoopfactuur.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -837,7 +829,7 @@ msgstr "" "wilt maken en deze periode wilt afsluiten voor btw-aangifte." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -865,11 +857,9 @@ msgstr "Rek.type" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -878,10 +868,10 @@ msgstr "Rek.type" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1580,7 +1570,7 @@ msgstr "" "u de boekhoudvelden niet meer kunt wijzigen." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1647,10 +1637,10 @@ msgstr "Altijd" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1712,8 +1702,8 @@ msgstr "Analytisch" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -2039,7 +2029,7 @@ msgid "Average Rate" msgstr "Gemiddelde koers" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2047,21 +2037,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Verkeerde rekening" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2105,14 +2095,14 @@ msgstr "Balans" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balans (actief)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balans (passief)" @@ -2135,7 +2125,7 @@ msgstr "In evenwicht" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2469,7 +2459,7 @@ msgstr "" "gemaakt. U kunt deze factuur enkel crediteren." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2481,19 +2471,19 @@ msgstr "" "voor dit stuk." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Kan geen boeking maken met een munt verschillend van .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Kan geen boekingen maken tussen verschillende firma's." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2536,7 +2526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Kan geen ongebruikte journaalcode maken." @@ -2553,7 +2543,7 @@ msgstr "Vak" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Kas" @@ -2608,6 +2598,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2910,6 +2901,13 @@ msgstr "Onderliggende btw" msgid "Choose Fiscal Year" msgstr "Boekjaar kiezen" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2952,7 +2950,7 @@ msgstr "Status Gesloten voor boekjaar en perioden" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -3038,22 +3036,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Gemeenschappelijk rapport" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Communicatie" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3203,8 +3195,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3286,7 +3278,7 @@ msgstr "Bevestigd" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3675,7 +3667,6 @@ msgstr "Creditnotanummering" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3703,7 +3694,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Muntaanpassing" @@ -3834,9 +3825,8 @@ msgstr "Klanten" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4061,14 +4051,13 @@ msgstr "Geef aan waarom u geld uit kas haalt:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4254,7 +4243,7 @@ msgstr "Vervallen" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4282,13 +4271,13 @@ msgid "Duration" msgstr "Duur" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "AKCN" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "AK" @@ -4305,7 +4294,7 @@ msgstr "Boekingsdatum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4469,7 +4458,7 @@ msgid "Entries Sorted by" msgstr "Boekingen gesorteerd op" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4482,7 +4471,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Boekingen: " @@ -4493,7 +4482,7 @@ msgid "Entry" msgstr "Boeking" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Boeking \"%s\" is ongeldig." @@ -4527,7 +4516,7 @@ msgid "Entry Subscription" msgstr "Abonnementboeking" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "De boeking is al afgepunt." @@ -4544,51 +4533,53 @@ msgid "Equity" msgstr "Vermogen" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Fout" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4707,7 +4698,7 @@ msgstr "Uitgebreide filters..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4730,7 +4721,7 @@ msgstr "Vul dit formulier als u geld wilt overmaken naar het kasboek:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4893,7 +4884,6 @@ msgstr "Fiscale posities" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5134,6 +5124,12 @@ msgstr "" msgid "Future" msgstr "Toekomst" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5245,7 +5241,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Globale btw gedefinieerd, maar niet op de factuurlijnen." @@ -5256,8 +5252,8 @@ msgid "Go to Next Partner" msgstr "Naar volgende relatie" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5302,6 +5298,7 @@ msgstr "Prima!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5311,11 +5308,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Factuurlijnen groeperen" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Groepering per maand van factuurdatum" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5342,7 +5334,6 @@ msgstr "" "html-formaat, zodat ze in de kanbanweergave kan worden gebruikt." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5432,7 +5423,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5464,7 +5454,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5473,6 +5462,12 @@ msgstr "" msgid "Icon" msgstr "Pictogram" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5729,7 +5724,15 @@ msgstr "" "boeken." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5824,8 +5827,8 @@ msgstr "" "de behoeften van het land waarin uw firma is gevestigd." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5889,7 +5892,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5913,7 +5917,7 @@ msgstr "Omgekeerde analytische balans -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5928,7 +5932,6 @@ msgstr "Munt van de factuur" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Factuurdatum" @@ -5952,11 +5955,6 @@ msgstr "Factuurlijn" msgid "Invoice Lines" msgstr "Factuurlijnen" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6028,13 +6026,13 @@ msgid "Invoice paid" msgstr "Factuur betaald" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Factuur is gedeeltelijk betaald: %s%s of %s%s (%s%s blijft open)" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -6154,7 +6152,7 @@ msgstr "Geeft aan dat de factuur is verstuurd." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6197,9 +6195,7 @@ msgstr "Januari" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6211,7 +6207,7 @@ msgstr "Januari" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6311,7 +6307,7 @@ msgid "Journal Item" msgstr "Boekingslijnen" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6319,7 +6315,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6328,7 +6324,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6378,6 +6374,11 @@ msgstr "Journaal kiezen" msgid "Journal for analytic entries" msgstr "Journaal voor analytische boekingen" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6486,8 +6487,8 @@ msgstr "Laat leeg om de periode van de factuurdatum te gebruiken" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6716,11 +6717,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6779,7 +6775,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lijst met alle btw-codes te installeren door wizard" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Verlies" @@ -6790,7 +6787,13 @@ msgid "Loss Account" msgstr "Verliesrekening" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "DIV" @@ -6881,7 +6884,7 @@ msgstr "" "Gelieve een relatie in te stellen." #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6932,7 +6935,7 @@ msgid "Miscellaneous" msgstr "Diversen" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diversendagboek" @@ -6966,6 +6969,8 @@ msgstr "" "Wijzigen: factuur crediteren, afpunten en een nieuwe conceptfactuur maken" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7013,7 +7018,7 @@ msgid "Move bank reconcile" msgstr "Bankafpuntingsbeweging" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7027,7 +7032,7 @@ msgid "Move line reconcile select" msgstr "Kies de af te punten lijn" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Boekingsnaam (id): %s (%s)" @@ -7069,8 +7074,8 @@ msgstr "Naam van de nieuwe boekingen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nooit" @@ -7078,7 +7083,7 @@ msgstr "Nooit" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nieuw" @@ -7131,9 +7136,9 @@ msgid "Next supplier invoice number" msgstr "Volgende aankoopfactuurnummer" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7169,19 +7174,19 @@ msgid "No Follow-up" msgstr "Geen aanmaning" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7204,7 +7209,7 @@ msgid "No period found on the invoice." msgstr "Geen periode gedefinieerd voor de factuur" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7212,7 +7217,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7354,7 +7359,14 @@ msgstr "" "kunt u instellen als Macht voor automatisch afpunten." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEN" @@ -7389,15 +7401,15 @@ msgid "Only One Chart Template Available" msgstr "Er is maar een boekhoudplansjabloon beschikbaar" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7445,8 +7457,8 @@ msgstr "Journaal openen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7468,8 +7480,8 @@ msgstr "Afpunting ongedaan maken" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Beginbalans" @@ -7497,7 +7509,7 @@ msgstr "Opbrengstenrekening openingsboekingen" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Openingsjournaal" @@ -7513,7 +7525,7 @@ msgid "Opening Entries Reconciliation" msgstr "Afpunting openingsboekingen" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7521,7 +7533,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Openingsperiode" @@ -7705,8 +7717,8 @@ msgstr "Gedeeltelijk afgepunte boekingen" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7746,6 +7758,11 @@ msgstr "Relatie-ID" msgid "Partner Ledger" msgstr "Relatiehistoriek" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7962,7 +7979,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7977,7 +7993,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8089,31 +8105,31 @@ msgstr "" "Kijk na of het veld 'Journaal' is ingevuld op het rekeninguittreksel." #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Gelieve factuurlijnen toe te voegen." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Gelieve een reeks in te stellen voor het journaal." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Stel een reeks in voor het journaal van deze factuur." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Kijk na of er een rekening voor dit journaal is gedefinieerd." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8248,13 +8264,10 @@ msgstr "Proformafacturen" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8272,6 +8285,11 @@ msgstr "Productcategorie" msgid "Product Information" msgstr "Productinfo" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8279,7 +8297,6 @@ msgstr "Productsjabloon" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Maateenheid product" @@ -8290,21 +8307,22 @@ msgid "Products Quantity" msgstr "Producthoeveelheid" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Winst" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Winst en verlies (kostenrekening)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Winst en verlies (opbrengstenrekening)" @@ -8375,7 +8393,7 @@ msgid "Purchase" msgstr "Aankoop" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Aankoopjournaal" @@ -8386,7 +8404,7 @@ msgid "Purchase Refund" msgstr "Aankoopcreditnota" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Aankoopcreditnotajournaal" @@ -8397,7 +8415,7 @@ msgid "Purchase Tax" msgstr "Aankoopbtw" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Aankoop-btw %.2f%%" @@ -8448,16 +8466,10 @@ msgstr "Python-code" msgid "Python Code (reverse)" msgstr "Python-code (omkeren)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Hvh" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8587,6 +8599,13 @@ msgstr "Afpunten met afschrijving" msgid "Reconcile Writeoff" msgstr "Afpunten met afschrijving" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8610,7 +8629,7 @@ msgstr "Afgepunte transacties" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8679,6 +8698,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8715,7 +8735,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8872,7 +8892,10 @@ msgid "Reset to Draft" msgstr "Terug naar Voorlopig" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Rest" @@ -8891,7 +8914,6 @@ msgstr "Restbedrag in valuta" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Verantwoordelijke" @@ -8953,13 +8975,13 @@ msgid "Running Subscriptions" msgstr "Lopende abonnementen" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "VK" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "VKCN" @@ -9014,13 +9036,13 @@ msgid "Sales" msgstr "Verkoop" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Verkoopjournaal" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Verkoopcreditnotajournaal" @@ -9030,6 +9052,11 @@ msgstr "Verkoopcreditnotajournaal" msgid "Sales Tax(%)" msgstr "Verkoop-btw (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9185,7 +9212,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9471,7 +9498,7 @@ msgid "Smallest Text" msgstr "Kleinste tekst" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Bepaalde boekingen zijn al afgepunt." @@ -9602,7 +9629,7 @@ msgid "Start period" msgstr "Beginperiode" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "De beginperiode moet voor de eindperiode liggen" @@ -9628,7 +9655,7 @@ msgid "Statement" msgstr "Uittreksel" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Uittreksel %s is bevestigd; de boekingen zijn gemaakt." @@ -9686,11 +9713,6 @@ msgstr "Statistieken" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9749,7 +9771,7 @@ msgstr "Leverancier" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9775,7 +9797,7 @@ msgstr "Betaaltermijn leverancier" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9817,7 +9839,7 @@ msgstr "Geld uit kas" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9869,8 +9891,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9879,7 +9901,7 @@ msgid "Tax" msgstr "Btw" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Btw %.2f%%" @@ -10040,7 +10062,7 @@ msgid "Tax Use In" msgstr "Btw-type" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10104,7 +10126,7 @@ msgid "Taxes Report" msgstr "Btw-aangifte" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10171,7 +10193,7 @@ msgstr "Voorwaarden" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10203,19 +10225,19 @@ msgid "The account basis of the tax declaration." msgstr "De rekeningbasis van de btw-aangifte." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "De boekingslijnen zijn niet geldig." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Deze rekening is niet ingesteld voor afpunten." #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "De beweging (%s) voor de centralisering is bevestigd." @@ -10252,7 +10274,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10484,7 +10513,7 @@ msgstr "" "kiezen voor het journaal." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10521,7 +10550,7 @@ msgstr "" "volgorde is belangrijk als u btw hebt met onderliggende btw-berekeningen." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10560,13 +10589,19 @@ msgstr "" "Er is geen firma zonder boekhoudplan. De assistent wordt niet uitgevoerd." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Er is geen %s rekening voor journaal %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10576,7 +10611,7 @@ msgstr "" "voor het journaal \"%s\"" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10600,7 +10635,7 @@ msgstr "" "Er is geen opbrengstenrekening gedefinieerd voor dit product: \"%s\" (id:%d)" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10610,13 +10645,13 @@ msgstr "" "openingsbalans." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Er is geen hoofdcode voor de sjabloonrekening." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10624,7 +10659,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10844,6 +10879,14 @@ msgid "" msgstr "" "Met dit veld worden wettelijke rapporten gemaakt: winst-en-verlies, balans." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10895,7 +10938,7 @@ msgstr "" "afgepunt beschouwd." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10905,7 +10948,7 @@ msgstr "" "wijzigen." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11078,7 +11121,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11116,8 +11159,8 @@ msgid "To Review" msgstr "Te controleren" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -11125,9 +11168,11 @@ msgstr "" "bedrijf behoren." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11138,6 +11183,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Totaal" @@ -11272,7 +11318,7 @@ msgstr "Totaal:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transactie" @@ -11320,7 +11366,6 @@ msgstr "Waar" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11336,13 +11381,13 @@ msgid "Type Controls" msgstr "Controle op type" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Kan het beginsaldo niet aanpassen (negatief)" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Kan btw niet veranderen" @@ -11368,6 +11413,11 @@ msgstr "" "Uniek factuurnummer dat automatisch wordt berekend bij het aanmaken van de " "factuur." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11567,18 +11617,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Gebruiker" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11671,36 +11720,37 @@ msgstr "Analytische rekeninglijnen bekijken" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Waarschuwing" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Waarschuwing" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11748,7 +11798,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11802,7 +11852,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Afschrijving" @@ -11829,7 +11879,7 @@ msgid "Write-Off amount" msgstr "Afschrijvingsbedrag" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11862,6 +11912,17 @@ msgstr "Jaartotaal" msgid "Yes" msgstr "Ja" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11871,7 +11932,7 @@ msgstr "" "U kunt dit vakje inschakelen om een geschil met de relatie aan te geven." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -11879,7 +11940,7 @@ msgstr "" "wijzigen/toevoegen." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11928,7 +11989,7 @@ msgstr "" "te tellen/af te trekken." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11950,7 +12011,7 @@ msgstr "" "vb. Mijn model van %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11960,14 +12021,14 @@ msgstr "" "afpunting ongedaan maken." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" "U kunt de code van een rekening niet wijzigen als er al boekingen zijn." #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11976,14 +12037,14 @@ msgstr "" "U kunt de firma van een rekening niet wijzigen als er al boekingen bestaan." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" "U kunt de btw niet veranderen; verwijder eerst de lijnen en maak ze opnieuw." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11993,7 +12054,7 @@ msgstr "" "er boekingen zijn." #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12002,7 +12063,7 @@ msgstr "" "U kunt het rekeningtype niet wijzigen in '%s' omdat er al boekingen zijn." #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12048,13 +12109,13 @@ msgstr "" "centralisatiedagboek." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "U kunt een rekening met boekingen niet op inactief zetten." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "U kunt de bevestigde boeking \"%s\" niet verwijderen." @@ -12077,7 +12138,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12090,7 +12151,7 @@ msgstr "" "%s" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12103,7 +12164,7 @@ msgstr "" "%s" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12114,7 +12175,7 @@ msgstr "" "toegelaten." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12129,13 +12190,13 @@ msgstr "" "U kunt geen secundaire munt ingeven die identiek is aan de firmamunt." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "U kunt een rekening met boekingen niet verwijderen." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12145,7 +12206,7 @@ msgstr "" "of op niet-actief zetten." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12156,14 +12217,14 @@ msgstr "" "heropening." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Een niet-actieve rekening kan niet worden gebruikt." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12173,7 +12234,7 @@ msgstr "" "tabblad 'Boekingscontrole' na voor het journaal." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12185,7 +12246,7 @@ msgstr "" "Er moet ten minste een betalingslijn van het type 'Saldo' bestaan." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12195,13 +12256,13 @@ msgstr "" "\"%s\" behoort." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12217,8 +12278,8 @@ msgstr "" "een periode en een journaal." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12233,14 +12294,14 @@ msgid "" msgstr "U moet een bankrekening instellen in het afpuntjournaal." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "U moet een rekening opgeven voor de afschrijvingsboeking" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12261,7 +12322,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "U dient ten minste een record te kiezen." @@ -12273,7 +12334,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "U moet een analytisch journaal instellen van het type '%s'." #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12297,7 +12358,7 @@ msgid "You must set a start date." msgstr "U moet een begindatum invullen." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12307,13 +12368,13 @@ msgstr "" "openingsbalans te boeken." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "U moet perioden van dezelfde firma kiezen." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12322,7 +12383,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12341,7 +12402,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12371,7 +12432,7 @@ msgid "balance" msgstr "Saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12424,7 +12485,7 @@ msgstr "periode sluiten" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12436,7 +12497,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12453,14 +12514,14 @@ msgstr "titel" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12485,3 +12546,206 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Jaar" + +#~ msgid "Qty" +#~ msgstr "Hvh" + +#~ msgid "#Entries" +#~ msgstr "#Boekingen" + +#~ msgid "# of Lines" +#~ msgstr "# lijnen" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Groepering per maand van factuurdatum" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klik als u een verkoopcreditnota wilt maken. \n" +#~ "

\n" +#~ " Een creditnota is een document dat een factuur geheel of " +#~ "gedeeltelijk\n" +#~ " crediteert.\n" +#~ "

\n" +#~ " Naast een manuele creditnota, kunt u een creditnota " +#~ "automatisch\n" +#~ " laten maken van de verkoopfactuur.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Er is geen %s rekening voor journaal %s." + +#~ msgid "" +#~ "
\n" +#~ "\n" +#~ "

Hello ${object.partner_id.name},

\n" +#~ "\n" +#~ "

A new invoice is available for you:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENCES
\n" +#~ "   Invoice number: ${object.number}
\n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   Invoice date: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
\n" +#~ "

It is also possible to directly pay with Paypal:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
\n" +#~ "

If you have any question, do not hesitate to contact us.

\n" +#~ "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

Beste ${object.partner_id.name},

\n" +#~ "\n" +#~ "

Er is een nieuwe factuur voor u:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENTIE
\n" +#~ "   Factuurnummer: ${object.number}
\n" +#~ "   Totaalbedrag: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   Factuurdatum: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   Orderreferentie: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Uw contactpersoon: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
\n" +#~ "

U kunt ook onmiddellijk via Paypal betalen:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
\n" +#~ "

Neem gerust contact met u op als u vragen heeft.

\n" +#~ "

Bedankt dat u kiest voor ${object.company_id.name or 'ons'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Tel.:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " diff --git a/addons/account/i18n/oc.po b/addons/account/i18n/oc.po index e98b59e6a5e..c1395220737 100644 --- a/addons/account/i18n/oc.po +++ b/addons/account/i18n/oc.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Nb. de transaccions" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Liquiditats" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "Devisa" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "Data" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Grand Libre" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "Estat" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "Impòstes e taxas" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "Verai" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Utilizaire" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Ajustament" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/pl.po b/addons/account/i18n/pl.po index 19df045af73..b6058ebdad4 100644 --- a/addons/account/i18n/pl.po +++ b/addons/account/i18n/pl.po @@ -7,16 +7,101 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 09:51+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:15+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:47+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" + #. module: account #: help:account.invoice,state:0 msgid "" @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralizacja" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "# cyfr" msgid "# of Entries" msgstr "# Zapisów" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# elementów" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# wierszy" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "# wg ilości produktów" msgid "# of Transaction" msgstr "# wg transakcji" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Zapisów" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -82,15 +167,15 @@ msgstr "" "${object.company_id.name|safe} Faktura (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Kopia)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -183,168 +268,6 @@ msgstr ": Księga główna" msgid ": Trial Balance" msgstr ": Bilans próbny" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Dzień dobry ${object.partner_id.name},

\n" -"\n" -"

Udostępniamy Państwu nową fakturę:

\n" -"\n" -"

\n" -"  ODNIESIENIA
\n" -"  Numer faktury: ${object.number}
\n" -"  Kwota faktury: ${object.amount_total} " -"${object.currency_id.name}
\n" -"  Data faktury: ${object.date_invoice}
\n" -"% if object.origin:\n" -"  Odnośnik zamówienia: ${object.origin}
\n" -"% endif\n" -"% if object.user_id:\n" -"  Wasz kontakt: ${object.user_id.name}\n" -"% endif\n" -"

\n" -"\n" -"% if object.paypal_url:\n" -"
\n" -"

Można ją zapłacić za pośrednictwem Paypal:

\n" -"\n" -"\n" -"\n" -"% endif\n" -"\n" -"
\n" -"

Jeśli mają Państwo jakieś pytania, to proszę się z nami kontaktować.

\n" -"

Dziękujemy za współpracę z ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -"${object.company_id.name}

\n" -"
\n" -"
\n" -"\n" -"% if object.company_id.street:\n" -"${object.company_id.street}
\n" -"% endif\n" -"% if object.company_id.street2:\n" -"${object.company_id.street2}
\n" -"% endif\n" -"% if object.company_id.city or object.company_id.zip:\n" -"${object.company_id.zip} ${object.company_id.city}
\n" -"% endif\n" -"% if object.company_id.country_id:\n" -"${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) " -"or ''} ${object.company_id.country_id.name or ''}
\n" -"% endif\n" -"
\n" -"% if object.company_id.phone:\n" -"
\n" -"Telefon:  ${object.company_id.phone}\n" -"
\n" -"% endif\n" -"% if object.company_id.website:\n" -"
\n" -"WWW : ${object.company_id.website}\n" -"
\n" -"%endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -452,7 +375,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -463,16 +386,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Kliknij, aby utworzyć korektę dla klienta. \n" -"

\n" -" Korekta może korygowac fakturę całkowiecie lub\n" -" częściowo.\n" -"

\n" -" Zamiast ręcznie tworzyć korektę powinieneś\n" -" utworzyć ją z faktury pierwotnej.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -746,7 +659,7 @@ msgid "" msgstr "Okres podatkowy określa przedział czasowy zapisów księgowych." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "Wybrana pozycja zapisu jest już uzgodniona." @@ -772,11 +685,9 @@ msgstr "Typ konta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -785,10 +696,10 @@ msgstr "Typ konta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1486,7 +1397,7 @@ msgstr "" "będziesz ich mógł zmieniać." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1553,10 +1464,10 @@ msgstr "Zawsze" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1616,8 +1527,8 @@ msgstr "Analityczne" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Księgowość analityczna" @@ -1941,7 +1852,7 @@ msgid "Average Rate" msgstr "Kurs średni" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1949,21 +1860,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "Wróć do zestawienia" +msgid "Back to statements list" +msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Niepoprawne konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "Zła suma!" @@ -2007,14 +1918,14 @@ msgstr "Bilans" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilans (konta aktywów)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilans (konta pasywów)" @@ -2037,7 +1948,7 @@ msgstr "Zbilansowany" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2369,7 +2280,7 @@ msgstr "" "uzgodnienie. Do tej faktury możesz tylko wystawić korektę." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2381,19 +2292,19 @@ msgstr "" "elementu." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Nie mozna utworzyć zapisu w walucie innej niż .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Nie można tworzyć pozycji z różnych firm." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2437,7 +2348,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Nie można wygenerować nieużywanego kodu dziennika" @@ -2454,7 +2365,7 @@ msgstr "Kod rejestru" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Gotówka" @@ -2509,6 +2420,7 @@ msgid "Category" msgstr "Kategoria" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2813,6 +2725,13 @@ msgstr "Podrzędne/Podpodatki" msgid "Choose Fiscal Year" msgstr "Wybierz rok podatkowy" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2855,7 +2774,7 @@ msgstr "Zamknij stany roku podatkowego i okresów" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Zamknij zestawienie" @@ -2941,22 +2860,16 @@ msgstr "Komentarz" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Raport podstawowy" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Komunikacja" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3106,8 +3019,8 @@ msgid "Configuration Error" msgstr "Błąd konfiguracji" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3183,7 +3096,7 @@ msgstr "Potwierdzone" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "Gratulacje, wszystko skończyłeś!" @@ -3570,7 +3483,6 @@ msgstr "Numeracja korekt" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3598,7 +3510,7 @@ msgstr "Waluta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Poprawka walutowa" @@ -3729,9 +3641,8 @@ msgstr "Klienci" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3956,14 +3867,13 @@ msgstr "Opisz jak pobierasz pieniądze z kasy" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4151,7 +4061,7 @@ msgstr "Termin" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4179,13 +4089,13 @@ msgid "Duration" msgstr "Czas trwania" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "FZKZ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "DZ" @@ -4202,7 +4112,7 @@ msgstr "Data realizacji" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4366,7 +4276,7 @@ msgid "Entries Sorted by" msgstr "Sortowanie zapisów" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Zapisy nie są z tego samego konta lub zostały już uzgodnione ! " @@ -4378,7 +4288,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Zapisy: " @@ -4389,7 +4299,7 @@ msgid "Entry" msgstr "Zapis" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Zapis \"%s\" jest niedozwolony !" @@ -4423,7 +4333,7 @@ msgid "Entry Subscription" msgstr "Zapis subskrypcji" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Zapis jest już usgodniony." @@ -4440,51 +4350,53 @@ msgid "Equity" msgstr "Kapitał własny" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Błąd" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4615,7 +4527,7 @@ msgstr "Rozszerzone filtry..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4638,7 +4550,7 @@ msgstr "Wypełnij ten formularz, aby włożyć gotówkę do kasy:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filtr" @@ -4801,7 +4713,6 @@ msgstr "Obszary podatkowe" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5038,6 +4949,12 @@ msgstr "Funkcjonalności księgowe: dzienniki, okresy, konta, wyciągi itp." msgid "Future" msgstr "Przyszłość" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5148,7 +5065,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Zdefiniowano globalne podatki ale ich nie ma w pozycjach !" @@ -5159,8 +5076,8 @@ msgid "Go to Next Partner" msgstr "Przejdź do następnego partnera" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5205,6 +5122,7 @@ msgstr "Dobra robota!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Grupuj wg" @@ -5214,11 +5132,6 @@ msgstr "Grupuj wg" msgid "Group Invoice Lines" msgstr "Grupuj pozycje faktur" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupuj wg miesięcy" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5246,7 +5159,6 @@ msgstr "" "kanban." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5336,7 +5248,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5368,7 +5279,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5377,6 +5287,12 @@ msgstr "ID" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5630,7 +5546,15 @@ msgid "" msgstr "Przed zamknięciem okresu musisz zaksięgować wszystkie zapisy." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5724,8 +5648,8 @@ msgstr "" "firma funkcjonuje." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Niepełna konfiguracja!" @@ -5789,7 +5713,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5813,7 +5738,7 @@ msgstr "Odwrotny bilans analityczny" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5828,7 +5753,6 @@ msgstr "Waluta faktury" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Data faktury" @@ -5852,11 +5776,6 @@ msgstr "Pozycja faktury" msgid "Invoice Lines" msgstr "Pozycje faktury" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "Miesiąc faktury" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5928,13 +5847,13 @@ msgid "Invoice paid" msgstr "Faktua zapłacona" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Faktura częściowo zapłacona: %s%s of %s%s (pozostało %s%s)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Faktura wysłana" @@ -6055,7 +5974,7 @@ msgstr "To oznacza, że faktura została wysłana." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6098,9 +6017,7 @@ msgstr "Styczeń" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6112,7 +6029,7 @@ msgstr "Styczeń" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6212,7 +6129,7 @@ msgid "Journal Item" msgstr "Pozycja zapisu dziennika" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6222,7 +6139,7 @@ msgstr "" "jest zbilansowana!" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Pozycja dziennika '%s' (id: %s), Zapis '%s' jest już uzgodniony!" @@ -6231,7 +6148,7 @@ msgstr "Pozycja dziennika '%s' (id: %s), Zapis '%s' jest już uzgodniony!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6281,6 +6198,11 @@ msgstr "Wybierz dziennik" msgid "Journal for analytic entries" msgstr "Dziennik dla zapisów analitycznych" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6389,8 +6311,8 @@ msgstr "Pozostaw puste, aby stosować okres z daty zatwierdzenia (faktury)." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6619,11 +6541,6 @@ msgstr "Ostatnia data pełnego uzgodnienia" msgid "Latest Manual Reconciliation Processed:" msgstr "Ostatnio ręcznie uzgodniono:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "Zostaw 0 by pominąć." - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6683,7 +6600,8 @@ msgstr "" "Lista wszystkich podatków, które mają być zainstalowane przez kreatora" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Strata" @@ -6694,7 +6612,13 @@ msgid "Loss Account" msgstr "Konto strat" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "RÓŻNE" @@ -6785,7 +6709,7 @@ msgstr "" "Zdefiniuj partnera!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6836,7 +6760,7 @@ msgid "Miscellaneous" msgstr "Różne" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Dziennik PK" @@ -6871,6 +6795,8 @@ msgstr "" "jako kopię poprzedniej." #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6918,7 +6844,7 @@ msgid "Move bank reconcile" msgstr "Uzgodnienie wyciągu" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6931,7 +6857,7 @@ msgid "Move line reconcile select" msgstr "Wybieranie uzgodnień pozycji zapisów" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Nazwa zapisu (id): %s (%s)" @@ -6973,8 +6899,8 @@ msgstr "Nazwa nowych zapisów" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nigdy" @@ -6982,7 +6908,7 @@ msgstr "Nigdy" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nowe" @@ -7035,9 +6961,9 @@ msgid "Next supplier invoice number" msgstr "Następny numer faktury od dostawcy" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7073,19 +6999,19 @@ msgid "No Follow-up" msgstr "Bez windykacji" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "Brak pozycji faktury!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "Brak zdefiniowanego partnera!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "Brak liczby sztuk!" @@ -7108,14 +7034,14 @@ msgid "No period found on the invoice." msgstr "Brak okresu w fakturze" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "Nie znaleziono żadnego lub znaleziono kilka okresów dla tej daty." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Brak pasujących wyników'" @@ -7257,7 +7183,14 @@ msgstr "" "równowagę, mogą być wybrane jako siła automatycznego uzgodnienia" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "DO" @@ -7293,15 +7226,15 @@ msgid "Only One Chart Template Available" msgstr "Tylko jedem szablon planu kont jest dostępny" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Tylko administrator może zmienić te ustawienia" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "Użyj tylko skrótu ctrl-enter żeby zatwierdzić uzgodnienia." @@ -7349,8 +7282,8 @@ msgstr "Otwórz dziennik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "Bilans otwarcia" @@ -7372,8 +7305,8 @@ msgstr "Otwórz do kasowania uzgodnień" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Bilans otwarcia" @@ -7401,7 +7334,7 @@ msgstr "Konto przychodu sald początkowych" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Dziennik zapisów otwarcia" @@ -7417,7 +7350,7 @@ msgid "Opening Entries Reconciliation" msgstr "Uzgodnienie zapisów początkowych" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7425,7 +7358,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Okres otwierający" @@ -7609,8 +7542,8 @@ msgstr "Zapisy częściowo uzgodnione" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7650,6 +7583,11 @@ msgstr "ID Partnera" msgid "Partner Ledger" msgstr "Księga partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7866,7 +7804,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7881,7 +7818,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7990,31 +7927,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Sprawdź, czy pole 'Dziennik' jest ustawione w wyciągu" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Utwórz pozycje faktury." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Zdefiniuj numerację w dzienniku" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Zdefiniuj kolejność w dzienniku dla tej faktury." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Sprawdź, czy konto jest zdefiniowane w dzienniku." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8150,13 +8087,10 @@ msgstr "Faktury pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8174,6 +8108,11 @@ msgstr "Kategoria Produktu" msgid "Product Information" msgstr "Informacja o produkcie" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8181,7 +8120,6 @@ msgstr "Szablon produktu" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Jednostka miary produktu" @@ -8192,21 +8130,22 @@ msgid "Products Quantity" msgstr "Ilość produktu" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Zysk" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Rachunek zysków i strat (konta wydatków)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Zyski i straty (Konta przychodowe)" @@ -8277,7 +8216,7 @@ msgid "Purchase" msgstr "Zakup" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Dziennik zakupów" @@ -8288,7 +8227,7 @@ msgid "Purchase Refund" msgstr "Korekta zakupu" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Dziennik korekt zakupu" @@ -8299,7 +8238,7 @@ msgid "Purchase Tax" msgstr "Podatek zakupowy" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Podatek zakupowy %.2f%%" @@ -8350,16 +8289,10 @@ msgstr "Kod Python" msgid "Python Code (reverse)" msgstr "Kod Pythona (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Il." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8489,6 +8422,13 @@ msgstr "Uzgodnij z odpisami" msgid "Reconcile Writeoff" msgstr "Odpisy uzgodnień" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8512,7 +8452,7 @@ msgstr "Uzgodnione transakcje" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8581,6 +8521,7 @@ msgstr "Odn." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8615,7 +8556,7 @@ msgstr "Odnośnik/Opis" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8770,7 +8711,10 @@ msgid "Reset to Draft" msgstr "Przywróć do projektu" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Pozostało" @@ -8789,7 +8733,6 @@ msgstr "Wartośc pozostała w walucie" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Odpowiedzialny" @@ -8851,13 +8794,13 @@ msgid "Running Subscriptions" msgstr "Działające subskrypcje" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "DS" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "FZKS" @@ -8912,13 +8855,13 @@ msgid "Sales" msgstr "Sprzedaż" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Dziennik sprzedaży" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Dziennik korekt sprzedaży" @@ -8928,6 +8871,11 @@ msgstr "Dziennik korekt sprzedaży" msgid "Sales Tax(%)" msgstr "Podatek sprzedaży(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9084,7 +9032,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "Wybierz partnera" @@ -9361,7 +9309,7 @@ msgid "Smallest Text" msgstr "Najmniejszy tekst" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Część zapisów jest juz uzgodnionych." @@ -9492,7 +9440,7 @@ msgid "Start period" msgstr "Okres początkowy" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Okres początkowy musi poprzedzać końcowy." @@ -9518,7 +9466,7 @@ msgid "Statement" msgstr "Wyciąg" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Wyciąg %s jest potwierdzony. Utworzono zapisy księgowe." @@ -9576,11 +9524,6 @@ msgstr "Statystyki" msgid "Status" msgstr "Stan" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9639,7 +9582,7 @@ msgstr "Dostawca" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9665,7 +9608,7 @@ msgstr "Warunki płatności dostawcy" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9707,7 +9650,7 @@ msgstr "Wybierz pieniądze" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9759,8 +9702,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9769,7 +9712,7 @@ msgid "Tax" msgstr "Podatek" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Podatek %.2f%%" @@ -9930,7 +9873,7 @@ msgid "Tax Use In" msgstr "Podatek zastosowany w" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9994,7 +9937,7 @@ msgid "Taxes Report" msgstr "Raport podatkowy" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10061,7 +10004,7 @@ msgstr "Warunki" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10091,19 +10034,19 @@ msgid "The account basis of the tax declaration." msgstr "Rejestr podstawy podatku" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Pozycje zapisów konta są w niedozwolonym stanie" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "To konto nie zostało zdefiniowane do uzgodnień !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10138,7 +10081,14 @@ msgstr "" "obciążone, i ujemna, gdy konto jest uznane." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "Pozycje wyciągu bankowego zostały już wcześniej uzgodnione." @@ -10359,7 +10309,7 @@ msgstr "" "z konta lub wybrać wielowalutowy widok w dzienniku." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10398,7 +10348,7 @@ msgstr "" "wieloma podrzędnymi. W takim przypadku kolejność obliczeń ma znaczenie." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10435,13 +10385,19 @@ msgid "" msgstr "Nie ma firmy bez planu kont. Kreator nie zostanie uruchomiony." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Nie ma konta %s w dzienniku %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10449,7 +10405,7 @@ msgid "" msgstr "Brak domyślnego konta Ma w dzienniku \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10471,7 +10427,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Nie zdefiniowano konta przychodów dla produktu: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10479,13 +10435,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Brak kodu nadrzędnego dla szblonu konta." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10493,7 +10449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10710,6 +10666,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10761,7 +10725,7 @@ msgstr "" "liczba traktuje obecnego partnera jak uzgodnionego." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10770,7 +10734,7 @@ msgstr "" "Nie możesz modyfikować firmy, ponieważ dziennik zawiera zapisy w tym okresie." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10936,7 +10900,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "Wskazówka: Kliknij ctrl-enter aby zatwierdzić cały arkusz." @@ -10974,16 +10938,18 @@ msgid "To Review" msgstr "Do sprawdzenia" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Do uzgodnień wszystkie zapisy muszą być z tej samej firmy." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10994,6 +10960,7 @@ msgstr "Do uzgodnień wszystkie zapisy muszą być z tej samej firmy." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Suma" @@ -11125,7 +11092,7 @@ msgstr "Suma:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transakcja" @@ -11173,7 +11140,6 @@ msgstr "Prawda" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11189,13 +11155,13 @@ msgid "Type Controls" msgstr "Kontrole typów" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Nie można zinterpretować salda początkowego (wartość ujemna)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Nie można zmieniac podatku!" @@ -11219,6 +11185,11 @@ msgid "" "created." msgstr "Unikalny numer faktury, nadawany automatycznie przy jej tworzeniu." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11419,18 +11390,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Użytkownik" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11523,36 +11493,37 @@ msgstr "Wyświetl pozycje kont analitycznych" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Ostrzeżenie" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Ostrzeżenie !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11595,7 +11566,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11649,7 +11620,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Odpis" @@ -11676,7 +11647,7 @@ msgid "Write-Off amount" msgstr "Kwota odpisu" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11709,6 +11680,17 @@ msgstr "Suma roku" msgid "Yes" msgstr "Tak" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11717,14 +11699,14 @@ msgid "" msgstr "Zaznaczenie tej opcji oznacz, że pozycja jest sporna z partnerem" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" "Nie możesz dodawać/modyfikować zapisów w zamkniętym okresie %s dziennika %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11776,7 +11758,7 @@ msgstr "" "wartości w nadrzędnym rejestrze lub -1, jeśli chcesz odjąć." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11790,7 +11772,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11800,13 +11782,13 @@ msgstr "" "skasować uzgodnienie z płatnościami." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Nie można zmieniać kodu konta zawierającego zapisy!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11814,7 +11796,7 @@ msgid "" msgstr "Nie możesz zmienić firmy konta, jeśli są na nim zapisy." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" @@ -11822,7 +11804,7 @@ msgstr "" "ponownie." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11832,7 +11814,7 @@ msgstr "" "zawiera pozycje zapisów!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11840,7 +11822,7 @@ msgid "" msgstr "Nie możesz zmienić typu konta na '%s' gdy zawiera ono zapisy!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11886,13 +11868,13 @@ msgstr "" "centralizacją strony przeciwnej." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Nie możesz deaktywować konta, które ma zapisy." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Nie można usuwać zaksięgowanego zapisu \"%s\"." @@ -11917,7 +11899,7 @@ msgstr "" "Możesz tylko utworzyć jej korektę." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11929,7 +11911,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11941,7 +11923,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11951,7 +11933,7 @@ msgstr "" "Najpierw ustaw w dzienniku zezwolenie na anulowanie zapisów." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Nie możesz modyfikować/usuwać dziennika z zapisami w tym okresie." @@ -11964,13 +11946,13 @@ msgid "" msgstr "Nie możesz podać drugie waluty takiej samej jak pierwotna w firmie." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Nie możesz usunąć konta, na którym sa zapisy." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11980,7 +11962,7 @@ msgstr "" "dostawcy." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11991,14 +11973,14 @@ msgstr "" "wygenerowane procesem zamykania/otwierania roku." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Nie można stosować niekatywnych kont." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12008,7 +11990,7 @@ msgstr "" "zapisów' w dzienniku." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12020,7 +12002,7 @@ msgstr "" "Ostatnia pozycja warunków płatności powinna być typu 'Saldo'." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12030,13 +12012,13 @@ msgstr "" "kont \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12050,8 +12032,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12068,14 +12050,14 @@ msgstr "" "konto bankowe do uzgodnień." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Zdefiniuj konto dla zapisu odpisu/różnicy kursowej." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12093,7 +12075,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Musisz wybrać co najmniej jeden rekord." @@ -12105,7 +12087,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Musisz zdefiniować dziennik analityczny typu '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "Musisz najpierw wybrać partnera!" @@ -12129,7 +12111,7 @@ msgid "You must set a start date." msgstr "Musisz ustawić datę początkową" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12139,13 +12121,13 @@ msgstr "" "początkowe." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Musisz wybrać okres należący do tej samej firmy." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12154,7 +12136,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12173,7 +12155,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12203,7 +12185,7 @@ msgid "balance" msgstr "saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "zmień" @@ -12255,7 +12237,7 @@ msgstr "zamknięcie okresu" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12267,7 +12249,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "sekund na transakcję." @@ -12284,14 +12266,14 @@ msgstr "tytuł" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "do uzgodnienia" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "transakcje." @@ -12315,3 +12297,213 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "rok" + +#~ msgid "Qty" +#~ msgstr "Il." + +#~ msgid "# of Lines" +#~ msgstr "# wierszy" + +#~ msgid "#Entries" +#~ msgstr "#Zapisów" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupuj wg miesięcy" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Nie ma konta %s w dzienniku %s." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Kliknij, aby utworzyć korektę dla klienta. \n" +#~ "

\n" +#~ " Korekta może korygowac fakturę całkowiecie lub\n" +#~ " częściowo.\n" +#~ "

\n" +#~ " Zamiast ręcznie tworzyć korektę powinieneś\n" +#~ " utworzyć ją z faktury pierwotnej.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "Back to statement" +#~ msgstr "Wróć do zestawienia" + +#~ msgid "Invoice Month" +#~ msgstr "Miesiąc faktury" + +#~ msgid "Leave to 0 to ignore." +#~ msgstr "Zostaw 0 by pominąć." + +#~ msgid "" +#~ "
\n" +#~ "\n" +#~ "

Hello ${object.partner_id.name},

\n" +#~ "\n" +#~ "

A new invoice is available for you:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENCES
\n" +#~ "   Invoice number: ${object.number}
\n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   Invoice date: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
\n" +#~ "

It is also possible to directly pay with Paypal:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
\n" +#~ "

If you have any question, do not hesitate to contact us.

\n" +#~ "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

Dzień dobry ${object.partner_id.name},

\n" +#~ "\n" +#~ "

Udostępniamy Państwu nową fakturę:

\n" +#~ "\n" +#~ "

\n" +#~ "  ODNIESIENIA
\n" +#~ "  Numer faktury: ${object.number}
\n" +#~ "  Kwota faktury: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "  Data faktury: ${object.date_invoice}
\n" +#~ "% if object.origin:\n" +#~ "  Odnośnik zamówienia: ${object.origin}
\n" +#~ "% endif\n" +#~ "% if object.user_id:\n" +#~ "  Wasz kontakt: ${object.user_id.name}\n" +#~ "% endif\n" +#~ "

\n" +#~ "\n" +#~ "% if object.paypal_url:\n" +#~ "
\n" +#~ "

Można ją zapłacić za pośrednictwem Paypal:

\n" +#~ "\n" +#~ "\n" +#~ "\n" +#~ "% endif\n" +#~ "\n" +#~ "
\n" +#~ "

Jeśli mają Państwo jakieś pytania, to proszę się z nami kontaktować.

\n" +#~ "

Dziękujemy za współpracę z ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ "${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "% if object.company_id.street:\n" +#~ "${object.company_id.street}
\n" +#~ "% endif\n" +#~ "% if object.company_id.street2:\n" +#~ "${object.company_id.street2}
\n" +#~ "% endif\n" +#~ "% if object.company_id.city or object.company_id.zip:\n" +#~ "${object.company_id.zip} ${object.company_id.city}
\n" +#~ "% endif\n" +#~ "% if object.company_id.country_id:\n" +#~ "${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) " +#~ "or ''} ${object.company_id.country_id.name or ''}
\n" +#~ "% endif\n" +#~ "
\n" +#~ "% if object.company_id.phone:\n" +#~ "
\n" +#~ "Telefon:  ${object.company_id.phone}\n" +#~ "
\n" +#~ "% endif\n" +#~ "% if object.company_id.website:\n" +#~ "
\n" +#~ "WWW : ${object.company_id.website}\n" +#~ "
\n" +#~ "%endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " diff --git a/addons/account/i18n/pt.po b/addons/account/i18n/pt.po index 4699e001b7c..9a9fd1f9cb9 100644 --- a/addons/account/i18n/pt.po +++ b/addons/account/i18n/pt.po @@ -1,23 +1,189 @@ # Portuguese translation for openobject-addons # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 # This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2014. +# Daniel Santos , 2014. # msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 08:19+0000\n" -"Last-Translator: Ricardo Opencloud - Portugal " -"\n" +"Report-Msgid-Bugs-To: Daniel Santos \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 13:52+0000\n" +"Last-Translator: Daniel Santos - ThinkOpen \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-10-03 06:25+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Exmo/a ${object.partner_id.name},

\n" +"\n" +"

Foi-lhe emitida uma nova fatura:

\n" +" \n" +"

\n" +"   REFERÊNCIAS
\n" +"   Número de Fatura: ${object.number}
\n" +"   Total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Data: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Referência da Ordem: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Contacto: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Pode pagar diretamente via Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Se tiver alguma questão, esteja á vontade para nos contactar.

\n" +"

Obrigado por escolher ${object.company_id.name or 'Nossa " +"Empresa'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Telefone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Website: ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -31,17 +197,27 @@ msgid "" "related journal entries may or may not be reconciled.\n" " * The 'Cancelled' status is used when user cancel invoice." msgstr "" -" * O estado 'Rascunho' é usado quanto o utilizador está a submeter uma nova " -"factura.\n" -" * O estado 'Aberto' corresponde a uma factura validada por pagar.\n" -" * O estado 'Pago' é automático quando a factura é paga. \n" -" * O estado 'Cancelado' é usado quando o utilizador cancela a factura." +" * O estado 'Rascunho' é quando uma Fatura é preenchida e gravada, sem ser " +"validada.\n" +" * O estado 'Pró-forma' é quando queremos uma cópia igual á Fatura final, " +"contudo não têm número, não cria registos no sistema nem têm valor " +"contabilístico (Desuso em PT).\n" +" * O estado 'Em Aberto' é quando a Fatura é validada. Enquanto a fatura não " +"for paga, ficará neste estado.\n" +" * O estado 'Pago' é definido automaticamente quando a Fatura é paga. As " +"entradas em diário podem ou não ser reconciliadas.\n" +" * O estado 'Cancelado' é quando a Fatura, por alguma razão, é cancelada." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" -msgstr " Centralisation" +msgstr " Centralização" + +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Entradas" #. module: account #: field:account.chart.template,code_digits:0 @@ -53,49 +229,45 @@ msgstr "# de Dígitos" #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Entries" -msgstr "Nº de Entradas" +msgstr "# de Entradas" + +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "# de Faturas" #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Número de Itens" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Nº de Linhas" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" -msgstr "# de qtds de produtos" +msgstr "# de Produtos Qtd" #. module: account #: field:account.move.line.reconcile,trans_nbr:0 msgid "# of Transaction" -msgstr "# da transação" - -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Movimentos" +msgstr "# da Transação" #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a'})" -msgstr "${object.company_id.name|safe} Fatura (Nº ${object.number or 'n/a'})" +msgstr "" +"${object.company_id.name|safe} Fatura (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Cópia)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -111,8 +283,8 @@ msgid "" "(If you do not select a specific fiscal year, all open fiscal years will be " "selected.)" msgstr "" -"(Se não selecionar um ano fiscal específico, todos os anos fiscais serão " -"selecionados)" +"(Se não selecionar um Ano Fiscal específico, todos os Anos Fiscais abertos " +"serão selecionados.)" #. module: account #: view:account.tax.chart:account.view_account_tax_chart @@ -136,7 +308,7 @@ msgstr "(Manter vazio para abrir a situação atual)" #. module: account #: view:account.invoice:account.invoice_form msgid "(change)" -msgstr "(mudar)" +msgstr "(alterar)" #. module: account #: view:account.bank.statement:account.view_bank_statement_form @@ -148,7 +320,7 @@ msgstr "(atualizar)" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "+ Transactions" -msgstr "+ Transacções" +msgstr "+ Transações" #. module: account #: model:account.payment.term,name:account.account_payment_term_15days @@ -183,176 +355,12 @@ msgstr "Adiantamento de 30% ao fim de 30 dias" #. module: account #: view:website:account.report_generalledger msgid ": General ledger" -msgstr ": Balancete Geral" +msgstr ": Razão" #. module: account #: view:website:account.report_trialbalance msgid ": Trial Balance" -msgstr ": Balanço de Contas" - -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Caro ${object.partner_id.name},

\n" -"\n" -"

Uma nova fatura está disponível para si:

\n" -" \n" -"

\n" -"   Informação
\n" -"   Número: ${object.number}
\n" -"   Total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Data: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Origem: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Contacto: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

Pode também pagar directamente por Pay-Pal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Se tiver algumas questão, não hesite em nos contactar.

\n" -"

Obrigado por escolher a ${object.company_id.name or 'Nossa " -"Empresa'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Telefone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Website : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " +msgstr ": Balancete" #. module: account #: model:ir.actions.act_window,help:account.action_account_period @@ -366,12 +374,11 @@ msgid "" " " msgstr "" "

\n" -" Clique para adicionar um período fiscal.\n" +" Clique para adicionar um Período fiscal.\n" "

\n" -" Um período contábil é tipicamente um mês ou um trimestre. " -"ele\n" -" geralmente corresponde aos períodos de declaração de " -"impostos.\n" +" Um Período contabilístico é normalmente um mês ou um " +"trimestre.\n" +" Corresponde ao Período de declaração do IVA.\n" "

\n" " " @@ -425,18 +432,18 @@ msgid "" " " msgstr "" "

\n" -" Clique para adicionar uma conta.\n" +" Clique para adicionar uma Conta Contabilística.\n" "

\n" -" Uma conta é parte de um livro que permite a sua empresa \n" -" para registrar todos os tipos de transações de débito e " -"crédito.\n" -" Empresas apresentam as suas contas anuais em duas partes " -"principais: o\n" -" balanço patrimonial e demonstração do resultado do lucro (e " -"perda \n" -" conta). As contas anuais de uma empresa são obrigados por " -"lei\n" -" para revelar uma determinada quantidade de informação.\n" +" Uma Conta Contabilística faz parte do plano de contas, " +"permitindo\n" +" assim registar todos os tipos de transações de Débitos e " +"Créditos.\n" +" As empresas apresentam as suas contas anuais através do " +"Balanço:\n" +" e da Demonstração de Resultados (ganhos e perdas).\n" +" account). As empresas são obrigdas por lei a divulgar as " +"suas contas\n" +" anuais.\n" "

\n" " " @@ -457,16 +464,14 @@ msgid "" " " msgstr "" "

\n" -" Clique para adicionar uma conta.\n" +" Clique para acrescentar uma conta.\n" "

\n" -" Ao fazer multi-moeda transações, você pode perder ou ganhar\n" -" alguma quantidade devido a alterações da taxa de câmbio. " -"Este menu \n" -" dá-lhe ma previsão de ganho ou perda que você percebeu se " -"aqueles\n" -" transações foram terminou hoje. Apenas para contas de ter " -"um\n" -" moeda secundária definida.\n" +" Ao fazer transações multi-moeda, pode perder ou ganhar\n" +" \t\t\t\t uma certa quantidade devido a mudanças de taxa de câmbio. Este " +"menu dá\n" +"\t\t\t\t uma previsão de ganhos e perdas que tinha realizado se as\n" +"\t\t\t\t operações tivessem terminado hoje. Apenas para contas com uma\n" +" \t\t\t\t moeda secundária definida\n" "

\n" " " @@ -488,17 +493,16 @@ msgid "" " " msgstr "" "

\n" -" Clique para criar uma fatura de cliente.\n" +" Clique para criar uma Fatura de Cliente.\n" "

\n" -" A faturação do Odoo permite facilitar e agilizar o processo " -"de cobrança\n" -" das faturas, pois pode enviar por e-mail e permite ao " -"cliente pagar online\n" -" ou importar as faturas para o seu sistema. \n" +" Facturação electrónica do Odoo facilita a cobrança\n" +" dos pagamentos em atraso dos clientes. O cliente recebe\n" +" a fatura por email e pode pagar online e/ou registá-la\n" +" no sistema.\n" "

\n" -" As comunicações com o cliente são automaticamente " -"disponibilizadas\n" -" na parte de baixo de cada fatura.\n" +" As conversações realizadas com o cliente são " +"automaticamente\n" +" exibidas na parte inferior de cada fatura.\n" "

\n" " " @@ -506,7 +510,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -518,13 +522,14 @@ msgid "" " " msgstr "" "

\n" -" Clique para criar uma Nota de Crédito a Clientes. \n" +" Clique para criar uma Nota de Crédito para um cliente.\n" "

\n" -" Uma Nota de Crédito é um documento que credita uma Fatura\n" -" total ou parcialmente.\n" +" Uma Nota de Crédito é um documento para creditar uma fatura\n" +" totalmente ou parcialmente.\n" "

\n" -" Em vez de criar manualmente um reembolso ao cliente, você\n" -" pode gerá-la diretamente da fatura de cliente relacionado.\n" +" Em vez de criar manualmente uma Nota de Crédito ao cliente, " +"pode\n" +" gerá-la directamente a partir da fatura relacionada.\n" "

\n" " " @@ -547,16 +552,21 @@ msgid "" " " msgstr "" "

\n" -" Clique para criar uma entrada de diário.\n" +" Clique para criar uma Entrada num Diário.\n" "

\n" -" Uma entrada de diário consiste em vários itens de diário, \n" -" com valores a débito e a crédito.\n" +" Uma Entrada num Diário é composto por vários itens de " +"diário, cada\n" +" um dos quais é ou um cartão de débito ou uma operação de " +"crédito.\n" "

\n" -" O Odoo automaticamente cria uma entrada de movimento por \n" -" cada domento comercial: factura, nota de crédito, " -"pagamentos, extratos bancários,\n" -" etc. Assim, deve gerar movimentos manualmente apenas para " -"transacções genéricas. \n" +" Odoo cria automaticamente uma entrada de diário por " +"documento\n" +" contabilístico: fatura, nota de crédito, pagamento a " +"fornecedores,\n" +" extratos bancários, etc. Então, deve registar Entradas num " +"Diário\n" +" manualmente apenas / principalmente para operações " +"diversas.\n" "

\n" " " @@ -578,17 +588,14 @@ msgid "" " " msgstr "" "

\n" -" Clique para criar um log de dinheiro novo.\n" +" Clique para criar um novo Registo de Dinheiro.\n" "

\n" -" Um registo de dinheiro permite-lhe gerir entradas em " -"dinheiro em sua caixa\n" -" revistas. Este recurso fornece uma maneira fácil de " -"acompanhar dinheiro\n" -" pagamentos em uma base diária. Você pode inserir as moedas " -"que estão em\n" -" sua caixa de dinheiro, e em seguida, os trabalhos no correio " -"quando o dinheiro entra ou\n" -" sai da caixa de dinheiro.\n" +" \tUma caixa registadora permite gerir entradas em dinheiro no\n" +"\t\t\t\tseu diário de caixa. Este recurso fornece uma maneira fácil de\n" +"\t\t\t\tacompanhar os pagamentos de diário de caixa numa base diária.\n" +"\t\t\t\tPode introduzir as moedas que estão na sua caixa de dinheiro,\n" +"\t\t\t\te, em seguida,dar entrada quando o dinheiro entra ou sai da\n" +"\t\t\t\tcaixa de diário de caixa.\n" "

\n" " " @@ -605,10 +612,11 @@ msgid "" " " msgstr "" "

\n" -" Clique para criar um movimento tipo.\n" +" Clique para criar um Template de Declaração de Registo.\n" "

\n" -" Servem para rapidamente criar movimentos e extratos " -"bancários.\n" +" Estes podem ser usados ​​para criar rapidamente uma linha de " +"movimento\n" +" quando está a reconciliar de seus extratos bancários..\n" "

\n" " " @@ -630,16 +638,16 @@ msgid "" " " msgstr "" "

\n" -" Clique para definir um novo tipo de conta.\n" +" Clique para definir um novo Tipo de Conta Contabilística.\n" "

\n" " Um tipo de conta é usada para determinar como uma conta é " -"usada em\n" -" cada revista. O método do diferimento de um tipo de conta " +"usada\n" +" em cada Diário. O método de adiantamento do tipo de conta " "determina\n" -" o processo para o fechamento anual. Relatórios como a Folha " -"de Balanço\n" -" e do relatório de Lucros e Perdas usar a categoria\n" -" (lucro / perda ou balanço).\n" +" o processo para o fecho anual. Relatórios como o balanço e o " +"relatório\n" +" de ganhos e perdas usam a categoria (lucro / perda ou " +"balanço).\n" "

\n" " " @@ -660,15 +668,13 @@ msgid "" " " msgstr "" "

\n" -" Clique para definir uma nova entrada recorrente.\n" +" Clique para definir uma nova Entrada Recorrente.\n" "

\n" -" A entrada recorrente ocorre em base recorrente de um " -"específico\n" -" ou seja, data que corresponde à assinatura de um contrato ou " -"um\n" -" acordo com um cliente ou de um fornecedor. Você pode criar " -"tal\n" -" entradas para automatizar os lançamentos no sistema.\n" +" A entrada recorrente ocorre numa base recorrente a partir " +"de\n" +"\t\t\t\t uma data específica, ou seja, correspondente à assinatura de um\n" +"\t\t\t\t contrato ou um acordo com um cliente ou um fornecedor. Pode criar\n" +"\t\t\t\t essas entradas para automatizar as entradas no sistema.\n" "

\n" " " @@ -687,17 +693,17 @@ msgid "" "

\n" " " msgstr "" -"

\n" -"                 Clique para definir um novo código de impostos. \n" -"              

\n" -"                 Dependendo do país, um código de imposto é geralmente uma " -"célula para preencher \n" -"                 na sua declaração de imposto legal. Odoo permite definir a " -"\n" -"                 estrutura tributária e cada cálculo do imposto será " -"registado \n" -"                 numa ou em vários códigos tributários. \n" -"               \n" +"

\n" +" Clique para definir um novo Código de Imposto.\n" +"

\n" +" Dependendo do país, um código de imposto é geralmente uma " +"campo\n" +" para preencher a sua declaração de imposto legal. O Odoo " +"permite\n" +" definir a estrutura tributária e cada cálculo do imposto " +"será\n" +" registado em um ou vários códigos fiscais.\n" +"

\n" " " #. module: account @@ -713,15 +719,16 @@ msgid "" "

\n" " " msgstr "" -"

\n" -"                 Clique para gravar uma nova fatura do fornecedor. \n" -"              

\n" -"                 Você pode controlar a factura do seu fornecedor de acordo " -"com a \n" -"                 o que comprou ou recebeu. Odoo também pode gerar \n" -"                 projectos de faturas automaticamente de ordens de compra ou " -"recibos. \n" -"               \n" +"

\n" +" Clique para gravar uma nova Fatura de Fornecedor.\n" +"

\n" +" É possível controlar a fatura do seu fornecedor de acordo " +"com\n" +" o que comprou ou recebeu. O Odoo também pode gerar rascunhos " +"de\n" +" faturas automaticamente a partir de ordens de compra ou " +"recibos.\n" +"

\n" " " #. module: account @@ -740,18 +747,20 @@ msgid "" "

\n" " " msgstr "" -"

\n" -"                 Clique para registrar um extrato bancário. \n" -"              

\n" -"                 Um extrato bancário é um resumo de todas as transações " -"financeiras \n" -"                 ocorridas ao longo de um determinado período de tempo numa " -"conta bancária. \n" -"              

\n" -"                 Odoo permite conciliar uma linha declaração diretamente com " -"\n" -"                 A venda ou compra relacionada. \n" -"               \n" +"

\n" +" Clique para registar um Extrato Bancário.\n" +"

\n" +" Um Extrato Bancário é um resumo de todas as transações " +"financeiras\n" +" que ocorrem ao longo de um determinado período de tempo numa " +"conta\n" +" bancária. Deve receber isso periodicamente a partir de seu " +"banco.\n" +"

\n" +" O Odoo permite reconciliar uma linha declaração diretamente " +"com a\n" +" fatura de venda ou compra relacionada.\n" +"

\n" " " #. module: account @@ -768,11 +777,14 @@ msgid "" " " msgstr "" "

\n" -" Clique para registar uma Nota de Crédito a Fornecedor.\n" +" Clique para registar o Nota de Crédito recebida de um " +"fornecedor.\n" "

\n" -" Em vez de criar uma nota de crédito manual, pode gerar\n" -" devoluções e reconciliar diretamente da Fatura de " -"Fornecedores.\n" +" Em vez de criar a Nota de Crédito de um fornecedor " +"manualmente, pode\n" +"\t\t\t\t gerá-las e reconciliá-las diretamente a partir da fatura do " +"fornecedor\n" +"\t\t\t\t relacionado.\n" "

\n" " " @@ -798,16 +810,19 @@ msgstr "" "

\n" " Clique para iniciar um novo Ano Fiscal.\n" "

\n" -" Defina ano financeiro de sua empresa de acordo com suas " -"necessidades.\n" -" Um exercício é um período no final do qual uma empresa\n" -" contas são compostos (geralmente 12 meses). O exercício é\n" -" normalmente referido pela data em que termina. Por exemplo, " -"a\n" -" se o ano financeiro de uma empresa termina 30 de novembro de " -"2011, em seguida,\n" -" tudo entre 1 de dezembro de 2010 e 30 novembro de 2011\n" -" seria conhecido como o ano fiscal de 2011.\n" +" Defina o Ano Fiscal da sua empresa de acordo com suas " +"necessidades. Um\n" +" Ano Fiscal é um período que quando chega ao fim são feitas " +"as contas\n" +" da empresa (geralmente 12 meses). O Ano Fiscal é " +"normalmente\n" +" referido pela data em que termina. Por exemplo, se o Ano " +"Fiscal\n" +" de uma empresa termina 30 de Novembro de 2015, então tudo " +"entre\n" +" 1 de Dezembro de 2015 e 30 de Novembro de 2015 estará no Ano " +"Fiscal\n" +" de 2015.\n" "

\n" " " @@ -826,18 +841,18 @@ msgid "" "

\n" " " msgstr "" -"

\n" -"                 Selecione o período e o diário que deseja preencher. \n" -"              

\n" -"                 Esta vista pode ser usada por contabilistas, a fim de " -"gravar rapidamente \n" -"                 entradas no Odoo. Se quiser gravar uma fatura do " -"fornecedor, \n" -"                 comece a gravar a linha da conta de despesa. Odoo \n" -"                 irá propor-lhe automaticamente o imposto relacionado com " -"este \n" -"                 conta e a contrapartida \"Contas a Pagar\". \n" -"               \n" +"

\n" +" Selecione o período e o diário que deseja preencher.\n" +"

\n" +" Esta vista pode ser usada por contabilistas, a fim de " +"gravar\n" +" rapidamente as entradas no Odoo. Se quiser gravar uma " +"fatura\n" +" do fornecedor, comece a gravar a linha da conta de despesa.\n" +" O Odoo irá propor-lhe automaticamente o imposto relacionado " +"a\n" +" esta conta e as contrapartes \"Contas a Pagar\".\n" +"

\n" " " #. module: account @@ -900,22 +915,22 @@ msgid "" "

\n" " " msgstr "" -"

\n" -"                 Clique para adicionar uma nova conta analítica. \n" -"              

\n" -"                 O gráfico normal contas tem uma estrutura definida pela \n" -"                 exigência legal do país. O gráfico analítico de \n" -"                 estrutura de contas deve refletir as suas próprias " -"necessidades de negócios em \n" -"                 termo de custos / receitas de relatórios. \n" -"              

\n" -"                 Eles geralmente são estruturados por contratos, projetos, " -"produtos ou \n" -"                 departamentos. A maioria das operações Odoo (faturas, \n" -"                 quadros de horários, despesas, etc) geram entradas " -"analíticas sobre o \n" -"                 conta relacionada. \n" -"               \n" +"

\n" +" Clique para adicionar uma Conta Analítica.\n" +"

\n" +" O plano de contas normal tem uma estrutura definida pela\n" +" exigência legal do país. A estrutura de plano de Contas\n" +" Analíticas deve refletir as necessidades da empresa em " +"termos\n" +" de relatórios de custos/receitas.\n" +"

\n" +" São geralmente estruturados por contratos, projetos, " +"produtos ou\n" +" serviços. A maioria das operações Odoo (faturas, folha de " +"horas,\n" +" despesas, etc) geram entradas analíticas sobre a conta " +"relacionada.\n" +"

\n" " " #. module: account @@ -940,17 +955,17 @@ msgid "" "want to lock this period for tax related calculation." msgstr "" "Um período é um período fiscal de tempo durante o qual movimentos " -"contabilísticos deve ser registados para actividades relacionadas com a " +"contabilísticos devem ser registados para actividades relacionadas com a " "contabilidade. Períodos mensais são o normal mês dependendo dos países e " -"necessidades das empresas, deve também ter períodos trimestrais. Fechar um " -"período fará com que não seja mais possível criar novos movimentos " +"necessidades das empresas podem também ter períodos trimestrais. Fechar um " +"período fará com que não seja possível criar novos movimentos " "contabilísticos no mesmo, todos os novos movimentos devem então ser feitos " "no período aberto seguinte. Feche um período quando já não deseja registar " "novos movimentos e quer bloquear este período para cálculos relacionado com " "impostos." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "A linha de movimento selecionada já foi reconciliada." @@ -958,7 +973,9 @@ msgstr "A linha de movimento selecionada já foi reconciliada." #. module: account #: sql_constraint:account.fiscal.position.tax:0 msgid "A tax fiscal position could be defined only once time on same taxes." -msgstr "A tax fiscal position could be defined only once time on same taxes." +msgstr "" +"A posição fiscal do imposto pode ser definida apenas uma vez nos mesmos " +"impostos." #. module: account #: view:website:account.report_centraljournal @@ -976,11 +993,9 @@ msgstr "Tipo de conta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -989,10 +1004,10 @@ msgstr "Tipo de conta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1014,32 +1029,32 @@ msgstr "Relatório de Balancete de Antiguidade de Contas Experimental" #. module: account #: model:ir.model,name:account.model_account_analytic_balance msgid "Account Analytic Balance" -msgstr "Saldo da conta analítica" +msgstr "Saldo da Conta Analítica" #. module: account #: model:ir.model,name:account.model_account_analytic_chart msgid "Account Analytic Chart" -msgstr "Plano de contas analítico" +msgstr "Plano de Contas Analítico" #. module: account #: model:ir.model,name:account.model_account_analytic_cost_ledger msgid "Account Analytic Cost Ledger" -msgstr "Balancete de custos da analítica" +msgstr "Balancete de Custos de Conta Analítica" #. module: account #: model:ir.model,name:account.model_account_analytic_cost_ledger_journal_report msgid "Account Analytic Cost Ledger For Journal Report" -msgstr "Balancete de custos analíticos para relatório de diário" +msgstr "Balancete de Custos Analíticos para Relatório de Diário" #. module: account #: model:ir.model,name:account.model_account_analytic_inverted_balance msgid "Account Analytic Inverted Balance" -msgstr "Saldo Invertido da conta analítica" +msgstr "Saldo Invertido da Conta Analítica" #. module: account #: model:ir.model,name:account.model_account_analytic_journal_report msgid "Account Analytic Journal" -msgstr "Diário da contabilidade analítica" +msgstr "Diário da Contabilidade Analítica" #. module: account #: model:ir.actions.act_window,name:account.action_account_automatic_reconcile @@ -1060,7 +1075,7 @@ msgstr "Diário Central de Conta" #. module: account #: view:account.account:account.view_account_form msgid "Account Code and Name" -msgstr "Account Code and Name" +msgstr "Código de Conta e Nome" #. module: account #: model:ir.model,name:account.model_account_common_account_report @@ -1085,19 +1100,19 @@ msgstr "Relatório Comum de Conta" #. module: account #: field:account.analytic.line,currency_id:0 msgid "Account Currency" -msgstr "Account Currency" +msgstr "Moeda da Conta" #. module: account #: field:account.fiscal.position.account,account_dest_id:0 #: field:account.fiscal.position.account.template,account_dest_id:0 msgid "Account Destination" -msgstr "Destino da conta" +msgstr "Destino da Conta" #. module: account #: view:account.move:account.view_move_form #: model:ir.model,name:account.model_account_move msgid "Account Entry" -msgstr "Movimento da conta" +msgstr "Entrada na Conta" #. module: account #: model:ir.actions.act_window,name:account.action_account_general_journal @@ -1120,14 +1135,14 @@ msgstr "Seleccionar Diário de Contas" #. module: account #: field:account.invoice.report,account_line_id:0 msgid "Account Line" -msgstr "Linha de conta" +msgstr "Linha de Conta" #. module: account #: view:account.fiscal.position:account.view_account_position_form #: field:account.fiscal.position,account_ids:0 #: field:account.fiscal.position.template,account_ids:0 msgid "Account Mapping" -msgstr "Mapeamento das contas" +msgstr "Mapeamento das Contas" #. module: account #: field:account.use.model,model:0 @@ -1145,12 +1160,12 @@ msgstr "Modelo de Movimentos da Conta" #: view:website:account.report_centraljournal #: view:website:account.report_invertedanalyticbalance msgid "Account Name" -msgstr "Nome da conta" +msgstr "Nome da Conta" #. module: account #: field:account.bank.accounts.wizard,acc_name:0 msgid "Account Name." -msgstr "Nome de conta" +msgstr "Nome de Conta" #. module: account #: model:ir.model,name:account.model_account_partner_ledger @@ -1160,12 +1175,12 @@ msgstr "Balancete de Contas do Parceiro" #. module: account #: field:res.partner,property_account_payable:0 msgid "Account Payable" -msgstr "Conta a pagar" +msgstr "Conta a Pagar" #. module: account #: view:account.period:account.view_account_period_form msgid "Account Period" -msgstr "Account Period" +msgstr "Período de Conta" #. module: account #: model:ir.actions.act_window,name:account.action_account_print_journal @@ -1176,17 +1191,17 @@ msgstr "Imprimir Diário de Contas" #. module: account #: view:product.category:account.view_category_property_form msgid "Account Properties" -msgstr "Propriedades da conta" +msgstr "Propriedades da Conta" #. module: account #: field:res.partner,property_account_receivable:0 msgid "Account Receivable" -msgstr "Conta a receber" +msgstr "Conta a Receber" #. module: account #: model:ir.model,name:account.model_account_move_reconcile msgid "Account Reconciliation" -msgstr "Reconciliação da conta" +msgstr "Reconciliação da Conta" #. module: account #: view:account.financial.report:account.view_account_financial_report_form @@ -1207,7 +1222,7 @@ msgstr "Relatórios de Conta" #: view:account.financial.report:account.view_account_report_tree_hierarchy #: model:ir.ui.menu,name:account.menu_account_report_tree_hierarchy msgid "Account Reports Hierarchy" -msgstr "Hierarquia dos relatórios da conta" +msgstr "Hierarquia dos Relatórios da Conta" #. module: account #: field:account.fiscal.position.account,account_src_id:0 @@ -1237,7 +1252,7 @@ msgstr "Subscrição da conta" #. module: account #: model:ir.model,name:account.model_account_subscription_line msgid "Account Subscription Line" -msgstr "Linha de conta de subscrição" +msgstr "Linha de Conta de Subscrição" #. module: account #: view:account.tax:account.view_tax_form @@ -1287,7 +1302,7 @@ msgstr "Templates de Conta" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Account Total" -msgstr "Total da Conta" +msgstr "Total de Conta" #. module: account #: view:account.account:account.view_account_search @@ -1348,12 +1363,12 @@ msgstr "Account and Period must belong to the same company." #. module: account #: model:ir.model,name:account.model_account_chart msgid "Account chart" -msgstr "Plano de contas" +msgstr "Plano de Contas" #. module: account #: view:account.chart:account.view_account_chart msgid "Account charts" -msgstr "Listas de contas" +msgstr "Listas de Contas" #. module: account #: view:account.account:account.view_account_form @@ -1383,7 +1398,7 @@ msgstr "Conta nº" #. module: account #: model:ir.model,name:account.model_account_period msgid "Account period" -msgstr "Período da conta" +msgstr "Período da Conta" #. module: account #: model:ir.actions.report.xml,name:account.action_report_vat @@ -1398,12 +1413,12 @@ msgstr "Plano de contas de Impostos" #. module: account #: view:account.tax.chart:account.view_account_tax_chart msgid "Account tax charts" -msgstr "Plano de contas de Impostos" +msgstr "Planos de contas de Impostos" #. module: account #: field:account.bank.statement,account_id:0 msgid "Account used in this journal" -msgstr "Conta usada neste diário" +msgstr "Conta usada neste Diário" #. module: account #: model:res.groups,name:account.group_account_user @@ -1422,7 +1437,7 @@ msgstr "Contabilidade" #. module: account #: view:account.config.settings:account.view_account_config_settings msgid "Accounting & Finance" -msgstr "Contabilidade e finanças" +msgstr "Contabilidade e Finanças" #. module: account #: view:account.installer:account.view_account_configuration_installer @@ -1459,7 +1474,7 @@ msgstr "Relatório da Contabilidade" #. module: account #: model:ir.ui.menu,name:account.final_accounting_reports msgid "Accounting Reports" -msgstr "Mapas da contabilidade" +msgstr "Mapas Contabilisticos" #. module: account #: view:res.partner:account.view_partner_property_form @@ -1493,7 +1508,7 @@ msgstr "Posição Fiscal de Contas" #: view:account.fiscal.position:account.view_account_position_form #: view:account.fiscal.position.template:account.view_account_position_template_form msgid "Accounts Mapping" -msgstr "Mapeamento da conta" +msgstr "Mapeamento da Conta" #. module: account #: view:account.journal:account.view_account_journal_form @@ -1505,17 +1520,17 @@ msgstr "Tipo de Contas Permitidas (vazio para não controlar)" #: view:report.account.receivable:account.view_crm_case_user_graph #: view:report.account.receivable:account.view_crm_case_user_tree msgid "Accounts by Type" -msgstr "Contas por tipo" +msgstr "Contas por Tipo" #. module: account #: field:account.automatic.reconcile,account_ids:0 msgid "Accounts to Reconcile" -msgstr "Contas a conciliar" +msgstr "Contas a Reconciliar" #. module: account #: model:ir.actions.act_window,name:account.act_account_renew_view msgid "Accounts to Renew" -msgstr "Contas a renovar" +msgstr "Contas a Renovar" #. module: account #: field:account.account,active:0 @@ -1564,7 +1579,7 @@ msgstr "Configurações avançadas" #: model:ir.actions.report.xml,name:account.action_report_aged_partner_balance #: model:ir.ui.menu,name:account.menu_aged_trial_balance msgid "Aged Partner Balance" -msgstr "Antiguidade saldos de parceiros" +msgstr "Antiguidade de Saldos de Parceiros" #. module: account #: view:account.aged.trial.balance:account.account_aged_balance_view @@ -1588,17 +1603,17 @@ msgstr "" #: view:report.aged.receivable:account.view_aged_recv_graph #: view:report.aged.receivable:account.view_aged_recv_tree msgid "Aged Receivable" -msgstr "Valores A Receber Antigos" +msgstr "Valores A Receber antigos" #. module: account #: model:ir.model,name:account.model_report_aged_receivable msgid "Aged Receivable Till Today" -msgstr "Antiguidade de saldos de clientes até hoje." +msgstr "Antiguidade de Saldos de Clientes até hoje." #. module: account #: view:website:account.report_agedpartnerbalance msgid "Aged Trial Balance" -msgstr "Antigo Balancete de testes" +msgstr "Balancete antigo" #. module: account #: selection:account.balance.report,display_account:0 @@ -1698,7 +1713,7 @@ msgstr "" "significa que não será possível modificar os seus campos contabilísticos." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1766,10 +1781,10 @@ msgstr "Sempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1813,7 +1828,7 @@ msgstr "" #. module: account #: field:account.aged.trial.balance,direction_selection:0 msgid "Analysis Direction" -msgstr "Direção da analise" +msgstr "Direção da análise" #. module: account #: view:website:account.report_agedpartnerbalance @@ -1830,8 +1845,8 @@ msgstr "Analítica" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Ac. Analítica" @@ -1846,7 +1861,7 @@ msgstr "Ac. Analítica" #: field:account.move.line.reconcile.writeoff,analytic_id:0 #: field:account.statement.operation.template,analytic_account_id:0 msgid "Analytic Account" -msgstr "Conta Analítica" +msgstr "Conta analítica" #. module: account #: view:account.analytic.chart:account.account_analytic_chart_view @@ -2057,7 +2072,7 @@ msgstr "Tem a certeza que quer abrir Movimentos de Diário?" #. module: account #: view:account.state.open:account.view_account_state_open msgid "Are you sure you want to open this invoice ?" -msgstr "Tem a certeza que pretende abrir esta fatura" +msgstr "Tem a certeza que pretende abrir esta fatura?" #. module: account #: view:account.period.close:account.view_account_period_close @@ -2124,12 +2139,12 @@ msgstr "Automático" #. module: account #: model:ir.model,name:account.model_account_automatic_reconcile msgid "Automatic Reconcile" -msgstr "Reconciliação automática" +msgstr "Reconciliar Automáticamente" #. module: account #: model:ir.ui.menu,name:account.menu_automatic_reconcile msgid "Automatic Reconciliation" -msgstr "Reconciliação automática" +msgstr "Reconciliação Automática" #. module: account #: selection:account.financial.report,style_overwrite:0 @@ -2158,7 +2173,7 @@ msgid "Average Rate" msgstr "Taxa média" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2166,21 +2181,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "Voltar ao Extracto" +msgid "Back to statements list" +msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Bad Account!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "Mau Total!" @@ -2224,14 +2239,14 @@ msgstr "Balanço" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" -msgstr "Folha de balanços (conta ativa)" +msgstr "Folha de balanços (conta de ativo)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Folha de Balanços (Conta do passivo)" @@ -2255,7 +2270,7 @@ msgstr "Balanced" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2289,7 +2304,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_res_partner_bank msgid "Bank Accounts" -msgstr "Contas bancarias" +msgstr "Contas Bancárias" #. module: account #: view:res.partner:account.view_partner_property_form @@ -2404,7 +2419,7 @@ msgstr "A partir da data do Período" #. module: account #: model:ir.ui.menu,name:account.menu_finance_management_belgian_reports msgid "Belgian Reports" -msgstr "Relatórios belgas" +msgstr "Relatórios Belgas" #. module: account #: model:ir.ui.menu,name:account.menu_finance_periodical_processing_billing @@ -2532,7 +2547,7 @@ msgstr "Cancel Fiscal Year Closing Entries" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form msgid "Cancel Invoice" -msgstr "Cancelar facturas" +msgstr "Cancelar faturas" #. module: account #: view:account.invoice.cancel:account.account_invoice_cancel_view @@ -2558,7 +2573,7 @@ msgstr "Cancelar as faturas selecionadas" #. module: account #: selection:account.invoice.refund,filter_refund:0 msgid "Cancel: create refund and reconcile" -msgstr "Cancel: create refund and reconcile" +msgstr "Cancelar: Criar Nota de Crédito e Reconciliar" #. module: account #: selection:account.invoice,state:0 @@ -2589,7 +2604,7 @@ msgstr "" "unreconciled first. You can only refund this invoice." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2601,19 +2616,19 @@ msgstr "" "sequence manually for this piece." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Cannot create move with currency different from .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Cannot create moves for different companies." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2664,7 +2679,7 @@ msgstr "" "  Por favor, vá para Configuração do Diário." #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Não é possível gerar um código Diário não utilizado." @@ -2681,7 +2696,7 @@ msgstr "Código do caso" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Dinheiro" @@ -2736,6 +2751,7 @@ msgid "Category" msgstr "Categoria" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2759,12 +2775,12 @@ msgstr "Centralized Counterpart" #. module: account #: view:website:account.report_centraljournal msgid "Centralized Journal" -msgstr "Diário centralizado" +msgstr "Diário Centralizado" #. module: account #: model:ir.ui.menu,name:account.menu_account_central_journal msgid "Centralizing Journal" -msgstr "Diário centralizador" +msgstr "Diário Centralizador" #. module: account #: xsl:account.transfer:0 @@ -2878,7 +2894,7 @@ msgstr "Plano de contas de Impostos" #: view:account.account:account.view_account_list #: view:account.account:account.view_account_tree msgid "Chart of accounts" -msgstr "Plano de contas de contas" +msgstr "Plano de contas" #. module: account #: model:ir.ui.menu,name:account.menu_finance_charts @@ -3016,13 +3032,13 @@ msgstr "" #. module: account #: field:account.account,child_id:0 msgid "Child Accounts" -msgstr "Conta-filha" +msgstr "Contas Descendentes" #. module: account #: field:account.tax.code,child_ids:0 #: field:account.tax.code.template,child_ids:0 msgid "Child Codes" -msgstr "Códigos-filho" +msgstr "Códigos Descendentes" #. module: account #: field:account.tax,child_ids:0 @@ -3045,6 +3061,13 @@ msgstr "Children/Sub Taxes" msgid "Choose Fiscal Year" msgstr "Escolha o Ano Fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -3087,7 +3110,7 @@ msgstr "Feche os estados do Ano fiscal e períodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Feche o Extrato" @@ -3173,22 +3196,16 @@ msgstr "Comentário:" msgid "Commercial Entity" msgstr "Entidade Comercial" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "Parceiro Comercial" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "País do Parceiro Comercial" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Relatório comum" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Communication" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3338,8 +3355,8 @@ msgid "Configuration Error" msgstr "Erro de Configuração" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3421,7 +3438,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "Parabéns, já está tudo pronto!" @@ -3429,7 +3446,7 @@ msgstr "Parabéns, já está tudo pronto!" #. module: account #: field:account.account,child_consol_ids:0 msgid "Consolidated Children" -msgstr "Dependentes consolidados" +msgstr "Descendentes consolidados" #. module: account #: selection:account.account,type:0 @@ -3453,7 +3470,7 @@ msgstr "Contratos" #. module: account #: model:ir.actions.act_window,name:account.action_open_partner_analytic_accounts msgid "Contracts/Analytic Accounts" -msgstr "Contratos / contas analíticas" +msgstr "Contratos/Contas Analíticas" #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_cost @@ -3538,7 +3555,7 @@ msgstr "Create Refund" #. module: account #: selection:account.invoice.refund,filter_refund:0 msgid "Create a draft refund" -msgstr "Create a draft refund" +msgstr "Criar Rascunho de Nota de Crédito" #. module: account #: view:account.addtmpl.wizard:account.view_account_addtmpl_wizard_form @@ -3809,7 +3826,6 @@ msgstr "Credit note sequence" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3837,7 +3853,7 @@ msgstr "Moeda" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Ajustar Moeda" @@ -3923,7 +3939,7 @@ msgstr "Nota de crédito a cliente" #: model:ir.actions.act_window,name:account.action_invoice_tree3 #: model:ir.ui.menu,name:account.menu_action_invoice_tree3 msgid "Customer Refunds" -msgstr "Notas de Crédito a Clientes" +msgstr "Notas de Crédito" #. module: account #: field:product.template,taxes_id:0 @@ -3968,9 +3984,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4157,7 +4172,7 @@ msgstr "Taxa pré-definida, para compras" #. module: account #: field:wizard.multi.charts.accounts,sale_tax:0 msgid "Default Sale Tax" -msgstr "Taxa pré-definida para vendas" +msgstr "Imposto pré-definido para vendas" #. module: account #: field:account.account,tax_ids:0 @@ -4170,7 +4185,7 @@ msgstr "Impostos padrão" #. module: account #: field:account.config.settings,currency_id:0 msgid "Default company currency" -msgstr "Divisa padrão da empresa" +msgstr "Moeda padrão da empresa" #. module: account #: field:account.config.settings,default_purchase_tax:0 @@ -4203,14 +4218,13 @@ msgstr "Describe why you take money from the cash register:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4355,20 +4369,20 @@ msgstr "Rascunho" #. module: account #: model:ir.ui.menu,name:account.periodical_processing_journal_entries_validation msgid "Draft Entries" -msgstr "Lançamentos rascunho" +msgstr "Confirmar Lançamentos" #. module: account #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:website:account.report_invoice_document msgid "Draft Invoice" -msgstr "Rascunho da Fatura" +msgstr "Fatura em Rascunho" #. module: account #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search msgid "Draft Invoices" -msgstr "Faturas em rascunhos" +msgstr "Faturas em rascunho" #. module: account #: view:account.invoice:account.invoice_form @@ -4396,7 +4410,7 @@ msgstr "Limite" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4424,13 +4438,13 @@ msgid "Duration" msgstr "Duração" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4447,7 +4461,7 @@ msgstr "Data efectiva" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "Eficiência no seu melhor" @@ -4456,7 +4470,7 @@ msgstr "Eficiência no seu melhor" #: model:ir.actions.act_window,name:account.action_email_templates #: model:ir.ui.menu,name:account.menu_email_templates msgid "Email Templates" -msgstr "Email Templates" +msgstr "Templates de Email" #. module: account #: model:ir.model,name:account.model_mail_compose_message @@ -4611,10 +4625,10 @@ msgid "Entries Sorted by" msgstr "Entradas classificadas por" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " -msgstr "O movimento não é da mesma conta ou já foi reconciliada ! " +msgstr "As entradas não são da mesma conta ou já estão reconciliados ! " #. module: account #: model:ir.model,name:account.model_account_statement_from_invoice_lines @@ -4623,7 +4637,7 @@ msgstr "Entradas por Extrato de Faturas" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Movimentos: " @@ -4634,7 +4648,7 @@ msgid "Entry" msgstr "Movimento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "A entada \"%s\" não é valida !" @@ -4668,7 +4682,7 @@ msgid "Entry Subscription" msgstr "Movimentos de subscrição" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Entry is already reconciled." @@ -4685,51 +4699,53 @@ msgid "Equity" msgstr "Equity" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Erro" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4756,7 +4772,7 @@ msgid "" "The duration of the Period(s) is/are invalid." msgstr "" "Erro!\n" -"As durações dos períodos são inválidas." +"A duração do(s) períodos é/são inválida(s)." #. module: account #: constraint:account.period:0 @@ -4861,7 +4877,7 @@ msgstr "Filtros Avançados..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "Reconciliador Rápido" @@ -4884,7 +4900,7 @@ msgstr "Fill in this form if you put money in the cash register:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filtro" @@ -5047,7 +5063,6 @@ msgstr "Posições Fiscais" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5164,12 +5179,12 @@ msgid "" "accounts that are typically more credited than debited and that you would " "like to print as positive amounts in your reports; e.g.: Income account." msgstr "" -"Para as contas que são tipicamente mais debitadas do crédito e que gostaria " -"de imprimir como valores negativos nos seus relatórios, deve inverter o " -"sinal do saldo, por exemplo: conta de despesa. O mesmo se aplica para as " -"contas que são tipicamente mais do que debitadas e creditadas que gostaria " -"de imprimir como valores positivos nos seus relatórios; por exemplo: conta " -"de rendimentos." +"Para as contas que têm tipicamente mais valores a débito do que a crédito e " +"que gostaria de imprimir como valores negativos nos seus relatórios, deve " +"inverter o sinal do saldo, por exemplo: conta de despesa. O mesmo se aplica " +"para as contas que são tipicamente mais do que debitadas e creditadas que " +"gostaria de imprimir como valores positivos nos seus relatórios; por " +"exemplo: conta de rendimentos." #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view @@ -5299,6 +5314,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5413,7 +5434,7 @@ msgstr "" "diário de correspondência do mesmo tipo." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5425,8 +5446,8 @@ msgid "Go to Next Partner" msgstr "Seguir para o próximo parceiro" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5471,6 +5492,7 @@ msgstr "Bom trabalho!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Agrupar por" @@ -5480,11 +5502,6 @@ msgstr "Agrupar por" msgid "Group Invoice Lines" msgstr "Agrupar linhas da fatura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupo por mês da data da fatura" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5511,7 +5528,6 @@ msgstr "" "directly in html format in order to be inserted in kanban views." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5601,7 +5617,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5633,7 +5648,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5642,6 +5656,12 @@ msgstr "ID" msgid "Icon" msgstr "Ícone" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5881,7 +5901,7 @@ msgstr "Importar Entradas" #. module: account #: view:account.bank.statement:account.view_bank_statement_form msgid "Import Invoice" -msgstr "Importar factura" +msgstr "Importar Fatura" #. module: account #: view:website:account.report_partnerbalance @@ -5898,7 +5918,15 @@ msgstr "" "relacionados." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5939,7 +5967,7 @@ msgstr "Conta de Receitas" #. module: account #: field:account.chart.template,property_account_income:0 msgid "Income Account on Product Template" -msgstr "Conta de Despesas no Template do Artigo" +msgstr "Conta de receitas no Template do Artigo" #. module: account #: field:account.chart.template,property_account_income_categ:0 @@ -5993,8 +6021,8 @@ msgstr "" "contabilísticas das empresas sediadas no seu país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Configuração Incompleta!" @@ -6058,7 +6086,8 @@ msgid "IntraCom" msgstr "intraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -6082,7 +6111,7 @@ msgstr "Balancete Analítico Invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -6097,7 +6126,6 @@ msgstr "Moeda da fatura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Data da Fatura" @@ -6121,11 +6149,6 @@ msgstr "Linha de Fatura" msgid "Invoice Lines" msgstr "Linhas da Fatura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "Mês da Fatura" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6198,13 +6221,13 @@ msgid "Invoice paid" msgstr "Invoice paid" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Invoice partially paid: %s%s of %s%s (%s%s remaining)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Fatura enviada" @@ -6270,7 +6293,7 @@ msgstr "Estatísticas de faturas" #. module: account #: model:ir.ui.menu,name:account.periodical_processing_invoicing msgid "Invoicing" -msgstr "Faturação" +msgstr "Contabilidade" #. module: account #: model:res.groups,name:account.group_account_invoice @@ -6316,8 +6339,8 @@ msgid "" "It indicates that the invoice has been paid and the journal entry of the " "invoice has been reconciled with one or several journal entries of payment." msgstr "" -"Ele indica que a fatura foi paga e a entrada diária da fatura foi " -"reconciliada com um ou vários lançamentos de pagamentos." +"Indica que a fatura foi paga e a entrada diária da fatura foi reconciliada " +"com um ou vários lançamentos de pagamentos." #. module: account #: help:account.invoice,sent:0 @@ -6326,7 +6349,7 @@ msgstr "It indicates that the invoice has been sent." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "levou-o a si" @@ -6369,9 +6392,7 @@ msgstr "Janeiro" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6383,7 +6404,7 @@ msgstr "Janeiro" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6430,17 +6451,17 @@ msgstr "Entradas de Diário por Mês" #. module: account #: view:account.move:account.view_account_move_filter msgid "Journal Entries to Review" -msgstr "Lançamentos a rever" +msgstr "Movimentos a rever" #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Journal Entries with period in current period" -msgstr "Lançamentos com período em período atual" +msgstr "Movimentos com período em período atual" #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Journal Entries with period in current year" -msgstr "Lançamentos com período no ano atual" +msgstr "Movimentos com período no ano atual" #. module: account #: field:account.bank.statement.line,journal_entry_id:0 @@ -6483,7 +6504,7 @@ msgid "Journal Item" msgstr "Lançamento do diário" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6493,7 +6514,7 @@ msgstr "" "que não é balanceada!" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Item do diário '%s' (id: %s), Movimento '%s' já está reconciliado!" @@ -6502,7 +6523,7 @@ msgstr "Item do diário '%s' (id: %s), Movimento '%s' já está reconciliado!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6552,6 +6573,11 @@ msgstr "Seleção de diário" msgid "Journal for analytic entries" msgstr "Diário para movimentos analíticos" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Diário de faturas com período no ano em curso" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6650,7 +6676,7 @@ msgstr "Deixe em branco para usar a conta de custos" #. module: account #: view:account.tax.template:account.view_account_tax_template_form msgid "Keep empty to use the income account" -msgstr "Manter vazia para usar a conta de despesas" +msgstr "Manter vazia para usar a conta de receitas" #. module: account #: help:account.invoice,period_id:0 @@ -6660,8 +6686,8 @@ msgstr "Mantenha vazio para usar o período da data de validação (da fatura)." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6890,15 +6916,10 @@ msgstr "Data da Última Reconciliação Completa" msgid "Latest Manual Reconciliation Processed:" msgstr "Última Reconciliação Manual Processada:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "Deixa a 0 para ignorar." - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" -msgstr "Mapas oficiais" +msgstr "Mapas Fiscais" #. module: account #: view:account.model:account.view_model_form @@ -6954,7 +6975,8 @@ msgstr "" "Lista de todos os impostos que têm de ser instalados pelos assistentes." #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Loss" @@ -6965,7 +6987,13 @@ msgid "Loss Account" msgstr "Loss Account" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Conta de Perdas de Câmbio" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "MISC" @@ -7019,12 +7047,12 @@ msgstr "Imposto de faturação manual" #. module: account #: model:ir.ui.menu,name:account.menu_manual_reconcile msgid "Manual Reconciliation" -msgstr "Reconciliação manual" +msgstr "Reconciliação Manual" #. module: account #: model:ir.actions.act_window,name:account.action_account_use_model_create_entry msgid "Manual Recurring" -msgstr "Recorrente manual" +msgstr "Manualmente Recorrente" #. module: account #: selection:report.account.sales,month:0 @@ -7056,7 +7084,7 @@ msgstr "" "Por favor defina o terceiro na mesma!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -7107,7 +7135,7 @@ msgid "Miscellaneous" msgstr "Diversos" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diário Diverso" @@ -7140,6 +7168,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Modify: create refund, reconcile and create a new draft invoice" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7187,7 +7217,7 @@ msgid "Move bank reconcile" msgstr "Reconciliação de movimento bancário" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7200,7 +7230,7 @@ msgid "Move line reconcile select" msgstr "Selecionar linhas de movimentos para reconciliar" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Nome movimento (id): %s (%s)" @@ -7242,8 +7272,8 @@ msgstr "Nome dos novos movimentos" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nunca" @@ -7251,7 +7281,7 @@ msgstr "Nunca" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Novo" @@ -7304,9 +7334,9 @@ msgid "Next supplier invoice number" msgstr "Next supplier invoice number" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7342,19 +7372,19 @@ msgid "No Follow-up" msgstr "No Follow-up" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "Sem linhas de fatura!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "Parceiro não definido!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "Nenhum número de bocado!" @@ -7377,7 +7407,7 @@ msgid "No period found on the invoice." msgstr "No period found on the invoice." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7386,7 +7416,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Nenhum resultado correspondente '" @@ -7428,7 +7458,7 @@ msgstr "Não é impresso na fatura" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Not due" -msgstr "Dentro do prazo" +msgstr "Não está no limite" #. module: account #: view:website:account.report_centraljournal @@ -7496,7 +7526,7 @@ msgstr "Numero (Movimento)" #. module: account #: field:account.payment.term.line,days:0 msgid "Number of Days" -msgstr "Numero de dias" +msgstr "Número de dias" #. module: account #: field:account.subscription,period_total:0 @@ -7516,7 +7546,7 @@ msgid "" "Number of Days=22, Day of Month=-1, then the due date is 28/02." msgstr "" "Número de dias a somar antes de calcular o dia do mês. Se data = 15/01, " -"Numero de dias = 22, Dia do mes= -1, então a data de vencimento é 28/02." +"Número de dias = 22, Dia do mês= -1, então a data de vencimento é 28/02." #. module: account #: help:account.automatic.reconcile,power:0 @@ -7524,11 +7554,19 @@ msgid "" "Number of partial amounts that can be combined to find a balance point can " "be chosen as the power of the automatic reconciliation" msgstr "" -"Numero de montantes parciais que podem ser combinados para encontrar um " -"saldo podem ser escolhidos com o poder da reconciliação automática" +"Número de montantes parciais que podem ser combinados para encontrar um " +"ponto de equilíbrio, pode ser escolhido com a opção da reconciliação " +"automática" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7565,15 +7603,15 @@ msgid "Only One Chart Template Available" msgstr "Only One Chart Template Available" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Somente os administradores podem alterar as configurações" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "Apenas use o atalho 'ctrl-enter' para validar reconciliações." @@ -7621,8 +7659,8 @@ msgstr "Abrir diário" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "Abrir Balanço" @@ -7630,12 +7668,12 @@ msgstr "Abrir Balanço" #. module: account #: view:account.move.bank.reconcile:account.view_account_move_bank_reconcile msgid "Open for Bank Reconciliation" -msgstr "Abrir para reconciliação bancária" +msgstr "Abrir para Reconciliação bancária" #. module: account #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select msgid "Open for Reconciliation" -msgstr "Abrir para conciliação" +msgstr "Abrir para Reconciliação" #. module: account #: view:account.move.line.unreconcile.select:account.view_account_move_line_unreconcile_select @@ -7644,8 +7682,8 @@ msgstr "Abrir Para Desreconciliar" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo de abertura" @@ -7664,7 +7702,7 @@ msgstr "Opening Cashbox Lines" #. module: account #: field:account.chart.template,property_account_expense_opening:0 msgid "Opening Entries Expense Account" -msgstr "Abertura das entradas da Conta de despesas" +msgstr "Conta de despesas na Abertura de Entradas" #. module: account #: field:account.chart.template,property_account_income_opening:0 @@ -7673,7 +7711,7 @@ msgstr "Abrir Entrada de rendimentos na Conta" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diário de Abertura" @@ -7689,7 +7727,7 @@ msgid "Opening Entries Reconciliation" msgstr "Opening Entries Reconciliation" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7700,7 +7738,7 @@ msgstr "" "execute o assistente." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Período da abertura" @@ -7784,7 +7822,7 @@ msgstr "P&L / Categoria BS" #: view:account.invoice:account.invoice_form #: view:website:account.report_invoice_document msgid "PRO-FORMA" -msgstr "Pro-forma" +msgstr "Pró-forma" #. module: account #: selection:account.invoice,state:0 @@ -7796,7 +7834,7 @@ msgstr "Pago" #. module: account #: field:account.invoice,reconciled:0 msgid "Paid/Reconciled" -msgstr "Pago/Conciliado" +msgstr "Pago/Reconciliado" #. module: account #: field:account.account,parent_id:0 @@ -7884,8 +7922,8 @@ msgstr "Reconciliação parcial de movimentos" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7925,6 +7963,11 @@ msgstr "ID Parceiro" msgid "Partner Ledger" msgstr "Balancete de Paceiros" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "Nome do Parceiro" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7978,13 +8021,13 @@ msgstr "Pay your suppliers by check" #: model:account.account.type,name:account.data_account_type_payable #: selection:account.entries.report,type:0 msgid "Payable" -msgstr "Pagável" +msgstr "A pagar" #. module: account #: view:account.chart.template:account.view_account_chart_template_seacrh #: field:account.chart.template,property_account_payable:0 msgid "Payable Account" -msgstr "Conta pagável" +msgstr "Conta a pagar" #. module: account #: view:account.account:account.view_account_search @@ -8092,7 +8135,7 @@ msgstr "" #. module: account #: help:res.company,paypal_account:0 msgid "Paypal username (usually email) for receiving online payments." -msgstr "Utilizador Paypal (email usual) para receber pagamento online." +msgstr "Utilizador Paypal (email normalmente) para receber pagamento online." #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -8145,7 +8188,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8160,7 +8202,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8171,7 +8213,7 @@ msgstr "Período" #: code:addons/account/static/src/xml/account_move_line_quickadd.xml:8 #, python-format msgid "Period :" -msgstr "Período" +msgstr "Período :" #. module: account #: view:website:account.report_analyticcostledger @@ -8271,31 +8313,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Please check that the field 'Journal' is set on the Bank Statement" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Por favor, crie primeiro algumas linhas na fatura" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Please define a sequence on the journal." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Por favor, defina sequência no diário relacionado a esta fatura." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Por favor verifique se a conta está definida no diário." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8345,7 +8387,7 @@ msgstr "Entradas Publicadas" #. module: account #: field:account.automatic.reconcile,power:0 msgid "Power" -msgstr "Energia" +msgstr "Potencial" #. module: account #: selection:account.financial.report,sign:0 @@ -8426,7 +8468,7 @@ msgstr "Fatura Pro-Forma" #: selection:account.invoice.report,state:0 #: selection:report.invoice.created,state:0 msgid "Pro-forma" -msgstr "Pro-forma" +msgstr "Pró-forma" #. module: account #: model:res.groups,name:account.group_proforma_invoices @@ -8436,13 +8478,10 @@ msgstr "Faturas pró-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8460,6 +8499,11 @@ msgstr "Categoria do Artigo" msgid "Product Information" msgstr "Informação do artigo" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Quantidade de Produto" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8467,7 +8511,6 @@ msgstr "Template de Produto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Unidade de medida do produto" @@ -8478,21 +8521,22 @@ msgid "Products Quantity" msgstr "Quantidade de artigos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Lucro" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Lucro & Prejuízo (conta de Despesa)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Lucro & prejuízo (Rendimento da conta)" @@ -8521,7 +8565,7 @@ msgstr "Lucros e Prejuízos" #. module: account #: view:account.invoice:account.view_account_invoice_filter msgid "Proforma" -msgstr "Proforma" +msgstr "Pró-forma" #. module: account #: view:account.invoice:account.view_account_invoice_filter @@ -8531,7 +8575,7 @@ msgstr "Faturas Proforma" #. module: account #: view:account.invoice:account.view_account_invoice_filter msgid "Proforma/Open/Paid Invoices" -msgstr "Proforma / Abrir / Faturas Pagas" +msgstr "Pró-forma / Abrir / Faturas Pagas" #. module: account #: field:account.partner.reconcile.process,progress:0 @@ -8563,7 +8607,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diário de Compra" @@ -8574,10 +8618,10 @@ msgid "Purchase Refund" msgstr "Nota de Crédito da Compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" -msgstr "Diário de retorno de compras" +msgstr "Diário de Reembolso de Compras" #. module: account #: view:wizard.multi.charts.accounts:account.view_wizard_multi_chart @@ -8585,7 +8629,7 @@ msgid "Purchase Tax" msgstr "Purchase Tax" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Imposto da Compra %.2f%%" @@ -8636,16 +8680,10 @@ msgstr "Código python" msgid "Python Code (reverse)" msgstr "Código python (reverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Quantidade" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8775,6 +8813,13 @@ msgstr "Reconciliação com fecho" msgid "Reconcile Writeoff" msgstr "Reconcilie Acertos" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8798,7 +8843,7 @@ msgstr "Transações reconciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8840,7 +8885,7 @@ msgstr "Recorrente" #. module: account #: model:ir.ui.menu,name:account.menu_finance_recurrent_entries msgid "Recurring Entries" -msgstr "Lançamentos recorrentes" +msgstr "Lançamentos Recorrentes" #. module: account #: model:ir.actions.act_window,name:account.action_subscription_form @@ -8863,10 +8908,11 @@ msgstr "Ref" #. module: account #: field:account.analytic.line,ref:0 msgid "Ref." -msgstr "Referência" +msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8901,17 +8947,17 @@ msgstr "Descrição / Referência" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" -msgstr "Estornar" +msgstr "Reembolso" #. module: account #: field:account.tax,ref_base_code_id:0 #: field:account.tax.template,ref_base_code_id:0 msgid "Refund Base Code" -msgstr "Código base de nota de crédito" +msgstr "Código base de Nota de Crédito" #. module: account #: field:account.tax,ref_base_sign:0 @@ -8928,7 +8974,7 @@ msgstr "Criar Nota de Crédito" #. module: account #: field:account.invoice.refund,journal_id:0 msgid "Refund Journal" -msgstr "Diário de notas de crédito" +msgstr "Diário de Notas de Crédito" #. module: account #: field:account.invoice.refund,filter_refund:0 @@ -8939,7 +8985,7 @@ msgstr "Método de Nota de Crédito" #: field:account.tax,account_paid_id:0 #: field:account.tax.template,account_paid_id:0 msgid "Refund Tax Account" -msgstr "Conta de imposto para notas de crédito" +msgstr "Conta de imposto de Notas de Crédito" #. module: account #: field:account.tax,account_analytic_paid_id:0 @@ -8950,7 +8996,7 @@ msgstr "Refund Tax Analytic Account" #: field:account.tax,ref_tax_code_id:0 #: field:account.tax.template,ref_tax_code_id:0 msgid "Refund Tax Code" -msgstr "Código de imposto, notas de crédito" +msgstr "Código de imposto de Notas de Crédito" #. module: account #: field:account.tax,ref_tax_sign:0 @@ -9058,15 +9104,18 @@ msgid "Reset to Draft" msgstr "Redefinir para rascunho" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" -msgstr "Residual" +msgstr "Saldo" #. module: account #: view:account.invoice:account.invoice_tree #: field:account.move.line,amount_residual:0 msgid "Residual Amount" -msgstr "Valor residual" +msgstr "Valor do Saldo" #. module: account #: field:account.move.line,amount_residual_currency:0 @@ -9077,14 +9126,13 @@ msgstr "Residual Amount in Currency" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsável" #. module: account #: selection:account.financial.report,sign:0 msgid "Reverse balance sign" -msgstr "Inverter equilíbrio do sinal" +msgstr "Inverter equilíbrio do sinal" #. module: account #: view:account.chart.template:account.view_account_chart_template_seacrh @@ -9139,13 +9187,13 @@ msgid "Running Subscriptions" msgstr "Subscrições em andamento" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -9166,7 +9214,7 @@ msgstr "Venda" #. module: account #: selection:account.journal,type:0 msgid "Sale Refund" -msgstr "Nota de crédito de vendas" +msgstr "Nota de crédito para Vendas" #. module: account #: view:wizard.multi.charts.accounts:account.view_wizard_multi_chart @@ -9200,13 +9248,13 @@ msgid "Sales" msgstr "Vendas" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diário de Vendas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diário de notas de crédito de vendas" @@ -9216,6 +9264,11 @@ msgstr "Diário de notas de crédito de vendas" msgid "Sales Tax(%)" msgstr "Imposto sobre Vendas (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "Equipa de Vendas" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9305,7 +9358,7 @@ msgstr "Pesquisar Templates de Imposto" #. module: account #: view:account.tax:account.view_account_tax_search msgid "Search Taxes" -msgstr "Procurar Taxas" +msgstr "Procurar Impostos" #. module: account #: view:account.tax.code.template:account.view_tax_code_template_search @@ -9373,7 +9426,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "Selecionar Parceiro" @@ -9661,7 +9714,7 @@ msgid "Smallest Text" msgstr "Texto menor" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Some entries are already reconciled." @@ -9794,7 +9847,7 @@ msgid "Start period" msgstr "Período Inicial" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Start period should precede then end period." @@ -9820,7 +9873,7 @@ msgid "Statement" msgstr "Extrato" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Statement %s confirmed, journal items were created." @@ -9878,15 +9931,10 @@ msgstr "Estatísticas" msgid "Status" msgstr "Estado" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "Comunicação Estruturada" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" -msgstr "Sub-Total :" +msgstr "Subtotal :" #. module: account #: field:account.subscription.line,subscription_id:0 @@ -9941,7 +9989,7 @@ msgstr "Fornecedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9967,7 +10015,7 @@ msgstr "Modo Pagamento Fornecedor" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -10009,7 +10057,7 @@ msgstr "Retirar dinheiro" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "Tome em média, menos de 5 segundos para conciliar uma transação." @@ -10061,8 +10109,8 @@ msgstr "Mês das Tarefas" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -10071,7 +10119,7 @@ msgid "Tax" msgstr "Imposto" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Imposto %.2f%%" @@ -10196,7 +10244,7 @@ msgstr "Tax Name must be unique per company!" #: field:account.fiscal.position.tax,tax_src_id:0 #: field:account.fiscal.position.tax.template,tax_src_id:0 msgid "Tax Source" -msgstr "Origem do câmbio" +msgstr "Origem do imposto" #. module: account #: view:website:account.report_vat @@ -10232,7 +10280,7 @@ msgid "Tax Use In" msgstr "Imposto usado em" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10296,7 +10344,7 @@ msgid "Taxes Report" msgstr "Relatório de Impostos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10363,7 +10411,7 @@ msgstr "Termos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "É em média" @@ -10395,19 +10443,19 @@ msgid "The account basis of the tax declaration." msgstr "A contas base da declaração fiscal" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "As linhas de movimentos de conta não estão no estado valido" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" -msgstr "A conta não esta definida para ser reconciliada!" +msgstr "A conta não está definida para se reconciliar !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "The account move (%s) for centralisation has been confirmed." @@ -10445,7 +10493,14 @@ msgstr "" "debitada e negativo quando a conta for creditada." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "A linha de extrato bancário já se reconciliou." @@ -10506,7 +10561,7 @@ msgid "" "The date of your Journal Entry is not in the defined period! You should " "change the date or remove this constraint from the journal." msgstr "" -"A data da sua entrada diária não está num período definido! Deve mudar a " +"A data da sua entrada em diário não está num período definido! Deve mudar a " "data ou remover este constrangimento do diário." #. module: account @@ -10679,7 +10734,7 @@ msgstr "" "multi-moeda no diário." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10720,7 +10775,7 @@ msgstr "" "vários impostos dependentes. Neste caso a ordem de avaliação é importante." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10761,13 +10816,19 @@ msgstr "" "therefore not be executed." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." +msgstr "Não existe conta de perdas no diário %s." #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "Não existe conta de ganhos no diário %s." + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10777,7 +10838,7 @@ msgstr "" "on journal \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10800,7 +10861,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "There is no income account defined for this product: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10810,13 +10871,13 @@ msgstr "" "initial balance." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "There is no parent code for the template account." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10826,7 +10887,7 @@ msgstr "" "Por favor, vá a Configuração / Períodos e configure um ano fiscal." #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10983,9 +11044,9 @@ msgid "" "encode the sale and purchase rates or choose from list of taxes. This last " "choice assumes that the set of tax defined on this template is complete" msgstr "" -"Este boolean ajuda-o a escolher se quer propor ao utilizador para codificar " -"a venda e as taxas de compra ou escolher uma lista de impostos. Esta última " -"opção pressupõe que o conjunto de impostos definido neste template é completo" +"Este boleano ajuda-o a escolher se quer propor ao utilizador, codificar as " +"taxas de venda e compra ou escolher uma lista de impostos. Esta última opção " +"pressupõe que o conjunto de impostos definido neste template é completo" #. module: account #: help:account.config.settings,complete_tax_set:0 @@ -11069,6 +11130,14 @@ msgstr "" "Este campo é usado para gerar relatórios legais: de lucros e perdas, folha " "de balanços." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -11125,7 +11194,7 @@ msgstr "" "reconciliado." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -11135,7 +11204,7 @@ msgstr "" "modify its company field." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11329,7 +11398,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "Dica: Carregar em ctrl-enter para validar todo o extracto." @@ -11367,16 +11436,18 @@ msgid "To Review" msgstr "Para rever" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "To reconcile the entries company should be the same for all entries." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11387,6 +11458,7 @@ msgstr "To reconcile the entries company should be the same for all entries." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11434,7 +11506,7 @@ msgstr "Total recebivel" #: field:account.invoice.report,residual:0 #: field:account.invoice.report,user_currency_residual:0 msgid "Total Residual" -msgstr "Total Residual" +msgstr "Total Saldo" #. module: account #: field:account.bank.statement,total_entry_encoding:0 @@ -11488,12 +11560,12 @@ msgstr "Montante total que terá que pagar a este fornecedor" #. module: account #: view:account.move.line:account.view_move_line_tree_reconcile msgid "Total credit" -msgstr "Total credit" +msgstr "Total de crédito" #. module: account #: view:account.move.line:account.view_move_line_tree_reconcile msgid "Total debit" -msgstr "Total debito" +msgstr "Total de débito" #. module: account #: help:account.bank.statement,total_entry_encoding:0 @@ -11521,7 +11593,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transação" @@ -11569,7 +11641,6 @@ msgstr "Verdadeiro" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11585,13 +11656,13 @@ msgid "Type Controls" msgstr "Controlos de tipo" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Unable to adapt the initial balance (negative value)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Unable to change tax!" @@ -11616,6 +11687,11 @@ msgid "" msgstr "" "Numero único da fatura, gerado automaticamente quando a fatura é criada." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "Valor unitário" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11697,7 +11773,7 @@ msgstr "Ganhos e perdas não realizados" #: view:account.unreconcile:account.account_unreconcile_view #: view:account.unreconcile.reconcile:account.account_unreconcile_reconcile_view msgid "Unreconcile" -msgstr "Desconciliar" +msgstr "Não Reconciliavel" #. module: account #: model:ir.actions.act_window,name:account.action_account_unreconcile @@ -11742,7 +11818,7 @@ msgstr "Movimentos Desreconciliados" #: view:account.unreconcile.reconcile:account.account_unreconcile_reconcile_view #: model:ir.model,name:account.model_account_move_line_unreconcile_select msgid "Unreconciliation" -msgstr "Anular reconciliação" +msgstr "Desreconciliação" #. module: account #: field:report.invoice.created,amount_untaxed:0 @@ -11787,12 +11863,11 @@ msgid "" "invoice will be created \n" " so that you can edit it." msgstr "" -"Use this option if you want to cancel an invoice and create a new\n" -" one. The credit note will be created, " -"validated and reconciled\n" -" with the current invoice. A new, draft, " -"invoice will be created \n" -" so that you can edit it." +"Use esta opção se quiser cancelar uma fatura e criar uma nova. A nota\n" +" de crédito. será criada, validada e " +"reconciliada com a fatura atual.\n" +" Um novo rascunho de fatura será criado " +"para que possa alterá-lo." #. module: account #: view:account.invoice.refund:account.view_account_invoice_refund @@ -11803,29 +11878,28 @@ msgid "" " with the invoice. You will not be able " "to modify the credit note." msgstr "" -"Use this option if you want to cancel an invoice you should not\n" -" have issued. The credit note will be " -"created, validated and reconciled\n" -" with the invoice. You will not be able " -"to modify the credit note." +"Use esta opção se quiser cancelar uma fatura que não deve\n" +" ser emitida. A nota de crédito será " +"criada, validada e reconciliada\n" +" com a fatura. Não poderá alterar a nota " +"de crédito." #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Utilizador" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11918,36 +11992,37 @@ msgstr "Ver linhas analíticas da conta" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Aviso" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Aviso!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11996,7 +12071,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "Waw, isto foi rápido!" @@ -12054,7 +12129,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Fechar" @@ -12081,7 +12156,7 @@ msgid "Write-Off amount" msgstr "Fechar montante" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "Modelo Errado!" @@ -12089,7 +12164,7 @@ msgstr "Modelo Errado!" #. module: account #: sql_constraint:account.move.line:0 msgid "Wrong credit or debit value in accounting entry !" -msgstr "Valor de Crédito ou débito errado na entrada de contabilidade!" +msgstr "Valor de Crédito ou Débito errado na entrada de contabilidade!" #. module: account #: sql_constraint:account.model.line:0 @@ -12114,6 +12189,17 @@ msgstr "Somatório do ano" msgid "Yes" msgstr "Sim" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -12121,16 +12207,16 @@ msgid "" "associated partner" msgstr "" "Pode marcar esta caixa para definir este item de diário como um litígio com " -"o partner associado" +"o parceiro associado" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "You can not add/modify entries in a closed period %s of journal %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "Não pode reabrir o período que pertence a um ano fiscal fechado." @@ -12180,7 +12266,7 @@ msgstr "" "adicionar/subtrai-lo." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12202,7 +12288,7 @@ msgstr "" "Ex. Meu modelo em %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12212,28 +12298,28 @@ msgstr "" "unreconcile related payment entries first." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "You cannot change the code of account which contains journal items!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " "journal items." msgstr "" -"Não pode mudar o dono da empresa, de uma conta que já contém items diários." +"Não pode mudar o dono da empresa, de uma conta que já contém itens de diário." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "You cannot change the tax, you should remove and recreate lines." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12243,7 +12329,7 @@ msgstr "" "contains journal items!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12253,7 +12339,7 @@ msgstr "" "items!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12299,13 +12385,13 @@ msgstr "" "You cannot create more than one move per period on a centralized journal." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "You cannot deactivate an account that contains journal items." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "You cannot delete a posted journal entry \"%s\"." @@ -12332,7 +12418,7 @@ msgstr "" "criar uma nota de crédito." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12344,7 +12430,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12356,7 +12442,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12366,7 +12452,7 @@ msgstr "" "First you should set the journal to allow cancelling entries." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "You cannot modify/delete a journal with entries for this period." @@ -12381,13 +12467,13 @@ msgstr "" "one." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "You cannot remove an account that contains journal items." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12397,7 +12483,7 @@ msgstr "" "supplier." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12409,14 +12495,14 @@ msgstr "" "year process." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Não se pode usar uma conta inativa." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12426,7 +12512,7 @@ msgstr "" "Controls' on the related journal." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12438,7 +12524,7 @@ msgstr "" "The latest payment term line should be of the \"Balance\" type." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12448,13 +12534,13 @@ msgstr "" "belong to chart of accounts \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "Não tem permissões para abrir este diário %s!" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "Tem a expressão \"%(...)s\" errada no seu modelo!" @@ -12470,8 +12556,8 @@ msgstr "" "please select a period and a journal in the context." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12488,7 +12574,7 @@ msgstr "" "na definição do diário para reconciliação" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." @@ -12496,7 +12582,7 @@ msgstr "" "You have to provide an account for the write off/exchange difference entry." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12519,7 +12605,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "You must choose at least one record." @@ -12531,7 +12617,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Deve definir um diário analítico do tipo '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "Deve antes selecionar um parceiro" @@ -12555,7 +12641,7 @@ msgid "You must set a start date." msgstr "Tem de definir uma data de início" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12565,13 +12651,13 @@ msgstr "" "balance." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "You should choose the periods that belong to the same company." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12583,7 +12669,7 @@ msgstr "" "contabilísticas relacionadas às diferenças entre taxas de câmbio." #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12607,7 +12693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "Você validou!" @@ -12621,11 +12707,11 @@ msgid "" "by\n" " your supplier/customer." msgstr "" -"You will be able to edit and validate this\n" -" credit note directly or keep it draft,\n" -" waiting for the document to be issued " -"by\n" -" your supplier/customer." +"Será capaz de alterar e validar esta\n" +" nota de crédito diretamente ou mantê-la " +"em \n" +" rascunho, esperando o documento a ser \n" +" emitido pelo seu fornecedor / cliente." #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_account_line_extended_form @@ -12638,7 +12724,7 @@ msgid "balance" msgstr "balance" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "modificar" @@ -12691,7 +12777,7 @@ msgstr "Fechar período" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "reconciliações com o atalho Ctrl-Enter." @@ -12703,7 +12789,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "segundos por transacção." @@ -12720,14 +12806,14 @@ msgstr "título" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "a reconciliar" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "transacções" @@ -12752,3 +12838,43 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "ano" + +#~ msgid "Qty" +#~ msgstr "Quantidade" + +#~ msgid "#Entries" +#~ msgstr "#Movimentos" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupo por mês da data da fatura" + +#~ msgid "# of Lines" +#~ msgstr "Nº de Linhas" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Clique para criar uma Nota de Crédito a Clientes. \n" +#~ "

\n" +#~ " Uma Nota de Crédito é um documento que credita uma Fatura\n" +#~ " total ou parcialmente.\n" +#~ "

\n" +#~ " Em vez de criar manualmente um reembolso ao cliente, você\n" +#~ " pode gerá-la diretamente da fatura de cliente relacionado.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "There is no %s Account on the journal %s." diff --git a/addons/account/i18n/pt_BR.po b/addons/account/i18n/pt_BR.po index 4a9203a2d4c..f6023202f2d 100644 --- a/addons/account/i18n/pt_BR.po +++ b/addons/account/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-07 02:01+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,9 +15,176 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-08 07:07+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:51+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Olá ${object.partner_id.name},

\n" +"\n" +"

Uma nova fatura está disponível a você:

\n" +" \n" +"

\n" +"   REFERENCIA
\n" +"   Número da Fatura: ${object.number}
\n" +"   Total da Fatura: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Data da Fatura: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Referência do Pedido: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Seu Contato: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Também é possivel pagar diretamente através do Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Se você tiver alguma dúvida, não deixe de entrar em contato " +"conosco.

\n" +"

Obrigado por escolher ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Fone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Site : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -42,11 +209,16 @@ msgstr "" "* A situação 'Cancelada' é quando o usuário cancela a fatura." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralização" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -59,16 +231,16 @@ msgstr "# de dígitos" msgid "# of Entries" msgstr "# de Entradas" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# de Itens" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# de Linhas" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -79,11 +251,6 @@ msgstr "# Qtde de Produtos" msgid "# of Transaction" msgstr "# da Transação" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Entradas" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -92,15 +259,15 @@ msgstr "" "${object.company_id.name|safe} Fatura (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Cópia)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -195,90 +362,6 @@ msgstr ":Contabilidade geral" msgid ": Trial Balance" msgstr ":Balancete" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -425,7 +508,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -436,18 +519,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Clique para criar um reembolso ao cliente. \n" -"

\n" -" Um reembolso é um documento que credita (-) uma fatura " -"completamente ou\n" -" parcialmente.\n" -"

\n" -" Ao invés de criar um reembolso manualmente, você\n" -" pode gerá-la diretamente a partir da fatura relacionada ao " -"cliente.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -807,7 +878,7 @@ msgstr "" "bloquear o período para o cálculo de impostos" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "a linha de movimentação selecionada já foi reconciliada" @@ -835,11 +906,9 @@ msgstr "Tipo de Conta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -848,10 +917,10 @@ msgstr "Tipo de Conta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1557,7 +1626,7 @@ msgstr "" "que você não poderá mais alterar seus campos." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1626,10 +1695,10 @@ msgstr "Sempre" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1691,8 +1760,8 @@ msgstr "Analítico" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "Conta Analítica" @@ -2020,7 +2089,7 @@ msgid "Average Rate" msgstr "Taxa Média" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2028,21 +2097,21 @@ msgstr "BCO" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "Voltar ao demonstrativo" +msgid "Back to statements list" +msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Conta Inválida!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "Total Errado!" @@ -2086,14 +2155,14 @@ msgstr "Balancete" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balanço Patrimonial (Conta de Ativos)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balanço Patrimonial (conta do passivo)" @@ -2117,7 +2186,7 @@ msgstr "Equilibrado" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banco" @@ -2451,7 +2520,7 @@ msgstr "" "desconciliar. Você somente poderá fazer um reembolso dessa fatura." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2463,19 +2532,19 @@ msgstr "" "crie uma seqüência manualmente para esta peça." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Não é possível criar movimento com moeda diferente .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Não é possível criar movimentos para empresas diferentes." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2526,7 +2595,7 @@ msgstr "" "Vá a Configuração de Diários" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Não é possível gerar um código de diário não utilizado." @@ -2543,7 +2612,7 @@ msgstr "Codigo do caso" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Dinheiro" @@ -2598,6 +2667,7 @@ msgid "Category" msgstr "Categori­a" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2908,6 +2978,13 @@ msgstr "Filhos / Sub Impostos" msgid "Choose Fiscal Year" msgstr "Escolha o Ano Fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2950,7 +3027,7 @@ msgstr "Situação do fechamento de Ano Fiscal e períodos" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Fechar o demonstrativo" @@ -3036,22 +3113,16 @@ msgstr "Comentário:" msgid "Commercial Entity" msgstr "Entidade Comercial" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "Parceiro Comercial" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "País do Parceiro Comercial" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Relatório Comum" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicação" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3201,8 +3272,8 @@ msgid "Configuration Error" msgstr "Erro de Configuração" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3285,7 +3356,7 @@ msgstr "Confirmado" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "Parabéns! Você concluiu!" @@ -3672,7 +3743,6 @@ msgstr "Seqüência de nota de crédito" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3700,7 +3770,7 @@ msgstr "Moeda" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Ajuste de Moeda" @@ -3831,9 +3901,8 @@ msgstr "Clientes" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4065,14 +4134,13 @@ msgstr "Descreva por que você está tirando dinheiro do caixa:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4258,7 +4326,7 @@ msgstr "Vencimento" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4286,13 +4354,13 @@ msgid "Duration" msgstr "Duração" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "DRC" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "DC" @@ -4309,7 +4377,7 @@ msgstr "Data efetiva" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "Eficiência no seu melhor" @@ -4473,7 +4541,7 @@ msgid "Entries Sorted by" msgstr "Entradas classificadas por" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Lançamentos não são das mesmas contas ou já estão conciliados ! " @@ -4485,7 +4553,7 @@ msgstr "Entradas por Demonstrativos das Faturas" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Lancamentos: " @@ -4496,7 +4564,7 @@ msgid "Entry" msgstr "Lançamento" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Lançamento \"%s\" não é válido" @@ -4530,7 +4598,7 @@ msgid "Entry Subscription" msgstr "Inscrição de Lançamento" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Entrada já reconciliada" @@ -4547,51 +4615,53 @@ msgid "Equity" msgstr "Patrimônio Líquido" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Erro" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4722,7 +4792,7 @@ msgstr "Filtros Extendidos..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "Reconciliador Rápido" @@ -4746,7 +4816,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filtrar" @@ -4909,7 +4979,6 @@ msgstr "Posições fiscais" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5165,6 +5234,12 @@ msgstr "" msgid "Future" msgstr "Futuro" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5280,7 +5355,7 @@ msgstr "" "mesmo tipo." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Impostos globais definido, mas não se encontram em linhas de fatura!" @@ -5291,8 +5366,8 @@ msgid "Go to Next Partner" msgstr "Ir para o próximo parceiro" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5337,6 +5412,7 @@ msgstr "Bom trabalho!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Agrupar por" @@ -5346,11 +5422,6 @@ msgstr "Agrupar por" msgid "Group Invoice Lines" msgstr "Agrupar Linhas da Fatura" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mês da fatura" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5378,7 +5449,6 @@ msgstr "" "kanban." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5468,7 +5538,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5500,7 +5569,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5509,6 +5577,12 @@ msgstr "ID" msgid "Icon" msgstr "Ícone" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5768,7 +5842,15 @@ msgstr "" "relacionadas." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5863,8 +5945,8 @@ msgstr "" "empresas baseadas no seu país." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Configurações Insuficientes!" @@ -5928,7 +6010,8 @@ msgid "IntraCom" msgstr "intraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5952,7 +6035,7 @@ msgstr "Balanço analítico invertido -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5967,7 +6050,6 @@ msgstr "Moeda da Fatura" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Data da Fatura" @@ -5991,11 +6073,6 @@ msgstr "Linha da Fatura" msgid "Invoice Lines" msgstr "Linhas da Fatura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "Mês da Fatura" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6068,13 +6145,13 @@ msgid "Invoice paid" msgstr "Fatura paga" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Fatura parcialmente paga: %s%s de %s%s (%s%s restantes)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Fatura enviada" @@ -6196,7 +6273,7 @@ msgstr "Ele indica que a fatura foi enviada." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "Levou" @@ -6239,9 +6316,7 @@ msgstr "Janeiro" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6253,7 +6328,7 @@ msgstr "Janeiro" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6353,7 +6428,7 @@ msgid "Journal Item" msgstr "Item de Diário" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6363,7 +6438,7 @@ msgstr "" "não está balanceado!" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Item de Diário '%s' (id: %s), Movimento '%s' já está reconciliado!" @@ -6372,7 +6447,7 @@ msgstr "Item de Diário '%s' (id: %s), Movimento '%s' já está reconciliado!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6422,6 +6497,11 @@ msgstr "Selecionar Diário" msgid "Journal for analytic entries" msgstr "Diário para lançamentos analíticos" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6530,8 +6610,8 @@ msgstr "Deixe em branco para usar o período da data de validação (fatura)" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6760,11 +6840,6 @@ msgstr "Data da Última Reconciliação Completa" msgid "Latest Manual Reconciliation Processed:" msgstr "Última Reconciliação Manual Processada:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "Deixe 0 para ignorar" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6823,7 +6898,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Mostrar todos os impostos que foram instalados pelo assistente" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Perda" @@ -6834,7 +6910,13 @@ msgid "Loss Account" msgstr "Conta de Perdas" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "DIVER" @@ -6925,7 +7007,7 @@ msgstr "" "Por favor, defina um parceiro!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6976,7 +7058,7 @@ msgid "Miscellaneous" msgstr "Diversos" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Diário Diversos" @@ -7010,6 +7092,8 @@ msgstr "" "Modificar: criar reembolso, reconciliar e criar uma nova fatura provisória." #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7057,7 +7141,7 @@ msgid "Move bank reconcile" msgstr "Reconciliar movimento bancário" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7071,7 +7155,7 @@ msgid "Move line reconcile select" msgstr "Selecionar linhas de movimentos para conciliar" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Nome da movimentação (id): %s (%s)" @@ -7113,8 +7197,8 @@ msgstr "Nome de novos lançamentos" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nunca" @@ -7122,7 +7206,7 @@ msgstr "Nunca" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Novo" @@ -7175,9 +7259,9 @@ msgid "Next supplier invoice number" msgstr "Próximo número de fatura de fornecedor" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7213,19 +7297,19 @@ msgid "No Follow-up" msgstr "Sem Cobrança" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "Nenhuma Linha de Fatura!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "Nenhum Parceiro Definido" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "Nenhum Número da Peça!" @@ -7248,7 +7332,7 @@ msgid "No period found on the invoice." msgstr "Nenhum período encontrado na fatura." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7257,7 +7341,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Nenhum resultado encontrado'" @@ -7400,7 +7484,14 @@ msgstr "" "de equilíbrio. Pode ser escolhido como ponto para reconciliação automática" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7436,15 +7527,15 @@ msgid "Only One Chart Template Available" msgstr "Somente um Modelo de Contas Disponível" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Apenas os administradores podem alterar as configurações" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "Use apenas o atalho ctrl-enter para validar as reconciliações" @@ -7492,8 +7583,8 @@ msgstr "Abrir Diário" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "Abrir Balanço" @@ -7515,8 +7606,8 @@ msgstr "Aberto para Desconciliação" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Saldo de Abertura" @@ -7544,7 +7635,7 @@ msgstr "Entradas de Abertura da Conta de Receitas" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Diário de Abertura de Lançamentos" @@ -7560,7 +7651,7 @@ msgid "Opening Entries Reconciliation" msgstr "Reconciliação de Lancamentos de Abertura" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7571,7 +7662,7 @@ msgstr "" "seguida, executar este assistente." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Abertura do Período" @@ -7755,8 +7846,8 @@ msgstr "Reconciliar Lançamentos Parcialmente" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7796,6 +7887,11 @@ msgstr "ID do Parceiro" msgid "Partner Ledger" msgstr "Livro-razão de Parceiro" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -8018,7 +8114,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8033,7 +8128,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8145,31 +8240,31 @@ msgstr "" "Por favor, verifique se o campo 'Diário' está definido no extrato bancário" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Por favor, crie algumas linhas da fatura." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Por favor defina a sequência no diário." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Defina a sequencia do diário referente a essa fatura." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Por favor verifique se uma conta está definida no diário." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8310,13 +8405,10 @@ msgstr "Faturas Pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8334,6 +8426,11 @@ msgstr "Categoria de Produtos" msgid "Product Information" msgstr "Informação do Produto" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8341,7 +8438,6 @@ msgstr "Modelo de Produto" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Unidade de Medida do Produto" @@ -8352,21 +8448,22 @@ msgid "Products Quantity" msgstr "Quantidade de Produtos" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Lucro" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Lucros e Perdas (Conta de Despesa)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Lucros & Perdas (conta de receitas)" @@ -8437,7 +8534,7 @@ msgid "Purchase" msgstr "Compra" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Diário de Compras" @@ -8448,7 +8545,7 @@ msgid "Purchase Refund" msgstr "Devolução de Compra" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Diário de Devolução de Compra" @@ -8459,7 +8556,7 @@ msgid "Purchase Tax" msgstr "Imposto de Compras" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Impostos de Compra %.2f%%" @@ -8510,16 +8607,10 @@ msgstr "Código python" msgid "Python Code (reverse)" msgstr "Código python (reverso)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Qtde" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8649,6 +8740,13 @@ msgstr "Reconciliar com Baixa" msgid "Reconcile Writeoff" msgstr "Reconciliar o Ajuste" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8672,7 +8770,7 @@ msgstr "Transações conciliadas" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8741,6 +8839,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8775,7 +8874,7 @@ msgstr "Referência/Descrição" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8932,7 +9031,10 @@ msgid "Reset to Draft" msgstr "Voltar para Provisório" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Residual" @@ -8951,7 +9053,6 @@ msgstr "Valor residual em Moeda" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsável" @@ -9013,13 +9114,13 @@ msgid "Running Subscriptions" msgstr "Inscrições em andamento" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "DV" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "DRV" @@ -9074,13 +9175,13 @@ msgid "Sales" msgstr "Vendas" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Diário de Vendas" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Diário de Devolução de Vendas" @@ -9090,6 +9191,11 @@ msgstr "Diário de Devolução de Vendas" msgid "Sales Tax(%)" msgstr "Imposto sobre Vendas (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9247,7 +9353,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "Selecione o Parceiro" @@ -9539,7 +9645,7 @@ msgid "Smallest Text" msgstr "Menor Texto" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Algumas entradas já estão reconciliadas" @@ -9672,7 +9778,7 @@ msgid "Start period" msgstr "Período Inicial" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "O período inicial deve vir antes do período final." @@ -9698,7 +9804,7 @@ msgid "Statement" msgstr "Demonstrativo" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Demonstrativo %s confirmado, itens de diário foram criados." @@ -9756,11 +9862,6 @@ msgstr "Estatísticas" msgid "Status" msgstr "Situação" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "Comunicação Estruturada" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9819,7 +9920,7 @@ msgstr "Fornecedor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9845,7 +9946,7 @@ msgstr "Condições de Pagamento do Fornecedor" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9887,7 +9988,7 @@ msgstr "Efetuar um Saque" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "Leva em média mens de 5 segundos para reconciliar uma transação." @@ -9939,8 +10040,8 @@ msgstr "Mês das Tarefas" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9949,7 +10050,7 @@ msgid "Tax" msgstr "Imposto" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Imposto %.2f%%" @@ -10110,7 +10211,7 @@ msgid "Tax Use In" msgstr "Usar Imposto em" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10174,7 +10275,7 @@ msgid "Taxes Report" msgstr "Relatório de Impostos" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10241,7 +10342,7 @@ msgstr "Formas de Pagamento" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "Em média" @@ -10273,19 +10374,19 @@ msgid "The account basis of the tax declaration." msgstr "A base contábil da declaração de imposto." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "As linhas de lançamentos de conta não estão em formato válido." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "A conta não está definida para ser reconciliada !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "O movimento da conta (%s) para a centralização foi confirmada." @@ -10324,7 +10425,14 @@ msgstr "" "debitada e negativo quando a conta for creditada." #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "A linha do demonstrativo bancário já foi reconciliada." @@ -10558,7 +10666,7 @@ msgstr "" "visão multi-moeda no diário." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10598,7 +10706,7 @@ msgstr "" "dependentes/derivados." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10639,13 +10747,19 @@ msgstr "" "executado." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Não existe uma conta %s no diário %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10655,7 +10769,7 @@ msgstr "" "no diário \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10677,7 +10791,7 @@ msgstr "" "Não existe conta de entrada definida para este produto: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10687,13 +10801,13 @@ msgstr "" "definir o saldo inicial." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Não há código de pai para o modelo de conta." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10703,7 +10817,7 @@ msgstr "" "Vá em Configuração/Períodos e configure um ano fiscal." #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10939,6 +11053,14 @@ msgid "" msgstr "" "Este campo é usado para gerar relatórios legais: de lucros e perdas, balanço." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10993,7 +11115,7 @@ msgstr "" "reconciliado." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -11003,7 +11125,7 @@ msgstr "" "modificar seu campo empresa." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11194,7 +11316,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "Dica: Use ctrl-enter para validar a planilha inteira." @@ -11232,16 +11354,18 @@ msgid "To Review" msgstr "A Revisar" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Para reconciliar, a empresa deve ser a mesma para todas as entradas." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11252,6 +11376,7 @@ msgstr "Para reconciliar, a empresa deve ser a mesma para todas as entradas." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11386,7 +11511,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transação" @@ -11434,7 +11559,6 @@ msgstr "Verdadeiro" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11450,13 +11574,13 @@ msgid "Type Controls" msgstr "Controle de Tipos" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Não foi possível adaptar o saldo inicial (valor negativo)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Não é possível alterar o imposto!" @@ -11481,6 +11605,11 @@ msgid "" msgstr "" "Número único da fatura, calculado automaticamente quando a fatura é criada." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11679,18 +11808,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Usuário" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11783,36 +11911,37 @@ msgstr "Visualizar linhas de conta analítica" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Aviso" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Aviso!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11860,7 +11989,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "Ual, isto foi rápido!" @@ -11914,7 +12043,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Ajuste" @@ -11941,7 +12070,7 @@ msgid "Write-Off amount" msgstr "Valor da baixa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "Modelo Errado!" @@ -11975,6 +12104,17 @@ msgstr "Soma Anual" msgid "Yes" msgstr "Sim" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11985,7 +12125,7 @@ msgstr "" "pendência com o parceiro associado." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -11993,7 +12133,7 @@ msgstr "" "fechado." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -12046,7 +12186,7 @@ msgstr "" "adicionar/subtrair o valor." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12067,7 +12207,7 @@ msgstr "" "Ex.: Meu modelo em %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12077,13 +12217,13 @@ msgstr "" "desconciliar as entradas de pagamento relacionados antes." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Você não pode alterar o código de conta que contém itens de diário!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -12093,14 +12233,14 @@ msgstr "" "de diário." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" "Você não pode mudar o imposto, você deve remover e recriar as linhas." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12110,7 +12250,7 @@ msgstr "" "que possui itens no diário!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12120,7 +12260,7 @@ msgstr "" "de diário!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12168,13 +12308,13 @@ msgstr "" "centralizado." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Você não pode desativar uma conta que possui lançamentos de diário." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Você não pode excluir uma entrada de diário postada \"%s\"." @@ -12202,7 +12342,7 @@ msgstr "" "Você deve fazer um reembolso." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12215,7 +12355,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12228,7 +12368,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12239,7 +12379,7 @@ msgstr "" "diário." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12255,13 +12395,13 @@ msgstr "" "empresa." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Você não pode remover uma conta que contém itens de diário." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12271,7 +12411,7 @@ msgstr "" "fornecedor." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12282,14 +12422,14 @@ msgstr "" "processos de abertura/fechamento de ano fiscal." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Você não pode usar uma conta inativa." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12299,7 +12439,7 @@ msgstr "" "de Entrada' no diário relacionado." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12311,7 +12451,7 @@ msgstr "" "A última linha do prazo de pagamento deve ser do tipo \"Saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12321,13 +12461,13 @@ msgstr "" "plano de contas \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "Você não tem permissão para abrir este diário %s !" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "Você tem uma expressão errada \"%(...)s\" em seu modelo!" @@ -12343,8 +12483,8 @@ msgstr "" "selecione um período e um diário no contexto." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12361,14 +12501,14 @@ msgstr "" "na definição do diário para reconciliação." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Você tem que fornecer uma conta para os ajustes / diferença cambial." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12391,7 +12531,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Você deve escolher pelo menos um registro." @@ -12403,7 +12543,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Você deve definir um diário analítico do tipo '% s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "Você precisa primeiro selecinar um parceiro!" @@ -12427,7 +12567,7 @@ msgid "You must set a start date." msgstr "Você precisa definir uma data inicial." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12437,13 +12577,13 @@ msgstr "" "o balanço inicial." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Você deve escolher os períodos que pertencem à mesma empresa." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12455,7 +12595,7 @@ msgstr "" "entradas contábeis relacionadas às diferenças entre as taxas de câmbio." #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12479,7 +12619,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "Você validou" @@ -12511,7 +12651,7 @@ msgid "balance" msgstr "Saldo" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "modificar" @@ -12564,7 +12704,7 @@ msgstr "fechar período" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "reconciliações com o atalho crtl-enter" @@ -12576,7 +12716,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "segundos por transação" @@ -12593,14 +12733,14 @@ msgstr "título" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "para reconciliar" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "transações." @@ -12625,3 +12765,64 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "Ano" + +#~ msgid "Qty" +#~ msgstr "Qtde" + +#~ msgid "#Entries" +#~ msgstr "#Entradas" + +#~ msgid "# of Lines" +#~ msgstr "# de Linhas" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mês da fatura" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Clique para criar um reembolso ao cliente. \n" +#~ "

\n" +#~ " Um reembolso é um documento que credita (-) uma fatura " +#~ "completamente ou\n" +#~ " parcialmente.\n" +#~ "

\n" +#~ " Ao invés de criar um reembolso manualmente, você\n" +#~ " pode gerá-la diretamente a partir da fatura relacionada ao " +#~ "cliente.\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Não existe uma conta %s no diário %s." + +#, python-format +#~ msgid "Back to statement" +#~ msgstr "Voltar ao demonstrativo" + +#~ msgid "Commercial Partner's Country" +#~ msgstr "País do Parceiro Comercial" + +#~ msgid "Commercial Partner" +#~ msgstr "Parceiro Comercial" + +#~ msgid "Invoice Month" +#~ msgstr "Mês da Fatura" + +#~ msgid "Leave to 0 to ignore." +#~ msgstr "Deixe 0 para ignorar" + +#~ msgid "Structured Communication" +#~ msgstr "Comunicação Estruturada" diff --git a/addons/account/i18n/ro.po b/addons/account/i18n/ro.po index cf04b90e002..eca7889a55f 100644 --- a/addons/account/i18n/ro.po +++ b/addons/account/i18n/ro.po @@ -7,16 +7,187 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-14 09:56+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 13:43+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-15 07:46+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:37+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"\n" +"\n" +"

Buna ziua ${obiect.partener_id.nume},

\n" +"\n" +"

O noua factura este disponibila pentru dumneavoastra:

\n" +" \n" +" \n" +"   REFERINTE
\n" +"   Numarul facturii: ${obiect.numar}
\n" +"   Total factura: ${obiect.suma_totala} " +"${obiect.valuta_id.nume}
\n" +"   Data facturii: ${obiect.data_facturii}
\n" +" % if obiect.origine:\n" +"   Referinta comenzii: ${obiect.origine}
\n" +" % endif\n" +" % if obiect.id_utilizator:\n" +"   Contactul dumneavoastra: ${obiect.id_utilizator.nume}\n" +" % endif\n" +"

\n" +" \n" +" % if obiect.url_paypal:\n" +"
\n" +"

De asemenea, puteti sa platiti direct cu Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Daca aveti intrebari, nu ezitati sa ne contactati.

\n" +"

Va multumim pentru ca ati ales ${obiect.companie_id.nume sau " +"'noi'}!

\n" +"
\n" +"
\n" +" \n" +" \n" +" ${obiect.id_companie.nume}\n" +" \n" +" \n" +" \n" +" % if obiect.id_companie.strada:\n" +" ${obiect.id_companie.strada}
\n" +" % endif\n" +" % if obiect.id_companie.strada2:\n" +" ${obiect.id_companie.strada2}
\n" +" % endif\n" +" % if obiect.id_companie.oras sau obiect.id_companie.cod postal:\n" +" ${obiect.id_companie.cod postal} " +"${obiect.id_companie.oras}
\n" +" % endif\n" +" % if obiect.id_companie.id_tara:\n" +" ${obiect.id_companie.id-stat si ('%s, ' % " +"obiect.id_companie.id_stat.nume) sau ''} ${obiect.id_companie.id_tara.nume " +"sau ''}
\n" +" % endif\n" +" \n" +" % if obiect.id_companie.telefon:\n" +" \n" +" Telefon:  ${obiect.id_companie.telefon}\n" +" \n" +" % endif\n" +" % if obiect.id_companie.pagina_de_internet:\n" +" \n" +" %endif\n" +"

\n" +" \n" +"\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -42,11 +213,16 @@ msgstr "" "* Starea \"Anulat\" atunci când utilizatorul a anulat factura." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralizare" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "# Intrări" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -59,16 +235,16 @@ msgstr "# de Cifre" msgid "# of Entries" msgstr "# De intrari" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "# ale facturilor" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# Elemente" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# de Linii" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -79,11 +255,6 @@ msgstr "# Cant. Produse" msgid "# of Transaction" msgstr "# Tranzactiei" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "# Inregistrari" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -92,15 +263,15 @@ msgstr "" "${object.company_id.name|safe} Factura (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Copie)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -195,170 +366,6 @@ msgstr "Cartea Mare" msgid ": Trial Balance" msgstr "Balanța de verificare" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Buna ziua ${object.partner_id.name},

\n" -"\n" -"

O noua factura este disponibila pentru dumneavoastra:

\n" -" \n" -"

\n" -" REFERINTE
\n" -" Numărul facturii: ${object.number}
\n" -" Total factură: ${object.amount_total} " -"${object.currency_id.name}
\n" -" Data facturii: ${object.date_invoice}
\n" -" % if object.origin:\n" -" Referinta comenzii: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -" Contactul dumneavoastră: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

De asemenea, puteţi să plătiţi direct cu Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Dacă aveţi întrebări, nu ezitaţi să ne contactaţi.

\n" -"

Vă mulţumim pentru că aţi ales ${object.company_id.name or " -"'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Telefon:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -511,7 +518,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -523,15 +530,14 @@ msgid "" " " msgstr "" "

\n" -" Faceti click pentru a crea o rambursare pentru client. \n" +" Click aici pentru a crea o restituire a clientului.\n" "

\n" -" O rambursare este un document care atribuie o factura " -"complet sau\n" -" partial.\n" +" O restituire este un document care se refera la o factură " +"completă sau \n" +"                 parțială.\n" "

\n" -" In loc sa creati manual o rambursare pentru client,\n" -" puteti sa o generati direct din factura asociata " -"clientului.\n" +" In loc de a crea manual o restituire client, se poate \n" +"                 genera direct din factura client aferentă.\n" "

\n" " " @@ -695,6 +701,25 @@ msgid "" "

\n" " " msgstr "" +"Click to define a new tax code.\n" +"

\n" +" Depending on the country, a tax code is usually a cell to " +"fill\n" +" in your legal tax statement. Odoo allows you to define the\n" +" tax structure and each tax computation will be registered " +"in\n" +" one or several tax code.\n" +"

\n" +"

\n" +" În funcție de țară, un cod fiscal este, de obicei, o celulă " +"care se completeaza \n" +"                 în declarația de impozit legal. Odoo vă permite să definiți " +"\n" +"                 structura fiscală și fiecare calcul de impozit va fi " +"înregistrat în \n" +"                 una sau mai multe coduri fiscale.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree2 @@ -886,7 +911,7 @@ msgstr "" "impozitului aferent." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -914,11 +939,9 @@ msgstr "Tipul de cont" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -927,10 +950,10 @@ msgstr "Tipul de cont" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1402,7 +1425,7 @@ msgstr "Rapoarte Contabile" #. module: account #: view:res.partner:account.view_partner_property_form msgid "Accounting-related settings are managed on" -msgstr "" +msgstr "Setările legate de contabilitate sunt gestionate în" #. module: account #: view:account.account:account.view_account_search @@ -1514,6 +1537,12 @@ msgid "" "an interval of 30 days Odoo generates an analysis of creditors for the past " "month, past two months, and so on." msgstr "" +"Vechea Balanța de Partner este un raport mai detaliat al creanțelor tale " +"periodice. La deschiderea acestui raport, Odoo cere numele companiei, " +"perioada fiscală și de mărimea intervalului de analizat (în zile). Odoo apoi " +"calculează un tabel a soldului creditor pe perioadă. Deci, dacă solicitați " +"un interval de 30 de zile Odoo generează o analiză a creditorilor pentru " +"ultima luna, ultimele două luni, și așa mai departe." #. module: account #: model:ir.actions.act_window,name:account.action_aged_receivable_graph @@ -1593,17 +1622,17 @@ msgstr "Toate înregistrările postate" #. module: account #: view:website:account.report_trialbalance msgid "All accounts" -msgstr "" +msgstr "Toate conturile" #. module: account #: view:website:account.report_generalledger msgid "All accounts'" -msgstr "" +msgstr "Toate conturile'" #. module: account #: field:account.bank.statement,all_lines_reconciled:0 msgid "All lines reconciled" -msgstr "" +msgstr "Toate liniile reconciliate" #. module: account #: help:account.move,state:0 @@ -1630,7 +1659,7 @@ msgstr "" "Aceasta înseamnă ca nu veți mai putea modifica câmpurile lor contabile." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1697,10 +1726,10 @@ msgstr "Intotdeauna" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1732,7 +1761,7 @@ msgstr "Suma de Plata" #. module: account #: field:account.statement.operation.template,amount_type:0 msgid "Amount type" -msgstr "" +msgstr "Tipul sumei" #. module: account #: sql_constraint:account.fiscal.position.account:0 @@ -1750,7 +1779,7 @@ msgstr "Directia Analizei" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Analysis Direction:" -msgstr "" +msgstr "Direcţia de analiza:" #. module: account #: view:account.move:account.view_move_form @@ -1762,11 +1791,11 @@ msgstr "Analitic" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." -msgstr "" +msgstr "Contul analitic" #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -1926,7 +1955,7 @@ msgstr "Optiuni Aplicabilitate" #: field:account.tax,python_applicable:0 #: field:account.tax.template,python_applicable:0 msgid "Applicable Code" -msgstr "" +msgstr "Codul aplicabil" #. module: account #: view:account.tax:account.view_tax_form @@ -1947,7 +1976,7 @@ msgstr "Aplica" #. module: account #: help:account.fiscal.position,auto_apply:0 msgid "Apply automatically this fiscal position." -msgstr "" +msgstr "Aplicați în mod automat această poziție fiscală." #. module: account #: help:account.fiscal.position,country_group_id:0 @@ -1958,11 +1987,13 @@ msgstr "" #: help:account.fiscal.position,country_id:0 msgid "Apply only if delivery or invoicing country match." msgstr "" +"Se aplică numai în cazul în care livrarea sau țara de facturare se potrivesc " +"cu grupul." #. module: account #: help:account.fiscal.position,vat_required:0 msgid "Apply only if partner has a VAT number." -msgstr "" +msgstr "Se aplică numai în cazul în care partenerul are un cod valid de TVA." #. module: account #: view:validate.account.move:account.validate_account_move_view @@ -2071,7 +2102,7 @@ msgstr "Formatare automata" #. module: account #: field:account.journal,entry_posted:0 msgid "Autopost Created Moves" -msgstr "" +msgstr "Autopostare la mişcarea creată" #. module: account #: view:account.journal:account.view_account_journal_form @@ -2090,7 +2121,7 @@ msgid "Average Rate" msgstr "Rata Medie" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2098,24 +2129,24 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "" +msgid "Back to statements list" +msgstr "Inapoi la extrasul de cont" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Contul nu este bun!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" -msgstr "" +msgstr "Total greşit!" #. module: account #: field:account.account,balance:0 @@ -2156,14 +2187,14 @@ msgstr "Bilant" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilant (Cont Active)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilant (Cont pasive)" @@ -2186,7 +2217,7 @@ msgstr "Echilibrat" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banca" @@ -2230,7 +2261,7 @@ msgstr "Detalii bancare" #. module: account #: view:account.statement.operation.template:account.view_account_statement_operation_template_tree msgid "Bank Reconciliation Move Presets" -msgstr "" +msgstr "Bank Reconciliation Move Presets" #. module: account #: view:account.statement.operation.template:account.view_account_statement_operation_template_search @@ -2293,7 +2324,7 @@ msgstr "Extrase de cont" #: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:8 #, python-format msgid "Bank statements are fully reconciled." -msgstr "" +msgstr "Extrasele de cont sunt complet reconciliate." #. module: account #: field:account.invoice.tax,base:0 @@ -2321,7 +2352,7 @@ msgstr "Semn Cod de baza" #. module: account #: view:website:account.report_vat msgid "Based On:" -msgstr "" +msgstr "Bazat pe:" #. module: account #: field:account.vat.declaration,based_on:0 @@ -2356,17 +2387,17 @@ msgstr "Bugete" #. module: account #: field:account.statement.operation.template,name:0 msgid "Button Label" -msgstr "" +msgstr "Buton etichetă" #. module: account #: model:ir.filters,name:account.filter_invoice_country msgid "By Country" -msgstr "" +msgstr "După țară" #. module: account #: model:ir.filters,name:account.filter_invoice_product msgid "By Product" -msgstr "" +msgstr "După Produse" #. module: account #: model:ir.filters,name:account.filter_invoice_product_category @@ -2521,7 +2552,7 @@ msgstr "" "intai nereconciliata. Puteti rambursa doar aceasta factura." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2533,19 +2564,19 @@ msgstr "" "sau creati manual o secventa pentru aceasta piesa." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Nu se poate crea miscarea cu valuta diferita de .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Nu pot fi create miscari pentru companii diferite." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2568,6 +2599,9 @@ msgid "" "Cannot find a chart of accounts for this company, You should configure it. \n" "Please go to Account Configuration." msgstr "" +"Nu se poate găsi un plan de conturi pentru această companie, ar trebui să-l " +"configurați. \n" +"Vă rugăm să mergeți la configurarea conturilor." #. module: account #: code:addons/account/account_move_line.py:546 @@ -2577,6 +2611,9 @@ msgid "" "create one.\n" " Please go to Journal Configuration" msgstr "" +"Nu se poate găsi nici un jurnal de cont de tip \"% s\" pentru aceasta " +"companie, ar trebui să creați unul. \n" +"Vă rugăm să mergeți la configurarea Jurnalului." #. module: account #: code:addons/account/account_invoice.py:580 @@ -2586,9 +2623,12 @@ msgid "" "create one.\n" " Please go to Journal Configuration" msgstr "" +"Nu se poate găsi nici un jurnal de cont de tip \"% s\" pentru aceasta " +"companie, ar trebui să creați unul. \n" +"Vă rugăm să mergeți la configurarea Jurnalului." #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Nu se poate crea un cod de jurnal nefolosit." @@ -2605,7 +2645,7 @@ msgstr "Cod caz" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Numerar" @@ -2660,6 +2700,7 @@ msgid "Category" msgstr "Categorie" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2973,6 +3014,13 @@ msgstr "Taxe Secundare/Sub" msgid "Choose Fiscal Year" msgstr "Alegeti Anul Fiscal" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -3015,7 +3063,7 @@ msgstr "Inchideti starile Anului fiscal si ale perioadelor" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "Închideți contul de" @@ -3101,22 +3149,16 @@ msgstr "Comentariu:" msgid "Commercial Entity" msgstr "Entitate comercială" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "Partener Comercial" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "Țară partenerului comercial" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Raport Obisnuit" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Comunicare" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3266,8 +3308,8 @@ msgid "Configuration Error" msgstr "Eroare de configurare" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3349,7 +3391,7 @@ msgstr "Confirmat(a)" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "Felicitări, ai terminat!" @@ -3737,7 +3779,6 @@ msgstr "Ordinea notelor de credit" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3765,7 +3806,7 @@ msgstr "Moneda" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Ajustare Moneda" @@ -3896,9 +3937,8 @@ msgstr "Clienti" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3966,6 +4006,13 @@ msgid "" "either the user pressed the button \"Nothing more to reconcile\" during the " "manual reconciliation process." msgstr "" +"Data la care înregistrările contabile partener s-au reconciliat integral " +"data trecută. Aceasta diferă de ultima dată în care o reconciliere a fost " +"făcut pentru acest partener, descriind faptul că nimic nu mai este de " +"reconciliat la această dată. Acest lucru poate fi realizat în două moduri: " +"fie ultima intrare debit / credit nereconciliată a acestui partener a fost " +"reconciliată, fie utilizatorul apasă butonul \"Nimic de reconciliat\" în " +"timpul procesului de reconciliere manuală." #. module: account #: view:website:account.report_centraljournal @@ -3977,7 +4024,7 @@ msgstr "" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Date to :" -msgstr "" +msgstr "La data:" #. module: account #: view:website:account.report_analyticcostledger @@ -4123,14 +4170,13 @@ msgstr "Descrieti de ce luati bani din casa de marcat:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4171,6 +4217,7 @@ msgid "" "Difference between the theoretical closing balance and the real closing " "balance." msgstr "" +"Diferenţa dintre soldul de închidere teoretic și soldul de închidere real." #. module: account #: view:account.open.closed.fiscalyear:account.view_account_open_closed_fiscalyear @@ -4191,7 +4238,7 @@ msgstr "Afisati Contul" #. module: account #: view:website:account.report_trialbalance msgid "Display Account:" -msgstr "" +msgstr "Afiseaza contul:" #. module: account #: field:account.balance.report,display_account:0 @@ -4316,7 +4363,7 @@ msgstr "Scadent(a)" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4331,7 +4378,7 @@ msgstr "Calcul Data Scadenta" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search msgid "Due Month" -msgstr "" +msgstr "Din lună" #. module: account #: field:account.move.line,date_maturity:0 @@ -4344,13 +4391,13 @@ msgid "Duration" msgstr "Durata" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4367,10 +4414,10 @@ msgstr "Data efectiva" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" -msgstr "" +msgstr "Eficienţa cea mai rafinată" #. module: account #: model:ir.actions.act_window,name:account.action_email_templates @@ -4511,19 +4558,19 @@ msgstr "Inregistrari dupa Linie" #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Entries Date by Month" -msgstr "" +msgstr "Datele de intare sortate dupa lună" #. module: account #: view:account.entries.report:account.view_account_entries_report_search #: view:account.move:account.view_account_move_filter msgid "Entries Month" -msgstr "" +msgstr "Luna intrarilor" #. module: account #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal msgid "Entries Sorted By:" -msgstr "" +msgstr "Intrările sortate după:" #. module: account #: field:account.print.journal,sort_selection:0 @@ -4531,7 +4578,7 @@ msgid "Entries Sorted by" msgstr "Inregistrari Clasificate dupa" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Inregistrarile nu au acelasi cont sau sunt deja reconciliate ! " @@ -4539,11 +4586,11 @@ msgstr "Inregistrarile nu au acelasi cont sau sunt deja reconciliate ! " #. module: account #: model:ir.model,name:account.model_account_statement_from_invoice_lines msgid "Entries by Statement from Invoices" -msgstr "" +msgstr "Inregistrări dupa Extrasul din facturi" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Inregistrari: " @@ -4554,7 +4601,7 @@ msgid "Entry" msgstr "Inregistrare" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Inregistrarea \"%s\" nu este valida !" @@ -4588,7 +4635,7 @@ msgid "Entry Subscription" msgstr "Inregistrare Abonament" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Inregistrarea a fost deja reconciliata." @@ -4605,51 +4652,53 @@ msgid "Equity" msgstr "Capital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Eroare" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4780,10 +4829,10 @@ msgstr "Filtre Extinse..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" -msgstr "" +msgstr "Reconciliator rapid" #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -4803,7 +4852,7 @@ msgstr "Completati acest formular daca introduceti bani in casa de marcat:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filtrare" @@ -4818,7 +4867,7 @@ msgstr "Filtrare" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Filter By:" -msgstr "" +msgstr "Filtrat după:" #. module: account #: field:account.aged.trial.balance,filter:0 @@ -4849,7 +4898,7 @@ msgstr "Filtrati dupa" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Filtered by date" -msgstr "" +msgstr "Filtrat după dată" #. module: account #: view:website:account.report_centraljournal @@ -4861,7 +4910,7 @@ msgstr "" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Filtered by period" -msgstr "" +msgstr "Filtrat dupa perioadă" #. module: account #: view:account.common.report:account.account_common_report_view @@ -4910,7 +4959,7 @@ msgstr "Ierarhie Rapoarte Financiare" #. module: account #: model:ir.actions.report.xml,name:account.action_report_financial msgid "Financial report" -msgstr "" +msgstr "Raport financiar" #. module: account #: field:account.fiscal.position.account.template,position_id:0 @@ -4949,7 +4998,7 @@ msgstr "Sabloane Pozitii Fiscale" #. module: account #: view:website:account.report_invoice_document msgid "Fiscal Position:" -msgstr "" +msgstr "Poziţia fiscală" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form @@ -4966,7 +5015,6 @@ msgstr "Pozitii Fiscale" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5112,6 +5160,9 @@ msgid "" "For cash or bank journal, this option should be unchecked when the starting " "balance should always set to 0 for new documents." msgstr "" +"Pentru jurnalul de bancă sau de casă, această opțiune trebuie să fie " +"debifată atunci când soldul de pornire este setat întotdeauna pe 0 pentru " +"noile documente." #. module: account #: help:account.payment.term.line,value_amount:0 @@ -5220,6 +5271,12 @@ msgstr "" msgid "Future" msgstr "La termen" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "Contul de venituri din diferenţe de curs valutar" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5331,9 +5388,12 @@ msgid "" "invoice) to create analytic entries, Odoo will look for a matching journal " "of the same type." msgstr "" +"Oferă tipul jurnalului analitic. Când este nevoie de un document (de " +"exemplu: o factură) pentru a crea intrări analitice, Odoo va cauta un jurnal " +"de tipul respectiv." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5346,8 +5406,8 @@ msgid "Go to Next Partner" msgstr "Mergeti la partenerul următor" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5355,14 +5415,14 @@ msgstr "Mergeti la partenerul următor" #: code:addons/account/account_move_line.py:547 #, python-format msgid "Go to the configuration panel" -msgstr "" +msgstr "Du-te la panoul de configurare" #. module: account #. openerp-web #: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:8 #, python-format msgid "Good Job!" -msgstr "" +msgstr "Bună treabă!" #. module: account #. openerp-web @@ -5392,20 +5452,16 @@ msgstr "Buna treaba!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" -msgstr "" +msgstr "Grupare după" #. module: account #: field:account.journal,group_invoice_lines:0 msgid "Group Invoice Lines" msgstr "Grupati Liniile Facturii" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupati dupa luna Datei facturii" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5432,7 +5488,6 @@ msgstr "" "in format HTML, cu scopul de a se introduce in vizualizari kanban." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5522,7 +5577,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5554,7 +5608,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5563,6 +5616,14 @@ msgstr "ID" msgid "Icon" msgstr "Pictograma" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" +"În cazul în care este precizată \"moneda sumei\", atunci suma este in acea " +"monedă." + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5575,6 +5636,8 @@ msgid "" "If checked, the entry won't be created if the entry date is not included " "into the selected period" msgstr "" +"Dacă este bifată, înregistrarea nu va fi creată în cazul în care data " +"înregistrarii nu este inclusă în perioada selectată" #. module: account #: help:account.account.template,nocreate:0 @@ -5822,7 +5885,17 @@ msgstr "" "jurnal asociate." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" +"Pentru a șterge o linie de extras de cont, trebuie mai întâi să-l anulezi " +"pentru a șterge elementele jurnalului corespondent." + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5918,8 +5991,8 @@ msgstr "" "tara d-voastra." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Configurare Insuficientă!" @@ -5939,7 +6012,7 @@ msgstr "Tip Int." #. module: account #: view:product.template:account.product_template_form_view msgid "Internal Category" -msgstr "" +msgstr "Categorie internă" #. module: account #: field:account.tax.template,description:0 @@ -5983,7 +6056,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -6007,7 +6081,7 @@ msgstr "Sold Analitic Inversat -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -6022,7 +6096,6 @@ msgstr "Moneda facturii" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Data Facturii" @@ -6046,11 +6119,6 @@ msgstr "Linie factura" msgid "Invoice Lines" msgstr "Linii factura" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -6081,7 +6149,7 @@ msgstr "Starea Facturii" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter msgid "Invoice Tasks by Month" -msgstr "" +msgstr "Sarcinile de facturat în lună" #. module: account #: model:ir.model,name:account.model_account_invoice_tax @@ -6122,13 +6190,13 @@ msgid "Invoice paid" msgstr "Factura platita" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Factura platita partial: %s%s din %s%s (%s%s ramas)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "Factură trimisă" @@ -6250,10 +6318,10 @@ msgstr "Indica faptul ca factura a fost trimisa." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" -msgstr "" +msgstr "Ți-a luat" #. module: account #: selection:account.financial.report,style_overwrite:0 @@ -6293,9 +6361,7 @@ msgstr "Ianuarie" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6307,7 +6373,7 @@ msgstr "Ianuarie" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6349,7 +6415,7 @@ msgstr "Inregistrari in Jurnal" #. module: account #: view:account.move:account.view_account_move_filter msgid "Journal Entries by Month" -msgstr "" +msgstr "Inregistrările jurnalului după lună" #. module: account #: view:account.move:account.view_account_move_filter @@ -6407,7 +6473,7 @@ msgid "Journal Item" msgstr "Element Jurnal" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6415,7 +6481,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6425,7 +6491,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6475,6 +6541,11 @@ msgstr "Selectare Jurnal" msgid "Journal for analytic entries" msgstr "Jurnal pentru inregistrarile analitice" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Jurnalul facturilor cu perioada din anul curent" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6484,7 +6555,7 @@ msgstr "Numele Perioadei Jurnalului" #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal msgid "Journal:" -msgstr "" +msgstr "Jurnal:" #. module: account #: field:account.aged.trial.balance,journal_ids:0 @@ -6522,7 +6593,7 @@ msgstr "Jurnale" #: view:website:account.report_partnerledger #: view:website:account.report_partnerledgerother msgid "Journals:" -msgstr "" +msgstr "Jurnale:" #. module: account #: selection:report.account.sales,month:0 @@ -6584,8 +6655,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6606,7 +6677,7 @@ msgstr "Ultimul Sold la Inchidere" #: field:account.bank.statement,message_last_post:0 #: field:account.invoice,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data ultimului mesaj" #. module: account #: field:account.account,write_uid:0 @@ -6703,7 +6774,7 @@ msgstr "" #: field:validate.account.move.lines,write_uid:0 #: field:wizard.multi.charts.accounts,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima actualizare făcută de" #. module: account #: field:account.account,write_date:0 @@ -6800,24 +6871,19 @@ msgstr "" #: field:validate.account.move.lines,write_date:0 #: field:wizard.multi.charts.accounts,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima actualizare în" #. module: account #: field:res.partner,last_reconciliation_date:0 msgid "Latest Full Reconciliation Date" -msgstr "" +msgstr "Data ultimei reconcilieri totale" #. module: account #. openerp-web #: code:addons/account/static/src/xml/account_move_reconciliation.xml:24 #, python-format msgid "Latest Manual Reconciliation Processed:" -msgstr "" - -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" +msgstr "Ultimele procesări de reconciliere manuală" #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement @@ -6877,7 +6943,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lista tuturor taxelor care trebuie instalate de catre wizard" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Pierdere" @@ -6888,7 +6955,13 @@ msgid "Loss Account" msgstr "Cont Pierderi" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Contul de cheltuieli din diferenţe de curs valutar" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "DIVERSE" @@ -6979,7 +7052,7 @@ msgstr "" "Va rugam sa-i definiti partenerul!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6993,7 +7066,7 @@ msgstr "" #. module: account #: view:website:account.report_analyticcostledgerquantity msgid "Max quantity :" -msgstr "" +msgstr "Cantitatea maximă" #. module: account #: field:account.automatic.reconcile,max_amount:0 @@ -7030,7 +7103,7 @@ msgid "Miscellaneous" msgstr "Diverse" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Jurnal Diverse" @@ -7064,6 +7137,8 @@ msgstr "" "Modifica: creeaza ramburs, reconciliaza si creeaza o factura ciorna noua" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -7111,7 +7186,7 @@ msgid "Move bank reconcile" msgstr "Reconciliere miscare bancara" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7125,7 +7200,7 @@ msgid "Move line reconcile select" msgstr "Mutati linia reconciliati selectati" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Nume miscare (id): %s (%s)" @@ -7167,8 +7242,8 @@ msgstr "Numele noilor inregistrari" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Niciodata" @@ -7176,7 +7251,7 @@ msgstr "Niciodata" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nou(a)" @@ -7229,13 +7304,13 @@ msgid "Next supplier invoice number" msgstr "Numarul facturii urmatoare a furnizorului" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" -msgstr "" +msgstr "Nu există jurnal analitic!" #. module: account #: selection:account.aged.trial.balance,filter:0 @@ -7267,19 +7342,19 @@ msgid "No Follow-up" msgstr "Fara Urmare" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" -msgstr "" +msgstr "Nu există linii in factură!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" -msgstr "" +msgstr "Nu există partener definit!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7288,7 +7363,7 @@ msgstr "" #: code:addons/account/installer.py:114 #, python-format msgid "No Unconfigured Company!" -msgstr "" +msgstr "Nu este companie nedefinita!" #. module: account #: selection:account.financial.report,display_detail:0 @@ -7302,7 +7377,7 @@ msgid "No period found on the invoice." msgstr "Nu a fost gasita nici o perioada pe factura." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7311,10 +7386,10 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" -msgstr "" +msgstr "Nu exista potrivire '" #. module: account #: help:account.chart.template,code_digits:0 @@ -7365,7 +7440,7 @@ msgstr "Nu este scadent" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Not filtered" -msgstr "" +msgstr "Nu este filtrat" #. module: account #: code:addons/account/report/common_report_header.py:92 @@ -7399,7 +7474,7 @@ msgstr "Note" #: code:addons/account/static/src/xml/account_move_reconciliation.xml:31 #, python-format msgid "Nothing more to reconcile" -msgstr "" +msgstr "Nu mai este nimic de reconciliat" #. module: account #: selection:report.account.sales,month:0 @@ -7454,7 +7529,14 @@ msgstr "" "soldului poate fi ales drept puterea reconcilierii automate" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7491,18 +7573,18 @@ msgid "Only One Chart Template Available" msgstr "Doar un singur sablon de planuri disponibil" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" -msgstr "" +msgstr "Doar administratorul poate opera modificările" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." -msgstr "" +msgstr "Folosiţi prescurarea ctrl-enter pentru a valida reconcilierile." #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -7547,11 +7629,11 @@ msgstr "Jurnal deschis" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" -msgstr "" +msgstr "Deschideți soldul" #. module: account #: view:account.move.bank.reconcile:account.view_account_move_bank_reconcile @@ -7570,8 +7652,8 @@ msgstr "Deschis pentru Nereconciliere" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Soldul la deschidere" @@ -7599,7 +7681,7 @@ msgstr "Inregistrari Deschise Cont Venituri" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Jurnalul Inregistrarilor de deschidere" @@ -7615,15 +7697,18 @@ msgid "Opening Entries Reconciliation" msgstr "Reconcilierea Inregistrarilor de Deschidere" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " "Entries\" wizard to cancel those entries and then run this wizard." msgstr "" +"Inregistrările de deschidere au fost deja generate. Vă rugăm să executați " +"wizardul \"Anulează Închiderea inregistrărilor\" pentru a anula aceste " +"inregistrări și apoi executaţi acest wizard." #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Deschidere Perioada" @@ -7807,8 +7892,8 @@ msgstr "Inregistrari Reconciliate Partial" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7831,7 +7916,7 @@ msgstr "Sold Partener" #. module: account #: field:account.invoice.report,commercial_partner_id:0 msgid "Partner Company" -msgstr "" +msgstr "Companie partener" #. module: account #: xsl:account.transfer:0 @@ -7848,6 +7933,11 @@ msgstr "ID Partener" msgid "Partner Ledger" msgstr "Registru Partener" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "Numele partenerului" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7872,7 +7962,7 @@ msgstr "A(l) partenerului" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Partner's:" -msgstr "" +msgstr "A partenerului" #. module: account #: model:ir.ui.menu,name:account.next_id_22 @@ -8007,6 +8097,10 @@ msgid "" "quotations with a button \"Pay with Paypal\" in automated emails or through " "the Odoo portal." msgstr "" +"Cont de Paypal (e-mail) pentru primirea de plăți on-line (carte de credit, " +"etc) Dacă ați setat un cont PayPal, clientul va putea să plătească facturi " +"sau oferte de pret cu un buton \"Plata cu Paypal\", în e-mailuri automate " +"sau prin intermediul portalului Odoo ." #. module: account #: help:res.company,paypal_account:0 @@ -8043,12 +8137,12 @@ msgstr "Procentaj" #. module: account #: selection:account.statement.operation.template,amount_type:0 msgid "Percentage of open balance" -msgstr "" +msgstr "Ponderea soldului deschis" #. module: account #: selection:account.statement.operation.template,amount_type:0 msgid "Percentage of total amount" -msgstr "" +msgstr "Procentul din suma totală" #. module: account #: constraint:account.payment.term.line:0 @@ -8065,7 +8159,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -8080,7 +8173,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -8098,7 +8191,7 @@ msgstr "Perioada :" #: view:website:account.report_analyticcostledgerquantity #: view:website:account.report_analyticjournal msgid "Period From:" -msgstr "" +msgstr "Perioada de la:" #. module: account #: field:account.aged.trial.balance,period_length:0 @@ -8121,7 +8214,7 @@ msgstr "Suma din Perioada" #: view:website:account.report_analyticcostledgerquantity #: view:website:account.report_analyticjournal msgid "Period To:" -msgstr "" +msgstr "Perioada la:" #. module: account #: field:account.subscription,period_type:0 @@ -8193,31 +8286,31 @@ msgstr "" "bancar" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Va rugam sa creati niste linii ale facturii." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Va rugam sa definiti o secventa in registru." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Va rugam sa definiti secventa din jurnalul asociat acestei facturi." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Va rugam sa verificati daca acest cont este definit in jurnal." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8330,12 +8423,12 @@ msgstr "Tiparit" #: view:website:account.report_analyticcostledger #: view:website:account.report_analyticcostledgerquantity msgid "Printing Date:" -msgstr "" +msgstr "Data tipăririi:" #. module: account #: view:account.invoice:account.invoice_form msgid "Pro Forma Invoice" -msgstr "" +msgstr "Factura proformă" #. module: account #: selection:account.invoice,state:0 @@ -8353,13 +8446,10 @@ msgstr "Facturi Pro-forma" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8377,6 +8467,11 @@ msgstr "Categoria Produsului" msgid "Product Information" msgstr "Informatii Produs" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Cantitatea produsului" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8384,7 +8479,6 @@ msgstr "Sablon Produs" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Unitatea de masura a produsului" @@ -8395,21 +8489,22 @@ msgid "Products Quantity" msgstr "Cantitatea Produselor" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Profit" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Profit & Pierdere (Contul de cheltuieli)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Profit & Pierdere (Contul de venituri)" @@ -8480,7 +8575,7 @@ msgid "Purchase" msgstr "Achizitie" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Jurnal Achizitii" @@ -8491,7 +8586,7 @@ msgid "Purchase Refund" msgstr "Rambursare Achizitii" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Jurnal Rambursare Achizitii" @@ -8502,7 +8597,7 @@ msgid "Purchase Tax" msgstr "Taxa de cumparare" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Taxa Achizitie %.2f%%" @@ -8553,16 +8648,10 @@ msgstr "Cod Python" msgid "Python Code (reverse)" msgstr "Cod Python (inversare)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Cantitate" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8591,7 +8680,7 @@ msgstr "Redeschideti Perioada" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Real Closing Balance" -msgstr "" +msgstr "Balanţa reală de inchidere" #. module: account #: field:account.invoice.refund,description:0 @@ -8692,6 +8781,13 @@ msgstr "Reconciliere cu Pierderea" msgid "Reconcile Writeoff" msgstr "Reconciliere Pierdere" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8715,7 +8811,7 @@ msgstr "Tranzactii reconciliate" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8784,6 +8880,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8818,7 +8915,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8975,7 +9072,10 @@ msgid "Reset to Draft" msgstr "Resetare ca Ciorna" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Valoare reziduală" @@ -8994,7 +9094,6 @@ msgstr "Suma Reziduala in Valuta" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsabil" @@ -9056,13 +9155,13 @@ msgid "Running Subscriptions" msgstr "Abonamente in derulare" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -9117,13 +9216,13 @@ msgid "Sales" msgstr "Vanzari" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Jurnal Vanzari" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Jurnal Rambursare Vanzari" @@ -9133,6 +9232,11 @@ msgstr "Jurnal Rambursare Vanzari" msgid "Sales Tax(%)" msgstr "Taxa Vanzari(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9291,7 +9395,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9579,7 +9683,7 @@ msgid "Smallest Text" msgstr "Cel mai mic text" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Unele inregistrari sunt deja reconciliate." @@ -9710,7 +9814,7 @@ msgid "Start period" msgstr "Inceput perioada" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Perioada de inceput ar trebui sa o preceada pe cea de sfarsit." @@ -9736,7 +9840,7 @@ msgid "Statement" msgstr "Extras" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9795,11 +9899,6 @@ msgstr "Statistica" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9858,7 +9957,7 @@ msgstr "Furnizor" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9884,7 +9983,7 @@ msgstr "Termenul de Plata al Furnizorului" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9926,7 +10025,7 @@ msgstr "Scoateti bani" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9978,8 +10077,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9988,7 +10087,7 @@ msgid "Tax" msgstr "Taxa" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Taxa %.2f%%" @@ -10149,7 +10248,7 @@ msgid "Tax Use In" msgstr "Taxa utilizata in" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10213,7 +10312,7 @@ msgid "Taxes Report" msgstr "Raport Taxe" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10280,7 +10379,7 @@ msgstr "Termeni" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10312,19 +10411,19 @@ msgid "The account basis of the tax declaration." msgstr "Baza de conturi pentru declaratia fiscala" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Liniile inregistrarilor contabile nu sunt in stare valida." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Contul nu este definit pentru a fi reconciliat!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "A fost confirmata miscarea contului (%s) pentru centralizare." @@ -10361,7 +10460,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10599,7 +10705,7 @@ msgstr "" "o vizualizare multi-moneda in jurnal." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10638,7 +10744,7 @@ msgstr "" "subordonate. In acest caz, ordinea evaluarii este importanta." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10679,13 +10785,19 @@ msgstr "" "wizardul nu va fi lansat." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Nu exista nici un Cont %s in registrul %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10695,7 +10807,7 @@ msgstr "" "in registrul \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10720,7 +10832,7 @@ msgstr "" "(id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10730,13 +10842,13 @@ msgstr "" "creati una pentru a configura soldul initial." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Nu exista nici un cod principal pentru contul sablon." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10744,7 +10856,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10970,6 +11082,14 @@ msgstr "" "Acest camp este utilizat pentru a genera rapoarte juridice: profit si " "pierdere, bilant." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -11024,7 +11144,7 @@ msgstr "" "actual ca fiind reconciliat." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -11034,7 +11154,7 @@ msgstr "" "puteti modifica campul." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11213,7 +11333,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -11251,8 +11371,8 @@ msgid "To Review" msgstr "De verificat" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -11260,9 +11380,11 @@ msgstr "" "toate inregistrarile." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11273,6 +11395,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11407,7 +11530,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Tranzactie" @@ -11455,7 +11578,6 @@ msgstr "Adevarat" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11471,13 +11593,13 @@ msgid "Type Controls" msgstr "Tip Controale" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Nu s-a putut adapta soldul initial (valoare negativa)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Imposibil de modificat taxa!" @@ -11502,6 +11624,11 @@ msgid "" msgstr "" "Numarul unic al facturii, calculat automat atunci cand este creata factura." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11701,18 +11828,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Utilizator" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11805,36 +11931,37 @@ msgstr "Vizualizati Liniile Contului Analitic" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Atentionare" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Avertizare !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11882,7 +12009,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11936,7 +12063,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Pierdere" @@ -11963,7 +12090,7 @@ msgid "Write-Off amount" msgstr "Suma pierduta" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11999,6 +12126,17 @@ msgstr "Suma anuala" msgid "Yes" msgstr "Da" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -12009,7 +12147,7 @@ msgstr "" "un litigiu cu partenerul asociat" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -12017,7 +12155,7 @@ msgstr "" "registrul %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -12067,7 +12205,7 @@ msgstr "" "adunati/scadeti." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -12089,7 +12227,7 @@ msgstr "" "ex. Modelul meu in %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -12099,14 +12237,14 @@ msgstr "" "nereconciliati inregistrarile platii." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" "Nu puteti schimba codul contului care contine elemente ale registrului!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -12116,14 +12254,14 @@ msgstr "" "elemente ale jurnalului." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" "Nu puteti modifica impozitul, ar trebui sa stergeti si sa recreati liniile." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -12133,7 +12271,7 @@ msgstr "" "contine elemente ale registrului!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -12143,7 +12281,7 @@ msgstr "" "registrului!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12188,13 +12326,13 @@ msgstr "" "centralizat." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Nu puteti dezactiva un cont care contine elemente ale registrului." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Nu puteți șterge o înregistrare postată \"%s\" a registrului." @@ -12222,7 +12360,7 @@ msgstr "" "rambursati." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12235,7 +12373,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12248,7 +12386,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12259,7 +12397,7 @@ msgstr "" "înregistrărilor." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -12275,13 +12413,13 @@ msgstr "" "Nu puteti furniza o valuta secundara daca este aceeasi ca si cea a companiei." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Nu puteti sterge un cont care contine elemente ale registrului." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12291,7 +12429,7 @@ msgstr "" "furnizor." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12302,14 +12440,14 @@ msgstr "" "procesul de deschidere/inchidere a anului fiscal." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Nu puteti folosi un cont inactiv." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12319,7 +12457,7 @@ msgstr "" "'Controale Inregistrari' din registrul respectiv." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12331,7 +12469,7 @@ msgstr "" "Linia celui mai recent termen de plata ar trebui sa fie de tip \"Sold\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12341,13 +12479,13 @@ msgstr "" "apartine planului de conturi \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12363,8 +12501,8 @@ msgstr "" "rugam sa selectati o perioada si un registru in context." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12381,7 +12519,7 @@ msgstr "" "in definirea jurnalului pentru reconciliere." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." @@ -12390,7 +12528,7 @@ msgstr "" "pierderii/schimbului valutar." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12413,7 +12551,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Trebuie sa selectati cel putin o inregistrare." @@ -12425,7 +12563,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Trebuie sa definiti un jurnal analitic de tipul '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12449,7 +12587,7 @@ msgid "You must set a start date." msgstr "Trebuie sa setati o data de inceput." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12459,13 +12597,13 @@ msgstr "" "a stabili soldul initial." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Ar trebui sa alegeti perioadele care apartin aceleiasi companii." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12477,7 +12615,7 @@ msgstr "" "diferenţelor dintre cursurile de schimb valutar." #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12499,7 +12637,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12531,7 +12669,7 @@ msgid "balance" msgstr "sold" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "schimbaţi" @@ -12584,7 +12722,7 @@ msgstr "inchiderea perioadei" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12596,7 +12734,7 @@ msgstr "res_config_continuturi" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12613,14 +12751,14 @@ msgstr "titlu" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12645,3 +12783,45 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "an" + +#~ msgid "#Entries" +#~ msgstr "# Inregistrari" + +#~ msgid "Qty" +#~ msgstr "Cantitate" + +#~ msgid "# of Lines" +#~ msgstr "# de Linii" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupati dupa luna Datei facturii" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Nu exista nici un Cont %s in registrul %s." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Faceti click pentru a crea o rambursare pentru client. \n" +#~ "

\n" +#~ " O rambursare este un document care atribuie o factura " +#~ "complet sau\n" +#~ " partial.\n" +#~ "

\n" +#~ " In loc sa creati manual o rambursare pentru client,\n" +#~ " puteti sa o generati direct din factura asociata " +#~ "clientului.\n" +#~ "

\n" +#~ " " diff --git a/addons/account/i18n/ru.po b/addons/account/i18n/ru.po index 3c017ea8106..a7ff41a3b6d 100644 --- a/addons/account/i18n/ru.po +++ b/addons/account/i18n/ru.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "кол-во цифр" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# пунктов" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# строк" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# транзакции" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Проводок" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (копия)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -359,7 +360,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -370,17 +371,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Нажмите для создания возврата клиенту.\n" -"

\n" -" Возврат-это документ, который кредитует счет полностью или\n" -" частично.\n" -"

\n" -" Вместо ручного создания возврата, вы\n" -" можете генерировать его непосредственно из связанных с " -"клиентом счетов.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -637,7 +627,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -663,11 +653,9 @@ msgstr "Тип счета" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -676,10 +664,10 @@ msgstr "Тип счета" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1374,7 +1362,7 @@ msgstr "" "больше не сможете изменять их бухгалтерские поля." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1441,10 +1429,10 @@ msgstr "Всегда" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1504,8 +1492,8 @@ msgstr "Аналитический" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1829,7 +1817,7 @@ msgid "Average Rate" msgstr "Средний курс" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1837,21 +1825,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Плохой счет !" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1895,14 +1883,14 @@ msgstr "Балансовая ведомость" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Валанс (счет актива)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Баланс (счёт обязательств)" @@ -1925,7 +1913,7 @@ msgstr "Сбалансировано" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Банковский" @@ -2256,7 +2244,7 @@ msgstr "" "только сделать возврат счета." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2265,19 +2253,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Нельзя сделать движение по валюте отличной от.." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Нельзя создать операцию для различных компаний" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2315,7 +2303,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2332,7 +2320,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Наличные" @@ -2387,6 +2375,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2687,6 +2676,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Закрыть отчетный год" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2729,7 +2725,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2815,22 +2811,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Общий отчет" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Назначение" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2980,8 +2970,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3055,7 +3045,7 @@ msgstr "Подтверждено" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3442,7 +3432,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3470,7 +3459,7 @@ msgstr "Валюта" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Корректировка валюты" @@ -3601,9 +3590,8 @@ msgstr "Заказчики" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3829,14 +3817,13 @@ msgstr "Опишите, почему вы берете деньги из кас #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4022,7 +4009,7 @@ msgstr "Срок" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4050,13 +4037,13 @@ msgid "Duration" msgstr "Длительность" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "ЖР" @@ -4073,7 +4060,7 @@ msgstr "Дата вступления в силу" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4237,7 +4224,7 @@ msgid "Entries Sorted by" msgstr "Проводки сортируются по" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Проводки не по одному счету и тому же счету или уже сверены! " @@ -4249,7 +4236,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Проводки: " @@ -4260,7 +4247,7 @@ msgid "Entry" msgstr "Проводка" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Проводка \"%s\" не верна !" @@ -4294,7 +4281,7 @@ msgid "Entry Subscription" msgstr "Проводка подписки" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Проводка уже сверена." @@ -4311,51 +4298,53 @@ msgid "Equity" msgstr "Собственные средства" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4483,7 +4472,7 @@ msgstr "Расширенные фильтры..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4506,7 +4495,7 @@ msgstr "Заполните эту форму, если вы помещаете #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4669,7 +4658,6 @@ msgstr "Системы налогообложения" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4900,6 +4888,12 @@ msgstr "Полный бухгалтерский учет: журналы, дек msgid "Future" msgstr "Будущие" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5011,7 +5005,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5022,8 +5016,8 @@ msgid "Go to Next Partner" msgstr "Переход к следующему партнеру" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5068,6 +5062,7 @@ msgstr "Молодец!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5077,11 +5072,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Группировать позиции счета" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Группировать по месяцу даты счета" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5108,7 +5098,6 @@ msgstr "" "html для возможности использования в канбан виде" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5198,7 +5187,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5230,7 +5218,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5239,6 +5226,12 @@ msgstr "" msgid "Icon" msgstr "Пиктограмма" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5458,7 +5451,15 @@ msgstr "" "журнала." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5553,8 +5554,8 @@ msgstr "" "потребностям учёта в вашей организации для вашей страны." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5618,7 +5619,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5642,7 +5644,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5657,7 +5659,6 @@ msgstr "Валюта счета" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Дата выставления счета" @@ -5681,11 +5682,6 @@ msgstr "Позиция счета" msgid "Invoice Lines" msgstr "Позиции счета" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5757,13 +5753,13 @@ msgid "Invoice paid" msgstr "Счет оплачен" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Счет частично оплачен: %s%s из %s%s (%s%s остаток)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5881,7 +5877,7 @@ msgstr "Он указывает, что счет был отправлен." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5924,9 +5920,7 @@ msgstr "Январь" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5938,7 +5932,7 @@ msgstr "Январь" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6038,7 +6032,7 @@ msgid "Journal Item" msgstr "Элемент журнала" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6046,7 +6040,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Элемент журнала '%s' (id: %s), операция '%s' уже сверена !" @@ -6055,7 +6049,7 @@ msgstr "Элемент журнала '%s' (id: %s), операция '%s' уж #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6105,6 +6099,11 @@ msgstr "Выбор журнала" msgid "Journal for analytic entries" msgstr "Журнал аналитических проводок" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6214,8 +6213,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6444,11 +6443,6 @@ msgstr "Дата последней полной сверки" msgid "Latest Manual Reconciliation Processed:" msgstr "Последняя ручная сверка обработана:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6507,7 +6501,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Список всех налогов, которые должны быть установлены мастером" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Убытки" @@ -6518,7 +6513,13 @@ msgid "Loss Account" msgstr "Счет убытков" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "РАЗНОЕ" @@ -6609,7 +6610,7 @@ msgstr "" "Пожалуйста, задайте контрагента!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6659,7 +6660,7 @@ msgid "Miscellaneous" msgstr "Прочее" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Смешанный журнал" @@ -6692,6 +6693,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Изменить: создать возврат, сверить и создать новый счет" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6739,7 +6742,7 @@ msgid "Move bank reconcile" msgstr "Сверка операции по банку" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6751,7 +6754,7 @@ msgid "Move line reconcile select" msgstr "Выбор сверки операций" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Название операции (id) : %s (%s)" @@ -6793,8 +6796,8 @@ msgstr "Название новых проводок" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Никогда" @@ -6802,7 +6805,7 @@ msgstr "Никогда" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Новый" @@ -6855,9 +6858,9 @@ msgid "Next supplier invoice number" msgstr "Следующий номер счета поставщика" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6893,19 +6896,19 @@ msgid "No Follow-up" msgstr "Нет напоминаний" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6928,14 +6931,14 @@ msgid "No period found on the invoice." msgstr "Не найдено периода по счету." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "Для заданной даты период не найден или найдено более одного периода." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7077,7 +7080,14 @@ msgstr "" "могут быть выбраны в процессе автоматической сверки." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "ОК" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7109,15 +7119,15 @@ msgid "Only One Chart Template Available" msgstr "доступен только один шаблон плана счетов" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7165,8 +7175,8 @@ msgstr "Открыть журнал" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7188,8 +7198,8 @@ msgstr "Открыть для отмены сверки" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Начальное сальдо" @@ -7217,7 +7227,7 @@ msgstr "Проводки открытия счета доходов" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Журнал проводок открытия" @@ -7233,7 +7243,7 @@ msgid "Opening Entries Reconciliation" msgstr "Сверка проводок открытия" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7241,7 +7251,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Период открытия" @@ -7425,8 +7435,8 @@ msgstr "Частичная сверка проводок" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7466,6 +7476,11 @@ msgstr "ID партнера" msgid "Partner Ledger" msgstr "Книга партнера" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7681,7 +7696,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7696,7 +7710,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7808,31 +7822,31 @@ msgstr "" "Пожалуйста, проверьте , что поле \"Журнал\"установлено в банковской выписке" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Пожалуйста, создайте позиции счета" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Пожалуйста, определите нумерацию журнала." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Пожалуйста, определите нумерацию в журнале, связанном с этим счетом." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Пожалуйста, проверьте, что счет определен в журнале." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7968,13 +7982,10 @@ msgstr "Проформы счетов" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7992,6 +8003,11 @@ msgstr "Категория продукции" msgid "Product Information" msgstr "Информация о ТМЦ" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7999,7 +8015,6 @@ msgstr "Шаблон продукта" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Ед. изм. товара" @@ -8010,21 +8025,22 @@ msgid "Products Quantity" msgstr "Количество ТМЦ" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Прибыль" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Прибыль и убыток (счет расходов)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Прибыль и убыток (счет доходов)" @@ -8095,7 +8111,7 @@ msgid "Purchase" msgstr "Закупка" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Журнал покупок" @@ -8106,7 +8122,7 @@ msgid "Purchase Refund" msgstr "Возврат покупки" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Журнал возврата покупок" @@ -8117,7 +8133,7 @@ msgid "Purchase Tax" msgstr "Налог на покупку" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Налог на покупку %.2f%%" @@ -8168,16 +8184,10 @@ msgstr "Код на Python" msgid "Python Code (reverse)" msgstr "Код на Python (реверс)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Кол-во" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8307,6 +8317,13 @@ msgstr "Сверить со списанием" msgid "Reconcile Writeoff" msgstr "Сверить списание" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8330,7 +8347,7 @@ msgstr "Сверенные транзакции" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8399,6 +8416,7 @@ msgstr "Ссылка" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8433,7 +8451,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8588,7 +8606,10 @@ msgid "Reset to Draft" msgstr "Вернуть в черновики" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Остаток" @@ -8607,7 +8628,6 @@ msgstr "Остаток суммы в валюте" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Ответственный" @@ -8669,13 +8689,13 @@ msgid "Running Subscriptions" msgstr "Текущие подписки" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "КнП" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8730,13 +8750,13 @@ msgid "Sales" msgstr "Продажи" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Журнал продаж" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Журнал возврата продаж" @@ -8746,6 +8766,11 @@ msgstr "Журнал возврата продаж" msgid "Sales Tax(%)" msgstr "Налог с продаж (%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8897,7 +8922,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9171,7 +9196,7 @@ msgid "Smallest Text" msgstr "Наименьший текст" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Некоторые записи уже сверены." @@ -9302,7 +9327,7 @@ msgid "Start period" msgstr "Начало периода" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9328,7 +9353,7 @@ msgid "Statement" msgstr "Документ" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Распоряжение %s подтверждено, элементы журнала созданы." @@ -9386,11 +9411,6 @@ msgstr "Статистика" msgid "Status" msgstr "Статус" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9449,7 +9469,7 @@ msgstr "Поставщик" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9475,7 +9495,7 @@ msgstr "Условия оплаты поставщику" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9517,7 +9537,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9569,8 +9589,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9579,7 +9599,7 @@ msgid "Tax" msgstr "Налог" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Налог %.2f%%" @@ -9740,7 +9760,7 @@ msgid "Tax Use In" msgstr "Использовать налог в" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9804,7 +9824,7 @@ msgid "Taxes Report" msgstr "Отчет по налогам" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9871,7 +9891,7 @@ msgstr "Условия" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9897,19 +9917,19 @@ msgid "The account basis of the tax declaration." msgstr "Счет основа налоговой декларации" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Проводки в ненадлежащем состоянии." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Счет не определен для сверки !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9944,7 +9964,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10171,7 +10198,7 @@ msgstr "" "удалить вторичную валюту по счёту или выбрать мульти-валютный вид по журналу." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10209,7 +10236,7 @@ msgstr "" "таком случае важна последовательность вычислений." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10247,13 +10274,19 @@ msgid "" msgstr "Не ни одной компании без плана счетов. Мастер не будет запущен." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Нет счета %s в журнале %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10261,7 +10294,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10283,7 +10316,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Нет дебетовых счетов определенных для этого продукта: \"%s\" (id:%d)" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10291,13 +10324,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Нет кода родителя для шаблона счета." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10305,7 +10338,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10513,6 +10546,14 @@ msgstr "" "Это поле используется для генерации официальных отчетов: прибыль и убыток, " "баланс." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10562,7 +10603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10572,7 +10613,7 @@ msgstr "" "изменить поле компании ." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10736,7 +10777,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10774,17 +10815,19 @@ msgid "To Review" msgstr "Для проверки" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" "Для сверки проводок, компания должна быть одна и та же для всех проводок." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10795,6 +10838,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Всего" @@ -10927,7 +10971,7 @@ msgstr "Всего:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Операция" @@ -10975,7 +11019,6 @@ msgstr "Истина" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10991,14 +11034,14 @@ msgid "Type Controls" msgstr "Контроль типа" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" "Не в состоянии адаптироваться начальный баланс (отрицательное значение)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Нельзя изменить налог !" @@ -11022,6 +11065,11 @@ msgid "" "created." msgstr "Уникальный номер счета, автоматически вычислен при создании сета." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11209,18 +11257,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Пользователь" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11313,36 +11360,37 @@ msgstr "Вид проводок аналитики" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Warning" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Warning !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11388,7 +11436,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11442,7 +11490,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Списание" @@ -11469,7 +11517,7 @@ msgid "Write-Off amount" msgstr "Количество к списанию" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11503,6 +11551,17 @@ msgstr "Годовая сумма" msgid "Yes" msgstr "Да" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11513,13 +11572,13 @@ msgstr "" "соответствующим партнером" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "Нельзя добавлять/изменять записи в закрытый период %s журнала %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11564,7 +11623,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11586,7 +11645,7 @@ msgstr "" "пример: Моя модель на %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11596,13 +11655,13 @@ msgstr "" "связанных записей." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Нальзя изменить код счета который содержит проводки!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11612,14 +11671,14 @@ msgstr "" "элементы журнала ." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" "Вы не можете изменить налог, вы должны удалить и создать позиции заново." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11629,7 +11688,7 @@ msgstr "" "содержит элементы журнала !" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11637,7 +11696,7 @@ msgid "" msgstr "Нельзя изменить тип счета на '%s', так как он содержит записи!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11678,13 +11737,13 @@ msgstr "" "журнале." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Нельзя отключить счет, который содержит элементы журнала ." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Нельзя удалить проведенную проводку журнала \"%s\"." @@ -11709,7 +11768,7 @@ msgstr "" "сделать возврат." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11718,7 +11777,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11727,7 +11786,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11737,7 +11796,7 @@ msgstr "" "Прежде, нужно разрешить отмену проводок в журнале." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Нельзя изменить/удалить журнал с проводками за этот период." @@ -11750,13 +11809,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Нельзя удалить счет, который содержит элементы журнала." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11764,7 +11823,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11775,14 +11834,14 @@ msgstr "" "открытия/закрытия финансового года." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Вы не можете использовать неактивный счет ." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11790,7 +11849,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11799,7 +11858,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11809,13 +11868,13 @@ msgstr "" "счетов %s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11831,8 +11890,8 @@ msgstr "" "пожалуйста, выберите период и журнал в контексте." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11849,14 +11908,14 @@ msgstr "" "счет банка при создании журнала." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11876,7 +11935,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Вы должны выбрать хотя бы одну запись." @@ -11888,7 +11947,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Вы должны определить журнал аналитики типа '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11912,7 +11971,7 @@ msgid "You must set a start date." msgstr "Вы должны установить дату начала." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11920,13 +11979,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Вы должны выбрать периоды относящиеся к одной компании." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11935,7 +11994,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11954,7 +12013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11980,7 +12039,7 @@ msgid "balance" msgstr "баланс" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12033,7 +12092,7 @@ msgstr "закрытие периода" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12045,7 +12104,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12062,14 +12121,14 @@ msgstr "title" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12094,3 +12153,44 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "год" + +#~ msgid "Qty" +#~ msgstr "Кол-во" + +#~ msgid "#Entries" +#~ msgstr "#Проводок" + +#~ msgid "# of Lines" +#~ msgstr "# строк" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Нет счета %s в журнале %s." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Нажмите для создания возврата клиенту.\n" +#~ "

\n" +#~ " Возврат-это документ, который кредитует счет полностью или\n" +#~ " частично.\n" +#~ "

\n" +#~ " Вместо ручного создания возврата, вы\n" +#~ " можете генерировать его непосредственно из связанных с " +#~ "клиентом счетов.\n" +#~ "

\n" +#~ " " + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Группировать по месяцу даты счета" diff --git a/addons/account/i18n/si.po b/addons/account/i18n/si.po index 09a0380085f..d453dcf6ca2 100644 --- a/addons/account/i18n/si.po +++ b/addons/account/i18n/si.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/sk.po b/addons/account/i18n/sk.po index 27e61782527..af6b900fcb7 100644 --- a/addons/account/i18n/sk.po +++ b/addons/account/i18n/sk.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "Zákazníci" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3785,14 +3784,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3976,7 +3974,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4004,13 +4002,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4027,7 +4025,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4191,7 +4189,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4203,7 +4201,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4214,7 +4212,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4248,7 +4246,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4265,51 +4263,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4425,7 +4425,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4448,7 +4448,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4611,7 +4611,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4836,6 +4835,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4946,7 +4951,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4957,8 +4962,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5003,6 +5008,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5012,11 +5018,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5041,7 +5042,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5131,7 +5131,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5163,7 +5162,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5172,6 +5170,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5368,7 +5372,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5457,8 +5469,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5522,7 +5534,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5546,7 +5559,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5561,7 +5574,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Dátum faktúry" @@ -5585,11 +5597,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5661,13 +5668,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5782,7 +5789,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5825,9 +5832,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5839,7 +5844,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5939,7 +5944,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5947,7 +5952,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5956,7 +5961,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6006,6 +6011,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6114,8 +6124,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6344,11 +6354,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6407,7 +6412,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6418,7 +6424,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6506,7 +6518,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6554,7 +6566,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6587,6 +6599,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6634,7 +6648,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6646,7 +6660,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6688,8 +6702,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6697,7 +6711,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6750,9 +6764,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6788,19 +6802,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6823,14 +6837,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6968,7 +6982,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7000,15 +7021,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7056,8 +7077,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7079,8 +7100,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7108,7 +7129,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7124,7 +7145,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7132,7 +7153,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7316,8 +7337,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7357,6 +7378,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Účtovná kniha partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7571,7 +7597,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7586,7 +7611,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7695,31 +7720,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7854,13 +7879,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7878,6 +7900,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7885,7 +7912,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7896,21 +7922,22 @@ msgid "Products Quantity" msgstr "Množstvo produktov" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7981,7 +8008,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7992,7 +8019,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8003,7 +8030,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8054,16 +8081,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8193,6 +8214,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8216,7 +8244,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8285,6 +8313,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8319,7 +8348,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8474,7 +8503,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Zostatok" @@ -8493,7 +8525,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8555,13 +8586,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8616,13 +8647,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8632,6 +8663,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8782,7 +8818,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9030,7 +9066,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9161,7 +9197,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9187,7 +9223,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9245,11 +9281,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9308,7 +9339,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9334,7 +9365,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9376,7 +9407,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9428,8 +9459,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9438,7 +9469,7 @@ msgid "Tax" msgstr "Daň" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9599,7 +9630,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9661,7 +9692,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9726,7 +9757,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9752,19 +9783,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9797,7 +9828,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10006,7 +10044,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10037,7 +10075,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10071,13 +10109,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10085,7 +10129,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10105,7 +10149,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10113,13 +10157,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10127,7 +10171,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10316,6 +10360,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10360,7 +10412,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10368,7 +10420,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10514,7 +10566,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10552,16 +10604,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10572,6 +10626,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10702,7 +10757,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10750,7 +10805,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10766,13 +10820,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10796,6 +10850,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10983,18 +11042,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11085,36 +11143,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11155,7 +11214,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11209,7 +11268,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11236,7 +11295,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11269,6 +11328,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11277,13 +11347,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11324,7 +11394,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11338,7 +11408,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11346,13 +11416,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11360,13 +11430,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11374,7 +11444,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11382,7 +11452,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11421,13 +11491,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11450,7 +11520,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11459,7 +11529,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11468,7 +11538,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11476,7 +11546,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11489,13 +11559,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11503,7 +11573,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11512,14 +11582,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11527,7 +11597,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11536,7 +11606,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11544,13 +11614,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11564,8 +11634,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11580,14 +11650,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11605,7 +11675,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11617,7 +11687,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11641,7 +11711,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11649,13 +11719,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11664,7 +11734,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11683,7 +11753,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11709,7 +11779,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11759,7 +11829,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11771,7 +11841,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11788,14 +11858,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/sl.po b/addons/account/i18n/sl.po index 4e7df0141ba..ad54d9b7c5b 100644 --- a/addons/account/i18n/sl.po +++ b/addons/account/i18n/sl.po @@ -7,15 +7,180 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Spoštovani ${object.partner_id.name},

\n" +"\n" +"

Vaš račun:

\n" +" \n" +"

\n" +"   Osnovni podatki
\n" +"   Številka računa: ${object.number}
\n" +"   Skupaj: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Datum računa: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Možno plačilo preko Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Za dodatne informacije smo vam vedno na razpolago

\n" +"

Hvala , ker ste izbrali ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Telefon:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Splet : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " #. module: account #: help:account.invoice,state:0 @@ -32,11 +197,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Skupni protikonto" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +219,16 @@ msgstr "# mest (števila)" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# postavk" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# vrstic" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +239,6 @@ msgstr "" msgid "# of Transaction" msgstr "# transakcija" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Postavke" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +246,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -180,90 +345,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -371,7 +452,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -382,10 +463,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Tu lahko kreirate dobropise kupcem\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -658,7 +735,7 @@ msgid "" msgstr "Obdobje knjiženja (običajno mesec)" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -684,11 +761,9 @@ msgstr "Vrsta konta" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -697,10 +772,10 @@ msgstr "Vrsta konta" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1395,7 +1470,7 @@ msgid "" msgstr "Vse izbrane postavke bodo potrjene in vknjižene." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1462,10 +1537,10 @@ msgstr "Vedno" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1525,8 +1600,8 @@ msgstr "Analitično knjigovodstvo" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1850,7 +1925,7 @@ msgid "Average Rate" msgstr "Povprečna stopnja" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1858,21 +1933,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Napačen konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1916,14 +1991,14 @@ msgstr "Bilanca stanja" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilanca stanja (sredstva)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilanca stanja (obveznosti)" @@ -1946,7 +2021,7 @@ msgstr "Usklajeno" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banka" @@ -2275,7 +2350,7 @@ msgid "" msgstr "Ni možno %s račun , ki je že zaprt." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2284,19 +2359,19 @@ msgid "" msgstr "Ni možno kreirati avtomatičnega številčenja za ta del." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Valuta se razlikuje od .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Ni možno opraviti vknjižba za različna podjetja." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2337,7 +2412,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Ni možno generirati neuporabljene šifre dnevnika." @@ -2354,7 +2429,7 @@ msgstr "Oznaka davka" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Gotovina" @@ -2409,6 +2484,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2703,6 +2779,13 @@ msgstr "podrejeni davki" msgid "Choose Fiscal Year" msgstr "Izberi poslovno leto" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2745,7 +2828,7 @@ msgstr "Status poslovnega leta in obdobij." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2831,22 +2914,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Skupno poročilo" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Komunikacija" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2996,8 +3073,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3077,7 +3154,7 @@ msgstr "Potrjeno" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3464,7 +3541,6 @@ msgstr "Številčno zaporedje dobropisov" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3492,7 +3568,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Nastavitev valute" @@ -3623,9 +3699,8 @@ msgstr "Kupci" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3850,14 +3925,13 @@ msgstr "Razlog za dvig gotovine" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4043,7 +4117,7 @@ msgstr "Zapadlo" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4071,13 +4145,13 @@ msgid "Duration" msgstr "Trajanje" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4094,7 +4168,7 @@ msgstr "Dejanski datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4258,7 +4332,7 @@ msgid "Entries Sorted by" msgstr "Urejeno po" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Postavke ne pripadajo istemu kontu ali pa so že usklajene! " @@ -4270,7 +4344,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Postavke: " @@ -4281,7 +4355,7 @@ msgid "Entry" msgstr "Vnos" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Vnos \"%s\" ni veljaven!" @@ -4315,7 +4389,7 @@ msgid "Entry Subscription" msgstr "Naročnine" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Postavka je že usklajena" @@ -4332,51 +4406,53 @@ msgid "Equity" msgstr "Stanje bilance" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Napaka" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4506,7 +4582,7 @@ msgstr "Razširjeni filtri..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4529,7 +4605,7 @@ msgstr "Izpolnite ta obrazec za polog gotovine:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4692,7 +4768,6 @@ msgstr "Davčno območje" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4919,6 +4994,12 @@ msgstr "Vse računovodske funkcije" msgid "Future" msgstr "Prihodnost" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5029,7 +5110,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Davki so določeni , vendar jih ni na postavkah računa!" @@ -5040,8 +5121,8 @@ msgid "Go to Next Partner" msgstr "Naslednji parner" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5086,6 +5167,7 @@ msgstr "Dobro opravljeno!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5095,11 +5177,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Združevanje postavk" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Združeno po mesecu računa" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5124,7 +5201,6 @@ msgid "" msgstr "Povzetek (število sporočil,..)" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5214,7 +5290,6 @@ msgstr "Povzetek (število sporočil,..)" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5246,7 +5321,6 @@ msgstr "Povzetek (število sporočil,..)" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5255,6 +5329,12 @@ msgstr "" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5469,7 +5549,15 @@ msgstr "" "statusom \"Osnutek\"." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5561,8 +5649,8 @@ msgid "" msgstr "Namestitev lokaliziranega kontnega načrta" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5626,7 +5714,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5650,7 +5739,7 @@ msgstr "Obrnjen saldo analitike" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5665,7 +5754,6 @@ msgstr "Valuta računa" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum DUR" @@ -5689,11 +5777,6 @@ msgstr "Postavka računa" msgid "Invoice Lines" msgstr "Postavke računa" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5765,13 +5848,13 @@ msgid "Invoice paid" msgstr "Račun plačan" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Račun delno plačan: %s%s od %s%s (%s%s ostane za plačilo)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5889,7 +5972,7 @@ msgstr "Oznaka , da je bil račun poslan." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5932,9 +6015,7 @@ msgstr "Januar" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5946,7 +6027,7 @@ msgstr "Januar" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6046,7 +6127,7 @@ msgid "Journal Item" msgstr "Postavka" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6054,7 +6135,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Postavka '%s' (id: %s), premik '%s' je že preklican !" @@ -6063,7 +6144,7 @@ msgstr "Postavka '%s' (id: %s), premik '%s' je že preklican !" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6113,6 +6194,11 @@ msgstr "Izberite dnevnik" msgid "Journal for analytic entries" msgstr "Dnevnik analitičnega knjigovodstva" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6222,8 +6308,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6452,11 +6538,6 @@ msgstr "Datum zadnje uskladitve" msgid "Latest Manual Reconciliation Processed:" msgstr "Zadnje ročno usklajevanje:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6515,7 +6596,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Seznam davkov , ki jih bo namestil čarovnik" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Manjko" @@ -6526,7 +6608,13 @@ msgid "Loss Account" msgstr "Konto uspeha" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Razl." @@ -6616,7 +6704,7 @@ msgstr "" "Izberite partnerja!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6667,7 +6755,7 @@ msgid "Miscellaneous" msgstr "Razno" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Razni dnevniki" @@ -6700,6 +6788,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Spremeni: vračilo in novi račun" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6747,7 +6837,7 @@ msgid "Move bank reconcile" msgstr "Usklajevanje banke" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6759,7 +6849,7 @@ msgid "Move line reconcile select" msgstr "Izbor postavke za zapiranje" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Naziv : %s (%s)" @@ -6801,8 +6891,8 @@ msgstr "Naziv novih postavk" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Nikoli" @@ -6810,7 +6900,7 @@ msgstr "Nikoli" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Nov" @@ -6863,9 +6953,9 @@ msgid "Next supplier invoice number" msgstr "Naslednja številka dobaviteljevega računa" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6901,19 +6991,19 @@ msgid "No Follow-up" msgstr "Ni nadaljevanja" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6936,7 +7026,7 @@ msgid "No period found on the invoice." msgstr "Ni obračunskega obdobja" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -6944,7 +7034,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7087,7 +7177,14 @@ msgstr "" "usklajevanje." #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "V redu" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7119,15 +7216,15 @@ msgid "Only One Chart Template Available" msgstr "Na voljo je samo en kontni načrt" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7175,8 +7272,8 @@ msgstr "Odpri dnevnik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7198,8 +7295,8 @@ msgstr "Odprto za neusklajeno" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Začetno stanje" @@ -7227,7 +7324,7 @@ msgstr "Otvoritve konta prihodkov" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Dnevnik otvoritev" @@ -7243,7 +7340,7 @@ msgid "Opening Entries Reconciliation" msgstr "Uskladitev otvoritve" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7251,7 +7348,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Otvoritev" @@ -7435,8 +7532,8 @@ msgstr "Delno usklajene postavke" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7476,6 +7573,11 @@ msgstr "Partner ID" msgid "Partner Ledger" msgstr "Saldakonti" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7690,7 +7792,6 @@ msgstr "Procent mora biti med 0 in 1 (0.05=5%)" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7705,7 +7806,7 @@ msgstr "Procent mora biti med 0 in 1 (0.05=5%)" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7816,31 +7917,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Preverite , če je izbran dnevnik." #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Ustvarite postavke računa" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Določite številčno zaporedje" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Določiti morate zaporedje v povezanem dnevniku." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Prosimo, potrdite da je konto definiran v dnevniku." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7975,13 +8076,10 @@ msgstr "Predračini" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7999,6 +8097,11 @@ msgstr "Skupina izdelkov" msgid "Product Information" msgstr "Podatki o izdelku" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8006,7 +8109,6 @@ msgstr "Predloga izdelka" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Enota mere izdelka" @@ -8017,21 +8119,22 @@ msgid "Products Quantity" msgstr "Količina izdelkov" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Dobiček" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Dobiček&Izguba" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Konto prihodkov" @@ -8102,7 +8205,7 @@ msgid "Purchase" msgstr "Nabava" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Dnevnik nakupov" @@ -8113,7 +8216,7 @@ msgid "Purchase Refund" msgstr "Vračilo Nakupa" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Dnevnik vračil dobaviteljem" @@ -8124,7 +8227,7 @@ msgid "Purchase Tax" msgstr "Davek nabave" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Davek %.2f%%" @@ -8175,16 +8278,10 @@ msgstr "Python koda" msgid "Python Code (reverse)" msgstr "Python koda (obratno)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Kol." - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8314,6 +8411,13 @@ msgstr "Zapri z odpisom" msgid "Reconcile Writeoff" msgstr "Usklajevanje odpisov" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8337,7 +8441,7 @@ msgstr "Usklajene transakcije" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8406,6 +8510,7 @@ msgstr "Sklic" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8440,7 +8545,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8595,7 +8700,10 @@ msgid "Reset to Draft" msgstr "Vrni v Osnutek" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Preostali" @@ -8614,7 +8722,6 @@ msgstr "Preostali znesek v valuti" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Odgovoren" @@ -8676,13 +8783,13 @@ msgid "Running Subscriptions" msgstr "Tekoče naročnine" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8737,13 +8844,13 @@ msgid "Sales" msgstr "Prodaja" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Dnevnik prodaje" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Dnevnik vračil kupcem" @@ -8753,6 +8860,11 @@ msgstr "Dnevnik vračil kupcem" msgid "Sales Tax(%)" msgstr "Davek(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8903,7 +9015,7 @@ msgstr "Izberite poslovno leto" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9165,7 +9277,7 @@ msgid "Smallest Text" msgstr "Najmanjše besedilo" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Nekatere postavke so že usklajene" @@ -9296,7 +9408,7 @@ msgid "Start period" msgstr "Začetno obdobje" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Začetno obdobje mora biti pred končnim." @@ -9322,7 +9434,7 @@ msgid "Statement" msgstr "Izpisek" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Izpisek %s je potrjen." @@ -9380,11 +9492,6 @@ msgstr "Statistika" msgid "Status" msgstr "Stanje" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9443,7 +9550,7 @@ msgstr "Dobavitelj" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9469,7 +9576,7 @@ msgstr "Plačilni pogoji dobavitelja" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9511,7 +9618,7 @@ msgstr "Dvig gotovine" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9563,8 +9670,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9573,7 +9680,7 @@ msgid "Tax" msgstr "Davek" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Davek %.2f%%" @@ -9734,7 +9841,7 @@ msgid "Tax Use In" msgstr "Uporaba davka v" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9798,7 +9905,7 @@ msgid "Taxes Report" msgstr "DDV-O obrazec" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9863,7 +9970,7 @@ msgstr "Pogoji" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9889,19 +9996,19 @@ msgid "The account basis of the tax declaration." msgstr "Davčna osnova" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Postavke na kontu nimajo pravilnega statusa." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Konto za usklajevanje ni določen!" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "Vknjižba (%s) za skupni konto je bila potrjena." @@ -9934,7 +10041,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10154,7 +10268,7 @@ msgstr "" "kontu ali pa izberite več-valutni pogled." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10187,7 +10301,7 @@ msgstr "" "podrejene davke." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10224,13 +10338,19 @@ msgid "" msgstr "čarovnik se ne bo izvedel , ker ni podjetja brez kontnega načrta." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Ni konta %s v dnevniku %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10240,7 +10360,7 @@ msgstr "" " v dnevniku \"%s\"." #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10262,7 +10382,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Za izdelek \"%s\" (id:%d) ni določen konto prihodkov." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10270,13 +10390,13 @@ msgid "" msgstr "Ni določenega otvoritvenega/zaključnega obdobja." #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Ni nadrejene kode za predlogo konta." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10284,7 +10404,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10489,6 +10609,14 @@ msgid "" msgstr "" "To polje se uporablja za kreiranje poročil : poslovni izid,bilanca stanja." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10534,7 +10662,7 @@ msgstr "" "To so preostali partnerji za katere je treba preveriti odprte postavke." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10542,7 +10670,7 @@ msgid "" msgstr "Ni možno spremeniti podjetja , ker dnevnik vsebuje vknjižbe." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10698,7 +10826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10736,16 +10864,18 @@ msgid "To Review" msgstr "Za pregled" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "Podjetje na postavkah mora biti isto." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10756,6 +10886,7 @@ msgstr "Podjetje na postavkah mora biti isto." #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Skupaj" @@ -10888,7 +11019,7 @@ msgstr "Skupaj:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transakcija" @@ -10936,7 +11067,6 @@ msgstr "Da" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10952,13 +11082,13 @@ msgid "Type Controls" msgstr "Kontrola po vrsti" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Negativna vrednost začetnega salda." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Ni možno spremeniti davka!" @@ -10983,6 +11113,11 @@ msgid "" msgstr "" "Zaporedna številka računa, izračunana avtomatično ob kreiranju računa." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11177,18 +11312,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Uporabnik" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11279,36 +11413,37 @@ msgstr "Pregled analitičnih vknjižb" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Opozorilo" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Opozorilo!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11353,7 +11488,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11407,7 +11542,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Odpis" @@ -11434,7 +11569,7 @@ msgid "Write-Off amount" msgstr "Znesek odpisa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11467,6 +11602,17 @@ msgstr "Letni seštevek" msgid "Yes" msgstr "Da" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11477,13 +11623,13 @@ msgstr "" "partnerjem." #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "Ni možno knjižiti v zaprto obdobje %s v dnevniku %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "Ne morete odpreti obdobja , ki pripada zaključenemu poslovnemu letu" @@ -11528,7 +11674,7 @@ msgid "" msgstr "Predznak s katerim se vrednost prenaša v nadrejeni konto." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11547,7 +11693,7 @@ msgstr "" "%(date)s: tenutni datum" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11555,13 +11701,13 @@ msgid "" msgstr "Ne morete izbrisati delno plačanega računa." #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Ne morete spremeniti kode konta , ki vsebuje vknjižbe" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11569,13 +11715,13 @@ msgid "" msgstr "Ne morete spremeniti podjetja , za konto , ki že ima vknjižbe." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "Davka ni možno spremeniti,izbrisati morate vrstice." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11583,7 +11729,7 @@ msgid "" msgstr "Ne morete spremeniti vrste konta, ker vsebuje vknjižbe!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11591,7 +11737,7 @@ msgid "" msgstr "Ne morete spremeniti vrste konta v '%s' , ker vsebuje vknjižbe." #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11631,13 +11777,13 @@ msgid "" msgstr "Na zbirnem dnevniku lahko kreirate le eno vknjižbo za obdobje." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Ni možno de aktivirati konta , ki ima vknjižbe" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "Ni možno brisati potrjene vknjižbe \"%s\"." @@ -11661,7 +11807,7 @@ msgstr "" "Ni možno izbrisati računa , ki ni v statusu \"Osnutek\" ali \"Preklican\"" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11672,7 +11818,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11683,7 +11829,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11691,7 +11837,7 @@ msgid "" msgstr "Ni možno spreminjati potrjenih vknjižb." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Ni možno spremeniti/brisati dnevnik , ki ima postavke za to obdobje." @@ -11704,13 +11850,13 @@ msgid "" msgstr "Druga valuta ne more biti enaka privzeti valuti podjetja." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Ne morete odstraniti konta , ki vsebuje vknjižbe" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11720,7 +11866,7 @@ msgstr "" "dobavitelju." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11731,14 +11877,14 @@ msgstr "" "zaključevanju/odpiranju poslovnega leta." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Ne morete uporabiti de aktiviranega konta." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11746,7 +11892,7 @@ msgid "" msgstr "Nastavitve ne dovoljujejo uporabe tega konta." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11758,7 +11904,7 @@ msgstr "" "Zadnja vrstica mora biti vrste \"Saldo\"." #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11766,13 +11912,13 @@ msgid "" msgstr "Konto \"%s\" ne pripada kontnemu načrtu \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11786,8 +11932,8 @@ msgid "" msgstr "Premalo podatkov za izračun otvoritvene bilance." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11802,14 +11948,14 @@ msgid "" msgstr "Definirati morate bančni račun" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Navesti morate konto za odpis." #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11827,7 +11973,7 @@ msgstr "Nastavite morate dnevnik za zaključek leta." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Izbrati morate vsaj en zapis." @@ -11839,7 +11985,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Določiti morate analitični dnevnik tipa '%s'!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11863,7 +12009,7 @@ msgid "You must set a start date." msgstr "Določiti morate začetni datum." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11873,13 +12019,13 @@ msgstr "" "začetnega salda." #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Izbrati morate obdobja , ki pripadajo istemu podetju" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11888,7 +12034,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11907,7 +12053,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11936,7 +12082,7 @@ msgid "balance" msgstr "Stanje" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11986,7 +12132,7 @@ msgstr "Zapiranje obdobja" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11998,7 +12144,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12015,14 +12161,14 @@ msgstr "Naziv" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12045,3 +12191,37 @@ msgstr "Uporablja se za izjavo o uskladitvi" #: selection:account.subscription,period_type:0 msgid "year" msgstr "leto" + +#~ msgid "#Entries" +#~ msgstr "#Postavke" + +#~ msgid "Qty" +#~ msgstr "Kol." + +#~ msgid "# of Lines" +#~ msgstr "# vrstic" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Združeno po mesecu računa" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Tu lahko kreirate dobropise kupcem\n" +#~ "

\n" +#~ " " + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Ni konta %s v dnevniku %s." diff --git a/addons/account/i18n/sq.po b/addons/account/i18n/sq.po index 08e6da4f6f2..e1f612f235a 100644 --- a/addons/account/i18n/sq.po +++ b/addons/account/i18n/sq.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3785,14 +3784,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3976,7 +3974,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4004,13 +4002,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4027,7 +4025,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4191,7 +4189,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4203,7 +4201,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4214,7 +4212,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4248,7 +4246,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4265,51 +4263,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4425,7 +4425,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4448,7 +4448,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4611,7 +4611,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4836,6 +4835,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4946,7 +4951,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4957,8 +4962,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5003,6 +5008,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5012,11 +5018,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5041,7 +5042,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5131,7 +5131,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5163,7 +5162,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5172,6 +5170,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5373,7 +5377,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5462,8 +5474,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5527,7 +5539,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5551,7 +5564,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5566,7 +5579,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5590,11 +5602,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5666,13 +5673,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5787,7 +5794,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5830,9 +5837,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5844,7 +5849,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5944,7 +5949,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5952,7 +5957,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5961,7 +5966,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6011,6 +6016,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6120,8 +6130,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6350,11 +6360,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6413,7 +6418,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6424,7 +6430,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6512,7 +6524,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6560,7 +6572,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6593,6 +6605,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6640,7 +6654,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6652,7 +6666,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6694,8 +6708,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6703,7 +6717,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6756,9 +6770,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6794,19 +6808,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6829,14 +6843,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6977,7 +6991,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7009,15 +7030,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7065,8 +7086,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7088,8 +7109,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7117,7 +7138,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7133,7 +7154,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7141,7 +7162,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7325,8 +7346,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7366,6 +7387,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7580,7 +7606,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7595,7 +7620,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7704,31 +7729,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7863,13 +7888,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7887,6 +7909,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7894,7 +7921,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7905,21 +7931,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7990,7 +8017,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8001,7 +8028,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8012,7 +8039,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8063,16 +8090,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8202,6 +8223,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8225,7 +8253,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8294,6 +8322,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8328,7 +8357,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8483,7 +8512,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "E Mbetur" @@ -8502,7 +8534,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8564,13 +8595,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8625,13 +8656,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8641,6 +8672,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8791,7 +8827,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9041,7 +9077,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9172,7 +9208,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9198,7 +9234,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9256,11 +9292,6 @@ msgstr "" msgid "Status" msgstr "Statusi" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9319,7 +9350,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9345,7 +9376,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9387,7 +9418,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9439,8 +9470,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9449,7 +9480,7 @@ msgid "Tax" msgstr "Taksa" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9610,7 +9641,7 @@ msgid "Tax Use In" msgstr "Prdorimi i taksës në" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9672,7 +9703,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9737,7 +9768,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9763,19 +9794,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9808,7 +9839,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10017,7 +10055,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10048,7 +10086,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10082,13 +10120,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10096,7 +10140,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10116,7 +10160,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10124,13 +10168,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10138,7 +10182,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10327,6 +10371,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10371,7 +10423,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10379,7 +10431,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10525,7 +10577,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10563,16 +10615,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10583,6 +10637,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10713,7 +10768,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10761,7 +10816,6 @@ msgstr "Saktë" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10777,13 +10831,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10807,6 +10861,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10994,18 +11053,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11096,36 +11154,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11166,7 +11225,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11220,7 +11279,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11247,7 +11306,7 @@ msgid "Write-Off amount" msgstr "Vlera e anulimit" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11280,6 +11339,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11288,13 +11358,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11349,7 +11419,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11371,13 +11441,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11385,7 +11455,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11393,7 +11463,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11432,13 +11502,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11461,7 +11531,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11470,7 +11540,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11479,7 +11549,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11487,7 +11557,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11500,13 +11570,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11514,7 +11584,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11523,14 +11593,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11538,7 +11608,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11547,7 +11617,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11555,13 +11625,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11575,8 +11645,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11591,14 +11661,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11616,7 +11686,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11628,7 +11698,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11652,7 +11722,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11660,13 +11730,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11675,7 +11745,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11694,7 +11764,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11720,7 +11790,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11770,7 +11840,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11782,7 +11852,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11799,14 +11869,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/sr.po b/addons/account/i18n/sr.po index 7999982ba36..c5cd39e7314 100644 --- a/addons/account/i18n/sr.po +++ b/addons/account/i18n/sr.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# Broj transakcija" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1478,8 +1477,8 @@ msgstr "Analitika" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1803,7 +1802,7 @@ msgid "Average Rate" msgstr "Prosečna stopa" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1811,21 +1810,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1869,14 +1868,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1899,7 +1898,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2226,7 +2225,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2235,19 +2234,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2285,7 +2284,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2302,7 +2301,7 @@ msgstr "Šifra" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Gotovina" @@ -2357,6 +2356,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2649,6 +2649,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Izaberite fiskalnu godinu" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2691,7 +2698,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2777,22 +2784,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2942,8 +2943,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3017,7 +3018,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3404,7 +3405,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3432,7 +3432,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3563,9 +3563,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3790,14 +3789,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3983,7 +3981,7 @@ msgstr "Рок" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4011,13 +4009,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4034,7 +4032,7 @@ msgstr "Efektivni datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4198,7 +4196,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4210,7 +4208,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4221,7 +4219,7 @@ msgid "Entry" msgstr "Stavka" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4255,7 +4253,7 @@ msgid "Entry Subscription" msgstr "Stavka pretplate" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4272,51 +4270,53 @@ msgid "Equity" msgstr "Kapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4432,7 +4432,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4455,7 +4455,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4618,7 +4618,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4843,6 +4842,12 @@ msgstr "" msgid "Future" msgstr "Buduće" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4953,7 +4958,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4964,8 +4969,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5010,6 +5015,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5019,11 +5025,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5048,7 +5049,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5138,7 +5138,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5170,7 +5169,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5179,6 +5177,12 @@ msgstr "" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5384,7 +5388,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5473,8 +5485,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5538,7 +5550,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5562,7 +5575,7 @@ msgstr "Obrnuti saldo analitike -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5577,7 +5590,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum računa" @@ -5601,11 +5613,6 @@ msgstr "Red računa" msgid "Invoice Lines" msgstr "Stavke računa" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5677,13 +5684,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5798,7 +5805,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5841,9 +5848,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5855,7 +5860,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5955,7 +5960,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5963,7 +5968,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5972,7 +5977,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6022,6 +6027,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6130,8 +6140,8 @@ msgstr "Ostavi prazno da bi koristio validacioni period ( racuna) datuma." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6360,11 +6370,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6423,7 +6428,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lista svih poreza koji trebaju biti instalirani od strane čarobnjaka" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6434,7 +6440,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6522,7 +6534,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6570,7 +6582,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6603,6 +6615,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6650,7 +6664,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6662,7 +6676,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6704,8 +6718,8 @@ msgstr "Naziv novih stavki" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6713,7 +6727,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6766,9 +6780,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6804,19 +6818,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6839,14 +6853,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6986,7 +7000,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "U redu" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7018,15 +7039,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7074,8 +7095,8 @@ msgstr "Otvori dnevnik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7097,8 +7118,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7126,7 +7147,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Dnevnik početnog stanja" @@ -7142,7 +7163,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7150,7 +7171,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7334,8 +7355,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7375,6 +7396,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Salda konti partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7589,7 +7615,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7604,7 +7629,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7713,31 +7738,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7872,13 +7897,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7896,6 +7918,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7903,7 +7930,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7914,21 +7940,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7999,7 +8026,7 @@ msgid "Purchase" msgstr "Nabavka" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8010,7 +8037,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8021,7 +8048,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8072,16 +8099,10 @@ msgstr "Python kod" msgid "Python Code (reverse)" msgstr "Python kod (obrnuti)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8211,6 +8232,13 @@ msgstr "Zatvaranje s otpisom nezatvorenog dela" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8234,7 +8262,7 @@ msgstr "Zatvorene transakcije" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8303,6 +8331,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8337,7 +8366,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8492,7 +8521,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Остатак" @@ -8511,7 +8543,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8573,13 +8604,13 @@ msgid "Running Subscriptions" msgstr "Tekuca Pretplata" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8634,13 +8665,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8650,6 +8681,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8800,7 +8836,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9052,7 +9088,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9183,7 +9219,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9209,7 +9245,7 @@ msgid "Statement" msgstr "Izvod" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9267,11 +9303,6 @@ msgstr "" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9330,7 +9361,7 @@ msgstr "Dobavljač" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9356,7 +9387,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9398,7 +9429,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9450,8 +9481,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9460,7 +9491,7 @@ msgid "Tax" msgstr "Porez" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9621,7 +9652,7 @@ msgid "Tax Use In" msgstr "Primena poreza za" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9683,7 +9714,7 @@ msgid "Taxes Report" msgstr "Poreski Izvestaj" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9748,7 +9779,7 @@ msgstr "Uslovi" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9774,19 +9805,19 @@ msgid "The account basis of the tax declaration." msgstr "Porezka osnovica" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9820,7 +9851,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10029,7 +10067,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10067,7 +10105,7 @@ msgstr "" "je vazan." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10101,13 +10139,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10115,7 +10159,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10135,7 +10179,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10143,13 +10187,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10157,7 +10201,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10352,6 +10396,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10396,7 +10448,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10404,7 +10456,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10555,7 +10607,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10593,16 +10645,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10613,6 +10667,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Ukupno" @@ -10743,7 +10798,7 @@ msgstr "Ukupno:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10791,7 +10846,6 @@ msgstr "Tačno" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10807,13 +10861,13 @@ msgid "Type Controls" msgstr "Tip Kontrola" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10838,6 +10892,11 @@ msgid "" msgstr "" "Jedinstveni broj racuna, koji se automatski kreira kada se racun kreira" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11025,18 +11084,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Korisnik" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11127,36 +11185,37 @@ msgstr "Pregled stavki analitičkog knjiženja" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Upozorenje!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11197,7 +11256,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11251,7 +11310,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Otpis" @@ -11278,7 +11337,7 @@ msgid "Write-Off amount" msgstr "Iznos otpisa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11311,6 +11370,17 @@ msgstr "Godišnja suma" msgid "Yes" msgstr "Da" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11319,13 +11389,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11366,7 +11436,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11380,7 +11450,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11388,13 +11458,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11402,13 +11472,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11416,7 +11486,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11424,7 +11494,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11463,13 +11533,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11492,7 +11562,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11501,7 +11571,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11510,7 +11580,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11518,7 +11588,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11531,13 +11601,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11545,7 +11615,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11554,14 +11624,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11569,7 +11639,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11578,7 +11648,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11586,13 +11656,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11606,8 +11676,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11622,14 +11692,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11647,7 +11717,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11659,7 +11729,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11683,7 +11753,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11691,13 +11761,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11706,7 +11776,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11725,7 +11795,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11751,7 +11821,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11801,7 +11871,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11813,7 +11883,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11830,14 +11900,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/sr@latin.po b/addons/account/i18n/sr@latin.po index df3eeb4d5f1..b3efae88601 100644 --- a/addons/account/i18n/sr@latin.po +++ b/addons/account/i18n/sr@latin.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# Broj transakcija" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "Analitika" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "Prosečna stopa" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "Šifra" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Gotovina" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2648,6 +2648,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Izaberite fiskalnu godinu" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2690,7 +2697,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2776,22 +2783,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2941,8 +2942,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3016,7 +3017,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3403,7 +3404,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3431,7 +3431,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3562,9 +3562,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3789,14 +3788,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3980,7 +3978,7 @@ msgstr "Рок" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4008,13 +4006,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4031,7 +4029,7 @@ msgstr "Efektivni datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4195,7 +4193,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4207,7 +4205,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4218,7 +4216,7 @@ msgid "Entry" msgstr "Stavka" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4252,7 +4250,7 @@ msgid "Entry Subscription" msgstr "Stavka pretplate" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4269,51 +4267,53 @@ msgid "Equity" msgstr "Kapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4429,7 +4429,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4452,7 +4452,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4615,7 +4615,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4840,6 +4839,12 @@ msgstr "" msgid "Future" msgstr "Buduće" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4950,7 +4955,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4961,8 +4966,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5007,6 +5012,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5016,11 +5022,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5045,7 +5046,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5135,7 +5135,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5167,7 +5166,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5176,6 +5174,12 @@ msgstr "" msgid "Icon" msgstr "Ikona" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5381,7 +5385,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5471,8 +5483,8 @@ msgstr "" "Instalira lokalizirani kontni plan prema potrebama vaše organizacije." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5536,7 +5548,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5560,7 +5573,7 @@ msgstr "Obrnuti saldo analitike -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5575,7 +5588,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Datum računa" @@ -5599,11 +5611,6 @@ msgstr "Red računa" msgid "Invoice Lines" msgstr "Stavke računa" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5675,13 +5682,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5796,7 +5803,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5839,9 +5846,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5853,7 +5858,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5953,7 +5958,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5961,7 +5966,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5970,7 +5975,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6020,6 +6025,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6128,8 +6138,8 @@ msgstr "Ostavi prazno da bi koristio validacioni period ( racuna) datuma." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6358,11 +6368,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6421,7 +6426,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lista svih poreza koji trebaju biti instalirani od strane čarobnjaka" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6432,7 +6438,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6520,7 +6532,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6568,7 +6580,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6601,6 +6613,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6648,7 +6662,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6660,7 +6674,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6702,8 +6716,8 @@ msgstr "Naziv novih stavki" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6711,7 +6725,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6764,9 +6778,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6802,19 +6816,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6837,14 +6851,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6984,7 +6998,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "U redu" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7016,15 +7037,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7072,8 +7093,8 @@ msgstr "Otvori dnevnik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7095,8 +7116,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7124,7 +7145,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Dnevnik početnog stanja" @@ -7140,7 +7161,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7148,7 +7169,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7332,8 +7353,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7373,6 +7394,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Salda konti partnera" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7587,7 +7613,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7602,7 +7627,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7711,31 +7736,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7870,13 +7895,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7894,6 +7916,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7901,7 +7928,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7912,21 +7938,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7997,7 +8024,7 @@ msgid "Purchase" msgstr "Nabavka" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8008,7 +8035,7 @@ msgid "Purchase Refund" msgstr "Refundacija Kupovine" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8019,7 +8046,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8070,16 +8097,10 @@ msgstr "Python kod" msgid "Python Code (reverse)" msgstr "Python kod (obrnuti)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8209,6 +8230,13 @@ msgstr "Zatvaranje s otpisom nezatvorenog dela" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8232,7 +8260,7 @@ msgstr "Zatvorene transakcije" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8301,6 +8329,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8335,7 +8364,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8490,7 +8519,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Ostatak" @@ -8509,7 +8541,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8571,13 +8602,13 @@ msgid "Running Subscriptions" msgstr "Tekuca Pretplata" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8632,13 +8663,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8648,6 +8679,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8798,7 +8834,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9050,7 +9086,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9181,7 +9217,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9207,7 +9243,7 @@ msgid "Statement" msgstr "Izvod" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9265,11 +9301,6 @@ msgstr "" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9328,7 +9359,7 @@ msgstr "Dobavljač" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9354,7 +9385,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9396,7 +9427,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9448,8 +9479,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9458,7 +9489,7 @@ msgid "Tax" msgstr "Porez" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9619,7 +9650,7 @@ msgid "Tax Use In" msgstr "Primena poreza za" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9681,7 +9712,7 @@ msgid "Taxes Report" msgstr "Poreski Izvestaj" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9746,7 +9777,7 @@ msgstr "Uslovi" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9772,19 +9803,19 @@ msgid "The account basis of the tax declaration." msgstr "Porezka osnovica" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9818,7 +9849,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10027,7 +10065,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10065,7 +10103,7 @@ msgstr "" "je vazan." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10099,13 +10137,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10113,7 +10157,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10133,7 +10177,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10141,13 +10185,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10155,7 +10199,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10350,6 +10394,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10394,7 +10446,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10402,7 +10454,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10553,7 +10605,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10591,16 +10643,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10611,6 +10665,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Ukupno" @@ -10741,7 +10796,7 @@ msgstr "Ukupno:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10789,7 +10844,6 @@ msgstr "Tačno" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10805,13 +10859,13 @@ msgid "Type Controls" msgstr "Tip Kontrola" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10836,6 +10890,11 @@ msgid "" msgstr "" "Jedinstveni broj racuna, koji se automatski kreira kada se racun kreira" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11023,18 +11082,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Korisnik" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11125,36 +11183,37 @@ msgstr "Pregled stavki analitičkog knjiženja" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Upozorenje!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11195,7 +11254,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11249,7 +11308,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Otpis" @@ -11276,7 +11335,7 @@ msgid "Write-Off amount" msgstr "Iznos otpisa" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11309,6 +11368,17 @@ msgstr "Godišnja suma" msgid "Yes" msgstr "Da" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11317,13 +11387,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11364,7 +11434,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11378,7 +11448,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11386,13 +11456,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11400,13 +11470,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11414,7 +11484,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11422,7 +11492,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11461,13 +11531,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11490,7 +11560,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11499,7 +11569,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11508,7 +11578,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11516,7 +11586,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11529,13 +11599,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11543,7 +11613,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11552,14 +11622,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11567,7 +11637,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11576,7 +11646,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11584,13 +11654,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11604,8 +11674,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11620,14 +11690,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11645,7 +11715,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11657,7 +11727,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11681,7 +11751,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11689,13 +11759,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11704,7 +11774,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11723,7 +11793,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11749,7 +11819,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11799,7 +11869,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11811,7 +11881,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11828,14 +11898,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/sv.po b/addons/account/i18n/sv.po index b4b1e4f3539..e838972d598 100644 --- a/addons/account/i18n/sv.po +++ b/addons/account/i18n/sv.po @@ -7,16 +7,101 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 11:39+0000\n" "Last-Translator: Mikael Akerberg \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:49+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" + #. module: account #: help:account.invoice,state:0 msgid "" @@ -41,11 +126,16 @@ msgstr "" " * Status \"Inställd\" används när användaren avbryter fakturan." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Centralisering" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -58,16 +148,16 @@ msgstr "# Siffror" msgid "# of Entries" msgstr "# Transaktioner" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# Artiklar" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# Rader" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -78,11 +168,6 @@ msgstr "# Antal Produkter" msgid "# of Transaction" msgstr "# Transaktioner" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#Poster" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -91,15 +176,15 @@ msgstr "" "${object.company_id.name|safe} Faktura (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Kopia)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -193,169 +278,6 @@ msgstr ": Huvudbok" msgid ": Trial Balance" msgstr ": Råbalans" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Hej ${object.partner_id.name},

\n" -"\n" -"

En ny faktura finns tillgänglig för er:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Fakturanummer: ${object.number}
\n" -"   Fakturatotal: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Fakturadatum: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order referens: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Er kontakt: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

Det är också möjligt att betala direkt med Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Om du har några frågor, tveka inte att kontakta oss.

\n" -"

Tack för att du valde ${object.company_id.name or 'oss'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -466,7 +388,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -477,17 +399,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Klicka för att skapa en kund återbetalning.\n" -" \n" -" En återbetalning är ett dokument som krediterar en faktura " -"helt eller\n" -" delvis.\n" -" \n" -" Istället för att manuellt skapa en kundåterbetalning, kan " -"du generera den direkt från den relaterade kundfakturan.\n" -" \n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -747,7 +658,7 @@ msgstr "" "att kunna göra bokslut och göra myndighetsrapportering." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -773,11 +684,9 @@ msgstr "Kontotyp" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -786,10 +695,10 @@ msgstr "Kontotyp" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1484,7 +1393,7 @@ msgstr "" "ändra dessa när detta är gjort." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1551,10 +1460,10 @@ msgstr "Alltid" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1615,8 +1524,8 @@ msgstr "Objekt" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1940,7 +1849,7 @@ msgid "Average Rate" msgstr "Medelkurs" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1948,21 +1857,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Fel konto!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -2006,14 +1915,14 @@ msgstr "Balansräkning" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Balansräkning (tillgångar)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Balansrapport (skuldkonton)" @@ -2036,7 +1945,7 @@ msgstr "Balanserad" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Bank" @@ -2368,7 +2277,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2377,19 +2286,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2427,7 +2336,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Kan inte generera en oanvänd journalkod." @@ -2444,7 +2353,7 @@ msgstr "Skatteklasskod" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Kontant" @@ -2499,6 +2408,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2798,6 +2708,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Välj verksamhetsår" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2840,7 +2757,7 @@ msgstr "stäng bokföringsår och perioder" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2926,22 +2843,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Vanlig rapport" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Kommunikation" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3091,8 +3002,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3166,7 +3077,7 @@ msgstr "Bekräftad" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3553,7 +3464,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3581,7 +3491,7 @@ msgstr "Valuta" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Valutajusteringar" @@ -3712,9 +3622,8 @@ msgstr "Kunder" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3939,14 +3848,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4132,7 +4040,7 @@ msgstr "Att betala" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4160,13 +4068,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4183,7 +4091,7 @@ msgstr "Effektivt datum" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4347,7 +4255,7 @@ msgid "Entries Sorted by" msgstr "Poster sorterade på" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Verifikat är inte knutna till samma konto eller är redan avstämda ! " @@ -4359,7 +4267,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Verifikat: " @@ -4370,7 +4278,7 @@ msgid "Entry" msgstr "Konteringspost" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Verifikat \"%s\" är inte giltigt !" @@ -4404,7 +4312,7 @@ msgid "Entry Subscription" msgstr "Entry Subscription" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4421,51 +4329,53 @@ msgid "Equity" msgstr "Eget kapital" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4583,7 +4493,7 @@ msgstr "Utökade filter..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4606,7 +4516,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4769,7 +4679,6 @@ msgstr "Skatteregion" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5009,6 +4918,12 @@ msgstr "" msgid "Future" msgstr "Framtida" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5119,7 +5034,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "Globala skatter definierade, men de saknas på fakturaraderna !" @@ -5130,8 +5045,8 @@ msgid "Go to Next Partner" msgstr "Hoppa till nästa företag" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5176,6 +5091,7 @@ msgstr "Bra jobbat!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5185,11 +5101,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Gruppera fakturarader" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Gruppera månadsvis på fakturadatum" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5214,7 +5125,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5304,7 +5214,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5336,7 +5245,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5345,6 +5253,12 @@ msgstr "" msgid "Icon" msgstr "Ikon" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5567,7 +5481,15 @@ msgstr "" "För att stänga en period, måste du först bokföra alla öppna verifikat." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5661,8 +5583,8 @@ msgstr "" "Installerar en anpassad kontoplan för ditt land och ditt bolags behov." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5726,7 +5648,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5750,7 +5673,7 @@ msgstr "Inverted Analytic Balance -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5765,7 +5688,6 @@ msgstr "Fakturavaluta" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fakturadatum" @@ -5789,11 +5711,6 @@ msgstr "Fakturarad" msgid "Invoice Lines" msgstr "Fakturarader" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5865,13 +5782,13 @@ msgid "Invoice paid" msgstr "Faktura betald" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5990,7 +5907,7 @@ msgstr "Indikerar att fakturan har skickats." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6033,9 +5950,7 @@ msgstr "Januari" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6047,7 +5962,7 @@ msgstr "Januari" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6147,7 +6062,7 @@ msgid "Journal Item" msgstr "Journalpost" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6155,7 +6070,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6164,7 +6079,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6214,6 +6129,11 @@ msgstr "Journalval" msgid "Journal for analytic entries" msgstr "Journal för objekttransaktioner" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6322,8 +6242,8 @@ msgstr "Om värde saknas används perioden från (faktura)datum." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6552,11 +6472,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6615,7 +6530,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Lista med all skatt som har blivit installerad av guiden" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Förlust" @@ -6626,7 +6542,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "Övr" @@ -6717,7 +6639,7 @@ msgstr "" "Vänligen definiera ett företage på det!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6767,7 +6689,7 @@ msgid "Miscellaneous" msgstr "Övriga" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Övrig journal" @@ -6800,6 +6722,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6847,7 +6771,7 @@ msgid "Move bank reconcile" msgstr "Avstäm bankärenden" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6859,7 +6783,7 @@ msgid "Move line reconcile select" msgstr "Välj affärshändelserader för avstämning" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Transaktions namn (id): %s (%s)" @@ -6901,8 +6825,8 @@ msgstr "Namn på nya verifikat" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Aldrig" @@ -6910,7 +6834,7 @@ msgstr "Aldrig" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Ny" @@ -6963,9 +6887,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7001,19 +6925,19 @@ msgid "No Follow-up" msgstr "Ingen uppföljning" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -7036,14 +6960,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "Period saknas eller flera perioder finns för det givna datumet." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7185,7 +7109,14 @@ msgstr "" "avstämning" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "OK" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7217,15 +7148,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7273,8 +7204,8 @@ msgstr "Öppna journal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7296,8 +7227,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Ingående balans" @@ -7325,7 +7256,7 @@ msgstr "Ingående balans intäktskonton" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Öppna transaktionsjournal" @@ -7341,7 +7272,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7349,7 +7280,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Öppningsperiod" @@ -7533,8 +7464,8 @@ msgstr "Delvis avstämda verifikat" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7574,6 +7505,11 @@ msgstr "Företagsid" msgid "Partner Ledger" msgstr "Kund/leverantörsreskontra" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7789,7 +7725,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7804,7 +7739,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7913,31 +7848,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Vänligen skapa några fakturarader." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Vänligen definiera ordningen på journalen knuten till fakturan." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Vänligen kontrollera att ett konto är definierat i journalen." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8072,13 +8007,10 @@ msgstr "Pro-formafakturor" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8096,6 +8028,11 @@ msgstr "Produktkategori" msgid "Product Information" msgstr "Produktinformation" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8103,7 +8040,6 @@ msgstr "Produktmall" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -8114,21 +8050,22 @@ msgid "Products Quantity" msgstr "Produktantal" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Vinst" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Resultaträkning (Utgifter)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Resultaträkning (intäktskonton)" @@ -8199,7 +8136,7 @@ msgid "Purchase" msgstr "Inköp" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Inköpsjournal" @@ -8210,7 +8147,7 @@ msgid "Purchase Refund" msgstr "Återbetala inköp" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Inköpskreditjournal" @@ -8221,7 +8158,7 @@ msgid "Purchase Tax" msgstr "Inköpsmoms" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Inköpsmoms %.2f%%" @@ -8272,16 +8209,10 @@ msgstr "Pythonkod" msgid "Python Code (reverse)" msgstr "Pythonkod (bakåt)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Antal" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8411,6 +8342,13 @@ msgstr "Avstäm med avskrivning" msgid "Reconcile Writeoff" msgstr "Stäm av avskrivning" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8434,7 +8372,7 @@ msgstr "Avstämda transaktioner" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8503,6 +8441,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8538,7 +8477,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8693,7 +8632,10 @@ msgid "Reset to Draft" msgstr "Återställ till utdrag" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Kvarvarande" @@ -8712,7 +8654,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Ansvarig" @@ -8774,13 +8715,13 @@ msgid "Running Subscriptions" msgstr "Pågående prenumerationer" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8835,13 +8776,13 @@ msgid "Sales" msgstr "Försäljning" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Försäljningsjournal" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Kreditjournal" @@ -8851,6 +8792,11 @@ msgstr "Kreditjournal" msgid "Sales Tax(%)" msgstr "Försäljningsskatter(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9006,7 +8952,7 @@ msgstr "Välj bokföringsår för vilket du önskar justera årsavslutjournalen" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9273,7 +9219,7 @@ msgid "Smallest Text" msgstr "Minsta texten" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9404,7 +9350,7 @@ msgid "Start period" msgstr "Startperiod" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9430,7 +9376,7 @@ msgid "Statement" msgstr "Bokföringsutdrag" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9488,11 +9434,6 @@ msgstr "Statistik" msgid "Status" msgstr "Status" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9551,7 +9492,7 @@ msgstr "Leverantör" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9577,7 +9518,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9619,7 +9560,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9671,8 +9612,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9681,7 +9622,7 @@ msgid "Tax" msgstr "Moms" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Skatt %.2f%%" @@ -9842,7 +9783,7 @@ msgid "Tax Use In" msgstr "Aktuell moms" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9906,7 +9847,7 @@ msgid "Taxes Report" msgstr "Skattedeklaration" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9973,7 +9914,7 @@ msgstr "Villkor" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -10003,19 +9944,19 @@ msgid "The account basis of the tax declaration." msgstr "Konton som ligger till grund för skattedeklarationen." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Kontots transaktioner är inte giltiga." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "The account is not defined to be reconciled !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -10052,7 +9993,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10282,7 +10230,7 @@ msgstr "" "valuta-vy för journalen." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10319,7 +10267,7 @@ msgstr "" "children. In this case, the evaluation order is important." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10358,13 +10306,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10372,7 +10326,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10392,7 +10346,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10400,13 +10354,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10414,7 +10368,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10630,6 +10584,14 @@ msgstr "" "Detta fält används för att generera juridiska rapporter: resultaträkning, " "balansräkning." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10682,7 +10644,7 @@ msgstr "" "att stämma av eller inte. Denna siffra betecknar företaget som redan avstämt." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10690,7 +10652,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10856,7 +10818,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10894,16 +10856,18 @@ msgid "To Review" msgstr "Att granska" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10914,6 +10878,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Total" @@ -11048,7 +11013,7 @@ msgstr "Total:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transaktion" @@ -11096,7 +11061,6 @@ msgstr "Sant" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11112,13 +11076,13 @@ msgid "Type Controls" msgstr "Type Controls" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Kunde inte ändra moms!" @@ -11142,6 +11106,11 @@ msgid "" "created." msgstr "Unikt fakturanummer, uppdateras automatiskt när fakturan skapas." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11329,18 +11298,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Användare" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11433,36 +11401,37 @@ msgstr "Visa objektrader" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Varning" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Warning !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11503,7 +11472,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11557,7 +11526,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Avskrivning" @@ -11584,7 +11553,7 @@ msgid "Write-Off amount" msgstr "Avskrivning belopp" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11618,6 +11587,17 @@ msgstr "Årtotal" msgid "Yes" msgstr "Ja" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11628,13 +11608,13 @@ msgstr "" "relaterade företaget" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11681,7 +11661,7 @@ msgstr "" "till / subtrahera den." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11702,7 +11682,7 @@ msgstr "" "t ex Min mall på %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11710,13 +11690,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11726,13 +11706,13 @@ msgstr "" "transaktioner på." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11740,7 +11720,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11748,7 +11728,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11787,13 +11767,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11816,7 +11796,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11825,7 +11805,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11834,7 +11814,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11842,7 +11822,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11855,13 +11835,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11869,7 +11849,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11878,14 +11858,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Du kan inte använda ett inaktivt konto." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11893,7 +11873,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11902,7 +11882,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11910,13 +11890,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11930,8 +11910,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11948,14 +11928,14 @@ msgstr "" "i journaldefinitionen för balansering." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11973,7 +11953,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "Du måste välja minst en post." @@ -11985,7 +11965,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "Du måste definiera objektjournal för '%s' journalen!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -12009,7 +11989,7 @@ msgid "You must set a start date." msgstr "Du måste välja ett startdatum." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12017,13 +11997,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12032,7 +12012,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12051,7 +12031,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -12077,7 +12057,7 @@ msgid "balance" msgstr "balans" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -12130,7 +12110,7 @@ msgstr "periodavslut" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12142,7 +12122,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12159,14 +12139,14 @@ msgstr "titel" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -12189,3 +12169,201 @@ msgstr "används i avstämning domänen, men bör inte användas annorstädes." #: selection:account.subscription,period_type:0 msgid "year" msgstr "år" + +#~ msgid "Qty" +#~ msgstr "Antal" + +#~ msgid "#Entries" +#~ msgstr "#Poster" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Gruppera månadsvis på fakturadatum" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Klicka för att skapa en kund återbetalning.\n" +#~ " \n" +#~ " En återbetalning är ett dokument som krediterar en faktura " +#~ "helt eller\n" +#~ " delvis.\n" +#~ " \n" +#~ " Istället för att manuellt skapa en kundåterbetalning, kan " +#~ "du generera den direkt från den relaterade kundfakturan.\n" +#~ " \n" +#~ " " + +#~ msgid "# of Lines" +#~ msgstr "# Rader" + +#~ msgid "" +#~ "

\n" +#~ "\n" +#~ "

Hello ${object.partner_id.name},

\n" +#~ "\n" +#~ "

A new invoice is available for you:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENCES
\n" +#~ "   Invoice number: ${object.number}
\n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   Invoice date: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
\n" +#~ "

It is also possible to directly pay with Paypal:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
\n" +#~ "

If you have any question, do not hesitate to contact us.

\n" +#~ "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

Hej ${object.partner_id.name},

\n" +#~ "\n" +#~ "

En ny faktura finns tillgänglig för er:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENCES
\n" +#~ "   Fakturanummer: ${object.number}
\n" +#~ "   Fakturatotal: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   Fakturadatum: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   Order referens: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Er kontakt: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
\n" +#~ "

Det är också möjligt att betala direkt med Paypal:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
\n" +#~ "

Om du har några frågor, tveka inte att kontakta oss.

\n" +#~ "

Tack för att du valde ${object.company_id.name or 'oss'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " diff --git a/addons/account/i18n/ta.po b/addons/account/i18n/ta.po index c0eb9b365f6..111e04daf23 100644 --- a/addons/account/i18n/ta.po +++ b/addons/account/i18n/ta.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/te.po b/addons/account/i18n/te.po index 777af91efe1..12de77beffc 100644 --- a/addons/account/i18n/te.po +++ b/addons/account/i18n/te.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Telugu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "నగదు" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "ద్రవ్యం" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "పద్దు" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "పొరపాటు" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "ప్రతీకం" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "సరే" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "కొనుగోలు" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "నివేదిక" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "స్థితి" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "పన్ను" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "పన్నుల నివేదిక" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "మొత్తం" @@ -10699,7 +10754,7 @@ msgstr "మొత్తం:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "వాడుకరి" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "హెచ్చరిక" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "హెచ్చరిక !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "అవును" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/th.po b/addons/account/i18n/th.po index 991946674bd..03212f73165 100644 --- a/addons/account/i18n/th.po +++ b/addons/account/i18n/th.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 05:05+0000\n" "Last-Translator: Khwunchai J. \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,14 +140,14 @@ msgid "# of Entries" msgstr "# ของการลงบัญชี" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# ของรายการ" +#: field:account.entries.report,nbr:0 +msgid "# of Items" +msgstr "" #. module: account #: view:account.entries.report:account.view_account_entries_report_tree @@ -69,11 +159,6 @@ msgstr "# ของปริมาณสินค้า" msgid "# of Transaction" msgstr "# ของรายการ" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "#การลงบัญชี" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (สำเนา)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (สำเนา)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -365,7 +366,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -628,7 +629,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -654,11 +655,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -667,10 +666,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1360,7 +1359,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1427,10 +1426,10 @@ msgstr "เสมอ" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1490,8 +1489,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1815,7 +1814,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1823,21 +1822,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1881,14 +1880,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1911,7 +1910,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "ธนาคาร" @@ -2238,7 +2237,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2247,19 +2246,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2297,7 +2296,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2314,7 +2313,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2369,6 +2368,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2657,6 +2657,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2699,7 +2706,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2785,22 +2792,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2950,8 +2951,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3025,7 +3026,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3412,7 +3413,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3440,7 +3440,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3571,9 +3571,8 @@ msgstr "ลูกค้า" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3795,14 +3794,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3986,7 +3984,7 @@ msgstr "ครบกำหนด" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4014,13 +4012,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4037,7 +4035,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4201,7 +4199,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4213,7 +4211,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4224,7 +4222,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4258,7 +4256,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4275,51 +4273,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4435,7 +4435,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4458,7 +4458,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4621,7 +4621,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4846,6 +4845,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4956,7 +4961,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4967,8 +4972,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5013,6 +5018,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5022,11 +5028,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "จัดกลุ่มรายการในใบแจ้งหนี้" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "จัดกลุ่มโดยเดือนของใบแจ้งหนี้" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5051,7 +5052,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5141,7 +5141,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5173,7 +5172,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5182,6 +5180,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5378,7 +5382,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5467,8 +5479,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5532,7 +5544,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5556,7 +5569,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5571,7 +5584,6 @@ msgstr "สกุลเงินในใบแจ้งหนี้" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "วันที่ออกใบแจ้งหนี้" @@ -5595,11 +5607,6 @@ msgstr "รายการในใบแจ้งหนี้" msgid "Invoice Lines" msgstr "รายการในใบแจ้งหนี้" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5671,13 +5678,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "จ่ายใบแจ้งหนี้แล้วบางส่วน: %s%s จาก %s%s (คงเหลือ %s%s)" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5792,7 +5799,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5835,9 +5842,7 @@ msgstr "มกราคม" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5849,7 +5854,7 @@ msgstr "มกราคม" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5949,7 +5954,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5957,7 +5962,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5966,7 +5971,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6016,6 +6021,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6124,8 +6134,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6354,11 +6364,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6417,7 +6422,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6428,7 +6434,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6516,7 +6528,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6564,7 +6576,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6597,6 +6609,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6644,7 +6658,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6656,7 +6670,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6698,8 +6712,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6707,7 +6721,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6760,9 +6774,9 @@ msgid "Next supplier invoice number" msgstr "หมายเลขใบแจ้งหนี้จากผู้จัดจำหน่ายคนต่อไป" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6798,19 +6812,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "ไม่มีรายการในใบแจ้งหนี้!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6833,14 +6847,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6978,7 +6992,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7010,15 +7031,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7066,8 +7087,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7089,8 +7110,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7118,7 +7139,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7134,7 +7155,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7142,7 +7163,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7326,8 +7347,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7367,6 +7388,11 @@ msgstr "รหัสบริษัทคู่ค้า" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7581,7 +7607,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7596,7 +7621,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7705,31 +7730,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "กรุณาสร้างรายการในใบแจ้งหนี้" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7864,13 +7889,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7888,6 +7910,11 @@ msgstr "ประเภทสินค้า" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7895,7 +7922,6 @@ msgstr "รูปแบบสินค้า" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7906,21 +7932,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7991,7 +8018,7 @@ msgid "Purchase" msgstr "ซื้อ" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -8002,7 +8029,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8013,7 +8040,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8064,16 +8091,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8203,6 +8224,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8226,7 +8254,7 @@ msgstr "รายการกระทบยอด" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8295,6 +8323,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8329,7 +8358,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8484,7 +8513,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "มูลค่าซาก" @@ -8503,7 +8535,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "รับผิดชอบ" @@ -8565,13 +8596,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8626,13 +8657,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8642,6 +8673,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8792,7 +8828,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9040,7 +9076,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9171,7 +9207,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9197,7 +9233,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9255,11 +9291,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9318,7 +9349,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9344,7 +9375,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9386,7 +9417,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9438,8 +9469,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9448,7 +9479,7 @@ msgid "Tax" msgstr "ภาษี" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9609,7 +9640,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9671,7 +9702,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9736,7 +9767,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9762,19 +9793,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9807,7 +9838,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10016,7 +10054,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10047,7 +10085,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10081,13 +10119,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10095,7 +10139,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10115,7 +10159,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10123,13 +10167,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10137,7 +10181,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10326,6 +10370,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10370,7 +10422,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10378,7 +10430,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10524,7 +10576,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10562,16 +10614,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10582,6 +10636,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10712,7 +10767,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10760,7 +10815,6 @@ msgstr "จริง" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10776,13 +10830,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10806,6 +10860,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10993,18 +11052,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11095,36 +11153,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "การเตือน" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11165,7 +11224,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11219,7 +11278,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11246,7 +11305,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11279,6 +11338,17 @@ msgstr "ผลรวมจำนวนปี" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11287,13 +11357,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11334,7 +11404,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11348,7 +11418,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11356,13 +11426,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11370,13 +11440,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11384,7 +11454,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11392,7 +11462,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11431,13 +11501,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11460,7 +11530,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11469,7 +11539,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11478,7 +11548,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11486,7 +11556,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11499,13 +11569,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11513,7 +11583,7 @@ msgid "" msgstr "คุณไม่สามารถ ลบ/ปิดการทำงาน ของบัญชีที่ใช้กับลูกค้าหรือผู้จัดจำหน่าย" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11522,14 +11592,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11537,7 +11607,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11546,7 +11616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11554,13 +11624,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11574,8 +11644,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11590,14 +11660,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11615,7 +11685,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11627,7 +11697,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "คุณต้องเลือกคู่ค้าก่อน!" @@ -11651,7 +11721,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11659,13 +11729,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11674,7 +11744,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11693,7 +11763,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11719,7 +11789,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11769,7 +11839,7 @@ msgstr "ปิดงวด" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11781,7 +11851,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11798,14 +11868,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11828,3 +11898,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "ปี" + +#~ msgid "# of Lines" +#~ msgstr "# ของรายการ" + +#~ msgid "#Entries" +#~ msgstr "#การลงบัญชี" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "จัดกลุ่มโดยเดือนของใบแจ้งหนี้" diff --git a/addons/account/i18n/tlh.po b/addons/account/i18n/tlh.po index ac3f89c73ed..48b7e2a5a8b 100644 --- a/addons/account/i18n/tlh.po +++ b/addons/account/i18n/tlh.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/tr.po b/addons/account/i18n/tr.po index 256a433ed9b..007e188e40f 100644 --- a/addons/account/i18n/tr.po +++ b/addons/account/i18n/tr.po @@ -7,17 +7,184 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 17:03+0000\n" -"Last-Translator: Ediz Duman \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 14:40+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: tr\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Merhaba ${object.partner_id.name},

\n" +"\n" +"

Size yeni bir fatura kesildi:

\n" +" \n" +"

\n" +"   REFERANSLAR
\n" +"   Fautora No: ${object.number}
\n" +"   Fatura Toplamı: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Fatura Tarihi: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Sipariş Referansı: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   İşlemi Yapan: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

Bu faturanızı doğrudan Paypal ile ödeyebilirsiniz:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

Eğer herhangi bir sorunuz varsa, lütfen bizimle temasa geçmek için " +"tereddüt etmeyin.

\n" +"

${object.company_id.name or 'us'} seçtiğiniz için teşekkür " +"ederiz.

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " + #. module: account #: help:account.invoice,state:0 msgid "" @@ -31,13 +198,28 @@ msgid "" "related journal entries may or may not be reconciled.\n" " * The 'Cancelled' status is used when user cancel invoice." msgstr "" +" * 'Taslak' durumu, bir kullanıcı yeni yada onaylanmamış bir fatura " +"hazırlıyorsa kullanılır.\n" +" * 'Proforma' faturanın Proforma durumunda olması ve bu durumda fatura " +"numaralandırılmaz.\n" +" * 'Açık' durumu, kullanıcı bir fatura oluştururken kullanılır, fatura " +"numarası oluşturulur. Kullanıcı fatutaryı ödemeyinceye kadar açık " +"durumdadır.\n" +" * 'Ödendi' durumu, fatura ödenince otomatik olarak ayarlanır. Günlük " +"girişlerinin uzlaştırılımış yada uzlaştırılmamış olamsıyla ilgilidir.\n" +" * 'İptal edildi' durumu kullanıcı bir faturayı iptal ettiğinde kullanılır." #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " Merkezileştirme" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "Giriş sayısı" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,16 +232,16 @@ msgstr "Basamak sayısı" msgid "# of Entries" msgstr "# nın Girişleri" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "Fatura sayısı" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "Madde Sayısı" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "# nın Satırları" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -70,11 +252,6 @@ msgstr "# nın Ürün Miktarı" msgid "# of Transaction" msgstr "İşlem Sayısı" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Kayıt Sayısı" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -83,15 +260,15 @@ msgstr "" "${object.company_id.name|safe} Fatura (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (Kopya)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (kopya)" @@ -107,12 +284,13 @@ msgid "" "(If you do not select a specific fiscal year, all open fiscal years will be " "selected.)" msgstr "" +"(Belirli bir mali yıl seçmezseniz, bütün açık mali yıllar seçilecektir.)" #. module: account #: view:account.tax.chart:account.view_account_tax_chart msgid "" "(If you do not select a specific period, all open periods will be selected)" -msgstr "" +msgstr "(Belirli bir dönem seçmezseniz, bütün açık dönemler seçilecektir.)" #. module: account #: view:account.state.open:account.view_account_state_open @@ -182,170 +360,6 @@ msgstr ": Defteri kebir" msgid ": Trial Balance" msgstr ": Mizan" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Merhaba ${object.partner_id.name},

\n" -"\n" -"

Size Yeni bir fatura oluşturuldu:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Fatura Numarası: ${object.number}
\n" -"   Fatura Toplamı: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Fatura Tarihi: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Sipariş Referans : ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   İletişim: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

Doğrudan Paypal ile ödeme de mümkündür:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

Herhangi bir sorunuz varsa, bizimle temas kurmaktan çekinmeyin.

\n" -"

Seçtiğiniz için teşekkür ederiz ${object.company_id.name or " -"'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Telefon:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -469,12 +483,26 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Bir müşteri iadesi oluşturmak için tıklayın.\n" +"

\n" +" Odoo elektronik faturalama müşteri ödemelerinizi " +"toplamanızı\n" +" kolaylaştırır ve hızlandırır. Müşteriniz faturasını " +"epostayla alır ve\n" +" ödemesini çevrimiçi yapabilir ve/veya faturayı kendi\n" +" sistemine aktarabilir.\n" +"

\n" +" Müşteri ile görüşmeler otomatik olarak her faturanın\n" +" alt kısmında görüntülenir.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -485,15 +513,14 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" Müşteri iadesi oluşturmak için tıklayın. \n" -"

\\n\n" -" İade bir faturayı kısmi ya da tamamen alacak olarak müşteri " -"hesabına kaydeder.\n" +"

\n" +" Bir müşteri iadesi oluşturmak için tıklayın.\n" "

\n" -" Elle bir müşteri iadesi oluşturmak yerine\n" -" ilgili müşteri faturalarından da doğrudan " -"oluşturabilirsiniz.\n" +" Bir iade, bir faturayı tamamen veya kısmi olarak \n" +" alacaklandırır.\n" +"

\n" +" El ile müşteri iadesi oluşturmak yerine, doğrudan müşteri\n" +" fatrurasından oluşturabilirsiniz.\n" "

\n" " " @@ -515,6 +542,20 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Bir günlük girişi oluşturmak için tıklayın.\n" +"

\n" +" Bir günlük girişi hem borç hem de alacak işlemlerine ait\n" +" birçok girişi içerir.\n" +"

\n" +" Odoo otomatik olarak her muhasebe belgesi için bir adet\n" +" oluşturur: Fatura, iade, tedarikçi ödemesi, banka hesap " +"özeti,\n" +" vb. Yani, günlük girişlerini yalnızca elle kaydedersiniz/ " +"genellikle\n" +" çeşitli işlemler için.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_view_bank_statement_tree @@ -557,6 +598,13 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Bir hesap özeti şablonu oluşturmak için tıklayın.\n" +"

\n" +" Bunlar banka uzlaşmanızı yaparken hızlı bir şekilde\n" +" bir film şeridi oluşturmak için kullanılır.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_account_type_form @@ -630,6 +678,17 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Yeni vergi kodu eklemek için tıklayın.\n" +"

\n" +" Ülkeye bağlı olarak, bir vergi kodu yalnızca yasal vergi\n" +" bildiriminizde dolduracağınız bir kutudur. Odoo vergi " +"yapınızı ve\n" +" vergi hesaplamalarının kaydedileceği bir yada daha çok vergi " +"kodu\n" +" tanımlamanızı sağlar.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree2 @@ -644,6 +703,17 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Yeni bir teadrikçi faturası girmek için tıklayın.\n" +"

\n" +" Faturayı, tedarikçiden ne satınaldıysanız yada ne teslim " +"aldıysanız\n" +" ona göre denetleyebilirsiniz. Odoo, satınalma " +"siparişlerinden ve\n" +" fişlerinden otomatik olarak taslak faturalar da " +"oluşturabilir.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_bank_statement_tree @@ -661,6 +731,18 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Bir banka hesap özeti girmek için tıklayın.\n" +"

\n" +" Bir banka hesap özeti, bir banka hesabında verilen bir " +"zamanda\n" +" oluşan finansal işlemlerin bir özetidir. Bunu bankanızdan\n" +" belirli zamanlarda almanız gerekir.\n" +"

\n" +" Odoo bir hesap özeti satırını doğrudan ilgili satış ve\n" +" satınalma faturalarına göre uzlaştırmanızı sağlar.\n" +"

\n" +" " #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree4 @@ -817,7 +899,7 @@ msgstr "" "istediğinizde bir dönemi kapatabilirsiniz." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "Seçilen hareket satırı zaten uzlaştı." @@ -844,11 +926,9 @@ msgstr "Hes.Türü" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -857,10 +937,10 @@ msgstr "Hes.Türü" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1559,12 +1639,14 @@ msgstr "" "alanlarında bir daha değişiklik yapamayacağınız anlamına gelir." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " "statement." msgstr "" +"hesap özetini kapatmak için bütün hesap girişleri satırlarının işlenmesi " +"gerekir." #. module: account #: field:account.journal,update_posted:0 @@ -1626,10 +1708,10 @@ msgstr "Daima" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1678,7 +1760,7 @@ msgstr "Analiz Yönü" #. module: account #: view:website:account.report_agedpartnerbalance msgid "Analysis Direction:" -msgstr "" +msgstr "Analiz Yönü:" #. module: account #: view:account.move:account.view_move_form @@ -1690,11 +1772,11 @@ msgstr "Analitik" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." -msgstr "" +msgstr "Analitik hes." #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -1880,17 +1962,17 @@ msgstr "Otomatik olarak bu mali pozisyonu uygulayın." #. module: account #: help:account.fiscal.position,country_group_id:0 msgid "Apply only if delivery or invocing country match the group." -msgstr "" +msgstr "Yalnızca sevk ve fatura ülkesi grupla eşleşiyorsa uygulayın." #. module: account #: help:account.fiscal.position,country_id:0 msgid "Apply only if delivery or invoicing country match." -msgstr "" +msgstr "Yalnızca sevk ve fatura üşlkesi eşleşiyorsa uygula." #. module: account #: help:account.fiscal.position,vat_required:0 msgid "Apply only if partner has a VAT number." -msgstr "" +msgstr "Yalnızca iş ortağının bir KDV numarası varsa uygula." #. module: account #: view:validate.account.move:account.validate_account_move_view @@ -1999,7 +2081,7 @@ msgstr "Otomatik biçimleme" #. module: account #: field:account.journal,entry_posted:0 msgid "Autopost Created Moves" -msgstr "" +msgstr "Oluşturulan Harketleri Otomatik İşle" #. module: account #: view:account.journal:account.view_account_journal_form @@ -2018,7 +2100,7 @@ msgid "Average Rate" msgstr "Ortalama Oran" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2026,21 +2108,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "" +msgid "Back to statements list" +msgstr "Hesap özeti listesi geri git" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "Hatalı Hesap!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "Kötü Toplam!" @@ -2084,14 +2166,14 @@ msgstr "Bilanço Tablosu" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "Bilanço (Varlık hesabı)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "Bilanço Tablosu (Borç hesabı)" @@ -2114,7 +2196,7 @@ msgstr "Denk" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Banka" @@ -2221,7 +2303,7 @@ msgstr "Banka hesap özetleri" #: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:8 #, python-format msgid "Bank statements are fully reconciled." -msgstr "" +msgstr "Banka hesap özetleri tamamen uzlaştırılmıştır." #. module: account #: field:account.invoice.tax,base:0 @@ -2249,7 +2331,7 @@ msgstr "Matrah Kodu İşareti" #. module: account #: view:website:account.report_vat msgid "Based On:" -msgstr "" +msgstr "Dayanağı:" #. module: account #: field:account.vat.declaration,based_on:0 @@ -2284,32 +2366,32 @@ msgstr "Bütçeler" #. module: account #: field:account.statement.operation.template,name:0 msgid "Button Label" -msgstr "" +msgstr "Tuş Etiketi" #. module: account #: model:ir.filters,name:account.filter_invoice_country msgid "By Country" -msgstr "" +msgstr "Ülkeye Göre" #. module: account #: model:ir.filters,name:account.filter_invoice_product msgid "By Product" -msgstr "" +msgstr "Ürüne Göre" #. module: account #: model:ir.filters,name:account.filter_invoice_product_category msgid "By Product Category" -msgstr "" +msgstr "Ürün Kategorisine Göre" #. module: account #: model:ir.filters,name:account.filter_invoice_refund msgid "By Refund" -msgstr "" +msgstr "İadeye Göre" #. module: account #: model:ir.filters,name:account.filter_invoice_salespersons msgid "By Salespersons" -msgstr "" +msgstr "Satış Temsilcisine Göre" #. module: account #: help:account.fiscal.position,active:0 @@ -2448,7 +2530,7 @@ msgstr "" "kaldırmalısınız. Uzlaştırma kaldırılmadan fatura sadece iade edilebilir." #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2460,19 +2542,19 @@ msgstr "" "no oluşturun." #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "Bundan farklı para birimli hareket oluşturulamaz .." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "Farklı şirketler için hareketler oluşturulamıyor." #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2495,6 +2577,8 @@ msgid "" "Cannot find a chart of accounts for this company, You should configure it. \n" "Please go to Account Configuration." msgstr "" +"Bu firma için bir hesap planı bulunamadı. Bir tane yapılandırmalısınız. \n" +"Lütfen Muhasebe Yapılandırmasın gidin." #. module: account #: code:addons/account/account_move_line.py:546 @@ -2504,6 +2588,9 @@ msgid "" "create one.\n" " Please go to Journal Configuration" msgstr "" +"Bu firmaya ait \"%s\" türünde hiçbir hesap günlüğü bulunamıyor. Bir tane " +"oluşturmalısınız.\n" +" Lütfen Günlük Yapılandırmasına gidin" #. module: account #: code:addons/account/account_invoice.py:580 @@ -2513,9 +2600,12 @@ msgid "" "create one.\n" " Please go to Journal Configuration" msgstr "" +"Bu firma için \"%s\" türünde hiç bir hesap günlüğü bulunamadı. Bir tane " +"oluşturmalısınız.\n" +" Lütfen Günlük Yapılandırmaya gidin" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "Kullanılmayan bir yevmiye kodu oluşturulamaz." @@ -2532,7 +2622,7 @@ msgstr "Vergi Kodu" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Nakit" @@ -2587,6 +2677,7 @@ msgid "Category" msgstr "Kategori" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2773,6 +2864,8 @@ msgid "" "Check this box if the partner is subjected to the VAT. It will be used for " "the VAT legal statement." msgstr "" +"Paydaş KDV ne tabi ise bu kutuyu işaretleyin. KDV bildirimlerinde " +"kullanılacaktır." #. module: account #: help:account.account,reconcile:0 @@ -2891,6 +2984,13 @@ msgstr "Alt/Ara Vergiler" msgid "Choose Fiscal Year" msgstr "Mali Yıl Seç" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "Muadil Seç" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2933,10 +3033,10 @@ msgstr "Mali yıl ve dönemlerin durumlarını kapat" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" -msgstr "" +msgstr "Hesap özetini kapat" #. module: account #: selection:account.account,type:0 @@ -2957,7 +3057,7 @@ msgstr "Kapanış" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Closing Cash Control" -msgstr "" +msgstr "Nakit Denetim Kapanışı" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 @@ -3017,24 +3117,18 @@ msgstr "Yorum:" #: field:account.invoice,commercial_partner_id:0 #: help:account.invoice.report,commercial_partner_id:0 msgid "Commercial Entity" -msgstr "" - -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" +msgstr "Ticari Varlık" #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Ortak Rapor" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "İletişim" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3137,7 +3231,7 @@ msgstr "Tam Vergi Seti" #: code:addons/account/account_invoice.py:391 #, python-format msgid "Compose Email" -msgstr "" +msgstr "Eposta Yaz" #. module: account #: view:account.payment.term:account.view_payment_term_form @@ -3168,7 +3262,7 @@ msgstr "Hesaplanan Bakiye" #. module: account #: help:account.bank.statement,balance_end_real:0 msgid "Computed using the cash control lines" -msgstr "" +msgstr "Nakit kontrolü satırları kullanarak hesaplandı" #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -3181,11 +3275,11 @@ msgstr "Yapılandırma" #: code:addons/account/wizard/pos_box.py:75 #, python-format msgid "Configuration Error" -msgstr "" +msgstr "Yapılandırma Hatası" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3267,10 +3361,10 @@ msgstr "Onaylandı" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" -msgstr "" +msgstr "Kutlarız, tamamladınız!" #. module: account #: field:account.account,child_consol_ids:0 @@ -3338,7 +3432,7 @@ msgstr "Ülke Grubu" #. module: account #: field:account.invoice.report,country_id:0 msgid "Country of the Partner Company" -msgstr "" +msgstr "İş Ortağı Firmanın Ülkesi" #. module: account #: view:account.fiscalyear.close:account.view_account_fiscalyear_close @@ -3587,7 +3681,7 @@ msgstr "Oluşturan" #: field:validate.account.move.lines,create_date:0 #: field:wizard.multi.charts.accounts,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturma" #. module: account #: help:account.addtmpl.wizard,cparent_id:0 @@ -3654,7 +3748,6 @@ msgstr "Alacak dekontu sırası" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3682,7 +3775,7 @@ msgstr "Para Birimi" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "Para Birimi Ayarı" @@ -3813,9 +3906,8 @@ msgstr "Müşteriler" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3870,7 +3962,7 @@ msgstr "Günün tarihi" #: help:account.bank.statement,message_last_post:0 #: help:account.invoice,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Kayıta işlenmiş son mesajın tarihi." #. module: account #: help:res.partner,last_reconciliation_date:0 @@ -4046,14 +4138,13 @@ msgstr "Nakit kasadan neden para aldığınızı açıklayın:" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4093,7 +4184,7 @@ msgstr "Fark" msgid "" "Difference between the theoretical closing balance and the real closing " "balance." -msgstr "" +msgstr "Teorik kapanış bakiyesi ve gerçek kapanoş bakiyesi arasındaki fark." #. module: account #: view:account.open.closed.fiscalyear:account.view_account_open_closed_fiscalyear @@ -4239,7 +4330,7 @@ msgstr "Vade" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4254,7 +4345,7 @@ msgstr "Vade Tarihi Hesaplaması" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search msgid "Due Month" -msgstr "" +msgstr "Vade Ayı" #. module: account #: field:account.move.line,date_maturity:0 @@ -4267,13 +4358,13 @@ msgid "Duration" msgstr "Süre" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4290,10 +4381,10 @@ msgstr "Yürürlük Tarihi" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" -msgstr "" +msgstr "Verimlilik en iyi düzeyde" #. module: account #: model:ir.actions.act_window,name:account.action_email_templates @@ -4434,19 +4525,19 @@ msgstr "Kalem Kalem Kayıtlar" #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Entries Date by Month" -msgstr "" +msgstr "Giriş Tarihleri Aya göre" #. module: account #: view:account.entries.report:account.view_account_entries_report_search #: view:account.move:account.view_account_move_filter msgid "Entries Month" -msgstr "" +msgstr "Giriş Ayı" #. module: account #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal msgid "Entries Sorted By:" -msgstr "" +msgstr "Girişlerin Sıralandırılması:" #. module: account #: field:account.print.journal,sort_selection:0 @@ -4454,7 +4545,7 @@ msgid "Entries Sorted by" msgstr "Kayıtları Sıralama" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Entries are not of the same account or already reconciled ! " @@ -4462,11 +4553,11 @@ msgstr "Entries are not of the same account or already reconciled ! " #. module: account #: model:ir.model,name:account.model_account_statement_from_invoice_lines msgid "Entries by Statement from Invoices" -msgstr "" +msgstr "Faturalardaki Kalemlere göre Girişler" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Kayıtlar: " @@ -4477,7 +4568,7 @@ msgid "Entry" msgstr "Kayıt" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Kayıt \"%s\" geçersizdir !" @@ -4511,7 +4602,7 @@ msgid "Entry Subscription" msgstr "Abonelik Girişi" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Kayıt zaten uzlaştırılmış." @@ -4528,51 +4619,53 @@ msgid "Equity" msgstr "Özsermaye" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Error" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4701,10 +4794,10 @@ msgstr "Gelişmiş Süzgeçler..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" -msgstr "" +msgstr "Hızlı uzlaştırıcı" #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -4724,7 +4817,7 @@ msgstr "Eğer nakit kasaya para eklereniz bu formu doldurun:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "Filtre" @@ -4887,7 +4980,6 @@ msgstr "Mali Durumlar" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5018,6 +5110,10 @@ msgid "" "reconcile in a series of accounts. It finds entries for each partner where " "the amounts correspond." msgstr "" +"Bir faturanın ödendi olarak kabul edilebilmesi için fatura girişlerinin, " +"özellikle ödemelerin, önce karşı tarafla uzlaştırılması gerekir. Otomatik " +"uzlaştırma özelliği sayesinde, Odoo hesaplar içinde uzlaştırılacak girişleri " +"araştırır. Her iş ortağına karşılık gelen tutardaki girişleri bulur." #. module: account #: help:account.journal,with_last_closing_balance:0 @@ -5025,6 +5121,8 @@ msgid "" "For cash or bank journal, this option should be unchecked when the starting " "balance should always set to 0 for new documents." msgstr "" +"Kasa yada banka günlüğü için, yeni belgeler için açılış bakiyelerinin her " +"zaman 0 olması gerekeceğinde bu seçenek işaretlenmelidir." #. module: account #: help:account.payment.term.line,value_amount:0 @@ -5131,6 +5229,12 @@ msgstr "" msgid "Future" msgstr "Gelecek" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "Döviz Kuru Farkı Kazanımı Hesabı" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5239,9 +5343,12 @@ msgid "" "invoice) to create analytic entries, Odoo will look for a matching journal " "of the same type." msgstr "" +"Analiz günlüğünün türünü verir. Bir belge için (örn: bir fatura) analiz " +"girişleri oluşturmak gerektiğinde, Odoo aynı türe uyan bir günlük " +"arayacaktır." #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -5253,8 +5360,8 @@ msgid "Go to Next Partner" msgstr "Sonraki İş Ortağına Geç" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5299,6 +5406,7 @@ msgstr "İyi iş!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "Grup Göre" @@ -5308,11 +5416,6 @@ msgstr "Grup Göre" msgid "Group Invoice Lines" msgstr "Fatura Satırlarını Grupla" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "Fatura Tarihinin ayına göre grupla" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5339,7 +5442,6 @@ msgstr "" "ekranlarına eklenebilmesi için html biçimindedir." #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5429,7 +5531,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5461,7 +5562,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -5470,6 +5570,12 @@ msgstr "ID" msgid "Icon" msgstr "Simge" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "\"Tutar Para Birimi\" belirtilirse, o zaman \"Tutar\" da olmalıdır." + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5482,6 +5588,8 @@ msgid "" "If checked, the entry won't be created if the entry date is not included " "into the selected period" msgstr "" +"İşaretliyse, giriş tarihi seçili dönem içerisinde değilse giriş " +"oluşturulmayacaktır." #. module: account #: help:account.account.template,nocreate:0 @@ -5695,7 +5803,7 @@ msgstr "Peşin Ödeme" #: view:account.statement.from.invoice.lines:account.view_account_statement_from_invoice_lines #: model:ir.actions.act_window,name:account.action_view_account_statement_from_invoice_lines msgid "Import Entries" -msgstr "" +msgstr "Girişleri İçeaktar" #. module: account #: view:account.bank.statement:account.view_bank_statement_form @@ -5716,7 +5824,17 @@ msgstr "" "Bir dönemi kapatmak için önce ilgili yevmiye kayıtlarını işlemelisiniz." #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" +"Bir banka hesap özeti satırını silmek için, ilgili günlük maddelerini silmek " +"için önce onu iptal etmelisiniz." + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5811,8 +5929,8 @@ msgstr "" "yerelleştirilmiş hesap planı kurar." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "Yetersiz Yapılandırma!" @@ -5876,7 +5994,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5900,7 +6019,7 @@ msgstr "Ters Analitik Bilanço -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5915,7 +6034,6 @@ msgstr "Fatura Para Birimi" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Fatura Tarihi" @@ -5939,11 +6057,6 @@ msgstr "Fatura Satıra" msgid "Invoice Lines" msgstr "Fatura Satırları" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5974,7 +6087,7 @@ msgstr "Fatura Durumu" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter msgid "Invoice Tasks by Month" -msgstr "" +msgstr "Aylık Fatura Görevleri" #. module: account #: model:ir.model,name:account.model_account_invoice_tax @@ -6002,7 +6115,7 @@ msgstr "Fatura zaten uzlaştırılmış." #: code:addons/account/account_invoice.py:565 #, python-format msgid "Invoice line account's company and invoice's company does not match." -msgstr "" +msgstr "Fatura satırı hesabı firması ile faturanın firması eşleşmiyor." #. module: account #: view:account.invoice:account.invoice_supplier_form @@ -6015,13 +6128,13 @@ msgid "Invoice paid" msgstr "Fatura ödendi" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "Fatura Kısmen ödendi: %s%s nın %s%s (kalan %s%s)." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "fatura gönderildi" @@ -6142,7 +6255,7 @@ msgstr "Faturanın gönderildiğini gösterir." #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -6185,9 +6298,7 @@ msgstr "Ocak" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6199,7 +6310,7 @@ msgstr "Ocak" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6241,7 +6352,7 @@ msgstr "Yevmiye Kayıtları" #. module: account #: view:account.move:account.view_account_move_filter msgid "Journal Entries by Month" -msgstr "" +msgstr "Aya göre Günlük Girişleri" #. module: account #: view:account.move:account.view_account_move_filter @@ -6299,15 +6410,16 @@ msgid "Journal Item" msgstr "Yevmiye Maddesi" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " "balanced!" msgstr "" +"Günlük maddesi '%s' (id: %s) denk olmadığından uzlaştırma için kullanılamaz!" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "Yevmiye Maddesi '%s' (id: %s), Hareket '%s' zaten uzlaştırılmış!" @@ -6316,7 +6428,7 @@ msgstr "Yevmiye Maddesi '%s' (id: %s), Hareket '%s' zaten uzlaştırılmış!" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6366,6 +6478,11 @@ msgstr "Yevmiye Seç" msgid "Journal for analytic entries" msgstr "Analitik kayıtlar için yevmiye" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "Geçerli yıldaki döneme ait fatura günlükleri" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6474,8 +6591,8 @@ msgstr "Doğrulama (fatura) tarihi dönemini kullanmak için boş bırakın." #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6690,7 +6807,7 @@ msgstr "Son Güncellemeye Göre" #: field:validate.account.move.lines,write_date:0 #: field:wizard.multi.charts.accounts,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: account #: field:res.partner,last_reconciliation_date:0 @@ -6704,11 +6821,6 @@ msgstr "Enson Tam Uzlaşma Tarihi" msgid "Latest Manual Reconciliation Processed:" msgstr "Enson Elle Yapılan Uzlaşma İşlemi:" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6767,7 +6879,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "Sihirbaz tarafından kurulmuş tüm vergileri listele" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "Zarar" @@ -6778,7 +6891,13 @@ msgid "Loss Account" msgstr "Zarar Hesabı" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "Döviz Kuru Oranı Zarar Hesabı" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "ÇEŞİTLİ" @@ -6869,7 +6988,7 @@ msgstr "" "Lütfen buna bir iş ortağı tanımlayın!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6882,7 +7001,7 @@ msgstr "" #. module: account #: view:website:account.report_analyticcostledgerquantity msgid "Max quantity :" -msgstr "" +msgstr "Ençok miktar:" #. module: account #: field:account.automatic.reconcile,max_amount:0 @@ -6919,7 +7038,7 @@ msgid "Miscellaneous" msgstr "Çeşitli" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "Çeşitli Yevmiye" @@ -6952,6 +7071,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "Değiştirme: iade, uzlaşma ve yeni bir taslak fatura oluştur" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6999,7 +7120,7 @@ msgid "Move bank reconcile" msgstr "Banka hareketi uzlaştır" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -7013,7 +7134,7 @@ msgid "Move line reconcile select" msgstr "Hareket kalemi uzlaştırmasını seç" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "Hareket adı (id): %s (%s)" @@ -7055,8 +7176,8 @@ msgstr "Yeni Kayıtların Adı" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "Asla" @@ -7064,7 +7185,7 @@ msgstr "Asla" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "Yeni" @@ -7117,9 +7238,9 @@ msgid "Next supplier invoice number" msgstr "Sonraki tedarikçi fatura numarası" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7155,22 +7276,22 @@ msgid "No Follow-up" msgstr "İzleme Yok" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "Fatura Satırı Yok!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "Tanımlı İş Ortağı Yok!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" -msgstr "" +msgstr "Parça Numarası yok!" #. module: account #: code:addons/account/installer.py:114 @@ -7190,7 +7311,7 @@ msgid "No period found on the invoice." msgstr "Faturada dönem bulunamadı." #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" @@ -7198,7 +7319,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "Eşleşen sonuç yok '" @@ -7252,7 +7373,7 @@ msgstr "Vadesi gelmemiş" #: view:website:account.report_partnerledgerother #: view:website:account.report_trialbalance msgid "Not filtered" -msgstr "" +msgstr "Süzülmemiş" #. module: account #: code:addons/account/report/common_report_header.py:92 @@ -7340,7 +7461,14 @@ msgstr "" "be chosen as the power of the automatic reconciliation" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Tamam" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7375,18 +7503,18 @@ msgid "Only One Chart Template Available" msgstr "Yalnızca Bir Hesap Şablonu Mevcuttur" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "Yalnızca yöneticiler ayarları değiştirebilir" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." -msgstr "" +msgstr "Uzlaşmaları doğrulamak için yalnızca ctrl-enter kısayolunu kullan." #. module: account #: view:account.analytic.account:account.view_account_analytic_account_search @@ -7431,8 +7559,8 @@ msgstr "Yevmiyeyi Aç" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7454,8 +7582,8 @@ msgstr "Uzlaştırmayı iptal için aç" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Açılış Bakiyesi" @@ -7483,7 +7611,7 @@ msgstr "Gelir Hesabı Açılış Kayıtları" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Açılış Giriş Yevmiyeleri" @@ -7499,7 +7627,7 @@ msgid "Opening Entries Reconciliation" msgstr "Açılış Kayıtları Uzlaştırması" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7507,7 +7635,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "Açılış Dönemi" @@ -7691,8 +7819,8 @@ msgstr "Kayıtları Kısmi Uzlaştır" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7732,6 +7860,11 @@ msgstr "İş Ortağı ID" msgid "Partner Ledger" msgstr "İş Ortağı Defteri" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "İş Ortağı Adı" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7815,7 +7948,7 @@ msgstr "Borç Limiti" #. module: account #: view:account.statement.from.invoice.lines:account.view_account_statement_from_invoice_lines msgid "Payable and Receivables" -msgstr "" +msgstr "Borçlar ve Alacaklar" #. module: account #: view:account.invoice:account.invoice_supplier_form @@ -7932,7 +8065,7 @@ msgstr "" #. module: account #: selection:account.statement.operation.template,amount_type:0 msgid "Percentage of total amount" -msgstr "" +msgstr "Toplam tutarın yüzdesi" #. module: account #: constraint:account.payment.term.line:0 @@ -7949,7 +8082,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7964,7 +8096,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7982,7 +8114,7 @@ msgstr "Dönem :" #: view:website:account.report_analyticcostledgerquantity #: view:website:account.report_analyticjournal msgid "Period From:" -msgstr "" +msgstr "Dönem Başlangıcı:" #. module: account #: field:account.aged.trial.balance,period_length:0 @@ -8005,7 +8137,7 @@ msgstr "Dönem Toplamı" #: view:website:account.report_analyticcostledgerquantity #: view:website:account.report_analyticjournal msgid "Period To:" -msgstr "" +msgstr "Dönem Sonu:" #. module: account #: field:account.subscription,period_type:0 @@ -8075,36 +8207,38 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "Banka Hesap Özetinde 'Yevmiye' alanının ayarlandığından emin olun" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Lütfen birkaç fatura kalemi oluşturun." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "Yevmiye için lütfen bir sıra tanımlayın." #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "Bu faturayla ilgili yevmiyeye lütfen bir sıra tanımlayın." #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Lütfen bu yevmiyede bir hesabın tanımlandığını doğrulayın." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" "The encoded total does not match the computed total." msgstr "" +"Lütfen fatura fiyatını doğrulayın!\n" +"Kodlanmış toplam hesaplanan toplam ile eşleşmiyor." #. module: account #: view:account.move:account.view_move_form @@ -8158,7 +8292,7 @@ msgstr "Bakiye işaretini koru" #: model:ir.model,name:account.model_account_statement_operation_template msgid "" "Preset for the lines that can be created in a bank statement reconciliation" -msgstr "" +msgstr "Bir banka uzlaşmasında oluşturulabilecek satırları ön ayarlayın." #. module: account #: view:account.aged.trial.balance:account.account_aged_balance_view @@ -8213,12 +8347,12 @@ msgstr "Yazdırıldı" #: view:website:account.report_analyticcostledger #: view:website:account.report_analyticcostledgerquantity msgid "Printing Date:" -msgstr "" +msgstr "Yazdırma Tarihi:" #. module: account #: view:account.invoice:account.invoice_form msgid "Pro Forma Invoice" -msgstr "" +msgstr "Proforma Fatura" #. module: account #: selection:account.invoice,state:0 @@ -8236,13 +8370,10 @@ msgstr "Proforma Faturalar" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8260,6 +8391,11 @@ msgstr "Ürün Kategorisi" msgid "Product Information" msgstr "Ürün Bilgisi" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "Ürün Miktarı" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8267,7 +8403,6 @@ msgstr "Ürün Şablonu" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "Ürün Ölçü Birimi" @@ -8278,21 +8413,22 @@ msgid "Products Quantity" msgstr "Ürün Miktarı" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "Kar" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "Kar & Zarar (Gider hesabı)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "Kar & Zarar (Gelir hesabı)" @@ -8363,7 +8499,7 @@ msgid "Purchase" msgstr "Satınalma" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Satınalma Yevmiyesi" @@ -8374,7 +8510,7 @@ msgid "Purchase Refund" msgstr "Satınalma İadesi" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Satınalma İade Yevmiyesi" @@ -8385,7 +8521,7 @@ msgid "Purchase Tax" msgstr "Satınalma Vergisi" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "Satınalma Vergisi %.2f%%" @@ -8436,16 +8572,10 @@ msgstr "Python Kodu" msgid "Python Code (reverse)" msgstr "Python kodu (ters)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Mik" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8575,6 +8705,13 @@ msgstr "Borç Silme ile Uzlaştır" msgid "Reconcile Writeoff" msgstr "Borç Silme Uzlaştır" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "Demo banka hesap özetini uzlaştır" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8598,7 +8735,7 @@ msgstr "Uzlaştırılmış hareketler" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8625,7 +8762,7 @@ msgstr "Uzlaşma numarası" #: model:ir.actions.client,name:account.action_bank_reconcile_bank_statements #: model:ir.ui.menu,name:account.menu_bank_reconcile_bank_statements msgid "Reconciliation on Bank Statements" -msgstr "" +msgstr "Banka Hesap Özetlerinin Uzlaştırılması" #. module: account #: model:ir.actions.act_window,name:account.action_account_partner_reconcile @@ -8667,6 +8804,7 @@ msgstr "Ref." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8695,13 +8833,13 @@ msgstr "Bu faturayı oluşturan belgenin referansı." #. module: account #: field:account.invoice,name:0 msgid "Reference/Description" -msgstr "" +msgstr "Referans/Açıklama" #. module: account #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8858,7 +8996,10 @@ msgid "Reset to Draft" msgstr "Taslağa Ayarla" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Kalan" @@ -8877,7 +9018,6 @@ msgstr "Döviz olarak Kalan Tutar" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Sorumlu" @@ -8939,13 +9079,13 @@ msgid "Running Subscriptions" msgstr "Yürülükteki Abonelikler" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAG" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -9000,13 +9140,13 @@ msgid "Sales" msgstr "Satış" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Satış Yevmiyesi" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Satış İadesi Yevmiyesi" @@ -9016,6 +9156,11 @@ msgstr "Satış İadesi Yevmiyesi" msgid "Sales Tax(%)" msgstr "Satış Vergisi(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "Satış Takımı" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9172,7 +9317,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "İş Ortağı Seçin" @@ -9277,7 +9422,7 @@ msgstr "Epostayla gönder" #. module: account #: field:account.config.settings,module_product_email_template:0 msgid "Send products tools and information at the invoice confirmation" -msgstr "" +msgstr "Fatura onayında ürün araçları ve bilgileri gönder" #. module: account #: field:account.invoice,sent:0 @@ -9460,7 +9605,7 @@ msgid "Smallest Text" msgstr "En Küçük Metin" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "Bazı girişler zaten uzlaştırılmıştır." @@ -9473,7 +9618,7 @@ msgstr "Sıralandır" #. module: account #: view:website:account.report_generalledger msgid "Sorted By:" -msgstr "" +msgstr "Sıralama:" #. module: account #: field:account.invoice,origin:0 @@ -9500,6 +9645,8 @@ msgid "" "Specified journals do not have any account move entries in draft state for " "the specified periods." msgstr "" +"Belirtilen günlüklerde, belirtilen dönemler için taslak durumunda herhangi " +"bir hesap hareketi girişi yok." #. module: account #: code:addons/account/wizard/account_move_bank_reconcile.py:53 @@ -9591,7 +9738,7 @@ msgid "Start period" msgstr "Dönem başı" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "Başlangıç dönemi bitiş döneminden önce olmalı." @@ -9617,7 +9764,7 @@ msgid "Statement" msgstr "Hesap Özeti" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "Hesap özeti %s onaylandı, yevmiye maddeleri oluşturuldu." @@ -9627,7 +9774,7 @@ msgstr "Hesap özeti %s onaylandı, yevmiye maddeleri oluşturuldu." #: model:ir.actions.act_window,name:account.action_account_statement_operation_template #: model:ir.ui.menu,name:account.menu_action_account_statement_operation_template msgid "Statement Operation Templates" -msgstr "" +msgstr "Hesap Özeti İşlem Şablonları" #. module: account #: view:account.bank.statement:account.view_bank_statement_form @@ -9675,11 +9822,6 @@ msgstr "İstatistikler" msgid "Status" msgstr "Durumu" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "Yapılandırılmış İletişim" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9717,7 +9859,7 @@ msgstr "Ara Toplam" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 msgid "Sum of opening balance and transactions." -msgstr "" +msgstr "Açılış bakiyesi ve işlemleri toplamı." #. module: account #: field:account.bank.statement,message_summary:0 @@ -9738,7 +9880,7 @@ msgstr "Tedarikçi" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9764,7 +9906,7 @@ msgstr "Tedarikçi Ödeme Koşulu" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9806,10 +9948,10 @@ msgstr "Kasadan Para Al" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." -msgstr "" +msgstr "Bir işlemi uzlaştırmak Ortalama en az 5 saniye alır." #. module: account #: field:account.aged.trial.balance,target_move:0 @@ -9849,7 +9991,7 @@ msgstr "Hedef Hareketler:" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter msgid "Tasks Month" -msgstr "" +msgstr "Görevlerin Ayı" #. module: account #. openerp-web @@ -9858,8 +10000,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9868,7 +10010,7 @@ msgid "Tax" msgstr "Vergi" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "Vergi %.2f%%" @@ -10029,7 +10171,7 @@ msgid "Tax Use In" msgstr "Kullanılan Vergi" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -10093,7 +10235,7 @@ msgid "Taxes Report" msgstr "Vergi Raporu" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10160,10 +10302,10 @@ msgstr "Koşullar" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" -msgstr "" +msgstr "Ortalamadır" #. module: account #: help:account.account,type:0 @@ -10191,19 +10333,19 @@ msgid "The account basis of the tax declaration." msgstr "Vergi bildirimi için hesap temeli." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "Hesap Kayıt kalemleri geçerli durumda değil." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Bu hesap uzlaşma yapılmak üzere tanımlanmamış !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "Merkezileştirme için (% s) hesap hareketi onaylanmıştır!" @@ -10240,7 +10382,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10282,7 +10431,7 @@ msgstr "Bu kod raporlarda görünecektir." #: help:account.invoice,commercial_partner_id:0 msgid "" "The commercial entity that will be used on Journal Entries for this invoice" -msgstr "" +msgstr "Bu faturaya ait Günlük Kayıtlarında kullanılacak ticari varlık" #. module: account #: help:account.tax,type:0 @@ -10471,7 +10620,7 @@ msgstr "" "da yevmiye görünüm tipini çoklu-para birimi olarak seçin." #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10509,7 +10658,7 @@ msgstr "" "kullanıldığında sıralama önemlidir." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10549,13 +10698,19 @@ msgstr "" "çalıştırılmayacaktır." #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "Yevmiye %s de %s hesabı yok." +msgid "There is no Loss Account on the journal %s." +msgstr "%s GünlüğündeZarar Hesabı yok." #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "%s Günlüğünde Kar Hesabı yok." + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10565,7 +10720,7 @@ msgstr "" "kredi hesabı yok" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10587,7 +10742,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "Bu ürün için tanımlanmış gelir hesabı bulunmuyor: \"%s\" (id:%d)." #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10597,26 +10752,30 @@ msgstr "" "için bir tane oluşturun!" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "Hesap şablonu için ana kod bulunmuyor." #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" "Please go to Configuration/Periods and configure a fiscal year." msgstr "" +"Bu tarih için dönem tanımlanmamış: %s.\n" +"Lütfen Yapılandırma/Dönemler menüsüne gidip bir mali yıl tanımlayın." #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" "Please go to Configuration/Periods." msgstr "" +"Bu tarih için dönem tanımlanmamış: %s.\n" +"Lütfen Yapılandırma/Dönemler menüsüne gidin." #. module: account #: view:website:account.report_overdue_document @@ -10832,6 +10991,14 @@ msgstr "" "Bu alan yasal raporlar oluşturmak için kullanılır: kar ve zarar, bilanço " "tablosu." +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10883,7 +11050,7 @@ msgstr "" "olarak sayar." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10893,7 +11060,7 @@ msgstr "" "değiştiremezsiniz." #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -11071,10 +11238,10 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." -msgstr "" +msgstr "İpucu: ctrl-enter tuşlarına basarak tüm sayfayı doğrulayabilirsiniz." #. module: account #: selection:account.financial.report,style_overwrite:0 @@ -11100,7 +11267,7 @@ msgstr "Kapatılacak" #. module: account #: view:account.invoice.report:account.view_account_invoice_report_search msgid "To Invoice" -msgstr "" +msgstr "Faturalanacak" #. module: account #: view:account.move:account.view_account_move_filter @@ -11109,8 +11276,8 @@ msgid "To Review" msgstr "İncelenecek" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" @@ -11118,9 +11285,11 @@ msgstr "" "gerekir." #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -11131,6 +11300,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Toplam" @@ -11242,7 +11412,7 @@ msgstr "Toplam borç" #. module: account #: help:account.bank.statement,total_entry_encoding:0 msgid "Total of cash transaction lines." -msgstr "" +msgstr "Kasa işlemleri satırları toplamı." #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 @@ -11265,7 +11435,7 @@ msgstr "Toplam:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Transaction" @@ -11313,7 +11483,6 @@ msgstr "Doğru" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11329,13 +11498,13 @@ msgid "Type Controls" msgstr "Tip Denetimleri" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "Başlangıç bakiyesi işlenemiyor (eksi değer olmamalıdır)." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "Vergi değiştirilemiyor!" @@ -11360,6 +11529,11 @@ msgid "" msgstr "" "Fatura eşsiz numarası, fatura oluşturulurken otomatik olarak hesaplanır." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "Birim Tutarı" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11559,18 +11733,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Kullanıcı" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11596,7 +11769,7 @@ msgstr "Genelde 1 veya -1." #. module: account #: field:res.partner,vat_subjected:0 msgid "VAT Legal Statement" -msgstr "" +msgstr "KDV Yasal Bildirimi" #. module: account #: field:account.fiscal.position,vat_required:0 @@ -11663,36 +11836,37 @@ msgstr "Analitik Hesap Kalemlerini Göster" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Uyarı" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Uyarı !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11740,10 +11914,10 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" -msgstr "" +msgstr "Üf, çok hızlıydı!" #. module: account #: field:account.central.journal,amount_currency:0 @@ -11767,7 +11941,7 @@ msgstr "0 a eşit olmayan bakiyeli" #: view:website:account.report_generalledger #: view:website:account.report_trialbalance msgid "With balance not equal to zero" -msgstr "" +msgstr "Bakiye sıfıra eşit değil" #. module: account #: selection:account.balance.report,display_account:0 @@ -11794,7 +11968,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Borç Silme" @@ -11821,7 +11995,7 @@ msgid "Write-Off amount" msgstr "Borç silme tutarı" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "Yanlış Model!" @@ -11854,6 +12028,17 @@ msgstr "Yıl Toplamı" msgid "Yes" msgstr "Evet" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11864,7 +12049,7 @@ msgstr "" "işaretleyerek bu yevmiye maddesine not düşebilirsiniz" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" @@ -11872,7 +12057,7 @@ msgstr "" "yapamazsınız." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "Kapalı bir mali yıla ait bir dönemi yeniden açamazsınız" @@ -11921,7 +12106,7 @@ msgstr "" "to add/substract it." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11943,7 +12128,7 @@ msgstr "" "örn. Modelimizin tarihi %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11953,13 +12138,13 @@ msgstr "" "uzlaşmayı kaldırmalısınız!" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "Yevmiye maddeleri içerdiğinden hesap kodunu değiştiremezsiniz!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11969,13 +12154,13 @@ msgstr "" "değiştiremezsiniz." #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "Vergiyi değiştiremezsiniz, Kalemleri silip yeniden oluşturmalısınız." #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11985,7 +12170,7 @@ msgstr "" "değiştiremezsiniz!" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11994,7 +12179,7 @@ msgstr "" "Yevmiye maddeleri içerdiğinden hesap tipini '%s' e değiştiremezsiniz!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -12039,13 +12224,13 @@ msgstr "" "oluşturamazsınız." #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "Yevmiye maddeleri içeren bir hesabın etkinliğini kaldıramazsınız." #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "İşlenmiş yevmiye girişini \"%s\" silemezsiniz!" @@ -12073,7 +12258,7 @@ msgstr "" "iade etmelisiniz." #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -12086,7 +12271,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -12099,7 +12284,7 @@ msgstr "" "%s" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -12110,7 +12295,7 @@ msgstr "" "için ayarlamalısınız." #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "Bu dönem için kayıtları olan bir yevmiyeyi değiştirip/silemezsiniz." @@ -12124,13 +12309,13 @@ msgstr "" "Şirket para birimi ile aynı olan bir ikincil para birimi tanımlayamazsınız." #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "Yevmiye maddeleri içeren bir hesabı kaldıramazsınız." #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -12140,7 +12325,7 @@ msgstr "" "bırakamazsınız." #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -12151,14 +12336,14 @@ msgstr "" "uzlaşmasını kaldırmazsınız." #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "Etkin olmayan hesabı kullanamazsınız." #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -12168,7 +12353,7 @@ msgstr "" "Denetimleri' sekmesini denetleyin." #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -12180,7 +12365,7 @@ msgstr "" "Son ödeme koşulu satırı \"Bakiye\" türünde olmalıdır !" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -12190,13 +12375,13 @@ msgstr "" "planına dahil değildir!" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -12212,8 +12397,8 @@ msgstr "" "durumda bir dönem ve yevmiye seçin." #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -12230,14 +12415,14 @@ msgstr "" "banka hesabını tanımlamalısınız." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "Giriş farkını silme/takas etmek için bir hesap belirtmelisiniz!" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -12258,7 +12443,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "En az bir kayıt seçmelisiniz." @@ -12270,7 +12455,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "'%s' Tipinde bir analitik yevmiye tanımlamalısınız!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "Önce bir iş ortağı seçmek gerekir!" @@ -12294,7 +12479,7 @@ msgid "You must set a start date." msgstr "Bir başlangıç tarihi girmelisiniz." #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12304,13 +12489,13 @@ msgstr "" "gereksiniminiz var!" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "Aynı şirkete ait olan dönemler seçmelisiniz." #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12319,7 +12504,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12338,10 +12523,10 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" -msgstr "" +msgstr "Doğruladınız" #. module: account #: view:account.invoice.refund:account.view_account_invoice_refund @@ -12370,7 +12555,7 @@ msgid "balance" msgstr "bakiye" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "değişim" @@ -12383,7 +12568,7 @@ msgstr "gün" #. module: account #: view:account.config.settings:account.view_account_config_settings msgid "e.g. sales@odoo.com" -msgstr "" +msgstr "e.g. sales@odoo.com" #. module: account #: view:account.config.settings:account.view_account_config_settings @@ -12423,7 +12608,7 @@ msgstr "dönem kapat" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -12435,7 +12620,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -12452,17 +12637,17 @@ msgstr "başlık" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" -msgstr "" +msgstr "uzlaştırılacak" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." -msgstr "" +msgstr "işlemler." #. module: account #: field:account.cashbox.line,bank_statement_id:0 @@ -12484,3 +12669,44 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "yıl" + +#~ msgid "Qty" +#~ msgstr "Mik" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Fatura Tarihinin ayına göre grupla" + +#~ msgid "#Entries" +#~ msgstr "Kayıt Sayısı" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "Yevmiye %s de %s hesabı yok." + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " Müşteri iadesi oluşturmak için tıklayın. \n" +#~ "

\\n\n" +#~ " İade bir faturayı kısmi ya da tamamen alacak olarak müşteri " +#~ "hesabına kaydeder.\n" +#~ "

\n" +#~ " Elle bir müşteri iadesi oluşturmak yerine\n" +#~ " ilgili müşteri faturalarından da doğrudan " +#~ "oluşturabilirsiniz.\n" +#~ "

\n" +#~ " " + +#~ msgid "# of Lines" +#~ msgstr "# nın Satırları" diff --git a/addons/account/i18n/ug.po b/addons/account/i18n/ug.po index 56fb42535f9..2ec9b73b683 100644 --- a/addons/account/i18n/ug.po +++ b/addons/account/i18n/ug.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "ئاشقىنى" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/uk.po b/addons/account/i18n/uk.po index 98736e930c9..214db800b5a 100644 --- a/addons/account/i18n/uk.po +++ b/addons/account/i18n/uk.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Операція №" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "Аналітика" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "Код події" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Каса" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Вибрати Фіскальний Рік" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "Валюта" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "Борг" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "Дата" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "Запис" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "Вхідна підписка" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "Акціонерний капітал" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "Значок" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "Внутрішні" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "Рядок інвойса" msgid "Invoice Lines" msgstr "Рядки інвойса" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "Назви нових записів" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Ок" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "Відкрити журнал" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "Купівля" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "Python Code" msgid "Python Code (reverse)" msgstr "Код Пайтон (реверс)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "Звірити зі списанням" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "Звірені операції" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "Пос." #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Залишковий" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "Діючі підписки" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Журнал продажів" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "Виписка банку" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "Статус" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "Постачальник" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "ПДВ" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "Терміни" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10316,6 +10360,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10360,7 +10412,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10368,7 +10420,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10514,7 +10566,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10552,16 +10604,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10572,6 +10626,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Разом" @@ -10702,7 +10757,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10750,7 +10805,6 @@ msgstr "Істина" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10766,13 +10820,13 @@ msgid "Type Controls" msgstr "Контроль типів" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10796,6 +10850,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10983,18 +11042,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Користувач" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11085,36 +11143,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Попередження !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11155,7 +11214,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11209,7 +11268,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Списати" @@ -11236,7 +11295,7 @@ msgid "Write-Off amount" msgstr "Сума списання" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11269,6 +11328,17 @@ msgstr "Річна сума" msgid "Yes" msgstr "Так" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11277,13 +11347,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11324,7 +11394,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11338,7 +11408,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11346,13 +11416,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11360,13 +11430,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11374,7 +11444,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11382,7 +11452,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11421,13 +11491,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11450,7 +11520,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11459,7 +11529,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11468,7 +11538,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11476,7 +11546,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11489,13 +11559,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11503,7 +11573,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11512,14 +11582,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11527,7 +11597,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11536,7 +11606,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11544,13 +11614,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11564,8 +11634,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11580,14 +11650,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11605,7 +11675,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11617,7 +11687,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11641,7 +11711,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11649,13 +11719,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11664,7 +11734,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11683,7 +11753,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11709,7 +11779,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11759,7 +11829,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11771,7 +11841,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11788,14 +11858,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/ur.po b/addons/account/i18n/ur.po index d1a16aa3661..2c5be672999 100644 --- a/addons/account/i18n/ur.po +++ b/addons/account/i18n/ur.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Urdu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/vi.po b/addons/account/i18n/vi.po index 43bd27b1077..c1b488e7135 100644 --- a/addons/account/i18n/vi.po +++ b/addons/account/i18n/vi.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -49,16 +139,16 @@ msgstr "Số chữ số" msgid "# of Entries" msgstr "" +#. module: account +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" + #. module: account #: field:account.entries.report,nbr:0 msgid "# of Items" msgstr "# of Items" -#. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" -msgstr "Số dòng" - #. module: account #: view:account.entries.report:account.view_account_entries_report_tree msgid "# of Products Qty" @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "Số lượng giao dịch" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "Số bút toán" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (sao chép)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -626,7 +627,7 @@ msgstr "" "này để tính thuế liên quan." #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -652,11 +653,9 @@ msgstr "Loại tài khoản" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -665,10 +664,10 @@ msgstr "Loại tài khoản" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1360,7 +1359,7 @@ msgstr "" "won't be able to modify their accounting fields anymore." #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1427,10 +1426,10 @@ msgstr "Luôn luôn" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1490,8 +1489,8 @@ msgstr "Phân tích" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1815,7 +1814,7 @@ msgid "Average Rate" msgstr "Average Rate" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1823,21 +1822,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1881,14 +1880,14 @@ msgstr "Bảng cân đối kế toán" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1911,7 +1910,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "Ngân hàng" @@ -2238,7 +2237,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2247,19 +2246,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2297,7 +2296,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2314,7 +2313,7 @@ msgstr "Case Code" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "Tiền mặt" @@ -2369,6 +2368,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2667,6 +2667,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "Chọn năm tài chính" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2709,7 +2716,7 @@ msgstr "Đóng trạng thái của năm tài chính và thời gian" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2795,22 +2802,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "Common Report" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "Communication" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2960,8 +2961,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3035,7 +3036,7 @@ msgstr "Đã xác nhận" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3423,7 +3424,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3451,7 +3451,7 @@ msgstr "Loại tiền" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3582,9 +3582,8 @@ msgstr "Các khách hàng" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3809,14 +3808,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4000,7 +3998,7 @@ msgstr "Đến hạn" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4028,13 +4026,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4051,7 +4049,7 @@ msgstr "Ngày hiệu lực" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4215,7 +4213,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "Entries are not of the same account or already reconciled ! " @@ -4227,7 +4225,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "Các bút toán: " @@ -4238,7 +4236,7 @@ msgid "Entry" msgstr "Entry" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "Bút toán \"%s\" không hợp lệ !" @@ -4272,7 +4270,7 @@ msgid "Entry Subscription" msgstr "Entry Subscription" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "Bút toán đã đối soát xong." @@ -4289,51 +4287,53 @@ msgid "Equity" msgstr "Vốn chủ sở hữu" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "Lỗi" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4449,7 +4449,7 @@ msgstr "Bộ lọc mở rộng..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4472,7 +4472,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4635,7 +4635,6 @@ msgstr "Fiscal Positions" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4867,6 +4866,12 @@ msgstr "" msgid "Future" msgstr "Tương lai" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4978,7 +4983,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4989,8 +4994,8 @@ msgid "Go to Next Partner" msgstr "Đi tới đối tác tiếp theo" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5035,6 +5040,7 @@ msgstr "Tốt lắm!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5044,11 +5050,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "Group Invoice Lines" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5073,7 +5074,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5163,7 +5163,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5195,7 +5194,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5204,6 +5202,12 @@ msgstr "" msgid "Icon" msgstr "Biểu tượng" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5418,7 +5422,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5511,8 +5523,8 @@ msgstr "" "accounting needs of your company based on your country." #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5576,7 +5588,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5600,7 +5613,7 @@ msgstr "Inverted Analytic Balance -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5615,7 +5628,6 @@ msgstr "Loại tiền của hóa đơn" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "Ngày Hóa đơn" @@ -5639,11 +5651,6 @@ msgstr "Dòng hóa đơn" msgid "Invoice Lines" msgstr "Invoice Lines" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5715,13 +5722,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5836,7 +5843,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5879,9 +5886,7 @@ msgstr "Tháng Một" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5893,7 +5898,7 @@ msgstr "Tháng Một" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5995,7 +6000,7 @@ msgid "Journal Item" msgstr "Journal Item" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6003,7 +6008,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -6012,7 +6017,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6062,6 +6067,11 @@ msgstr "Journal Select" msgid "Journal for analytic entries" msgstr "Journal for analytic entries" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6171,8 +6181,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6401,11 +6411,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6464,7 +6469,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "List of all the taxes that have to be installed by the wizard" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6475,7 +6481,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6566,7 +6578,7 @@ msgstr "" "Hãy xác định đối tác trên nó!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6617,7 +6629,7 @@ msgid "Miscellaneous" msgstr "Miscellaneous" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6650,6 +6662,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6697,7 +6711,7 @@ msgid "Move bank reconcile" msgstr "Move bank reconcile" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6709,7 +6723,7 @@ msgid "Move line reconcile select" msgstr "Move line reconcile select" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6751,8 +6765,8 @@ msgstr "Tên cúa các bút toán mới" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6760,7 +6774,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6813,9 +6827,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6851,19 +6865,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6886,14 +6900,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7035,7 +7049,14 @@ msgstr "" "be chosen as the power of the automatic reconciliation" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "Đồng ý" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -7067,15 +7088,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7123,8 +7144,8 @@ msgstr "Open Journal" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7146,8 +7167,8 @@ msgstr "Open for Unreconciliation" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "Số dư đầu kỳ" @@ -7175,7 +7196,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "Opening Entries Journal" @@ -7191,7 +7212,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7199,7 +7220,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7383,8 +7404,8 @@ msgstr "Partial Reconcile Entries" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7424,6 +7445,11 @@ msgstr "" msgid "Partner Ledger" msgstr "Partner Ledger" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7638,7 +7664,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7653,7 +7678,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7762,31 +7787,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "Please create some invoice lines." #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "Vui lòng kiểm tra việc gán một tài khoản cho sổ nhật ký này." #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7921,13 +7946,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7945,6 +7967,11 @@ msgstr "Nhóm sản phẩm" msgid "Product Information" msgstr "Thông tin sản phẩm" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7952,7 +7979,6 @@ msgstr "Product Template" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7963,21 +7989,22 @@ msgid "Products Quantity" msgstr "Số lượng sản phẩm" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -8048,7 +8075,7 @@ msgid "Purchase" msgstr "Mua hàng" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "Purchase Journal" @@ -8059,7 +8086,7 @@ msgid "Purchase Refund" msgstr "Hoàn tiền Mua hàng" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "Sổ nhật ký Hoàn tiền Mua hàng" @@ -8070,7 +8097,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8121,16 +8148,10 @@ msgstr "Mã Python" msgid "Python Code (reverse)" msgstr "Python Code (reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "Qty" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8260,6 +8281,13 @@ msgstr "Đối soát với các khoản Miễn bỏ" msgid "Reconcile Writeoff" msgstr "Reconcile Writeoff" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8283,7 +8311,7 @@ msgstr "Các giao dịch đã đối soát" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8352,6 +8380,7 @@ msgstr "Tham chiếu" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8386,7 +8415,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8541,7 +8570,10 @@ msgid "Reset to Draft" msgstr "Đặt lại về Nháp" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "Còn lại" @@ -8560,7 +8592,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Chịu trách nhiệm" @@ -8622,13 +8653,13 @@ msgid "Running Subscriptions" msgstr "Running Subscriptions" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8683,13 +8714,13 @@ msgid "Sales" msgstr "Bán hàng" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "Sổ nhật ký Bán hàng" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "Sales Refund Journal" @@ -8699,6 +8730,11 @@ msgstr "Sales Refund Journal" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8851,7 +8887,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9114,7 +9150,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9245,7 +9281,7 @@ msgid "Start period" msgstr "Bắt đầu chu kỳ" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9271,7 +9307,7 @@ msgid "Statement" msgstr "Statement" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9329,11 +9365,6 @@ msgstr "Thống kê" msgid "Status" msgstr "Trạng thái" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9392,7 +9423,7 @@ msgstr "Nhà cung cấp" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9418,7 +9449,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9460,7 +9491,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9512,8 +9543,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9522,7 +9553,7 @@ msgid "Tax" msgstr "Thuế" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9683,7 +9714,7 @@ msgid "Tax Use In" msgstr "Thuế sử dụng trong" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9745,7 +9776,7 @@ msgid "Taxes Report" msgstr "Báo cáo các loại thuế" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9810,7 +9841,7 @@ msgstr "Các điều khoản" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9836,19 +9867,19 @@ msgid "The account basis of the tax declaration." msgstr "The account basis of the tax declaration." #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "The account entries lines are not in valid state." #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "Tài khoản không được định nghĩa để đối soát !" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9885,7 +9916,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10107,7 +10145,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10144,7 +10182,7 @@ msgstr "" "children. In this case, the evaluation order is important." #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10181,13 +10219,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10195,7 +10239,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10215,7 +10259,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10223,13 +10267,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10237,7 +10281,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10436,6 +10480,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10489,7 +10541,7 @@ msgstr "" "as reconciled." #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10497,7 +10549,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10653,7 +10705,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10691,16 +10743,18 @@ msgid "To Review" msgstr "To Review" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10711,6 +10765,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "Tổng" @@ -10841,7 +10896,7 @@ msgstr "Tổng cộng:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "Giao dịch" @@ -10889,7 +10944,6 @@ msgstr "Đúng" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10905,13 +10959,13 @@ msgid "Type Controls" msgstr "Type Controls" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10937,6 +10991,11 @@ msgstr "" "Unique number of the invoice, computed automatically when the invoice is " "created." +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11124,18 +11183,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "Người dùng" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11226,36 +11284,37 @@ msgstr "View Account Analytic Lines" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "Cảnh báo" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "Cảnh báo !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11296,7 +11355,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11350,7 +11409,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "Miễn bỏ" @@ -11377,7 +11436,7 @@ msgid "Write-Off amount" msgstr "Giá trị Miễn bỏ" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11410,6 +11469,17 @@ msgstr "Tổng của năm" msgid "Yes" msgstr "Có" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11420,13 +11490,13 @@ msgstr "" "associated partner" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11470,7 +11540,7 @@ msgstr "" "to add/substract it." #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11492,7 +11562,7 @@ msgstr "" "e.g. My model on %(date)s" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11500,13 +11570,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11514,13 +11584,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11528,7 +11598,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11536,7 +11606,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11575,13 +11645,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11604,7 +11674,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11613,7 +11683,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11622,7 +11692,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11630,7 +11700,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11643,13 +11713,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11657,7 +11727,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11666,14 +11736,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11681,7 +11751,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11690,7 +11760,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11698,13 +11768,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11718,8 +11788,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11736,14 +11806,14 @@ msgstr "" "trong định nghĩa tạp chí cho hoà giải." #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11761,7 +11831,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11773,7 +11843,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11797,7 +11867,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11805,13 +11875,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11820,7 +11890,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11839,7 +11909,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11865,7 +11935,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11918,7 +11988,7 @@ msgstr "đóng chu kỳ" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11930,7 +12000,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11947,14 +12017,14 @@ msgstr "title" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11979,3 +12049,12 @@ msgstr "" #: selection:account.subscription,period_type:0 msgid "year" msgstr "năm" + +#~ msgid "Qty" +#~ msgstr "Qty" + +#~ msgid "#Entries" +#~ msgstr "Số bút toán" + +#~ msgid "# of Lines" +#~ msgstr "Số dòng" diff --git a/addons/account/i18n/zh_CN.po b/addons/account/i18n/zh_CN.po index c9f226f390b..1e53ddd3264 100644 --- a/addons/account/i18n/zh_CN.po +++ b/addons/account/i18n/zh_CN.po @@ -7,17 +7,102 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-21 16:43+0000\n" "Last-Translator: 蓝色冰点 <164966872@qq.com>\n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:53+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: zh_CN\n" +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" + #. module: account #: help:account.invoice,state:0 msgid "" @@ -38,11 +123,16 @@ msgstr "" "* 当用户删除发票时为“删除”状态。" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr " 集中" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -56,13 +146,13 @@ msgid "# of Entries" msgstr "# 分录" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" -msgstr "# 明细" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "# 明细" #. module: account @@ -75,11 +165,6 @@ msgstr "# 产品数量" msgid "# of Transaction" msgstr "# 处理" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "# 项" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -87,15 +172,15 @@ msgid "" msgstr "${object.company_id.name} 发票 (Ref ${object.number or 'n/a'})" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "%s (副本)" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s (副本)" @@ -186,164 +271,6 @@ msgstr ":总账" msgid ": Trial Balance" msgstr ":试算平衡" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

您好 ${object.partner_id.name},

\n" -"\n" -"

您有一张新发票:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   发票编号: ${object.number}
\n" -"   发票合计: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   发票日期: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   订单号: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   您的联系人: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"

您可以直接使用Paypal支付:

\n" -" \n" -" \n" -" % endif\n" -" \n" -"

如果您有任何问题,请直接联系我们.

\n" -"

感谢您选择 ${object.company_id.name or 'us'}!

\n" -"

\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -479,7 +406,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -490,14 +417,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" 点击创建一个客户退款. \n" -"

\n" -" 退款是全部或部分借记销售发票的证明。\n" -"

\n" -" 可以直接从与客户相关联的发票直接生成退款,以代替手工创建客户退款。.\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -861,7 +780,7 @@ msgstr "" "不能创建新的凭证或发生税额变动请关闭会计期间。" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "发票已经被核销" @@ -887,11 +806,9 @@ msgstr "科目类型" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -900,10 +817,10 @@ msgstr "科目类型" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1597,7 +1514,7 @@ msgid "" msgstr "所有选择的会计分录将生效并记账,这意味着您将不能修改它们。" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1664,10 +1581,10 @@ msgstr "总是" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1727,8 +1644,8 @@ msgstr "辅助核算" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "辅助核算项" @@ -2052,7 +1969,7 @@ msgid "Average Rate" msgstr "平均汇率" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -2060,21 +1977,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" -msgstr "返回对账" +msgid "Back to statements list" +msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "坏的科目" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "错误的合计!" @@ -2118,14 +2035,14 @@ msgstr "资产负债表" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "资产类" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "负债和权益类" @@ -2148,7 +2065,7 @@ msgstr "已平衡" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "银行分录" @@ -2475,7 +2392,7 @@ msgid "" msgstr "不能 %s 已经核销的发票, 发票必须被首先反核销。只能退还这张发票。" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2486,19 +2403,19 @@ msgstr "" "在这个部分的日志里设置一个自动或手工生成的顺序号。" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "不能不同币种的凭证" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "不同公司间不能过账。" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2546,7 +2463,7 @@ msgstr "" "配置/分录/分录。" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "不能生成一个未使用的凭证代码。" @@ -2563,7 +2480,7 @@ msgstr "事务编码" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "现金" @@ -2618,6 +2535,7 @@ msgid "Category" msgstr "分类" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2906,6 +2824,13 @@ msgstr "下级税收" msgid "Choose Fiscal Year" msgstr "选择会计年度" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2948,7 +2873,7 @@ msgstr "会计年度和会计期间为关闭状态" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "关闭" @@ -3034,22 +2959,16 @@ msgstr "注释" msgid "Commercial Entity" msgstr "商业实体" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "商业伙伴" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "商业合作伙伴的国家" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "合并报告" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "沟通" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -3199,8 +3118,8 @@ msgid "Configuration Error" msgstr "设置错误!" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3280,7 +3199,7 @@ msgstr "已确认" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "恭喜,大功告成了!" @@ -3667,7 +3586,6 @@ msgstr "信用证序列" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3695,7 +3613,7 @@ msgstr "币别" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "汇兑损益调整" @@ -3826,9 +3744,8 @@ msgstr "客户" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -4052,14 +3969,13 @@ msgstr "请说明从收银机领取现金的原因。" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -4243,7 +4159,7 @@ msgstr "到期" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4271,13 +4187,13 @@ msgid "Duration" msgstr "持续时间" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4294,7 +4210,7 @@ msgstr "生效日期" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "最好的效率" @@ -4458,7 +4374,7 @@ msgid "Entries Sorted by" msgstr "分录排序 按" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "分录不是同一个科目或已经被核销。 " @@ -4470,7 +4386,7 @@ msgstr "来自发票的对账单条目" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "凭证: " @@ -4481,7 +4397,7 @@ msgid "Entry" msgstr "凭证" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "分录\"%s\"无效!" @@ -4515,7 +4431,7 @@ msgid "Entry Subscription" msgstr "分录订阅" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "分录已经对账。" @@ -4532,51 +4448,53 @@ msgid "Equity" msgstr "权益" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "错误!" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4706,7 +4624,7 @@ msgstr "增加筛选条件" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "快速核销" @@ -4729,7 +4647,7 @@ msgstr "如果把钱放进收银机,填写这张表:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "筛选" @@ -4892,7 +4810,6 @@ msgstr "替换规则" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -5120,6 +5037,12 @@ msgstr "全部会计特性:账簿,税务报告,会计科目表 等等" msgid "Future" msgstr "将来" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -5230,7 +5153,7 @@ msgid "" msgstr "定义辅助核算分录的类型。当为同一类单据(如:发票) 创建辅助核算,OpenERP将看成一个相同类型。" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "定义了全局税,但发票行中没有!" @@ -5241,8 +5164,8 @@ msgid "Go to Next Partner" msgstr "下一个业务伙伴" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5287,6 +5210,7 @@ msgstr "做得好!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "分组按" @@ -5296,11 +5220,6 @@ msgstr "分组按" msgid "Group Invoice Lines" msgstr "发票明细" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "按发票月份分组" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5325,7 +5244,6 @@ msgid "" msgstr "记住交谈者的主要特征(信息的编号,。。。),此主要特征为html格式,以便插入看板视图。" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5415,7 +5333,6 @@ msgstr "记住交谈者的主要特征(信息的编号,。。。),此主 #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5447,7 +5364,6 @@ msgstr "记住交谈者的主要特征(信息的编号,。。。),此主 #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "编号" @@ -5456,6 +5372,12 @@ msgstr "编号" msgid "Icon" msgstr "图标" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5660,7 +5582,15 @@ msgid "" msgstr "在关闭会计期间之前,请先复核本期间的会计分录。" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5749,8 +5679,8 @@ msgid "" msgstr "安装本地化财务系统以尽可能的适应本国的财务要求" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "数据不足!" @@ -5814,7 +5744,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5838,7 +5769,7 @@ msgstr "反向辅助核算余额 -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5853,7 +5784,6 @@ msgstr "发票币种" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "发票日期" @@ -5877,11 +5807,6 @@ msgstr "发票明细" msgid "Invoice Lines" msgstr "发票明细" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "月度发票" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5953,13 +5878,13 @@ msgid "Invoice paid" msgstr "发票已付清" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "发票已经支付:%s%s ,总额: %s%s (剩余:%s%s )。" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "发送发票" @@ -6076,7 +6001,7 @@ msgstr "提示发票已寄出。" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "它将花费您" @@ -6119,9 +6044,7 @@ msgstr "1" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -6133,7 +6056,7 @@ msgstr "1" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -6233,7 +6156,7 @@ msgid "Journal Item" msgstr "明细" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -6241,7 +6164,7 @@ msgid "" msgstr "期刊“%s”项目(编号:%s)不能被用于协调不平衡!" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "分类账记录 '%s' (id: %s), 过账 '%s' 已核销。" @@ -6250,7 +6173,7 @@ msgstr "分类账记录 '%s' (id: %s), 过账 '%s' 已核销。" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6300,6 +6223,11 @@ msgstr "选择分录" msgid "Journal for analytic entries" msgstr "辅助核算分录" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6408,8 +6336,8 @@ msgstr "留空使用复核(发票)日期的会计期间" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6638,11 +6566,6 @@ msgstr "最后的完整核销日期" msgid "Latest Manual Reconciliation Processed:" msgstr "最后的手工对账处理" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "设为0,将会忽略" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6701,7 +6624,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "这向导列出所有安装要设置的税" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "损失" @@ -6712,7 +6636,13 @@ msgid "Loss Account" msgstr "损益类科目(费用)" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "杂项" @@ -6800,7 +6730,7 @@ msgid "" msgstr "周期性凭证行 '%s'生成的生效日期基于业务伙伴的付款条件。请输入业务伙伴!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6850,7 +6780,7 @@ msgid "Miscellaneous" msgstr "其它" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "其它账簿" @@ -6883,6 +6813,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "修改:创建退款,核销并创建一个新的发票草稿" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6930,7 +6862,7 @@ msgid "Move bank reconcile" msgstr "对账银行凭证" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6942,7 +6874,7 @@ msgid "Move line reconcile select" msgstr "选择凭证行对账" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "会计凭证号 (id): %s (%s)" @@ -6984,8 +6916,8 @@ msgstr "新名称" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "从不" @@ -6993,7 +6925,7 @@ msgstr "从不" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "新建" @@ -7046,9 +6978,9 @@ msgid "Next supplier invoice number" msgstr "下个供应商发票编号" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -7084,19 +7016,19 @@ msgid "No Follow-up" msgstr "未跟进" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "没有发票明细" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "未定义业务伙伴!" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "没有件数!" @@ -7119,14 +7051,14 @@ msgid "No period found on the invoice." msgstr "发票上找不到期间。" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "根据输入的凭证日期没有找到期间或找到了多个期间" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "没有匹配的结果" @@ -7264,7 +7196,14 @@ msgid "" msgstr "部分金额可以加起来作为找到的平衡点来强制填充自动对账" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "确定" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7300,15 +7239,15 @@ msgid "Only One Chart Template Available" msgstr "只有一个图表模版可用。" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "只有管理员可以改变该设置" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "确认核销只能使用ctrl-enter快捷键" @@ -7356,8 +7295,8 @@ msgstr "未结的分录" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "期初余额" @@ -7379,8 +7318,8 @@ msgstr "打开反对账" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "期初余额" @@ -7408,7 +7347,7 @@ msgstr "期初余额收入科目" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "期初账户分录" @@ -7424,7 +7363,7 @@ msgid "Opening Entries Reconciliation" msgstr "打开条目核销" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7432,7 +7371,7 @@ msgid "" msgstr "正在打开的记录已经存在了。请运行“取消关闭记录”向导来取消这些记录,然后再运行这个向导。" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "期间开始" @@ -7616,8 +7555,8 @@ msgstr "部分相关的对账分录" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7657,6 +7596,11 @@ msgstr "伙伴 ID" msgid "Partner Ledger" msgstr "业务伙伴分类账" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7873,7 +7817,6 @@ msgstr "付款方式的百分比必须在0和1之间,例如:0.02 表示 2%" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7888,7 +7831,7 @@ msgstr "付款方式的百分比必须在0和1之间,例如:0.02 表示 2%" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7997,31 +7940,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "请将“日志”设为银行报表" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "请创建发票明细。" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "请定义日志序列" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "请为这张发票对应的凭证簿选择编号规则" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "请检查在分录中已定义科目。" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -8158,13 +8101,10 @@ msgstr "形式发票" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -8182,6 +8122,11 @@ msgstr "产品分类" msgid "Product Information" msgstr "产品信息" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -8189,7 +8134,6 @@ msgstr "产品模板" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "产品计量单位" @@ -8200,21 +8144,22 @@ msgid "Products Quantity" msgstr "产品数量" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "利润" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "损益表(费用)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "损益表(收益)" @@ -8285,7 +8230,7 @@ msgid "Purchase" msgstr "采购" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "采购分录" @@ -8296,7 +8241,7 @@ msgid "Purchase Refund" msgstr "采购退款" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "采购退货分录" @@ -8307,7 +8252,7 @@ msgid "Purchase Tax" msgstr "购置税" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "采购税 %.2f%%" @@ -8358,16 +8303,10 @@ msgstr "Python代码" msgid "Python Code (reverse)" msgstr "Python代码(reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "数量" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8497,6 +8436,13 @@ msgstr "补差额时对账" msgid "Reconcile Writeoff" msgstr "补差额核销" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8520,7 +8466,7 @@ msgstr "已对账处理" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8589,6 +8535,7 @@ msgstr "单号" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8623,7 +8570,7 @@ msgstr "参考/描述" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8778,7 +8725,10 @@ msgid "Reset to Draft" msgstr "重置为草稿" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "余额" @@ -8797,7 +8747,6 @@ msgstr "现金结余额" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "负责人" @@ -8859,13 +8808,13 @@ msgid "Running Subscriptions" msgstr "运行中的周期性凭证" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8920,13 +8869,13 @@ msgid "Sales" msgstr "销售" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "销售分录" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "销售返还分录" @@ -8936,6 +8885,11 @@ msgstr "销售返还分录" msgid "Sales Tax(%)" msgstr "销售税(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -9088,7 +9042,7 @@ msgstr "请选择要删除年结分录的会计年度" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "选择客户" @@ -9341,7 +9295,7 @@ msgid "Smallest Text" msgstr "最小文本" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "有些分录已经被对账。" @@ -9472,7 +9426,7 @@ msgid "Start period" msgstr "开始期间" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "起始日期应在结束日期前。" @@ -9498,7 +9452,7 @@ msgid "Statement" msgstr "对账单" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "对账单 %s 已确认,分类账项已被创建." @@ -9556,11 +9510,6 @@ msgstr "统计" msgid "Status" msgstr "状态" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "结构化通信" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9619,7 +9568,7 @@ msgstr "供应商" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9645,7 +9594,7 @@ msgstr "供应商支付条款" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9687,7 +9636,7 @@ msgstr "取钱" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "核销一个交易的时间采用于平均值5秒的时间" @@ -9739,8 +9688,8 @@ msgstr "工作月" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9749,7 +9698,7 @@ msgid "Tax" msgstr "税" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "税 %.2f%%" @@ -9910,7 +9859,7 @@ msgid "Tax Use In" msgstr "税用在" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9974,7 +9923,7 @@ msgid "Taxes Report" msgstr "税务报告" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -10041,7 +9990,7 @@ msgstr "条款" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "平均" @@ -10069,19 +10018,19 @@ msgid "The account basis of the tax declaration." msgstr "纳税申报的计税基准科目" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "这分录明细不是在有效的状态" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "该账户未作合并的定义" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "帐户的集中程度(%s)已确认。" @@ -10114,7 +10063,14 @@ msgid "" msgstr "第二货币的金额总额,在借时为正;在贷时为负。" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "银行对账行已经被核销。" @@ -10325,7 +10281,7 @@ msgid "" msgstr "账簿分录上的科目要求输入一个外币。你可以在科目设置中去掉这个外币或在账簿设置上选择一个支持多币种的输入界面。" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10356,7 +10312,7 @@ msgid "" msgstr "序列字段用于税从低到高排序, 如果税中有子税这排序是重要的" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10392,13 +10348,19 @@ msgid "" msgstr "当前不存在没科目表的公司。因此,向导不执行。" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." -msgstr "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." +msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10406,7 +10368,7 @@ msgid "" msgstr "未定义 \"%s\" 分录的默认贷方科目。" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10426,7 +10388,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "该产品 \"%s\" (id:%d) 未定义收入科目。" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10434,13 +10396,13 @@ msgid "" msgstr "没有定义开始/结束期间,请予创建以设定期初余额。" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "模版科目没有上级代码" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10450,7 +10412,7 @@ msgstr "" "请在设置/期间设置会计年度。" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10661,6 +10623,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "这个字段用于生成法定的会计报告:损益表 和 资产负债表" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10707,7 +10677,7 @@ msgid "" msgstr "这是业务伙伴的余额,您应该检查出那个已对账那个未对账。这数字计算当前业务伙伴要对账部分。" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10715,7 +10685,7 @@ msgid "" msgstr "分录已经包含了这个会计区间的项目,因此你不嫩修改它的公司字段" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10868,7 +10838,7 @@ msgstr "这向导将使指定的会计期间和分录的所有会计分录生效 #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "提示:点击 Ctrl + Enter来验证整个表。" @@ -10906,16 +10876,18 @@ msgid "To Review" msgstr "审查" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "整个公司的帐目关联是一样的。" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10926,6 +10898,7 @@ msgstr "整个公司的帐目关联是一样的。" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "合计" @@ -11056,7 +11029,7 @@ msgstr "合计:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "交易" @@ -11104,7 +11077,6 @@ msgstr "True" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -11120,13 +11092,13 @@ msgid "Type Controls" msgstr "类型控制" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "不能适应初始余额(负数)" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "税收无法更改" @@ -11150,6 +11122,11 @@ msgid "" "created." msgstr "发票创建时自动计算出唯一的发票编号" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11344,18 +11321,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "用户" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11446,36 +11422,37 @@ msgstr "辅助核算明细视图" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "警告" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "警告 !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11518,7 +11495,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "哇,太快了!" @@ -11574,7 +11551,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "补差额" @@ -11601,7 +11578,7 @@ msgid "Write-Off amount" msgstr "补差额金额" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "错误的模型!" @@ -11634,6 +11611,17 @@ msgstr "年合计" msgid "Yes" msgstr "是" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11642,13 +11630,13 @@ msgid "" msgstr "您可以勾选此,标记分录的明细正与相关业务伙伴在争议中。" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "你不能在关闭的记帐期间添加或修改分录%s of journal %s." #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "你不能重新打开属于一个已关闭的财务年的会计区间" @@ -11689,7 +11677,7 @@ msgid "" msgstr "您可以在这里输入一个将用于在合并父税事务金额时系数,例如:1为加,-1为减。" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11710,7 +11698,7 @@ msgstr "" "例如:日期为 %(date)s 的定期发生凭证" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11718,13 +11706,13 @@ msgid "" msgstr "已部分付款的发票,不能取消。请先撤销相关的付款核销。" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "不能更改包含分类账项的科目编号" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11732,13 +11720,13 @@ msgid "" msgstr "你不能修改已经存在分类账项的公司帐户。" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "你不能修改税,你需要删去并且重建这一行" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11746,7 +11734,7 @@ msgid "" msgstr "已包含分类账项的已关闭科目,不能更改科目类别" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11754,7 +11742,7 @@ msgid "" msgstr "不能改变科目类型为'%s' ,因为他已经有了分类账项!" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11793,13 +11781,13 @@ msgid "" msgstr "在每个会计期间,你不可以创建1个以上的总凭证簿" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "你不可以废除一个含有分类帐项的科目。" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "你不能删除已经登帐的账簿分录\"%s\"." @@ -11822,7 +11810,7 @@ msgid "" msgstr "你不可以删除非草稿和非取消状态的发票,而是应该退款。" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11833,7 +11821,7 @@ msgstr "" "%s." #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11844,7 +11832,7 @@ msgstr "" "%s" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11852,7 +11840,7 @@ msgid "" msgstr "不能修改已经记账的凭证项,首先设置分类账允许取消" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "不能编辑或删除该时期有记录的分类账。" @@ -11865,13 +11853,13 @@ msgid "" msgstr "如果币种与公司的币种相同,不能设置为第二币种。" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "你不能删除含有分类账项的科目。" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11879,7 +11867,7 @@ msgid "" msgstr "客户或供应商的账户,不能删除 或 禁用。" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11888,14 +11876,14 @@ msgid "" msgstr "由已开或已关闭会计年度程序生成的分类账项,必须核销。" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "不能使用未生效账户" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11903,7 +11891,7 @@ msgid "" msgstr "你不可将普通帐户用于日帐、核对相关日帐的“分录控制”帐单。" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11915,7 +11903,7 @@ msgstr "" "最后的支付条款行应该是“余额”。" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11923,13 +11911,13 @@ msgid "" msgstr "你不能核准这个分类账分录,因为科目 \"%s\" 不属于科目表 \"%s\"." #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "你没有权限打开这个 %s 分类账。" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "模型中存在错误的表达式 \"%(...)s\"" @@ -11943,8 +11931,8 @@ msgid "" msgstr "缺少相应的参数计算初期平衡,请选择相应的会计期间和分录。" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11959,14 +11947,14 @@ msgid "" msgstr "为了对账,您必须在分录中定义一个银行帐号。" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "必须提供一个来记录中断或汇率产生的差异。" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11984,7 +11972,7 @@ msgstr "在生成开账分录之后必须设置分类账的结束年度。" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "至少选择1个记录。" @@ -11996,7 +11984,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "你必须定义一个类型为 '%s'的成本账簿!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "你必须先选择一个业务伙伴!" @@ -12020,7 +12008,7 @@ msgid "You must set a start date." msgstr "你须设置开始日期。" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -12028,13 +12016,13 @@ msgid "" msgstr "你需要一个打开的账簿,集中设置初始余额。" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "你要选择属于同一个公司的会计区间" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -12043,7 +12031,7 @@ msgid "" msgstr "你应该在会计设置配置“增益汇率帐户”,自动管理与汇率之间的差额的会计分录的预订" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -12062,7 +12050,7 @@ msgstr "你应该已经在现金注册分录上定义了一个“内部移动科 #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "本人核准" @@ -12092,7 +12080,7 @@ msgid "balance" msgstr "余额" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "改变" @@ -12143,7 +12131,7 @@ msgstr "关闭会计期间" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "按Ctrl + Enter 快捷方式来调节。" @@ -12155,7 +12143,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "每笔交易的秒数" @@ -12172,14 +12160,14 @@ msgstr "标题" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "核销" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "交易" @@ -12202,3 +12190,216 @@ msgstr "用于银行对账单,但不能使用到别处。" #: selection:account.subscription,period_type:0 msgid "year" msgstr "年" + +#~ msgid "Qty" +#~ msgstr "数量" + +#~ msgid "# of Lines" +#~ msgstr "# 明细" + +#~ msgid "#Entries" +#~ msgstr "# 项" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "按发票月份分组" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " 点击创建一个客户退款. \n" +#~ "

\n" +#~ " 退款是全部或部分借记销售发票的证明。\n" +#~ "

\n" +#~ " 可以直接从与客户相关联的发票直接生成退款,以代替手工创建客户退款。.\n" +#~ "

\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ "\n" +#~ "

Hello ${object.partner_id.name},

\n" +#~ "\n" +#~ "

A new invoice is available for you:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENCES
\n" +#~ "   Invoice number: ${object.number}
\n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   Invoice date: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
\n" +#~ "

It is also possible to directly pay with Paypal:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
\n" +#~ "

If you have any question, do not hesitate to contact us.

\n" +#~ "

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

您好 ${object.partner_id.name},

\n" +#~ "\n" +#~ "

您有一张新发票:

\n" +#~ " \n" +#~ "

\n" +#~ "   REFERENCES
\n" +#~ "   发票编号: ${object.number}
\n" +#~ "   发票合计: ${object.amount_total} " +#~ "${object.currency_id.name}
\n" +#~ "   发票日期: ${object.date_invoice}
\n" +#~ " % if object.origin:\n" +#~ "   订单号: ${object.origin}
\n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   您的联系人: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "

您可以直接使用Paypal支付:

\n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "

如果您有任何问题,请直接联系我们.

\n" +#~ "

感谢您选择 ${object.company_id.name or 'us'}!

\n" +#~ "

\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#, python-format +#~ msgid "Back to statement" +#~ msgstr "返回对账" + +#~ msgid "Commercial Partner" +#~ msgstr "商业伙伴" + +#~ msgid "Commercial Partner's Country" +#~ msgstr "商业合作伙伴的国家" + +#~ msgid "Invoice Month" +#~ msgstr "月度发票" + +#~ msgid "Leave to 0 to ignore." +#~ msgstr "设为0,将会忽略" + +#~ msgid "Structured Communication" +#~ msgstr "结构化通信" + +#, python-format +#~ msgid "There is no %s Account on the journal %s." +#~ msgstr "There is no %s Account on the journal %s." diff --git a/addons/account/i18n/zh_HK.po b/addons/account/i18n/zh_HK.po index 1cabc910d4b..ac92d478c65 100644 --- a/addons/account/i18n/zh_HK.po +++ b/addons/account/i18n/zh_HK.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"
\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -352,7 +353,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -615,7 +616,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -641,11 +642,9 @@ msgstr "" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -654,10 +653,10 @@ msgstr "" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1347,7 +1346,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1414,10 +1413,10 @@ msgstr "" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1477,8 +1476,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1802,7 +1801,7 @@ msgid "Average Rate" msgstr "" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1810,21 +1809,21 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1868,14 +1867,14 @@ msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "" @@ -1898,7 +1897,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "" @@ -2225,7 +2224,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2234,19 +2233,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "" #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2284,7 +2283,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "" @@ -2301,7 +2300,7 @@ msgstr "" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "" @@ -2356,6 +2355,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2644,6 +2644,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2686,7 +2693,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2772,22 +2779,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2937,8 +2938,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3012,7 +3013,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3399,7 +3400,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3427,7 +3427,7 @@ msgstr "" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "" @@ -3558,9 +3558,8 @@ msgstr "" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3782,14 +3781,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3973,7 +3971,7 @@ msgstr "" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4001,13 +3999,13 @@ msgid "Duration" msgstr "" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "" @@ -4024,7 +4022,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4188,7 +4186,7 @@ msgid "Entries Sorted by" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "" @@ -4200,7 +4198,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "" @@ -4211,7 +4209,7 @@ msgid "Entry" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "" @@ -4245,7 +4243,7 @@ msgid "Entry Subscription" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "" @@ -4262,51 +4260,53 @@ msgid "Equity" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4422,7 +4422,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4445,7 +4445,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4608,7 +4608,6 @@ msgstr "" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4833,6 +4832,12 @@ msgstr "" msgid "Future" msgstr "" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4943,7 +4948,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "" @@ -4954,8 +4959,8 @@ msgid "Go to Next Partner" msgstr "" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5000,6 +5005,7 @@ msgstr "" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5009,11 +5015,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5038,7 +5039,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5128,7 +5128,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5160,7 +5159,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5169,6 +5167,12 @@ msgstr "" msgid "Icon" msgstr "" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5365,7 +5369,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5454,8 +5466,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5519,7 +5531,8 @@ msgid "IntraCom" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5543,7 +5556,7 @@ msgstr "" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5558,7 +5571,6 @@ msgstr "" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "" @@ -5582,11 +5594,6 @@ msgstr "" msgid "Invoice Lines" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5658,13 +5665,13 @@ msgid "Invoice paid" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5779,7 +5786,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5822,9 +5829,7 @@ msgstr "" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5836,7 +5841,7 @@ msgstr "" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5936,7 +5941,7 @@ msgid "Journal Item" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5944,7 +5949,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5953,7 +5958,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6003,6 +6008,11 @@ msgstr "" msgid "Journal for analytic entries" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6111,8 +6121,8 @@ msgstr "" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6341,11 +6351,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6404,7 +6409,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6415,7 +6421,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "" @@ -6503,7 +6515,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6551,7 +6563,7 @@ msgid "Miscellaneous" msgstr "" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "" @@ -6584,6 +6596,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6631,7 +6645,7 @@ msgid "Move bank reconcile" msgstr "" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6643,7 +6657,7 @@ msgid "Move line reconcile select" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "" @@ -6685,8 +6699,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6694,7 +6708,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "" @@ -6747,9 +6761,9 @@ msgid "Next supplier invoice number" msgstr "" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6785,19 +6799,19 @@ msgid "No Follow-up" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6820,14 +6834,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -6965,7 +6979,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "確定" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "" @@ -6997,15 +7018,15 @@ msgid "Only One Chart Template Available" msgstr "" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7053,8 +7074,8 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7076,8 +7097,8 @@ msgstr "" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "" @@ -7105,7 +7126,7 @@ msgstr "" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "" @@ -7121,7 +7142,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7129,7 +7150,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "" @@ -7313,8 +7334,8 @@ msgstr "" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7354,6 +7375,11 @@ msgstr "" msgid "Partner Ledger" msgstr "" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7568,7 +7594,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7583,7 +7608,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7692,31 +7717,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7851,13 +7876,10 @@ msgstr "" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7875,6 +7897,11 @@ msgstr "" msgid "Product Information" msgstr "" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7882,7 +7909,6 @@ msgstr "" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "" @@ -7893,21 +7919,22 @@ msgid "Products Quantity" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "" @@ -7978,7 +8005,7 @@ msgid "Purchase" msgstr "" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "" @@ -7989,7 +8016,7 @@ msgid "Purchase Refund" msgstr "" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "" @@ -8000,7 +8027,7 @@ msgid "Purchase Tax" msgstr "" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "" @@ -8051,16 +8078,10 @@ msgstr "" msgid "Python Code (reverse)" msgstr "" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8190,6 +8211,13 @@ msgstr "" msgid "Reconcile Writeoff" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8213,7 +8241,7 @@ msgstr "" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8282,6 +8310,7 @@ msgstr "" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8316,7 +8345,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8471,7 +8500,10 @@ msgid "Reset to Draft" msgstr "" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "" @@ -8490,7 +8522,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "" @@ -8552,13 +8583,13 @@ msgid "Running Subscriptions" msgstr "" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "" @@ -8613,13 +8644,13 @@ msgid "Sales" msgstr "" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "" @@ -8629,6 +8660,11 @@ msgstr "" msgid "Sales Tax(%)" msgstr "" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8779,7 +8815,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9027,7 +9063,7 @@ msgid "Smallest Text" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "" @@ -9158,7 +9194,7 @@ msgid "Start period" msgstr "" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9184,7 +9220,7 @@ msgid "Statement" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "" @@ -9242,11 +9278,6 @@ msgstr "" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9305,7 +9336,7 @@ msgstr "" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9331,7 +9362,7 @@ msgstr "" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9373,7 +9404,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9425,8 +9456,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9435,7 +9466,7 @@ msgid "Tax" msgstr "稅項" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "" @@ -9596,7 +9627,7 @@ msgid "Tax Use In" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9658,7 +9689,7 @@ msgid "Taxes Report" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9723,7 +9754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9749,19 +9780,19 @@ msgid "The account basis of the tax declaration." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9794,7 +9825,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10003,7 +10041,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10034,7 +10072,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10068,13 +10106,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10082,7 +10126,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10102,7 +10146,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10110,13 +10154,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10124,7 +10168,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10313,6 +10357,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10357,7 +10409,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10365,7 +10417,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10511,7 +10563,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10549,16 +10601,18 @@ msgid "To Review" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10569,6 +10623,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "" @@ -10699,7 +10754,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "" @@ -10747,7 +10802,6 @@ msgstr "正確" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10763,13 +10817,13 @@ msgid "Type Controls" msgstr "" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10793,6 +10847,11 @@ msgid "" "created." msgstr "" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -10980,18 +11039,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11082,36 +11140,37 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "警告!" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11152,7 +11211,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11206,7 +11265,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "" @@ -11233,7 +11292,7 @@ msgid "Write-Off amount" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11266,6 +11325,17 @@ msgstr "" msgid "Yes" msgstr "" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11274,13 +11344,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11321,7 +11391,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11335,7 +11405,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11343,13 +11413,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11357,13 +11427,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11371,7 +11441,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11379,7 +11449,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11418,13 +11488,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "" @@ -11447,7 +11517,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11456,7 +11526,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11465,7 +11535,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11473,7 +11543,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11486,13 +11556,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11500,7 +11570,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11509,14 +11579,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11524,7 +11594,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11533,7 +11603,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11541,13 +11611,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11561,8 +11631,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11577,14 +11647,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11602,7 +11672,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11614,7 +11684,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11638,7 +11708,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11646,13 +11716,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11661,7 +11731,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11680,7 +11750,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11706,7 +11776,7 @@ msgid "balance" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11756,7 +11826,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11768,7 +11838,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11785,14 +11855,14 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" diff --git a/addons/account/i18n/zh_TW.po b/addons/account/i18n/zh_TW.po index d5f61505d2c..9a51c1d6888 100644 --- a/addons/account/i18n/zh_TW.po +++ b/addons/account/i18n/zh_TW.po @@ -7,15 +7,100 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:45+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account +#: model:email.template,body_html:account.email_template_edi_invoice +msgid "" +"\n" +"

\n" +"\n" +"

Hello ${object.partner_id.name},

\n" +"\n" +"

A new invoice is available for you:

\n" +" \n" +"

\n" +"   REFERENCES
\n" +"   Invoice number: ${object.number}
\n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
\n" +"   Invoice date: ${object.date_invoice}
\n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
\n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

\n" +" \n" +" % if object.paypal_url:\n" +"
\n" +"

It is also possible to directly pay with Paypal:

\n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
\n" +"

If you have any question, do not hesitate to contact us.

\n" +"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" +"
\n" +"
\n" +"
\n" +"

\n" +" ${object.company_id.name}

\n" +"
\n" +"
\n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
\n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
\n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
\n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
\n" +" % endif\n" +"
\n" +" % if object.company_id.phone:\n" +"
\n" +" Phone:  ${object.company_id.phone}\n" +"
\n" +" % endif\n" +" % if object.company_id.website:\n" +"
\n" +" Web : ${object.company_id.website}\n" +"
\n" +" %endif\n" +"

\n" +"
\n" +"
\n" +" " +msgstr "" #. module: account #: help:account.invoice,state:0 @@ -32,11 +117,16 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1442 +#: code:addons/account/account.py:1455 #, python-format msgid " Centralisation" msgstr "" +#. module: account +#: field:analytic.entries.report,nbr:0 +msgid "# Entries" +msgstr "" + #. module: account #: field:account.chart.template,code_digits:0 #: field:account.config.settings,code_digits:0 @@ -50,13 +140,13 @@ msgid "# of Entries" msgstr "" #. module: account -#: field:account.entries.report,nbr:0 -msgid "# of Items" -msgstr "明細數" +#: field:account.invoice.report,nbr:0 +msgid "# of Invoices" +msgstr "" #. module: account -#: field:account.invoice.report,nbr:0 -msgid "# of Lines" +#: field:account.entries.report,nbr:0 +msgid "# of Items" msgstr "明細數" #. module: account @@ -69,11 +159,6 @@ msgstr "" msgid "# of Transaction" msgstr "# 處理" -#. module: account -#: field:analytic.entries.report,nbr:0 -msgid "#Entries" -msgstr "分錄" - #. module: account #: model:email.template,subject:account.email_template_edi_invoice msgid "" @@ -81,15 +166,15 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1834 +#: code:addons/account/account.py:1848 #, python-format msgid "%s (Copy)" msgstr "" #. module: account -#: code:addons/account/account.py:622 -#: code:addons/account/account.py:773 -#: code:addons/account/account.py:774 +#: code:addons/account/account.py:635 +#: code:addons/account/account.py:786 +#: code:addons/account/account.py:787 #, python-format msgid "%s (copy)" msgstr "%s(副本)" @@ -180,90 +265,6 @@ msgstr "" msgid ": Trial Balance" msgstr "" -#. module: account -#: model:email.template,body_html:account.email_template_edi_invoice -msgid "" -"
\n" -"\n" -"

Hello ${object.partner_id.name},

\n" -"\n" -"

A new invoice is available for you:

\n" -" \n" -"

\n" -"   REFERENCES
\n" -"   Invoice number: ${object.number}
\n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
\n" -"   Invoice date: ${object.date_invoice}
\n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
\n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

\n" -" \n" -" % if object.paypal_url:\n" -"
\n" -"

It is also possible to directly pay with Paypal:

\n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
\n" -"

If you have any question, do not hesitate to contact us.

\n" -"

Thank you for choosing ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Phone:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " -msgstr "" - #. module: account #: model:ir.actions.act_window,help:account.action_account_period msgid "" @@ -359,7 +360,7 @@ msgstr "" #: model:ir.actions.act_window,help:account.action_invoice_tree3 msgid "" "

\n" -" Click to create a customer refund. \n" +" Click to create a customer refund.\n" "

\n" " A refund is a document that credits an invoice completely " "or\n" @@ -370,14 +371,6 @@ msgid "" "

\n" " " msgstr "" -"

\n" -" 點擊以建立客戶退款單 \n" -"

\n" -" 退款單為紀錄發票(請款單)全部或部分退回的文件。\n" -"

\n" -" 除了手動建立客戶退款單,您也可以直接從相關的發票產生。\n" -"

\n" -" " #. module: account #: model:ir.actions.act_window,help:account.action_move_journal_line @@ -636,7 +629,7 @@ msgstr "" "不能建立新的分錄或發生稅額變動請關閉會計期間。" #. module: account -#: code:addons/account/account_bank_statement.py:733 +#: code:addons/account/account_bank_statement.py:694 #, python-format msgid "A selected move line was already reconciled." msgstr "" @@ -662,11 +655,9 @@ msgstr "科目類型" #: view:account.account:account.view_account_search #: field:account.automatic.reconcile,writeoff_acc_id:0 #: field:account.bank.statement.line,account_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,account_id:0 #: field:account.invoice,account_id:0 #: field:account.invoice.line,account_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,account_id:0 #: field:account.journal,account_control_ids:0 #: field:account.model.line,account_id:0 @@ -675,10 +666,10 @@ msgstr "科目類型" #: field:account.move.line.reconcile.select,account_id:0 #: field:account.move.line.unreconcile.select,account_id:0 #: field:account.statement.operation.template,account_id:0 -#: code:addons/account/static/src/js/account_widgets.js:48 -#: code:addons/account/static/src/js/account_widgets.js:54 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:121 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:158 +#: code:addons/account/static/src/js/account_widgets.js:57 +#: code:addons/account/static/src/js/account_widgets.js:63 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:137 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,account_id:0 #: model:ir.model,name:account.model_account_account @@ -1368,7 +1359,7 @@ msgid "" msgstr "所有選擇的分錄將生效並過帳,這意味著您將不能修改它們。" #. module: account -#: code:addons/account/account_bank_statement.py:345 +#: code:addons/account/account_bank_statement.py:347 #, python-format msgid "" "All the account entries lines must be processed in order to close the " @@ -1435,10 +1426,10 @@ msgstr "總是" #: field:account.tax,amount:0 #: field:account.tax.template,amount:0 #: xsl:account.transfer:0 -#: code:addons/account/static/src/js/account_widgets.js:91 -#: code:addons/account/static/src/js/account_widgets.js:96 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 +#: code:addons/account/static/src/js/account_widgets.js:100 +#: code:addons/account/static/src/js/account_widgets.js:105 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:136 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:analytic.entries.report,amount:0 #: field:cash.box.in,amount:0 #: field:cash.box.out,amount:0 @@ -1498,8 +1489,8 @@ msgstr "輔助核算" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:104 -#: code:addons/account/static/src/js/account_widgets.js:111 +#: code:addons/account/static/src/js/account_widgets.js:113 +#: code:addons/account/static/src/js/account_widgets.js:120 #, python-format msgid "Analytic Acc." msgstr "" @@ -1823,7 +1814,7 @@ msgid "Average Rate" msgstr "平均匯率" #. module: account -#: code:addons/account/account.py:3423 +#: code:addons/account/account.py:3437 #: code:addons/account/account_bank.py:94 #, python-format msgid "BNK" @@ -1831,21 +1822,21 @@ msgstr "BNK" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:53 #, python-format -msgid "Back to statement" +msgid "Back to statements list" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "Bad Account!" msgstr "壞帳!" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "Bad Total!" msgstr "" @@ -1889,14 +1880,14 @@ msgstr "資產負債表" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:195 +#: code:addons/account/account.py:208 #, python-format msgid "Balance Sheet (Asset account)" msgstr "資產負債表(資產帳戶)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:196 +#: code:addons/account/account.py:209 #, python-format msgid "Balance Sheet (Liability account)" msgstr "資產負債表" @@ -1919,7 +1910,7 @@ msgstr "" #. module: account #: model:account.account.type,name:account.data_account_type_bank #: selection:account.bank.accounts.wizard,account_type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Bank" msgstr "銀行" @@ -2246,7 +2237,7 @@ msgid "" msgstr "無法 %s 已調節發票, 發票需先做反調節作業。這張發票只能做退款動作。" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "" "Cannot create an automatic sequence for this piece.\n" @@ -2255,19 +2246,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1528 +#: code:addons/account/account.py:1541 #, python-format msgid "Cannot create move with currency different from .." msgstr "無法產生調動幣別不同於..." #. module: account -#: code:addons/account/account.py:1524 +#: code:addons/account/account.py:1537 #, python-format msgid "Cannot create moves for different companies." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:823 +#: code:addons/account/account_invoice.py:818 #, python-format msgid "" "Cannot create the invoice.\n" @@ -2305,7 +2296,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:3442 #, python-format msgid "Cannot generate an unused journal code." msgstr "不能生成一個未使用的憑證代碼。" @@ -2322,7 +2313,7 @@ msgstr "事務編碼" #: selection:account.bank.accounts.wizard,account_type:0 #: selection:account.entries.report,type:0 #: selection:account.journal,type:0 -#: code:addons/account/account.py:3044 +#: code:addons/account/account.py:3058 #, python-format msgid "Cash" msgstr "現金" @@ -2377,6 +2368,7 @@ msgid "Category" msgstr "" #. module: account +#: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,categ_id:0 msgid "Category of Product" @@ -2665,6 +2657,13 @@ msgstr "" msgid "Choose Fiscal Year" msgstr "選擇會計年度" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1257 +#, python-format +msgid "Choose counterpart" +msgstr "" + #. module: account #: view:account.automatic.reconcile:account.account_automatic_reconcile_view1 #: view:account.bank.statement:account.view_bank_statement_form @@ -2707,7 +2706,7 @@ msgstr "會計年度和會計期間為關閉狀態" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:43 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:54 #, python-format msgid "Close the statement" msgstr "" @@ -2793,22 +2792,16 @@ msgstr "" msgid "Commercial Entity" msgstr "" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner" -msgstr "" - -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Commercial Partner's Country" -msgstr "" - #. module: account #: model:ir.actions.act_window,name:account.action_account_common_menu msgid "Common Report" msgstr "合併報表" +#. module: account +#: field:account.bank.statement.line,name:0 +msgid "Communication" +msgstr "溝通" + #. module: account #: model:ir.model,name:account.model_res_company msgid "Companies" @@ -2958,8 +2951,8 @@ msgid "Configuration Error" msgstr "" #. module: account -#: code:addons/account/account.py:3504 -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account.py:3518 +#: code:addons/account/account_bank_statement.py:329 #: code:addons/account/account_invoice.py:564 #, python-format msgid "Configuration Error!" @@ -3033,7 +3026,7 @@ msgstr "已確認" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:342 +#: code:addons/account/static/src/js/account_widgets.js:499 #, python-format msgid "Congrats, you're all done !" msgstr "" @@ -3420,7 +3413,6 @@ msgstr "" #: field:account.bank.statement,currency:0 #: field:account.bank.statement.line,currency_id:0 #: field:account.chart.template,currency_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,currency_id:0 #: field:account.invoice,currency_id:0 #: field:account.invoice.report,currency_id:0 @@ -3448,7 +3440,7 @@ msgstr "幣別" #. module: account #: selection:account.move.line,centralisation:0 -#: code:addons/account/account.py:1483 +#: code:addons/account/account.py:1496 #, python-format msgid "Currency Adjustment" msgstr "匯兌損益調整" @@ -3579,9 +3571,8 @@ msgstr "客戶/供應商" #: selection:account.vat.declaration,filter:0 #: selection:accounting.report,filter:0 #: selection:accounting.report,filter_cmp:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:116 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 -#: view:analytic.entries.report:account.view_analytic_entries_report_search +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:132 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 #: field:analytic.entries.report,date:0 #: view:website:account.report_analyticjournal #: view:website:account.report_generalledger @@ -3803,14 +3794,13 @@ msgstr "" #. openerp-web #: view:account.account.type:account.view_account_type_form #: field:account.account.type,note:0 -#: field:account.bank.statement.line,name:0 #: field:account.invoice.line,name:0 #: field:account.payment.term,note:0 #: view:account.tax.code:account.view_tax_code_form #: field:account.tax.code,info:0 #: view:account.tax.code.template:account.view_tax_code_template_form #: field:account.tax.code.template,info:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:119 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:135 #: field:analytic.entries.report,name:0 #: field:report.invoice.created,name:0 #: view:website:account.report_invoice_document @@ -3994,7 +3984,7 @@ msgstr "到期" #. openerp-web #: field:account.invoice,date_due:0 #: field:account.invoice.report,date_due:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:162 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:163 #: field:report.invoice.created,date_due:0 #, python-format msgid "Due Date" @@ -4022,13 +4012,13 @@ msgid "Duration" msgstr "持續時間" #. module: account -#: code:addons/account/account.py:3170 +#: code:addons/account/account.py:3184 #, python-format msgid "ECNJ" msgstr "ECNJ" #. module: account -#: code:addons/account/account.py:3168 +#: code:addons/account/account.py:3182 #, python-format msgid "EXJ" msgstr "EXJ" @@ -4045,7 +4035,7 @@ msgstr "生效日期" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:346 +#: code:addons/account/static/src/js/account_widgets.js:503 #, python-format msgid "Efficiency at its finest" msgstr "" @@ -4209,7 +4199,7 @@ msgid "Entries Sorted by" msgstr "排序依據:" #. module: account -#: code:addons/account/account_move_line.py:871 +#: code:addons/account/account_move_line.py:965 #, python-format msgid "Entries are not of the same account or already reconciled ! " msgstr "不同科目或已核銷的分錄! " @@ -4221,7 +4211,7 @@ msgstr "" #. module: account #: code:addons/account/account_analytic_line.py:148 -#: code:addons/account/account_move_line.py:973 +#: code:addons/account/account_move_line.py:1070 #, python-format msgid "Entries: " msgstr "分錄: " @@ -4232,7 +4222,7 @@ msgid "Entry" msgstr "憑證" #. module: account -#: code:addons/account/account_move_line.py:849 +#: code:addons/account/account_move_line.py:943 #, python-format msgid "Entry \"%s\" is not valid !" msgstr "分錄\"%s\"無效!" @@ -4266,7 +4256,7 @@ msgid "Entry Subscription" msgstr "週期性分錄" #. module: account -#: code:addons/account/account_move_line.py:873 +#: code:addons/account/account_move_line.py:967 #, python-format msgid "Entry is already reconciled." msgstr "分錄已經調節完畢。" @@ -4283,51 +4273,53 @@ msgid "Equity" msgstr "權益" #. module: account -#: code:addons/account/account_move_line.py:871 -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:965 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "Error" msgstr "錯誤" #. module: account -#: code:addons/account/account.py:409 -#: code:addons/account/account.py:414 -#: code:addons/account/account.py:431 -#: code:addons/account/account.py:644 -#: code:addons/account/account.py:646 -#: code:addons/account/account.py:1067 -#: code:addons/account/account.py:1069 -#: code:addons/account/account.py:1111 -#: code:addons/account/account.py:1281 -#: code:addons/account/account.py:1295 -#: code:addons/account/account.py:1319 -#: code:addons/account/account.py:1326 -#: code:addons/account/account.py:1524 -#: code:addons/account/account.py:1528 -#: code:addons/account/account.py:1615 -#: code:addons/account/account.py:2301 -#: code:addons/account/account.py:2615 -#: code:addons/account/account.py:3428 +#: code:addons/account/account.py:422 +#: code:addons/account/account.py:427 +#: code:addons/account/account.py:444 +#: code:addons/account/account.py:657 +#: code:addons/account/account.py:659 +#: code:addons/account/account.py:1080 +#: code:addons/account/account.py:1082 +#: code:addons/account/account.py:1124 +#: code:addons/account/account.py:1294 +#: code:addons/account/account.py:1308 +#: code:addons/account/account.py:1332 +#: code:addons/account/account.py:1339 +#: code:addons/account/account.py:1537 +#: code:addons/account/account.py:1541 +#: code:addons/account/account.py:1628 +#: code:addons/account/account.py:2315 +#: code:addons/account/account.py:2629 +#: code:addons/account/account.py:3442 #: code:addons/account/account_analytic_line.py:95 #: code:addons/account/account_analytic_line.py:104 -#: code:addons/account/account_bank_statement.py:305 -#: code:addons/account/account_bank_statement.py:330 -#: code:addons/account/account_bank_statement.py:345 -#: code:addons/account/account_bank_statement.py:725 -#: code:addons/account/account_bank_statement.py:733 -#: code:addons/account/account_cash_statement.py:265 -#: code:addons/account/account_cash_statement.py:309 -#: code:addons/account/account_invoice.py:789 -#: code:addons/account/account_invoice.py:823 -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_bank_statement.py:307 +#: code:addons/account/account_bank_statement.py:332 +#: code:addons/account/account_bank_statement.py:347 +#: code:addons/account/account_bank_statement.py:422 +#: code:addons/account/account_bank_statement.py:686 +#: code:addons/account/account_bank_statement.py:694 +#: code:addons/account/account_cash_statement.py:269 +#: code:addons/account/account_cash_statement.py:313 +#: code:addons/account/account_cash_statement.py:318 +#: code:addons/account/account_invoice.py:785 +#: code:addons/account/account_invoice.py:818 +#: code:addons/account/account_invoice.py:984 #: code:addons/account/account_move_line.py:594 -#: code:addons/account/account_move_line.py:848 -#: code:addons/account/account_move_line.py:873 -#: code:addons/account/account_move_line.py:878 -#: code:addons/account/account_move_line.py:1124 -#: code:addons/account/account_move_line.py:1138 -#: code:addons/account/account_move_line.py:1140 -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:942 +#: code:addons/account/account_move_line.py:967 +#: code:addons/account/account_move_line.py:972 +#: code:addons/account/account_move_line.py:1221 +#: code:addons/account/account_move_line.py:1235 +#: code:addons/account/account_move_line.py:1237 +#: code:addons/account/account_move_line.py:1271 #: code:addons/account/report/common_report_header.py:92 #: code:addons/account/wizard/account_change_currency.py:38 #: code:addons/account/wizard/account_change_currency.py:59 @@ -4449,7 +4441,7 @@ msgstr "增加篩選條件..." #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:353 +#: code:addons/account/static/src/js/account_widgets.js:510 #, python-format msgid "Fast reconciler" msgstr "" @@ -4472,7 +4464,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:83 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:99 #, python-format msgid "Filter" msgstr "" @@ -4635,7 +4627,6 @@ msgstr "財務結構" #: field:account.common.partner.report,fiscalyear_id:0 #: field:account.common.report,fiscalyear_id:0 #: view:account.config.settings:account.view_account_config_settings -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,fiscalyear_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_search #: field:account.fiscalyear,name:0 @@ -4862,6 +4853,12 @@ msgstr "完整會計功能:日記帳、法律聲明、會計科目表,等等 msgid "Future" msgstr "前景" +#. module: account +#: field:account.config.settings,income_currency_exchange_account_id:0 +#: field:res.company,income_currency_exchange_account_id:0 +msgid "Gain Exchange Rate Account" +msgstr "" + #. module: account #: selection:account.analytic.journal,type:0 #: selection:account.journal,type:0 @@ -4972,7 +4969,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:718 +#: code:addons/account/account_invoice.py:714 #, python-format msgid "Global taxes defined, but they are not in invoice lines !" msgstr "定義了全局稅,但發票行中沒有!" @@ -4983,8 +4980,8 @@ msgid "Go to Next Partner" msgstr "移至下一個業務夥伴" #. module: account -#: code:addons/account/account.py:934 -#: code:addons/account/account.py:1027 +#: code:addons/account/account.py:947 +#: code:addons/account/account.py:1040 #: code:addons/account/account_invoice.py:443 #: code:addons/account/account_invoice.py:537 #: code:addons/account/account_invoice.py:556 @@ -5029,6 +5026,7 @@ msgstr "做得好!" #: view:account.subscription:account.view_subscription_search #: view:account.tax:account.view_account_tax_search #: view:account.tax.code.template:account.view_tax_code_template_search +#: view:account.treasury.report:account.view_account_treasury_report_search #: view:analytic.entries.report:account.view_analytic_entries_report_search msgid "Group By" msgstr "" @@ -5038,11 +5036,6 @@ msgstr "" msgid "Group Invoice Lines" msgstr "發票明細" -#. module: account -#: view:account.invoice.report:account.view_account_invoice_report_search -msgid "Group by month of Invoice Date" -msgstr "按發票月份分組" - #. module: account #: field:account.journal,groups_id:0 msgid "Groups" @@ -5067,7 +5060,6 @@ msgid "" msgstr "" #. module: account -#. openerp-web #: field:account.account,id:0 #: field:account.account.template,id:0 #: field:account.account.type,id:0 @@ -5157,7 +5149,6 @@ msgstr "" #: field:account.use.model,id:0 #: field:account.vat.declaration,id:0 #: field:accounting.report,id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:157 #: field:analytic.entries.report,id:0 #: field:cash.box.in,id:0 #: field:cash.box.out,id:0 @@ -5189,7 +5180,6 @@ msgstr "" #: field:validate.account.move,id:0 #: field:validate.account.move.lines,id:0 #: field:wizard.multi.charts.accounts,id:0 -#, python-format msgid "ID" msgstr "" @@ -5198,6 +5188,12 @@ msgstr "" msgid "Icon" msgstr "圖標" +#. module: account +#: code:addons/account/account_bank_statement.py:422 +#, python-format +msgid "If \"Amount Currency\" is specified, then \"Amount\" must be as well." +msgstr "" + #. module: account #: help:account.bank.statement,message_unread:0 #: help:account.invoice,message_unread:0 @@ -5396,7 +5392,15 @@ msgid "" msgstr "在關閉會計期間之前,請先覆核本期間的分錄。" #. module: account -#: code:addons/account/account_bank_statement.py:388 +#: code:addons/account/account_bank_statement.py:430 +#, python-format +msgid "" +"In order to delete a bank statement line, you must first cancel it to delete " +"related journal items." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:390 #, python-format msgid "" "In order to delete a bank statement, you must first cancel it to delete " @@ -5485,8 +5489,8 @@ msgid "" msgstr "安裝本地化財務系統以盡可能的適應本國的財務要求" #. module: account -#: code:addons/account/account_bank_statement.py:688 -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:644 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "Insufficient Configuration!" msgstr "" @@ -5550,7 +5554,8 @@ msgid "IntraCom" msgstr "IntraCom" #. module: account -#: code:addons/account/account_bank_statement.py:387 +#: code:addons/account/account_bank_statement.py:389 +#: code:addons/account/account_bank_statement.py:429 #: code:addons/account/wizard/account_period_close.py:52 #, python-format msgid "Invalid Action!" @@ -5574,7 +5579,7 @@ msgstr "反向輔助核算餘額 -" #: view:account.invoice:account.view_account_invoice_filter #: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.move.line,invoice:0 -#: code:addons/account/account_invoice.py:1013 +#: code:addons/account/account_invoice.py:1008 #: model:ir.model,name:account.model_account_invoice #: model:res.request.link,name:account.req_link_invoice #: view:website:account.report_invoice_document @@ -5589,7 +5594,6 @@ msgstr "發票幣別" #. module: account #: field:account.invoice,date_invoice:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:report.invoice.created,date_invoice:0 msgid "Invoice Date" msgstr "發票日期" @@ -5613,11 +5617,6 @@ msgstr "發票明細" msgid "Invoice Lines" msgstr "發票明細" -#. module: account -#: view:account.invoice:account.view_account_invoice_filter -msgid "Invoice Month" -msgstr "" - #. module: account #: field:account.invoice,internal_number:0 #: field:report.invoice.created,number:0 @@ -5689,13 +5688,13 @@ msgid "Invoice paid" msgstr "已給付發票" #. module: account -#: code:addons/account/account_invoice.py:1188 +#: code:addons/account/account_invoice.py:1183 #, python-format msgid "Invoice partially paid: %s%s of %s%s (%s%s remaining)." msgstr "發票金額已部分給付: %s%s of %s%s (餘額 %s%s )." #. module: account -#: code:addons/account/account_invoice.py:1627 +#: code:addons/account/account_invoice.py:1622 #, python-format msgid "Invoice sent" msgstr "" @@ -5812,7 +5811,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "It took you" msgstr "" @@ -5855,9 +5854,7 @@ msgstr "1月" #: field:account.bank.statement.line,journal_id:0 #: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,journal_id:0 -#: view:account.invoice:account.view_account_invoice_filter #: field:account.invoice,journal_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,journal_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal.cashbox.line,journal_id:0 @@ -5869,7 +5866,7 @@ msgstr "1月" #: field:account.move.bank.reconcile,journal_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,journal_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:159 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,journal_id:0 #: model:ir.actions.report.xml,name:account.action_report_account_journal @@ -5969,7 +5966,7 @@ msgid "Journal Item" msgstr "明細" #. module: account -#: code:addons/account/account_move_line.py:802 +#: code:addons/account/account_move_line.py:893 #, python-format msgid "" "Journal Item '%s' (id: %s) cannot be used in a reconciliation as it is not " @@ -5977,7 +5974,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:798 +#: code:addons/account/account_move_line.py:889 #, python-format msgid "Journal Item '%s' (id: %s), Move '%s' is already reconciled!" msgstr "" @@ -5986,7 +5983,7 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form #: view:account.move:account.view_move_form #: view:account.move.line:account.view_move_line_tree -#: code:addons/account/account_bank_statement.py:396 +#: code:addons/account/account_bank_statement.py:398 #: model:ir.actions.act_window,name:account.act_account_journal_2_account_move_line #: model:ir.actions.act_window,name:account.act_account_move_to_account_move_line_open #: model:ir.actions.act_window,name:account.action_account_items @@ -6036,6 +6033,11 @@ msgstr "選擇帳簿" msgid "Journal for analytic entries" msgstr "輔助核算分錄帳簿" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Journal invoices with period in current year" +msgstr "" + #. module: account #: field:account.journal.period,name:0 msgid "Journal-Period Name" @@ -6144,8 +6146,8 @@ msgstr "留空使用覆核(發票)日期的會計期間" #. module: account #. openerp-web #: field:account.statement.operation.template,label:0 -#: code:addons/account/static/src/js/account_widgets.js:63 -#: code:addons/account/static/src/js/account_widgets.js:68 +#: code:addons/account/static/src/js/account_widgets.js:72 +#: code:addons/account/static/src/js/account_widgets.js:77 #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal #, python-format @@ -6374,11 +6376,6 @@ msgstr "" msgid "Latest Manual Reconciliation Processed:" msgstr "" -#. module: account -#: help:account.statement.operation.template,amount:0 -msgid "Leave to 0 to ignore." -msgstr "" - #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" @@ -6437,7 +6434,8 @@ msgid "List of all the taxes that have to be installed by the wizard" msgstr "這精靈列出所有安裝要設置的稅" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:311 #, python-format msgid "Loss" msgstr "" @@ -6448,7 +6446,13 @@ msgid "Loss Account" msgstr "" #. module: account -#: code:addons/account/account.py:3171 +#: field:account.config.settings,expense_currency_exchange_account_id:0 +#: field:res.company,expense_currency_exchange_account_id:0 +msgid "Loss Exchange Rate Account" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3185 #, python-format msgid "MISC" msgstr "雜項" @@ -6536,7 +6540,7 @@ msgid "" msgstr "週期性分錄明細 '%s'生成的生效日期基於業務夥伴的付款條件。請輸入業務夥伴!" #. module: account -#: code:addons/account/account.py:2301 +#: code:addons/account/account.py:2315 #, python-format msgid "" "Maturity date of entry line generated by model line '%s' of model '%s' is " @@ -6586,7 +6590,7 @@ msgid "Miscellaneous" msgstr "其它" #. module: account -#: code:addons/account/account.py:3163 +#: code:addons/account/account.py:3177 #, python-format msgid "Miscellaneous Journal" msgstr "雜項日記帳" @@ -6619,6 +6623,8 @@ msgid "Modify: create refund, reconcile and create a new draft invoice" msgstr "變更:新增退款、調節以及建立一張新的發票草稿" #. module: account +#: view:account.treasury.report:account.view_account_treasury_report_search +#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:report.account.sales,month:0 #: field:report.account_type.sales,month:0 msgid "Month" @@ -6666,7 +6672,7 @@ msgid "Move bank reconcile" msgstr "調節銀行憑證" #. module: account -#: code:addons/account/account.py:1394 +#: code:addons/account/account.py:1407 #, python-format msgid "" "Move cannot be deleted if linked to an invoice. (Invoice: %s - Move ID:%s)" @@ -6678,7 +6684,7 @@ msgid "Move line reconcile select" msgstr "選擇移動的調節明細" #. module: account -#: code:addons/account/account_move_line.py:1136 +#: code:addons/account/account_move_line.py:1233 #, python-format msgid "Move name (id): %s (%s)" msgstr "會計憑證號 (id): %s (%s)" @@ -6720,8 +6726,8 @@ msgstr "新名稱" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1461 -#: code:addons/account/static/src/js/account_widgets.js:1467 +#: code:addons/account/static/src/js/account_widgets.js:1745 +#: code:addons/account/static/src/js/account_widgets.js:1751 #, python-format msgid "Never" msgstr "" @@ -6729,7 +6735,7 @@ msgstr "" #. module: account #. openerp-web #: selection:account.bank.statement,state:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:95 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:111 #, python-format msgid "New" msgstr "新建" @@ -6782,9 +6788,9 @@ msgid "Next supplier invoice number" msgstr "下一個供應商發票號碼" #. module: account -#: code:addons/account/account.py:2289 +#: code:addons/account/account.py:2303 #: code:addons/account/account_invoice.py:92 -#: code:addons/account/account_invoice.py:666 +#: code:addons/account/account_invoice.py:662 #: code:addons/account/account_move_line.py:192 #, python-format msgid "No Analytic Journal!" @@ -6820,19 +6826,19 @@ msgid "No Follow-up" msgstr "無需後續作業" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "No Invoice Lines!" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "No Partner Defined!" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1203 +#: code:addons/account/account_move_line.py:1300 #, python-format msgid "No Piece Number!" msgstr "" @@ -6855,14 +6861,14 @@ msgid "No period found on the invoice." msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1271 #, python-format msgid "No period found or more than one period found for the given date." msgstr "根據輸入的日期沒有找到期間或找到了多個期間" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:104 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:120 #, python-format msgid "No result matching '" msgstr "" @@ -7000,7 +7006,14 @@ msgid "" msgstr "部分金額可以加起來作為找到的平衡點來強制填充自動調節" #. module: account -#: code:addons/account/account.py:3172 +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:21 +#, python-format +msgid "OK" +msgstr "" + +#. module: account +#: code:addons/account/account.py:3186 #, python-format msgid "OPEJ" msgstr "OPEJ" @@ -7032,15 +7045,15 @@ msgid "Only One Chart Template Available" msgstr "只有一個圖表範本可用" #. module: account -#: code:addons/account/account.py:3365 -#: code:addons/account/res_config.py:288 +#: code:addons/account/account.py:3379 +#: code:addons/account/res_config.py:310 #, python-format msgid "Only administrators can change the settings" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:347 +#: code:addons/account/static/src/js/account_widgets.js:504 #, python-format msgid "Only use the ctrl-enter shortcut to validate reconciliations." msgstr "" @@ -7088,8 +7101,8 @@ msgstr "未結的帳簿" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1348 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:188 +#: code:addons/account/static/src/js/account_widgets.js:1628 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:193 #, python-format msgid "Open balance" msgstr "" @@ -7111,8 +7124,8 @@ msgstr "開啟反核銷" #. module: account #: view:account.bank.statement:account.view_bank_statement_form2 -#: code:addons/account/account.py:422 -#: code:addons/account/account.py:434 +#: code:addons/account/account.py:435 +#: code:addons/account/account.py:447 #, python-format msgid "Opening Balance" msgstr "期初餘額" @@ -7140,7 +7153,7 @@ msgstr "期初餘額收入科目" #. module: account #: field:account.fiscalyear.close,journal_id:0 -#: code:addons/account/account.py:3164 +#: code:addons/account/account.py:3178 #, python-format msgid "Opening Entries Journal" msgstr "帳簿的開帳分錄" @@ -7156,7 +7169,7 @@ msgid "Opening Entries Reconciliation" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1042 +#: code:addons/account/account_move_line.py:1139 #, python-format msgid "" "Opening Entries have already been generated. Please run \"Cancel Closing " @@ -7164,7 +7177,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:892 +#: code:addons/account/account.py:905 #, python-format msgid "Opening Period" msgstr "打開期間" @@ -7348,8 +7361,8 @@ msgstr "部分相關的核銷分錄" #: field:account.move,partner_id:0 #: view:account.move.line:account.view_account_move_line_filter #: field:account.move.line,partner_id:0 -#: code:addons/account/static/src/js/account_widgets.js:690 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:117 +#: code:addons/account/static/src/js/account_widgets.js:864 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:133 #: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,partner_id:0 #: model:ir.model,name:account.model_res_partner @@ -7389,6 +7402,11 @@ msgstr "夥伴 ID" msgid "Partner Ledger" msgstr "業務夥伴分類帳" +#. module: account +#: field:account.bank.statement.line,partner_name:0 +msgid "Partner Name" +msgstr "" + #. module: account #: selection:account.model.line,date_maturity:0 msgid "Partner Payment Term" @@ -7603,7 +7621,6 @@ msgstr "" #: view:account.bank.statement:account.view_account_bank_statement_filter #: view:account.bank.statement:account.view_bank_statement_search #: field:account.bank.statement,period_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,period_id:0 #: view:account.fiscalyear:account.view_account_fiscalyear_form #: view:account.invoice:account.view_account_invoice_filter @@ -7618,7 +7635,7 @@ msgstr "" #: field:account.subscription,period_nbr:0 #: field:account.tax.chart,period_id:0 #: field:account.treasury.report,period_id:0 -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:160 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:161 #: field:validate.account.move,period_ids:0 #, python-format msgid "Period" @@ -7727,31 +7744,31 @@ msgid "Please check that the field 'Journal' is set on the Bank Statement" msgstr "" #. module: account -#: code:addons/account/account_invoice.py:791 +#: code:addons/account/account_invoice.py:787 #, python-format msgid "Please create some invoice lines." msgstr "請建立發票明細。" #. module: account -#: code:addons/account/account.py:1295 +#: code:addons/account/account.py:1308 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account -#: code:addons/account/account_invoice.py:789 +#: code:addons/account/account_invoice.py:785 #, python-format msgid "Please define sequence on the journal related to this invoice." msgstr "請為這張發票對應的帳簿選擇編號規則" #. module: account -#: code:addons/account/account_bank_statement.py:327 +#: code:addons/account/account_bank_statement.py:329 #, python-format msgid "Please verify that an account is defined in the journal." msgstr "請確認在帳簿中的科目已定義。" #. module: account -#: code:addons/account/account_invoice.py:812 +#: code:addons/account/account_invoice.py:807 #, python-format msgid "" "Please verify the price of the invoice!\n" @@ -7886,13 +7903,10 @@ msgstr "形式發票" #. module: account #: view:account.analytic.line:account.view_account_analytic_line_filter #: field:account.analytic.line,product_id:0 -#: view:account.entries.report:account.view_account_entries_report_search #: field:account.entries.report,product_id:0 #: field:account.invoice.line,product_id:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,product_id:0 #: field:account.move.line,product_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_id:0 #: field:report.account.sales,product_id:0 #: field:report.account_type.sales,product_id:0 @@ -7910,6 +7924,11 @@ msgstr "產品分類" msgid "Product Information" msgstr "產品信息" +#. module: account +#: field:account.invoice.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: account #: model:ir.model,name:account.model_product_template msgid "Product Template" @@ -7917,7 +7936,6 @@ msgstr "產品範本" #. module: account #: field:account.entries.report,product_uom_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,product_uom_id:0 msgid "Product Unit of Measure" msgstr "產品量度單位" @@ -7928,21 +7946,22 @@ msgid "Products Quantity" msgstr "產品數量" #. module: account -#: code:addons/account/account_cash_statement.py:301 +#: code:addons/account/account_cash_statement.py:304 +#: code:addons/account/account_cash_statement.py:316 #, python-format msgid "Profit" msgstr "" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:194 +#: code:addons/account/account.py:207 #, python-format msgid "Profit & Loss (Expense account)" msgstr "損益(費用帳戶)" #. module: account #: selection:account.account.type,report_type:0 -#: code:addons/account/account.py:193 +#: code:addons/account/account.py:206 #, python-format msgid "Profit & Loss (Income account)" msgstr "損益表" @@ -8013,7 +8032,7 @@ msgid "Purchase" msgstr "採購" #. module: account -#: code:addons/account/account.py:3160 +#: code:addons/account/account.py:3174 #, python-format msgid "Purchase Journal" msgstr "採購帳簿" @@ -8024,7 +8043,7 @@ msgid "Purchase Refund" msgstr "進貨退回" #. module: account -#: code:addons/account/account.py:3162 +#: code:addons/account/account.py:3176 #, python-format msgid "Purchase Refund Journal" msgstr "進貨退回帳簿" @@ -8035,7 +8054,7 @@ msgid "Purchase Tax" msgstr "採購稅額" #. module: account -#: code:addons/account/account.py:3355 +#: code:addons/account/account.py:3369 #, python-format msgid "Purchase Tax %.2f%%" msgstr "採購稅 %.2f%%" @@ -8086,16 +8105,10 @@ msgstr "Python程式碼" msgid "Python Code (reverse)" msgstr "Python代碼(reverse)" -#. module: account -#: field:account.invoice.report,product_qty:0 -msgid "Qty" -msgstr "數量" - #. module: account #: field:account.invoice.line,quantity:0 #: field:account.model.line,quantity:0 #: field:account.move.line,quantity:0 -#: field:analytic.entries.report,unit_amount:0 #: field:report.account.sales,quantity:0 #: field:report.account_type.sales,quantity:0 #: view:website:account.report_analyticbalance @@ -8225,6 +8238,13 @@ msgstr "調節與核銷" msgid "Reconcile Writeoff" msgstr "調節時核銷" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_tour_bank_statement_reconciliation.js:8 +#, python-format +msgid "Reconcile the demo bank statement" +msgstr "" + #. module: account #: view:account.entries.report:account.view_account_entries_report_search msgid "Reconciled" @@ -8248,7 +8268,7 @@ msgstr "已調節交易" #: view:account.move.line:account.view_move_line_form #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full #: view:account.move.line.reconcile.select:account.view_account_move_line_reconcile_select -#: code:addons/account/static/src/js/account_widgets.js:17 +#: code:addons/account/static/src/js/account_widgets.js:26 #: code:addons/account/wizard/account_move_line_reconcile_select.py:45 #: model:ir.ui.menu,name:account.periodical_processing_reconciliation #, python-format @@ -8317,6 +8337,7 @@ msgstr "單號" #. module: account #: field:account.bank.statement,name:0 +#: field:account.bank.statement.line,ref:0 #: field:account.entries.report,ref:0 #: field:account.move,ref:0 #: field:account.move.line,ref:0 @@ -8351,7 +8372,7 @@ msgstr "" #: view:account.invoice:account.invoice_form #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice.report:account.view_account_invoice_report_search -#: code:addons/account/account_invoice.py:1015 +#: code:addons/account/account_invoice.py:1010 #: view:website:account.report_invoice_document #, python-format msgid "Refund" @@ -8506,7 +8527,10 @@ msgid "Reset to Draft" msgstr "重置為草稿" #. module: account +#. openerp-web +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:169 #: field:report.invoice.created,residual:0 +#, python-format msgid "Residual" msgstr "餘額" @@ -8525,7 +8549,6 @@ msgstr "" #: view:account.bank.statement:account.view_bank_statement_form2 #: view:account.invoice:account.invoice_supplier_form #: view:account.invoice:account.invoice_tree -#: view:account.invoice:account.view_account_invoice_filter msgid "Responsible" msgstr "Responsible" @@ -8587,13 +8610,13 @@ msgid "Running Subscriptions" msgstr "運行中的週期性分錄" #. module: account -#: code:addons/account/account.py:3167 +#: code:addons/account/account.py:3181 #, python-format msgid "SAJ" msgstr "SAJ" #. module: account -#: code:addons/account/account.py:3169 +#: code:addons/account/account.py:3183 #, python-format msgid "SCNJ" msgstr "SCNJ" @@ -8648,13 +8671,13 @@ msgid "Sales" msgstr "銷售" #. module: account -#: code:addons/account/account.py:3159 +#: code:addons/account/account.py:3173 #, python-format msgid "Sales Journal" msgstr "銷售帳簿" #. module: account -#: code:addons/account/account.py:3161 +#: code:addons/account/account.py:3175 #, python-format msgid "Sales Refund Journal" msgstr "銷貨折讓帳簿" @@ -8664,6 +8687,11 @@ msgstr "銷貨折讓帳簿" msgid "Sales Tax(%)" msgstr "銷項稅額(%)" +#. module: account +#: view:account.invoice.report:account.view_account_invoice_report_search +msgid "Sales Team" +msgstr "" + #. module: account #: model:ir.actions.act_window,name:account.action_report_account_sales_tree_all #: view:report.account.sales:account.view_report_account_sales_graph @@ -8816,7 +8844,7 @@ msgstr "請選擇要刪除年結分錄的會計年度" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:569 +#: code:addons/account/static/src/js/account_widgets.js:926 #, python-format msgid "Select Partner" msgstr "" @@ -9071,7 +9099,7 @@ msgid "Smallest Text" msgstr "最小文本" #. module: account -#: code:addons/account/account_move_line.py:878 +#: code:addons/account/account_move_line.py:972 #, python-format msgid "Some entries are already reconciled." msgstr "部分分錄已調節完畢。" @@ -9202,7 +9230,7 @@ msgid "Start period" msgstr "開始期間" #. module: account -#: code:addons/account/account.py:1069 +#: code:addons/account/account.py:1082 #, python-format msgid "Start period should precede then end period." msgstr "" @@ -9228,7 +9256,7 @@ msgid "Statement" msgstr "對帳單" #. module: account -#: code:addons/account/account_bank_statement.py:349 +#: code:addons/account/account_bank_statement.py:351 #, python-format msgid "Statement %s confirmed, journal items were created." msgstr "確認表單 %s, 日記帳項目已建立。" @@ -9286,11 +9314,6 @@ msgstr "統計" msgid "Status" msgstr "" -#. module: account -#: field:account.bank.statement.line,ref:0 -msgid "Structured Communication" -msgstr "" - #. module: account #: view:website:account.report_overdue_document msgid "Sub-Total :" @@ -9349,7 +9372,7 @@ msgstr "供應商" #: view:account.invoice:account.invoice_supplier_form #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1014 +#: code:addons/account/account_invoice.py:1009 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9375,7 +9398,7 @@ msgstr "供應商付款條件" #. module: account #: selection:account.invoice,type:0 #: selection:account.invoice.report,type:0 -#: code:addons/account/account_invoice.py:1016 +#: code:addons/account/account_invoice.py:1011 #: selection:report.invoice.created,type:0 #: view:website:account.report_invoice_document #, python-format @@ -9417,7 +9440,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:354 +#: code:addons/account/static/src/js/account_widgets.js:511 #, python-format msgid "Take on average less than 5 seconds to reconcile a transaction." msgstr "" @@ -9469,8 +9492,8 @@ msgstr "" #: field:account.move.line,account_tax_id:0 #: field:account.statement.operation.template,tax_id:0 #: view:account.tax:account.view_account_tax_search -#: code:addons/account/static/src/js/account_widgets.js:76 -#: code:addons/account/static/src/js/account_widgets.js:82 +#: code:addons/account/static/src/js/account_widgets.js:85 +#: code:addons/account/static/src/js/account_widgets.js:91 #: model:ir.model,name:account.model_account_tax #: view:website:account.report_invoice_document #: view:website:account.report_salepurchasejournal @@ -9479,7 +9502,7 @@ msgid "Tax" msgstr "稅額" #. module: account -#: code:addons/account/account.py:3352 +#: code:addons/account/account.py:3366 #, python-format msgid "Tax %.2f%%" msgstr "稅 %.2f%%" @@ -9640,7 +9663,7 @@ msgid "Tax Use In" msgstr "稅用在" #. module: account -#: code:addons/account/account_invoice.py:721 +#: code:addons/account/account_invoice.py:717 #, python-format msgid "" "Tax base different!\n" @@ -9704,7 +9727,7 @@ msgid "Taxes Report" msgstr "稅務報表" #. module: account -#: code:addons/account/account_invoice.py:724 +#: code:addons/account/account_invoice.py:720 #, python-format msgid "" "Taxes are missing!\n" @@ -9769,7 +9792,7 @@ msgstr "條款" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "That's on average" msgstr "" @@ -9796,19 +9819,19 @@ msgid "The account basis of the tax declaration." msgstr "納稅申報的計稅基準科目" #. module: account -#: code:addons/account/account_bank_statement.py:330 +#: code:addons/account/account_bank_statement.py:332 #, python-format msgid "The account entries lines are not in valid state." msgstr "這分錄明細不是在有效的狀態" #. module: account -#: code:addons/account/account_move_line.py:876 +#: code:addons/account/account_move_line.py:970 #, python-format msgid "The account is not defined to be reconciled !" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1019 +#: code:addons/account/account_move_line.py:1116 #, python-format msgid "The account move (%s) for centralisation has been confirmed." msgstr "" @@ -9841,7 +9864,14 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:725 +#: help:account.statement.operation.template,amount:0 +msgid "" +"The amount will count as a debit if it is negative, as a credit if it is " +"positive (except if amount type is 'Percentage of open balance')." +msgstr "" + +#. module: account +#: code:addons/account/account_bank_statement.py:686 #, python-format msgid "The bank statement line was already reconciled." msgstr "" @@ -10050,7 +10080,7 @@ msgid "" msgstr "分錄上的科目要求輸入一個外幣。你可以在科目設置中去掉這個外幣或在帳簿設置選擇一個支持多幣別的輸入界面。" #. module: account -#: code:addons/account/account_invoice.py:1384 +#: code:addons/account/account_invoice.py:1379 #, python-format msgid "" "The selected unit of measure is not compatible with the unit of measure of " @@ -10081,7 +10111,7 @@ msgid "" msgstr "序列欄位用於稅從低到高排序, 如果稅中有子稅這排序是重要的" #. module: account -#: code:addons/account/account_bank_statement.py:306 +#: code:addons/account/account_bank_statement.py:308 #, python-format msgid "" "The statement balance is incorrect !\n" @@ -10117,13 +10147,19 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:310 +#: code:addons/account/account_cash_statement.py:313 #, python-format -msgid "There is no %s Account on the journal %s." +msgid "There is no Loss Account on the journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1430 +#: code:addons/account/account_cash_statement.py:318 +#, python-format +msgid "There is no Profit Account on the journal %s." +msgstr "" + +#. module: account +#: code:addons/account/account.py:1443 #, python-format msgid "" "There is no default credit account defined \n" @@ -10131,7 +10167,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1423 +#: code:addons/account/account.py:1436 #, python-format msgid "" "There is no default debit account defined \n" @@ -10151,7 +10187,7 @@ msgid "There is no income account defined for this product: \"%s\" (id:%d)." msgstr "" #. module: account -#: code:addons/account/account.py:414 +#: code:addons/account/account.py:427 #, python-format msgid "" "There is no opening/closing period defined, please create one to set the " @@ -10159,13 +10195,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2615 +#: code:addons/account/account.py:2629 #, python-format msgid "There is no parent code for the template account." msgstr "該範本科目無父項代碼。" #. module: account -#: code:addons/account/account.py:933 +#: code:addons/account/account.py:946 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10173,7 +10209,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1026 +#: code:addons/account/account.py:1039 #, python-format msgid "" "There is no period defined for this date: %s.\n" @@ -10366,6 +10402,14 @@ msgid "" "This field is used to generate legal reports: profit and loss, balance sheet." msgstr "這個欄位用於生成法定的會計報表:損益表 和 資產負債表" +#. module: account +#: help:account.bank.statement.line,partner_name:0 +msgid "" +"This field is used to record the third party name when importing bank " +"statement in electronic format, when the partner doesn't exist yet in the " +"database (or cannot be found)." +msgstr "" + #. module: account #: help:account.partner.reconcile.process,next_partner_id:0 msgid "" @@ -10410,7 +10454,7 @@ msgid "" msgstr "這是業務夥伴的餘額,您應該檢查出那個已調節那個未調節。這數字計算當前業務夥伴要調節部分。" #. module: account -#: code:addons/account/account.py:1054 +#: code:addons/account/account.py:1067 #, python-format msgid "" "This journal already contains items for this period, therefore you cannot " @@ -10418,7 +10462,7 @@ msgid "" msgstr "此日記帳已經有此期間的項目,因此不能變更其公司欄位。" #. module: account -#: code:addons/account/account.py:786 +#: code:addons/account/account.py:799 #, python-format msgid "" "This journal already contains items, therefore you cannot modify its company " @@ -10567,7 +10611,7 @@ msgstr "這精靈將使指定的會計期間和帳簿的所有分錄生效。一 #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:24 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:35 #, python-format msgid "Tip : Hit ctrl-enter to validate the whole sheet." msgstr "" @@ -10605,16 +10649,18 @@ msgid "To Review" msgstr "審查" #. module: account -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 #, python-format msgid "To reconcile the entries company should be the same for all entries." msgstr "" #. module: account +#. openerp-web #: view:account.analytic.line:account.view_account_analytic_line_tree #: view:account.bank.statement:account.view_bank_statement_form2 #: field:account.invoice,amount_total:0 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:165 #: field:report.account.sales,amount_total:0 #: field:report.account_type.sales,amount_total:0 #: field:report.invoice.created,amount_total:0 @@ -10625,6 +10671,7 @@ msgstr "" #: view:website:account.report_invoice_document #: view:website:account.report_journal #: view:website:account.report_salepurchasejournal +#, python-format msgid "Total" msgstr "合計" @@ -10755,7 +10802,7 @@ msgstr "合計:" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:118 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:134 #, python-format msgid "Transaction" msgstr "交易" @@ -10803,7 +10850,6 @@ msgstr "真實" #: field:account.analytic.journal,type:0 #: field:account.financial.report,type:0 #: field:account.invoice,type:0 -#: view:account.invoice.report:account.view_account_invoice_report_search #: field:account.invoice.report,type:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,type:0 @@ -10819,13 +10865,13 @@ msgid "Type Controls" msgstr "類型控制" #. module: account -#: code:addons/account/account.py:431 +#: code:addons/account/account.py:444 #, python-format msgid "Unable to adapt the initial balance (negative value)." msgstr "無法採用期初餘額(負數)。" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "Unable to change tax!" msgstr "" @@ -10849,6 +10895,11 @@ msgid "" "created." msgstr "發票建立時自動計算出唯一的發票編號" +#. module: account +#: field:analytic.entries.report,unit_amount:0 +msgid "Unit Amount" +msgstr "" + #. module: account #: view:account.journal:account.view_account_journal_form msgid "Unit Of Currency Definition" @@ -11036,18 +11087,17 @@ msgstr "" #: field:account.bank.statement,user_id:0 #: view:account.journal:account.view_account_journal_search #: field:account.journal,user_id:0 -#: view:analytic.entries.report:account.view_analytic_entries_report_search #: field:analytic.entries.report,user_id:0 msgid "User" msgstr "使用者" #. module: account -#: code:addons/account/account.py:1388 -#: code:addons/account/account.py:1393 -#: code:addons/account/account.py:1422 -#: code:addons/account/account.py:1429 -#: code:addons/account/account_invoice.py:886 -#: code:addons/account/account_move_line.py:1018 +#: code:addons/account/account.py:1401 +#: code:addons/account/account.py:1406 +#: code:addons/account/account.py:1435 +#: code:addons/account/account.py:1442 +#: code:addons/account/account_invoice.py:881 +#: code:addons/account/account_move_line.py:1115 #: code:addons/account/wizard/account_automatic_reconcile.py:154 #: code:addons/account/wizard/account_fiscalyear_close.py:89 #: code:addons/account/wizard/account_fiscalyear_close.py:100 @@ -11138,36 +11188,37 @@ msgstr "輔助核算明細視圖" #. module: account #. openerp-web -#: code:addons/account/account_move_line.py:798 -#: code:addons/account/account_move_line.py:802 -#: code:addons/account/static/src/js/account_widgets.js:1477 +#: code:addons/account/account_move_line.py:889 +#: code:addons/account/account_move_line.py:893 +#: code:addons/account/static/src/js/account_widgets.js:1009 +#: code:addons/account/static/src/js/account_widgets.js:1761 #, python-format msgid "Warning" msgstr "警告" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "Warning !" msgstr "警告 !" #. module: account -#: code:addons/account/account.py:651 -#: code:addons/account/account.py:663 -#: code:addons/account/account.py:666 -#: code:addons/account/account.py:696 -#: code:addons/account/account.py:786 -#: code:addons/account/account.py:1034 -#: code:addons/account/account.py:1054 -#: code:addons/account/account_invoice.py:718 -#: code:addons/account/account_invoice.py:721 -#: code:addons/account/account_invoice.py:724 -#: code:addons/account/account_invoice.py:1383 +#: code:addons/account/account.py:664 +#: code:addons/account/account.py:676 +#: code:addons/account/account.py:679 +#: code:addons/account/account.py:709 +#: code:addons/account/account.py:799 +#: code:addons/account/account.py:1047 +#: code:addons/account/account.py:1067 +#: code:addons/account/account_invoice.py:714 +#: code:addons/account/account_invoice.py:717 +#: code:addons/account/account_invoice.py:720 +#: code:addons/account/account_invoice.py:1378 #: code:addons/account/account_move_line.py:95 -#: code:addons/account/account_move_line.py:789 -#: code:addons/account/account_move_line.py:844 -#: code:addons/account/account_move_line.py:883 -#: code:addons/account/account_move_line.py:1041 +#: code:addons/account/account_move_line.py:880 +#: code:addons/account/account_move_line.py:938 +#: code:addons/account/account_move_line.py:977 +#: code:addons/account/account_move_line.py:1138 #: code:addons/account/wizard/account_fiscalyear_close.py:62 #: code:addons/account/wizard/account_invoice_state.py:41 #: code:addons/account/wizard/account_invoice_state.py:64 @@ -11210,7 +11261,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:341 +#: code:addons/account/static/src/js/account_widgets.js:498 #, python-format msgid "Whew, that was fast !" msgstr "" @@ -11264,7 +11315,7 @@ msgstr "" #. module: account #: view:account.move.line.reconcile:account.view_account_move_line_reconcile_full -#: code:addons/account/account_move_line.py:898 +#: code:addons/account/account_move_line.py:992 #, python-format msgid "Write-Off" msgstr "補差額" @@ -11291,7 +11342,7 @@ msgid "Write-Off amount" msgstr "補差額金額" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "Wrong Model!" msgstr "" @@ -11324,6 +11375,17 @@ msgstr "年度合計" msgid "Yes" msgstr "是" +#. module: account +#. openerp-web +#: code:addons/account/static/src/js/account_widgets.js:1011 +#, python-format +msgid "" +"You are selecting transactions from both a payable and a receivable " +"account.\n" +"\n" +"In order to proceed, you first need to deselect the %s transactions." +msgstr "" + #. module: account #: help:account.move.line,blocked:0 msgid "" @@ -11332,13 +11394,13 @@ msgid "" msgstr "您可以勾選此,標記帳簿的明細正與相關業務夥伴在爭議中。" #. module: account -#: code:addons/account/account_move_line.py:1124 +#: code:addons/account/account_move_line.py:1221 #, python-format msgid "You can not add/modify entries in a closed period %s of journal %s." msgstr "" #. module: account -#: code:addons/account/account.py:1034 +#: code:addons/account/account.py:1047 #, python-format msgid "You can not re-open a period which belongs to closed fiscal year" msgstr "" @@ -11379,7 +11441,7 @@ msgid "" msgstr "您可以在這裡輸入一個將用於在合併父稅事務金額時係數,例如:1為加,-1為減。" #. module: account -#: code:addons/account/account.py:2246 +#: code:addons/account/account.py:2260 #, python-format msgid "" "You can specify year, month and date in the name of the model using the " @@ -11400,7 +11462,7 @@ msgstr "" "例如:日期為 %(date)s 的定期發生憑證" #. module: account -#: code:addons/account/account_invoice.py:989 +#: code:addons/account/account_invoice.py:984 #, python-format msgid "" "You cannot cancel an invoice which is partially paid. You need to " @@ -11408,13 +11470,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:678 +#: code:addons/account/account.py:691 #, python-format msgid "You cannot change the code of account which contains journal items!" msgstr "含有日記帳項目的會計科目無法變更科目代碼!" #. module: account -#: code:addons/account/account.py:696 +#: code:addons/account/account.py:709 #, python-format msgid "" "You cannot change the owner company of an account that already contains " @@ -11422,13 +11484,13 @@ msgid "" msgstr "你不能修改已經存在借貸項的公司帳戶。" #. module: account -#: code:addons/account/account_move_line.py:1075 +#: code:addons/account/account_move_line.py:1172 #, python-format msgid "You cannot change the tax, you should remove and recreate lines." msgstr "" #. module: account -#: code:addons/account/account.py:663 +#: code:addons/account/account.py:676 #, python-format msgid "" "You cannot change the type of account from 'Closed' to any other type as it " @@ -11436,7 +11498,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:666 +#: code:addons/account/account.py:679 #, python-format msgid "" "You cannot change the type of account to '%s' type as it contains journal " @@ -11444,7 +11506,7 @@ msgid "" msgstr "因日記帳中有項目,無法變更科目形態為 '%s' !" #. module: account -#: code:addons/account/account_invoice.py:887 +#: code:addons/account/account_invoice.py:882 #, python-format msgid "" "You cannot create an invoice on a centralized journal. Uncheck the " @@ -11483,13 +11545,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:644 +#: code:addons/account/account.py:657 #, python-format msgid "You cannot deactivate an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:1389 +#: code:addons/account/account.py:1402 #, python-format msgid "You cannot delete a posted journal entry \"%s\"." msgstr "無法刪除已登帳之日記帳分錄\"%s\"。" @@ -11512,7 +11574,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1138 +#: code:addons/account/account_move_line.py:1235 #, python-format msgid "" "You cannot do this modification on a confirmed entry. You can just change " @@ -11521,7 +11583,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_move_line.py:1140 +#: code:addons/account/account_move_line.py:1237 #, python-format msgid "" "You cannot do this modification on a reconciled entry. You can just change " @@ -11530,7 +11592,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1326 +#: code:addons/account/account.py:1339 #, python-format msgid "" "You cannot modify a posted entry of this journal.\n" @@ -11538,7 +11600,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1111 +#: code:addons/account/account.py:1124 #, python-format msgid "You cannot modify/delete a journal with entries for this period." msgstr "" @@ -11551,13 +11613,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:646 +#: code:addons/account/account.py:659 #, python-format msgid "You cannot remove an account that contains journal items." msgstr "" #. module: account -#: code:addons/account/account.py:651 +#: code:addons/account/account.py:664 #, python-format msgid "" "You cannot remove/deactivate an account which is set on a customer or " @@ -11565,7 +11627,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1615 +#: code:addons/account/account.py:1628 #, python-format msgid "" "You cannot unreconcile journal items if they has been generated by the " @@ -11574,14 +11636,14 @@ msgid "" msgstr "若該日記帳項目是由會計年度開帳/關帳程序所產生的,您不能反調節該日記帳項目。" #. module: account -#: code:addons/account/account_move_line.py:1077 -#: code:addons/account/account_move_line.py:1161 +#: code:addons/account/account_move_line.py:1174 +#: code:addons/account/account_move_line.py:1258 #, python-format msgid "You cannot use an inactive account." msgstr "無法使用未啓用的帳戶。" #. module: account -#: code:addons/account/account_move_line.py:1228 +#: code:addons/account/account_move_line.py:1325 #, python-format msgid "" "You cannot use this general account in this journal, check the tab 'Entry " @@ -11589,7 +11651,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1281 +#: code:addons/account/account.py:1294 #, python-format msgid "" "You cannot validate a non-balanced entry.\n" @@ -11598,7 +11660,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1320 +#: code:addons/account/account.py:1333 #, python-format msgid "" "You cannot validate this journal entry because account \"%s\" does not " @@ -11606,13 +11668,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_cash_statement.py:265 +#: code:addons/account/account_cash_statement.py:269 #, python-format msgid "You do not have rights to open this %s journal!" msgstr "" #. module: account -#: code:addons/account/account.py:2277 +#: code:addons/account/account.py:2291 #, python-format msgid "You have a wrong expression \"%(...)s\" in your model!" msgstr "" @@ -11626,8 +11688,8 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:2289 -#: code:addons/account/account_invoice.py:667 +#: code:addons/account/account.py:2303 +#: code:addons/account/account_invoice.py:663 #: code:addons/account/account_move_line.py:192 #, python-format msgid "You have to define an analytic journal on the '%s' journal!" @@ -11642,14 +11704,14 @@ msgid "" msgstr "為了對帳,您必須在帳簿中定義一個銀行帳號。" #. module: account -#: code:addons/account/account_move_line.py:883 +#: code:addons/account/account_move_line.py:977 #, python-format msgid "" "You have to provide an account for the write off/exchange difference entry." msgstr "" #. module: account -#: code:addons/account/account.py:3504 +#: code:addons/account/account.py:3518 #, python-format msgid "" "You have to set a code for the bank account defined on the selected chart of " @@ -11667,7 +11729,7 @@ msgstr "以「產生起始分錄」產生年度起始分錄後,您必須為此 #. module: account #. openerp-web -#: code:addons/account/static/src/js/account_widgets.js:1479 +#: code:addons/account/static/src/js/account_widgets.js:1763 #, python-format msgid "You must choose at least one record." msgstr "" @@ -11679,7 +11741,7 @@ msgid "You must define an analytic journal of type '%s'!" msgstr "你必須定義一個類型為 '%s'的輔助核算帳簿!" #. module: account -#: code:addons/account/account_invoice.py:1304 +#: code:addons/account/account_invoice.py:1299 #, python-format msgid "You must first select a partner!" msgstr "" @@ -11703,7 +11765,7 @@ msgid "You must set a start date." msgstr "" #. module: account -#: code:addons/account/account.py:409 +#: code:addons/account/account.py:422 #, python-format msgid "" "You need an Opening journal with centralisation checked to set the initial " @@ -11711,13 +11773,13 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account.py:1067 +#: code:addons/account/account.py:1080 #, python-format msgid "You should choose the periods that belong to the same company." msgstr "您應選擇歸屬於同一家公司的期間。" #. module: account -#: code:addons/account/account_bank_statement.py:692 +#: code:addons/account/account_bank_statement.py:648 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' in the accounting " @@ -11726,7 +11788,7 @@ msgid "" msgstr "" #. module: account -#: code:addons/account/account_bank_statement.py:688 +#: code:addons/account/account_bank_statement.py:644 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' in the accounting " @@ -11745,7 +11807,7 @@ msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "You validated" msgstr "" @@ -11771,7 +11833,7 @@ msgid "balance" msgstr "結餘" #. module: account -#: code:addons/account/account_bank_statement.py:695 +#: code:addons/account/account_bank_statement.py:651 #, python-format msgid "change" msgstr "" @@ -11821,7 +11883,7 @@ msgstr "關閉一個會計期間" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:33 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:44 #, python-format msgid "reconciliations with the ctrl-enter shortcut." msgstr "" @@ -11833,7 +11895,7 @@ msgstr "res_config_contents" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "seconds per transaction." msgstr "" @@ -11850,14 +11912,14 @@ msgstr "標題" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "to reconcile" msgstr "" #. module: account #. openerp-web -#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:31 +#: code:addons/account/static/src/xml/account_bank_statement_reconciliation.xml:42 #, python-format msgid "transactions." msgstr "" @@ -11880,3 +11942,37 @@ msgstr "使用於銀行對帳單調節領域,但不能使用到別處。" #: selection:account.subscription,period_type:0 msgid "year" msgstr "年度" + +#~ msgid "Qty" +#~ msgstr "數量" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "按發票月份分組" + +#~ msgid "#Entries" +#~ msgstr "分錄" + +#~ msgid "# of Lines" +#~ msgstr "明細數" + +#~ msgid "" +#~ "

\n" +#~ " Click to create a customer refund. \n" +#~ "

\n" +#~ " A refund is a document that credits an invoice completely " +#~ "or\n" +#~ " partially.\n" +#~ "

\n" +#~ " Instead of manually creating a customer refund, you\n" +#~ " can generate it directly from the related customer invoice.\n" +#~ "

\n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " 點擊以建立客戶退款單 \n" +#~ "

\n" +#~ " 退款單為紀錄發票(請款單)全部或部分退回的文件。\n" +#~ "

\n" +#~ " 除了手動建立客戶退款單,您也可以直接從相關的發票產生。\n" +#~ "

\n" +#~ " " diff --git a/addons/account_analytic_analysis/i18n/ar.po b/addons/account_analytic_analysis/i18n/ar.po index 4830232d10c..fbc3422714b 100644 --- a/addons/account_analytic_analysis/i18n/ar.po +++ b/addons/account_analytic_analysis/i18n/ar.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/bg.po b/addons/account_analytic_analysis/i18n/bg.po index 1de83d6a4f0..e7d6c0cc5e4 100644 --- a/addons/account_analytic_analysis/i18n/bg.po +++ b/addons/account_analytic_analysis/i18n/bg.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/bs.po b/addons/account_analytic_analysis/i18n/bs.po index c968aa73bb5..890ab1df19c 100644 --- a/addons/account_analytic_analysis/i18n/bs.po +++ b/addons/account_analytic_analysis/i18n/bs.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -128,73 +198,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/ca.po b/addons/account_analytic_analysis/i18n/ca.po index 79ca260e15e..b7c50a510a0 100644 --- a/addons/account_analytic_analysis/i18n/ca.po +++ b/addons/account_analytic_analysis/i18n/ca.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/cs.po b/addons/account_analytic_analysis/i18n/cs.po index 8a55c826059..deac61e5361 100644 --- a/addons/account_analytic_analysis/i18n/cs.po +++ b/addons/account_analytic_analysis/i18n/cs.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/da.po b/addons/account_analytic_analysis/i18n/da.po index 7dfd74d839a..64e77a3fcf9 100644 --- a/addons/account_analytic_analysis/i18n/da.po +++ b/addons/account_analytic_analysis/i18n/da.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/de.po b/addons/account_analytic_analysis/i18n/de.po index b7c83c2d1e1..8c348e3d5da 100644 --- a/addons/account_analytic_analysis/i18n/de.po +++ b/addons/account_analytic_analysis/i18n/de.po @@ -7,17 +7,154 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 20:41+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 09:26+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" +"\n" +"Hallo ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
KundeVertragDatumAnzahlungenKontakte
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

Die folgenden Verträge laufen demnächst ab:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

Die folgenden abgelaufenen Verträge wurden immer noch nicht " +"bearbeitet:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

Die folgenden Verträge laufen in weniger als einen Monat ab:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" Sie können alle zu erneuernden Verträge hier auffinden:\n" +"

\n" +"
    \n" +"
  • Verkauf / Abrechnung / Zu verlängernde Verträge
  • \n" +"
\n" +"

\n" +" Vielen Dank\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Automatische Email\n"
+"gesendet von Odoo\n"
+"
\n" +"\n" +" " + #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 msgid " Sum of everything that could be invoiced for this contract." @@ -158,138 +295,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" -"Hallo ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
KundeVertragDatenKontingenteAnsprechpartner
${partner.name}${account.name}${account.date_start} bis ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} " -"Einheiten\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

Die folgende Verträge laufen aus:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

Die folgenden Verträge werden verlängert:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

Die folgenden Verträge werden im kommenden Monat auslaufen:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" Sie können alle aktuellen Verträge einsehen und verlängern: \n" -"

\n" -"
    \n" -"
  • Verkauf / Abrechnung / Zu erneuernde Verträge
  • \n" -"
\n" -"

\n" -" Danke,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Automatische Email durch Odoo\n"
-"
\n" -"\n" -" " - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" @@ -641,7 +646,7 @@ msgstr "Zuletzt aktualisiert am" #. module: account_analytic_analysis #: model:res.groups,name:account_analytic_analysis.group_template_required msgid "Mandatory use of templates in contracts" -msgstr "Vertragsvorlage ist verbindlich" +msgstr "Vertragsvorlagen sind verbindlich" #. module: account_analytic_analysis #: field:sale.config.settings,group_template_required:0 diff --git a/addons/account_analytic_analysis/i18n/el.po b/addons/account_analytic_analysis/i18n/el.po index 585bb721a70..7143bc67d4d 100644 --- a/addons/account_analytic_analysis/i18n/el.po +++ b/addons/account_analytic_analysis/i18n/el.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/en_GB.po b/addons/account_analytic_analysis/i18n/en_GB.po index 2619f81cbf8..9bc56890a52 100644 --- a/addons/account_analytic_analysis/i18n/en_GB.po +++ b/addons/account_analytic_analysis/i18n/en_GB.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -117,73 +187,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/es.po b/addons/account_analytic_analysis/i18n/es.po index 11d6b20cb5d..8b9bbecddfc 100644 --- a/addons/account_analytic_analysis/i18n/es.po +++ b/addons/account_analytic_analysis/i18n/es.po @@ -7,15 +7,150 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-21 15:38+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 08:23+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:20+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" +"\n" +"Hola ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
ClienteContratoFechasUnidades prepagoContacto
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

Los siguientes contratos acaban de expirar:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

Los siguientes contratos expirados siguen sin ser procesados:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

Los siguientes contratos expirarán en menos de un mes:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" Puede comprobar todos los contratos a ser renovados usando el menú:\n" +"

\n" +"
    \n" +"
  • Ventas / Facturación / Contratos a renovar
  • \n" +"
\n" +"

\n" +" Gracias,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Correo electrónico automático de Odoo\n"
+"
\n" +"\n" +" " #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -143,136 +278,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" -"

Hola ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
ClienteContratoFechaUnidades prepagadasContacto
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} unidades\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

Los siguientes contratos han expirado:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

Los siguientes contratos expirados aún no han sido procesados: " -"

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

Los siguientes contratos expirarán en menos de un mes:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" Puede comprobar todos los contratos a renovar usando el menú:\n" -"

\n" -"
    \n" -"
  • Ventas / Facturación / Contratos a renovar
  • \n" -"
\n" -"

\n" -" Gracias,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Correo electrónico automático de Odoo\n"
-"
\n" -"\n" -" " - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/es_AR.po b/addons/account_analytic_analysis/i18n/es_AR.po index ad8acfcbafb..837f963b6b1 100644 --- a/addons/account_analytic_analysis/i18n/es_AR.po +++ b/addons/account_analytic_analysis/i18n/es_AR.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -118,73 +188,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/es_CR.po b/addons/account_analytic_analysis/i18n/es_CR.po index 7db28037f8d..cb94224b4f8 100644 --- a/addons/account_analytic_analysis/i18n/es_CR.po +++ b/addons/account_analytic_analysis/i18n/es_CR.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/es_EC.po b/addons/account_analytic_analysis/i18n/es_EC.po index 8410a64f6e7..f506ccd3216 100644 --- a/addons/account_analytic_analysis/i18n/es_EC.po +++ b/addons/account_analytic_analysis/i18n/es_EC.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/es_MX.po b/addons/account_analytic_analysis/i18n/es_MX.po index 1f96bb8fe18..2469ca4f607 100644 --- a/addons/account_analytic_analysis/i18n/es_MX.po +++ b/addons/account_analytic_analysis/i18n/es_MX.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -118,73 +188,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/es_PY.po b/addons/account_analytic_analysis/i18n/es_PY.po index 76d785c17b8..b872514a2a8 100644 --- a/addons/account_analytic_analysis/i18n/es_PY.po +++ b/addons/account_analytic_analysis/i18n/es_PY.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/et.po b/addons/account_analytic_analysis/i18n/et.po index 5587931a3ba..72f95d9f10c 100644 --- a/addons/account_analytic_analysis/i18n/et.po +++ b/addons/account_analytic_analysis/i18n/et.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/fa.po b/addons/account_analytic_analysis/i18n/fa.po index 4642dc8381c..57d6c8236b6 100644 --- a/addons/account_analytic_analysis/i18n/fa.po +++ b/addons/account_analytic_analysis/i18n/fa.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/fi.po b/addons/account_analytic_analysis/i18n/fi.po index d1777abf83c..e02e5568cd5 100644 --- a/addons/account_analytic_analysis/i18n/fi.po +++ b/addons/account_analytic_analysis/i18n/fi.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/fr.po b/addons/account_analytic_analysis/i18n/fr.po index 0759483f1bf..df1ab08997c 100644 --- a/addons/account_analytic_analysis/i18n/fr.po +++ b/addons/account_analytic_analysis/i18n/fr.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -128,73 +198,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/gl.po b/addons/account_analytic_analysis/i18n/gl.po index a3ddcf6ebcf..b51eb662f4c 100644 --- a/addons/account_analytic_analysis/i18n/gl.po +++ b/addons/account_analytic_analysis/i18n/gl.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/gu.po b/addons/account_analytic_analysis/i18n/gu.po index c9bb3806391..ac05c5a3f01 100644 --- a/addons/account_analytic_analysis/i18n/gu.po +++ b/addons/account_analytic_analysis/i18n/gu.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/hr.po b/addons/account_analytic_analysis/i18n/hr.po index 67c0c2cc09a..9161a2be55b 100644 --- a/addons/account_analytic_analysis/i18n/hr.po +++ b/addons/account_analytic_analysis/i18n/hr.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -128,73 +198,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/hu.po b/addons/account_analytic_analysis/i18n/hu.po index fcc9639ab83..636b976d583 100644 --- a/addons/account_analytic_analysis/i18n/hu.po +++ b/addons/account_analytic_analysis/i18n/hu.po @@ -7,134 +7,24 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 14:07+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: account_analytic_analysis -#: help:account.analytic.account,toinvoice_total:0 -msgid " Sum of everything that could be invoiced for this contract." -msgstr " Minden összegzése, ami számlázható erre a szerződésre." - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action -msgid "" -"

\n" -" Click here to create a template of contract.\n" -"

\n" -" Templates are used to prefigure contract/project that \n" -" can be selected by the salespeople to quickly configure " -"the\n" -" terms and conditions of the contract.\n" -"

\n" -" " -msgstr "" -"

\n" -" Kattintson szerződés sablon létrehozásához.\n" -"

\n" -" Sablonokat használ a szerződések/projektek " -"elképzelésénak kialakításához, \n" -" melyeket az értékesítő kiválaszthat és gyorsan " -"beállíthat a szerződés\n" -" feltételeihez és részleteihez.\n" -"

\n" -" " - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all -msgid "" -"

\n" -" Click to create a new contract.\n" -"

\n" -" Use contracts to follow tasks, issues, timesheets or " -"invoicing based on\n" -" work done, expenses and/or sales orders. Odoo will " -"automatically manage\n" -" the alerts for the renewal of the contracts to the right " -"salesperson.\n" -"

\n" -" " -msgstr "" - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order -msgid "" -"

\n" -" Click to create a quotation that can be converted into a " -"sales\n" -" order.\n" -"

\n" -" Use sale orders to track everything that should be invoiced\n" -" at a fix price on a contract.\n" -"

\n" -" " -msgstr "" -"

\n" -" Kattintson árajánlat létrehozásához, mely átalakítható " -"megrendeléssé.\n" -"

\n" -" Használja a megrendeléseket egy fix áras szerződések " -"számlázásának\n" -" nyomon követéséhez.\n" -"

\n" -" " - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue -msgid "" -"

\n" -" Click to define a new contract.\n" -"

\n" -" You will find here the contracts to be renewed because the\n" -" end date is passed or the working effort is higher than the\n" -" maximum authorized one.\n" -"

\n" -" Odoo automatically sets contracts to be renewed in a " -"pending\n" -" state. After the negociation, the salesman should close or " -"renew\n" -" pending contracts.\n" -"

\n" -" " -msgstr "" - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all -msgid "" -"

\n" -" You will find here timesheets and purchases you did for\n" -" contracts that can be reinvoiced to the customer. If you " -"want\n" -" to record new activities to invoice, you should use the " -"timesheet\n" -" menu instead.\n" -"

\n" -" " -msgstr "" -"

\n" -" Itt találja a szerződéséhez tartozó időbeosztást és " -"beszerzéseket,\n" -" melyeket újra számlázhat az ügyfél részére. Ha új " -"tevékenységet\n" -" szeretne felvinni a számlára, akkor inkább használja az " -"időbeosztás\n" -" menüt.\n" -"

\n" -" " +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_analysis #: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template msgid "" -"

Hello ${object.name},\n" +"\n" +"Hello ${object.name},\n" "\n" "% macro account_table(values):\n" -"

\n" +"
\n" " \n" " \n" " \n" @@ -146,7 +36,9 @@ msgid "" " % for account in accounts:\n" " \n" " \n" -" \n" +" \n" " \n" "
CustomerContract
${partner.name}${account.name}${account.name}${account.date_start} to ${account.date and account.date or " "'???'}\n" @@ -194,11 +86,215 @@ msgid "" "\n" " " msgstr "" +"\n" +"Tisztelt ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
ÜgyfélSzerződésDátumokElőrefizetett egységekKapcsolat
${partner.name}${account.name}${account.date_start} -tól ${account.date and account.date " +"or '???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

A következő szerződés éppen lejárt:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

A következő lejárt szerződések még nincsenek végrehajtva:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

A következő szerződések egy hónapon belül lehárnak:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" Meg tudja nézni a megújítandó szerződéseket ezzel a menüvel:\n" +"

\n" +"
    \n" +"
  • Értékesítések / Számlázás / Megújítandó szerződések
  • \n" +"
\n" +"

\n" +" Köszönöm,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo rendszer automatikus Email\n"
+"
\n" +"\n" +" " + +#. module: account_analytic_analysis +#: help:account.analytic.account,toinvoice_total:0 +msgid " Sum of everything that could be invoiced for this contract." +msgstr " Minden összegzése, ami számlázható erre a szerződésre." + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action +msgid "" +"

\n" +" Click here to create a template of contract.\n" +"

\n" +" Templates are used to prefigure contract/project that \n" +" can be selected by the salespeople to quickly configure " +"the\n" +" terms and conditions of the contract.\n" +"

\n" +" " +msgstr "" +"

\n" +" Kattintson szerződés sablon létrehozásához.\n" +"

\n" +" Sablonokat használ a szerződések/projektek " +"elképzelésénak kialakításához, \n" +" melyeket az értékesítő kiválaszthat és gyorsan " +"beállíthat a szerződés\n" +" feltételeihez és részleteihez.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all +msgid "" +"

\n" +" Click to create a new contract.\n" +"

\n" +" Use contracts to follow tasks, issues, timesheets or " +"invoicing based on\n" +" work done, expenses and/or sales orders. Odoo will " +"automatically manage\n" +" the alerts for the renewal of the contracts to the right " +"salesperson.\n" +"

\n" +" " +msgstr "" +"

\n" +" Kattintson új szerződés létrehozásához.\n" +"

\n" +" Használja a szerződéseket a folyamatok, ügyek, időtáblák " +"vagy számlázások \n" +" elvégzett feladatok, kiadások és/vagy vevői " +"megrendelések alapján való nyomon követésére.\n" +" Odoo rendszer automatikusan kezeli a megfelelő " +"értékesítő felé a szerződés megújítására vonatkozó \n" +" figyelmeztetéseket.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order +msgid "" +"

\n" +" Click to create a quotation that can be converted into a " +"sales\n" +" order.\n" +"

\n" +" Use sale orders to track everything that should be invoiced\n" +" at a fix price on a contract.\n" +"

\n" +" " +msgstr "" +"

\n" +" Kattintson árajánlat létrehozásához, mely átalakítható " +"megrendeléssé.\n" +"

\n" +" Használja a megrendeléseket egy fix áras szerződések " +"számlázásának\n" +" nyomon követéséhez.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue +msgid "" +"

\n" +" Click to define a new contract.\n" +"

\n" +" You will find here the contracts to be renewed because the\n" +" end date is passed or the working effort is higher than the\n" +" maximum authorized one.\n" +"

\n" +" Odoo automatically sets contracts to be renewed in a " +"pending\n" +" state. After the negociation, the salesman should close or " +"renew\n" +" pending contracts.\n" +"

\n" +" " +msgstr "" +"

\n" +" Kattintson egy új szerződés pontosításához.\n" +"

\n" +" Itt találja a megújítandó szerződéseket, mivel a határidő " +"dátum\n" +" már eltelt vagy a megoldási erőfeszítés értéke nagyobb, " +"mint\n" +" a maximum meghatározható érték.\n" +"

\n" +" Odoo automatikusan beállítja a szerződések megújítását " +"várakozó\n" +" állásba. A tárgyalás után, az értékesítőnek kell " +"véglegesíteni vagy \n" +" megújítani a szerződéseket.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all +msgid "" +"

\n" +" You will find here timesheets and purchases you did for\n" +" contracts that can be reinvoiced to the customer. If you " +"want\n" +" to record new activities to invoice, you should use the " +"timesheet\n" +" menu instead.\n" +"

\n" +" " +msgstr "" +"

\n" +" Itt találja a szerződéséhez tartozó időbeosztást és " +"beszerzéseket,\n" +" melyeket újra számlázhat az ügyfél részére. Ha új " +"tevékenységet\n" +" szeretne felvinni a számlára, akkor inkább használja az " +"időbeosztás\n" +" menüt.\n" +"

\n" +" " #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" -msgstr "" +msgstr "Könyvelési elemző/analitikai sorok" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -259,6 +355,8 @@ msgid "" "Computed using the formula: Expected on timesheets - Total invoiced on " "timesheets" msgstr "" +"A következő forma használatával kiszámolt érték: A munkaidő-kimutatásokon " +"elvárt - Teljes kiszámlázott a munkaidő-kimutatásokon" #. module: account_analytic_analysis #: help:account.analytic.account,real_margin:0 @@ -346,12 +444,12 @@ msgstr "Megújítandó szerződések" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -371,7 +469,7 @@ msgstr "Utolsó kiszámlázott költség dátuma" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_next_date:0 msgid "Date of Next Invoice" -msgstr "" +msgstr "Következő számla dátuma" #. module: account_analytic_analysis #: help:account.analytic.account,last_worked_date:0 @@ -381,17 +479,17 @@ msgstr "A gyűjtőkódon utoljára végzett munka dátuma." #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Day(s)" -msgstr "" +msgstr "Nap(ok)" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,name:0 msgid "Description" -msgstr "" +msgstr "Leírás" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End Month" -msgstr "" +msgstr "Befejezés hónapja" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -407,7 +505,7 @@ msgstr "Határidő túllépett vagy az előre kifizetett egységek elfogytak" #: code:addons/account_analytic_analysis/account_analytic_analysis.py:674 #, python-format msgid "Error!" -msgstr "" +msgstr "Hiba!" #. module: account_analytic_analysis #: field:account.analytic.account,hours_qtt_est:0 @@ -448,12 +546,12 @@ msgstr "Rögzített ár" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_invoices:0 msgid "Generate recurring invoices automatically" -msgstr "" +msgstr "Ismétlődő számla automatikus létrehozása" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account_analytic_analysis #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_user @@ -470,7 +568,7 @@ msgstr "Havonkénti óraösszesítő" #: field:account_analytic_analysis.summary.month,id:0 #: field:account_analytic_analysis.summary.user,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_analytic_analysis #: help:account.analytic.account,ca_to_invoice:0 @@ -505,12 +603,12 @@ msgstr "Folyamatban" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_invoice_line_ids:0 msgid "Invoice Lines" -msgstr "" +msgstr "Számla tételsorok" #. module: account_analytic_analysis #: help:account.analytic.account,recurring_rule_type:0 msgid "Invoice automatically repeat at specified interval" -msgstr "" +msgstr "Számlák automatikusan ismétlődnek a megadott intervallum szerint" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -540,12 +638,12 @@ msgstr "Utolsó számla dátuma" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_analytic_analysis #: model:res.groups,name:account_analytic_analysis.group_template_required @@ -566,13 +664,13 @@ msgstr "Hónap" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Month(s)" -msgstr "" +msgstr "Hónap(ok)" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:669 #, python-format msgid "No Customer Defined!" -msgstr "" +msgstr "Nincs ügyfél meghatározva!" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -639,7 +737,7 @@ msgstr "Függő szerződések" #: code:addons/account_analytic_analysis/account_analytic_analysis.py:675 #, python-format msgid "Please define a sale journal for the company \"%s\"." -msgstr "" +msgstr "Kérem határozzon meg értékesítési naplót a vállalkozáshoz \"%s\"." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -649,12 +747,12 @@ msgstr "Árlista" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,product_id:0 msgid "Product" -msgstr "" +msgstr "Termék" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,quantity:0 msgid "Quantity" -msgstr "" +msgstr "Mennyiség" #. module: account_analytic_analysis #: field:account.analytic.account,real_margin:0 @@ -669,12 +767,12 @@ msgstr "Valós fedezeti hányad (%)" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_rule_type:0 msgid "Recurrency" -msgstr "" +msgstr "Ismétlődés" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Recurring Invoices" -msgstr "" +msgstr "Ismétlődő számlák" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -697,12 +795,12 @@ msgstr "Hátralévő idő" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_interval:0 msgid "Repeat Every" -msgstr "" +msgstr "Összes ismétlése" #. module: account_analytic_analysis #: help:account.analytic.account,recurring_interval:0 msgid "Repeat every (Days/Week/Month/Year)" -msgstr "" +msgstr "Ismétlés minden (napon/héten/hónapban/évben)" #. module: account_analytic_analysis #: field:account.analytic.account,revenue_per_hour:0 @@ -713,7 +811,7 @@ msgstr "Bevétel per idő (valós)" #: code:addons/account_analytic_analysis/account_analytic_analysis.py:543 #, python-format msgid "Sales Order Lines to Invoice of %s" -msgstr "" +msgstr "Vásárlói megrendelés tételsorait a számlához %s" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -724,7 +822,7 @@ msgstr "Vevői megrendelések" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Start Month" -msgstr "" +msgstr "Kezdő hónap" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -734,7 +832,7 @@ msgstr "Állapot" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,price_subtotal:0 msgid "Sub Total" -msgstr "" +msgstr "Részösszeg" #. module: account_analytic_analysis #: help:account.analytic.account,fix_price_to_invoice:0 @@ -857,12 +955,12 @@ msgstr "Még nem számlázott idők" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,price_unit:0 msgid "Unit Price" -msgstr "" +msgstr "Egységár" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,uom_id:0 msgid "Unit of Measure" -msgstr "" +msgstr "Mennyiségi egység" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -883,7 +981,7 @@ msgstr "Felhasználó" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Week(s)" -msgstr "" +msgstr "Het(ek)" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -893,17 +991,22 @@ msgid "" " defined on the product related (e.g timesheet \n" " products are defined on each employee)." msgstr "" +"Ha újraszámlázza a költségeket, Odoo a szerződés \n" +" árlistáját használja, mely a termékhez \n" +" kapcsolódóan meghatározott árat használja \n" +" (pl. munkaidő kimutatásos termék meghatározva\n" +" mindegyik munkavállalóhoz)." #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Year(s)" -msgstr "" +msgstr "Év(ek)" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:669 #, python-format msgid "You must first select a Customer for Contract %s!" -msgstr "" +msgstr "Először ki kell választania az Ügyfelet a Szerződéshez %s!" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -924,6 +1027,9 @@ msgid "" "[('type','=','contract'),'|','|',('fix_price_invoices','=',True), " "('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}" msgstr "" +"{'required': " +"[('type','=','contract'),'|','|',('fix_price_invoices','=',True), " +"('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_template_required @@ -942,4 +1048,4 @@ msgstr "⇒ Számla" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "⇒ create invoices" -msgstr "" +msgstr "⇒ számlák létrehozása" diff --git a/addons/account_analytic_analysis/i18n/id.po b/addons/account_analytic_analysis/i18n/id.po index 4b83bc683a9..83f3a72c9e3 100644 --- a/addons/account_analytic_analysis/i18n/id.po +++ b/addons/account_analytic_analysis/i18n/id.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/it.po b/addons/account_analytic_analysis/i18n/it.po index 7a66663fc0c..83338aa932a 100644 --- a/addons/account_analytic_analysis/i18n/it.po +++ b/addons/account_analytic_analysis/i18n/it.po @@ -7,122 +7,24 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 20:01+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: account_analytic_analysis -#: help:account.analytic.account,toinvoice_total:0 -msgid " Sum of everything that could be invoiced for this contract." -msgstr "" -" Somma di tutto quello che può essere fatturato per questo contratto." - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action -msgid "" -"

\n" -" Click here to create a template of contract.\n" -"

\n" -" Templates are used to prefigure contract/project that \n" -" can be selected by the salespeople to quickly configure " -"the\n" -" terms and conditions of the contract.\n" -"

\n" -" " -msgstr "" -"Copy text \t\n" -"

\n" -"Cliccare qui per creare un modello del contratto\n" -"

\n" -"I modelli sono utilizzati per creare un contratto / progetto tipo che\n" -"puo' essere selezionato dal commerciale per configurare velocemente i\n" -"termini e le condizioni del contratto stesso.\n" -"

\n" -" " - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all -msgid "" -"

\n" -" Click to create a new contract.\n" -"

\n" -" Use contracts to follow tasks, issues, timesheets or " -"invoicing based on\n" -" work done, expenses and/or sales orders. Odoo will " -"automatically manage\n" -" the alerts for the renewal of the contracts to the right " -"salesperson.\n" -"

\n" -" " -msgstr "" - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order -msgid "" -"

\n" -" Click to create a quotation that can be converted into a " -"sales\n" -" order.\n" -"

\n" -" Use sale orders to track everything that should be invoiced\n" -" at a fix price on a contract.\n" -"

\n" -" " -msgstr "" - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue -msgid "" -"

\n" -" Click to define a new contract.\n" -"

\n" -" You will find here the contracts to be renewed because the\n" -" end date is passed or the working effort is higher than the\n" -" maximum authorized one.\n" -"

\n" -" Odoo automatically sets contracts to be renewed in a " -"pending\n" -" state. After the negociation, the salesman should close or " -"renew\n" -" pending contracts.\n" -"

\n" -" " -msgstr "" - -#. module: account_analytic_analysis -#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all -msgid "" -"

\n" -" You will find here timesheets and purchases you did for\n" -" contracts that can be reinvoiced to the customer. If you " -"want\n" -" to record new activities to invoice, you should use the " -"timesheet\n" -" menu instead.\n" -"

\n" -" " -msgstr "" -"

\n" -"Troverete qui timesheet e acquisti fatti per\n" -"i contratti che possono essere rifatturato al cliente. Se volete\n" -"registrare le nuove attivita' da fatturare, dovreste usare in alternativa\n" -"il menu timesheet.\n" -"

\n" -" " +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_analysis #: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template msgid "" -"

Hello ${object.name},\n" +"\n" +"Hello ${object.name},\n" "\n" "% macro account_table(values):\n" -"

\n" +"
\n" " \n" " \n" " \n" @@ -134,7 +36,9 @@ msgid "" " % for account in accounts:\n" " \n" " \n" -" \n" +" \n" " \n" " \n" +" \n" +"
CustomerContract
${partner.name}${account.name}${account.name}${account.date_start} to ${account.date and account.date or " "'???'}\n" @@ -182,11 +86,202 @@ msgid "" "\n" " " msgstr "" +"\n" +"Buongiorno ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"% for partner, accounts in values:\n" +"% for account in accounts:\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"% endfor\n" +"% endfor\n" +"
ClienteContrattoDateUnità prepagataContatto
${partner.name}${account.name}${account.date_start} a ${account.date and account.date or '???'}\n" +"% if account.quantity_max != 0.0:\n" +"${account.remaining_hours}/${account.quantity_max} unità\n" +"% endif\n" +"${account.partner_id.phone or ''}, ${account.partner_id.email or " +"''}
\n" +"% endmacro\n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

Il seguente contratto è terminato:

\n" +"${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

I seguenti contratti non sono ancora stati processati:

\n" +"${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

I seguenti contratti scadranno tra meno di un mese:

\n" +"${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +"Potrete controllare tutti i contratti da rinnovare utilizzando il menù:\n" +"

\n" +"
    \n" +"
  • Vendite / Fatture / Contratti da rinnovare
  • \n" +"
\n" +"

\n" +"Grazie,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo - Email automatica\n"
+"
\n" +"\n" +" " + +#. module: account_analytic_analysis +#: help:account.analytic.account,toinvoice_total:0 +msgid " Sum of everything that could be invoiced for this contract." +msgstr "" +" Somma di tutto quello che può essere fatturato per questo contratto." + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action +msgid "" +"

\n" +" Click here to create a template of contract.\n" +"

\n" +" Templates are used to prefigure contract/project that \n" +" can be selected by the salespeople to quickly configure " +"the\n" +" terms and conditions of the contract.\n" +"

\n" +" " +msgstr "" +"

\n" +" Clicca qui per creare un modello di contratto.\n" +"

\n" +" I modelli possono essere utilizzati per creare un tipo " +"di contratto/progetto predefinito \n" +" che potrà essere utilizzato da un commerciale per " +"configurare velocemente\n" +" le condizioni e i termini di un nuovo contratto.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all +msgid "" +"

\n" +" Click to create a new contract.\n" +"

\n" +" Use contracts to follow tasks, issues, timesheets or " +"invoicing based on\n" +" work done, expenses and/or sales orders. Odoo will " +"automatically manage\n" +" the alerts for the renewal of the contracts to the right " +"salesperson.\n" +"

\n" +" " +msgstr "" +"

\n" +"Cliccare qui per creare un nuovo contratto.\n" +"

\n" +"Utilzzare i contratti per seguire i task, problematiche, fogli presenze o " +"fatture basate su\n" +"lavoro fatto, spese e/o ordini di vendita. ODOO gestirà automaticamente\n" +"gli avvisi per il rinnovo dei contratti al corretto venditore.

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order +msgid "" +"

\n" +" Click to create a quotation that can be converted into a " +"sales\n" +" order.\n" +"

\n" +" Use sale orders to track everything that should be invoiced\n" +" at a fix price on a contract.\n" +"

\n" +" " +msgstr "" +"

\n" +"Cliccare per creare un'offerta che può essere convertita in un ordine di " +"vendita.\n" +"

\n" +"Utilizzare gli ordini di vendita per tracciare tutto quello che potrebbe " +"essere fatturato a prezzo fisso su un contratto.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue +msgid "" +"

\n" +" Click to define a new contract.\n" +"

\n" +" You will find here the contracts to be renewed because the\n" +" end date is passed or the working effort is higher than the\n" +" maximum authorized one.\n" +"

\n" +" Odoo automatically sets contracts to be renewed in a " +"pending\n" +" state. After the negociation, the salesman should close or " +"renew\n" +" pending contracts.\n" +"

\n" +" " +msgstr "" +"

\n" +"Cliccare per creare un nuovo contratto.\n" +"

\n" +"Potrete trovare qui i contratti da rinnovare perchè la data di termine è " +"passata o gli sforzi lavorativi sono maggiori del massimo autorizzato.\n" +"

\n" +"ODOO automaticamente imposterà i contratti, che devono essere rinnovati, " +"mettendoli in stato pendente. Dopo la negoziazione, il commerciale dovrebbe " +"chiudere o rinnovare i contratti nello stato di pendente.\n" +"

\n" +" " + +#. module: account_analytic_analysis +#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all +msgid "" +"

\n" +" You will find here timesheets and purchases you did for\n" +" contracts that can be reinvoiced to the customer. If you " +"want\n" +" to record new activities to invoice, you should use the " +"timesheet\n" +" menu instead.\n" +"

\n" +" " +msgstr "" +"

\n" +"Troverete qui timesheet e acquisti fatti per\n" +"i contratti che possono essere rifatturato al cliente. Se volete\n" +"registrare le nuove attivita' da fatturare, dovreste usare in alternativa\n" +"il menu timesheet.\n" +"

\n" +" " #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" -msgstr "" +msgstr "Righe contabilità analitica" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -229,17 +324,17 @@ msgstr "Annullato" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Cancelled contracts" -msgstr "" +msgstr "Contratti annullati" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Closed" -msgstr "" +msgstr "Chiuso" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Closed contracts" -msgstr "" +msgstr "Contratti chiusi" #. module: account_analytic_analysis #: help:account.analytic.account,remaining_hours_to_invoice:0 @@ -247,6 +342,8 @@ msgid "" "Computed using the formula: Expected on timesheets - Total invoiced on " "timesheets" msgstr "" +"Calcolato utilizzando la formula: atteso dal foglio presenze - totale " +"fatturato da foglio presenze" #. module: account_analytic_analysis #: help:account.analytic.account,real_margin:0 @@ -289,12 +386,12 @@ msgstr "Contratto" #: model:ir.actions.act_window,name:account_analytic_analysis.template_of_contract_action #: model:ir.ui.menu,name:account_analytic_analysis.menu_template_of_contract_action msgid "Contract Template" -msgstr "Modello contratto" +msgstr "Modelli di Contratto" #. module: account_analytic_analysis #: model:email.template,subject:account_analytic_analysis.account_analytic_cron_email_template msgid "Contract expiration reminder ${user.company_id.name}" -msgstr "" +msgstr "Promemoria scadenza contratto ${user.company_id.name}" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -306,12 +403,12 @@ msgstr "Contratti" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contracts assigned to a customer." -msgstr "" +msgstr "Contratti assegnati al cliente." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contracts in progress (open, draft)" -msgstr "" +msgstr "Contratto in lavorazione (aperto, bozza)" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -332,12 +429,12 @@ msgstr "Contratti da Rinnovare" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -357,7 +454,7 @@ msgstr "Data dell'ultimo costo fatturato" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_next_date:0 msgid "Date of Next Invoice" -msgstr "" +msgstr "Data della prossima fattura" #. module: account_analytic_analysis #: help:account.analytic.account,last_worked_date:0 @@ -367,33 +464,33 @@ msgstr "Data dell'ultimo lavoro fatto su questo conto." #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Day(s)" -msgstr "" +msgstr "Giorno(i)" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,name:0 msgid "Description" -msgstr "" +msgstr "Descrizione" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End Month" -msgstr "" +msgstr "Fine mese" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End date is in the next month" -msgstr "" +msgstr "La data di termine è nel prossimo mese" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End date passed or prepaid unit consumed" -msgstr "" +msgstr "Scadenza sorpassata o unità prepagate consumate" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:674 #, python-format msgid "Error!" -msgstr "" +msgstr "Errore!" #. module: account_analytic_analysis #: field:account.analytic.account,hours_qtt_est:0 @@ -419,12 +516,12 @@ msgstr "Atteso" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Expired or consumed" -msgstr "" +msgstr "Terminato o consumato" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Expiring soon" -msgstr "" +msgstr "Termina a poco" #. module: account_analytic_analysis #: field:account.analytic.account,fix_price_invoices:0 @@ -434,12 +531,12 @@ msgstr "Prezzo Fisso" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_invoices:0 msgid "Generate recurring invoices automatically" -msgstr "" +msgstr "Genera fatture ricorrenti automaticamente" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: account_analytic_analysis #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_user @@ -456,7 +553,7 @@ msgstr "Riepilogo ore per mese" #: field:account_analytic_analysis.summary.month,id:0 #: field:account_analytic_analysis.summary.user,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_analytic_analysis #: help:account.analytic.account,ca_to_invoice:0 @@ -484,17 +581,17 @@ msgstr "" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "In Progress" -msgstr "" +msgstr "In corso" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_invoice_line_ids:0 msgid "Invoice Lines" -msgstr "" +msgstr "Righe Fattura" #. module: account_analytic_analysis #: help:account.analytic.account,recurring_rule_type:0 msgid "Invoice automatically repeat at specified interval" -msgstr "" +msgstr "Fatture automaticamente ripetute ad uno specifico intervallo" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -524,12 +621,12 @@ msgstr "Ultima data di fatturazione" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_analytic_analysis #: model:res.groups,name:account_analytic_analysis.group_template_required @@ -550,13 +647,13 @@ msgstr "Mese" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Month(s)" -msgstr "" +msgstr "Mese(i)" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:669 #, python-format msgid "No Customer Defined!" -msgstr "" +msgstr "Nessun cliente definito!" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -616,28 +713,28 @@ msgstr "Partner" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Pending contracts" -msgstr "" +msgstr "Contratti pendenti" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:675 #, python-format msgid "Please define a sale journal for the company \"%s\"." -msgstr "" +msgstr "Prego definire un giornale di vendita per l'azienda \"%s\"." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Pricelist" -msgstr "" +msgstr "Listino" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,product_id:0 msgid "Product" -msgstr "" +msgstr "Prodotto" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,quantity:0 msgid "Quantity" -msgstr "" +msgstr "Quantità" #. module: account_analytic_analysis #: field:account.analytic.account,real_margin:0 @@ -652,12 +749,12 @@ msgstr "Tasso di margine reale (%)" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_rule_type:0 msgid "Recurrency" -msgstr "" +msgstr "Ricorrenza" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Recurring Invoices" -msgstr "" +msgstr "Fatture ricorsive" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -680,12 +777,12 @@ msgstr "Tempo rimanente" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_interval:0 msgid "Repeat Every" -msgstr "" +msgstr "Ripeti ogni" #. module: account_analytic_analysis #: help:account.analytic.account,recurring_interval:0 msgid "Repeat every (Days/Week/Month/Year)" -msgstr "" +msgstr "Ripeti ogni (giorno/settimana/mese/anno)" #. module: account_analytic_analysis #: field:account.analytic.account,revenue_per_hour:0 @@ -696,7 +793,7 @@ msgstr "Ricavo orario (reale)" #: code:addons/account_analytic_analysis/account_analytic_analysis.py:543 #, python-format msgid "Sales Order Lines to Invoice of %s" -msgstr "" +msgstr "Righe ordine di ventita a fattura di %s" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -707,7 +804,7 @@ msgstr "Ordini di Vendita" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Start Month" -msgstr "" +msgstr "Mese di partenza" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search @@ -717,7 +814,7 @@ msgstr "Stato" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,price_subtotal:0 msgid "Sub Total" -msgstr "" +msgstr "Sub totale" #. module: account_analytic_analysis #: help:account.analytic.account,fix_price_to_invoice:0 @@ -759,7 +856,7 @@ msgstr "Timesheets" #: code:addons/account_analytic_analysis/account_analytic_analysis.py:652 #, python-format msgid "Timesheets to Invoice of %s" -msgstr "" +msgstr "Foglio presenza a fattura di %s" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -839,17 +936,17 @@ msgstr "Tempo non fatturato" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,price_unit:0 msgid "Unit Price" -msgstr "" +msgstr "Prezzo unitario" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,uom_id:0 msgid "Unit of Measure" -msgstr "" +msgstr "Unità di misura" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Units Consumed" -msgstr "" +msgstr "Unità consumate" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -865,7 +962,7 @@ msgstr "Utente" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Week(s)" -msgstr "" +msgstr "Settimana(e)" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -875,17 +972,21 @@ msgid "" " defined on the product related (e.g timesheet \n" " products are defined on each employee)." msgstr "" +"Quando rifattura i costi, ODOO utilizza il \n" +"listino dei contratti cje utilizza il prezzo \n" +"definito nel prodotto relativo (es.: i prodotti\n" +"del foglio presenze che sono definiti per ogni impiegato)." #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Year(s)" -msgstr "" +msgstr "Anno(i)" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:669 #, python-format msgid "You must first select a Customer for Contract %s!" -msgstr "" +msgstr "Dovete prima selezionare un cliente per il contratto %s!" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form @@ -906,6 +1007,9 @@ msgid "" "[('type','=','contract'),'|','|',('fix_price_invoices','=',True), " "('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}" msgstr "" +"{'required': " +"[('type','=','contract'),'|','|',('fix_price_invoices','=',True), " +"('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_template_required @@ -924,4 +1028,4 @@ msgstr "⇒ Fattura" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "⇒ create invoices" -msgstr "" +msgstr "⇒ crea fattura" diff --git a/addons/account_analytic_analysis/i18n/ja.po b/addons/account_analytic_analysis/i18n/ja.po index 698684ba393..561a8707c2d 100644 --- a/addons/account_analytic_analysis/i18n/ja.po +++ b/addons/account_analytic_analysis/i18n/ja.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/ko.po b/addons/account_analytic_analysis/i18n/ko.po index b0854374c5f..2b98dacee73 100644 --- a/addons/account_analytic_analysis/i18n/ko.po +++ b/addons/account_analytic_analysis/i18n/ko.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/lt.po b/addons/account_analytic_analysis/i18n/lt.po index 02ad4c64459..860e9790ee6 100644 --- a/addons/account_analytic_analysis/i18n/lt.po +++ b/addons/account_analytic_analysis/i18n/lt.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/lv.po b/addons/account_analytic_analysis/i18n/lv.po index 0c4e55d5881..3f9e74081db 100644 --- a/addons/account_analytic_analysis/i18n/lv.po +++ b/addons/account_analytic_analysis/i18n/lv.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/mk.po b/addons/account_analytic_analysis/i18n/mk.po index 264a2cce379..3e130050eb2 100644 --- a/addons/account_analytic_analysis/i18n/mk.po +++ b/addons/account_analytic_analysis/i18n/mk.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -118,73 +188,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/mn.po b/addons/account_analytic_analysis/i18n/mn.po index 422d44be128..55ddbf61d33 100644 --- a/addons/account_analytic_analysis/i18n/mn.po +++ b/addons/account_analytic_analysis/i18n/mn.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -122,73 +192,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/nb.po b/addons/account_analytic_analysis/i18n/nb.po index bf75c5bc326..dbf14e2ef37 100644 --- a/addons/account_analytic_analysis/i18n/nb.po +++ b/addons/account_analytic_analysis/i18n/nb.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/nl.po b/addons/account_analytic_analysis/i18n/nl.po index 79f20730fc9..49c973c36f9 100644 --- a/addons/account_analytic_analysis/i18n/nl.po +++ b/addons/account_analytic_analysis/i18n/nl.po @@ -7,15 +7,151 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-23 10:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:14+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:48+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" +"\n" +"Hallo ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
KlantContractpersoonDataPrepaid eenhedenContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" U kunt al uw contracten, welke vernieuwd moeten worden, controleren via " +"het menu:\n" +"

\n" +"
    \n" +"
  • Verkoop / Facturatie / Contracten te vernieuwen
  • \n" +"
\n" +"

\n" +" Bedankt,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo automatische e-mail\n"
+"
\n" +"\n" +" " #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -157,137 +293,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" -"

Hallo ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
KlantContractDataPrepaid eenhedenContactpersoon
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

Het navolgende contracts is zojuist verlopen:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

De navolgende verlopen contracten zijn nog steeds niet verwerkt: " -"

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

De navolgende contracten zullen binnen een maand verlopen:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" U kunt alle contracten welke vernieuwd moeten worden controleren bij het " -"men:\n" -"

\n" -"
    \n" -"
  • Verkopen / Facturatie / Contract te vernieuwen
  • \n" -"
\n" -"

\n" -" Bedankt,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatische E-mail\n"
-"
\n" -"\n" -" " - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/nl_BE.po b/addons/account_analytic_analysis/i18n/nl_BE.po index c2938406b9e..0a78f5f6e77 100644 --- a/addons/account_analytic_analysis/i18n/nl_BE.po +++ b/addons/account_analytic_analysis/i18n/nl_BE.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/oc.po b/addons/account_analytic_analysis/i18n/oc.po index f306da3b1bf..a6e5658a458 100644 --- a/addons/account_analytic_analysis/i18n/oc.po +++ b/addons/account_analytic_analysis/i18n/oc.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/pl.po b/addons/account_analytic_analysis/i18n/pl.po index bb4c619b1fd..9b13f98d00b 100644 --- a/addons/account_analytic_analysis/i18n/pl.po +++ b/addons/account_analytic_analysis/i18n/pl.po @@ -7,16 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-14 17:47+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-15 07:46+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" + #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 msgid " Sum of everything that could be invoiced for this contract." @@ -125,73 +195,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/pt.po b/addons/account_analytic_analysis/i18n/pt.po index 4ae559ac80f..a95298a2fc1 100644 --- a/addons/account_analytic_analysis/i18n/pt.po +++ b/addons/account_analytic_analysis/i18n/pt.po @@ -7,16 +7,86 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 08:08+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" + #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 msgid " Sum of everything that could be invoiced for this contract." @@ -126,73 +196,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/pt_BR.po b/addons/account_analytic_analysis/i18n/pt_BR.po index 3719c4311a0..7487f06b506 100644 --- a/addons/account_analytic_analysis/i18n/pt_BR.po +++ b/addons/account_analytic_analysis/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-07 00:14+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,9 +15,79 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:47+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" + #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 msgid " Sum of everything that could be invoiced for this contract." @@ -152,73 +222,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/ro.po b/addons/account_analytic_analysis/i18n/ro.po index f7aedcb0fbe..e0d648c2483 100644 --- a/addons/account_analytic_analysis/i18n/ro.po +++ b/addons/account_analytic_analysis/i18n/ro.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -118,73 +188,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/ru.po b/addons/account_analytic_analysis/i18n/ru.po index 105b79d7762..17a8e320942 100644 --- a/addons/account_analytic_analysis/i18n/ru.po +++ b/addons/account_analytic_analysis/i18n/ru.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/sk.po b/addons/account_analytic_analysis/i18n/sk.po index cb734333785..47e62cc440a 100644 --- a/addons/account_analytic_analysis/i18n/sk.po +++ b/addons/account_analytic_analysis/i18n/sk.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/sl.po b/addons/account_analytic_analysis/i18n/sl.po index add2aa750d2..75b61d0e940 100644 --- a/addons/account_analytic_analysis/i18n/sl.po +++ b/addons/account_analytic_analysis/i18n/sl.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -110,73 +180,6 @@ msgstr "" " lahko zaračunate strankam.\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/sq.po b/addons/account_analytic_analysis/i18n/sq.po index 2ffd7314952..d80485371ec 100644 --- a/addons/account_analytic_analysis/i18n/sq.po +++ b/addons/account_analytic_analysis/i18n/sq.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/sr.po b/addons/account_analytic_analysis/i18n/sr.po index dc14b2cd293..450fac1c833 100644 --- a/addons/account_analytic_analysis/i18n/sr.po +++ b/addons/account_analytic_analysis/i18n/sr.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/sr@latin.po b/addons/account_analytic_analysis/i18n/sr@latin.po index a3dd02cb884..487ab4185e1 100644 --- a/addons/account_analytic_analysis/i18n/sr@latin.po +++ b/addons/account_analytic_analysis/i18n/sr@latin.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/sv.po b/addons/account_analytic_analysis/i18n/sv.po index f21d8a137fa..ab0e1dffcdd 100644 --- a/addons/account_analytic_analysis/i18n/sv.po +++ b/addons/account_analytic_analysis/i18n/sv.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -123,73 +193,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/tlh.po b/addons/account_analytic_analysis/i18n/tlh.po index b52fc15497d..cb6d172f8b5 100644 --- a/addons/account_analytic_analysis/i18n/tlh.po +++ b/addons/account_analytic_analysis/i18n/tlh.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/tr.po b/addons/account_analytic_analysis/i18n/tr.po index d43af1391a5..c2aa1504c3d 100644 --- a/addons/account_analytic_analysis/i18n/tr.po +++ b/addons/account_analytic_analysis/i18n/tr.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -127,73 +197,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/uk.po b/addons/account_analytic_analysis/i18n/uk.po index d36a72d409c..0a7908f780f 100644 --- a/addons/account_analytic_analysis/i18n/uk.po +++ b/addons/account_analytic_analysis/i18n/uk.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/vi.po b/addons/account_analytic_analysis/i18n/vi.po index e2ca7780db0..9e88eb28815 100644 --- a/addons/account_analytic_analysis/i18n/vi.po +++ b/addons/account_analytic_analysis/i18n/vi.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/zh_CN.po b/addons/account_analytic_analysis/i18n/zh_CN.po index 89fc9e32cbc..58182342097 100644 --- a/addons/account_analytic_analysis/i18n/zh_CN.po +++ b/addons/account_analytic_analysis/i18n/zh_CN.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -109,73 +179,6 @@ msgstr "" "

\n" " " -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_analysis/i18n/zh_TW.po b/addons/account_analytic_analysis/i18n/zh_TW.po index 3ca53d4505d..cc672f4bd9f 100644 --- a/addons/account_analytic_analysis/i18n/zh_TW.po +++ b/addons/account_analytic_analysis/i18n/zh_TW.po @@ -7,15 +7,85 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_analytic_analysis +#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template +msgid "" +"\n" +"Hello ${object.name},\n" +"\n" +"% macro account_table(values):\n" +"\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % for partner, accounts in values:\n" +" % for account in accounts:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" % endfor\n" +" % endfor\n" +"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " +"'???'}\n" +" % if account.quantity_max != 0.0:\n" +" ${account.remaining_hours}/${account.quantity_max} units\n" +" % endif\n" +" ${account.partner_id.phone or ''}, " +"${account.partner_id.email or ''}
\n" +"% endmacro \n" +"\n" +"% if \"new\" in ctx[\"data\"]:\n" +"

The following contracts just expired:

\n" +" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"old\" in ctx[\"data\"]:\n" +"

The following expired contracts are still not processed:

\n" +" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" +"% endif\n" +"\n" +"% if \"future\" in ctx[\"data\"]:\n" +"

The following contracts will expire in less than one month:

\n" +" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" +"% endif\n" +"\n" +"

\n" +" You can check all contracts to be renewed using the menu:\n" +"

\n" +"
    \n" +"
  • Sales / Invoicing / Contracts to Renew
  • \n" +"
\n" +"

\n" +" Thanks,\n" +"

\n" +"\n" +"
\n"
+"-- \n"
+"Odoo Automatic Email\n"
+"
\n" +"\n" +" " +msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 @@ -99,73 +169,6 @@ msgid "" " " msgstr "" -#. module: account_analytic_analysis -#: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template -msgid "" -"

Hello ${object.name},\n" -"\n" -"% macro account_table(values):\n" -"

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % for partner, accounts in values:\n" -" % for account in accounts:\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" % endfor\n" -" % endfor\n" -"
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or " -"'???'}\n" -" % if account.quantity_max != 0.0:\n" -" ${account.remaining_hours}/${account.quantity_max} units\n" -" % endif\n" -" ${account.partner_id.phone or ''}, " -"${account.partner_id.email or ''}
\n" -"% endmacro \n" -"\n" -"% if \"new\" in ctx[\"data\"]:\n" -"

The following contracts just expired:

\n" -" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"old\" in ctx[\"data\"]:\n" -"

The following expired contracts are still not processed:

\n" -" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" -"% endif\n" -"\n" -"% if \"future\" in ctx[\"data\"]:\n" -"

The following contracts will expire in less than one month:

\n" -" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" -"% endif\n" -"\n" -"

\n" -" You can check all contracts to be renewed using the menu:\n" -"

\n" -"
    \n" -"
  • Sales / Invoicing / Contracts to Renew
  • \n" -"
\n" -"

\n" -" Thanks,\n" -"

\n" -"\n" -"
\n"
-"-- \n"
-"Odoo Automatic Email\n"
-"
\n" -"\n" -" " -msgstr "" - #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" diff --git a/addons/account_analytic_default/i18n/hr.po b/addons/account_analytic_default/i18n/hr.po index f98684bacd7..c50a17ebd29 100644 --- a/addons/account_analytic_default/i18n/hr.po +++ b/addons/account_analytic_default/i18n/hr.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-26 13:33+0000\n" +"Last-Translator: Ivan Marijanović \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_default #: field:product.product,rules_count:0 #: field:product.template,rules_count:0 msgid "# Analytic Rules" -msgstr "" +msgstr "# Pravila analitike" #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search @@ -70,12 +70,12 @@ msgstr "Uvjeti" #. module: account_analytic_default #: field:account.analytic.default,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Kreirao" #. module: account_analytic_default #: field:account.analytic.default,create_date:0 msgid "Created on" -msgstr "" +msgstr "Vrijeme kreiranja" #. module: account_analytic_default #: help:account.analytic.default,date_stop:0 @@ -106,12 +106,12 @@ msgstr "Definira poredak u popisu analitičkih raspodjela" #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search msgid "Group By" -msgstr "" +msgstr "Grupiraj po" #. module: account_analytic_default #: field:account.analytic.default,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_account_invoice_line @@ -121,12 +121,12 @@ msgstr "Stavka računa" #. module: account_analytic_default #: field:account.analytic.default,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Zadnji promjenio" #. module: account_analytic_default #: field:account.analytic.default,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Vrijeme zadnje promijene" #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search @@ -149,7 +149,7 @@ msgstr "Artikl" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_product_template msgid "Product Template" -msgstr "" +msgstr "Predložak proizvoda" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_sale_order_line diff --git a/addons/account_analytic_default/i18n/hu.po b/addons/account_analytic_default/i18n/hu.po index e0ab4475375..8fc57dd3240 100644 --- a/addons/account_analytic_default/i18n/hu.po +++ b/addons/account_analytic_default/i18n/hu.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 14:27+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_default #: field:product.product,rules_count:0 #: field:product.template,rules_count:0 msgid "# Analytic Rules" -msgstr "" +msgstr "# Elemző/Analitikai szabályok" #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search @@ -70,12 +70,12 @@ msgstr "Feltételek" #. module: account_analytic_default #: field:account.analytic.default,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_analytic_default #: field:account.analytic.default,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_analytic_default #: help:account.analytic.default,date_stop:0 @@ -106,12 +106,12 @@ msgstr "Megadja az analitikus felosztások listázási sorrendjét." #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account_analytic_default #: field:account.analytic.default,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_account_invoice_line @@ -121,12 +121,12 @@ msgstr "Számlasor" #. module: account_analytic_default #: field:account.analytic.default,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_analytic_default #: field:account.analytic.default,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search @@ -149,7 +149,7 @@ msgstr "Termék" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_product_template msgid "Product Template" -msgstr "" +msgstr "Terméksablon" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_sale_order_line diff --git a/addons/account_analytic_default/i18n/nl.po b/addons/account_analytic_default/i18n/nl.po index 268702990d5..bf95465097d 100644 --- a/addons/account_analytic_default/i18n/nl.po +++ b/addons/account_analytic_default/i18n/nl.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 07:02+0000\n" +"PO-Revision-Date: 2014-09-24 10:12+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_default #: field:product.product,rules_count:0 #: field:product.template,rules_count:0 msgid "# Analytic Rules" -msgstr "# kostenplaats regels" +msgstr "# Kostenplaats regels" #. module: account_analytic_default #: view:account.analytic.default:account_analytic_default.view_account_analytic_default_form_search diff --git a/addons/account_analytic_plans/i18n/hu.po b/addons/account_analytic_plans/i18n/hu.po index fc471db4b82..52d84ee959c 100644 --- a/addons/account_analytic_plans/i18n/hu.po +++ b/addons/account_analytic_plans/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 14:33+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_plans #: code:addons/account_analytic_plans/account_analytic_plans.py:218 @@ -165,7 +165,7 @@ msgstr "Analitikus tervek" #. module: account_analytic_plans #: field:account.analytic.plan.line,name:0 msgid "Axis Name" -msgstr "" +msgstr "Tengely elnevezése" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_bank_statement @@ -191,7 +191,7 @@ msgstr "Kód" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Company:" -msgstr "" +msgstr "Vállalat:" #. module: account_analytic_plans #: field:account.analytic.plan,create_uid:0 @@ -201,7 +201,7 @@ msgstr "" #: field:account.crossovered.analytic,create_uid:0 #: field:analytic.plan.create.model,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_analytic_plans #: field:account.analytic.plan,create_date:0 @@ -211,7 +211,7 @@ msgstr "" #: field:account.crossovered.analytic,create_date:0 #: field:analytic.plan.create.model,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_analytic_plans #: view:account.crossovered.analytic:account_analytic_plans.view_account_crossovered_analytic @@ -219,7 +219,7 @@ msgstr "" #: model:ir.actions.report.xml,name:account_analytic_plans.action_account_analytic_account_crossovered_analytic #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Crossovered Analytic" -msgstr "" +msgstr "Kereszteződéses Elemzés/analitika" #. module: account_analytic_plans #: field:account.analytic.plan,default_instance_id:0 @@ -266,7 +266,7 @@ msgstr "Hiba!" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "From Date:" -msgstr "" +msgstr "Dátumtól:" #. module: account_analytic_plans #: field:account.analytic.plan,id:0 @@ -277,7 +277,7 @@ msgstr "" #: field:analytic.plan.create.model,id:0 #: field:report.account_analytic_plans.report_crossoveredanalyticplans,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_invoice @@ -307,7 +307,7 @@ msgstr "Könyvelési tételsorok" #: field:account.crossovered.analytic,write_uid:0 #: field:analytic.plan.create.model,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_analytic_plans #: field:account.analytic.plan,write_date:0 @@ -317,7 +317,7 @@ msgstr "" #: field:account.crossovered.analytic,write_date:0 #: field:analytic.plan.create.model,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_analytic_plans #: field:account.analytic.plan.line,max_required:0 @@ -344,7 +344,7 @@ msgstr "Többszörös tervek" #: code:addons/account_analytic_plans/account_analytic_plans.py:469 #, python-format msgid "No Analytic Journal!" -msgstr "" +msgstr "Nincs elemző napló!" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans @@ -375,12 +375,12 @@ msgstr "Nyomtatás" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_crossovered_analytic msgid "Print Crossovered Analytic" -msgstr "" +msgstr "Keresztező Elemzés/analitika nyomtatása" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Printing Date:" -msgstr "" +msgstr "Nyomtatás dátuma:" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans @@ -450,7 +450,7 @@ msgstr "" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "To Date:" -msgstr "" +msgstr "Dátumig:" #. module: account_analytic_plans #: code:addons/account_analytic_plans/wizard/account_crossovered_analytic.py:62 diff --git a/addons/account_analytic_plans/i18n/it.po b/addons/account_analytic_plans/i18n/it.po index fc843a458c2..4fe7e8135c2 100644 --- a/addons/account_analytic_plans/i18n/it.po +++ b/addons/account_analytic_plans/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 19:59+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_plans #: code:addons/account_analytic_plans/account_analytic_plans.py:218 @@ -77,7 +77,7 @@ msgstr "Conto Analitico" #: field:account.crossovered.analytic,ref:0 #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Analytic Account Reference" -msgstr "" +msgstr "Riferimento conto analitico" #. module: account_analytic_plans #. openerp-web @@ -113,7 +113,7 @@ msgstr "Modelli di distribuzione analitica" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_analytic_plan_instance_line msgid "Analytic Instance Line" -msgstr "" +msgstr "Linea instanza analitica" #. module: account_analytic_plans #: field:account.analytic.plan.instance,journal_id:0 @@ -165,7 +165,7 @@ msgstr "Piani analitici" #. module: account_analytic_plans #: field:account.analytic.plan.line,name:0 msgid "Axis Name" -msgstr "" +msgstr "Nome asse" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_bank_statement @@ -191,7 +191,7 @@ msgstr "Codice" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Company:" -msgstr "" +msgstr "Azienda:" #. module: account_analytic_plans #: field:account.analytic.plan,create_uid:0 @@ -201,7 +201,7 @@ msgstr "" #: field:account.crossovered.analytic,create_uid:0 #: field:analytic.plan.create.model,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_analytic_plans #: field:account.analytic.plan,create_date:0 @@ -211,7 +211,7 @@ msgstr "" #: field:account.crossovered.analytic,create_date:0 #: field:analytic.plan.create.model,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_analytic_plans #: view:account.crossovered.analytic:account_analytic_plans.view_account_crossovered_analytic @@ -219,7 +219,7 @@ msgstr "" #: model:ir.actions.report.xml,name:account_analytic_plans.action_account_analytic_account_crossovered_analytic #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Crossovered Analytic" -msgstr "" +msgstr "Analitica incrociata" #. module: account_analytic_plans #: field:account.analytic.plan,default_instance_id:0 @@ -266,7 +266,7 @@ msgstr "Errore!" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "From Date:" -msgstr "" +msgstr "Dalla data:" #. module: account_analytic_plans #: field:account.analytic.plan,id:0 @@ -277,7 +277,7 @@ msgstr "" #: field:analytic.plan.create.model,id:0 #: field:report.account_analytic_plans.report_crossoveredanalyticplans,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_invoice @@ -307,7 +307,7 @@ msgstr "Voci registro" #: field:account.crossovered.analytic,write_uid:0 #: field:analytic.plan.create.model,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_analytic_plans #: field:account.analytic.plan,write_date:0 @@ -317,7 +317,7 @@ msgstr "" #: field:account.crossovered.analytic,write_date:0 #: field:analytic.plan.create.model,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_analytic_plans #: field:account.analytic.plan.line,max_required:0 @@ -337,14 +337,14 @@ msgstr "Piano del modello" #. module: account_analytic_plans #: model:ir.ui.menu,name:account_analytic_plans.menu_account_analytic_multi_plan_action msgid "Multi Plans" -msgstr "" +msgstr "Multi piani" #. module: account_analytic_plans #: code:addons/account_analytic_plans/account_analytic_plans.py:335 #: code:addons/account_analytic_plans/account_analytic_plans.py:469 #, python-format msgid "No Analytic Journal!" -msgstr "" +msgstr "Giornale analitico non presente!" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans @@ -375,12 +375,12 @@ msgstr "Stampa" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_crossovered_analytic msgid "Print Crossovered Analytic" -msgstr "" +msgstr "Stampa analitica incrociata" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "Printing Date:" -msgstr "" +msgstr "Data stampa:" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans @@ -410,7 +410,7 @@ msgstr "Riga ordine di vendita" #. module: account_analytic_plans #: view:analytic.plan.create.model:account_analytic_plans.view_analytic_plan_create_model_msg msgid "Save This Distribution as a Model" -msgstr "" +msgstr "Salvare questa distribuzione come modello" #. module: account_analytic_plans #: field:account.analytic.plan.line,sequence:0 @@ -450,7 +450,7 @@ msgstr "" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans msgid "To Date:" -msgstr "" +msgstr "Alla data:" #. module: account_analytic_plans #: code:addons/account_analytic_plans/wizard/account_crossovered_analytic.py:62 diff --git a/addons/account_analytic_plans/i18n/nl.po b/addons/account_analytic_plans/i18n/nl.po index 0ff5fb7cfb0..afc9576d1a3 100644 --- a/addons/account_analytic_plans/i18n/nl.po +++ b/addons/account_analytic_plans/i18n/nl.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 20:14+0000\n" +"PO-Revision-Date: 2014-09-29 18:25+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-30 07:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_analytic_plans #: code:addons/account_analytic_plans/account_analytic_plans.py:218 @@ -375,7 +375,7 @@ msgstr "Afdrukken" #. module: account_analytic_plans #: model:ir.model,name:account_analytic_plans.model_account_crossovered_analytic msgid "Print Crossovered Analytic" -msgstr "Print kostenrekening kruislings" +msgstr "Kruislingse kostenplaats afdrukken" #. module: account_analytic_plans #: view:website:account_analytic_plans.report_crossoveredanalyticplans diff --git a/addons/account_anglo_saxon/i18n/hu.po b/addons/account_anglo_saxon/i18n/hu.po index 5a76f2a4f96..27de4951fba 100644 --- a/addons/account_anglo_saxon/i18n/hu.po +++ b/addons/account_anglo_saxon/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 14:36+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_anglo_saxon #: help:account.invoice.line,move_id:0 @@ -23,6 +23,8 @@ msgid "" "If the invoice was generated from a stock.picking, reference to the related " "move line." msgstr "" +"Ha a számla egy raktári.kiválogatásból (stock.picking) készült, hivatkozás " +"az idevonatkozó átmozgatott tételsorra." #. module: account_anglo_saxon #: model:ir.model,name:account_anglo_saxon.model_account_invoice @@ -37,7 +39,7 @@ msgstr "Számlasor" #. module: account_anglo_saxon #: field:account.invoice.line,move_id:0 msgid "Move line" -msgstr "" +msgstr "Mozgatott tételsor" #. module: account_anglo_saxon #: model:ir.model,name:account_anglo_saxon.model_stock_picking diff --git a/addons/account_anglo_saxon/i18n/it.po b/addons/account_anglo_saxon/i18n/it.po index 1652834ca8d..5ae0e233578 100644 --- a/addons/account_anglo_saxon/i18n/it.po +++ b/addons/account_anglo_saxon/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-01 20:01+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_anglo_saxon #: help:account.invoice.line,move_id:0 @@ -23,6 +23,8 @@ msgid "" "If the invoice was generated from a stock.picking, reference to the related " "move line." msgstr "" +"Se la fattura è stata generata da un movimento di prelievo, il riferimento " +"va alla relativa riga del movimento" #. module: account_anglo_saxon #: model:ir.model,name:account_anglo_saxon.model_account_invoice @@ -37,7 +39,7 @@ msgstr "Linea fattura" #. module: account_anglo_saxon #: field:account.invoice.line,move_id:0 msgid "Move line" -msgstr "" +msgstr "Riga movimento" #. module: account_anglo_saxon #: model:ir.model,name:account_anglo_saxon.model_stock_picking diff --git a/addons/account_asset/i18n/de.po b/addons/account_asset/i18n/de.po index c122ee514db..cf17a1b8be6 100755 --- a/addons/account_asset/i18n/de.po +++ b/addons/account_asset/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-09 08:26+0000\n" +"PO-Revision-Date: 2014-10-04 12:46+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: account_asset @@ -169,7 +169,7 @@ msgstr "Anlagegüter" #: model:ir.model,name:account_asset.model_asset_asset_report #: model:ir.ui.menu,name:account_asset.menu_action_asset_asset_report msgid "Assets Analysis" -msgstr "Anlagenanalyse" +msgstr "Statistik Anlagegüter" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_search @@ -301,7 +301,7 @@ msgstr "Anlagen berechnen" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_asset_form msgid "Confirm Asset" -msgstr "Anlage bestätigen" +msgstr "Anlagegut bestätigen" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_asset_form @@ -486,7 +486,7 @@ msgstr "Bruttobetrag" #. module: account_asset #: field:account.asset.asset,purchase_value:0 msgid "Gross Value" -msgstr "Bruttoerlös" +msgstr "Anschaffungskosten" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search @@ -626,12 +626,12 @@ msgstr "Bemerkungen" #: selection:account.asset.history,method_time:0 #: field:asset.modify,method_number:0 msgid "Number of Depreciations" -msgstr "Anzahl der Abschreibungen" +msgstr "" #. module: account_asset #: field:account.asset.asset,method_period:0 msgid "Number of Months in a Period" -msgstr "Anzahl Monate in Perioden" +msgstr "Zahl der Monate in einer Periode" #. module: account_asset #: field:account.asset.asset,parent_id:0 @@ -685,8 +685,8 @@ msgid "" "Prorata temporis can be applied only for time method \"number of " "depreciations\"." msgstr "" -"'Pro rata temporis'-Abschreibung kann nur für die Methode \"Anzahl der " -"Abschreibung\" verwendet werden" +"Die Pro Rata Temporis Abschreibung kann nur für die Methode \"Anzahl der " +"Abschreibung\" eingestellt werden" #. module: account_asset #: field:account.asset.asset,purchase_date:0 @@ -744,7 +744,7 @@ msgstr "Abschliessen" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_asset_form msgid "Set to Draft" -msgstr "Auf 'Entwurf' setzen" +msgstr "Zurücksetzen auf Entwurf" #. module: account_asset #: field:account.asset.category,open_asset:0 diff --git a/addons/account_asset/i18n/hu.po b/addons/account_asset/i18n/hu.po index 4efb1a40270..a3830f21e8b 100644 --- a/addons/account_asset/i18n/hu.po +++ b/addons/account_asset/i18n/hu.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 14:43+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_asset #: field:account.asset.asset,entry_count:0 msgid "# Asset Entries" -msgstr "" +msgstr "# Tárgyi eszköz bejegyzések" #. module: account_asset #: field:asset.asset.report,nbr:0 @@ -60,7 +60,7 @@ msgstr "Aktív" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_asset_form msgid "Add an internal note here..." -msgstr "" +msgstr "Ide jegyezhet fel belső jegyzetet..." #. module: account_asset #: field:account.asset.depreciation.line,depreciated_value:0 @@ -324,7 +324,7 @@ msgstr "Létrehozott eszköz mozgások" #: field:asset.depreciation.confirmation.wizard,create_uid:0 #: field:asset.modify,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_asset #: field:account.asset.asset,create_date:0 @@ -334,7 +334,7 @@ msgstr "" #: field:asset.depreciation.confirmation.wizard,create_date:0 #: field:asset.modify,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_asset #: field:account.asset.asset,currency_id:0 @@ -423,7 +423,7 @@ msgstr "Költségcsökkentés módszere" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search msgid "Depreciation Month" -msgstr "" +msgstr "Értékcsökkenés hónap" #. module: account_asset #: field:account.asset.depreciation.line,name:0 @@ -493,7 +493,7 @@ msgstr "Bruttó érték" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_asset_form @@ -515,7 +515,7 @@ msgstr "Előzmény neve" #: field:asset.depreciation.confirmation.wizard,id:0 #: field:asset.modify,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_asset #: help:account.asset.asset,prorata:0 @@ -562,7 +562,7 @@ msgstr "Könyvelési tételsorok" #: field:asset.depreciation.confirmation.wizard,write_uid:0 #: field:asset.modify,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_asset #: field:account.asset.asset,write_date:0 @@ -572,7 +572,7 @@ msgstr "" #: field:asset.depreciation.confirmation.wizard,write_date:0 #: field:asset.modify,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_asset #: selection:account.asset.asset,method:0 @@ -696,7 +696,7 @@ msgstr "Vásárlás dátuma" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search msgid "Purchase Month" -msgstr "" +msgstr "Beszerzési dátum" #. module: account_asset #: field:asset.modify,name:0 @@ -841,6 +841,8 @@ msgstr "Év" #, python-format msgid "You cannot delete an asset that contains posted depreciation lines." msgstr "" +"Nem törölheti a tárgyi eszközt, mely értékcsökkenési tételsorokkal " +"rendelkezik." #. module: account_asset #: view:asset.modify:account_asset.asset_modify_form diff --git a/addons/account_asset/i18n/it.po b/addons/account_asset/i18n/it.po index bb3b2fdeaa4..529c1c29ddd 100644 --- a/addons/account_asset/i18n/it.po +++ b/addons/account_asset/i18n/it.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 20:11+0000\n" +"Last-Translator: Alessandro Camilli \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_asset #: field:account.asset.asset,entry_count:0 msgid "# Asset Entries" -msgstr "" +msgstr "# Voce cespite" #. module: account_asset #: field:asset.asset.report,nbr:0 @@ -325,7 +325,7 @@ msgstr "Movimenti Immobilizzazioni Creati" #: field:asset.depreciation.confirmation.wizard,create_uid:0 #: field:asset.modify,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_asset #: field:account.asset.asset,create_date:0 @@ -335,7 +335,7 @@ msgstr "" #: field:asset.depreciation.confirmation.wizard,create_date:0 #: field:asset.modify,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_asset #: field:account.asset.asset,currency_id:0 @@ -424,7 +424,7 @@ msgstr "Metodo Ammortamento" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search msgid "Depreciation Month" -msgstr "" +msgstr "Mese deprezzamento" #. module: account_asset #: field:account.asset.depreciation.line,name:0 @@ -494,7 +494,7 @@ msgstr "Valore Iniziale" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: account_asset #: view:account.asset.asset:account_asset.view_account_asset_asset_form @@ -516,7 +516,7 @@ msgstr "Nome Storico" #: field:asset.depreciation.confirmation.wizard,id:0 #: field:asset.modify,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_asset #: help:account.asset.asset,prorata:0 @@ -563,7 +563,7 @@ msgstr "Voci Sezionale" #: field:asset.depreciation.confirmation.wizard,write_uid:0 #: field:asset.modify,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_asset #: field:account.asset.asset,write_date:0 @@ -573,7 +573,7 @@ msgstr "" #: field:asset.depreciation.confirmation.wizard,write_date:0 #: field:asset.modify,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_asset #: selection:account.asset.asset,method:0 @@ -699,7 +699,7 @@ msgstr "Data di Acquisto" #. module: account_asset #: view:asset.asset.report:account_asset.view_asset_asset_report_search msgid "Purchase Month" -msgstr "" +msgstr "Mese acquisto" #. module: account_asset #: field:asset.modify,name:0 @@ -726,7 +726,7 @@ msgstr "In esecuzione" #. module: account_asset #: field:account.asset.asset,salvage_value:0 msgid "Salvage Value" -msgstr "Valore di Realizzo" +msgstr "Quota non deducibile" #. module: account_asset #: view:account.asset.category:account_asset.view_account_asset_category_search diff --git a/addons/account_bank_statement_extensions/i18n/hu.po b/addons/account_bank_statement_extensions/i18n/hu.po index 33d948a8134..181338c1a63 100644 --- a/addons/account_bank_statement_extensions/i18n/hu.po +++ b/addons/account_bank_statement_extensions/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 14:44+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,amount:0 @@ -46,7 +46,7 @@ msgstr "Bankszámlakivonat" #. module: account_bank_statement_extensions #: model:ir.actions.report.xml,name:account_bank_statement_extensions.action_bank_statement_balance_report msgid "Bank Statement Balances" -msgstr "" +msgstr "Banki kivonatok egyenlegei" #. module: account_bank_statement_extensions #: view:website:account_bank_statement_extensions.report_bankstatementbalance @@ -180,14 +180,14 @@ msgstr "Ellanoldali szám" #: field:cancel.statement.line,create_uid:0 #: field:confirm.statement.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,create_date:0 #: field:cancel.statement.line,create_date:0 #: field:confirm.statement.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_bank_statement_extensions #: view:account.bank.statement.line:account_bank_statement_extensions.view_bank_statement_line_filter @@ -243,7 +243,7 @@ msgstr "Kiterjesztett szűrők…" #. module: account_bank_statement_extensions #: view:account.bank.statement.line:account_bank_statement_extensions.view_bank_statement_line_list msgid "Glob. Am." -msgstr "" +msgstr "Glob. Am." #. module: account_bank_statement_extensions #: view:account.bank.statement.line:account_bank_statement_extensions.view_bank_statement_line_filter @@ -266,7 +266,7 @@ msgstr "Globalizált ID azonosító" #. module: account_bank_statement_extensions #: view:account.bank.statement.line:account_bank_statement_extensions.view_bank_statement_line_filter msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,id:0 @@ -274,7 +274,7 @@ msgstr "" #: field:confirm.statement.line,id:0 #: field:report.account_bank_statement_extensions.report_bankstatementbalance,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_bank_statement_extensions #: selection:account.bank.statement.line.global,type:0 @@ -292,14 +292,14 @@ msgstr "Napló" #: field:cancel.statement.line,write_uid:0 #: field:confirm.statement.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,write_date:0 #: field:cancel.statement.line,write_date:0 #: field:confirm.statement.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_bank_statement_extensions #: selection:account.bank.statement.line.global,type:0 diff --git a/addons/account_bank_statement_extensions/i18n/it.po b/addons/account_bank_statement_extensions/i18n/it.po index 20a37c2b618..2c38f2365e5 100644 --- a/addons/account_bank_statement_extensions/i18n/it.po +++ b/addons/account_bank_statement_extensions/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 16:52+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,amount:0 @@ -49,7 +49,7 @@ msgstr "Estratto Conto Bancario" #. module: account_bank_statement_extensions #: model:ir.actions.report.xml,name:account_bank_statement_extensions.action_bank_statement_balance_report msgid "Bank Statement Balances" -msgstr "" +msgstr "Saldo etratto conto" #. module: account_bank_statement_extensions #: view:website:account_bank_statement_extensions.report_bankstatementbalance @@ -183,14 +183,14 @@ msgstr "Numero Controparte" #: field:cancel.statement.line,create_uid:0 #: field:confirm.statement.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,create_date:0 #: field:cancel.statement.line,create_date:0 #: field:confirm.statement.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_bank_statement_extensions #: view:account.bank.statement.line:account_bank_statement_extensions.view_bank_statement_line_filter @@ -269,7 +269,7 @@ msgstr "ID Globalizzazione" #. module: account_bank_statement_extensions #: view:account.bank.statement.line:account_bank_statement_extensions.view_bank_statement_line_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,id:0 @@ -277,7 +277,7 @@ msgstr "" #: field:confirm.statement.line,id:0 #: field:report.account_bank_statement_extensions.report_bankstatementbalance,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_bank_statement_extensions #: selection:account.bank.statement.line.global,type:0 @@ -295,14 +295,14 @@ msgstr "Registro" #: field:cancel.statement.line,write_uid:0 #: field:confirm.statement.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_bank_statement_extensions #: field:account.bank.statement.line.global,write_date:0 #: field:cancel.statement.line,write_date:0 #: field:confirm.statement.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_bank_statement_extensions #: selection:account.bank.statement.line.global,type:0 diff --git a/addons/account_budget/i18n/hr.po b/addons/account_budget/i18n/hr.po index cc5c0526ed8..45ec50eb679 100644 --- a/addons/account_budget/i18n/hr.po +++ b/addons/account_budget/i18n/hr.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-26 13:51+0000\n" +"Last-Translator: Ivan Marijanović \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_budget #: model:ir.actions.act_window,help:account_budget.act_crossovered_budget_view @@ -41,6 +41,27 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kliknite za kreiranje novog budgeta.\n" +"

\n" +" Budget je projekcija prihoda i/ili rashoda vaše " +"organizacije\n" +" koji se očkuju u nekom razdoblju u budućnosti. Budget se " +"prjicira\n" +" putem financijskih i/ili analitičkih konta (koji mogu " +"predstavljati\n" +" projekte, odjele, grupe proizvoda, itd.)\n" +"

\n" +" Prateći kamo odlazi vaš novac manje je vjerojatno da ćete\n" +" previše potrošiti i vjerojatnije je kako ćete ostvariti " +"svoje financijske\n" +" ciljeve. Projicirajte budget specificirajući očekivane " +"prihode po \n" +" analitičkim kontima i pratite njihovo ostvarenje temeljem " +"stvarne realizacije\n" +" u promatranom razdoblju.\n" +"

\n" +" " #. module: account_budget #: model:ir.model,name:account_budget.model_account_budget_crossvered_summary_report @@ -73,7 +94,7 @@ msgstr "Analiza od" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Analysis from:" -msgstr "" +msgstr "Analiza od" #. module: account_budget #: field:crossovered.budget.lines,analytic_account_id:0 @@ -85,7 +106,7 @@ msgstr "Konto analitike" #. module: account_budget #: view:website:account_budget.report_analyticaccountbudget msgid "Analytic Budget" -msgstr "" +msgstr "Analitički Budget" #. module: account_budget #: view:crossovered.budget:account_budget.crossovered_budget_view_form diff --git a/addons/account_budget/i18n/hu.po b/addons/account_budget/i18n/hu.po index 4ec0b38524b..6f3cbfa5d81 100644 --- a/addons/account_budget/i18n/hu.po +++ b/addons/account_budget/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 14:47+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_budget #: model:ir.actions.act_window,help:account_budget.act_crossovered_budget_view @@ -90,7 +90,7 @@ msgstr "Elemzési időszak" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Analysis from:" -msgstr "" +msgstr "Elemzés ettől:" #. module: account_budget #: field:crossovered.budget.lines,analytic_account_id:0 @@ -102,7 +102,7 @@ msgstr "Gyűjtőkód" #. module: account_budget #: view:website:account_budget.report_analyticaccountbudget msgid "Analytic Budget" -msgstr "" +msgstr "Elemzési költségvetési keret, büdzsé" #. module: account_budget #: view:crossovered.budget:account_budget.crossovered_budget_view_form @@ -146,7 +146,7 @@ msgstr "Tervsorok" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Budget:" -msgstr "" +msgstr "Költségvetési keret:" #. module: account_budget #: view:account.budget.post:account_budget.view_budget_post_form @@ -225,7 +225,7 @@ msgstr "Megerősített" #: field:crossovered.budget,create_uid:0 #: field:crossovered.budget.lines,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_budget #: field:account.budget.analytic,create_date:0 @@ -236,7 +236,7 @@ msgstr "" #: field:crossovered.budget,create_date:0 #: field:crossovered.budget.lines,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_budget #: view:website:account_budget.report_analyticaccountbudget @@ -310,7 +310,7 @@ msgstr "Hiba!" #: field:report.account_budget.report_budget,id:0 #: field:report.account_budget.report_crossoveredbudget,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_budget #: field:account.budget.analytic,write_uid:0 @@ -321,7 +321,7 @@ msgstr "" #: field:crossovered.budget,write_uid:0 #: field:crossovered.budget.lines,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_budget #: field:account.budget.analytic,write_date:0 @@ -332,7 +332,7 @@ msgstr "" #: field:crossovered.budget,write_date:0 #: field:crossovered.budget.lines,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_budget #: field:account.budget.post,name:0 @@ -499,7 +499,7 @@ msgstr "Költségvetés jóváhagyása" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Total:" -msgstr "" +msgstr "Összesen:" #. module: account_budget #: field:crossovered.budget,validating_user_id:0 diff --git a/addons/account_budget/i18n/it.po b/addons/account_budget/i18n/it.po index 3fc19c1da05..bf5e0be4cee 100644 --- a/addons/account_budget/i18n/it.po +++ b/addons/account_budget/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 20:06+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_budget #: model:ir.actions.act_window,help:account_budget.act_crossovered_budget_view @@ -41,6 +41,21 @@ msgid "" "

\n" " " msgstr "" +"

\n" +"Cliccare per creare un nuovo budget.\n" +"

\n" +"Un budget è una previsione che la vostra azienda ha di spese ed entrate\n" +"attese per un periodo nel futuro. Un budget è definito in alcuni\n" +"conti finanziari e/o conti analitici (che possono rappresentare\n" +"progetti, dipartimentim categorie di prodotti, ecc.)\n" +"

\n" +"Tenendo traccia di dove il denaro circola, potrete migliorare il risparmio\n" +"a migliorare il raggiungimento dei vostri obiettivi finanziari. \n" +"Il bilancio previsionale dettagliando i guadagni attesi per\n" +"conto analitico e monitorando la sua evoluzione basandosi sui \n" +"risultati attuali durante il periodo.\n" +"

\n" +" " #. module: account_budget #: model:ir.model,name:account_budget.model_account_budget_crossvered_summary_report @@ -73,7 +88,7 @@ msgstr "Maschera Analisi" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Analysis from:" -msgstr "" +msgstr "Analisi da:" #. module: account_budget #: field:crossovered.budget.lines,analytic_account_id:0 @@ -85,7 +100,7 @@ msgstr "Conto analitico" #. module: account_budget #: view:website:account_budget.report_analyticaccountbudget msgid "Analytic Budget" -msgstr "" +msgstr "Budget analitico" #. module: account_budget #: view:crossovered.budget:account_budget.crossovered_budget_view_form @@ -129,7 +144,7 @@ msgstr "Linee Budget" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Budget:" -msgstr "" +msgstr "Budget:" #. module: account_budget #: view:account.budget.post:account_budget.view_budget_post_form @@ -169,7 +184,7 @@ msgstr "Annulla" #. module: account_budget #: view:crossovered.budget:account_budget.crossovered_budget_view_form msgid "Cancel Budget" -msgstr "" +msgstr "Annulla budget" #. module: account_budget #: selection:crossovered.budget,state:0 @@ -208,7 +223,7 @@ msgstr "Confermato" #: field:crossovered.budget,create_uid:0 #: field:crossovered.budget.lines,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_budget #: field:account.budget.analytic,create_date:0 @@ -219,7 +234,7 @@ msgstr "" #: field:crossovered.budget,create_date:0 #: field:crossovered.budget.lines,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_budget #: view:website:account_budget.report_analyticaccountbudget @@ -293,7 +308,7 @@ msgstr "Errore!" #: field:report.account_budget.report_budget,id:0 #: field:report.account_budget.report_crossoveredbudget,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_budget #: field:account.budget.analytic,write_uid:0 @@ -304,7 +319,7 @@ msgstr "" #: field:crossovered.budget,write_uid:0 #: field:crossovered.budget.lines,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_budget #: field:account.budget.analytic,write_date:0 @@ -315,7 +330,7 @@ msgstr "" #: field:crossovered.budget,write_date:0 #: field:crossovered.budget.lines,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_budget #: field:account.budget.post,name:0 @@ -482,7 +497,7 @@ msgstr "Approvazione Budgets" #: view:website:account_budget.report_budget #: view:website:account_budget.report_crossoveredbudget msgid "Total:" -msgstr "" +msgstr "Totale:" #. module: account_budget #: field:crossovered.budget,validating_user_id:0 diff --git a/addons/account_check_writing/i18n/hu.po b/addons/account_check_writing/i18n/hu.po index 6298dc00c11..d6bf198f74f 100644 --- a/addons/account_check_writing/i18n/hu.po +++ b/addons/account_check_writing/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 15:04+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_check_writing #: model:ir.actions.act_window,help:account_check_writing.action_write_check @@ -33,6 +33,20 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson új csekk létrehozásához. \n" +"

\n" +" A csekk fizetési formanyomtatvány lehetővé teszi a " +"beszállítóknak\n" +" csekken történő kifizetéseinek nyomon követését. Ha " +"kiválasztja a beszállítóját, a\n" +" fizetés módját és a fizetendő összeget, az Odoo rendszer " +"felajánlja\n" +" a fizetései kiegyenlítését a többi nyitott beszállítói " +"számlák vagy követelésekkel\n" +" együtt.\n" +"

\n" +" " #. module: account_check_writing #: model:ir.model,name:account_check_writing.model_account_voucher @@ -74,6 +88,8 @@ msgstr "Csekk elrendezése" #: help:account.journal,use_preprint_check:0 msgid "Check if you use a preformated sheet for check" msgstr "" +"Ellenőrizze, hogy ha az ellenőrzéshez egy előre formázott egyenleg " +"kimutatást használ" #. module: account_check_writing #: selection:res.company,check_layout:0 @@ -115,12 +131,12 @@ msgstr "Vállalatok" #. module: account_check_writing #: field:account.check.write,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_check_writing #: field:account.check.write,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_check_writing #: view:website:account_check_writing.report_check @@ -147,7 +163,7 @@ msgstr "Hiba!" #: field:account.check.write,id:0 #: field:report.account_check_writing.report_check,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_check_writing #: model:ir.model,name:account_check_writing.model_account_journal @@ -157,12 +173,12 @@ msgstr "Napló" #. module: account_check_writing #: field:account.check.write,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_check_writing #: field:account.check.write,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_check_writing #: field:account.check.write,check_number:0 @@ -173,7 +189,7 @@ msgstr "Következő csekk száma" #: code:addons/account_check_writing/account_voucher.py:77 #, python-format msgid "No check selected " -msgstr "" +msgstr "Nem lett kiválasztva csekk " #. module: account_check_writing #: code:addons/account_check_writing/wizard/account_check_batch_printing.py:59 @@ -216,7 +232,7 @@ msgstr "Csekkek kötegelt nyomtatása" #: code:addons/account_check_writing/account_voucher.py:77 #, python-format msgid "Printing error" -msgstr "" +msgstr "Nyomtatási hiba" #. module: account_check_writing #: help:account.check.write,check_number:0 diff --git a/addons/account_check_writing/i18n/it.po b/addons/account_check_writing/i18n/it.po new file mode 100644 index 00000000000..2e5ffe0ed47 --- /dev/null +++ b/addons/account_check_writing/i18n/it.po @@ -0,0 +1,231 @@ +# Italian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-10-01 20:26+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_check_writing +#: model:ir.actions.act_window,help:account_check_writing.action_write_check +msgid "" +"

\n" +" Click to create a new check. \n" +"

\n" +" The check payment form allows you to track the payment you " +"do\n" +" to your suppliers using checks. When you select a supplier, " +"the\n" +" payment method and an amount for the payment, Odoo will\n" +" propose to reconcile your payment with the open supplier\n" +" invoices or bills.\n" +"

\n" +" " +msgstr "" + +#. module: account_check_writing +#: model:ir.model,name:account_check_writing.model_account_voucher +msgid "Accounting Voucher" +msgstr "Voucher contabile" + +#. module: account_check_writing +#: field:account.voucher,allow_check:0 +msgid "Allow Check Writing" +msgstr "" + +#. module: account_check_writing +#: field:account.journal,allow_check_writing:0 +msgid "Allow Check writing" +msgstr "" + +#. module: account_check_writing +#: field:account.voucher,amount_in_word:0 +msgid "Amount in Word" +msgstr "Importo in cifre" + +#. module: account_check_writing +#: view:account.check.write:account_check_writing.view_account_check_write +msgid "Cancel" +msgstr "Annulla" + +#. module: account_check_writing +#: view:account.check.write:account_check_writing.view_account_check_write +#: model:ir.actions.report.xml,name:account_check_writing.action_report_check +msgid "Check" +msgstr "" + +#. module: account_check_writing +#: field:res.company,check_layout:0 +msgid "Check Layout" +msgstr "" + +#. module: account_check_writing +#: help:account.journal,use_preprint_check:0 +msgid "Check if you use a preformated sheet for check" +msgstr "" + +#. module: account_check_writing +#: selection:res.company,check_layout:0 +msgid "Check in middle" +msgstr "" + +#. module: account_check_writing +#: selection:res.company,check_layout:0 +msgid "Check on Top" +msgstr "" + +#. module: account_check_writing +#: selection:res.company,check_layout:0 +msgid "Check on bottom" +msgstr "" + +#. module: account_check_writing +#: help:res.company,check_layout:0 +msgid "" +"Check on top is compatible with Quicken, QuickBooks and Microsoft Money. " +"Check in middle is compatible with Peachtree, ACCPAC and DacEasy. Check on " +"bottom is compatible with Peachtree, ACCPAC and DacEasy only" +msgstr "" + +#. module: account_check_writing +#: help:account.journal,allow_check_writing:0 +msgid "Check this if the journal is to be used for writing checks." +msgstr "" + +#. module: account_check_writing +#: model:ir.model,name:account_check_writing.model_res_company +msgid "Companies" +msgstr "" + +#. module: account_check_writing +#: field:account.check.write,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_check_writing +#: field:account.check.write,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_check_writing +#: view:website:account_check_writing.report_check +msgid "Description" +msgstr "" + +#. module: account_check_writing +#: view:website:account_check_writing.report_check +msgid "Discount" +msgstr "" + +#. module: account_check_writing +#: view:website:account_check_writing.report_check +msgid "Due Date" +msgstr "" + +#. module: account_check_writing +#: code:addons/account_check_writing/wizard/account_check_batch_printing.py:59 +#, python-format +msgid "Error!" +msgstr "" + +#. module: account_check_writing +#: field:account.check.write,id:0 +#: field:report.account_check_writing.report_check,id:0 +msgid "ID" +msgstr "" + +#. module: account_check_writing +#: model:ir.model,name:account_check_writing.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_check_writing +#: field:account.check.write,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_check_writing +#: field:account.check.write,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_check_writing +#: field:account.check.write,check_number:0 +msgid "Next Check Number" +msgstr "" + +#. module: account_check_writing +#: code:addons/account_check_writing/account_voucher.py:77 +#, python-format +msgid "No check selected " +msgstr "" + +#. module: account_check_writing +#: code:addons/account_check_writing/wizard/account_check_batch_printing.py:59 +#, python-format +msgid "One of the printed check already got a number." +msgstr "" + +#. module: account_check_writing +#: view:website:account_check_writing.report_check +msgid "Open Balance" +msgstr "" + +#. module: account_check_writing +#: view:website:account_check_writing.report_check +msgid "Original Amount" +msgstr "" + +#. module: account_check_writing +#: view:website:account_check_writing.report_check +msgid "Payment" +msgstr "" + +#. module: account_check_writing +#: model:ir.model,name:account_check_writing.model_account_check_write +msgid "Prin Check in Batch" +msgstr "" + +#. module: account_check_writing +#: view:account.check.write:account_check_writing.view_account_check_write +#: view:account.voucher:account_check_writing.view_vendor_payment_check_form +msgid "Print Check" +msgstr "" + +#. module: account_check_writing +#: model:ir.actions.act_window,name:account_check_writing.action_account_check_write +msgid "Print Check in Batch" +msgstr "" + +#. module: account_check_writing +#: code:addons/account_check_writing/account_voucher.py:77 +#, python-format +msgid "Printing error" +msgstr "" + +#. module: account_check_writing +#: help:account.check.write,check_number:0 +msgid "The number of the next check number to be printed." +msgstr "" + +#. module: account_check_writing +#: field:account.journal,use_preprint_check:0 +msgid "Use Preprinted Check" +msgstr "" + +#. module: account_check_writing +#: model:ir.actions.act_window,name:account_check_writing.action_write_check +#: model:ir.ui.menu,name:account_check_writing.menu_action_write_check +msgid "Write Checks" +msgstr "" diff --git a/addons/account_followup/i18n/ar.po b/addons/account_followup/i18n/ar.po index 0abe19e64d0..91f17635337 100644 --- a/addons/account_followup/i18n/ar.po +++ b/addons/account_followup/i18n/ar.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/bg.po b/addons/account_followup/i18n/bg.po index 3412dfd0a14..f5584a86082 100644 --- a/addons/account_followup/i18n/bg.po +++ b/addons/account_followup/i18n/bg.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/bs.po b/addons/account_followup/i18n/bs.po index 38a08af348a..dbebe5ab639 100644 --- a/addons/account_followup/i18n/bs.po +++ b/addons/account_followup/i18n/bs.po @@ -7,15 +7,193 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Poštovani ${object.name},

\n" +"

\n" +" Izuzetak je učinjen ako je greška do nas, ali čini se da sljedeći iznosi " +"nisu plaćeni. Molimo Vas, preuzmite\n" +"potrebne mjere da izmirite dugovanja u roku od 8 dana.\n" +"\n" +"Ako izvršite plaćanje nakon ove poruke, molimo da zanemarite ovu obavjest. " +"Ne okljevajte da pozovete naše računovodstvo\n" +"u slučaju nekog problema ili ne razjašnjenog pitanja. \n" +"\n" +"

\n" +"
\n" +"Ljep pozdrav,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -215,148 +393,6 @@ msgstr ": Korisničko ime" msgid ": User's Company Name" msgstr ": Ime kompanije korisnika" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/ca.po b/addons/account_followup/i18n/ca.po index 566f157dcc1..f9d377ea924 100644 --- a/addons/account_followup/i18n/ca.po +++ b/addons/account_followup/i18n/ca.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/cs.po b/addons/account_followup/i18n/cs.po index 2a983cc069b..baa17e28be8 100644 --- a/addons/account_followup/i18n/cs.po +++ b/addons/account_followup/i18n/cs.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/da.po b/addons/account_followup/i18n/da.po index 409f6a26d25..ccc0a8ccc85 100644 --- a/addons/account_followup/i18n/da.po +++ b/addons/account_followup/i18n/da.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/de.po b/addons/account_followup/i18n/de.po index b636a413b74..da7d3fc5912 100644 --- a/addons/account_followup/i18n/de.po +++ b/addons/account_followup/i18n/de.po @@ -7,16 +7,290 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-24 08:45+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 17:47+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:03+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"\t

Hallo ${object.name},

\n" +"\t

\n" +"\tvielleicht ist es Ihrer Aufmerksamkeit entgangen, aber die folgenden " +"Beträge sind überfällig. Bitte überweisen\n" +"Sie die ausstehenden Beträge innerhalb von 7 Tagen auf unser Konto.\n" +"\n" +"Falls Sie den Betrag bereits überwiesen haben sollten, können Sie diese " +"Nachricht ignorieren. Bei Fragen hierzu\n" +"können Sie gerne unsere Buchhaltung kontaktieren.\n" +"\n" +"\t

\n" +"
\n" +"Mit freundlichen Grüßen,\n" +"
\n" +"\t
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"\t
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Sehr geehrte(r) ${object.name},

\n" +"

\n" +" trotz mehrerer Mahnungen, ist Ihr Konto immer noch nicht ausgeglichen.\n" +"Sofern keine vollständigen Bezahlung in den nächsten 8 Tage erfolgt, werden " +"weitere rechtliche Schritte \n" +"ohne weitere Ankündigung eingeleitet. Wir vertrauen darauf, dass diese " +"Aktion unnötig sein wird. Details der \n" +"fälligen Zahlungen finden Sie unten. Sollten Sie Fragen zu diesem Thema " +"haben, zögern Sie nicht, unsere \n" +"Buchhaltung anzusprechen.\n" +"

\n" +"
\n" +"Freundliche Grüsse\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Sehr geehrte(r) ${object.name},

\n" +"

\n" +" soweit es keinen Fehler unsererseits gibt , gibt es noch nicht bezahlte " +"Rechnungen. Bitte ergreifen Sie\n" +"geeignete Maßnahmen, um eine Zahlung in den nächsten 8 Tagen vorzunehmen.\n" +"Wenn sich Ihre Zahlung mit dieser E-Mail überschneidet, ignorieren Sie bitte " +"diese Nachricht. Zögern Sie \n" +"bitte nicht, wenn es Rückfragen gibt und kontaktieren Sie unsere " +"Buchhaltung.\n" +"

\n" +"
\n" +"Freundliche Grüsse\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Sehr geehrte(r) ${object.name},

\n" +"

\n" +" wir sind enttäuscht, dass trotz Zahlungserinnerung, Ihr Konto nach wie " +"vor überfällig ist.\n" +"Es ist wichtig, dass eine sofortige Zahlung erfolgt, ansonsten müssen wir in " +"Betracht ziehen, Ihr Konto\n" +"zu sperren, weshalb wir dann nicht mehr in der Lage sein werden, Ihnen " +"unsere Waren / Dienstleistungen zu liefern.\n" +"Bitte ergreifen Sie die erforderlichen Maßnahmen, um die Zahlung in den " +"nächsten 8 Tagen vorzunehmen.\n" +"Wenn es ein Problem mit der Bezahlung der Rechnung gibt, die wir bislang " +"nicht kennen, zögern Sie nicht, \n" +"unsere Buchhaltung zu kontaktieren, damit wir die Angelegenheit schnell " +"klären können.\n" +"Sie finden die Details zu den offenen Rechnungspositionen unten.\n" +"

\n" +"
\n" +"Freundliche Grüsse,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -259,268 +533,6 @@ msgstr ": Benutzername" msgid ": User's Company Name" msgstr ": Unternehmen des Benutzers" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Sehr geehrte(r) ${object.name},

\n" -"

\n" -" vielleicht ist es Ihrer Aufmerksamkeit entgangen, aber die folgenden " -"Beträge sind überfällig. \n" -"Bitte überweisen Sie die ausstehenden Beträge innerhalb von 7 Tagen auf " -"unser Konto.\n" -"\n" -"Falls Sie den Betrag bereits überwiesen haben sollten, können Sie diese " -"Nachricht ignorieren. \n" -"Bei Fragen können Sie gerne unsere Buchhaltung kontaktieren.\n" -"\n" -"

\n" -"
\n" -"Mit freundlichen Grüßen\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Sehr geehrte(r) ${object.name},

\n" -"

\n" -" trotz Zahlungserinnerung ist Ihr Konto nach wie vor nicht ausgeglichen.\n" -"Es ist deshalb wichtig, dass eine Zahlung in den nächsten 8 Tagen erfolgt, " -"um die \n" -"Einleitung weiterer rechtlicher Schritte zu vermeiden. Sie finden sämtliche " -"Details \n" -"zu den offenen Rechnungspositionen unten.\n" -"Bei Fragen hierzu, zögern Sie bitte nicht, unsere Buchhaltung zu " -"kontaktieren. \n" -"

\n" -"
\n" -"Freundliche Grüsse\n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Sehr geehrte(r) ${object.name},

\n" -"

\n" -" soweit es keinen Fehler unsererseits gibt , gibt es noch nicht bezahlte " -"Rechnungen. Bitte ergreifen Sie\n" -"geeignete Maßnahmen, um eine Zahlung in den nächsten 8 Tagen vorzunehmen.\n" -"Wenn sich Ihre Zahlung mit dieser E-Mail überschneidet, ignorieren Sie bitte " -"diese Nachricht. Zögern Sie \n" -"bitte nicht, wenn es Rückfragen gibt und kontaktieren Sie unsere " -"Buchhaltung.\n" -"

\n" -"
\n" -"Freundliche Grüsse\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Sehr geehrte(r) ${object.name},

\n" -"\n" -" leider mussten wir feststellen, dass Sie trotz Zahlungserinnerung bis " -"heute die Zahlung des ausstehenden Betrages nicht veranlasst haben. Wenn Sie " -"die Einstellung der Lieferung von Waren, bzw. unserer Dienstleistungen " -"vermeiden wollen, ist es unumgänglich, dass die Zahlung innerhalb der " -"nächsten 8 Tage unserem Konto gutgeschrieben wird.\n" -"Wenn Sie Liquiditätsprobleme haben, kontaktieren Sie bitte unsere " -"Buchhaltung, um eine für beide Seiten verbindliche Lösung zu finden. Eine " -"Aufstellung der offenen Positionen finden Sie weiter unten.\n" -"

\n" -"
\n" -"Mit freundlichen Grüßen\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" @@ -1393,9 +1405,9 @@ msgid "" "the follow-up levels defined." msgstr "" "Diese Aktion sendet Zahlungserinnerungen per E-Mail, druckt\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tMahnschreiben und setzt die manuellen Aktionen " -"auf Kunden-\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tebene, abhängig von den definierten Mahnstufen." +" Mahnschreiben und setzt die manuellen Aktionen auf " +"Kunden-\n" +" ebene, abhängig von den definierten Mahnstufen." #. module: account_followup #: help:account_followup.print,date:0 @@ -1443,19 +1455,19 @@ msgid "" " overdue invoice will be executed." msgstr "" "Um Ihre Kunden an Ihre Zahlungsverpflichtungen zu erinnern,\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tbzw. anzumahnen, können Sie verschiedene " -"Aktionen einrichten,\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdie in Abhängigkeit zur Fälligkeitsdauer Ihres " +" bzw. anzumahnen, können Sie verschiedene Aktionen " +"einrichten,\n" +" die in Abhängigkeit zur Fälligkeitsdauer Ihres " "Kunden stehen. \n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tDiese Aktionen werden in Mahnstufen " +" Diese Aktionen werden in Mahnstufen " "zusammengefasst, die durch \n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdie Überschreitung von Fälligkeitsdaten " -"ausgelöst werden.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tWenn mehrere überfällige Rechnungen für einen " +" die Überschreitung von Fälligkeitsdaten ausgelöst " +"werden.\n" +" Wenn mehrere überfällige Rechnungen für einen " "Kunden vorliegen,\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\twerden zuerst die Aktionen für die Rechnung " -"mit der höchsten\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tMahnstufe ausgelöst." +" werden zuerst die Aktionen für die Rechnung mit " +"der höchsten\n" +" Mahnstufe ausgelöst." #. module: account_followup #: view:account.move.line:account_followup.account_move_line_partner_tree diff --git a/addons/account_followup/i18n/en_GB.po b/addons/account_followup/i18n/en_GB.po index 4d94d542727..07ac8c394b5 100644 --- a/addons/account_followup/i18n/en_GB.po +++ b/addons/account_followup/i18n/en_GB.po @@ -7,15 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -261,148 +533,6 @@ msgstr ": User Name" msgid ": User's Company Name" msgstr ": User's Company Name" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/es.po b/addons/account_followup/i18n/es.po index ee59a90c8da..dd7e06d022d 100644 --- a/addons/account_followup/i18n/es.po +++ b/addons/account_followup/i18n/es.po @@ -7,15 +7,291 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-16 16:43+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-17 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Estimado/a ${object.name},

\n" +"

\n" +"Si no ha habido equivocación por nuestra parte, parece que el siguiente " +"importe permanece sin pagar. Por favor, tome las medidas apropiadas para " +"realizar este pago en los próximos 8 días.\n" +"\n" +"Si ha realizado el pago después de que se enviara este correo, por favor " +"ignore este mensaje. No dude en contactar con nuestro departamento de " +"contabilidad.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Estimado ${object.name},

\n" +"

\n" +"A pesar de varios recordatorios, su cuenta aún no está arreglada.\n" +"A menos que haga el pago completo en los próximos 8 días, podrán tomarse " +"acciones legales para la recuperación de la deuda sin más notificaciones.\n" +"Confiamos en que está acción no sea necesaria y los detalles de los pagos " +"vencidos se muestran a continuación.\n" +"En caso de alguna consulta con respecto a este asunto, no dude en contactar " +"con nuestro departamento de contabilidad.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Estimado/a ${object.name},

\n" +"

\n" +"Si no ha habido equivocación por nuestra parte, parece que el siguiente " +"importe permanece sin pagar. Por favor, tome las medidas apropiadas para " +"realizar este pago en los próximos 8 días.\n" +"\n" +"Si ha realizado el pago después de que se enviara este correo, por favor " +"ignore este mensaje. No dude en contactar con nuestro departamento de " +"contabilidad.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Estimado/a ${object.name},

\n" +"

\n" +"\n" +"Estimado %(partner_name)s,\n" +"\n" +"Estamos decepcionados de ver que a pesar de enviarle un recordatorio, su " +"cuenta está ahora seriamente atrasada.\n" +"\n" +"Es esencial que realice el pago inmediatamente, o de lo contrario tendremos " +"que considerar parar su cuenta, lo que significa que no podremos " +"suministrarle más bienes/servicios a su empresa.\n" +"\n" +"Por favor, tome las medidas adecuadas para realizar el pago en los próximos " +"8 días.\n" +"\n" +"Si hay algún problema con el pago de la factura del que no tenemos " +"conocimiento, no dude en contactar con nuestro departamento de contabilidad, " +"para que podamos resolver el asunto rápidamente.\n" +"\n" +"Se acompañan los detalles de los pagos vencidos a continuación.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -263,258 +539,6 @@ msgstr ": Nombre de usuario" msgid ": User's Company Name" msgstr "Nombre de compañía del usuario" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Estimado ${object.name},

\n" -"

\n" -"Salvo error por nuestra parte, parece que la siguiente cantidad permanece " -"impagada. Por favor, tome las medidas necesarias para realizar el pago en " -"los siguientes 8 días.\n" -"\n" -"Si el pago ha sido tramitado después de que este mensaje fuera enviado, por " -"favor, ignórelo. No dude en contactar con nuestro departamento contable para " -"cualquier cuestión. \n" -"\n" -"

\n" -"
\n" -"Atentamente,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Estimado ${object.name},

\n" -"

\n" -"A pesar de tener varias notificaciones, su cuenta aún no está zanjada. A " -"menos que realice el pago completo en los próximos 8 días, se tomarán " -"acciones legales para el pago de la deuda sin más avisos.\n" -"Confiamos en que esta acción resulte innecesaria. Le adjuntamos los detalles " -"de los pagos vencidos a continuación.\n" -"En caso de cualquier cuestión concerniente a este asunto, contacte con " -"nuestro departamento de contabilidad.\n" -"

\n" -"
\n" -"Atentamente.\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"${object.get_followup_table_html() | safe}\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Estimado ${object.name},

\n" -"

\n" -"Salvo error por nuestra parte, parece que la siguiente cantidad permanece " -"impagada. Por favor, tome las medidas adecuadas para realizar el pago en los " -"siguientes 8 días.\n" -"\n" -"Si el pago se ha realizado después de que esté correo fuera enviado, ignore " -"por favor este mensaje. No dude en contactar con nuestro departamento de " -"contabilidad para cualquier duda.

\n" -"
\n" -"Atentamente,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"${object.get_followup_table_html() | safe}\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Estimado ${object.name},

\n" -"

\n" -"Estamos decepcionados de ver que, a pesar de haberle enviado un " -"recordatorio, su deuda continúa pendiente durante bastante tiempo. Es " -"esencial que se realice el pago inmediatamente, o de lo contrario tendremos " -"que considerar el bloqueo de su cuenta, lo que significará que no seremos " -"capaces de suplir por más tiempo a su compañía.\n" -"\n" -"Por favor, tome las medidas apropiadas para realizar el pago en los próximos " -"8 días. Si existe algún problema en el pago de la factura del que no estamos " -"al tanto, no dude en contactar con nuestro departamento de contabilidad para " -"que podamos resolverla lo antes posible.\n" -"\n" -"Se acompañan a continuación los detalles de la deuda.\n" -"

\n" -"
\n" -"Atentamente,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"${object.get_followup_table_html() | safe}\n" -"
\n" -"
\n" -" " - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" @@ -1532,3 +1556,247 @@ msgstr "desconocido" #: view:res.partner:account_followup.view_partner_inherit_followup_form msgid "⇾ Mark as Done" msgstr "Marcar como terminado" + +#~ msgid "" +#~ "
\n" +#~ "\n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Exception made if there was a mistake of ours, it seems that the " +#~ "following amount stays unpaid. Please, take\n" +#~ "appropriate measures in order to carry out this payment in the next 8 days.\n" +#~ "\n" +#~ "Would your payment have been carried out after this mail was sent, please " +#~ "ignore this message. Do not hesitate to\n" +#~ "contact our accounting department. \n" +#~ "\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

Estimado ${object.name},

\n" +#~ "

\n" +#~ "Salvo error por nuestra parte, parece que la siguiente cantidad permanece " +#~ "impagada. Por favor, tome las medidas necesarias para realizar el pago en " +#~ "los siguientes 8 días.\n" +#~ "\n" +#~ "Si el pago ha sido tramitado después de que este mensaje fuera enviado, por " +#~ "favor, ignórelo. No dude en contactar con nuestro departamento contable para " +#~ "cualquier cuestión. \n" +#~ "\n" +#~ "

\n" +#~ "
\n" +#~ "Atentamente,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Despite several reminders, your account is still not settled.\n" +#~ "Unless full payment is made in next 8 days, legal action for the recovery of " +#~ "the debt will be taken without\n" +#~ "further notice.\n" +#~ "I trust that this action will prove unnecessary and details of due payments " +#~ "is printed below.\n" +#~ "In case of any queries concerning this matter, do not hesitate to contact " +#~ "our accounting department.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Estimado ${object.name},

\n" +#~ "

\n" +#~ "A pesar de tener varias notificaciones, su cuenta aún no está zanjada. A " +#~ "menos que realice el pago completo en los próximos 8 días, se tomarán " +#~ "acciones legales para el pago de la deuda sin más avisos.\n" +#~ "Confiamos en que esta acción resulte innecesaria. Le adjuntamos los detalles " +#~ "de los pagos vencidos a continuación.\n" +#~ "En caso de cualquier cuestión concerniente a este asunto, contacte con " +#~ "nuestro departamento de contabilidad.\n" +#~ "

\n" +#~ "
\n" +#~ "Atentamente.\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Exception made if there was a mistake of ours, it seems that the " +#~ "following amount stays unpaid. Please, take\n" +#~ "appropriate measures in order to carry out this payment in the next 8 days.\n" +#~ "Would your payment have been carried out after this mail was sent, please " +#~ "ignore this message. Do not hesitate to\n" +#~ "contact our accounting department.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Estimado ${object.name},

\n" +#~ "

\n" +#~ "Salvo error por nuestra parte, parece que la siguiente cantidad permanece " +#~ "impagada. Por favor, tome las medidas adecuadas para realizar el pago en los " +#~ "siguientes 8 días.\n" +#~ "\n" +#~ "Si el pago se ha realizado después de que esté correo fuera enviado, ignore " +#~ "por favor este mensaje. No dude en contactar con nuestro departamento de " +#~ "contabilidad para cualquier duda.

\n" +#~ "
\n" +#~ "Atentamente,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " We are disappointed to see that despite sending a reminder, that your " +#~ "account is now seriously overdue.\n" +#~ "It is essential that immediate payment is made, otherwise we will have to " +#~ "consider placing a stop on your account\n" +#~ "which means that we will no longer be able to supply your company with " +#~ "(goods/services).\n" +#~ "Please, take appropriate measures in order to carry out this payment in the " +#~ "next 8 days.\n" +#~ "If there is a problem with paying invoice that we are not aware of, do not " +#~ "hesitate to contact our accounting\n" +#~ "department. so that we can resolve the matter quickly.\n" +#~ "Details of due payments is printed below.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Estimado ${object.name},

\n" +#~ "

\n" +#~ "Estamos decepcionados de ver que, a pesar de haberle enviado un " +#~ "recordatorio, su deuda continúa pendiente durante bastante tiempo. Es " +#~ "esencial que se realice el pago inmediatamente, o de lo contrario tendremos " +#~ "que considerar el bloqueo de su cuenta, lo que significará que no seremos " +#~ "capaces de suplir por más tiempo a su compañía.\n" +#~ "\n" +#~ "Por favor, tome las medidas apropiadas para realizar el pago en los próximos " +#~ "8 días. Si existe algún problema en el pago de la factura del que no estamos " +#~ "al tanto, no dude en contactar con nuestro departamento de contabilidad para " +#~ "que podamos resolverla lo antes posible.\n" +#~ "\n" +#~ "Se acompañan a continuación los detalles de la deuda.\n" +#~ "

\n" +#~ "
\n" +#~ "Atentamente,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "
\n" +#~ "
\n" +#~ " " diff --git a/addons/account_followup/i18n/es_AR.po b/addons/account_followup/i18n/es_AR.po index 761c00ae58c..0901ee7e535 100644 --- a/addons/account_followup/i18n/es_AR.po +++ b/addons/account_followup/i18n/es_AR.po @@ -7,15 +7,292 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Estimado/a ${object.name},

\n" +"

\n" +"Si no ha habido equivocación por nuestra parte, parece que el siguiente " +"importe permanece sin pagar. Por favor, tome las medidas apropiadas para " +"realizar este pago en los próximos 8 días.\n" +"\n" +"Si ha realizado el pago después de que se enviara este correo, por favor " +"ignore este mensaje. No dude en contactar con nuestro departamento de " +"contabilidad.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Estimado ${object.name},

\n" +"

\n" +" A pesar de varios recordatorios, su cuenta aún no está al día.\n" +" A menos que haga el pago completo en los próximos 8 días, podrán tomarse " +"acciones legales para la recuperación de la deuda sin más " +"notificaciones.\n" +"Confiamos en que está acción no sea necesaria. Los detalles de los pagos " +"vencidos se muestran a continuación.\n" +"En caso de alguna consulta con respecto a este asunto, no dude en contactar " +"con nuestro departamento de contabilidad.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Estimado/a ${object.name},

\n" +"

\n" +"Si no ha habido equivocación por nuestra parte, parece que el siguiente " +"importe permanece sin pagar. Por favor, tome las medidas apropiadas para " +"realizar este pago en los próximos 8 días.\n" +"\n" +"Si ha realizado el pago después de que se enviara este correo, por favor " +"ignore este mensaje. No dude en contactar con nuestro departamento de " +"contabilidad.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Estimado/a ${object.name},

\n" +"

\n" +"\n" +"Estimado %(partner_name)s,\n" +"\n" +"Estamos decepcionados de ver que a pesar de enviarle un recordatorio, su " +"cuenta está ahora seriamente atrasada.\n" +"\n" +"Es esencial que realice el pago inmediatamente, o de lo contrario tendremos " +"que considerar parar su cuenta, lo que significa que no podremos " +"suministrarle más bienes/servicios a su empresa.\n" +"\n" +"Por favor, tome las medidas adecuadas para realizar el pago en los próximos " +"8 días.\n" +"\n" +"Si hay algún problema con el pago de la factura del que no tenemos " +"conocimiento, no dude en contactar con nuestro departamento de contabilidad, " +"para que podamos resolver el asunto rápidamente.\n" +"\n" +"Se acompañan los detalles de los pagos vencidos a continuación.\n" +"

\n" +"
\n" +"Saludos cordiales,\n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -263,148 +540,6 @@ msgstr ": Nombre de Usuario" msgid ": User's Company Name" msgstr ": Nombre de Compañía del Usuario" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/es_CR.po b/addons/account_followup/i18n/es_CR.po index 6951d8ec834..83736a467d7 100644 --- a/addons/account_followup/i18n/es_CR.po +++ b/addons/account_followup/i18n/es_CR.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/es_EC.po b/addons/account_followup/i18n/es_EC.po index 788ce72d0d0..03361f02536 100644 --- a/addons/account_followup/i18n/es_EC.po +++ b/addons/account_followup/i18n/es_EC.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/es_PY.po b/addons/account_followup/i18n/es_PY.po index d789b95842c..b2700cbd8d0 100644 --- a/addons/account_followup/i18n/es_PY.po +++ b/addons/account_followup/i18n/es_PY.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/et.po b/addons/account_followup/i18n/et.po index b1a29f3341e..1c73472faac 100644 --- a/addons/account_followup/i18n/et.po +++ b/addons/account_followup/i18n/et.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/fa.po b/addons/account_followup/i18n/fa.po index c441deae8fc..7a7cb9d8b37 100644 --- a/addons/account_followup/i18n/fa.po +++ b/addons/account_followup/i18n/fa.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/fr.po b/addons/account_followup/i18n/fr.po index 9bf1ad5e638..474877b601d 100644 --- a/addons/account_followup/i18n/fr.po +++ b/addons/account_followup/i18n/fr.po @@ -7,15 +7,292 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Cher ${object.name},

\n" +"

\n" +" A l'examen de votre compte, nous constatons que sauf erreur ou omission " +"de notre part, nous n'avons toujours pas reçu à ce jour de règlement des " +"factures reprises sur le relevé ci-dessous. Nous vous remercions de bien " +"vouloir régulariser cette situation sous huitaine.\n" +"\n" +"\n" +"Au cas où votre règlement se serait croisé avec la présente, nous vous " +"prions de ne pas en tenir compte. N'hésitez pas à contacter notre service " +"comptable.\n" +"\n" +"

\n" +"
\n" +"Veuillez agréer nos salutations distinguées,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Cher ${object.name},

\n" +"

\n" +" Malgré plusieurs rappels, votre compte est toujours débiteur.\n" +"Nous vous mettons donc en demeure de nous régler sous huitaine l’intégralité " +"de la somme. Passé ce délai,\n" +"nous mettrons en œuvre toutes les démarches légales nécessaires au " +"recouvrement de notre créance sans nouvelle notification.\n" +"J'espère que ces actions ne seront pas nécessaires et vous trouverez le " +"détail des factures impayées ci-dessous.\n" +"Pour toutes questions concernant ce sujet. n'hésitez pas à prendre contact " +"avec notre service comptable.\n" +"

\n" +"
\n" +"Veuillez agréer nos salutations distinguées,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" A l'examen de votre compte, nous constatons que sauf erreur ou omission " +"de notre part, nous n'avons toujours pas reçu à ce jour de règlement des " +"factures reprises sur le relevé ci-dessous. Nous vous remercions de bien " +"vouloir régulariser cette situation sous huitaine.\n" +"Au cas où votre règlement se serait croisé avec ce courriel, nous vous " +"prions de ne pas en tenir compte. N'hésitez pas à contacter notre service " +"comptable. \n" +"

\n" +"
\n" +"Veuillez agréer nos salutations distinguées,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Cher ${object.name},

\n" +"

\n" +" Nous constatons avec regret que malgré notre précédent rappel, votre " +"compte est toujours débiteur.\n" +"Nous vous mettons donc en demeure de nous régler sous huitaine l’intégralité " +"de la somme. Passé ce délai,\n" +"nous bloquerons votre compte ce qui signifie que vous ne pourrez plus passer " +"de commandes\n" +"auprès de notre société (articles/services).\n" +"Si pour une raison qui nous est inconnue vous ne pouvez régler ces factures, " +"n'hésitez pas à prendre contact\n" +"avec notre service comptable afin que nous trouvions une solution rapide à " +"ce problème.\n" +"\n" +"Le détail des factures impayées est listé ci-dessous.\n" +"

\n" +"
\n" +"Veuillez agréer nos salutations distinguées,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -262,148 +539,6 @@ msgstr ": Nom d'utilisateur" msgid ": User's Company Name" msgstr ": Nom de la société de l'utilisateur" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/gl.po b/addons/account_followup/i18n/gl.po index 5714a761a67..ad1ed328db3 100644 --- a/addons/account_followup/i18n/gl.po +++ b/addons/account_followup/i18n/gl.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/hr.po b/addons/account_followup/i18n/hr.po index bac8f2a75fc..7fd6be20335 100644 --- a/addons/account_followup/i18n/hr.po +++ b/addons/account_followup/i18n/hr.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr ": Ime tvrtke korisnika" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/hu.po b/addons/account_followup/i18n/hu.po index 2693642b20a..08428475844 100644 --- a/addons/account_followup/i18n/hu.po +++ b/addons/account_followup/i18n/hu.po @@ -7,15 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 15:07+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Tisztelt ${object.name},

\n" +"

\n" +" Ha időközben kiegyenlítésre került, vagy a mi hibánkból adódóan téves, " +"akkor tárgytalan, \n" +"de adataink szerint a következő tétel kifizetés nélkül maradt. \n" +"Kérjük Önöket a fizetés 8 napon belüli pontos teljesítésére.\n" +"\n" +"Ha a levél elküldése előtt a fizetés már megtörtént akkor kérjük tekintsék " +"ezt tárgytalannak. Kérjük vegyék fel a kapcsolatot könyvelési " +"csoportunkkal. \n" +"\n" +"

\n" +"
\n" +"Üdvözlettel,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" A többszörös fizetési-emlékeztető ellenére, még mindig nem történt meg a " +"számla kiegyenlítése.\n" +"Ha nem történik meg a kiegyenlítés 8 napon belül, törvényes úton vagyunk " +"kénytelenek az adósságot behajtani, minden további felszólítás nélkül.\n" +"Úgy gondoljuk, hogy ez nem lesz szükséges lépés a lenti részletekkel " +"kapcsolatban.\n" +"Az üggyel kapcsolatban felmerült kérdésekben, kérjük vegyék fel a " +"kapcsolatot a könyvelési csoportunkkal.\n" +"

\n" +"
\n" +"Tisztelttel,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Tisztelt ${object.name},

\n" +"

\n" +" Ha időközben kiegyenlítésre került, vagy a mi hibánkból adódóan téves, " +"akkor tárgytalan, \n" +"de adataink szerint a következő tétel kifizetés nélkül maradt. \n" +"Kérjük Önöket a fizetés 8 napon belüli pontos teljesítésére.\n" +"Ha a levél elküldése előtt a fizetés már megtörtént akkor kérjük tekintsék " +"ezt tárgytalannak. Kérjük vegyék fel a kapcsolatot könyvelési " +"csoportunkkal. \n" +"

\n" +"
\n" +"Üdvözlettel,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Csalódottan vettük tudomásul, és ezért fizetési-emlékeztetőt vagyunk " +"kénytelenek küldeni, mivel a számlája már régebben esedékessé vált.Fontos, " +"hogy azonnal fizessenek, egyéb esetben kénytelenek vagyunk elbírálni a " +"számlájuk lezárását, ami azzal jár, hogy nem leszünk képesek időben " +"szállítani az Önök vállalakozásának (termékeket/szolgáltatásokat).\n" +"Kérjük Önöket a fizetés 8 napon belüli pontos teljesítésére.\n" +"Ha a fizetéssel kapcsolatban probléma merült fel, amit mi nem vettünk " +"figyelembe, akkor kérjük vegyék fel a könyvelési csoportunkkal a " +"kapcsolatot, hogy elháríthassuk azt amilyen gyorsan csak lehet.\n" +"A lejárt számlák részleteit lentebb találják.\n" +"

\n" +"
\n" +"Üdvözlettel,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -258,148 +530,6 @@ msgstr ": Felhasználó neve" msgid ": User's Company Name" msgstr ": Felhasználó vállalata neve" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" @@ -555,7 +685,7 @@ msgstr "Vállalat" #. module: account_followup #: view:account.config.settings:account_followup.view_account_config_settings_inherit msgid "Configure your follow-up levels" -msgstr "" +msgstr "Állítsa be a nyomonkövetési szintjeit" #. module: account_followup #: field:account_followup.followup,create_uid:0 @@ -563,7 +693,7 @@ msgstr "" #: field:account_followup.print,create_uid:0 #: field:account_followup.sending.results,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_followup #: field:account_followup.followup,create_date:0 @@ -571,7 +701,7 @@ msgstr "" #: field:account_followup.print,create_date:0 #: field:account_followup.sending.results,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_followup #: field:account_followup.stat,credit:0 @@ -591,12 +721,12 @@ msgstr "Vevő fizetésre vonatkozó igérete" #. module: account_followup #: view:website:account_followup.report_followup msgid "Customer ref:" -msgstr "" +msgstr "Ügyfél referencia:" #. module: account_followup #: view:website:account_followup.report_followup msgid "Date:" -msgstr "" +msgstr "Dátum:" #. module: account_followup #: sql_constraint:account_followup.followup.line:0 @@ -633,7 +763,7 @@ msgstr "" #. module: account_followup #: view:website:account_followup.report_followup msgid "Document: Customer account statement" -msgstr "" +msgstr "Bizonylat: Vevő számla kivonat" #. module: account_followup #: view:account_followup.sending.results:account_followup.view_account_followup_sending_results @@ -806,7 +936,7 @@ msgstr "Megadja a fizetési-emlékeztető sorok listázási sorrendjét." #: view:account_followup.stat:account_followup.view_account_followup_stat_search #: view:res.partner:account_followup.customer_followup_search_view msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account_followup #: view:res.partner:account_followup.view_partner_inherit_followup_form @@ -826,7 +956,7 @@ msgstr "" #: field:account_followup.stat.by.partner,id:0 #: field:report.account_followup.report_followup,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_followup #: view:res.partner:account_followup.view_partner_inherit_followup_form @@ -866,7 +996,7 @@ msgstr "Könyvelési tételsorok" #: field:account_followup.print,write_uid:0 #: field:account_followup.sending.results,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_followup #: field:account_followup.followup,write_date:0 @@ -874,7 +1004,7 @@ msgstr "" #: field:account_followup.print,write_date:0 #: field:account_followup.sending.results,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_followup #: field:account_followup.stat,date_move_last:0 @@ -905,7 +1035,7 @@ msgstr "Legitóbbi per nélküli fizetési-emlékeztetőt szint" #. module: account_followup #: view:account_followup.stat:account_followup.view_account_followup_stat_search msgid "Latest Follow-up Month" -msgstr "" +msgstr "Legutóbbi nyomonkövetési hónap" #. module: account_followup #: help:res.partner,latest_followup_date:0 diff --git a/addons/account_followup/i18n/id.po b/addons/account_followup/i18n/id.po index 0dfe8952438..e2e5d3e8ca4 100644 --- a/addons/account_followup/i18n/id.po +++ b/addons/account_followup/i18n/id.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/it.po b/addons/account_followup/i18n/it.po index 5a2f48e00d8..b630cb10c4d 100644 --- a/addons/account_followup/i18n/it.po +++ b/addons/account_followup/i18n/it.po @@ -7,15 +7,224 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 06:06+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Spettabile ${object.name},

\n" +"

\n" +"Ad eccezione fatta nel caso ci fosse un nostro errore, sembra che il " +"seguente importo risulti non pagato. Prego prendere le appropiate misure per " +"chiudere il pagamento entro i prossimi 8 giorni.\n" +"\n" +"Nel caso il vostro pagamento fosse gà stato portato avanti prima della " +"spedizione di questa nostra mail, prego ignorate questo messaggio. Non " +"esitate a contattare il nostro ufficio contabile.\n" +"\n" +"

\n" +"
\n" +"Cordiali saluti,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Spettabile ${object.name},

\n" +"

\n" +"Nonostante i vari promemoria il vostro conto non è stato regolarizzato.\n" +"Se il pagamento completo non viene fatto nei prossimi 8 giorni, saremo " +"costretti a prendere delle azioni per la correzione della vostra posizione " +"di debito senza ulteriore avvertimento.\n" +"Confidiamo che questa azione non sia nesessaria e stampiamo i dettagli del " +"pagamento scaduto qui sotto.\n" +"Nel caso aveste dubbi o richieste relativamente a questo problema, non " +"esitate a contattare il nostro ufficio contabile.\n" +"

\n" +"
\n" +"Distinti saluti,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -229,148 +438,6 @@ msgstr ": Nome utente" msgid ": User's Company Name" msgstr ": Nome Utente Azienda" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" @@ -419,6 +486,8 @@ msgstr "Azione Da Fare" #: view:res.partner:account_followup.view_partner_inherit_followup_form msgid "Action to be taken e.g. Give a phonecall, Check if it's paid, ..." msgstr "" +"Azione che deve essere presa, es.: Prendere una telefonata, controllare se è " +"avvenuto il pagamento, ..." #. module: account_followup #: view:account_followup.followup.line:account_followup.view_account_followup_followup_line_form @@ -446,7 +515,7 @@ msgstr "Importo Scaduto" #: code:addons/account_followup/account_followup.py:281 #, python-format msgid "Amount due" -msgstr "" +msgstr "Importo dovuto" #. module: account_followup #: code:addons/account_followup/wizard/account_followup_print.py:160 @@ -479,6 +548,9 @@ msgid "" " order to exclude it from the next follow-up " "actions." msgstr "" +"Qui sotto c'è lo storico delle transazioni di questo \n" +"cliente. Potete spuntare \"Non sequire\" se \n" +"volete escluderlo dalla prossima azione di \"follow up\"." #. module: account_followup #: field:account_followup.stat,blocked:0 @@ -495,6 +567,7 @@ msgstr "Annulla" msgid "" "Check if you want to print follow-ups without changing follow-up level." msgstr "" +"Spuntare se volete stampare i follow up senza cambiare il relativo livello." #. module: account_followup #: view:res.partner:account_followup.view_partner_inherit_followup_form @@ -517,7 +590,7 @@ msgstr "Azienda" #. module: account_followup #: view:account.config.settings:account_followup.view_account_config_settings_inherit msgid "Configure your follow-up levels" -msgstr "" +msgstr "Configurare il vostro livello di follow-up" #. module: account_followup #: field:account_followup.followup,create_uid:0 @@ -525,7 +598,7 @@ msgstr "" #: field:account_followup.print,create_uid:0 #: field:account_followup.sending.results,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_followup #: field:account_followup.followup,create_date:0 @@ -533,7 +606,7 @@ msgstr "" #: field:account_followup.print,create_date:0 #: field:account_followup.sending.results,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_followup #: field:account_followup.stat,credit:0 @@ -553,12 +626,12 @@ msgstr "Promessa di Pagamento Cliente" #. module: account_followup #: view:website:account_followup.report_followup msgid "Customer ref:" -msgstr "" +msgstr "Rif. cliente:" #. module: account_followup #: view:website:account_followup.report_followup msgid "Date:" -msgstr "" +msgstr "Data:" #. module: account_followup #: sql_constraint:account_followup.followup.line:0 @@ -596,7 +669,7 @@ msgstr "" #. module: account_followup #: view:website:account_followup.report_followup msgid "Document: Customer account statement" -msgstr "" +msgstr "Documento: Scheda Conto Cliente" #. module: account_followup #: view:account_followup.sending.results:account_followup.view_account_followup_sending_results @@ -607,7 +680,7 @@ msgstr "Scarica lettere" #: code:addons/account_followup/account_followup.py:259 #, python-format msgid "Due Date" -msgstr "" +msgstr "Data scadenza" #. module: account_followup #: field:account_followup.followup.line,delay:0 @@ -641,7 +714,7 @@ msgstr "Email non spedite per mancanza dell'indirizzo email del partner" #: code:addons/account_followup/report/account_followup_print.py:82 #, python-format msgid "Error!" -msgstr "" +msgstr "Errore!" #. module: account_followup #: field:account_followup.stat,date_move:0 @@ -770,7 +843,7 @@ msgstr "" #: view:account_followup.stat:account_followup.view_account_followup_stat_search #: view:res.partner:account_followup.customer_followup_search_view msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: account_followup #: view:res.partner:account_followup.view_partner_inherit_followup_form @@ -778,6 +851,8 @@ msgid "" "He said the problem was temporary and promised to pay 50% before 15th of " "May, balance before 1st of July." msgstr "" +"E' stato riferito che il problema è stato temporaneo con la promessa di " +"pagare il 50% prima del 15 di maggio, il rimanente prima del primo di luglio." #. module: account_followup #: field:account_followup.followup,id:0 @@ -788,7 +863,7 @@ msgstr "" #: field:account_followup.stat.by.partner,id:0 #: field:report.account_followup.report_followup,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_followup #: view:res.partner:account_followup.view_partner_inherit_followup_form @@ -828,7 +903,7 @@ msgstr "Voci Sezionale" #: field:account_followup.print,write_uid:0 #: field:account_followup.sending.results,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_followup #: field:account_followup.followup,write_date:0 @@ -836,7 +911,7 @@ msgstr "" #: field:account_followup.print,write_date:0 #: field:account_followup.sending.results,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_followup #: field:account_followup.stat,date_move_last:0 @@ -867,7 +942,7 @@ msgstr "Ultimo Livello di Sollecito di Pagamento senza causa legale" #. module: account_followup #: view:account_followup.stat:account_followup.view_account_followup_stat_search msgid "Latest Follow-up Month" -msgstr "" +msgstr "Ultimo mese follow up" #. module: account_followup #: help:res.partner,latest_followup_date:0 @@ -895,7 +970,7 @@ msgstr "Li." #: code:addons/account_followup/account_followup.py:261 #, python-format msgid "Lit." -msgstr "" +msgstr "Lit." #. module: account_followup #: view:account_followup.stat:account_followup.view_account_followup_stat_search @@ -927,7 +1002,7 @@ msgstr "Massimo Livello Sollecito di Pagamento" #: model:ir.actions.act_window,name:account_followup.action_customer_my_followup #: model:ir.ui.menu,name:account_followup.menu_sale_followup msgid "My Follow-Ups" -msgstr "" +msgstr "I miei follow-up" #. module: account_followup #: view:res.partner:account_followup.customer_followup_search_view @@ -1069,12 +1144,12 @@ msgstr "Rif" #: code:addons/account_followup/account_followup.py:258 #, python-format msgid "Reference" -msgstr "" +msgstr "Riferimento" #. module: account_followup #: view:res.partner:account_followup.view_partner_inherit_followup_form msgid "Responsible of credit collection" -msgstr "" +msgstr "Responsabile di una colleziona di crediti" #. module: account_followup #: model:ir.model,name:account_followup.model_account_followup_sending_results @@ -1176,6 +1251,8 @@ msgid "" "The followup plan defined for the current company does not have any followup " "action." msgstr "" +"Il piano di follow up definito per l'azienda corrente non ha alcuna azione " +"follow-up definita" #. module: account_followup #: help:res.partner,latest_followup_level_id:0 @@ -1198,6 +1275,9 @@ msgid "" "the reminder. Could be negative if you want to send a polite alert " "beforehand." msgstr "" +"Il numero di giorni dopo la data di scadenza della fattura che occorrono " +"aspettare prima dell'invio del promemoria. Possono essere anche negativi nel " +"caso vogliate inviare un gentile avviso anticipatamente." #. module: account_followup #: code:addons/account_followup/account_followup.py:313 @@ -1206,12 +1286,14 @@ msgid "" "The partner does not have any accounting entries to print in the overdue " "report for the current company." msgstr "" +"Il partner non ha alcuna voce contabile da stampare nel report pagamenti " +"scaduti per l'azienda corrente." #. module: account_followup #: code:addons/account_followup/account_followup.py:319 #, python-format msgid "There is no followup plan defined for the current company." -msgstr "" +msgstr "Non ci sono piani di follow up definiti per l'azienda corrente." #. module: account_followup #: view:account_followup.stat:account_followup.view_account_followup_stat_search @@ -1225,6 +1307,8 @@ msgid "" " set the manual actions per customer, according to " "the follow-up levels defined." msgstr "" +"Questa azione invierà mail di follow-up, stamperà lettere e imposterà azioni " +"manuali per i clienti, in accordo con il livello di follow up definito." #. module: account_followup #: help:account_followup.print,date:0 @@ -1271,6 +1355,14 @@ msgid "" " same customer, the actions of the most \n" " overdue invoice will be executed." msgstr "" +"Per ricordare ai clinti di pagare le loro fatture, potrete\n" +"definire differenti azioni dipendenti dalla gravità in cui \n" +"il cliente è insolvente. Queste azioni sono raccolte\n" +"in un livello di follow up che scatterà quando la data\n" +"di scadenza di una fattura è passata per un certo\n" +"numero di giorni. Se ci saranno altre fatture scadute per\n" +"lo stesso cliente, l'azione per il mancato pagamento\n" +"verrà esequita." #. module: account_followup #: view:account.move.line:account_followup.account_move_line_partner_tree @@ -1334,6 +1426,8 @@ msgstr "" msgid "" "You became responsible to do the next action for the payment follow-up of" msgstr "" +"Voi diverrete il responsabile per effettuare la prossima azione per follow " +"up del pagamento" #. module: account_followup #: constraint:account_followup.followup.line:0 @@ -1352,7 +1446,7 @@ msgstr "giorni di ritardo, eseguire le seguenti azioni:" #. module: account_followup #: view:account_followup.followup.line:account_followup.view_account_followup_followup_line_form msgid "e.g. Call the customer, check if it's paid, ..." -msgstr "" +msgstr "es. Chiama il cliente, controlla se ha pagato, ..." #. module: account_followup #: field:account_followup.print,company_id:0 diff --git a/addons/account_followup/i18n/ja.po b/addons/account_followup/i18n/ja.po index 5b099deffbe..204d57368ba 100644 --- a/addons/account_followup/i18n/ja.po +++ b/addons/account_followup/i18n/ja.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/lt.po b/addons/account_followup/i18n/lt.po index 2811ce04a83..32f9ff044d2 100644 --- a/addons/account_followup/i18n/lt.po +++ b/addons/account_followup/i18n/lt.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/mk.po b/addons/account_followup/i18n/mk.po index 7807742d005..15c2b19b8dd 100644 --- a/addons/account_followup/i18n/mk.po +++ b/addons/account_followup/i18n/mk.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr ": Корисничко име" msgid ": User's Company Name" msgstr ": Име на компанија на корисник" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/mn.po b/addons/account_followup/i18n/mn.po index 620b0ea390a..68f4fb3135e 100644 --- a/addons/account_followup/i18n/mn.po +++ b/addons/account_followup/i18n/mn.po @@ -7,15 +7,285 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Сайн байна уу? Эрхэм ${object.name},

\n" +"

\n" +"Саатал тохиолдлоо. Хэрэв энэ нь бидний алдаа байсан бол дараах дүн " +"төлөгдөөгүй үлдлээ. Ойрын 8 хоногийн хугацаанд төлбөрийн талаар зохих арга " +"хэмжээг гүйцэтгэнэ үү.\n" +"\n" +"Энэ имэйл илгээгдсэн дараа таны төлбөр хийгдсэн бол энэ имэйлийг хэрэгсэхгүй " +"байж болно. Манай санхүүгийн албатай эргэлзэлгүйгээр холбогдож болно.\n" +"\n" +"

\n" +"
\n" +"Хүндэтгэсэн,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Эрхэм ${object.name},

\n" +"

\n" +" Танд олон удаа сануулсан боловч тооцоо дуусаагүй хэвээр байна.\n" +"8 хоногийн хугацаанд бүрэн төлбөр хийгдэхгүй бол дахин мэдэгдэл үгүйгээр " +"хуулийн арга хэмжээнд шилжих болно.\n" +"Төлбөрийн тухай мэдээллийг доор хэвлэлээ. \n" +"Үүнтэй холбоотой асуух, магадлах зүйлс байвал санаа зоволгүйгээр манай " +"санхүүгийн албатай холбогдоно уу.\n" +"

\n" +"
\n" +"Хүндэтгэсэн\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Эрхэм ${object.name},

\n" +"

\n" +" Хэрэв бидний алдаа байвал залруулах болно. Гэхдээ дүн төлөгдөөгүй байгаа " +"бололтой байна. Ойрын 8 хоногийн хугацаанд холбогдох тооцоог хийнэ үү. Хэрэв " +"энэ имэйл илгээгдсэн дараа төлбөр тань хийгдсэн байгаа бол энэ имэйлийг " +"хэрэгсэхгүй байж болно. Манай санхүүгийн албатай санаа зоволтгүй холбогдож " +"асууж болно.\n" +"

\n" +"
\n" +"Амжилт хүсье,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Сайн байна уу? Эрхэм ${object.name},

\n" +"

\n" +"Бид танд хэдэнтээ сануулга явуулсан хэдий ч таны тооцоо ноцтойгоор хугацаа " +"хэтрээд байгааг мэдэгдэж байгаадаа харамсаж байна.\n" +"\n" +"Даруйхан төлбөрөө төлөх явдал чухал байна. Эс бөгөөс бид таны данстай " +"харилцах харилцааг зогсоох бөгөөд ингэснээр бид танай компанид аливаа бараа, " +"үйлчилгээг нийлүүлэхгүй болно.\n" +"Ойрын 8 хоногийн хугацаанд төлбөрийн талаар зохих арга хэмжээг гүйцэтгэнэ " +"үү.\n" +"\n" +"Хэрэв нэхэмжлэлийг төлөхтэй холбоотой бидний анхаарахгүй, мэдэхгүй байгаа " +"асуудал байгаа бол бидэнд санаа зоволгүй мэдэгдэнэ үү. Бид асуудлыг хурдан " +"шийдвэрлэх болно.\n" +"Хугацаа хэтэрсэн нэхэмжлэлийн талаарх дэлгэрэнгүйг доор хэвлэлээ.\n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -252,148 +522,6 @@ msgstr ": Хэрэглэгчийн нэр" msgid ": User's Company Name" msgstr ": Хэрэглэгчийн Компанийн нэр" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/nb.po b/addons/account_followup/i18n/nb.po index 5cd102e734a..0e2ce036234 100644 --- a/addons/account_followup/i18n/nb.po +++ b/addons/account_followup/i18n/nb.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -199,148 +345,6 @@ msgstr "" msgid ": User's Company Name" msgstr ": Brukerens firma navn." -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/nl.po b/addons/account_followup/i18n/nl.po index d09942b8834..1f84183bff3 100644 --- a/addons/account_followup/i18n/nl.po +++ b/addons/account_followup/i18n/nl.po @@ -7,16 +7,290 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 07:41+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Beste ${object.name},

\n" +"

\n" +" Volgens onze informatie is het navolgende vervallen bedrag nog niet " +"voldaan. Kunt u de nodige maatregelen treffen en ervoor zorgen dat deze " +"wordt voldaan, binnen 8 dagen.\n" +"\n" +"Indien u het vervallen bedrag reeds heeft betaald, dan kunt u deze e-mail " +"als niet verzonden beschouwen. Indien u vragen heeft, schroom dan niet om " +"contact met ons op te nemen.\n" +"\n" +"

\n" +"
\n" +"Met vriendelijke groet,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +"Ondanks herhaaldelijke verzoeken zijn uw vervallen posten nog niet voldaan.\n" +"\n" +"Indien betaling binnen de komende 8 dagen uitblijft, rest ons geen andere " +"mogelijkheid dan de vordering uit handen te geven.\n" +"\n" +"Wij vertrouwen erop dat het niet zover zal hoeven komen. details van de " +"vervallen posten treft u onderstaand aan.\n" +"\n" +"Indien u nog vragen heeft, schroom dan niet om contact met ons op te nemen.\n" +"

\n" +"
\n" +"Met vriendelijke groet,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Beste ${object.name},

\n" +"

\n" +"Volgens onze informatie is het navolgende vervallen bedrag nog niet voldaan. " +"Kunt u de nodige maatregelen treffen en ervoor zorgen dat deze wordt " +"voldaan, binnen 8 dagen.\n" +"\n" +"Indien u het vervallen bedrag reeds heeft betaald, dan kunt u deze e-mail " +"als niet verzonden beschouwen. Indien u vragen heeft, schroom dan niet om " +"contact met ons op te nemen.\n" +"

\n" +"
\n" +"Met vriendelijke groet,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Beste ${object.name},

\n" +"

\n" +" Ondanks een eerdere verstuurde betalingsherinnering, zijn de vervallen " +"posten nog steeds niet voldaan.\n" +"\n" +"Wij vragen u vriendelijk, doch dringend om de vervallen posten te voldoen " +"binnen 8 dagen. Blijft betaling uit, dan zijn wij genoodzaakt verdere " +"leveringen aan uw bedrijf te staken.\n" +"\n" +"Indien er een probleem is met de vervallen posten, waarvan wij niet op de " +"hoogte zijn, wil ik u vragen om contact met ons op te nemen, zodat we deze " +"problemen snel kunnen verhelpen.\n" +"\n" +"Details van de vervallen posten treft u onderstaand aan.\n" +"

\n" +"
\n" +"Met vriendelijke groet,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 msgid "" @@ -258,255 +532,6 @@ msgstr ": Gebruikersnaam" msgid ": User's Company Name" msgstr ": Bedrijfsnaam van gebruiker" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Beste ${object.name},

\n" -"

\n" -" Volgens onze informatie is het navolgende vervallen bedrag nog niet " -"voldaan. Kunt u de nodige maatregelen treffen en ervoor zorgen dat deze " -"wordt voldaan, binnen 8 dagen.\n" -"\n" -"Indien u het vervallen bedrag reeds heeft betaald, dan kunt u deze e-mail " -"als niet verzonden beschouwen. Indien u vragen heeft, schroom dan niet om " -"contact met ons op te nemen.\n" -"\n" -"

\n" -"
\n" -"Met vriendelijke groet,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"Beste %(partner_name)s,\n" -"\n" -"Ondanks herhaaldelijke verzoeken zijn uw vervallen posten nog niet voldaan.\n" -"\n" -"Indien betaling binnen de komende 8 dagen uitblijft, rest ons geen andere " -"mogelijkheid dan de vordering uit handen te geven.\n" -"\n" -"Wij vertrouwen erop dat het niet zover zal hoeven komen. details van de " -"vervallen posten treft u onderstaand aan.\n" -"\n" -"Indien u nog vragen heeft, schroom dan niet om contact met ons op te nemen.\n" -"\n" -"Met vriendelijke groet,\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Beste ${object.name},

\n" -"

\n" -"Volgens onze informatie is het navolgende vervallen bedrag nog niet voldaan. " -"Kunt u de nodige maatregelen treffen en ervoor zorgen dat deze wordt " -"voldaan, binnen 8 dagen.\n" -"\n" -"Indien u het vervallen bedrag reeds heeft betaald, dan kunt u deze e-mail " -"als niet verzonden beschouwen. Indien u vragen heeft, schroom dan niet om " -"contact met ons op te nemen.\n" -"

\n" -"
\n" -"Met vriendelijke groet,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Beste ${object.name},

\n" -"

\n" -" Ondanks een eerdere verstuurde betalingsherinnering, zijn de vervallen " -"posten nog steeds niet voldaan.\n" -"\n" -"Wij vragen u vriendelijk, doch dringend om de vervallen posten te voldoen " -"binnen 8 dagen. Blijft betaling uit, dan zijn wij genoodzaakt verdere " -"leveringen aan uw bedrijf te staken.\n" -"\n" -"Indien er een probleem is met de vervallen posten, waarvan wij niet op de " -"hoogte zijn, wil ik u vragen om contact met ons op te nemen, zodat we deze " -"problemen snel kunnen verhelpen.\n" -"\n" -"Details van de vervallen posten treft u onderstaand aan.\n" -"

\n" -"
\n" -"Met vriendelijke groet,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" @@ -1538,3 +1563,244 @@ msgstr "onbekend" #: view:res.partner:account_followup.view_partner_inherit_followup_form msgid "⇾ Mark as Done" msgstr "⇾ Markeer als gereed" + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Exception made if there was a mistake of ours, it seems that the " +#~ "following amount stays unpaid. Please, take\n" +#~ "appropriate measures in order to carry out this payment in the next 8 days.\n" +#~ "Would your payment have been carried out after this mail was sent, please " +#~ "ignore this message. Do not hesitate to\n" +#~ "contact our accounting department.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Beste ${object.name},

\n" +#~ "

\n" +#~ "Volgens onze informatie is het navolgende vervallen bedrag nog niet voldaan. " +#~ "Kunt u de nodige maatregelen treffen en ervoor zorgen dat deze wordt " +#~ "voldaan, binnen 8 dagen.\n" +#~ "\n" +#~ "Indien u het vervallen bedrag reeds heeft betaald, dan kunt u deze e-mail " +#~ "als niet verzonden beschouwen. Indien u vragen heeft, schroom dan niet om " +#~ "contact met ons op te nemen.\n" +#~ "

\n" +#~ "
\n" +#~ "Met vriendelijke groet,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Despite several reminders, your account is still not settled.\n" +#~ "Unless full payment is made in next 8 days, legal action for the recovery of " +#~ "the debt will be taken without\n" +#~ "further notice.\n" +#~ "I trust that this action will prove unnecessary and details of due payments " +#~ "is printed below.\n" +#~ "In case of any queries concerning this matter, do not hesitate to contact " +#~ "our accounting department.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "Beste %(partner_name)s,\n" +#~ "\n" +#~ "Ondanks herhaaldelijke verzoeken zijn uw vervallen posten nog niet voldaan.\n" +#~ "\n" +#~ "Indien betaling binnen de komende 8 dagen uitblijft, rest ons geen andere " +#~ "mogelijkheid dan de vordering uit handen te geven.\n" +#~ "\n" +#~ "Wij vertrouwen erop dat het niet zover zal hoeven komen. details van de " +#~ "vervallen posten treft u onderstaand aan.\n" +#~ "\n" +#~ "Indien u nog vragen heeft, schroom dan niet om contact met ons op te nemen.\n" +#~ "\n" +#~ "Met vriendelijke groet,\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " We are disappointed to see that despite sending a reminder, that your " +#~ "account is now seriously overdue.\n" +#~ "It is essential that immediate payment is made, otherwise we will have to " +#~ "consider placing a stop on your account\n" +#~ "which means that we will no longer be able to supply your company with " +#~ "(goods/services).\n" +#~ "Please, take appropriate measures in order to carry out this payment in the " +#~ "next 8 days.\n" +#~ "If there is a problem with paying invoice that we are not aware of, do not " +#~ "hesitate to contact our accounting\n" +#~ "department. so that we can resolve the matter quickly.\n" +#~ "Details of due payments is printed below.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Beste ${object.name},

\n" +#~ "

\n" +#~ " Ondanks een eerdere verstuurde betalingsherinnering, zijn de vervallen " +#~ "posten nog steeds niet voldaan.\n" +#~ "\n" +#~ "Wij vragen u vriendelijk, doch dringend om de vervallen posten te voldoen " +#~ "binnen 8 dagen. Blijft betaling uit, dan zijn wij genoodzaakt verdere " +#~ "leveringen aan uw bedrijf te staken.\n" +#~ "\n" +#~ "Indien er een probleem is met de vervallen posten, waarvan wij niet op de " +#~ "hoogte zijn, wil ik u vragen om contact met ons op te nemen, zodat we deze " +#~ "problemen snel kunnen verhelpen.\n" +#~ "\n" +#~ "Details van de vervallen posten treft u onderstaand aan.\n" +#~ "

\n" +#~ "
\n" +#~ "Met vriendelijke groet,\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ "\n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Exception made if there was a mistake of ours, it seems that the " +#~ "following amount stays unpaid. Please, take\n" +#~ "appropriate measures in order to carry out this payment in the next 8 days.\n" +#~ "\n" +#~ "Would your payment have been carried out after this mail was sent, please " +#~ "ignore this message. Do not hesitate to\n" +#~ "contact our accounting department. \n" +#~ "\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

Beste ${object.name},

\n" +#~ "

\n" +#~ " Volgens onze informatie is het navolgende vervallen bedrag nog niet " +#~ "voldaan. Kunt u de nodige maatregelen treffen en ervoor zorgen dat deze " +#~ "wordt voldaan, binnen 8 dagen.\n" +#~ "\n" +#~ "Indien u het vervallen bedrag reeds heeft betaald, dan kunt u deze e-mail " +#~ "als niet verzonden beschouwen. Indien u vragen heeft, schroom dan niet om " +#~ "contact met ons op te nemen.\n" +#~ "\n" +#~ "

\n" +#~ "
\n" +#~ "Met vriendelijke groet,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " diff --git a/addons/account_followup/i18n/nl_BE.po b/addons/account_followup/i18n/nl_BE.po index f7bb447773f..36bcfcd007c 100644 --- a/addons/account_followup/i18n/nl_BE.po +++ b/addons/account_followup/i18n/nl_BE.po @@ -7,15 +7,288 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Beste ${object.name},

\n" +"

\n" +" Volgens onze informatie, heeft u nog een openstaand saldo. Wij verzoeken " +"u het nodige te doen om dit bedrag binnen de 8 dagen over te schrijven op " +"onze rekening.\n" +"\n" +"Indien uw betaling deze e-mail heeft gekruist, mag u dit bericht als " +"onbestaand beschouwen. Neem gerust contact op met onze boekhouding mocht u " +"nog vragen hebben.\n" +"\n" +"

\n" +"
\n" +"Met vriendelijke groeten,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Beste ${object.name},

\n" +"

\n" +" Ondanks het feit dat wij u meerdere aanmaningen hebben gestuurd, is uw " +"openstaand saldo nog steeds niet betaald.\n" +"Indien dit bedrag niet binnen de 8 dagen op onze rekening staat, schakelen " +"wij een advocaat in om het verschuldigde saldo bij u te innen. U ontvangt " +"hierover geen verdere communicatie.\n" +"Wij gaan ervan uit dat deze stap niet nodig zal zijn. De details van de " +"openstaande betalingen vindt u hierna.\n" +"Aarzel niet contact op te nemen met onze boekhouding als u nog vragen " +"heeft.\n" +"

\n" +"
\n" +"Hoogachtend,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Beste ${object.name},

\n" +"

\n" +" Volgens onze administratie hebben wij het onderstaande bedrag nog niet " +"ontvangen. Wij verzoeken\n" +"u het verschuldigde bedrag uiterlijk binnen 8 dagen over te maken.\n" +"Indien dit schrijven uw betaling heeft gekruist, kunt u deze herinnering als " +"niet verzonden beschouwen.\n" +"Voor meer info kunt u steeds contact opnemen met onze boekhouding.\n" +"

\n" +"
\n" +"Hoogachtend,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Beste ${object.name},

\n" +"

\n" +" Het spijt ons te moeten vaststellen dat u, ondanks een eerdere " +"aanmaning, nog steeds een openstaand saldo hebt.\n" +"Wij verzoeken u dringend het openstaande saldo te betalen. Bij gebrek aan " +"betaling, zijn wij genoodzaakt de verdere levering van goederen en diensten " +"stop te zetten.\n" +"Gelieve de betalingen uit te voeren binnen de 8 dagen.\n" +"\n" +"Als er een probleem is rond de betaling waarvan wij niet op de hoogte zijn, " +"kunt u steeds contact opnemen met onze boekhouding, zodat dit snel kan " +"worden opgelost.\n" +"\n" +"Hierna vindt u een overzicht van de vervallen documenten.\n" +"

\n" +"
\n" +"Hoogachtend,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -260,148 +533,6 @@ msgstr ": Gebruikersnaam" msgid ": User's Company Name" msgstr "Bedrijfsnaam van gebruiker" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/oc.po b/addons/account_followup/i18n/oc.po index bdb75a336af..f4ed716066a 100644 --- a/addons/account_followup/i18n/oc.po +++ b/addons/account_followup/i18n/oc.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/pl.po b/addons/account_followup/i18n/pl.po index 3c3b52919e6..fa62332693e 100644 --- a/addons/account_followup/i18n/pl.po +++ b/addons/account_followup/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 12:01+0000\n" "Last-Translator: Judyta Kazmierczak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,154 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:36+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -198,148 +344,6 @@ msgstr ": Nazwa użytkownika" msgid ": User's Company Name" msgstr ": Nazwa firmy użytkownika" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/pt.po b/addons/account_followup/i18n/pt.po index 35c79ba33c5..5fcb4ecbb64 100644 --- a/addons/account_followup/i18n/pt.po +++ b/addons/account_followup/i18n/pt.po @@ -7,16 +7,162 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 08:38+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 msgid "" @@ -254,448 +400,6 @@ msgstr ": Nome do utilizador" msgid ": User's Company Name" msgstr ": Nome da Empresa do Utilizador" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Caro ${object.name},

\n" -"

\n" -" Nós estamos desapontados por ver que apesar dos avisos que lhe enviamos, " -"a sua conta continua com pagamentos em atraso.
\n" -"É essencial que o pagamento seja feito de imediato, caso contrário seremos " -"forçados a fechar a sua conta o que quer dizer que não lhe vamos poder " -"fornecer mais o serviço ou produtos.
\n" -"Por favor, tome medidas para proceder ao pagamento nos próximos 8 dias.\n" -"Se existe algum problema no sistema de pagamentos, por favor não hesite em " -"contactar o nosso departamento financeiro, para que possamos resolver " -"rapidamente esta questão.\n" -"Os pagamentos atrasados estão descritos em baixo:\n" -"

\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"

Se tiver alguma questao, nao hesite em nos contactar.

\n" -"

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Tel:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"\t\t\n" -" % if object.company_id.id:\n" -"
\n" -"
Empowered " -"by Odoo\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Caro ${object.name},

\n" -"

\n" -"Apesar de vários avisos, a sua conta ainda não foi saldada!
\n" -"A não ser que o pagamento seja feito em menos de 8 dias, ações legais para " -"recuperar os pagamentos em atraso serão tomadas.\n" -"Esperamos que esta acção seja desnecessária. Os detalhes do pagamento podem " -"ser consultados em baixo:\n" -"

\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"

Se tiver alguma questao, nao hesite em nos contactar.

\n" -"

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Tel:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"\t\t\n" -" % if object.company_id.id:\n" -"
\n" -"
Empowered " -"by Odoo\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" -"
\n" -"\n" -"

Caro ${object.name},

\n" -"

\n" -" Os nossos registos indicam que possui na sua conta pagamentos pendentes. " -"Por favor, confira os detalhes abaixo.\n" -"Se o valor ja tiver sido pago, pedimos-lhe que ignore este aviso. Caso " -"contrario, envie-nos a quantia total indicada.\n" -"Se tiver questões relacionadas com a sua conta, por favor, contacte-nos.\n" -"
\n" -"Seguem em baixo as faturas em atraso:\n" -"

\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"

Se tiver alguma questao, nao hesite em nos contactar.

\n" -"

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Tel:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"\t\t\n" -" % if object.company_id.id:\n" -"
\n" -"
Empowered " -"by Odoo\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" -"
\n" -" \n" -"

Caro ${object.name},

\n" -"

\n" -" Nós estamos desapontados por ver que apesar dos avisos que lhe enviamos, " -"a sua conta continua com pagamentos em atraso.
\n" -"É essencial que o pagamento seja feito de imediato, caso contrário seremos " -"forçados a fechar a sua conta o que quer dizer que não lhe vamos poder " -"fornecer mais o serviço ou produtos.
\n" -"Por favor, tome medidas para proceder ao pagamento nos próximos 8 dias.\n" -"Se existe algum problema no sistema de pagamentos, por favor não hesite em " -"contactar o nosso departamento financeiro, para que possamos resolver " -"rapidamente esta questão.\n" -"Os pagamentos atrasados estão descritos em baixo:\n" -"

\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"

Se tiver alguma questao, nao hesite em nos contactar.

\n" -"

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" -"
\n" -"
\n" -"
\n" -"

\n" -" ${object.company_id.name}

\n" -"
\n" -"
\n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
\n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
\n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
\n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
\n" -" % endif\n" -"
\n" -" % if object.company_id.phone:\n" -"
\n" -" Tel:  ${object.company_id.phone}\n" -"
\n" -" % endif\n" -" % if object.company_id.website:\n" -"
\n" -" Web : ${object.company_id.website}\n" -"
\n" -" %endif\n" -"\t\t\n" -" % if object.company_id.id:\n" -"
\n" -"
Empowered " -"by Odoo\n" -"
\n" -" %endif\n" -"

\n" -"
\n" -"
\n" -" " - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" @@ -1715,3 +1419,437 @@ msgstr "desconhecido" #: view:res.partner:account_followup.view_partner_inherit_followup_form msgid "⇾ Mark as Done" msgstr "⇾ Marcar como concluido" + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " We are disappointed to see that despite sending a reminder, that your " +#~ "account is now seriously overdue.\n" +#~ "It is essential that immediate payment is made, otherwise we will have to " +#~ "consider placing a stop on your account\n" +#~ "which means that we will no longer be able to supply your company with " +#~ "(goods/services).\n" +#~ "Please, take appropriate measures in order to carry out this payment in the " +#~ "next 8 days.\n" +#~ "If there is a problem with paying invoice that we are not aware of, do not " +#~ "hesitate to contact our accounting\n" +#~ "department. so that we can resolve the matter quickly.\n" +#~ "Details of due payments is printed below.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Caro ${object.name},

\n" +#~ "

\n" +#~ " Nós estamos desapontados por ver que apesar dos avisos que lhe enviamos, " +#~ "a sua conta continua com pagamentos em atraso.
\n" +#~ "É essencial que o pagamento seja feito de imediato, caso contrário seremos " +#~ "forçados a fechar a sua conta o que quer dizer que não lhe vamos poder " +#~ "fornecer mais o serviço ou produtos.
\n" +#~ "Por favor, tome medidas para proceder ao pagamento nos próximos 8 dias.\n" +#~ "Se existe algum problema no sistema de pagamentos, por favor não hesite em " +#~ "contactar o nosso departamento financeiro, para que possamos resolver " +#~ "rapidamente esta questão.\n" +#~ "Os pagamentos atrasados estão descritos em baixo:\n" +#~ "

\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "

Se tiver alguma questao, nao hesite em nos contactar.

\n" +#~ "

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Tel:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "\t\t\n" +#~ " % if object.company_id.id:\n" +#~ "
\n" +#~ "
Empowered " +#~ "by Odoo\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Exception made if there was a mistake of ours, it seems that the " +#~ "following amount stays unpaid. Please, take\n" +#~ "appropriate measures in order to carry out this payment in the next 8 days.\n" +#~ "Would your payment have been carried out after this mail was sent, please " +#~ "ignore this message. Do not hesitate to\n" +#~ "contact our accounting department.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ "\n" +#~ "

Caro ${object.name},

\n" +#~ "

\n" +#~ " Os nossos registos indicam que possui na sua conta pagamentos pendentes. " +#~ "Por favor, confira os detalhes abaixo.\n" +#~ "Se o valor ja tiver sido pago, pedimos-lhe que ignore este aviso. Caso " +#~ "contrario, envie-nos a quantia total indicada.\n" +#~ "Se tiver questões relacionadas com a sua conta, por favor, contacte-nos.\n" +#~ "
\n" +#~ "Seguem em baixo as faturas em atraso:\n" +#~ "

\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "

Se tiver alguma questao, nao hesite em nos contactar.

\n" +#~ "

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Tel:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "\t\t\n" +#~ " % if object.company_id.id:\n" +#~ "
\n" +#~ "
Empowered " +#~ "by Odoo\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ "\n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Exception made if there was a mistake of ours, it seems that the " +#~ "following amount stays unpaid. Please, take\n" +#~ "appropriate measures in order to carry out this payment in the next 8 days.\n" +#~ "\n" +#~ "Would your payment have been carried out after this mail was sent, please " +#~ "ignore this message. Do not hesitate to\n" +#~ "contact our accounting department. \n" +#~ "\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Caro ${object.name},

\n" +#~ "

\n" +#~ " Nós estamos desapontados por ver que apesar dos avisos que lhe enviamos, " +#~ "a sua conta continua com pagamentos em atraso.
\n" +#~ "É essencial que o pagamento seja feito de imediato, caso contrário seremos " +#~ "forçados a fechar a sua conta o que quer dizer que não lhe vamos poder " +#~ "fornecer mais o serviço ou produtos.
\n" +#~ "Por favor, tome medidas para proceder ao pagamento nos próximos 8 dias.\n" +#~ "Se existe algum problema no sistema de pagamentos, por favor não hesite em " +#~ "contactar o nosso departamento financeiro, para que possamos resolver " +#~ "rapidamente esta questão.\n" +#~ "Os pagamentos atrasados estão descritos em baixo:\n" +#~ "

\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "

Se tiver alguma questao, nao hesite em nos contactar.

\n" +#~ "

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Tel:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "\t\t\n" +#~ " % if object.company_id.id:\n" +#~ "
\n" +#~ "
Empowered " +#~ "by Odoo\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " + +#~ msgid "" +#~ "
\n" +#~ " \n" +#~ "

Dear ${object.name},

\n" +#~ "

\n" +#~ " Despite several reminders, your account is still not settled.\n" +#~ "Unless full payment is made in next 8 days, legal action for the recovery of " +#~ "the debt will be taken without\n" +#~ "further notice.\n" +#~ "I trust that this action will prove unnecessary and details of due payments " +#~ "is printed below.\n" +#~ "In case of any queries concerning this matter, do not hesitate to contact " +#~ "our accounting department.\n" +#~ "

\n" +#~ "
\n" +#~ "Best Regards,\n" +#~ "
\n" +#~ "
\n" +#~ "${user.name}\n" +#~ "
\n" +#~ "
\n" +#~ "\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "
\n" +#~ " \n" +#~ "

Caro ${object.name},

\n" +#~ "

\n" +#~ "Apesar de vários avisos, a sua conta ainda não foi saldada!
\n" +#~ "A não ser que o pagamento seja feito em menos de 8 dias, ações legais para " +#~ "recuperar os pagamentos em atraso serão tomadas.\n" +#~ "Esperamos que esta acção seja desnecessária. Os detalhes do pagamento podem " +#~ "ser consultados em baixo:\n" +#~ "

\n" +#~ "
\n" +#~ "\n" +#~ "${object.get_followup_table_html() | safe}\n" +#~ "\n" +#~ "
\n" +#~ "\n" +#~ "

Se tiver alguma questao, nao hesite em nos contactar.

\n" +#~ "

Obrigado pela sua preferencia ${object.company_id.name or 'us'}!

\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "

\n" +#~ " ${object.company_id.name}

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
\n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
\n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
\n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if object.company_id.phone:\n" +#~ "
\n" +#~ " Tel:  ${object.company_id.phone}\n" +#~ "
\n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
\n" +#~ " Web : ${object.company_id.website}\n" +#~ "
\n" +#~ " %endif\n" +#~ "\t\t\n" +#~ " % if object.company_id.id:\n" +#~ "
\n" +#~ "
Empowered " +#~ "by Odoo\n" +#~ "
\n" +#~ " %endif\n" +#~ "

\n" +#~ "
\n" +#~ "
\n" +#~ " " diff --git a/addons/account_followup/i18n/pt_BR.po b/addons/account_followup/i18n/pt_BR.po index db8cb881868..02c146829c3 100644 --- a/addons/account_followup/i18n/pt_BR.po +++ b/addons/account_followup/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-30 02:45+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,8 +15,279 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:15+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Caro ${object.name},

\n" +"

\n" +" Excessão feita se no caso o erro seja nosso, parece que a seguinte " +"quantia ainda não foi quitada. Por favor, adote as medidas cabíveis para " +"conduzir este pagamento nos próximos 8 dias.\n" +"\n" +"Se o seu pagamento foi feito depois desta mensagem chegar, favor ignorar. " +"Não hesite em contatar nosso departamento financeiro. \n" +"\n" +"

\n" +"
\n" +"Cordialmente,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Prezado ${object.name},

\n" +"

\n" +"Apesar de várias insistências, sua pendência ainda não está resolvida.\n" +"A menos que o pagamento integral seja feito nos próximos dias, a ação legal " +"para a cobrança da dívida será tomada sem\n" +"aviso prévio.\n" +"Espero que esta ação será desnecessária e detalhes de pagamentos devidos " +"estão impresso abaixo.\n" +"Em caso de dúvidas relativas a este assunto, não hesite em contactar o nosso " +"departamento financeiro.\n" +" \n" +"

\n" +"
\n" +"Atenciosamente,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Prezado ${object.name},

\n" +"

\n" +"Constam em nossos registros uma fatura não paga. Por favor, providencie o " +"pagamento nos próximos dias.\n" +"Se o pagamento foi efetuado após o envio desta mensagem, queira nos " +"desculpas.\n" +"Em caso de dúvidas não deixe de entrar em contato conosco.\n" +"

\n" +"
\n" +"Atenciosamente,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Caro ${object.name},

\n" +"

\n" +"\n" +" Estamos decepcionados ao ver que, apesar de enviar um lembrete, sua " +"conta está seriamente atrasada.\n" +"É essencial que o pagamento imediato seja efetuado, caso contrário seremos " +"forçados a cancelar seu registro significando a interrupção de fornecimento " +"de produtos/serviços para sua empresa.\n" +"Por favor, adote as medidas cabíveis para conduzir este pagamento nos " +"próximos 8 dias.\n" +"Se existe algum problema com a fatura do qual não temos conhecimento, não " +"hesite em contatar o nosso departamento financeiro, para que possamos " +"resolver o mais rápido possível.\n" +"Os detalhes do pagamento estão descritos abaixo.\n" +"

\n" +"
\n" +"Cordialmente,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -259,148 +530,6 @@ msgstr ": Nome do Usuário" msgid ": User's Company Name" msgstr ": Nome da Empresa do usuário" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/ro.po b/addons/account_followup/i18n/ro.po index 9b6f2bf5845..a7d3c730f0c 100644 --- a/addons/account_followup/i18n/ro.po +++ b/addons/account_followup/i18n/ro.po @@ -7,15 +7,288 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Stimate ${object.name},

\n" +"

\n" +" Exceptând cazul în care noi am făcut o greșeală, se pare ca următoarea " +"sumă este încă neplătită. Vă rugăm să luați\n" +"măsurile necesare pentru a efectua aceasta plata în următoarele 8 zile.\n" +"\n" +"Dacă ați efectuat plata după ce acest email a fost trimis, vă rugăm să nu " +"luați în considerare acest mesaj. Nu ezitați să\n" +"contactați departamentul nostru contabil. \n" +"\n" +"

\n" +"
\n" +"Cu stima,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Stimater ${object.name},

\n" +"

\n" +" In ciuda mai multor instiintari trimise, contul dumneavoastra inca nu " +"este rezolvat.\n" +"Daca plata completa nu este efectuata in urmatoarele 8 zile, vom intreprinde " +"actiunea legala pentru recuperarea datoriei fara\n" +"alte instiintare.\n" +"Speram ca aceasta actiune se va dovedi a nu fi necesara, detaliile platilor " +"restante sunt tiparite mai jos.\n" +"In cazul in care aveti intrebari referitoare la aceasta chestiune, nu " +"ezitati sa contactati departamentul nostru contabil.\n" +"

\n" +"
\n" +"Cu stima,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Stimate ${object.name},

\n" +"

\n" +" Exceptand faptul ca a fost o greseala din partea noastra, se pare ca " +"urmatoarea suma este neplatita. Va rugam sa\n" +"luati masurile necesare pentru a efectua plata in urmatoarele 8 zile.\n" +"Daca ati efectuat plata dupa ce acest email a fost trimis, va rugam sa nu " +"luati in considerare acest mesaj. Nu ezitati sa\n" +"contactati departamentul nostru contabil.\n" +"

\n" +"
\n" +"Cu stima,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Stimate ${object.name},

\n" +"

\n" +" Suntem dezamagiti sa constatam faptul ca, in ciuda instriintarii " +"trimise, contul dumneavoastra este foarte restant.\n" +"Este esential sa efectuati imediat plata, in caz contrar vom fi nevoiti sa " +"va blocam contul,\n" +"ceea ce inseamna ca nu vom mai putea sa furnizam companiei dumneavoastra " +"(bunuri/servicii).\n" +"Va rugam sa luati masurile care se impun pentru a efectua aceasta plata in " +"urmatoarele 8 zile.\n" +"Daca exista vreo problema cu plata facturii de care noi nu suntem " +"constienti, nu ezitati sa contactati departamentul\n" +"nostru contabil pentru a putea rezolva problema rapid.\n" +"Detaiile platii restante sunt tiparite mai jos.\n" +"

\n" +"
\n" +"Cu stima,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -261,148 +534,6 @@ msgstr ": Numele Utilizatorului" msgid ": User's Company Name" msgstr ": Numele Companiei Utilizatorului" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/ru.po b/addons/account_followup/i18n/ru.po index 4dd15237e63..8fec59cb924 100644 --- a/addons/account_followup/i18n/ru.po +++ b/addons/account_followup/i18n/ru.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr ": имя пользователя" msgid ": User's Company Name" msgstr ": название компании пользователя" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/sl.po b/addons/account_followup/i18n/sl.po index 8d45fce45c5..7347bddb664 100644 --- a/addons/account_followup/i18n/sl.po +++ b/addons/account_followup/i18n/sl.po @@ -7,15 +7,275 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Spoštovani ${object.name},

\n" +"

\n" +"Prosim,da zapadli znesek plačate v 8 dneh.\n" +"Za vse nejasnosti pokličite naše računovodstvo.\n" +" \n" +"

\n" +"
\n" +"S spoštovanjem,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Spoštovani ${object.name},

\n" +"

\n" +" Kljub večkratnemu opominjanju vaše obveznosti niso bile poravnane\n" +" Spoštovani,\n" +"\n" +"Kljub številnim opominom,vaš dolg še vedno ni poravnan.\n" +"\n" +"Prosim,da plačate vaše obveznosti v 8 dneh,drugače bomo dolg prisiljeni " +"sodno izterjati.\n" +"\n" +"S spoštovanjem,\n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Spoštovani ${object.name},

\n" +"

\n" +" Spoštovani,\n" +"Iz naših poslovnih knjig je razvidno,da imate zapadle obveznosti do našega " +"podjetja.\n" +"Prosimo, da svoj dolg takoj poravnate na naš račun.\n" +"Če ste svoj dolg že poravnali, upoštevajte opomin za brezpredmeten.\n" +"

\n" +"
\n" +"S spoštovanjem,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Spoštovani ${object.name},

\n" +"

\n" +"Iz naših poslovnih knjig je razvidno,da imate zapadle obveznosti do našega " +"podjetja.\n" +"Prosimo, da svoj dolg takoj poravnate na naš račun.\n" +"Če ste svoj dolg že poravnali, upoštevajte opomin za brezpredmeten.\n" +"

\n" +"
\n" +"S spoštovanjem,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -230,148 +490,6 @@ msgstr ": Ime uporabnika" msgid ": User's Company Name" msgstr ":podjetje uporabnika" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/sq.po b/addons/account_followup/i18n/sq.po index 240e23f5bd4..c113cac8b82 100644 --- a/addons/account_followup/i18n/sq.po +++ b/addons/account_followup/i18n/sq.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/sr.po b/addons/account_followup/i18n/sr.po index a0fec94c62d..03012f24d03 100644 --- a/addons/account_followup/i18n/sr.po +++ b/addons/account_followup/i18n/sr.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/sr@latin.po b/addons/account_followup/i18n/sr@latin.po index 6743e6e7dca..8c72c18755f 100644 --- a/addons/account_followup/i18n/sr@latin.po +++ b/addons/account_followup/i18n/sr@latin.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/sv.po b/addons/account_followup/i18n/sv.po index 457224e8fd1..539ffd48089 100644 --- a/addons/account_followup/i18n/sv.po +++ b/addons/account_followup/i18n/sv.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/tr.po b/addons/account_followup/i18n/tr.po index c54a55323e8..1d23090303b 100644 --- a/addons/account_followup/i18n/tr.po +++ b/addons/account_followup/i18n/tr.po @@ -7,15 +7,281 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +"\n" +"

Sayın ${object.name},

\n" +"

\n" +" Bizim hatamız istisna olmak üzere, aşağıdaki tutar ödenmemiş durumdadır. " +"Önümüzdeki 8 gün içinde bu ödemeyi gerçekleştirmek için lütfen gerekli " +"önlemleri alınız.\n" +"Bu yazımız gönderilmeden önce bu ödemeyi yaptıysanız lütfen bu yazımızı " +"dikkate almayınız. Muhasebe bölümümüzle iletişime geçmekte lütfen tereddüt " +"etmeyiniz. \n" +"\n" +"

\n" +"
\n" +"Saygılarımızla,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Sayın ${object.name},

\n" +"

\n" +" Birçok kez anımsatmamıza karşın hesabınız hala düzene girmemiştir.\n" +"Önümüzdeki 8 gün içinde borcunuzun tamamı ödenmezse başka bir uyarıya gerek " +"kalmadan yasal işlem başlatılacaktır.\n" +"Ödemeyi yaparak bu yasal işleme gerek bırakmayacağınıza inanıyoruz. Vadesi " +"geçmiş ödemeleriniz ayrıntıları aşağıdadır.\n" +"Bu konuda her hangi bir sorunuz olursa lütfen muhasebe yetkilimizle " +"iletişime geçmekte tereddüt etmeyin.\n" +"

\n" +"
\n" +"Saygılarımızla,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Sayın ${object.name},

\n" +"

\n" +" Bizim hatamız istisna olmak üzere, aşağıdaki tutar ödenmemiş durumdadır. " +"Önümüzdeki 8 gün içinde bu ödemeyi gerçekleştirmek için lütfen gerekli " +"önlemleri alınız.\n" +"Bu yazımız gönderilmeden önce bu ödemeyi yaptıysanız lütfen bu yazımızı " +"dikkate almayınız. Muhasebe bölümümüzle iletişime geçmekte lütfen tereddüt " +"etmeyiniz. \n" +"

\n" +"
\n" +"Saygılarımızla,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" +"\n" +"
\n" +" \n" +"

Sayın ${object.name},

\n" +"

\n" +" Bir anımsatma göndermemize karşın hesabınızın ciddi olarak geciktiğini " +"görmek bizi üzmüştür.\n" +"İvedilikle ödeme yapmanız gerekmektedir, aksi durumda hesabınız durdurulacak " +"olup firmanıza hiçbir hizmet ve malzeme tedariği yapılmayacaktır.\n" +"Lütfen önümüzdeki 8 gün içinde bu ödemeyi yaparak durumu telafi ediniz.\n" +"Eğer bilemediğimiz bir nedenden dolayı ödemeyi yapamıyorsanız hızlı şekilde " +"çözüm sağlamak lütfen muhasebe yetkilimizle görüşmekten çekinmeyin.\n" +"Ödemeniz gereken tutarın ayrıntıları aşağıda belirtilmiştir.\n" +"

\n" +"
\n" +"Saygılarımızla,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -258,148 +524,6 @@ msgstr ": Kullanıcı Adı" msgid ": User's Company Name" msgstr ": Kullanıcının Firma Adı" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/uk.po b/addons/account_followup/i18n/uk.po index 0c5e91ef11e..bdb2a94ebf6 100644 --- a/addons/account_followup/i18n/uk.po +++ b/addons/account_followup/i18n/uk.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/vi.po b/addons/account_followup/i18n/vi.po index d5b8b42f9f8..5e4c034fb5a 100644 --- a/addons/account_followup/i18n/vi.po +++ b/addons/account_followup/i18n/vi.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/zh_CN.po b/addons/account_followup/i18n/zh_CN.po index de84aac7beb..86de3e5e20c 100644 --- a/addons/account_followup/i18n/zh_CN.po +++ b/addons/account_followup/i18n/zh_CN.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_followup/i18n/zh_TW.po b/addons/account_followup/i18n/zh_TW.po index d68edaae030..13cc60c81d8 100644 --- a/addons/account_followup/i18n/zh_TW.po +++ b/addons/account_followup/i18n/zh_TW.po @@ -7,15 +7,161 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level0 +msgid "" +"\n" +"
\n" +"\n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department. \n" +"\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level2 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Despite several reminders, your account is still not settled.\n" +"Unless full payment is made in next 8 days, legal action for the recovery of " +"the debt will be taken without\n" +"further notice.\n" +"I trust that this action will prove unnecessary and details of due payments " +"is printed below.\n" +"In case of any queries concerning this matter, do not hesitate to contact " +"our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_default +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" Exception made if there was a mistake of ours, it seems that the " +"following amount stays unpaid. Please, take\n" +"appropriate measures in order to carry out this payment in the next 8 days.\n" +"Would your payment have been carried out after this mail was sent, please " +"ignore this message. Do not hesitate to\n" +"contact our accounting department.\n" +"

\n" +"
\n" +"Best Regards,\n" +"
\n" +"
\n" +"${user.name}\n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"
\n" +" " +msgstr "" + +#. module: account_followup +#: model:email.template,body_html:account_followup.email_template_account_followup_level1 +msgid "" +"\n" +"
\n" +" \n" +"

Dear ${object.name},

\n" +"

\n" +" We are disappointed to see that despite sending a reminder, that your " +"account is now seriously overdue.\n" +"It is essential that immediate payment is made, otherwise we will have to " +"consider placing a stop on your account\n" +"which means that we will no longer be able to supply your company with " +"(goods/services).\n" +"Please, take appropriate measures in order to carry out this payment in the " +"next 8 days.\n" +"If there is a problem with paying invoice that we are not aware of, do not " +"hesitate to contact our accounting\n" +"department. so that we can resolve the matter quickly.\n" +"Details of due payments is printed below.\n" +"

\n" +"
\n" +"Best Regards,\n" +" \n" +"
\n" +"
\n" +"${user.name}\n" +" \n" +"
\n" +"
\n" +"\n" +"${object.get_followup_table_html() | safe}\n" +"\n" +"
\n" +"\n" +"
\n" +" " +msgstr "" #. module: account_followup #: model:account_followup.followup.line,description:account_followup.demo_followup_line3 @@ -197,148 +343,6 @@ msgstr "" msgid ": User's Company Name" msgstr "" -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level0 -msgid "" -"
\n" -"\n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department. \n" -"\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level2 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Despite several reminders, your account is still not settled.\n" -"Unless full payment is made in next 8 days, legal action for the recovery of " -"the debt will be taken without\n" -"further notice.\n" -"I trust that this action will prove unnecessary and details of due payments " -"is printed below.\n" -"In case of any queries concerning this matter, do not hesitate to contact " -"our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_default -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" Exception made if there was a mistake of ours, it seems that the " -"following amount stays unpaid. Please, take\n" -"appropriate measures in order to carry out this payment in the next 8 days.\n" -"Would your payment have been carried out after this mail was sent, please " -"ignore this message. Do not hesitate to\n" -"contact our accounting department.\n" -"

\n" -"
\n" -"Best Regards,\n" -"
\n" -"
\n" -"${user.name}\n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"
\n" -" " -msgstr "" - -#. module: account_followup -#: model:email.template,body_html:account_followup.email_template_account_followup_level1 -msgid "" -"
\n" -" \n" -"

Dear ${object.name},

\n" -"

\n" -" We are disappointed to see that despite sending a reminder, that your " -"account is now seriously overdue.\n" -"It is essential that immediate payment is made, otherwise we will have to " -"consider placing a stop on your account\n" -"which means that we will no longer be able to supply your company with " -"(goods/services).\n" -"Please, take appropriate measures in order to carry out this payment in the " -"next 8 days.\n" -"If there is a problem with paying invoice that we are not aware of, do not " -"hesitate to contact our accounting\n" -"department. so that we can resolve the matter quickly.\n" -"Details of due payments is printed below.\n" -"

\n" -"
\n" -"Best Regards,\n" -" \n" -"
\n" -"
\n" -"${user.name}\n" -" \n" -"
\n" -"
\n" -"\n" -"${object.get_followup_table_html() | safe}\n" -"\n" -"
\n" -"\n" -"
\n" -" " -msgstr "" - #. module: account_followup #: model:ir.actions.act_window,help:account_followup.action_account_followup_definition_form msgid "" diff --git a/addons/account_payment/i18n/hu.po b/addons/account_payment/i18n/hu.po index aec3acfc43e..4d7b419e86b 100644 --- a/addons/account_payment/i18n/hu.po +++ b/addons/account_payment/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 15:11+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_payment #: model:ir.actions.act_window,help:account_payment.action_payment_order_tree @@ -173,7 +173,7 @@ msgstr "Vállalat pénzneme" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Company Currency:" -msgstr "" +msgstr "Vállalt pénzneme:" #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form @@ -199,7 +199,7 @@ msgstr "Megbízás kelte" #: field:payment.order,create_uid:0 #: field:payment.order.create,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_payment #: field:account.payment.make.payment,create_date:0 @@ -208,7 +208,7 @@ msgstr "" #: field:payment.order,create_date:0 #: field:payment.order.create,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_payment #: field:payment.order,date_created:0 @@ -312,7 +312,7 @@ msgstr "Kivitelezés dátuma" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Execution:" -msgstr "" +msgstr "Végrehajtás:" #. module: account_payment #: selection:payment.order,date_prefered:0 @@ -334,7 +334,7 @@ msgstr "Általános információ" #: view:payment.mode:account_payment.view_payment_mode_search #: view:payment.order:account_payment.view_payment_order_search msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: account_payment #: field:account.payment.make.payment,id:0 @@ -345,7 +345,7 @@ msgstr "" #: field:payment.order.create,id:0 #: field:report.account_payment.report_paymentorder,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_payment #: help:payment.line,date:0 @@ -359,7 +359,7 @@ msgstr "" #. module: account_payment #: view:account.bank.statement:account_payment.view_bank_statement_form msgid "Import Lines" -msgstr "" +msgstr "Tételsorok importálása" #. module: account_payment #: view:account.bank.statement:account_payment.view_bank_statement_form @@ -395,7 +395,7 @@ msgstr "Számla hiv." #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form msgid "Invoices" -msgstr "" +msgstr "Számlák" #. module: account_payment #: view:payment.mode:account_payment.view_payment_mode_search @@ -416,7 +416,7 @@ msgstr "Könyvelési napló tételsorok" #: field:payment.order,write_uid:0 #: field:payment.order.create,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_payment #: field:account.payment.make.payment,write_date:0 @@ -426,7 +426,7 @@ msgstr "" #: field:payment.order,write_date:0 #: field:payment.order.create,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_payment #: view:account.payment.make.payment:account_payment.account_payment_make_payment_view @@ -544,7 +544,7 @@ msgstr "Átutalás hozzáadása a kivonathoz" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Payment Type:" -msgstr "" +msgstr "Fizetés típusa:" #. module: account_payment #: help:payment.line,amount:0 @@ -678,7 +678,7 @@ msgstr "Összesen" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Total (Currency)" -msgstr "" +msgstr "Összes (pénznem)" #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form @@ -694,7 +694,7 @@ msgstr "Tranzakció információ" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Used Account:" -msgstr "" +msgstr "Felhasznált számla:" #. module: account_payment #: help:payment.line,communication:0 diff --git a/addons/account_payment/i18n/it.po b/addons/account_payment/i18n/it.po index 716b0d7a39c..9b4e41835ff 100644 --- a/addons/account_payment/i18n/it.po +++ b/addons/account_payment/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 07:24+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_payment #: model:ir.actions.act_window,help:account_payment.action_payment_order_tree @@ -125,7 +125,7 @@ msgstr "Annulla" #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form msgid "Cancel Payments" -msgstr "" +msgstr "Annulla pagamenti" #. module: account_payment #: selection:payment.order,state:0 @@ -173,7 +173,7 @@ msgstr "Valuta azienda" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Company Currency:" -msgstr "" +msgstr "Valuta azienda:" #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form @@ -199,7 +199,7 @@ msgstr "Creato" #: field:payment.order,create_uid:0 #: field:payment.order.create,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_payment #: field:account.payment.make.payment,create_date:0 @@ -208,7 +208,7 @@ msgstr "" #: field:payment.order,create_date:0 #: field:payment.order.create,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_payment #: field:payment.order,date_created:0 @@ -290,7 +290,7 @@ msgstr "Informazioni registrazione" #: code:addons/account_payment/wizard/account_payment_order.py:113 #, python-format msgid "Entry Lines" -msgstr "" +msgstr "Righe movimento" #. module: account_payment #: field:payment.line,move_line_id:0 @@ -312,7 +312,7 @@ msgstr "Data esecuzione" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Execution:" -msgstr "" +msgstr "Esecuzione:" #. module: account_payment #: selection:payment.order,date_prefered:0 @@ -334,7 +334,7 @@ msgstr "Informazioni generali" #: view:payment.mode:account_payment.view_payment_mode_search #: view:payment.order:account_payment.view_payment_order_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: account_payment #: field:account.payment.make.payment,id:0 @@ -345,7 +345,7 @@ msgstr "" #: field:payment.order.create,id:0 #: field:report.account_payment.report_paymentorder,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_payment #: help:payment.line,date:0 @@ -359,7 +359,7 @@ msgstr "" #. module: account_payment #: view:account.bank.statement:account_payment.view_bank_statement_form msgid "Import Lines" -msgstr "" +msgstr "Importa linee" #. module: account_payment #: view:account.bank.statement:account_payment.view_bank_statement_form @@ -395,7 +395,7 @@ msgstr "Rif. Fattura" #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form msgid "Invoices" -msgstr "" +msgstr "Fatture" #. module: account_payment #: view:payment.mode:account_payment.view_payment_mode_search @@ -416,7 +416,7 @@ msgstr "Voci sezionale" #: field:payment.order,write_uid:0 #: field:payment.order.create,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_payment #: field:account.payment.make.payment,write_date:0 @@ -426,7 +426,7 @@ msgstr "" #: field:payment.order,write_date:0 #: field:payment.order.create,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_payment #: view:account.payment.make.payment:account_payment.account_payment_make_payment_view @@ -544,7 +544,7 @@ msgstr "Popolamento estratto pagamento" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Payment Type:" -msgstr "" +msgstr "Tipo di pagamento:" #. module: account_payment #: help:payment.line,amount:0 @@ -679,7 +679,7 @@ msgstr "Totale" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Total (Currency)" -msgstr "" +msgstr "Totale (Valuta)" #. module: account_payment #: view:payment.order:account_payment.view_payment_order_form @@ -695,7 +695,7 @@ msgstr "Informazione di transazione" #. module: account_payment #: view:website:account_payment.report_paymentorder msgid "Used Account:" -msgstr "" +msgstr "Conto utilizzato:" #. module: account_payment #: help:payment.line,communication:0 diff --git a/addons/account_sequence/i18n/hu.po b/addons/account_sequence/i18n/hu.po index fb6a8b7fd74..e68b5734526 100644 --- a/addons/account_sequence/i18n/hu.po +++ b/addons/account_sequence/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 15:13+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_sequence #: model:ir.model,name:account_sequence.model_account_move @@ -46,17 +46,17 @@ msgstr "Sorszám modul beállítása" #. module: account_sequence #: field:account.sequence.installer,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_sequence #: field:account.sequence.installer,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_sequence #: field:account.sequence.installer,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_sequence #: field:account.sequence.installer,number_increment:0 @@ -93,12 +93,12 @@ msgstr "Könyvelési tételsorok" #. module: account_sequence #: field:account.sequence.installer,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_sequence #: field:account.sequence.installer,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_sequence #: field:account.sequence.installer,name:0 @@ -126,6 +126,8 @@ msgid "" "Odoo will automatically adds some '0' on the left of the 'Next Number' to " "get the required padding size." msgstr "" +"Odoo rendszer automatikusan hozzáad pár '0' a 'Next Number' következő szám " +"bal oldalához a megfelelő kitöltési érték eléréséhez." #. module: account_sequence #: field:account.sequence.installer,prefix:0 diff --git a/addons/account_sequence/i18n/it.po b/addons/account_sequence/i18n/it.po index 0be23cee680..66cc1b70988 100644 --- a/addons/account_sequence/i18n/it.po +++ b/addons/account_sequence/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 07:20+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_sequence #: model:ir.model,name:account_sequence.model_account_move @@ -46,17 +46,17 @@ msgstr "Configura la Sequenza dei Conti" #. module: account_sequence #: field:account.sequence.installer,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_sequence #: field:account.sequence.installer,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_sequence #: field:account.sequence.installer,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_sequence #: field:account.sequence.installer,number_increment:0 @@ -93,12 +93,12 @@ msgstr "Voci Giornale" #. module: account_sequence #: field:account.sequence.installer,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_sequence #: field:account.sequence.installer,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_sequence #: field:account.sequence.installer,name:0 @@ -126,6 +126,8 @@ msgid "" "Odoo will automatically adds some '0' on the left of the 'Next Number' to " "get the required padding size." msgstr "" +"ODOO aggiungerà automaticamente alcuni '0' sulla parte a sinistra del " +"'Prossimo numero' per raggiungere la corretta lunghezza del formato numerico." #. module: account_sequence #: field:account.sequence.installer,prefix:0 diff --git a/addons/account_test/i18n/hu.po b/addons/account_test/i18n/hu.po index 368f4899c13..4cf88b6e26c 100644 --- a/addons/account_test/i18n/hu.po +++ b/addons/account_test/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 08:20+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_test #: model:ir.actions.act_window,help:account_test.action_accounting_assert @@ -25,29 +25,35 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson teszt könyvelési számla létrehozásához.\n" +"

\n" +" " #. module: account_test #: model:ir.actions.act_window,name:account_test.action_accounting_assert #: model:ir.actions.report.xml,name:account_test.account_assert_test_report #: model:ir.ui.menu,name:account_test.menu_action_license msgid "Accounting Tests" -msgstr "" +msgstr "Könyvelési tesztek" #. module: account_test #: view:website:account_test.report_accounttest msgid "Accouting tests on" -msgstr "" +msgstr "Könyvelési teszt be" #. module: account_test #: field:accounting.assert.test,active:0 msgid "Active" -msgstr "" +msgstr "Aktív" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_03 msgid "" "Check if movement lines are balanced and have the same date and period" msgstr "" +"Ellenőrizze, hogy a mozgás tételsorok mérlege egyeztetettek és ugyanazzal a " +"dátummal és időszakkal rendelkeznek" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_02 @@ -55,11 +61,13 @@ msgid "" "Check if the balance of the new opened fiscal year matches with last year's " "balance" msgstr "" +"Ellenőrizze, hogy az új, megnyitott költségvetési év egyenlege megegyezik-e " +"az elmúlt évi egyenleggel" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_04 msgid "Check if the totally reconciled movements are balanced" -msgstr "" +msgstr "Jelölje ki, ha az összes egyeztetett tételsormozgás egyeztetve lett" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_07 @@ -67,16 +75,21 @@ msgid "" "Check on bank statement that the Closing Balance = Starting Balance + sum of " "statement lines" msgstr "" +"Olyan banki kivonatok ellenőrzése, ahol a Záró egyenleg = Nyitó egyenleg + a " +"kivonat tételsorainak összege" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_08 msgid "Check that general accounts and partners on account moves are active" msgstr "" +"Ellenőrzi, hogy az általános könyvelés és a könyvelésben felvett partnerek " +"elszámolása aktív" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_06 msgid "Check that paid/reconciled invoices are not in 'Open' state" msgstr "" +"Ellenőrzi, hogy a fizetett/egyeztetett számlák nem 'nyitott' állapotúak" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_05_2 @@ -84,6 +97,8 @@ msgid "" "Check that reconciled account moves, that define Payable and Receivable " "accounts, are belonging to reconciled invoices" msgstr "" +"Ellenörzi, hogy az egyeztetett számla mozgások, melyek Fizetendő/Tartozás és " +"Bevételi/Követelés számlákat határoznak meg, egyeztetendő számlákhoz tartonak" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_05 @@ -91,21 +106,27 @@ msgid "" "Check that reconciled invoice for Sales/Purchases has reconciled entries for " "Payable and Receivable Accounts" msgstr "" +"Ellenőrzi, hogy az Értékesítéshez/Beszerzéshez tartozó egyeztetendő számlák " +"tartalmaznak a Fizetendő/Tartozás és Bevételi/Követelés számlákhoz tartozó " +"tételeket" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_06_1 msgid "Check that there's no move for any account with « View » account type" msgstr "" +"Ellenőrzi, hogy nincsenek mozgások azokhoz a számlákhoz, melyek « Nézet » " +"számla típusok" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_01 msgid "Check the balance: Debit sum = Credit sum" msgstr "" +"Ellenőrzi az egyenleget: Tartozás/Terhelés összeg = Jóváír/Követel összeg" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form msgid "Code Help" -msgstr "" +msgstr "Kód súgó" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form @@ -137,123 +158,151 @@ msgid "" " cr.execute(sql)\n" " result = cr.dictfetchall()" msgstr "" +"A kód mindíg egy `eredmény` változóként legyen beállítva a teszte eredménye " +"szerint, ami lehet egy lista vagy egy szótár. Ha az `eredmény` egy üres " +"lista, az azt jelenti, hogy a teszt sikerrel járt. Egyéb esetben megpróbálja " +"lefordítani és kinyomtatni az `eredmény` tartaláat.\n" +"\n" +"Ha a teszjánek az eredménye egy szótár, akkor a `column_order` váltózót " +"beállíthatja, hogy milyen sorrendben szeretné kinyomtatni az `eredmény` " +"tartalmát.\n" +"\n" +"Ha igényli, akkor a következő változókat is használhatja a kódjában:\n" +" * cr: kurzor az adatbázisra\n" +" * uid: a jelenlegi felhasználó ID azonosítója\n" +"\n" +"Bármely esetben, a kódnak legális python kifejezésnek kell lennie megfelelő " +"azonosítással (ha szükséges).\n" +"\n" +"Példa: \n" +" sql = '''SELECT id, name, ref, date\n" +" FROM account_move_line \n" +" WHERE account_id IN (SELECT id FROM account_account WHERE type " +"= 'view')\n" +" '''\n" +" cr.execute(sql)\n" +" result = cr.dictfetchall()" #. module: account_test #: field:accounting.assert.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_test #: field:accounting.assert.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form msgid "Description" -msgstr "" +msgstr "Leírás" #. module: account_test #: view:website:account_test.report_accounttest msgid "Description:" -msgstr "" +msgstr "Leírás:" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form msgid "Expression" -msgstr "" +msgstr "Kifejezés" #. module: account_test #: field:accounting.assert.test,id:0 #: field:report.account_test.report_accounttest,id:0 msgid "ID" -msgstr "" +msgstr "ID Azonosító" #. module: account_test #: field:accounting.assert.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_test #: field:accounting.assert.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: account_test #: view:website:account_test.report_accounttest msgid "Name:" -msgstr "" +msgstr "Név:" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form msgid "Python Code" -msgstr "" +msgstr "Python kód" #. module: account_test #: field:accounting.assert.test,code_exec:0 msgid "Python code" -msgstr "" +msgstr "Python kód" #. module: account_test #: field:accounting.assert.test,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Sorrend" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_01 msgid "Test 1: General balance" -msgstr "" +msgstr "Teszt 1: Összesítő, általános egyenleg" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_02 msgid "Test 2: Opening a fiscal year" -msgstr "" +msgstr "Teszt 2: Egy költségvetési év nyitása" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_03 msgid "Test 3: Movement lines" -msgstr "" +msgstr "Teszt 3: Költségvetési tételsorok mozgása" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_04 msgid "Test 4: Totally reconciled mouvements" -msgstr "" +msgstr "Teszt 4: Teljesen összehangolt, egyeztetett mozgások" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_05 msgid "" "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices" msgstr "" +"Teszt 5.1 : Fizetendő/Tartozás és Bevételi/Követelés könyvelési számla sorok " +" az egyeztetett számlákon" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_05_2 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts" msgstr "" +"Teszt 5.2 : Leegyezetett számlák és Fizetendő/Tartozás; Bevételi/Követelés " +"számlák" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_06 msgid "Test 6 : Invoices status" -msgstr "" +msgstr "Teszt 6 : Számlák állapota" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_06_1 msgid "Test 7: « View  » account type" -msgstr "" +msgstr "Teszt 7: « Nézet  » számla típus" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_07 msgid "Test 8 : Closing balance on bank statements" -msgstr "" +msgstr "Teszt 8 : Záró egyenleg a banki kivonatokon" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_08 msgid "Test 9 : Accounts and partners on account moves" -msgstr "" +msgstr "Teszt 9 : Elszámolások és partnerek a könyvelési tételsor mozgásokon" #. module: account_test #: field:accounting.assert.test,desc:0 msgid "Test Description" -msgstr "" +msgstr "Teszt leírása" #. module: account_test #: field:accounting.assert.test,name:0 @@ -270,4 +319,4 @@ msgstr "Tesztek" #: code:addons/account_test/report/account_test_report.py:78 #, python-format msgid "The test was passed successfully" -msgstr "" +msgstr "A teszt sikeressen lefutott" diff --git a/addons/account_test/i18n/it.po b/addons/account_test/i18n/it.po index c9e7bc089c7..6ccf6117d0e 100644 --- a/addons/account_test/i18n/it.po +++ b/addons/account_test/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 06:26+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_test #: model:ir.actions.act_window,help:account_test.action_accounting_assert @@ -25,6 +25,10 @@ msgid "" "

\n" " " msgstr "" +"

\n" +"Cliccare per creare test contabile.\n" +"

\n" +" " #. module: account_test #: model:ir.actions.act_window,name:account_test.action_accounting_assert @@ -48,6 +52,8 @@ msgstr "Attivo" msgid "" "Check if movement lines are balanced and have the same date and period" msgstr "" +"Controlla se le righe movimento sono a saldo e hanno la stessa data del " +"periodo" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_02 @@ -55,11 +61,13 @@ msgid "" "Check if the balance of the new opened fiscal year matches with last year's " "balance" msgstr "" +"Controlla se nel bilancio del nuovo anno fiscale aperto coincide con la fine " +"del bilancio dell'ultimo anno" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_04 msgid "Check if the totally reconciled movements are balanced" -msgstr "" +msgstr "Controlla se i movimenti totalmente riconciliati sono saldati" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_07 @@ -67,16 +75,22 @@ msgid "" "Check on bank statement that the Closing Balance = Starting Balance + sum of " "statement lines" msgstr "" +"Controllo sull'estratto conto bancario che il bilancio di chiusura sia " +"uguale al bilancio iniziale più la somma delle righe presenti" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_08 msgid "Check that general accounts and partners on account moves are active" msgstr "" +"Controlla che la contabilità generale e i partner sui movimenti contabili " +"siano attivi" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_06 msgid "Check that paid/reconciled invoices are not in 'Open' state" msgstr "" +"Controlla che le fatture riconciliate / pagate non siano nello stato di " +"'aperte'" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_05_2 @@ -84,6 +98,8 @@ msgid "" "Check that reconciled account moves, that define Payable and Receivable " "accounts, are belonging to reconciled invoices" msgstr "" +"Controlla che i movimenti contabili riconciliati, che definiscono i conti " +"Debiti e Crediti, appartengano alle fatture riconciliate" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_05 @@ -91,16 +107,20 @@ msgid "" "Check that reconciled invoice for Sales/Purchases has reconciled entries for " "Payable and Receivable Accounts" msgstr "" +"Controlla che le fatture riconciliate per Vendite / Acquisti abbiano voci " +"riconciliate per i conti Debiti e Crediti" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_06_1 msgid "Check that there's no move for any account with « View » account type" msgstr "" +"Controla che non ci siano movimenti per nessun account con tipo di conto " +"« Vista »" #. module: account_test #: model:accounting.assert.test,desc:account_test.account_test_01 msgid "Check the balance: Debit sum = Credit sum" -msgstr "" +msgstr "Controlla che il saldo sia: Somma debiti = Somma crediti" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form @@ -137,16 +157,42 @@ msgid "" " cr.execute(sql)\n" " result = cr.dictfetchall()" msgstr "" +"Il codice dovrebbe sempre impostare una variabile nominata 'risultato' con " +"l'esito del test, può essere una lista\n" +"o un dizionario. Se 'risultato' è una lista vuota significa che il test ha " +"avuto successo. Altrimenti cercherà di\n" +"tradurre e stampare il contenuto dentro il 'risultato'.\n" +"\n" +"Se il risultato del vostro test è un dizionario potete impostare delle " +"variabili chiamate \"column_order\" per schegliere in\n" +"che ordine vorrete stamapre il \"risultato\" contenuto.\n" +"\n" +"Nel caso vi servano potrete ance accedere alle sequenti variabili " +"all'interno del vosto codice:\n" +" * cr: cursore del database\n" +" * uid: ID dell'utente corrente\n" +"\n" +"In ogni caso il codice deve essere una dichiarazione corretta in python con " +"la corretta indentazione (se necessaria).\n" +"\n" +"Esempio:\n" +" sql = '''SELECT id, name, ref, date\n" +" FROM account_move_line\n" +" WHERE account_id IN (SELECT id FROM account_account WHERE type = " +"'view')\n" +" '''\n" +" cr.execute(sql)\n" +" result = cr.dictfetchall()" #. module: account_test #: field:accounting.assert.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_test #: field:accounting.assert.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form @@ -156,7 +202,7 @@ msgstr "Descrizione" #. module: account_test #: view:website:account_test.report_accounttest msgid "Description:" -msgstr "" +msgstr "Descrizione:" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form @@ -167,22 +213,22 @@ msgstr "Espressione" #: field:accounting.assert.test,id:0 #: field:report.account_test.report_accounttest,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_test #: field:accounting.assert.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultimo modifica fatta da" #. module: account_test #: field:accounting.assert.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: account_test #: view:website:account_test.report_accounttest msgid "Name:" -msgstr "" +msgstr "Nome:" #. module: account_test #: view:accounting.assert.test:account_test.account_assert_form @@ -217,18 +263,18 @@ msgstr "Test 3: Linee movinenti" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_04 msgid "Test 4: Totally reconciled mouvements" -msgstr "" +msgstr "Test 4: Movimenti totalmente riconciliati" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_05 msgid "" "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices" -msgstr "" +msgstr "Test 5.1  : Righe conti Crediti e Deviti di fatture riconciliate" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_05_2 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts" -msgstr "" +msgstr "Test 5.2  : Fatture riconciliate conti Deviti / Crediti" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_06 @@ -238,12 +284,12 @@ msgstr "Test 6 : Stato fatture" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_06_1 msgid "Test 7: « View  » account type" -msgstr "" +msgstr "Test 7: Tipo di conto « Vista  »" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_07 msgid "Test 8 : Closing balance on bank statements" -msgstr "" +msgstr "Test 8: Bilancio di chiusura e estratto bancario" #. module: account_test #: model:accounting.assert.test,name:account_test.account_test_08 diff --git a/addons/account_voucher/i18n/ar.po b/addons/account_voucher/i18n/ar.po index c3414f77e02..7cee8dc7a0a 100644 --- a/addons/account_voucher/i18n/ar.po +++ b/addons/account_voucher/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "ملغي" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -236,11 +236,6 @@ msgstr "" "حدد هذا المربع إذا كنت غير متأكد من قيد اليومية، وإذا كنت تريد أن تضعها " "كملاحظة \"لإعادة النظر\" من قبل خبير المحاسبة." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "الشركات" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -257,7 +252,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "خطأ في الإعدادات!" @@ -408,8 +403,8 @@ msgid "Effective date for accounting entries" msgstr "تاريخ فعال للمدخلات المحاسبية" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "خطأ!" @@ -447,14 +442,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -469,11 +458,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -508,7 +492,7 @@ msgid "Internal Notes" msgstr "ملاحظات داخلية" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -518,11 +502,6 @@ msgstr "" msgid "Invoice" msgstr "فاتورة" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -589,12 +568,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -616,7 +589,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "لا يوجد قانون قاعدة الحساب و قانون ضريبة الحساب!" @@ -779,19 +752,19 @@ msgid "Period" msgstr "فترة" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "الرجاء تعريف تسلسل لليومية" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -924,7 +897,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "موظف مبيعات" @@ -979,7 +951,7 @@ msgstr "ملخص" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "مورد" @@ -1018,7 +990,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1134,7 +1106,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1194,7 +1166,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "إلغاء" @@ -1205,20 +1177,20 @@ msgid "Write-Off Analytic Account" msgstr "حساب تحليلي للديون المعدومة" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "عليك بإعداد رمز الحساب الرئيسي و رمز حساب الضريبة في ضريبة الـ'%s' !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1227,7 +1199,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1236,9 +1208,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "تغيير" @@ -1256,3 +1228,6 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Companies" +#~ msgstr "الشركات" diff --git a/addons/account_voucher/i18n/bg.po b/addons/account_voucher/i18n/bg.po index da40499bce6..c9cc3ace8bf 100644 --- a/addons/account_voucher/i18n/bg.po +++ b/addons/account_voucher/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Отказани" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Фактура" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Период" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Доставчик" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Отписване" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/bs.po b/addons/account_voucher/i18n/bs.po index 2f53259b85f..897ad432b96 100644 --- a/addons/account_voucher/i18n/bs.po +++ b/addons/account_voucher/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -196,7 +196,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Jeste li sigurni da želite razvezati ovaj zapis?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -256,7 +256,7 @@ msgid "Cancelled" msgstr "Otkazano" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Otvorene ili plaćene račune nije moguće izbrisati." @@ -270,11 +270,6 @@ msgstr "" "Označite \"za provjeru\" kada niste sigurni da li je knjiženje ispravno i " "kada je potrebno ekspertno mišljenje." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Kompanije" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -293,7 +288,7 @@ msgstr "" "računa." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Greška konfiguracije !" @@ -444,8 +439,8 @@ msgid "Effective date for accounting entries" msgstr "Efektivni datum za računovodstvene zapise" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Greška!" @@ -485,14 +480,8 @@ msgid "Full Reconcile" msgstr "Kompletno zatvaranje" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Konto pozitivne kursne razlike" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -507,11 +496,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupiši po mjesecima datuma fakturisanja" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -548,7 +532,7 @@ msgid "Internal Notes" msgstr "Interne zabilješke" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ne pravilna akcija" @@ -558,11 +542,6 @@ msgstr "Ne pravilna akcija" msgid "Invoice" msgstr "Faktura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -629,12 +608,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Konto negativnih kursnih razlika" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -656,7 +629,7 @@ msgid "Multi Currency Voucher" msgstr "Viševalutni računi" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Nema konta osnovice i poreza!" @@ -819,19 +792,19 @@ msgid "Period" msgstr "Period" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Molimo aktivirajte sekvencu odabrnog dnevnika!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Molimo definišite sekvencu na dnevniku." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Milimo definišite zadana potražna/dugovna konta na dnevniku \"%s\"." @@ -964,7 +937,6 @@ msgid "Sales Receipts Analysis" msgstr "Analiza računa prodaje" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Prodavač(ica)" @@ -1019,7 +991,7 @@ msgstr "Rezime" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dobavljač" @@ -1058,7 +1030,7 @@ msgid "The Voucher has been totally paid." msgstr "Račun je plaćen u potpunosti." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Račun koji želite platiti više nije važeći." @@ -1179,7 +1151,7 @@ msgstr "Potvrđeni računi" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1239,7 +1211,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Otpis" @@ -1250,20 +1222,20 @@ msgid "Write-Off Analytic Account" msgstr "Analitički konto otpisa iznosa" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Kriva stavka računa" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "Morate podesiti konto osnovice i konto poreza na '%s' porezu!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1272,7 +1244,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1281,9 +1253,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "promjena" @@ -1301,3 +1273,15 @@ msgstr "npr. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "npr. Račun SAJ/0042" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Konto negativnih kursnih razlika" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupiši po mjesecima datuma fakturisanja" + +#~ msgid "Companies" +#~ msgstr "Kompanije" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Konto pozitivne kursne razlike" diff --git a/addons/account_voucher/i18n/ca.po b/addons/account_voucher/i18n/ca.po index 56c61281f1b..3c0657b0e0d 100644 --- a/addons/account_voucher/i18n/ca.po +++ b/addons/account_voucher/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Cancel·lat" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "Data efectiva per entrades comptables." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Notes internes" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "No codi base comptable i codi d'impost comptable!" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Període" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Proveïdor" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Desajust" @@ -1203,13 +1175,13 @@ msgid "Write-Off Analytic Account" msgstr "Compte analític del desajustament" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1218,7 +1190,7 @@ msgstr "" "comptable de l'impost '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1227,7 +1199,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1236,9 +1208,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/cs.po b/addons/account_voucher/i18n/cs.po index 2ef57e9f433..3355a30f5b6 100644 --- a/addons/account_voucher/i18n/cs.po +++ b/addons/account_voucher/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -171,7 +171,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -231,7 +231,7 @@ msgid "Cancelled" msgstr "Zrušeno" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -245,11 +245,6 @@ msgstr "" "Zaškrtněte toto pole, pokud si nejste jisti záznamem deníku a chcete jej " "označit jako 'ke kontrole' účetním odborníkem." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Společnosti" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -266,7 +261,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Chyba nastavení!" @@ -417,8 +412,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Chyba!" @@ -456,14 +451,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -478,11 +467,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Skupina podle měsíce data faktury" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -519,7 +503,7 @@ msgid "Internal Notes" msgstr "Interní poznámky" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Neplatná akce!" @@ -529,11 +513,6 @@ msgstr "Neplatná akce!" msgid "Invoice" msgstr "Faktura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -600,12 +579,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -627,7 +600,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -790,19 +763,19 @@ msgid "Period" msgstr "Období" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Prosím aktivujte posloupnost zvoleného deníku!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Prosím určete posloupnost deníku." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Prosím určete výchozí účty má dáti/dal deníku \"%s\"." @@ -935,7 +908,6 @@ msgid "Sales Receipts Analysis" msgstr "Analýza prodejních účtenek" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Obchodník" @@ -990,7 +962,7 @@ msgstr "Souhrn" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dodavatel" @@ -1029,7 +1001,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Faktura, kterou chcete uhradit, již není platná." @@ -1145,7 +1117,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1205,7 +1177,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Odpis" @@ -1216,20 +1188,20 @@ msgid "Write-Off Analytic Account" msgstr "Analytický účet odpisů" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1238,7 +1210,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1247,9 +1219,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" @@ -1267,3 +1239,9 @@ msgstr "např. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "např. Faktura FA/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Skupina podle měsíce data faktury" + +#~ msgid "Companies" +#~ msgstr "Společnosti" diff --git a/addons/account_voucher/i18n/da.po b/addons/account_voucher/i18n/da.po index 7a1a413fc0a..5c73ecd3b58 100644 --- a/addons/account_voucher/i18n/da.po +++ b/addons/account_voucher/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Afskrivning" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/de.po b/addons/account_voucher/i18n/de.po index d794a077228..b3d0d1d3df6 100644 --- a/addons/account_voucher/i18n/de.po +++ b/addons/account_voucher/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-15 13:53+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:34+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: account_voucher @@ -215,7 +215,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Möchten Sie diese Buchungen stornieren?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -275,7 +275,7 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Offene oder bezahlte Belege können nicht storniert werden" @@ -290,11 +290,6 @@ msgstr "" "sind und demnach als 'zu überprüfen' durch einen Buchhalter markieren " "möchten." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Unternehmen" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -311,7 +306,7 @@ msgid "" msgstr "Berechnet als Differenz zwischen Belege und Belegzeilen" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Konfigurationsfehler !" @@ -462,8 +457,8 @@ msgid "Effective date for accounting entries" msgstr "Tatsächliches Buchungsdatum" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Fehler!" @@ -503,14 +498,8 @@ msgid "Full Reconcile" msgstr "Voll Ausgleich" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Konto für Kurserträge" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "Gehen Sie zu den Einstellungen" @@ -525,11 +514,6 @@ msgstr "Gehen Sie zu den Einstellungen" msgid "Group By" msgstr "Gruppierung" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Gruppiere je Monat des Rechnungsdatums" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -567,7 +551,7 @@ msgid "Internal Notes" msgstr "Interne Hinweise" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Diese Aktion ist fehlerhaft !" @@ -577,11 +561,6 @@ msgstr "Diese Aktion ist fehlerhaft !" msgid "Invoice" msgstr "Rechnung" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "Rechnungsdatum" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -648,12 +627,6 @@ msgstr "Zuletzt aktualisiert durch" msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Konto für Kursaufwendungen" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -675,7 +648,7 @@ msgid "Multi Currency Voucher" msgstr "Beleg mit mehreren Währungen" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Kein Steuerfinanzkonto und Steuerkonto definiert!" @@ -838,19 +811,19 @@ msgid "Period" msgstr "Periode" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Bitte aktivieren Sie die Nummernfolge für das gewählte Journal !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Bitte definieren Sie eine Nummernfolge für dieses Journal." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -985,7 +958,6 @@ msgid "Sales Receipts Analysis" msgstr "Statistik Verkaufsbelege" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Verkäufer" @@ -1040,7 +1012,7 @@ msgstr "Zusammenfassung" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Lieferant" @@ -1079,7 +1051,7 @@ msgid "The Voucher has been totally paid." msgstr "Der Beleg wurde vollständig bezahlt" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Die Rechnung, die bezahlt werden soll, ist inzwischen ungültig." @@ -1200,7 +1172,7 @@ msgstr "Bestätigte Belege" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1260,7 +1232,7 @@ msgid "Website communication history" msgstr "Website Kommunikationshistorie" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Abschreibung" @@ -1271,13 +1243,13 @@ msgid "Write-Off Analytic Account" msgstr "Analytisches Abschreibungskonto" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Falsche Belegzeile" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1286,7 +1258,7 @@ msgstr "" "konfigurieren." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1297,7 +1269,7 @@ msgstr "" "automatisch Wechselkursgewinne zu buchen." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1308,9 +1280,9 @@ msgstr "" "automatisch Wechselkursverluste zu buchen." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "ändern" @@ -1328,3 +1300,18 @@ msgstr "z.B. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "z.B. Rechnung SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Gruppiere je Monat des Rechnungsdatums" + +#~ msgid "Companies" +#~ msgstr "Unternehmen" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Konto für Kurserträge" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Konto für Kursaufwendungen" + +#~ msgid "Invoice Date" +#~ msgstr "Rechnungsdatum" diff --git a/addons/account_voucher/i18n/el.po b/addons/account_voucher/i18n/el.po index d645e35f96a..4307711b730 100644 --- a/addons/account_voucher/i18n/el.po +++ b/addons/account_voucher/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Ακυρώθηκε" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Εσωτερικές Σημειώσεις" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Τιμολόγιο" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Περίοδος" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Πριμηθευτής" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Παραγραφή" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/en_GB.po b/addons/account_voucher/i18n/en_GB.po index 5073cee1d8a..1aac3205487 100644 --- a/addons/account_voucher/i18n/en_GB.po +++ b/addons/account_voucher/i18n/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -257,7 +252,7 @@ msgstr "" "sum of allocation on the voucher lines." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -408,8 +403,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -447,14 +442,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -469,11 +458,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -508,7 +492,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -518,11 +502,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -589,12 +568,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -616,7 +589,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -779,19 +752,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -924,7 +897,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Salesperson" @@ -979,7 +951,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1018,7 +990,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1134,7 +1106,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1194,7 +1166,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Write-Off" @@ -1205,20 +1177,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1227,7 +1199,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1236,9 +1208,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/es.po b/addons/account_voucher/i18n/es.po index 3da0a95ae94..f0b22a584cf 100644 --- a/addons/account_voucher/i18n/es.po +++ b/addons/account_voucher/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-15 07:54+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -208,7 +208,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Está seguro de que desea desconciliar este registro?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -268,7 +268,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "No se pueden borrar comprobantes que ya están abiertos o pagados." @@ -282,11 +282,6 @@ msgstr "" "Marque esta opción si no está seguro de este asiento y desea marcarlo como " "'Para ser revisado' por un experto contable." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Compañías" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -305,7 +300,7 @@ msgstr "" "la suma de las asignaciones en las líneas del comprobante." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "¡Error de configuración!" @@ -456,8 +451,8 @@ msgid "Effective date for accounting entries" msgstr "Fecha efectiva para entradas contables." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "¡Error!" @@ -496,14 +491,8 @@ msgid "Full Reconcile" msgstr "Conciliación completa" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Ingresos por diferencia de cambio" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "Ir al panel de configuración" @@ -518,11 +507,6 @@ msgstr "Ir al panel de configuración" msgid "Group By" msgstr "Agrupar por" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mes de la fecha de factura" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -559,7 +543,7 @@ msgid "Internal Notes" msgstr "Notas internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "¡Acción no válida!" @@ -569,11 +553,6 @@ msgstr "¡Acción no válida!" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "Fecha de factura" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -640,12 +619,6 @@ msgstr "Última actualización de" msgid "Last Updated on" msgstr "Última actualización en" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Pérdida por diferencia de cambio" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -667,7 +640,7 @@ msgid "Multi Currency Voucher" msgstr "Comprobante multi-moneda" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "¡No código base contable y código impuesto contable!" @@ -830,19 +803,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "¡Active por favor la secuencia del diario seleccionado!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Por favor defina una secuencia en el diario." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -977,7 +950,6 @@ msgid "Sales Receipts Analysis" msgstr "Análisis de los recibos de venta" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Comercial" @@ -1032,7 +1004,7 @@ msgstr "Resumen" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Proveedor" @@ -1071,7 +1043,7 @@ msgid "The Voucher has been totally paid." msgstr "El comprobante ha sido totalmente pagado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "La factura que iba a pagar ya no es válida." @@ -1196,7 +1168,7 @@ msgstr "Comprobantes validados" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1256,7 +1228,7 @@ msgid "Website communication history" msgstr "Historial de comunicaciones del sitio web" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Desajuste" @@ -1267,13 +1239,13 @@ msgid "Write-Off Analytic Account" msgstr "Cuenta analítica del desajuste" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Línea de comprobante errónea" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1282,7 +1254,7 @@ msgstr "" "del impuesto '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1294,7 +1266,7 @@ msgstr "" "relacionados con las diferencias entre los tipos de cambio." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1306,9 +1278,9 @@ msgstr "" "relacionados con las diferencias entre los tipos de cambio." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "cambio" @@ -1326,3 +1298,18 @@ msgstr "Por ejemplo, 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "Por ejemplo, factura FV/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mes de la fecha de factura" + +#~ msgid "Companies" +#~ msgstr "Compañías" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Ingresos por diferencia de cambio" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Pérdida por diferencia de cambio" + +#~ msgid "Invoice Date" +#~ msgstr "Fecha de factura" diff --git a/addons/account_voucher/i18n/es_AR.po b/addons/account_voucher/i18n/es_AR.po index acc966db9a8..a6fe6d38557 100644 --- a/addons/account_voucher/i18n/es_AR.po +++ b/addons/account_voucher/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/es_CR.po b/addons/account_voucher/i18n/es_CR.po index ee97525a10e..6f742e088e8 100644 --- a/addons/account_voucher/i18n/es_CR.po +++ b/addons/account_voucher/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -236,11 +236,6 @@ msgstr "" "Marque esta opción si no está seguro de este asiento y desea marcarlo como " "'Para ser revisado' por un experto contable." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Compañias" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -259,7 +254,7 @@ msgstr "" "la suma de la asignación de las líneas de descuento." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -410,8 +405,8 @@ msgid "Effective date for accounting entries" msgstr "Fecha efectiva para entradas contables." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -451,14 +446,8 @@ msgid "Full Reconcile" msgstr "Conciliación Completa" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -473,11 +462,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mes en fecha factura" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -512,7 +496,7 @@ msgid "Internal Notes" msgstr "Notas internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -522,11 +506,6 @@ msgstr "" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -593,12 +572,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -620,7 +593,7 @@ msgid "Multi Currency Voucher" msgstr "Comprobante de Multi Monedas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "¡No código base contable y código impuesto contable!" @@ -783,19 +756,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -928,7 +901,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -983,7 +955,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Proveedor" @@ -1022,7 +994,7 @@ msgid "The Voucher has been totally paid." msgstr "El Comprobante a sido totalmente pagado." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1144,7 +1116,7 @@ msgstr "Comprobantes validados" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1204,7 +1176,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Desajuste" @@ -1215,13 +1187,13 @@ msgid "Write-Off Analytic Account" msgstr "Cuenta analítica del desajuste" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1230,7 +1202,7 @@ msgstr "" "del impuesto '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1239,7 +1211,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1248,9 +1220,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "cambio" @@ -1268,3 +1240,9 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mes en fecha factura" + +#~ msgid "Companies" +#~ msgstr "Compañias" diff --git a/addons/account_voucher/i18n/es_EC.po b/addons/account_voucher/i18n/es_EC.po index 525497d4beb..09b87562a4d 100644 --- a/addons/account_voucher/i18n/es_EC.po +++ b/addons/account_voucher/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -236,11 +236,6 @@ msgstr "" "Marque esta opción si no está seguro de este asiento y desea marcarlo como " "'Para ser revisado' por un experto contable." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Compañías" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -257,7 +252,7 @@ msgid "" msgstr "Diferencia entre el monto del comprobante y la suma del detalle" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -408,8 +403,8 @@ msgid "Effective date for accounting entries" msgstr "Fecha de vigencia de asientos contables" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -447,14 +442,8 @@ msgid "Full Reconcile" msgstr "Conciliación Total" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -469,11 +458,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mes" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -508,7 +492,7 @@ msgid "Internal Notes" msgstr "Notas Internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -518,11 +502,6 @@ msgstr "" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -589,12 +568,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -616,7 +589,7 @@ msgid "Multi Currency Voucher" msgstr "Comprobante multimoneda" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "No hay cuenta base ni cuenta de impuesto" @@ -779,19 +752,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -924,7 +897,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -979,7 +951,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Proveedor" @@ -1018,7 +990,7 @@ msgid "The Voucher has been totally paid." msgstr "Se ha pagado totalmente" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1139,7 +1111,7 @@ msgstr "Validados" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1199,7 +1171,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Ajuste" @@ -1210,13 +1182,13 @@ msgid "Write-Off Analytic Account" msgstr "Cuenta analítica del desajuste" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1225,7 +1197,7 @@ msgstr "" "impuesto '%s'" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1234,7 +1206,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1243,9 +1215,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "cambio" @@ -1263,3 +1235,9 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mes" + +#~ msgid "Companies" +#~ msgstr "Compañías" diff --git a/addons/account_voucher/i18n/es_PE.po b/addons/account_voucher/i18n/es_PE.po index f59a0e11c51..166007d5579 100644 --- a/addons/account_voucher/i18n/es_PE.po +++ b/addons/account_voucher/i18n/es_PE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/es_PY.po b/addons/account_voucher/i18n/es_PY.po index bd1ffdc00ab..e8db294550f 100644 --- a/addons/account_voucher/i18n/es_PY.po +++ b/addons/account_voucher/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "Fecha efectiva para entradas contables." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Notas internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "¡No código base contable y código impuesto contable!" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Periodo" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Proveedor" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Cancelar Dividas" @@ -1203,13 +1175,13 @@ msgid "Write-Off Analytic Account" msgstr "Cuenta analítica del desajuste" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1218,7 +1190,7 @@ msgstr "" "del impuesto '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1227,7 +1199,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1236,9 +1208,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/et.po b/addons/account_voucher/i18n/et.po index e731775ac1a..a530ff52cba 100644 --- a/addons/account_voucher/i18n/et.po +++ b/addons/account_voucher/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Periood" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Mahakandmine" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/fa.po b/addons/account_voucher/i18n/fa.po index 565ee4a4af6..d21321efc18 100644 --- a/addons/account_voucher/i18n/fa.po +++ b/addons/account_voucher/i18n/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/fi.po b/addons/account_voucher/i18n/fi.po index 1bbd061b734..603046e65e0 100644 --- a/addons/account_voucher/i18n/fi.po +++ b/addons/account_voucher/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -185,7 +185,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -245,7 +245,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Avattua tai maksettua tositetta ei voi poistaa!" @@ -257,11 +257,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -278,7 +273,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -429,8 +424,8 @@ msgid "Effective date for accounting entries" msgstr "Kirjanpitovientien arvopäivä" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -468,14 +463,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Voittotili valuttakurssierolle" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -490,11 +479,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Ryhmitä laskutuskuukauden mukaan" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -529,7 +513,7 @@ msgid "Internal Notes" msgstr "Sisäiset muistiinpanot" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -539,11 +523,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -610,12 +589,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Tappiotili valuttakurssierolle" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -637,7 +610,7 @@ msgid "Multi Currency Voucher" msgstr "Monivaluuttatosite" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -800,19 +773,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -945,7 +918,6 @@ msgid "Sales Receipts Analysis" msgstr "Myyntikuittien analyysi" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Myyjä" @@ -1000,7 +972,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1039,7 +1011,7 @@ msgid "The Voucher has been totally paid." msgstr "Tosite on kokonaan maksettu" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1155,7 +1127,7 @@ msgstr "Vahvistetut tositteet" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1215,7 +1187,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Alaskirjaus" @@ -1226,20 +1198,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Väärä tositerivi" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1248,7 +1220,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1257,9 +1229,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" @@ -1277,3 +1249,12 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Ryhmitä laskutuskuukauden mukaan" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Voittotili valuttakurssierolle" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Tappiotili valuttakurssierolle" diff --git a/addons/account_voucher/i18n/fr.po b/addons/account_voucher/i18n/fr.po index 9e42e80ab46..bc4407892ab 100644 --- a/addons/account_voucher/i18n/fr.po +++ b/addons/account_voucher/i18n/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-04 17:58+0000\n" "Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: account_voucher @@ -181,7 +181,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -239,7 +239,7 @@ msgid "Cancelled" msgstr "Annulé" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Impossible de supprimer des règlements à l'état ouvert ou payé" @@ -253,11 +253,6 @@ msgstr "" "Cochez cette case si vous n'êtes pas sûr de cette pièce comptable et pour " "indiquer que cela devra être visé par un expert-comptable" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Sociétés" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -276,7 +271,7 @@ msgstr "" "allocations." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Erreur de configuration !" @@ -427,8 +422,8 @@ msgid "Effective date for accounting entries" msgstr "Date effective pour les pièces comptables" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Erreur !" @@ -468,14 +463,8 @@ msgid "Full Reconcile" msgstr "Lettrage complet" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Compte de gain de change" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -490,11 +479,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grouper par mois de facturation" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -531,7 +515,7 @@ msgid "Internal Notes" msgstr "Notes internes" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Action invalide !" @@ -541,11 +525,6 @@ msgstr "Action invalide !" msgid "Invoice" msgstr "Facture" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -612,12 +591,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Compte de perte de change" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -639,7 +612,7 @@ msgid "Multi Currency Voucher" msgstr "Reçu multi-devises" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Aucun code comptable de base et aucun code comptable de taxe !" @@ -802,19 +775,19 @@ msgid "Period" msgstr "Période" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Veuillez activer la sequence du journal sélectionné" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Veuillez définir une séquence sur ce journal" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -949,7 +922,6 @@ msgid "Sales Receipts Analysis" msgstr "Analyse des reçus de ventes" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Vendeur" @@ -1004,7 +976,7 @@ msgstr "Résumé" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Fournisseur" @@ -1043,7 +1015,7 @@ msgid "The Voucher has been totally paid." msgstr "Le reçu a été entièrement réglé." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "La facture que vous voulez payer n'est plus valide." @@ -1166,7 +1138,7 @@ msgstr "Reçus validés" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1226,7 +1198,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Ajustement" @@ -1237,13 +1209,13 @@ msgid "Write-Off Analytic Account" msgstr "Compte analytique des ajustements" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Ligne de justificatif incorrecte" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1252,7 +1224,7 @@ msgstr "" "sur la taxe '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1261,7 +1233,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1270,9 +1242,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "modifier" @@ -1290,3 +1262,15 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grouper par mois de facturation" + +#~ msgid "Companies" +#~ msgstr "Sociétés" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Compte de perte de change" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Compte de gain de change" diff --git a/addons/account_voucher/i18n/gl.po b/addons/account_voucher/i18n/gl.po index f07625be60b..d77a99d035c 100644 --- a/addons/account_voucher/i18n/gl.po +++ b/addons/account_voucher/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Anulado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "Data efectiva para entradas contables." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Notas internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Non código base contable nin código imposto contable!" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Provedor" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Desaxuste" @@ -1203,13 +1175,13 @@ msgid "Write-Off Analytic Account" msgstr "Conta analítica do desaxuste" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1218,7 +1190,7 @@ msgstr "" "imposto '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1227,7 +1199,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1236,9 +1208,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/gu.po b/addons/account_voucher/i18n/gu.po index 037c96fa691..16c8093cee3 100644 --- a/addons/account_voucher/i18n/gu.po +++ b/addons/account_voucher/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "રદ થયેલ" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "અવધિ" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/hi.po b/addons/account_voucher/i18n/hi.po index 00659cf9e41..1f80820361b 100644 --- a/addons/account_voucher/i18n/hi.po +++ b/addons/account_voucher/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "प्रदायक" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/hr.po b/addons/account_voucher/i18n/hr.po index 034d40a8009..2865f86b8ed 100644 --- a/addons/account_voucher/i18n/hr.po +++ b/addons/account_voucher/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -186,7 +186,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Jeste li sigurni da želite razvezati ovaj zapis?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -246,7 +246,7 @@ msgid "Cancelled" msgstr "Otkazani" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Otvorene ili plaćene vaučere nije moguće pobrisati." @@ -260,11 +260,6 @@ msgstr "" "Označite \"za provjeru\" kada niste sigurni da li je knjiženje ispravno i " "kada je potrebno ekspertno mišljenje." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Tvrtke" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -281,7 +276,7 @@ msgid "" msgstr "Izračunato kao razlika između iznosa" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Greška kod konfiguracije!" @@ -432,8 +427,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Greška!" @@ -473,14 +468,8 @@ msgid "Full Reconcile" msgstr "Kompletno zatvaranje" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Konto pozitivne tečajne razlike" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -495,11 +484,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupiraj po mjesecu računa" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -536,7 +520,7 @@ msgid "Internal Notes" msgstr "Interne bilješke" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Neispravna akcija!" @@ -546,11 +530,6 @@ msgstr "Neispravna akcija!" msgid "Invoice" msgstr "Račun" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -617,12 +596,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Konto tečajnih razlika" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -644,7 +617,7 @@ msgid "Multi Currency Voucher" msgstr "Viševalutni vaučer" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Nema konta osnovice i poreza!" @@ -807,19 +780,19 @@ msgid "Period" msgstr "Period" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Molimo aktivirajte sekvencu odabrnog dnevnika!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Molimo definirajte sekvencu na dnevniku." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -953,7 +926,6 @@ msgid "Sales Receipts Analysis" msgstr "Analiza potvrda" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Prodavač" @@ -1008,7 +980,7 @@ msgstr "Sažetak" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dobavljač" @@ -1047,7 +1019,7 @@ msgid "The Voucher has been totally paid." msgstr "Vaučer je plaćen u potpunosti" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Račun koji želite platiti nije više važeći." @@ -1165,7 +1137,7 @@ msgstr "Potvrđeni vaučeri" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1225,7 +1197,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Otpis" @@ -1236,20 +1208,20 @@ msgid "Write-Off Analytic Account" msgstr "Analitički konto otpisa iznosa" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Kriva stavka vaučera" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "Morate podesiti konto osnovice i poreza na '%s' porezu!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1258,7 +1230,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1267,9 +1239,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "promijeni" @@ -1287,3 +1259,15 @@ msgstr "npr. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "npr. Račun SAJ/0042" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Konto tečajnih razlika" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupiraj po mjesecu računa" + +#~ msgid "Companies" +#~ msgstr "Tvrtke" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Konto pozitivne tečajne razlike" diff --git a/addons/account_voucher/i18n/hu.po b/addons/account_voucher/i18n/hu.po index 7d06a88c022..1b38aa768da 100644 --- a/addons/account_voucher/i18n/hu.po +++ b/addons/account_voucher/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 15:40+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -65,6 +65,14 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson egy új beszállítói partner kifizetés " +"létrehozásához.\n" +"

\n" +" Odoo rendszer segítséget nyújt a kifizetett és a még " +"kifizetésre váró szállítók felé történő kifizetései nyomonkövetésében.\n" +"

\n" +" " #. module: account_voucher #: model:ir.actions.act_window,help:account_voucher.action_sale_receipt @@ -101,6 +109,18 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattinson egy új fizetés rögzítésére. \n" +"

\n" +" Rögzítse az ügyfelet és a fizetés módját, majd hozzon létre\n" +" kézzel egy fizetést vagy az Odoo rendszer fog felajánlani " +"automatikusan\n" +" ennek a fizetésnek az egyeztetésére a nyitott számlákkal " +"vagy \n" +" beszállítói nyuktákkal.\n" +" invoices or sales receipts.\n" +"

\n" +" " #. module: account_voucher #: model:ir.actions.act_window,help:account_voucher.action_purchase_receipt @@ -196,7 +216,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Biztosan vissza akarja vonni ennek a rekordnak a párosítását?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -256,7 +276,7 @@ msgid "Cancelled" msgstr "Érvénytelenített" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -272,11 +292,6 @@ msgstr "" "Jelölje be, ha bizonytalan a napló tétel kontírozásában. Ennek hatására " "könyvelő szekértő által 'ellenőrizendő'-ként jelölődik meg." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Vállalatok" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -295,7 +310,7 @@ msgstr "" "összegek különbsége." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Beállítási hiba!" @@ -314,13 +329,13 @@ msgstr "Ellenoldali meglyegyzés" #: field:account.voucher,create_uid:0 #: field:account.voucher.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: account_voucher #: field:account.voucher,create_date:0 #: field:account.voucher.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: account_voucher #: selection:account.voucher.line,type:0 @@ -374,7 +389,7 @@ msgstr "Dátum" #. module: account_voucher #: help:account.voucher,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "A feljegyzésen történt utolsó üzenet dátuma." #. module: account_voucher #: selection:account.voucher.line,type:0 @@ -438,7 +453,7 @@ msgstr "Fizetési határidő" #. module: account_voucher #: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search msgid "Due Month" -msgstr "" +msgstr "Esedékesség hónapja" #. module: account_voucher #: help:account.voucher,date:0 @@ -446,8 +461,8 @@ msgid "Effective date for accounting entries" msgstr "Könyvelési tételek teljesítési dátuma" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Hiba!" @@ -487,17 +502,11 @@ msgid "Full Reconcile" msgstr "Teljes párosítás" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Árfolyamnyereség számla" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" -msgstr "" +msgstr "Menjen a beállítások panelhez" #. module: account_voucher #: view:account.voucher:account_voucher.view_voucher_filter @@ -507,12 +516,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search msgid "Group By" -msgstr "" - -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Csoportosítás számla dátuma alapján" +msgstr "Csoportosítás" #. module: account_voucher #: field:account.voucher,currency_help_label:0 @@ -533,7 +537,7 @@ msgstr "" #: field:account.voucher.line,id:0 #: field:sale.receipt.report,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: account_voucher #: help:account.voucher,message_unread:0 @@ -550,7 +554,7 @@ msgid "Internal Notes" msgstr "Belső megjegyzések" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Érvénytelen lépés!" @@ -560,11 +564,6 @@ msgstr "Érvénytelen lépés!" msgid "Invoice" msgstr "Számla" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -617,25 +616,19 @@ msgstr "Nyitva hagyás" #. module: account_voucher #: field:account.voucher,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Utolsó üzenet időpontja" #. module: account_voucher #: field:account.voucher,write_uid:0 #: field:account.voucher.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: account_voucher #: field:account.voucher,write_date:0 #: field:account.voucher.line,write_date:0 msgid "Last Updated on" -msgstr "" - -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Árfolyamveszteség számla" +msgstr "Utoljára frissítve ekkor" #. module: account_voucher #: field:account.voucher,name:0 @@ -658,7 +651,7 @@ msgid "Multi Currency Voucher" msgstr "Több pénznemű nyugták" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Nincs adóalapgyűjtő kód és adógyűjtő kód!" @@ -821,19 +814,19 @@ msgid "Period" msgstr "Időszak" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Kérem a sorozat aktiválását a kiválasztott naplóra !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Kérem egy sorozat meghatározását a naplón." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -968,7 +961,6 @@ msgid "Sales Receipts Analysis" msgstr "Értékesítési bevételi bizonylatok elemzései" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Értékesítő" @@ -1023,7 +1015,7 @@ msgstr "Összegzés" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Szállító" @@ -1062,7 +1054,7 @@ msgid "The Voucher has been totally paid." msgstr "A nyugta teljesen ki lett egyenlítve" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "A kifizetni kívánt számla már nem érvényes." @@ -1186,7 +1178,7 @@ msgstr "Jóváhagyott nyugták" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1238,15 +1230,15 @@ msgstr "Nyugta tételek" #. module: account_voucher #: field:account.voucher,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Weboldal üzenetek" #. module: account_voucher #: help:account.voucher,website_message_ids:0 msgid "Website communication history" -msgstr "" +msgstr "Weboldal kommunikáció történet" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Különbözet leírása" @@ -1257,13 +1249,13 @@ msgid "Write-Off Analytic Account" msgstr "Leírás gyűjtőkódja" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Nem megfelelő nyugta sor" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1272,27 +1264,33 @@ msgstr "" "kódot!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " "automatically the booking of accounting entries related to differences " "between exchange rates." msgstr "" +"Be kell állítani a 'Árfolyam váltás nyereség számla', ahhoz, hogy az " +"árfolyam különbözetekkel összefüggő könyvelési bejegyzések automatikus " +"könyvelési tételekeként legyenek könyvelve." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " "automatically the booking of accounting entries related to differences " "between exchange rates." msgstr "" +"Be kell állítani a 'Árfolyam váltás veszteség számla', ahhoz, hogy az " +"árfolyam különbözetekkel összefüggő könyvelési bejegyzések automatikus " +"könyvelési tételekeként legyenek könyvelve." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "módosítás" @@ -1310,3 +1308,15 @@ msgstr "pl. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "pl. Számla SAJ/0042" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Árfolyamveszteség számla" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Csoportosítás számla dátuma alapján" + +#~ msgid "Companies" +#~ msgstr "Vállalatok" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Árfolyamnyereség számla" diff --git a/addons/account_voucher/i18n/id.po b/addons/account_voucher/i18n/id.po index 2968b22a7aa..0b38aa7eeaf 100644 --- a/addons/account_voucher/i18n/id.po +++ b/addons/account_voucher/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/it.po b/addons/account_voucher/i18n/it.po index 3464627ace7..80202b4dac5 100644 --- a/addons/account_voucher/i18n/it.po +++ b/addons/account_voucher/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 20:39+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -65,6 +65,14 @@ msgid "" "

\n" " " msgstr "" +"

\n" +"Cliccare per creare un nuovo pagamento a fornitore.\n" +"\n" +"

\n" +"ODOO vi aiuterà a tracciare il pagamento che farete in modo semplice, anche " +"in merito al saldo rimanente da pagare al fornitore.\n" +"

\n" +" " #. module: account_voucher #: model:ir.actions.act_window,help:account_voucher.action_sale_receipt @@ -102,6 +110,14 @@ msgid "" "

\n" " " msgstr "" +"

\n" +"Cliccare per registrare un nuovo pagamento.\n" +"

\n" +"Inserire il cliente e il metodo di pagamento e poi, creando manualmente\n" +"un pagamento oppure accettando la proposta di ODOO che automaticamente \n" +"riconcilia il pagamento con la fattura o la ricevuta di vendita aperta.\n" +"

\n" +" " #. module: account_voucher #: model:ir.actions.act_window,help:account_voucher.action_purchase_receipt @@ -197,14 +213,17 @@ msgstr "Sei sicuro di annullare questa ricevuta?" #: view:account.voucher:account_voucher.view_voucher_form msgid "Are you sure you want to unreconcile this record?" msgstr "" +"Siete sicuri che volete togliere la riconciliazione di questa registrazione?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" "%s = %s" msgstr "" +"Alla data di operazione il tasso di cambio era\n" +"%s = %s" #. module: account_voucher #: field:sale.receipt.report,delay_to_pay:0 @@ -241,14 +260,14 @@ msgstr "Annulla" #: view:account.voucher:account_voucher.view_sale_receipt_form #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "Cancel Receipt" -msgstr "" +msgstr "Annulla ricevimento" #. module: account_voucher #: view:account.voucher:account_voucher.view_purchase_receipt_form #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_form msgid "Cancel Voucher" -msgstr "" +msgstr "Annulla voucher" #. module: account_voucher #: selection:account.voucher,state:0 @@ -257,7 +276,7 @@ msgid "Cancelled" msgstr "Annullato" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Non è possibile eliminare voucher(s) che sono già aperti o pagati." @@ -271,11 +290,6 @@ msgstr "" "Spuntare la casella se non si è sicuri della registrazione e si vuole che " "venga verificata da un contabile" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Aziende" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -294,7 +308,7 @@ msgstr "" "degli importi nelle righe del voucher." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Errore di configurazione!" @@ -313,13 +327,13 @@ msgstr "Commento controparte" #: field:account.voucher,create_uid:0 #: field:account.voucher.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: account_voucher #: field:account.voucher,create_date:0 #: field:account.voucher.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: account_voucher #: selection:account.voucher.line,type:0 @@ -373,7 +387,7 @@ msgstr "Data" #. module: account_voucher #: help:account.voucher,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: account_voucher #: selection:account.voucher.line,type:0 @@ -437,7 +451,7 @@ msgstr "Data scadenza" #. module: account_voucher #: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search msgid "Due Month" -msgstr "" +msgstr "Mese scadenza" #. module: account_voucher #: help:account.voucher,date:0 @@ -445,8 +459,8 @@ msgid "Effective date for accounting entries" msgstr "Data effettiva per le registrazioni contabili" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Errore!" @@ -484,17 +498,11 @@ msgid "Full Reconcile" msgstr "Riconciliazione Completa" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Conto Utili su Cambi" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" -msgstr "" +msgstr "Vai al pannello di configurazione" #. module: account_voucher #: view:account.voucher:account_voucher.view_voucher_filter @@ -504,17 +512,12 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search msgid "Group By" -msgstr "" - -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Raggruppa per mese Data Fattura" +msgstr "Raggruppa per" #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" -msgstr "" +msgstr "Frase di aiuto" #. module: account_voucher #: help:account.voucher,message_summary:0 @@ -530,7 +533,7 @@ msgstr "" #: field:account.voucher.line,id:0 #: field:sale.receipt.report,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: account_voucher #: help:account.voucher,message_unread:0 @@ -547,7 +550,7 @@ msgid "Internal Notes" msgstr "Note interne" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Azione non valida!" @@ -557,11 +560,6 @@ msgstr "Azione non valida!" msgid "Invoice" msgstr "Fattura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -614,25 +612,19 @@ msgstr "Tenere aperto" #. module: account_voucher #: field:account.voucher,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: account_voucher #: field:account.voucher,write_uid:0 #: field:account.voucher.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: account_voucher #: field:account.voucher,write_date:0 #: field:account.voucher.line,write_date:0 msgid "Last Updated on" -msgstr "" - -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Conto perdite su cambi" +msgstr "Ultima modifica il" #. module: account_voucher #: field:account.voucher,name:0 @@ -655,7 +647,7 @@ msgid "Multi Currency Voucher" msgstr "Voucher Multi-Valuta" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Mancano Codici di conto di mastro e Codici di conto imposta!" @@ -818,19 +810,19 @@ msgid "Period" msgstr "Periodo" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Si prega di attivare la sequenza del sezionale selezionato!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "E' necessario definire una sequenza per il sezionale." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -964,7 +956,6 @@ msgid "Sales Receipts Analysis" msgstr "Analisi Ricevute di Vendita" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Commerciale" @@ -1006,7 +997,7 @@ msgstr "Cambio di stato" #. module: account_voucher #: model:mail.message.subtype,description:account_voucher.mt_voucher_state_change msgid "Status changed" -msgstr "" +msgstr "Stato cambiato" #. module: account_voucher #: field:account.voucher,message_summary:0 @@ -1019,7 +1010,7 @@ msgstr "Riepilogo" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Fornitore" @@ -1058,7 +1049,7 @@ msgid "The Voucher has been totally paid." msgstr "Il voucher è stato pagato interamente" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "La fattura che si sta tentando di pagare non è più valida." @@ -1092,6 +1083,8 @@ msgid "" "This sentence helps you to know how to specify the payment rate by giving " "you the direct effect it has" msgstr "" +"Questa frase vi aiuta a capire come specificare il tasso di pagamento " +"fornendovi un diretto esito/risultato dello stesso" #. module: account_voucher #: view:account.voucher:account_voucher.view_voucher_filter @@ -1181,7 +1174,7 @@ msgstr "Voucher Validati" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1233,15 +1226,15 @@ msgstr "Registrazioni Voucher" #. module: account_voucher #: field:account.voucher,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Messaggio sito" #. module: account_voucher #: help:account.voucher,website_message_ids:0 msgid "Website communication history" -msgstr "" +msgstr "Storico comunicazione sito" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Storno" @@ -1252,13 +1245,13 @@ msgid "Write-Off Analytic Account" msgstr "Conto analitico degli storni" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Linea voucher errata" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1266,27 +1259,33 @@ msgstr "" "È necessario configurare codice conto e codice imposta per l'imposta '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " "automatically the booking of accounting entries related to differences " "between exchange rates." msgstr "" +"Dovreste configurare il conto 'Tasso di utile sui cambi' per gestire " +"automaticamente la registrazione della voce contabile relativa alle " +"differente tra i tassi di cambio." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " "automatically the booking of accounting entries related to differences " "between exchange rates." msgstr "" +"Dovreste configurare il conto 'Tasso di perdita sui cambi' per gestire " +"automaticamente la registrazione della voce contabile relativa alle " +"differente tra i tassi di cambio." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "cambia" @@ -1296,11 +1295,23 @@ msgstr "cambia" #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. 003/10" -msgstr "" +msgstr "es.: 003/10" #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" -msgstr "" +msgstr "es.: Fattura SAJ/00042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Raggruppa per mese Data Fattura" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Conto perdite su cambi" + +#~ msgid "Companies" +#~ msgstr "Aziende" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Conto Utili su Cambi" diff --git a/addons/account_voucher/i18n/ja.po b/addons/account_voucher/i18n/ja.po index c4aac9768c2..ce56bc39b53 100644 --- a/addons/account_voucher/i18n/ja.po +++ b/addons/account_voucher/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -180,7 +180,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -240,7 +240,7 @@ msgid "Cancelled" msgstr "キャンセル済" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -252,11 +252,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "その仕訳帳エントリーに確信がなく、会計専門家のレビューが必要と付記したい場合はこのボックスをチェックして下さい。" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "会社" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -273,7 +268,7 @@ msgid "" msgstr "バウチャーで明示された金額とバウチャー行で割り当てられた合計の差を計算します。" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -424,8 +419,8 @@ msgid "Effective date for accounting entries" msgstr "会計エントリーの有効日" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -463,14 +458,8 @@ msgid "Full Reconcile" msgstr "全消込" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "為替差益勘定" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -485,11 +474,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "請求月によるグループ化" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -524,7 +508,7 @@ msgid "Internal Notes" msgstr "内部注記" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -534,11 +518,6 @@ msgstr "" msgid "Invoice" msgstr "請求書" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -605,12 +584,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "為替差損勘定" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -632,7 +605,7 @@ msgid "Multi Currency Voucher" msgstr "多通貨バウチャー" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "アカウント基本コードとアカウント税金コードがありません。" @@ -795,19 +768,19 @@ msgid "Period" msgstr "期間" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -940,7 +913,6 @@ msgid "Sales Receipts Analysis" msgstr "販売記録分析" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -995,7 +967,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "仕入先" @@ -1034,7 +1006,7 @@ msgid "The Voucher has been totally paid." msgstr "バウチャーは全て支払済です。" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1152,7 +1124,7 @@ msgstr "検証済バウチャー" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1212,7 +1184,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "償却" @@ -1223,20 +1195,20 @@ msgid "Write-Off Analytic Account" msgstr "差額適用分析勘定" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "%s 税の基本コードアカウントと税金コードアカウントを設定する必要があります。" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1245,7 +1217,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1254,9 +1226,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "変更" @@ -1274,3 +1246,15 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "[例] 請求書SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "請求月によるグループ化" + +#~ msgid "Companies" +#~ msgstr "会社" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "為替差益勘定" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "為替差損勘定" diff --git a/addons/account_voucher/i18n/ko.po b/addons/account_voucher/i18n/ko.po index d9060eb4c0d..22e9452e955 100644 --- a/addons/account_voucher/i18n/ko.po +++ b/addons/account_voucher/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "기간" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/lt.po b/addons/account_voucher/i18n/lt.po index 83736923eca..f182e0c454a 100644 --- a/addons/account_voucher/i18n/lt.po +++ b/addons/account_voucher/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -179,7 +179,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -237,7 +237,7 @@ msgid "Cancelled" msgstr "Atšauktas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -249,11 +249,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Įmonės" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -271,7 +266,7 @@ msgstr "" "Paskaičiuotas skirtumas tarp sumokėtos bei eilutėse paskirstytos sumos." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -422,8 +417,8 @@ msgid "Effective date for accounting entries" msgstr "DK įrašų įsigaliojimo data" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Klaida!" @@ -461,14 +456,8 @@ msgid "Full Reconcile" msgstr "Pilnas sudengimas" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -483,11 +472,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "S/F išrašymo mėnuo" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -524,7 +508,7 @@ msgid "Internal Notes" msgstr "Vidinės pastabos" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Klaidingas veiksmas!" @@ -534,11 +518,6 @@ msgstr "Klaidingas veiksmas!" msgid "Invoice" msgstr "Sąskaita-faktūra" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -605,12 +584,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -632,7 +605,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -795,19 +768,19 @@ msgid "Period" msgstr "Periodas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -940,7 +913,6 @@ msgid "Sales Receipts Analysis" msgstr "Pardavimo kvitų analizė" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Pardavėjas" @@ -995,7 +967,7 @@ msgstr "Santrauka" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Tiekėjas" @@ -1034,7 +1006,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1153,7 +1125,7 @@ msgstr "Užregistruoti kvitai" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1213,7 +1185,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Nurašymas" @@ -1224,20 +1196,20 @@ msgid "Write-Off Analytic Account" msgstr "Nurašymo analitinė sąskaita" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1246,7 +1218,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1255,9 +1227,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" @@ -1275,3 +1247,9 @@ msgstr "pvz. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "pvz. Sąskaita-faktūra SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "S/F išrašymo mėnuo" + +#~ msgid "Companies" +#~ msgstr "Įmonės" diff --git a/addons/account_voucher/i18n/mk.po b/addons/account_voucher/i18n/mk.po index 3519f3fff4a..357505c888f 100644 --- a/addons/account_voucher/i18n/mk.po +++ b/addons/account_voucher/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -197,7 +197,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Дали сте сигурни дека сакате да од отпорамните овој запис?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -255,7 +255,7 @@ msgid "Cancelled" msgstr "Откажано" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Не можете да избришете ваучер(и) кои се веќе отворени или платени." @@ -269,11 +269,6 @@ msgstr "" "Штиклирајте доколку не сте сигурни за внесот во дневникот и сакате да го " "означите како 'да се прегледа' од страна на сметководствен експерт." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Компании" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -292,7 +287,7 @@ msgstr "" "ставките на ваучерот." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Грешка во конфигурацијата !" @@ -443,8 +438,8 @@ msgid "Effective date for accounting entries" msgstr "Дата на доспевање на сметководствените внесови" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Грешка!" @@ -484,14 +479,8 @@ msgid "Full Reconcile" msgstr "Целосно порамнување" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Сметка за добивка во девизен курс" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -506,11 +495,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Групирај по месец од дата на фактура" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -547,7 +531,7 @@ msgid "Internal Notes" msgstr "Внатрешни белешки" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Невалидна Постапка!" @@ -557,11 +541,6 @@ msgstr "Невалидна Постапка!" msgid "Invoice" msgstr "Фактура" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -628,12 +607,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Сметка за загуба во девизен курс" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -655,7 +628,7 @@ msgid "Multi Currency Voucher" msgstr "Ваучер за повеќе валути" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Нема основен код и даночен код на сметката!" @@ -818,19 +791,19 @@ msgid "Period" msgstr "Период" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Ве молиме активирајте ја секвенцата на одбраниот дневник !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Ве молиме дефинирајте ја секвенцата на дневникот." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -964,7 +937,6 @@ msgid "Sales Receipts Analysis" msgstr "Анализа на потврдите од продажбите" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Продавач" @@ -1019,7 +991,7 @@ msgstr "Кус преглед" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Добавувач" @@ -1058,7 +1030,7 @@ msgid "The Voucher has been totally paid." msgstr "Ваучерот е целосно платен." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Фактурата што сакате да ја платите не е веќе валидна." @@ -1180,7 +1152,7 @@ msgstr "Потврдени ваучери" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1240,7 +1212,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Отпис" @@ -1251,13 +1223,13 @@ msgid "Write-Off Analytic Account" msgstr "Отпишување на аналитичка сметка" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Погрешна ставка на ваучер" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1265,7 +1237,7 @@ msgstr "" "Треба да конфигурирате основен и даночен код за сметката на '%s' данокот!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1274,7 +1246,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1283,9 +1255,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "промени" @@ -1303,3 +1275,15 @@ msgstr "на пр. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "на пр. Фактура SAJ/0042" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Сметка за загуба во девизен курс" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Групирај по месец од дата на фактура" + +#~ msgid "Companies" +#~ msgstr "Компании" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Сметка за добивка во девизен курс" diff --git a/addons/account_voucher/i18n/mn.po b/addons/account_voucher/i18n/mn.po index 26ab3d7a408..a026bdda41f 100644 --- a/addons/account_voucher/i18n/mn.po +++ b/addons/account_voucher/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -193,7 +193,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Та энэ бичлэгийн тулгалтыг арилгахдаа итгэлтэй байна уу?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -253,7 +253,7 @@ msgid "Cancelled" msgstr "Цуцлагдсан" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Нэгэнт нээчихсэн эсвэл төлөгдчихсөн ваучер устгагдах боломжгүй." @@ -267,11 +267,6 @@ msgstr "" "Хэрэв та энэ гүйлгээг хүлээн зөвшөөрөхгүй байгаа бөгөөд та энэ гүйлгээг " "санхүүгийн мэргэжилтнээр хэлэлцүүлэхийг хүсч байвал сонго." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Компаниуд" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -290,7 +285,7 @@ msgstr "" "дүнгийн ялгавраар тооцоологддог." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Тохиргооны алдаа !" @@ -441,8 +436,8 @@ msgid "Effective date for accounting entries" msgstr "Санхүүгийн бичилт хийхэд зохистой огноо" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -481,14 +476,8 @@ msgid "Full Reconcile" msgstr "Бүтэн тулгалт" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Ханшийн зөрүүний олзын данс" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -503,11 +492,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Нэхэмжлэлийн огнооны сараар нь бүлэглэх" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -545,7 +529,7 @@ msgid "Internal Notes" msgstr "Дотоод тэмдэглэл" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Буруу Үйлдэл!" @@ -555,11 +539,6 @@ msgstr "Буруу Үйлдэл!" msgid "Invoice" msgstr "Нэхэмжлэл" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -626,12 +605,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Солилцооны Ханшийн Алдагдлын данс" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -653,7 +626,7 @@ msgid "Multi Currency Voucher" msgstr "Олон Валютын Ваучер" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Дансны Суурь код болон Дансны Татварын Код алга байна!" @@ -816,19 +789,19 @@ msgid "Period" msgstr "Мөчлөг" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Сонгосон журналын дарааллыг идэвхжүүлнэ үү!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Энэ журналд дараалaл тодорхойлон уу." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Журналд үндсэн кредит/дебит дансаа тодорхойлно уу \"%s\"." @@ -961,7 +934,6 @@ msgid "Sales Receipts Analysis" msgstr "Борлуулалтын баримтын шинжилгээ" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Борлуулалтын ажилтан" @@ -1016,7 +988,7 @@ msgstr "Хураангуй" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Нийлүүлэгч" @@ -1055,7 +1027,7 @@ msgid "The Voucher has been totally paid." msgstr "Ваучер бүрэн төлөгдлөө." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Таны төлөх гэж буй нэхэмжлэл нь хүчингүй болсон байна" @@ -1178,7 +1150,7 @@ msgstr "Шалгагдсан Ваучерууд" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1238,7 +1210,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Хасалт" @@ -1249,13 +1221,13 @@ msgid "Write-Off Analytic Account" msgstr "Хасалтын Шинжилгээний Данс" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Буруу ваучерийн мөр" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1263,7 +1235,7 @@ msgstr "" "'%s' дансны суурь код болон дансны татварын кодыг тохируулах шаардлагатай!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1272,7 +1244,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1281,9 +1253,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "зөрүү" @@ -1301,3 +1273,15 @@ msgstr "ж. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "ж. Нэхэмжлэл SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Нэхэмжлэлийн огнооны сараар нь бүлэглэх" + +#~ msgid "Companies" +#~ msgstr "Компаниуд" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Солилцооны Ханшийн Алдагдлын данс" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Ханшийн зөрүүний олзын данс" diff --git a/addons/account_voucher/i18n/nb.po b/addons/account_voucher/i18n/nb.po index b61dcfc2885..6d06e68c162 100644 --- a/addons/account_voucher/i18n/nb.po +++ b/addons/account_voucher/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Kansellert." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Kan ikke slette kupong(er) som allerede er åpnet eller betalt." @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Firmaer." - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -257,7 +252,7 @@ msgstr "" "tildeling på kupong linjer." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Konfigurasjons feil!" @@ -408,8 +403,8 @@ msgid "Effective date for accounting entries" msgstr "Effektiv dato for regnskapsføring." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Feil!" @@ -447,14 +442,8 @@ msgid "Full Reconcile" msgstr "Full avstemming." #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -469,11 +458,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupper etter måned fra fakturadato." - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -508,7 +492,7 @@ msgid "Internal Notes" msgstr "Interne notater." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ugyldig handling!" @@ -518,11 +502,6 @@ msgstr "Ugyldig handling!" msgid "Invoice" msgstr "Faktura." -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -589,12 +568,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Tap vekslings pris konto." - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -616,7 +589,7 @@ msgid "Multi Currency Voucher" msgstr "Fler valuta kupong." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Ingen konto base kode og konto skatt kode." @@ -779,19 +752,19 @@ msgid "Period" msgstr "Periode." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Vennligst aktiver sekvensen av den utvalgte journal!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Vennligst definere en sekvens på tidsskriftet." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -925,7 +898,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Salgsman." @@ -980,7 +952,7 @@ msgstr "Oppsummering." #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Leverandør" @@ -1019,7 +991,7 @@ msgid "The Voucher has been totally paid." msgstr "Kupongen har blitt fullstendig betalt." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1135,7 +1107,7 @@ msgstr "Validert kupong." #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1195,7 +1167,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Nedskrivning." @@ -1206,13 +1178,13 @@ msgid "Write-Off Analytic Account" msgstr "Skriv av analytisk konto." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1220,7 +1192,7 @@ msgstr "" "Du må konfigurere kontoens basiskode og kontoens skatteklasse på '% s' skatt!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1229,7 +1201,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1238,9 +1210,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "Endre." @@ -1258,3 +1230,12 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Companies" +#~ msgstr "Firmaer." + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupper etter måned fra fakturadato." + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Tap vekslings pris konto." diff --git a/addons/account_voucher/i18n/nl.po b/addons/account_voucher/i18n/nl.po index de399b9988b..41d02f56f2c 100644 --- a/addons/account_voucher/i18n/nl.po +++ b/addons/account_voucher/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-17 07:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:13+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -42,7 +42,7 @@ msgstr "" #. module: account_voucher #: field:sale.receipt.report,nbr:0 msgid "# of Voucher Lines" -msgstr "# betaalbewijs regels" +msgstr "# Betaalbewijs regels" #. module: account_voucher #: view:account.voucher:account_voucher.view_voucher_form @@ -215,7 +215,7 @@ msgstr "" "Weet u het zeker dat u van dit record de afletterring wilt annuleren?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -275,7 +275,7 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -291,11 +291,6 @@ msgstr "" "Vink deze optie aan indien u onzeker bent over de boekingen en of u wilt " "dat deze wordt aangemerkt als 'ter controle' door een boekhoudkundig expert." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Bedrijven" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -314,7 +309,7 @@ msgstr "" "de som van de toewijzingen op de regels." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Configuratiefout !" @@ -465,8 +460,8 @@ msgid "Effective date for accounting entries" msgstr "Boek datum voor financiële boekingen" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Fout!" @@ -506,14 +501,8 @@ msgid "Full Reconcile" msgstr "Volledig afletteren" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Wisselkoers winst rekening" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "Ga naar het configuratie paneel" @@ -528,11 +517,6 @@ msgstr "Ga naar het configuratie paneel" msgid "Group By" msgstr "Groepeer op" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Groepeer op maand of factuurdatum" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -570,7 +554,7 @@ msgid "Internal Notes" msgstr "Interne notities" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie!" @@ -580,11 +564,6 @@ msgstr "Ongeldige actie!" msgid "Invoice" msgstr "Factuur" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "Factuurdatum" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -651,12 +630,6 @@ msgstr "Laatste bijgewerkt door" msgid "Last Updated on" msgstr "Laatst bijgewerkt op" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Wisselkoers verlies rekening" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -678,7 +651,7 @@ msgid "Multi Currency Voucher" msgstr "Betaalbewijs met meerdere valuta" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Geen financiële rekening en fiscale rekening gedefinieerd!" @@ -841,19 +814,19 @@ msgid "Period" msgstr "Periode" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Activeer de reeks van het geselecteerde dagboek!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Definieer een reeks voor dit dagboek." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Definieer standaard credit/debit rekeningen voor dit dagboek \"%s\"." @@ -986,7 +959,6 @@ msgid "Sales Receipts Analysis" msgstr "Betaalbewijs analyse" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Verkoper" @@ -1041,7 +1013,7 @@ msgstr "Samenvatting" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Leverancier" @@ -1080,7 +1052,7 @@ msgid "The Voucher has been totally paid." msgstr "Het betaalbewijs geheel betaald" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "De factuur die u wilt betalen is niet meer geldig." @@ -1202,7 +1174,7 @@ msgstr "Bevestigde betaalbewijzen" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1262,7 +1234,7 @@ msgid "Website communication history" msgstr "Website communicatie geschiedenis" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Afschrijving" @@ -1273,13 +1245,13 @@ msgid "Write-Off Analytic Account" msgstr "Kostenplaats betaalverschil" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Verkeerde regel van het betaalbewijs" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1288,7 +1260,7 @@ msgstr "" "geconfigureerd!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1300,7 +1272,7 @@ msgstr "" "verschillende valuta's." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1312,9 +1284,9 @@ msgstr "" "verschillende valuta's." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "wijziging" @@ -1332,3 +1304,15 @@ msgstr "Bijv.. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "Bijv. Factuur VKB/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Groepeer op maand of factuurdatum" + +#~ msgid "Companies" +#~ msgstr "Bedrijven" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Wisselkoers winst rekening" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Wisselkoers verlies rekening" diff --git a/addons/account_voucher/i18n/nl_BE.po b/addons/account_voucher/i18n/nl_BE.po index 375cdb81498..fd4873b490f 100644 --- a/addons/account_voucher/i18n/nl_BE.po +++ b/addons/account_voucher/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -185,7 +185,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -243,7 +243,7 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Een openstaand of betaald reçu kan niet meer worden verwijderd." @@ -257,11 +257,6 @@ msgstr "" "Schakel dit vakje in als u niet zeker bent van de boeking en deze wilt laten " "controleren door de boekhouder." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Bedrijven" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -280,7 +275,7 @@ msgstr "" "som van de toewijzing aan de boekingslijnen." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Configuratiefout" @@ -431,8 +426,8 @@ msgid "Effective date for accounting entries" msgstr "Effectieve datum voor boekingen" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Fout" @@ -471,14 +466,8 @@ msgid "Full Reconcile" msgstr "Volledig afpunten" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Rekening voordelige koersverschillen" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -493,11 +482,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Groepering per maand van factuurdatum" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -535,7 +519,7 @@ msgid "Internal Notes" msgstr "Interne notities" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie" @@ -545,11 +529,6 @@ msgstr "Ongeldige actie" msgid "Invoice" msgstr "Factuur" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -616,12 +595,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Rekening nadelige koersverschillen" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -643,7 +616,7 @@ msgid "Multi Currency Voucher" msgstr "Reçu in meerdere munten" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Geen rekening voor basisvak en btw-vak" @@ -806,19 +779,19 @@ msgid "Period" msgstr "Periode" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Gelieve de nummering van het gekozen journaal te activeren." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Gelieve een reeks in te stellen voor het journaal." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Stel een standaard debet-/creditrekening in voor journaal \"%s\"." @@ -951,7 +924,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Verkoper" @@ -1006,7 +978,7 @@ msgstr "Overzicht" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Leverancier" @@ -1045,7 +1017,7 @@ msgid "The Voucher has been totally paid." msgstr "Het reçu is volledig betaald." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "De factuur die u wilt betalen, is niet meer geldig." @@ -1161,7 +1133,7 @@ msgstr "Goedgekeurde reçu's" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1221,7 +1193,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Afschrijving" @@ -1232,13 +1204,13 @@ msgid "Write-Off Analytic Account" msgstr "Analytische rekening afschrijving" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Verkeerde betalingsregel" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1247,7 +1219,7 @@ msgstr "" "'%s'." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1256,7 +1228,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1265,9 +1237,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "wijzigen" @@ -1285,3 +1257,15 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Rekening nadelige koersverschillen" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Groepering per maand van factuurdatum" + +#~ msgid "Companies" +#~ msgstr "Bedrijven" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Rekening voordelige koersverschillen" diff --git a/addons/account_voucher/i18n/oc.po b/addons/account_voucher/i18n/oc.po index ee70e9240f5..b9fad37167e 100644 --- a/addons/account_voucher/i18n/oc.po +++ b/addons/account_voucher/i18n/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Periòde" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/pl.po b/addons/account_voucher/i18n/pl.po index 49199b6e072..69d7ba276e2 100644 --- a/addons/account_voucher/i18n/pl.po +++ b/addons/account_voucher/i18n/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-16 13:12+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: account_voucher @@ -211,7 +211,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Czy masz pewność, że chcesz aby ten raport przestał być uzgodniony?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -271,7 +271,7 @@ msgid "Cancelled" msgstr "Anulowano" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Nie mozna usuwać racunków/płatności, które są otwarte lub zapłacone." @@ -285,11 +285,6 @@ msgstr "" "Zaznacz to pole, jeśli nie jesteś pewna poprawności tego zapisu lub kiedy " "chcesz dodać notatkę 'Do sprawdzenia' dla przełożonych w księgowości." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Firmy" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -307,7 +302,7 @@ msgstr "" "Obliczone jako różnica pomiędzy kwotą rachunku a sumą pozycji rachunku." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Błąd konfiguracji !" @@ -458,8 +453,8 @@ msgid "Effective date for accounting entries" msgstr "Efektywna data zapisów" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Błąd!" @@ -499,14 +494,8 @@ msgid "Full Reconcile" msgstr "Pełne uzgodnienie" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Konto zysków różnic kursowych" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "Przejdź do panelu konfiguracji" @@ -521,11 +510,6 @@ msgstr "Przejdź do panelu konfiguracji" msgid "Group By" msgstr "Grupuj wg" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupuj wg miesięcy" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -563,7 +547,7 @@ msgid "Internal Notes" msgstr "Uwagi wewnętrzne" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Niedozwolona akcja!" @@ -573,11 +557,6 @@ msgstr "Niedozwolona akcja!" msgid "Invoice" msgstr "Faktura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "Data wystawienia faktury" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -644,12 +623,6 @@ msgstr "Ostatnio modyfikowano przez" msgid "Last Updated on" msgstr "Data ostatniej modyfikacji" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Konto strat różnic kursowych" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -671,7 +644,7 @@ msgid "Multi Currency Voucher" msgstr "Rachunek wielowalutowy" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Brak rejestru podstawy i rejestru podatku !" @@ -834,19 +807,19 @@ msgid "Period" msgstr "Okres" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Aktywuj numerację wybranego dziennika !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Zdefiniuj numerację w dzienniku" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Zdefiniuj domyślne konta Winien/Ma w dzienniku \"%s\"." @@ -979,7 +952,6 @@ msgid "Sales Receipts Analysis" msgstr "Analiza rachunków dla klientów" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Sprzedawca" @@ -1034,7 +1006,7 @@ msgstr "Podsumowanie" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dostawca" @@ -1073,7 +1045,7 @@ msgid "The Voucher has been totally paid." msgstr "Rachunek został zapłacony" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Faktura, którą chcesz zapłacić, nie jest poprawna." @@ -1194,7 +1166,7 @@ msgstr "Zatwierdzone rachunki" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1254,7 +1226,7 @@ msgid "Website communication history" msgstr "Historia komunikacji" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Odpis" @@ -1265,13 +1237,13 @@ msgid "Write-Off Analytic Account" msgstr "Konto analityczne odpisów" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Błędna pozycja rachunku" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1279,7 +1251,7 @@ msgstr "" "Musisz skonfigurować rejestr podstawy i rejestr podatku dla podatku '%s' !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1290,7 +1262,7 @@ msgstr "" "automatycznie zapisami księgowymi związanymi z różnicami kursów." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1301,9 +1273,9 @@ msgstr "" "automatycznie zapisami księgowymi związanymi z różnicami kursów." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "zmień" @@ -1321,3 +1293,18 @@ msgstr "np. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "np. Faktura SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupuj wg miesięcy" + +#~ msgid "Companies" +#~ msgstr "Firmy" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Konto strat różnic kursowych" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Konto zysków różnic kursowych" + +#~ msgid "Invoice Date" +#~ msgstr "Data wystawienia faktury" diff --git a/addons/account_voucher/i18n/pt.po b/addons/account_voucher/i18n/pt.po index db7c5f5f3b8..c9ea0afe49a 100644 --- a/addons/account_voucher/i18n/pt.po +++ b/addons/account_voucher/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 09:41+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: account_voucher @@ -214,7 +214,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Tem a certeza que quer desconciliar este registo?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -274,7 +274,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Não é possível apagar pagamentos que já estão validados ou pagos." @@ -288,11 +288,6 @@ msgstr "" "Marque esta caixa se não tem a certeza deste movimento diário e se quer " "marca-lo como \"a ser revisto\" por um especialista em contabilidade." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Empresas" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -311,7 +306,7 @@ msgstr "" "de alocação nas linhas dos vouchers." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Erro de configuração!" @@ -462,8 +457,8 @@ msgid "Effective date for accounting entries" msgstr "Data efectiva para lançamentos contáveis" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Erro!" @@ -503,14 +498,8 @@ msgid "Full Reconcile" msgstr "Reconciliar completo" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Conta de Ganhos de Câmbio" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "Ir para o painel de configuração" @@ -525,11 +514,6 @@ msgstr "Ir para o painel de configuração" msgid "Group By" msgstr "Agrupar por" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupo por mês da data da fatura" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -566,7 +550,7 @@ msgid "Internal Notes" msgstr "Notas Internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ação inválida!" @@ -576,11 +560,6 @@ msgstr "Ação inválida!" msgid "Invoice" msgstr "Fatura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "Data da Fatura" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -647,12 +626,6 @@ msgstr "Última Actualização por" msgid "Last Updated on" msgstr "Última Actualização em" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Conta de Perdas de Câmbio" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -674,7 +647,7 @@ msgid "Multi Currency Voucher" msgstr "Voucher multi moeda" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Sem código da conta base e código da conta impostos" @@ -837,19 +810,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Por favor, active a sequência do diário selecionado!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Por favor, defina uma sequência no diário." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -983,7 +956,6 @@ msgid "Sales Receipts Analysis" msgstr "Análise de Recibos de Vendas" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Vendedor" @@ -1038,7 +1010,7 @@ msgstr "Resumo" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Fornecedor" @@ -1077,7 +1049,7 @@ msgid "The Voucher has been totally paid." msgstr "O voucher foi pago na totalidade" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "A fatura que deseja pagar não está válida." @@ -1200,7 +1172,7 @@ msgstr "Vouchers validados" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1260,7 +1232,7 @@ msgid "Website communication history" msgstr "Histórico de Comunicação do Website" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Eliminar" @@ -1271,13 +1243,13 @@ msgid "Write-Off Analytic Account" msgstr "Eliminar conta analitica" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Linhas de Recibo Inválida" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1286,7 +1258,7 @@ msgstr "" "'%s' imposto!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1298,7 +1270,7 @@ msgstr "" "diferenças entre taxas de câmbio." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1310,9 +1282,9 @@ msgstr "" "diferenças entre taxas de câmbio." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "modificar" @@ -1330,3 +1302,18 @@ msgstr "e.g. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "e.g. Fatura SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupo por mês da data da fatura" + +#~ msgid "Companies" +#~ msgstr "Empresas" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Conta de Ganhos de Câmbio" + +#~ msgid "Invoice Date" +#~ msgstr "Data da Fatura" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Conta de Perdas de Câmbio" diff --git a/addons/account_voucher/i18n/pt_BR.po b/addons/account_voucher/i18n/pt_BR.po index c1e19f82c3c..4f65448327d 100644 --- a/addons/account_voucher/i18n/pt_BR.po +++ b/addons/account_voucher/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-30 02:54+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:15+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -196,7 +196,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Você tem certeza que deseja desconciliar este registro?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -256,7 +256,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Não é possivel excluir comprovante(s) que já foi aberto ou pago." @@ -270,11 +270,6 @@ msgstr "" "Marque esta opção se você tiver dúvidas sobre o lançamento e quiser colocar " "uma observação \"para ser revisado\" por um responsável contábil." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Empresas" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -293,7 +288,7 @@ msgstr "" "todas as linhas do comprovante" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Erro de Configuração!" @@ -444,8 +439,8 @@ msgid "Effective date for accounting entries" msgstr "Data efetiva dos Lançamentos Contábeis" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Erro!" @@ -485,14 +480,8 @@ msgid "Full Reconcile" msgstr "Reconciliação Completa" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Conta de Ganho de Taxa de Câmbio" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "Ir para o painel de configuração" @@ -507,11 +496,6 @@ msgstr "Ir para o painel de configuração" msgid "Group By" msgstr "Agrupar por" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Agrupar por mês da fatura" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -549,7 +533,7 @@ msgid "Internal Notes" msgstr "Anotações Internas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ação Inválida!" @@ -559,11 +543,6 @@ msgstr "Ação Inválida!" msgid "Invoice" msgstr "Fatura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "Data da Fatura" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -630,12 +609,6 @@ msgstr "Última atualização por" msgid "Last Updated on" msgstr "Última atualização em" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Conta de Perda de Câmbio" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -657,7 +630,7 @@ msgid "Multi Currency Voucher" msgstr "Comprovantes Multi Moedas" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Sem conta para Base e Imposto!" @@ -820,19 +793,19 @@ msgid "Period" msgstr "Período" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Por favor ative a sequência no diário selecionado!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Por favor defina a sequência no diário." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "Por favor defina a conta de crédito/débito padrão no diário \"%s\"." @@ -965,7 +938,6 @@ msgid "Sales Receipts Analysis" msgstr "Análise de Receitas de Vendas" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Vendedor" @@ -1020,7 +992,7 @@ msgstr "Resumo" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Fornecedor" @@ -1059,7 +1031,7 @@ msgid "The Voucher has been totally paid." msgstr "O comprovante foi totalmente pago" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "A fatura que você deseja pagar não é mais válida." @@ -1182,7 +1154,7 @@ msgstr "Comprovantes Validados" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1242,7 +1214,7 @@ msgid "Website communication history" msgstr "Histórico de Comunicação do Site" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Ajuste" @@ -1253,13 +1225,13 @@ msgid "Write-Off Analytic Account" msgstr "Conta Analítica dos Ajustes" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Linha de comprovante errada" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1267,7 +1239,7 @@ msgstr "" "Você precisa configurar o código da conta base e o código do imposto em '%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1276,7 +1248,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1285,9 +1257,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "modificar" @@ -1305,3 +1277,18 @@ msgstr "ex: 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "ex: Fatura DV/00042" + +#~ msgid "Companies" +#~ msgstr "Empresas" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Agrupar por mês da fatura" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Conta de Perda de Câmbio" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Conta de Ganho de Taxa de Câmbio" + +#~ msgid "Invoice Date" +#~ msgstr "Data da Fatura" diff --git a/addons/account_voucher/i18n/ro.po b/addons/account_voucher/i18n/ro.po index 2af21802cd9..6fd35ce8b41 100644 --- a/addons/account_voucher/i18n/ro.po +++ b/addons/account_voucher/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -201,7 +201,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Sunteti sigur(a) ca doriti sa desreconciliati aceasta inregistrare?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -259,7 +259,7 @@ msgid "Cancelled" msgstr "Anulat(a)" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Nu pot fi sterse voucherele care sunt deja deschise sau platite." @@ -274,11 +274,6 @@ msgstr "" "si daca doriti sa o notati drept 'a fi verificata' de catre un expert " "contabil." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Companii" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -297,7 +292,7 @@ msgstr "" "in liniile voucherului." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Eroare de Configurare !" @@ -448,8 +443,8 @@ msgid "Effective date for accounting entries" msgstr "Data efectiva pentru inregistrarile contabile" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Eroare!" @@ -489,14 +484,8 @@ msgid "Full Reconcile" msgstr "Reconciliere completa" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Cont Castig la Cursul de Schimb Valutar" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -511,11 +500,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Grupati dupa luna Datei facturii" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -552,7 +536,7 @@ msgid "Internal Notes" msgstr "Note Interne" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Actiune Nevalida!" @@ -562,11 +546,6 @@ msgstr "Actiune Nevalida!" msgid "Invoice" msgstr "Factura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -633,12 +612,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Cont Pierderi la Cursul de Schimb Valutar" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -660,7 +633,7 @@ msgid "Multi Currency Voucher" msgstr "Voucher Multi moneda" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -824,19 +797,19 @@ msgid "Period" msgstr "Perioada" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Va rugam sa activati secventa registrului selectat !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Va rugam sa definiti o secventa in registru." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -970,7 +943,6 @@ msgid "Sales Receipts Analysis" msgstr "Analiza Chitantelor de Vanzari" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Agent de vanzari" @@ -1025,7 +997,7 @@ msgstr "Continut" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Furnizor" @@ -1064,7 +1036,7 @@ msgid "The Voucher has been totally paid." msgstr "Voucherul a fost platit in totalitate." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Factura pe care doriti sa o achitati nu mai este valabila." @@ -1186,7 +1158,7 @@ msgstr "Vouchere Validate" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1246,7 +1218,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Pierdere" @@ -1257,13 +1229,13 @@ msgid "Write-Off Analytic Account" msgstr "Cont Analitic Ajustari" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Linie incorecta a voucher-ului" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1272,7 +1244,7 @@ msgstr "" "cu taxa '%s'" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1281,7 +1253,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1290,9 +1262,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "schimbati" @@ -1310,3 +1282,15 @@ msgstr "de exemplu 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "de exemplu Factura SAJ/0042" + +#~ msgid "Companies" +#~ msgstr "Companii" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Grupati dupa luna Datei facturii" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Cont Pierderi la Cursul de Schimb Valutar" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Cont Castig la Cursul de Schimb Valutar" diff --git a/addons/account_voucher/i18n/ru.po b/addons/account_voucher/i18n/ru.po index fe3def1fe3a..6ba31cb659b 100644 --- a/addons/account_voucher/i18n/ru.po +++ b/addons/account_voucher/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Отменено" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -236,11 +236,6 @@ msgstr "" "Отметьте, если вы не уверены в этой проводке журнала и хотите отметить её " "\"для проверки\" опытному бухгалтеру." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Компании" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -257,7 +252,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Ошибка конфигурации !" @@ -408,8 +403,8 @@ msgid "Effective date for accounting entries" msgstr "Дата вступления в силу бухгалтерских проводок" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Ошибка!" @@ -447,14 +442,8 @@ msgid "Full Reconcile" msgstr "Полная сверка" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -469,11 +458,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Группировать по месяцу даты счета" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -510,7 +494,7 @@ msgid "Internal Notes" msgstr "Внутренние примечания" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Неверное действие!" @@ -520,11 +504,6 @@ msgstr "Неверное действие!" msgid "Invoice" msgstr "Счет" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -591,12 +570,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -618,7 +591,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -781,19 +754,19 @@ msgid "Period" msgstr "Период" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Пожалуйста, включите нумерацию выбранного журнала!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Пожалуйста, определите нумерацию журнала." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -926,7 +899,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Продавец" @@ -981,7 +953,7 @@ msgstr "Итог" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Поставщик" @@ -1020,7 +992,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Счет, который вы готовы платить, уже не актуален ." @@ -1136,7 +1108,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1196,7 +1168,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Списание" @@ -1207,13 +1179,13 @@ msgid "Write-Off Analytic Account" msgstr "Счет аналитика для списаний" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1222,7 +1194,7 @@ msgstr "" "'%s'!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1231,7 +1203,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1240,9 +1212,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "изменить" @@ -1260,3 +1232,9 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Группировать по месяцу даты счета" + +#~ msgid "Companies" +#~ msgstr "Компании" diff --git a/addons/account_voucher/i18n/sl.po b/addons/account_voucher/i18n/sl.po index 768cc0fd1ca..96f285dc135 100644 --- a/addons/account_voucher/i18n/sl.po +++ b/addons/account_voucher/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -180,7 +180,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Res želite razveljaviti to uskladitev ?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -240,7 +240,7 @@ msgid "Cancelled" msgstr "Preklicano" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Ni možno izbrisati odprtega ali plačanega potrdila." @@ -254,11 +254,6 @@ msgstr "" "Označite , če niste sigurni v pravilnost knjiženja in želite da nekdo to " "preveri." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Podjetja" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -276,7 +271,7 @@ msgstr "" "Razlika med zneskom v glavi in vsemi razporejenimi zneski na postavkah." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Napaka v nastavitvah!" @@ -427,8 +422,8 @@ msgid "Effective date for accounting entries" msgstr "Datum knjiženja" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Napaka!" @@ -466,14 +461,8 @@ msgid "Full Reconcile" msgstr "Polna uskladitev" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Konto pozitivnih tečajnih razlik" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -488,11 +477,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Združeno po mesecu računa" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -527,7 +511,7 @@ msgid "Internal Notes" msgstr "Interni zaznamki" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Napačno dejanje!" @@ -537,11 +521,6 @@ msgstr "Napačno dejanje!" msgid "Invoice" msgstr "Račun" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -608,12 +587,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Konto negativnih tečajnih razlik" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -635,7 +608,7 @@ msgid "Multi Currency Voucher" msgstr "Več valutno potrdilo" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Manjka konto osnove in konto davka!" @@ -798,19 +771,19 @@ msgid "Period" msgstr "Obdobje" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Nastavite zaporedje izbranega dnevnika!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Določite številčno zaporedje" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -944,7 +917,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Prodajalec" @@ -999,7 +971,7 @@ msgstr "Povzetek" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dobavitelj" @@ -1038,7 +1010,7 @@ msgid "The Voucher has been totally paid." msgstr "Račun je v celoti plačan." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Račun, ki ga želite plačati, ni več veljaven." @@ -1159,7 +1131,7 @@ msgstr "Potrjena potrdila" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1219,7 +1191,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Odpis" @@ -1230,20 +1202,20 @@ msgid "Write-Off Analytic Account" msgstr "Analitični konto odpisov" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Napačna postavka" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "Manjkajo nastavitve na davku '%s' !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1252,7 +1224,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1261,9 +1233,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "spremeni" @@ -1281,3 +1253,15 @@ msgstr "npr. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "npr. račun SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Združeno po mesecu računa" + +#~ msgid "Companies" +#~ msgstr "Podjetja" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Konto pozitivnih tečajnih razlik" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Konto negativnih tečajnih razlik" diff --git a/addons/account_voucher/i18n/sq.po b/addons/account_voucher/i18n/sq.po index 9e827625329..5d3b5eecff0 100644 --- a/addons/account_voucher/i18n/sq.po +++ b/addons/account_voucher/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/sr.po b/addons/account_voucher/i18n/sr.po index 6d758d94b5f..fe2f706eb7a 100644 --- a/addons/account_voucher/i18n/sr.po +++ b/addons/account_voucher/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Otkazano" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "Efektivni datum za sadrzaj racuna" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Interne Napomene" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Račun" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Nema bazne postavke naloga kao ni poreza za isti." @@ -777,19 +750,19 @@ msgid "Period" msgstr "Razdoblje" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dobavljač" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "Treba da konfigurises osnovu naloga i porez naloga u '%s' poreza!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/sr@latin.po b/addons/account_voucher/i18n/sr@latin.po index 465e5dd7dbf..22f7f3ae5b4 100644 --- a/addons/account_voucher/i18n/sr@latin.po +++ b/addons/account_voucher/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Otkazano" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "Efektivni datum za sadrzaj racuna" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Interne Napomene" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Račun" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Nema bazne postavke naloga kao ni poreza za isti." @@ -777,19 +750,19 @@ msgid "Period" msgstr "Razdoblje" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Dobavljač" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "Treba da konfigurises osnovu naloga i porez naloga u '%s' poreza!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/sv.po b/addons/account_voucher/i18n/sv.po index 37c46a9e269..bd2ddaefe00 100644 --- a/addons/account_voucher/i18n/sv.po +++ b/addons/account_voucher/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -178,7 +178,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -236,7 +236,7 @@ msgid "Cancelled" msgstr "Avbruten" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -250,11 +250,6 @@ msgstr "" "Kryssa denna ruta om det finns oklarheter på detta verifikat och du vill " "märka det 'att granskas av bokföringsexpert'." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Bolag" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -273,7 +268,7 @@ msgstr "" "rader." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -424,8 +419,8 @@ msgid "Effective date for accounting entries" msgstr "Bokföringsdatum för konteringstransaktioner" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Fel!" @@ -465,14 +460,8 @@ msgid "Full Reconcile" msgstr "Fullständig avstämning" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -487,11 +476,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Gruppera månadsvis på fakturadatum" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -528,7 +512,7 @@ msgid "Internal Notes" msgstr "Interna anteckningar" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Ogiltig åtgärd" @@ -538,11 +522,6 @@ msgstr "Ogiltig åtgärd" msgid "Invoice" msgstr "Faktura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -609,12 +588,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -636,7 +609,7 @@ msgid "Multi Currency Voucher" msgstr "Flervaluta bokföringsorder" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Ingen kontokod och skattekod" @@ -799,19 +772,19 @@ msgid "Period" msgstr "Period" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -944,7 +917,6 @@ msgid "Sales Receipts Analysis" msgstr "Försäljningskvittonanalys" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Säljare" @@ -999,7 +971,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Leverantör" @@ -1038,7 +1010,7 @@ msgid "The Voucher has been totally paid." msgstr "Bokföringsordern är fullständigt betald." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1161,7 +1133,7 @@ msgstr "Granskade bokföringsorder" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1221,7 +1193,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Avskrivning" @@ -1232,20 +1204,20 @@ msgid "Write-Off Analytic Account" msgstr "Avrkivningsobjektkonto" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "Du ska konfigurera kontokod och kontoskattekod för '%s' skatten!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1254,7 +1226,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1263,9 +1235,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "ändra" @@ -1283,3 +1255,9 @@ msgstr "e.g. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "e.g. Invoice SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Gruppera månadsvis på fakturadatum" + +#~ msgid "Companies" +#~ msgstr "Bolag" diff --git a/addons/account_voucher/i18n/th.po b/addons/account_voucher/i18n/th.po index d891d0f05e5..71993e1ff7a 100644 --- a/addons/account_voucher/i18n/th.po +++ b/addons/account_voucher/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 05:07+0000\n" "Last-Translator: Khwunchai J. \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -172,7 +172,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -230,7 +230,7 @@ msgid "Cancelled" msgstr "ถูกยกเลิก" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "ไม่สามารถลบใบสำคัญที่ถูกเปิดหรือจ่ายแล้ว" @@ -244,11 +244,6 @@ msgstr "" "เช็คกล่องนี้ถ้าคุณไม่มั่นใจในบัญทึกรายวันนั้นและถ้าคุณต้องการหมายเหตุว่า " "\"ต้องการการตรวจสอบ\" โดยผู้เชี่ยวชาญด้านการบัญชี" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "บริษัท" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -265,7 +260,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "้การตั้งค่าผิดพลาด!" @@ -416,8 +411,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "ผิดพลาด!" @@ -455,14 +450,8 @@ msgid "Full Reconcile" msgstr "พิสูจน์ยอดแบบเต็ม" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "ไปยังแผงการตั้งค่า" @@ -477,11 +466,6 @@ msgstr "ไปยังแผงการตั้งค่า" msgid "Group By" msgstr "จัดกลุ่มโดย" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "จัดกลุ่มโดยเดือนของใบแจ้งหนี้" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -516,7 +500,7 @@ msgid "Internal Notes" msgstr "บันทึกภายใน" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "การกระทำไม่ถูกต้อง!" @@ -526,11 +510,6 @@ msgstr "การกระทำไม่ถูกต้อง!" msgid "Invoice" msgstr "ใบแจ้งหนี้" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "วันที่ออกใบแจ้งหนี้" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -597,12 +576,6 @@ msgstr "อัพเดทครั้งสุดท้ายโดย" msgid "Last Updated on" msgstr "อัพเดทครั้งสุดท้ายเมื่อ" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "บัญชีการขาดทุนจากอัตราแลกเปลี่ยน" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -624,7 +597,7 @@ msgid "Multi Currency Voucher" msgstr "ใบสำคัญหลายสกุลเงิน" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "ไม่มีรหัสบัญชีพื้นฐานและรหัสบัญชีภาษี" @@ -787,19 +760,19 @@ msgid "Period" msgstr "ระยะเวลา" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -932,7 +905,6 @@ msgid "Sales Receipts Analysis" msgstr "การวิเคราห์ใบเสร็จการขาย" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "พนักงานขาย" @@ -987,7 +959,7 @@ msgstr "สรุป" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "ผู้จำหน่าย" @@ -1026,7 +998,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "ใบแจ้งหนี้ที่คุณจะจ่ายไม่สามารถใช้ได้แล้ว" @@ -1142,7 +1114,7 @@ msgstr "ตรวจสอบใบสำคัญ" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1202,7 +1174,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1213,20 +1185,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "รายการใบสำคัญผิด" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "คุณต้องตั้งค่ารหัสบัญชีพื้นฐานและรหัสบัญชีภาษีบนภาษี '%s'" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1235,7 +1207,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1244,9 +1216,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "เปลี่ยน" @@ -1264,3 +1236,15 @@ msgstr "เช่น 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "เช่น ใบแจ้งหนี้ SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "จัดกลุ่มโดยเดือนของใบแจ้งหนี้" + +#~ msgid "Invoice Date" +#~ msgstr "วันที่ออกใบแจ้งหนี้" + +#~ msgid "Companies" +#~ msgstr "บริษัท" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "บัญชีการขาดทุนจากอัตราแลกเปลี่ยน" diff --git a/addons/account_voucher/i18n/tlh.po b/addons/account_voucher/i18n/tlh.po index d5490de1fd0..ae99d6ce003 100644 --- a/addons/account_voucher/i18n/tlh.po +++ b/addons/account_voucher/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/tr.po b/addons/account_voucher/i18n/tr.po index 32aabd809a6..a124c3d3e86 100644 --- a/addons/account_voucher/i18n/tr.po +++ b/addons/account_voucher/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -194,7 +194,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "Bu kaydın uzlaştırmasını kaldırmak istediğinizden emin misiniz?" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -254,7 +254,7 @@ msgid "Cancelled" msgstr "İptal Edildi" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "Hali hazırda açık ya da ödenmiş olan fiş(ler) silinemiyor." @@ -268,11 +268,6 @@ msgstr "" "Günlük girişi konusunda karasızsanız ve bir muhasebe uzmanı tarafından " "'incelenmeli' notunu düşmek istiyorsanız bu kutuyu işaretleyin." -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "Firmalar" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -291,7 +286,7 @@ msgstr "" "hesaplanmıştır." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "Yapılandırma Hatası!" @@ -442,8 +437,8 @@ msgid "Effective date for accounting entries" msgstr "Hesap Girişleri için Yürürlük Tarihi" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "Hata!" @@ -482,14 +477,8 @@ msgid "Full Reconcile" msgstr "Tam Uzlaşma" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "Döviz Kuru Farkı Kazanımı Hesabı" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -504,11 +493,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "Fatura Tarihini aya göre gruplandır" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -545,7 +529,7 @@ msgid "Internal Notes" msgstr "İç Notlar" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "Geçersiz İşlem!" @@ -555,11 +539,6 @@ msgstr "Geçersiz İşlem!" msgid "Invoice" msgstr "Fatura" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -626,12 +605,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "Döviz Kuru Oranı Kaybı Hesabı" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -653,7 +626,7 @@ msgid "Multi Currency Voucher" msgstr "Çoklu Para Birimi Fişi" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "Hesap kodu ve Vergi kodu yok!" @@ -816,19 +789,19 @@ msgid "Period" msgstr "Dönem" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "Lütfen seçilen günlüğün seri numarasını etkinleştirin !" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "Günlük için lütfen bir seri no tanımlayın." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -962,7 +935,6 @@ msgid "Sales Receipts Analysis" msgstr "Satış Makbuz Analizi" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Satış Temsilcisi" @@ -1017,7 +989,7 @@ msgstr "Özet" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Tedarikçi" @@ -1056,7 +1028,7 @@ msgid "The Voucher has been totally paid." msgstr "Fiş tamamen ödenmiştir." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "Ödemek istediğiniz fatura artık geçerli değil." @@ -1178,7 +1150,7 @@ msgstr "Doğrulanmış Fişler" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1238,7 +1210,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Borç Silme" @@ -1249,13 +1221,13 @@ msgid "Write-Off Analytic Account" msgstr "Borç Silme Analiz Hesabı" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "Yanlış fiş kalemi" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" @@ -1264,7 +1236,7 @@ msgstr "" "gerekir!" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1273,7 +1245,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1282,9 +1254,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "değiştir" @@ -1302,3 +1274,15 @@ msgstr "örn. 003/10" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "örn. Fatura SAJ/0042" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "Fatura Tarihini aya göre gruplandır" + +#~ msgid "Companies" +#~ msgstr "Firmalar" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "Döviz Kuru Farkı Kazanımı Hesabı" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "Döviz Kuru Oranı Kaybı Hesabı" diff --git a/addons/account_voucher/i18n/uk.po b/addons/account_voucher/i18n/uk.po index f444c3c9346..22af310f9df 100644 --- a/addons/account_voucher/i18n/uk.po +++ b/addons/account_voucher/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/vi.po b/addons/account_voucher/i18n/vi.po index 98af4390b12..db8f2cb3a77 100644 --- a/addons/account_voucher/i18n/vi.po +++ b/addons/account_voucher/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "Đã hủy bỏ" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "Các ghi chú nội nộ" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "" @@ -516,11 +500,6 @@ msgstr "" msgid "Invoice" msgstr "Hóa đơn" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "" @@ -777,19 +750,19 @@ msgid "Period" msgstr "Chu kỳ" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "Nhân viên bán hàng" @@ -977,7 +949,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "Nhà cung cấp" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "Miễn bỏ" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "" diff --git a/addons/account_voucher/i18n/zh_CN.po b/addons/account_voucher/i18n/zh_CN.po index 67d1e8272a6..e04a0e6edad 100644 --- a/addons/account_voucher/i18n/zh_CN.po +++ b/addons/account_voucher/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "已取消" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "不能删除已经开启或者支付的单据。" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "勾选这里,如果您不确定凭证是否正确,您可以把它标注为“待审核”状态交由会计师来确定。" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "公司" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "计算公式 : 凭证上输入的金额 - 凭证行的金额合计" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "设置错误!" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "会计分录的生效日期" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "错误!" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "全部核销" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "按发票月份分组" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "内部备注" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "非法的动作" @@ -516,11 +500,6 @@ msgstr "非法的动作" msgid "Invoice" msgstr "发票" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "丢失了汇率账目" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "多币种凭证" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "没有科目和税码!" @@ -777,19 +750,19 @@ msgid "Period" msgstr "会计期间" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "请激活选中分类账的 序列( sequence )。" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "请在分类账上定义一个序列( sequence )。" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "定义分类账 \"%s\" 的默认借方/贷方科目" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "销售员" @@ -977,7 +949,7 @@ msgstr "摘要" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "供应商" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "这张凭证已全部付完" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "" @@ -1132,7 +1104,7 @@ msgstr "已复核的凭证" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "补差额" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "补差额辅助核算项" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "必须设置\"%s\"的科目和税码" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "改动" @@ -1254,3 +1226,12 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "按发票月份分组" + +#~ msgid "Companies" +#~ msgstr "公司" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "丢失了汇率账目" diff --git a/addons/account_voucher/i18n/zh_TW.po b/addons/account_voucher/i18n/zh_TW.po index 4a66bde6164..f1336b813d5 100644 --- a/addons/account_voucher/i18n/zh_TW.po +++ b/addons/account_voucher/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: account_voucher #: help:account.voucher,state:0 @@ -164,7 +164,7 @@ msgid "Are you sure you want to unreconcile this record?" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:310 +#: code:addons/account_voucher/account_voucher.py:269 #, python-format msgid "" "At the operation date, the exchange rate was\n" @@ -222,7 +222,7 @@ msgid "Cancelled" msgstr "取消" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Cannot delete voucher(s) which are already opened or paid." msgstr "" @@ -234,11 +234,6 @@ msgid "" "note it as 'to be reviewed' by an accounting expert." msgstr "請勾選,如果您不確定分錄而且標記為\"待審核\"給會計專員。" -#. module: account_voucher -#: model:ir.model,name:account_voucher.model_res_company -msgid "Companies" -msgstr "公司" - #. module: account_voucher #: field:account.voucher,company_id:0 #: field:account.voucher.line,company_id:0 @@ -255,7 +250,7 @@ msgid "" msgstr "計算公式 : 憑證上输入的金额 - 憑證行的金额合計." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1027 #, python-format msgid "Configuration Error !" msgstr "設置錯誤!" @@ -406,8 +401,8 @@ msgid "Effective date for accounting entries" msgstr "會計分錄的生效日期" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 -#: code:addons/account_voucher/account_voucher.py:1074 +#: code:addons/account_voucher/account_voucher.py:511 +#: code:addons/account_voucher/account_voucher.py:1033 #, python-format msgid "Error!" msgstr "錯誤!" @@ -445,14 +440,8 @@ msgid "Full Reconcile" msgstr "全部核銷" #. module: account_voucher -#: field:account.config.settings,income_currency_exchange_account_id:0 -#: field:res.company,income_currency_exchange_account_id:0 -msgid "Gain Exchange Rate Account" -msgstr "匯益科目" - -#. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1109 -#: code:addons/account_voucher/account_voucher.py:1115 +#: code:addons/account_voucher/account_voucher.py:1068 +#: code:addons/account_voucher/account_voucher.py:1074 #, python-format msgid "Go to the configuration panel" msgstr "" @@ -467,11 +456,6 @@ msgstr "" msgid "Group By" msgstr "" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Group by month of Invoice Date" -msgstr "依發票月份分組" - #. module: account_voucher #: field:account.voucher,currency_help_label:0 msgid "Helping Sentence" @@ -506,7 +490,7 @@ msgid "Internal Notes" msgstr "內部備註" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:970 +#: code:addons/account_voucher/account_voucher.py:929 #, python-format msgid "Invalid Action!" msgstr "無效的動作!" @@ -516,11 +500,6 @@ msgstr "無效的動作!" msgid "Invoice" msgstr "發票" -#. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search -msgid "Invoice Date" -msgstr "" - #. module: account_voucher #: view:account.voucher:account_voucher.view_vendor_receipt_dialog_form #: view:account.voucher:account_voucher.view_vendor_receipt_form @@ -587,12 +566,6 @@ msgstr "" msgid "Last Updated on" msgstr "" -#. module: account_voucher -#: field:account.config.settings,expense_currency_exchange_account_id:0 -#: field:res.company,expense_currency_exchange_account_id:0 -msgid "Loss Exchange Rate Account" -msgstr "匯損科目" - #. module: account_voucher #: field:account.voucher,name:0 msgid "Memo" @@ -614,7 +587,7 @@ msgid "Multi Currency Voucher" msgstr "多幣種憑證" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "No Account Base Code and Account Tax Code!" msgstr "沒有科目和稅碼!" @@ -777,19 +750,19 @@ msgid "Period" msgstr "會計期間" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1069 +#: code:addons/account_voucher/account_voucher.py:1028 #, python-format msgid "Please activate the sequence of selected journal !" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1075 +#: code:addons/account_voucher/account_voucher.py:1034 #, python-format msgid "Please define a sequence on the journal." msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:552 +#: code:addons/account_voucher/account_voucher.py:511 #, python-format msgid "Please define default credit/debit accounts on the journal \"%s\"." msgstr "" @@ -922,7 +895,6 @@ msgid "Sales Receipts Analysis" msgstr "銷售收據分析" #. module: account_voucher -#: view:sale.receipt.report:account_voucher.view_sale_receipt_report_search #: field:sale.receipt.report,user_id:0 msgid "Salesperson" msgstr "業務人員" @@ -977,7 +949,7 @@ msgstr "摘要" #: view:account.voucher:account_voucher.view_vendor_payment_form #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay -#: code:addons/account_voucher/account_voucher.py:223 +#: code:addons/account_voucher/account_voucher.py:182 #, python-format msgid "Supplier" msgstr "供應商" @@ -1016,7 +988,7 @@ msgid "The Voucher has been totally paid." msgstr "這張憑證已全部付完." #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "The invoice you are willing to pay is not valid anymore." msgstr "你要付款的發票已經不再有效。" @@ -1132,7 +1104,7 @@ msgstr "以覆核的憑證" #: view:account.voucher:account_voucher.view_voucher_filter_vendor #: view:account.voucher:account_voucher.view_voucher_filter_vendor_pay #: field:account.voucher.line,voucher_id:0 -#: code:addons/account_voucher/account_voucher.py:193 +#: code:addons/account_voucher/account_voucher.py:152 #: model:res.request.link,name:account_voucher.req_link_voucher #, python-format msgid "Voucher" @@ -1192,7 +1164,7 @@ msgid "Website communication history" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:411 +#: code:addons/account_voucher/account_voucher.py:370 #, python-format msgid "Write-Off" msgstr "補差額" @@ -1203,20 +1175,20 @@ msgid "Write-Off Analytic Account" msgstr "註銷輔助核算項目" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1213 +#: code:addons/account_voucher/account_voucher.py:1172 #, python-format msgid "Wrong voucher line" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1254 +#: code:addons/account_voucher/account_voucher.py:1213 #, python-format msgid "" "You have to configure account base code and account tax code on the '%s' tax!" msgstr "必須设置\"%s\"的科目和稅碼" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1114 +#: code:addons/account_voucher/account_voucher.py:1073 #, python-format msgid "" "You should configure the 'Gain Exchange Rate Account' to manage " @@ -1225,7 +1197,7 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1108 +#: code:addons/account_voucher/account_voucher.py:1067 #, python-format msgid "" "You should configure the 'Loss Exchange Rate Account' to manage " @@ -1234,9 +1206,9 @@ msgid "" msgstr "" #. module: account_voucher -#: code:addons/account_voucher/account_voucher.py:1125 -#: code:addons/account_voucher/account_voucher.py:1139 -#: code:addons/account_voucher/account_voucher.py:1290 +#: code:addons/account_voucher/account_voucher.py:1084 +#: code:addons/account_voucher/account_voucher.py:1098 +#: code:addons/account_voucher/account_voucher.py:1249 #, python-format msgid "change" msgstr "變更" @@ -1254,3 +1226,15 @@ msgstr "" #: view:account.voucher:account_voucher.view_vendor_receipt_form msgid "e.g. Invoice SAJ/0042" msgstr "" + +#~ msgid "Group by month of Invoice Date" +#~ msgstr "依發票月份分組" + +#~ msgid "Companies" +#~ msgstr "公司" + +#~ msgid "Loss Exchange Rate Account" +#~ msgstr "匯損科目" + +#~ msgid "Gain Exchange Rate Account" +#~ msgstr "匯益科目" diff --git a/addons/analytic/i18n/ar.po b/addons/analytic/i18n/ar.po index d50d77d6a13..4d2cbe45b24 100644 --- a/addons/analytic/i18n/ar.po +++ b/addons/analytic/i18n/ar.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "الكمية" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "مستخدِم" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/bg.po b/addons/analytic/i18n/bg.po index 84741d6535f..7471b671d84 100644 --- a/addons/analytic/i18n/bg.po +++ b/addons/analytic/i18n/bg.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "Количество" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "Потребител" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/bs.po b/addons/analytic/i18n/bs.po index 2fde783257d..abec85c9167 100644 --- a/addons/analytic/i18n/bs.po +++ b/addons/analytic/i18n/bs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -374,7 +374,7 @@ msgid "Quantity" msgstr "Količina" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Brzo kreiranje konta onemogućeno." @@ -455,7 +455,7 @@ msgid "User" msgstr "Korisnik" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Upozorenje" diff --git a/addons/analytic/i18n/ca.po b/addons/analytic/i18n/ca.po index 4cc733dd6ab..2a16c132681 100644 --- a/addons/analytic/i18n/ca.po +++ b/addons/analytic/i18n/ca.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Quantitat" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Usuari/a" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/cs.po b/addons/analytic/i18n/cs.po index a367f85b4ed..9d329532278 100644 --- a/addons/analytic/i18n/cs.po +++ b/addons/analytic/i18n/cs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Množství" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Uživatel" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/da.po b/addons/analytic/i18n/da.po index 885320db29b..284a4360c2e 100644 --- a/addons/analytic/i18n/da.po +++ b/addons/analytic/i18n/da.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "Antal" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Hurtigoprettelse af konto ikke tilladt." @@ -434,7 +434,7 @@ msgid "User" msgstr "Bruger" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Advarsel!" diff --git a/addons/analytic/i18n/de.po b/addons/analytic/i18n/de.po index 5127913bfed..d2d5c3caf99 100644 --- a/addons/analytic/i18n/de.po +++ b/addons/analytic/i18n/de.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 21:13+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 07:49+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (Kopie)" @@ -377,7 +377,7 @@ msgid "Quantity" msgstr "Anzahl" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Schnellanlage ist temporär verboten" @@ -385,7 +385,7 @@ msgstr "Schnellanlage ist temporär verboten" #. module: analytic #: field:account.analytic.account,code:0 msgid "Reference" -msgstr "Kostenstellennummer" +msgstr "Referenz" #. module: analytic #: view:account.analytic.account:analytic.view_account_analytic_account_form @@ -458,7 +458,7 @@ msgid "User" msgstr "Benutzer" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Warnung" diff --git a/addons/analytic/i18n/el.po b/addons/analytic/i18n/el.po index d940ad2dbee..12e5dd46adc 100644 --- a/addons/analytic/i18n/el.po +++ b/addons/analytic/i18n/el.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -356,7 +356,7 @@ msgid "Quantity" msgstr "Ποσότητα" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -435,7 +435,7 @@ msgid "User" msgstr "Χρήστης" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/en_GB.po b/addons/analytic/i18n/en_GB.po index a1c32396e97..9dc7cb09fab 100644 --- a/addons/analytic/i18n/en_GB.po +++ b/addons/analytic/i18n/en_GB.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (copy)" @@ -362,7 +362,7 @@ msgid "Quantity" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -443,7 +443,7 @@ msgid "User" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/es.po b/addons/analytic/i18n/es.po index 99df6f977fb..75016b44716 100644 --- a/addons/analytic/i18n/es.po +++ b/addons/analytic/i18n/es.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-15 07:55+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -374,7 +374,7 @@ msgid "Quantity" msgstr "Cantidad" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Creación rápido de cuentas no permitida." @@ -456,7 +456,7 @@ msgid "User" msgstr "Usuario" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Advertencia" diff --git a/addons/analytic/i18n/es_AR.po b/addons/analytic/i18n/es_AR.po index 367f111171c..1abfb45954d 100644 --- a/addons/analytic/i18n/es_AR.po +++ b/addons/analytic/i18n/es_AR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/es_CR.po b/addons/analytic/i18n/es_CR.po index a8eb0f2e4df..cdfb7c6fd2f 100644 --- a/addons/analytic/i18n/es_CR.po +++ b/addons/analytic/i18n/es_CR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Cantidad" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Usuario" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/es_EC.po b/addons/analytic/i18n/es_EC.po index a1337703efc..f2ca1d9b2bb 100644 --- a/addons/analytic/i18n/es_EC.po +++ b/addons/analytic/i18n/es_EC.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Cantidad" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Usuario" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/es_PY.po b/addons/analytic/i18n/es_PY.po index cc18b8c2fdc..0de0d1edf87 100644 --- a/addons/analytic/i18n/es_PY.po +++ b/addons/analytic/i18n/es_PY.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Cantidad" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Usuario" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/et.po b/addons/analytic/i18n/et.po index 9cf79bab82e..3ccde7cd5a2 100644 --- a/addons/analytic/i18n/et.po +++ b/addons/analytic/i18n/et.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "Kvantiteet" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "Kasutaja" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/fa.po b/addons/analytic/i18n/fa.po index 69c7038bcc2..4f8ea4ed83a 100644 --- a/addons/analytic/i18n/fa.po +++ b/addons/analytic/i18n/fa.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/fi.po b/addons/analytic/i18n/fi.po index 7f24ba1c531..3e2eb24dc89 100644 --- a/addons/analytic/i18n/fi.po +++ b/addons/analytic/i18n/fi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Määrä" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Käyttäjä" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/fr.po b/addons/analytic/i18n/fr.po index e155f9e35ae..1b20ddf8f39 100644 --- a/addons/analytic/i18n/fr.po +++ b/addons/analytic/i18n/fr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -357,7 +357,7 @@ msgid "Quantity" msgstr "Quantité" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Création rapide de compte interdite." @@ -439,7 +439,7 @@ msgid "User" msgstr "Utilisateur" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Avertissement" diff --git a/addons/analytic/i18n/gl.po b/addons/analytic/i18n/gl.po index 1c1d3c785c1..19191098226 100644 --- a/addons/analytic/i18n/gl.po +++ b/addons/analytic/i18n/gl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Cantidade" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Usuario" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/hr.po b/addons/analytic/i18n/hr.po index 2baee192d38..81c0d8168f8 100644 --- a/addons/analytic/i18n/hr.po +++ b/addons/analytic/i18n/hr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -364,7 +364,7 @@ msgid "Quantity" msgstr "Količina" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -443,7 +443,7 @@ msgid "User" msgstr "Korisnik" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Upozoranje" diff --git a/addons/analytic/i18n/hu.po b/addons/analytic/i18n/hu.po index 4f0c36172b1..3fdc5bdc88e 100644 --- a/addons/analytic/i18n/hu.po +++ b/addons/analytic/i18n/hu.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 15:45+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (másolat)" @@ -155,18 +155,18 @@ msgstr "Szerződés: " #. module: analytic #: field:account.analytic.line,create_date:0 msgid "Create Date" -msgstr "" +msgstr "Dátum létrehozása" #. module: analytic #: field:account.analytic.account,create_uid:0 #: field:account.analytic.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: analytic #: field:account.analytic.account,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: analytic #: field:account.analytic.account,credit:0 @@ -191,7 +191,7 @@ msgstr "Dátum" #. module: analytic #: help:account.analytic.account,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "A feljegyzésen történt utolsó üzenet dátuma." #. module: analytic #: field:account.analytic.account,debit:0 @@ -223,7 +223,7 @@ msgstr "Hiba! Nem tud visszatérő Elemző/Gyűjtő számlákat létrehozni." #. module: analytic #: field:account.analytic.account,date:0 msgid "Expiration Date" -msgstr "" +msgstr "Lejárati idő" #. module: analytic #: field:account.analytic.account,message_follower_ids:0 @@ -248,7 +248,7 @@ msgstr "" #: field:account.analytic.account,id:0 #: field:account.analytic.line,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: analytic #: help:account.analytic.account,message_unread:0 @@ -286,6 +286,11 @@ msgid "" "analytic account of type 'view'. This can be really useful for consolidation " "purposes of several companies charts with different currencies, for example." msgstr "" +"Ha beállított egy vállalatot, a kiválasztott pénznemnek egyeznie kell a " +"saját pénznemével. \n" +"Le tudja választani a vállalathoz tartozót, és így megváltoztatni a " +"pénznemet, de csak az elemző/analitikus 'nézet' számlán. Ez nagyon hasznos " +"több vállalat különböző pénznemben futó számlatükör egyesítésénél, például." #. module: analytic #: selection:account.analytic.account,state:0 @@ -300,19 +305,19 @@ msgstr "Ez egy követő" #. module: analytic #: field:account.analytic.account,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Utolsó üzenet időpontja" #. module: analytic #: field:account.analytic.account,write_uid:0 #: field:account.analytic.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: analytic #: field:account.analytic.account,write_date:0 #: field:account.analytic.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: analytic #: field:account.analytic.account,message_ids:0 @@ -373,7 +378,7 @@ msgid "Quantity" msgstr "Mennyiség" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Gyors könyvelés létrehozása letiltva." @@ -454,7 +459,7 @@ msgid "User" msgstr "Felhasználó" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Figyelmeztetés" diff --git a/addons/analytic/i18n/it.po b/addons/analytic/i18n/it.po index 78fd328d686..ca46b71c839 100644 --- a/addons/analytic/i18n/it.po +++ b/addons/analytic/i18n/it.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 12:08+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -124,12 +124,12 @@ msgstr "Contratti Aperti" #. module: analytic #: model:mail.message.subtype,description:analytic.mt_account_closed msgid "Contract closed" -msgstr "" +msgstr "Contratto chiuso" #. module: analytic #: model:mail.message.subtype,description:analytic.mt_account_opened msgid "Contract opened" -msgstr "" +msgstr "Contratto aperto" #. module: analytic #: selection:account.analytic.account,type:0 @@ -139,7 +139,7 @@ msgstr "Contratto o Progetto" #. module: analytic #: model:mail.message.subtype,description:analytic.mt_account_pending msgid "Contract pending" -msgstr "" +msgstr "Contratto pendente" #. module: analytic #: model:mail.message.subtype,name:analytic.mt_account_pending @@ -155,18 +155,18 @@ msgstr "Contratto: " #. module: analytic #: field:account.analytic.line,create_date:0 msgid "Create Date" -msgstr "" +msgstr "Data di Creazione" #. module: analytic #: field:account.analytic.account,create_uid:0 #: field:account.analytic.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: analytic #: field:account.analytic.account,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: analytic #: field:account.analytic.account,credit:0 @@ -191,7 +191,7 @@ msgstr "Data" #. module: analytic #: help:account.analytic.account,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: analytic #: field:account.analytic.account,debit:0 @@ -223,7 +223,7 @@ msgstr "Errore! Non è possibile creare conti analitici ricorsivi." #. module: analytic #: field:account.analytic.account,date:0 msgid "Expiration Date" -msgstr "" +msgstr "Data di scadenza" #. module: analytic #: field:account.analytic.account,message_follower_ids:0 @@ -233,7 +233,7 @@ msgstr "Followers" #. module: analytic #: field:account.analytic.account,complete_name:0 msgid "Full Name" -msgstr "" +msgstr "Nome Completo" #. module: analytic #: help:account.analytic.account,message_summary:0 @@ -248,7 +248,7 @@ msgstr "" #: field:account.analytic.account,id:0 #: field:account.analytic.line,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: analytic #: help:account.analytic.account,message_unread:0 @@ -286,6 +286,12 @@ msgid "" "analytic account of type 'view'. This can be really useful for consolidation " "purposes of several companies charts with different currencies, for example." msgstr "" +"Quando impostate una azienda la valuta selezionata deve essere la stessa " +"indicata .\n" +"Potete rimuovere l'azienda di appartenenza e quindi cambiare la valuta " +"solamente nel conto analitico di tipo 'vista'. Questo può essere davvero " +"utile per consolidare gli scopi di parecchie aziende con diverse valute, per " +"esempio." #. module: analytic #: selection:account.analytic.account,state:0 @@ -300,19 +306,19 @@ msgstr "E' un Follower" #. module: analytic #: field:account.analytic.account,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: analytic #: field:account.analytic.account,write_uid:0 #: field:account.analytic.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: analytic #: field:account.analytic.account,write_date:0 #: field:account.analytic.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: analytic #: field:account.analytic.account,message_ids:0 @@ -375,10 +381,10 @@ msgid "Quantity" msgstr "Quantità" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." -msgstr "" +msgstr "Creazione veloce conto non permessa" #. module: analytic #: field:account.analytic.account,code:0 @@ -457,10 +463,10 @@ msgid "User" msgstr "Utente" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" -msgstr "" +msgstr "Attenzione" #. module: analytic #: constraint:account.analytic.line:0 diff --git a/addons/analytic/i18n/ja.po b/addons/analytic/i18n/ja.po index eff83faa101..0849005c0c6 100644 --- a/addons/analytic/i18n/ja.po +++ b/addons/analytic/i18n/ja.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "数量" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "ユーザ" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/lt.po b/addons/analytic/i18n/lt.po index a20e171a2cc..143c8709a74 100644 --- a/addons/analytic/i18n/lt.po +++ b/addons/analytic/i18n/lt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -365,7 +365,7 @@ msgid "Quantity" msgstr "Kiekis" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -444,7 +444,7 @@ msgid "User" msgstr "Naudotojas" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Įspėjimas" diff --git a/addons/analytic/i18n/lv.po b/addons/analytic/i18n/lv.po index 1d0eec2c3db..64b705ae108 100644 --- a/addons/analytic/i18n/lv.po +++ b/addons/analytic/i18n/lv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Daudzums" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Lietotājs" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/mk.po b/addons/analytic/i18n/mk.po index c26e8a2b7b0..8bd675ebcf5 100644 --- a/addons/analytic/i18n/mk.po +++ b/addons/analytic/i18n/mk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (копија)" @@ -372,7 +372,7 @@ msgid "Quantity" msgstr "Количина" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Оневозможено брзо креирање на сметка." @@ -454,7 +454,7 @@ msgid "User" msgstr "Корисник" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Внимание" diff --git a/addons/analytic/i18n/mn.po b/addons/analytic/i18n/mn.po index 0e35adbc2d5..194b661afed 100644 --- a/addons/analytic/i18n/mn.po +++ b/addons/analytic/i18n/mn.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (хуулбар)" @@ -369,7 +369,7 @@ msgid "Quantity" msgstr "Тоо хэмжээ" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Дансыг хурдан үүсгэх зөвшөөрөгдөөгүй." @@ -450,7 +450,7 @@ msgid "User" msgstr "Хэрэглэгч" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Анхааруулга" diff --git a/addons/analytic/i18n/nb.po b/addons/analytic/i18n/nb.po index eeb3796e1aa..661baae22db 100644 --- a/addons/analytic/i18n/nb.po +++ b/addons/analytic/i18n/nb.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopi)" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Antall" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Bruker" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/nl.po b/addons/analytic/i18n/nl.po index 86fd3b80cce..408974490b8 100644 --- a/addons/analytic/i18n/nl.po +++ b/addons/analytic/i18n/nl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-17 07:26+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -382,7 +382,7 @@ msgid "Quantity" msgstr "Hoeveelheid" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Snel aanmaken van rekeningen niet toegestaan" @@ -464,7 +464,7 @@ msgid "User" msgstr "Gebruiker" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Waarschuwing" diff --git a/addons/analytic/i18n/nl_BE.po b/addons/analytic/i18n/nl_BE.po index a337b6710b8..e9fa7c7b977 100644 --- a/addons/analytic/i18n/nl_BE.po +++ b/addons/analytic/i18n/nl_BE.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/pl.po b/addons/analytic/i18n/pl.po index df6225f465a..197bd70f700 100644 --- a/addons/analytic/i18n/pl.po +++ b/addons/analytic/i18n/pl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-16 13:00+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -377,7 +377,7 @@ msgid "Quantity" msgstr "Ilość" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Szybkie tworzenie konta zabronione" @@ -456,7 +456,7 @@ msgid "User" msgstr "Użytkownik" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Ostrzeżenie" diff --git a/addons/analytic/i18n/pt.po b/addons/analytic/i18n/pt.po index 2a0a0f7214f..d15eb2b8e01 100644 --- a/addons/analytic/i18n/pt.po +++ b/addons/analytic/i18n/pt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 09:24+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -381,7 +381,7 @@ msgid "Quantity" msgstr "Quantidade" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Criação Rápida de Contas Não Permitida" @@ -463,7 +463,7 @@ msgid "User" msgstr "Utilizador" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/addons/analytic/i18n/pt_BR.po b/addons/analytic/i18n/pt_BR.po index 49fa794e022..2c3e318fb55 100644 --- a/addons/analytic/i18n/pt_BR.po +++ b/addons/analytic/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-30 00:40+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,11 +15,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -377,7 +377,7 @@ msgid "Quantity" msgstr "Quantidade" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Criar rapidamente desabilitado." @@ -459,7 +459,7 @@ msgid "User" msgstr "Usuário" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/addons/analytic/i18n/ro.po b/addons/analytic/i18n/ro.po index f0ab4173160..839006cc848 100644 --- a/addons/analytic/i18n/ro.po +++ b/addons/analytic/i18n/ro.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -375,7 +375,7 @@ msgid "Quantity" msgstr "Cantitate" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Nu e permisa crearea unui cont rapid." @@ -456,7 +456,7 @@ msgid "User" msgstr "Utilizator" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Avertisment" diff --git a/addons/analytic/i18n/ru.po b/addons/analytic/i18n/ru.po index 4cffcdb40b3..b175b6135d2 100644 --- a/addons/analytic/i18n/ru.po +++ b/addons/analytic/i18n/ru.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (копия)" @@ -357,7 +357,7 @@ msgid "Quantity" msgstr "Количество" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Быстрое создание счета запрещено." @@ -436,7 +436,7 @@ msgid "User" msgstr "Пользователь" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Внимание" diff --git a/addons/analytic/i18n/sl.po b/addons/analytic/i18n/sl.po index 61694a6e50a..bd809e72ad9 100644 --- a/addons/analytic/i18n/sl.po +++ b/addons/analytic/i18n/sl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -361,7 +361,7 @@ msgid "Quantity" msgstr "Količina" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Hitra tvorba konta je onemogočena." @@ -440,7 +440,7 @@ msgid "User" msgstr "Uporabnik" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Opozorilo" diff --git a/addons/analytic/i18n/sq.po b/addons/analytic/i18n/sq.po index 16f6b9d28ec..e5b74586004 100644 --- a/addons/analytic/i18n/sq.po +++ b/addons/analytic/i18n/sq.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/sr.po b/addons/analytic/i18n/sr.po index 21775ff00a2..136afe751f4 100644 --- a/addons/analytic/i18n/sr.po +++ b/addons/analytic/i18n/sr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Količina" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Korisnik" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/sr@latin.po b/addons/analytic/i18n/sr@latin.po index c9cf945e8bd..cd17f10acb9 100644 --- a/addons/analytic/i18n/sr@latin.po +++ b/addons/analytic/i18n/sr@latin.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -355,7 +355,7 @@ msgid "Quantity" msgstr "Količina" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -434,7 +434,7 @@ msgid "User" msgstr "Korisnik" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/sv.po b/addons/analytic/i18n/sv.po index 7c816b16216..6ff5fc1f907 100644 --- a/addons/analytic/i18n/sv.po +++ b/addons/analytic/i18n/sv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -373,7 +373,7 @@ msgid "Quantity" msgstr "Antal" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Snabbskapande av konto icke tillåtet" @@ -454,7 +454,7 @@ msgid "User" msgstr "Användare" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Varning" diff --git a/addons/analytic/i18n/tr.po b/addons/analytic/i18n/tr.po index a8806a1da82..2265d730205 100644 --- a/addons/analytic/i18n/tr.po +++ b/addons/analytic/i18n/tr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (kopya)" @@ -374,7 +374,7 @@ msgid "Quantity" msgstr "Miktar" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "Hızlı hesap oluşturma engellendi." @@ -455,7 +455,7 @@ msgid "User" msgstr "Kullanıcı" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "Uyarı" diff --git a/addons/analytic/i18n/vi.po b/addons/analytic/i18n/vi.po index 1297850615a..7a93c841ec8 100644 --- a/addons/analytic/i18n/vi.po +++ b/addons/analytic/i18n/vi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "Số lượng" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "Người dùng" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic/i18n/zh_CN.po b/addons/analytic/i18n/zh_CN.po index 49f5ab82801..60e8db8438c 100644 --- a/addons/analytic/i18n/zh_CN.po +++ b/addons/analytic/i18n/zh_CN.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "%s (副本)" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "数量" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "不允许快速客户创建" @@ -432,7 +432,7 @@ msgid "User" msgstr "用户" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "警告" diff --git a/addons/analytic/i18n/zh_TW.po b/addons/analytic/i18n/zh_TW.po index 49e8295d1c4..b54ade19317 100644 --- a/addons/analytic/i18n/zh_TW.po +++ b/addons/analytic/i18n/zh_TW.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic -#: code:addons/analytic/analytic.py:277 +#: code:addons/analytic/analytic.py:278 #, python-format msgid "%s (copy)" msgstr "" @@ -353,7 +353,7 @@ msgid "Quantity" msgstr "數量" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Quick account creation disallowed." msgstr "" @@ -432,7 +432,7 @@ msgid "User" msgstr "使用者" #. module: analytic -#: code:addons/analytic/analytic.py:271 +#: code:addons/analytic/analytic.py:272 #, python-format msgid "Warning" msgstr "" diff --git a/addons/analytic_contract_hr_expense/i18n/de.po b/addons/analytic_contract_hr_expense/i18n/de.po index 2ef50e58439..4949a3a5247 100644 --- a/addons/analytic_contract_hr_expense/i18n/de.po +++ b/addons/analytic_contract_hr_expense/i18n/de.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-15 13:39+0000\n" -"Last-Translator: Rudolf Schnapka \n" +"PO-Revision-Date: 2014-10-03 08:57+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:34+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: analytic_contract_hr_expense @@ -88,6 +88,10 @@ msgid "" "'invisible':[('invoice_on_timesheets','=',False), " "('charge_expenses','=',False)]}" msgstr "" +"{'required': " +"['|',('invoice_on_timesheets','=',True),('charge_expenses','=',True)], " +"'invisible':[('invoice_on_timesheets','=',False), " +"('charge_expenses','=',False)]}" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form diff --git a/addons/analytic_contract_hr_expense/i18n/hu.po b/addons/analytic_contract_hr_expense/i18n/hu.po index 327f373f734..abd3570bfae 100644 --- a/addons/analytic_contract_hr_expense/i18n/hu.po +++ b/addons/analytic_contract_hr_expense/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 08:23+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic_contract_hr_expense #: model:ir.model,name:analytic_contract_hr_expense.model_account_analytic_account @@ -35,12 +35,12 @@ msgstr "Költségek költségek számlázára" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form msgid "Expenses" -msgstr "" +msgstr "Költségek, ráfordítások" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form msgid "Expenses and Timesheet Invoicing Ratio" -msgstr "" +msgstr "Költségek és Bértábla dőkimutatás számlázási arány" #. module: analytic_contract_hr_expense #: code:addons/analytic_contract_hr_expense/analytic_contract_hr_expense.py:135 @@ -88,6 +88,10 @@ msgid "" "'invisible':[('invoice_on_timesheets','=',False), " "('charge_expenses','=',False)]}" msgstr "" +"{'required': " +"['|',('invoice_on_timesheets','=',True),('charge_expenses','=',True)], " +"'invisible':[('invoice_on_timesheets','=',False), " +"('charge_expenses','=',False)]}" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form diff --git a/addons/analytic_contract_hr_expense/i18n/it.po b/addons/analytic_contract_hr_expense/i18n/it.po index f2539ddfd30..e061330e55c 100644 --- a/addons/analytic_contract_hr_expense/i18n/it.po +++ b/addons/analytic_contract_hr_expense/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 12:02+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic_contract_hr_expense #: model:ir.model,name:analytic_contract_hr_expense.model_account_analytic_account @@ -35,12 +35,12 @@ msgstr "Stima dei Costi da Fatturare" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form msgid "Expenses" -msgstr "" +msgstr "Spese" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form msgid "Expenses and Timesheet Invoicing Ratio" -msgstr "" +msgstr "Spese e tasso fatturazione foglio presenze" #. module: analytic_contract_hr_expense #: code:addons/analytic_contract_hr_expense/analytic_contract_hr_expense.py:135 @@ -77,6 +77,8 @@ msgid "" "{'invisible': " "[('invoice_on_timesheets','=',False),('charge_expenses','=',False)]}" msgstr "" +"{'invisible': " +"[('invoice_on_timesheets','=',False),('charge_expenses','=',False)]}" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form @@ -86,6 +88,10 @@ msgid "" "'invisible':[('invoice_on_timesheets','=',False), " "('charge_expenses','=',False)]}" msgstr "" +"{'required': " +"['|',('invoice_on_timesheets','=',True),('charge_expenses','=',True)], " +"'invisible':[('invoice_on_timesheets','=',False), " +"('charge_expenses','=',False)]}" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form @@ -93,6 +99,8 @@ msgid "" "{'required': " "['|',('invoice_on_timesheets','=',True),('charge_expenses','=',True)]}" msgstr "" +"{'required': " +"['|',('invoice_on_timesheets','=',True),('charge_expenses','=',True)]}" #. module: analytic_contract_hr_expense #: view:account.analytic.account:analytic_contract_hr_expense.account_analytic_account_form_expense_form diff --git a/addons/analytic_user_function/i18n/hu.po b/addons/analytic_user_function/i18n/hu.po index 316bb523f45..d79cf36602f 100644 --- a/addons/analytic_user_function/i18n/hu.po +++ b/addons/analytic_user_function/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 08:40+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 @@ -31,12 +31,12 @@ msgstr "Gyűjtőkód tételsor" #. module: analytic_user_function #: field:analytic.user.funct.grid,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: analytic_user_function #: field:analytic.user.funct.grid,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: analytic_user_function #: view:account.analytic.account:analytic_user_function.view_account_analytic_account_form_inherit @@ -63,7 +63,7 @@ msgstr "Hiba!" #. module: analytic_user_function #: field:analytic.user.funct.grid,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: analytic_user_function #: view:account.analytic.account:analytic_user_function.view_account_analytic_account_form_inherit @@ -79,12 +79,12 @@ msgstr "Számlázási adatok" #. module: analytic_user_function #: field:analytic.user.funct.grid,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: analytic_user_function #: field:analytic.user.funct.grid,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: analytic_user_function #: view:account.analytic.account:analytic_user_function.view_account_analytic_account_form_inherit @@ -95,6 +95,13 @@ msgid "" " specific user. This allows to set invoicing\n" " conditions for a group of contracts." msgstr "" +"Odoo rendszer előkeresést végez a szülő főkönyvi számlákon \n" +" annak ellenőrzésére, hogy a kiválasztott\n" +" felhasználóhoz használható a meghatározott\n" +" feltétel. Ez lehetővé teszi számlázási " +"feltételek\n" +" beálítását a számlákhoz egy szerződés csoportra\n" +" vonatkozóan." #. module: analytic_user_function #: field:analytic.user.funct.grid,price:0 @@ -122,6 +129,7 @@ msgstr "Szolgáltatás" #, python-format msgid "There is no expense account defined for this product: \"%s\" (id:%d)" msgstr "" +"Nem állítottak be beszerzési költségszámlát erre a termékre: \"%s\" (kód:%d)" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_hr_analytic_timesheet diff --git a/addons/analytic_user_function/i18n/it.po b/addons/analytic_user_function/i18n/it.po index 6161c3361de..6c08bada2fd 100644 --- a/addons/analytic_user_function/i18n/it.po +++ b/addons/analytic_user_function/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 16:46+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: analytic_user_function #: field:analytic.user.funct.grid,account_id:0 @@ -31,12 +31,12 @@ msgstr "Riga analitica" #. module: analytic_user_function #: field:analytic.user.funct.grid,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: analytic_user_function #: field:analytic.user.funct.grid,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: analytic_user_function #: view:account.analytic.account:analytic_user_function.view_account_analytic_account_form_inherit @@ -61,7 +61,7 @@ msgstr "Errore!" #. module: analytic_user_function #: field:analytic.user.funct.grid,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: analytic_user_function #: view:account.analytic.account:analytic_user_function.view_account_analytic_account_form_inherit @@ -77,12 +77,12 @@ msgstr "Dati Fatturazione" #. module: analytic_user_function #: field:analytic.user.funct.grid,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: analytic_user_function #: field:analytic.user.funct.grid,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: analytic_user_function #: view:account.analytic.account:analytic_user_function.view_account_analytic_account_form_inherit @@ -93,6 +93,10 @@ msgid "" " specific user. This allows to set invoicing\n" " conditions for a group of contracts." msgstr "" +"ODOO ricercherà ricorsivamente sui conti padre\n" +"per controllare se le condizioni specifiche sono definite per uno\n" +"specifico utente. Questo permette di impostare le condizioni\n" +"di fatturazione per un gruppo di contratti," #. module: analytic_user_function #: field:analytic.user.funct.grid,price:0 @@ -120,6 +124,7 @@ msgstr "Servizio" #, python-format msgid "There is no expense account defined for this product: \"%s\" (id:%d)" msgstr "" +"Non risulta presente alcun conto definito per questo prodotto:\"%s\" (id:%d)" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_hr_analytic_timesheet diff --git a/addons/anonymization/i18n/hu.po b/addons/anonymization/i18n/hu.po index 6c0b997bf3f..783c7cb5c9b 100644 --- a/addons/anonymization/i18n/hu.po +++ b/addons/anonymization/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 08:40+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymization_history_tree @@ -92,7 +92,7 @@ msgstr "Tiszta" #: field:ir.model.fields.anonymization.migration.fix,create_uid:0 #: field:ir.model.fields.anonymize.wizard,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: anonymization #: field:ir.model.fields.anonymization,create_date:0 @@ -100,7 +100,7 @@ msgstr "" #: field:ir.model.fields.anonymization.migration.fix,create_date:0 #: field:ir.model.fields.anonymize.wizard,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: anonymization #: view:ir.model.fields.anonymize.wizard:anonymization.view_ir_model_fields_anonymize_wizard_form @@ -177,7 +177,7 @@ msgstr "Fájl elérési útvonal" #: field:ir.model.fields.anonymization.migration.fix,id:0 #: field:ir.model.fields.anonymize.wizard,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,file_import:0 @@ -200,7 +200,7 @@ msgstr "" #: field:ir.model.fields.anonymization.migration.fix,write_uid:0 #: field:ir.model.fields.anonymize.wizard,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: anonymization #: field:ir.model.fields.anonymization,write_date:0 @@ -208,7 +208,7 @@ msgstr "" #: field:ir.model.fields.anonymization.migration.fix,write_date:0 #: field:ir.model.fields.anonymize.wizard,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: anonymization #: view:ir.model.fields.anonymization.history:anonymization.view_ir_model_fields_anonymization_history_form diff --git a/addons/anonymization/i18n/it.po b/addons/anonymization/i18n/it.po index 56a5bb34196..ab7beba30a0 100644 --- a/addons/anonymization/i18n/it.po +++ b/addons/anonymization/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 07:25+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymization_history_tree @@ -92,7 +92,7 @@ msgstr "In chiaro" #: field:ir.model.fields.anonymization.migration.fix,create_uid:0 #: field:ir.model.fields.anonymize.wizard,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: anonymization #: field:ir.model.fields.anonymization,create_date:0 @@ -100,7 +100,7 @@ msgstr "" #: field:ir.model.fields.anonymization.migration.fix,create_date:0 #: field:ir.model.fields.anonymize.wizard,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: anonymization #: view:ir.model.fields.anonymize.wizard:anonymization.view_ir_model_fields_anonymize_wizard_form @@ -177,7 +177,7 @@ msgstr "Percorso file" #: field:ir.model.fields.anonymization.migration.fix,id:0 #: field:ir.model.fields.anonymize.wizard,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,file_import:0 @@ -200,7 +200,7 @@ msgstr "" #: field:ir.model.fields.anonymization.migration.fix,write_uid:0 #: field:ir.model.fields.anonymize.wizard,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: anonymization #: field:ir.model.fields.anonymization,write_date:0 @@ -208,7 +208,7 @@ msgstr "" #: field:ir.model.fields.anonymization.migration.fix,write_date:0 #: field:ir.model.fields.anonymize.wizard,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: anonymization #: view:ir.model.fields.anonymization.history:anonymization.view_ir_model_fields_anonymization_history_form diff --git a/addons/auth_ldap/i18n/hu.po b/addons/auth_ldap/i18n/hu.po index fe8e8fedcf4..928011038ec 100644 --- a/addons/auth_ldap/i18n/hu.po +++ b/addons/auth_ldap/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 09:56+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_ldap #: help:res.company.ldap,create_user:0 @@ -44,17 +44,17 @@ msgstr "Felhasználó létrehozása" #. module: auth_ldap #: field:res.company.ldap,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: auth_ldap #: field:res.company.ldap,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: auth_ldap #: field:res.company.ldap,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: auth_ldap #: view:res.company:auth_ldap.company_form_view @@ -101,12 +101,12 @@ msgstr "LDAP jelszó" #. module: auth_ldap #: field:res.company.ldap,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: auth_ldap #: field:res.company.ldap,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: auth_ldap #: view:res.company.ldap:auth_ldap.view_ldap_installer_form diff --git a/addons/auth_ldap/i18n/it.po b/addons/auth_ldap/i18n/it.po index 3764e7ef57f..1c0496e2332 100644 --- a/addons/auth_ldap/i18n/it.po +++ b/addons/auth_ldap/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 07:25+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_ldap #: help:res.company.ldap,create_user:0 @@ -44,17 +44,17 @@ msgstr "Crea utente" #. module: auth_ldap #: field:res.company.ldap,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: auth_ldap #: field:res.company.ldap,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: auth_ldap #: field:res.company.ldap,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: auth_ldap #: view:res.company:auth_ldap.company_form_view @@ -101,12 +101,12 @@ msgstr "Password LDAP" #. module: auth_ldap #: field:res.company.ldap,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: auth_ldap #: field:res.company.ldap,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: auth_ldap #: view:res.company.ldap:auth_ldap.view_ldap_installer_form diff --git a/addons/auth_oauth/i18n/hu.po b/addons/auth_oauth/i18n/hu.po index 50d918ba183..337190d4907 100644 --- a/addons/auth_oauth/i18n/hu.po +++ b/addons/auth_oauth/i18n/hu.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 08:58+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_oauth #: code:addons/auth_oauth/controllers/main.py:99 #, python-format msgid "Access Denied" -msgstr "" +msgstr "A hozzáférés megtagadva" #. module: auth_oauth #: field:base.config.settings,auth_oauth_facebook_enabled:0 @@ -63,12 +63,12 @@ msgstr "Ügyfál ID azonosító" #. module: auth_oauth #: field:auth.oauth.provider,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: auth_oauth #: field:auth.oauth.provider,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: auth_oauth #: field:auth.oauth.provider,data_endpoint:0 @@ -78,17 +78,17 @@ msgstr "Adat URL elérési út" #. module: auth_oauth #: field:auth.oauth.provider,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: auth_oauth #: field:auth.oauth.provider,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: auth_oauth #: field:auth.oauth.provider,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: auth_oauth #: field:res.users,oauth_access_token:0 @@ -123,7 +123,7 @@ msgstr "OAuth2 szolgáltató" #. module: auth_oauth #: view:res.users:auth_oauth.view_users_form msgid "Oauth" -msgstr "" +msgstr "Társszerző" #. module: auth_oauth #: help:res.users,oauth_uid:0 @@ -149,7 +149,7 @@ msgstr "Hatáskör" #: code:addons/auth_oauth/controllers/main.py:97 #, python-format msgid "Sign up is not allowed on this database." -msgstr "" +msgstr "A feliratkozás nem megengedett erre az adatbázisra." #. module: auth_oauth #: model:ir.model,name:auth_oauth.model_res_users @@ -169,12 +169,15 @@ msgid "" "Please ask for an invitation and be sure to follow the link in your " "invitation email." msgstr "" +"Nincs elérési jogosultsága ehhez az adatbázishoz vagy a meghívója lejárt. " +"Kérjen meghívót és győződjön meg róla, hogy az e-mail-ben elküldött " +"hivatkozást használja." #. module: auth_oauth #: view:auth.oauth.provider:auth_oauth.view_oauth_provider_form #: view:auth.oauth.provider:auth_oauth.view_oauth_provider_list msgid "arch" -msgstr "" +msgstr "vezető" #. module: auth_oauth #: field:auth.oauth.provider,sequence:0 diff --git a/addons/auth_oauth/i18n/it.po b/addons/auth_oauth/i18n/it.po index 6a9b3a387f9..efb88401ec8 100644 --- a/addons/auth_oauth/i18n/it.po +++ b/addons/auth_oauth/i18n/it.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 12:10+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_oauth #: code:addons/auth_oauth/controllers/main.py:99 #, python-format msgid "Access Denied" -msgstr "" +msgstr "Accesso Negato" #. module: auth_oauth #: field:base.config.settings,auth_oauth_facebook_enabled:0 @@ -31,12 +31,12 @@ msgstr "Permetti agli utenti di autenticarsi tramite Facebook" #. module: auth_oauth #: field:base.config.settings,auth_oauth_google_enabled:0 msgid "Allow users to sign in with Google" -msgstr "" +msgstr "Consenti agli utenti di autenticarsi con Google" #. module: auth_oauth #: field:auth.oauth.provider,enabled:0 msgid "Allowed" -msgstr "" +msgstr "Consentito" #. module: auth_oauth #: field:auth.oauth.provider,auth_endpoint:0 @@ -58,37 +58,37 @@ msgstr "Classe CSS" #: field:base.config.settings,auth_oauth_facebook_client_id:0 #: field:base.config.settings,auth_oauth_google_client_id:0 msgid "Client ID" -msgstr "" +msgstr "ID Cliente" #. module: auth_oauth #: field:auth.oauth.provider,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: auth_oauth #: field:auth.oauth.provider,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: auth_oauth #: field:auth.oauth.provider,data_endpoint:0 msgid "Data URL" -msgstr "" +msgstr "URL dati" #. module: auth_oauth #: field:auth.oauth.provider,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: auth_oauth #: field:auth.oauth.provider,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: auth_oauth #: field:auth.oauth.provider,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: auth_oauth #: field:res.users,oauth_access_token:0 @@ -108,7 +108,7 @@ msgstr "Fornitore di OAuth" #. module: auth_oauth #: sql_constraint:res.users:0 msgid "OAuth UID must be unique per provider" -msgstr "" +msgstr "Lo UID OAuth deve essere unico per provider" #. module: auth_oauth #: field:res.users,oauth_uid:0 @@ -123,33 +123,33 @@ msgstr "Fornitore di OAuth2" #. module: auth_oauth #: view:res.users:auth_oauth.view_users_form msgid "Oauth" -msgstr "" +msgstr "Oauth" #. module: auth_oauth #: help:res.users,oauth_uid:0 msgid "Oauth Provider user_id" -msgstr "" +msgstr "user_id Provider Oauth" #. module: auth_oauth #: field:auth.oauth.provider,name:0 msgid "Provider name" -msgstr "" +msgstr "Nome provider" #. module: auth_oauth #: model:ir.actions.act_window,name:auth_oauth.action_oauth_provider msgid "Providers" -msgstr "" +msgstr "Provider" #. module: auth_oauth #: field:auth.oauth.provider,scope:0 msgid "Scope" -msgstr "" +msgstr "Ambito" #. module: auth_oauth #: code:addons/auth_oauth/controllers/main.py:97 #, python-format msgid "Sign up is not allowed on this database." -msgstr "" +msgstr "L'accesso non è permesso su questo database" #. module: auth_oauth #: model:ir.model,name:auth_oauth.model_res_users @@ -169,12 +169,15 @@ msgid "" "Please ask for an invitation and be sure to follow the link in your " "invitation email." msgstr "" +"Non avete l'accesso a questo database oppure l'invito è scaduto. Prego " +"chiedere un ulteriore invito e verificate di seguire correttamente il " +"collegamento presente all'interno della mail." #. module: auth_oauth #: view:auth.oauth.provider:auth_oauth.view_oauth_provider_form #: view:auth.oauth.provider:auth_oauth.view_oauth_provider_list msgid "arch" -msgstr "" +msgstr "arch" #. module: auth_oauth #: field:auth.oauth.provider,sequence:0 diff --git a/addons/auth_signup/i18n/ar.po b/addons/auth_signup/i18n/ar.po index c1a5cda02d6..9035afde7ef 100644 --- a/addons/auth_signup/i18n/ar.po +++ b/addons/auth_signup/i18n/ar.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/cs.po b/addons/auth_signup/i18n/cs.po index f6592b9c82a..05c2efdf13e 100644 --- a/addons/auth_signup/i18n/cs.po +++ b/addons/auth_signup/i18n/cs.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/de.po b/addons/auth_signup/i18n/de.po index 1cf9c08a653..e154f7847d6 100644 --- a/addons/auth_signup/i18n/de.po +++ b/addons/auth_signup/i18n/de.po @@ -7,26 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 12:05+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 12:48+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "${object.company_id.name} Einladung zur Verbindung mit Odoo" - #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -54,21 +51,22 @@ msgid "" " \n" " " msgstr "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" -" Sie wurden bereits zu \"${object.company_id.name}\" " -"eingeladen, um einen Zugriff auf die Odoo\n" -" Dokumente freizugeben.\n" +" Sie wurden von \"${object.company_id.name}\" " +"eingeladen, um auf Ihre Belege in Odoo zuzugreifen.\n" "

\n" "

\n" -" Zur Akzeptanz der Einladung klicken Sie auf den " -"folgenden Link::\n" +" Zur Annahme der Einladung klicken Sie auf den " +"folgenden Link:\n" "

\n" " \n" "

\n" " Vielen Dank,\n" @@ -85,6 +83,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -93,14 +92,20 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" -"

Für das mit dieser E-Mail verknüpfte Odoo Zugangskonto wurde ein Passwort " -"Reset angefragt.

\n" "\n" -"

Sie können das Passwort durch einen Klickauf diesen Linkneu definieren.

\n" +"

Eine Passwortänderung wurde für das mit dieser E-Mail verbundene Odoo " +"Konto beantragt.

\n" "\n" -"

Hinweis: Falls Sie dies alles nicht möchten, können Sie diese E-Mail " -"problemlos ignorieren.

" +"

Sie können Ihr Passwort durch einen Klickschnell ändern .

\n" +"\n" +"

Hinweis: Ignorieren Sie diese E-Mail, wenn Sie keine E-Mail zur " +"Passwortänderung erwarten.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} Einladung zur Verbindung mit Odoo" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view diff --git a/addons/auth_signup/i18n/en_GB.po b/addons/auth_signup/i18n/en_GB.po index 863e0cd37a8..230d5b7020c 100644 --- a/addons/auth_signup/i18n/en_GB.po +++ b/addons/auth_signup/i18n/en_GB.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/es.po b/addons/auth_signup/i18n/es.po index 7d3cacdf2fb..7daf5ae44d1 100644 --- a/addons/auth_signup/i18n/es.po +++ b/addons/auth_signup/i18n/es.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 19:48+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 20:39+0000\n" +"Last-Translator: Roberto Lizana (trey.es) \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "Invitación de ${object.company_id.name} para conectar a Odoo" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,35 +50,39 @@ msgid "" " \n" " " msgstr "" -"

\n" -"${object.name},\n" -"

\n" -"

\n" -"Ha sido invitado a conectar al sistema de \"${object.company_id.name}\" para " -"obtener acceso a sus documentos en Odoo.\n" -"

\n" -"

\n" -"Para aceptar la invitación, pulse en el siguiente enlace:\n" -"

\n" -"\n" -"

\n" -"Gracias.\n" -"

\n" -"
\n"
+"\n"
+"                \n"
+"                    

\n" +" ${object.name},\n" +"

\n" +"

\n" +" Le han invitado conectarse a " +"\"${object.company_id.name}\" para tener acceso a sus documentos en Odoo.\n" +"

\n" +"

\n" +" Para aceptar la invitación haga clic en el siguiente " +"enlace:\n" +"

\n" +" \n" +"

\n" +" Gracias,\n" +"

\n" +"
\n"
 "--\n"
 "${object.company_id.name or ''}\n"
 "${object.company_id.email or ''}\n"
 "${object.company_id.phone or ''}\n"
-"
\n" +"
\n" " \n" " " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -90,13 +91,19 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" -"

Se requiere una contraseña para la cuenta de Odoo enlazada a este correo " -"electrónico.

\n" "\n" -"

Debería cambiar su contraseña pulsando Se solicitó restablecer la contraseña para la cuenta de Odoo vinculada a " +"este correo electrónico.

\n" +"\n" +"

Puede cambiar su contraseña siguiendo este enlace.

\n" "\n" -"

Nota: Si no esperaba este mensaje, puede ignorarla tranquilamente.

" +"

Aviso: Si no espera este mensaje puede ignorarlo.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "Invitación de ${object.company_id.name} para conectar a Odoo" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view diff --git a/addons/auth_signup/i18n/es_AR.po b/addons/auth_signup/i18n/es_AR.po index 8003a7b1ef3..4a328644751 100644 --- a/addons/auth_signup/i18n/es_AR.po +++ b/addons/auth_signup/i18n/es_AR.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/es_CO.po b/addons/auth_signup/i18n/es_CO.po index 70e659e6551..eda09a598bf 100644 --- a/addons/auth_signup/i18n/es_CO.po +++ b/addons/auth_signup/i18n/es_CO.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Colombia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/fr.po b/addons/auth_signup/i18n/fr.po index 351169b2803..419cc8e915d 100644 --- a/addons/auth_signup/i18n/fr.po +++ b/addons/auth_signup/i18n/fr.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/hr.po b/addons/auth_signup/i18n/hr.po index 184de65294f..0054991d33c 100644 --- a/addons/auth_signup/i18n/hr.po +++ b/addons/auth_signup/i18n/hr.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/hu.po b/addons/auth_signup/i18n/hu.po index db9a701b459..b0ed8441099 100644 --- a/addons/auth_signup/i18n/hu.po +++ b/addons/auth_signup/i18n/hu.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-05 08:56+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,10 +50,40 @@ msgid "" " \n" " " msgstr "" +"\n" +" \n" +"

\n" +" ${object.name},\n" +"

\n" +"

\n" +" Meghívást kapott egy tartalomhoz a " +"\"${object.company_id.name}\" adataiban, hogy hozzáférhessen az Odoo " +"rendszeren belüli dokumentumaihoz.\n" +"

\n" +"

\n" +" A meghívás elfogadásához, kattintson a következő " +"hivatkozásra:\n" +"

\n" +" \n" +"

\n" +" Köszönjük,\n" +"

\n" +"
\n"
+"--\n"
+"${object.company_id.name or ''}\n"
+"${object.company_id.email or ''}\n"
+"${object.company_id.phone or ''}\n"
+"                    
\n" +" \n" +" " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -65,6 +92,20 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +"\n" +"

Egy jelszó visszaállítás szükséges az email-ben elküldött Odoo rendszer " +"fiókhoz.

\n" +"\n" +"

Megváltoztathatja a jelszavát erre a hivatkozásra kattintva .

\n" +"\n" +"

Megjegyzés: Ha ez az üzenet váratlanul érte, biztonsággal figyelmen kívül " +"hagyhatja ezt az email-t.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} meghívás az Odoo rendszer tartalmához" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view @@ -101,7 +142,7 @@ msgstr "Egy meghívás e-mail-t küldtünk a következő feliratkozási linkkel: #: code:addons/auth_signup/controllers/main.py:125 #, python-format msgid "Authentification Failed." -msgstr "" +msgstr "A hitelesítés sikertelen." #. module: auth_signup #: view:website:auth_signup.reset_password @@ -124,7 +165,7 @@ msgstr "Jelszó megerõsítése" #: code:addons/auth_signup/controllers/main.py:80 #, python-format msgid "Could not reset your password" -msgstr "" +msgstr "Nem lehetett visszaállítani a jelszaát" #. module: auth_signup #: field:base.config.settings,auth_signup_reset_password:0 @@ -155,7 +196,7 @@ msgstr "Partner" #. module: auth_signup #: view:website:auth_signup.fields msgid "Password" -msgstr "" +msgstr "Jelszó" #. module: auth_signup #: model:email.template,subject:auth_signup.reset_password_email @@ -175,12 +216,12 @@ msgstr "Jelszó visszaállítása" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send Reset Password Instructions" -msgstr "" +msgstr "Jelszó visszaállítási utasítások elküldése" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send an Invitation Email" -msgstr "" +msgstr "Egy meghívó email küldése" #. module: auth_signup #: view:website:auth_signup.signup @@ -239,14 +280,14 @@ msgstr "Felhasználók" #: view:website:auth_signup.fields #: view:website:auth_signup.reset_password msgid "Your Email" -msgstr "" +msgstr "Az Ön emailje" #. module: auth_signup #: view:website:auth_signup.fields msgid "Your Name" -msgstr "" +msgstr "At Ön neve" #. module: auth_signup #: view:website:auth_signup.fields msgid "e.g. John Doe" -msgstr "" +msgstr "pl. Gipsz Jakab" diff --git a/addons/auth_signup/i18n/it.po b/addons/auth_signup/i18n/it.po index 28ce3db8174..d621d3336bc 100644 --- a/addons/auth_signup/i18n/it.po +++ b/addons/auth_signup/i18n/it.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 19:55+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,10 +50,38 @@ msgid "" " \n" " " msgstr "" +"\n" +" \n" +"

\n" +"${object.name},\n" +"

\n" +"

\n" +"Siete stato invitato a collegarvi a \"${object.company_id.name}\" per avere " +"accesso ai vostri documenti in ODOO.\n" +"

\n" +"

\n" +"Per accettare l'invito cliccare sul link qui di seguito:\n" +"

\n" +"\n" +"

\n" +"Grazie,\n" +"

\n" +"
\n"
+"--\n"
+"${object.company_id.name or ''}\n"
+"${object.company_id.email or ''}\n"
+"${object.company_id.phone or ''}\n"
+"
\n" +" \n" +" " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -65,6 +90,20 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +"\n" +"

E' stato richiesto di resettare la password per l'account ODOO collegato " +"a questa mail.

\n" +"\n" +"

Potrete cambiare la vostra password seguendo questo link.

\n" +"\n" +"

Nota: Se non non avete fatto richiesta potete, in tutta sicurezza, " +"ignorare questa mail.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} invito a connettersi a ODOO" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view @@ -104,7 +143,7 @@ msgstr "" #: code:addons/auth_signup/controllers/main.py:125 #, python-format msgid "Authentification Failed." -msgstr "" +msgstr "Autenticazione fallita" #. module: auth_signup #: view:website:auth_signup.reset_password @@ -127,7 +166,7 @@ msgstr "Conferma la password" #: code:addons/auth_signup/controllers/main.py:80 #, python-format msgid "Could not reset your password" -msgstr "" +msgstr "Non è possibile resettare la password" #. module: auth_signup #: field:base.config.settings,auth_signup_reset_password:0 @@ -158,7 +197,7 @@ msgstr "Partner" #. module: auth_signup #: view:website:auth_signup.fields msgid "Password" -msgstr "" +msgstr "Password" #. module: auth_signup #: model:email.template,subject:auth_signup.reset_password_email @@ -178,12 +217,12 @@ msgstr "Reimposta password" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send Reset Password Instructions" -msgstr "" +msgstr "Istruzioni da inviare per reset password" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send an Invitation Email" -msgstr "" +msgstr "Inviare una e-mail di invito" #. module: auth_signup #: view:website:auth_signup.signup @@ -244,14 +283,14 @@ msgstr "Utenti" #: view:website:auth_signup.fields #: view:website:auth_signup.reset_password msgid "Your Email" -msgstr "" +msgstr "La vostra e-mail" #. module: auth_signup #: view:website:auth_signup.fields msgid "Your Name" -msgstr "" +msgstr "Il vostro nome" #. module: auth_signup #: view:website:auth_signup.fields msgid "e.g. John Doe" -msgstr "" +msgstr "es.: John Doe" diff --git a/addons/auth_signup/i18n/ja.po b/addons/auth_signup/i18n/ja.po index bdf52fab12f..8ba928835fe 100644 --- a/addons/auth_signup/i18n/ja.po +++ b/addons/auth_signup/i18n/ja.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" @@ -93,7 +96,7 @@ msgstr "" #: view:res.users:auth_signup.res_users_form_view msgid "" "An invitation email containing the following subscription link has been sent:" -msgstr "" +msgstr "次のサブスクリプションリンクを含む招待Eメールが送信されました:" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:125 @@ -111,12 +114,12 @@ msgstr "" #: code:addons/auth_signup/res_users.py:295 #, python-format msgid "Cannot send email: user has no email address." -msgstr "" +msgstr "Eメールが送信できません: ユーザにEメールアドレスが設定されていません。" #. module: auth_signup #: view:website:auth_signup.fields msgid "Confirm Password" -msgstr "" +msgstr "パスワードを確認" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:80 @@ -168,7 +171,7 @@ msgstr "" #. module: auth_signup #: view:website:auth_signup.reset_password msgid "Reset password" -msgstr "" +msgstr "パスワードをリセット" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view @@ -229,7 +232,7 @@ msgstr "" #. module: auth_signup #: model:ir.model,name:auth_signup.model_res_users msgid "Users" -msgstr "" +msgstr "ユーザ" #. module: auth_signup #: view:website:auth_signup.fields diff --git a/addons/auth_signup/i18n/ko.po b/addons/auth_signup/i18n/ko.po index c1328616502..1514d087e86 100644 --- a/addons/auth_signup/i18n/ko.po +++ b/addons/auth_signup/i18n/ko.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-02 08:56+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:28+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "${object.company_id.name} Odoo에 연결하기 위한 초청장" - #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,36 +50,11 @@ msgid "" " \n" " " msgstr "" -"

\n" -" ${object.name},\n" -"

\n" -"

\n" -" Odoo에서 문서에 접근하기 위해 \"${object.company_id.name}\"에 " -"연결하도록 초청됐습니다.\n" -"

\n" -"

\n" -" 초청을 수락하려면, 다음 링크를 클릭하세요:\n" -"

\n" -" \n" -"

\n" -" 고맙습니다,\n" -"

\n" -"
\n"
-"--\n"
-"${object.company_id.name or ''}\n"
-"${object.company_id.email or ''}\n"
-"${object.company_id.phone or ''}\n"
-"                    
\n" -" \n" -" " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -91,11 +63,11 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" -"

이 이메일에 연결된 Odoo 계정에 대한 암호 초기화가 요청됐습니다.

\n" -"\n" -"

이 링크를 방문하여 암호를 초기화할 수 있습니다.

\n" -"\n" -"

참고: 이것을 예상치 않았을 경우, 이 이메일을 안심하고 무시해도 됩니다.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} Odoo에 연결하기 위한 초청장" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view @@ -277,3 +249,74 @@ msgstr "이름" #: view:website:auth_signup.fields msgid "e.g. John Doe" msgstr "예시: 홍길동" + +#~ msgid "" +#~ "

A password reset was requested for the Odoo account linked to this " +#~ "email.

\n" +#~ "\n" +#~ "

You may change your password by following this link.

\n" +#~ "\n" +#~ "

Note: If you do not expect this, you can safely ignore this email.

" +#~ msgstr "" +#~ "

이 이메일에 연결된 Odoo 계정에 대한 암호 초기화가 요청됐습니다.

\n" +#~ "\n" +#~ "

이 링크를 방문하여 암호를 초기화할 수 있습니다.

\n" +#~ "\n" +#~ "

참고: 이것을 예상치 않았을 경우, 이 이메일을 안심하고 무시해도 됩니다.

" + +#~ msgid "" +#~ "

\n" +#~ " ${object.name},\n" +#~ "

\n" +#~ "

\n" +#~ " You have been invited to connect to " +#~ "\"${object.company_id.name}\" in order to get access to your documents in " +#~ "Odoo.\n" +#~ "

\n" +#~ "

\n" +#~ " To accept the invitation, click on the following " +#~ "link:\n" +#~ "

\n" +#~ " \n" +#~ "

\n" +#~ " Thanks,\n" +#~ "

\n" +#~ "
\n"
+#~ "--\n"
+#~ "${object.company_id.name or ''}\n"
+#~ "${object.company_id.email or ''}\n"
+#~ "${object.company_id.phone or ''}\n"
+#~ "                    
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " ${object.name},\n" +#~ "

\n" +#~ "

\n" +#~ " Odoo에서 문서에 접근하기 위해 \"${object.company_id.name}\"에 " +#~ "연결하도록 초청됐습니다.\n" +#~ "

\n" +#~ "

\n" +#~ " 초청을 수락하려면, 다음 링크를 클릭하세요:\n" +#~ "

\n" +#~ " \n" +#~ "

\n" +#~ " 고맙습니다,\n" +#~ "

\n" +#~ "
\n"
+#~ "--\n"
+#~ "${object.company_id.name or ''}\n"
+#~ "${object.company_id.email or ''}\n"
+#~ "${object.company_id.phone or ''}\n"
+#~ "                    
\n" +#~ " \n" +#~ " " diff --git a/addons/auth_signup/i18n/lt.po b/addons/auth_signup/i18n/lt.po index 5ed5fd53e8d..686a5a75d81 100644 --- a/addons/auth_signup/i18n/lt.po +++ b/addons/auth_signup/i18n/lt.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/mk.po b/addons/auth_signup/i18n/mk.po index 52f0b92fa0a..578f54d0a4a 100644 --- a/addons/auth_signup/i18n/mk.po +++ b/addons/auth_signup/i18n/mk.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/mn.po b/addons/auth_signup/i18n/mn.po index 3089031b32d..2ab7fddc161 100644 --- a/addons/auth_signup/i18n/mn.po +++ b/addons/auth_signup/i18n/mn.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/nb.po b/addons/auth_signup/i18n/nb.po index 9ff6ab6aa29..8a507e426e7 100644 --- a/addons/auth_signup/i18n/nb.po +++ b/addons/auth_signup/i18n/nb.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/nl.po b/addons/auth_signup/i18n/nl.po index 92d45bfbe3f..d0897619bad 100644 --- a/addons/auth_signup/i18n/nl.po +++ b/addons/auth_signup/i18n/nl.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-15 17:07+0000\n" -"Last-Translator: Mario Gielissen (Openworx) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:18+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "${object.company_id.name} uitnodiging om te verbinden met Odoo" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,20 +50,22 @@ msgid "" " \n" " " msgstr "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" -" U bent uitgenodigd om lid te worden van " -"\"${object.company_id.name}\" voor toegang tot uw documenten in Odoo.\n" +" U bent uitgenodigd door " +"\"${object.company_id.name}\", waar u uw documenten kunt bekijken in Odoo.\n" "

\n" "

\n" -" Om deze uitnodiging te accepteren, klik op de " -"volgende link:\n" +" Om de uitnodiging te accepteren, volg de " +"onderstaande link:\n" "

\n" "
\n" "

\n" " Bedankt,\n" @@ -76,13 +75,14 @@ msgstr "" "${object.company_id.name or ''}\n" "${object.company_id.email or ''}\n" "${object.company_id.phone or ''}\n" -" \n" +" \n" " \n" " " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -91,13 +91,20 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" -"

Een wachtwoord reset is aangevraagd voor het Odoo account welke gekoppeld " -"is aan deze e-mail.

\n" "\n" -"

U kunt uw wachtwoord wijzigen door deze " +"

Een wachtwoord reset is aangevraagd voor een Odoo gebruiker gekoppeld aan " +"dit e-mail adres.

\n" +"\n" +"

U kunt u wachtwoord wijzigen door deze " "link te volgen.

\n" "\n" -"

Opmerking: Indien u dit niet wilt, dan kunt u deze e-mail negeren.

" +"

Opmerking: Indien u deze mail niet had verwacht, dan kunt u deze veilig " +"negeren.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} uitnodiging om te verbinden met Odoo" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view diff --git a/addons/auth_signup/i18n/pl.po b/addons/auth_signup/i18n/pl.po index 5ca39f51d03..0bce11438a0 100644 --- a/addons/auth_signup/i18n/pl.po +++ b/addons/auth_signup/i18n/pl.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-12 11:29+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 08:38+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-13 08:45+0000\n" +"X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "${object.company_id.name} zaproszenie do połącznia za pomocą Odoo" - #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,35 +50,11 @@ msgid "" " \n" " " msgstr "" -"

\n" -"${object.name},\n" -"

\n" -"

\n" -"Otrzymujesz zaproszenie do połączenia z \"${object.company_id.name}\" w celu " -"uzyskania dostępu do swoich dokumentów w systemie Odoo.\n" -"

\n" -"

\n" -"W celu akceptacji zaproszenia, kliknij na poniższy link:\n" -"

\n" -"\n" -"

\n" -"Dziękujemy,\n" -"

\n" -"
\n"
-"--\n"
-"${object.company_id.name or ''}\n"
-"${object.company_id.email or ''}\n"
-"${object.company_id.phone or ''}\n"
-"
\n" -" \n" -" " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -90,13 +63,11 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" -"

Zażądano resetu hasła na koncie systemu Odoo powiązanym z tym adresem " -"email.

\n" -"\n" -"

Możesz zmienić swoje hasło poprzez ten " -"link.

\n" -"\n" -"

Uwaga: Jeśli nie spodziewasz się tej wiadomości, zignoruj ten email.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} zaproszenie do połącznia za pomocą Odoo" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view @@ -210,12 +181,12 @@ msgstr "Wyczyść hasło" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send Reset Password Instructions" -msgstr "Wysłano instrukcję resetu hasła" +msgstr "Wyślij instrukcję resetu hasła" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send an Invitation Email" -msgstr "Wysłano powitalny Email" +msgstr "Wyślij powitalny Email" #. module: auth_signup #: view:website:auth_signup.signup diff --git a/addons/auth_signup/i18n/pt.po b/addons/auth_signup/i18n/pt.po index d5046effe4b..f36766fef52 100644 --- a/addons/auth_signup/i18n/pt.po +++ b/addons/auth_signup/i18n/pt.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/pt_BR.po b/addons/auth_signup/i18n/pt_BR.po index 0c0cb13ae9c..ca62d0963bc 100644 --- a/addons/auth_signup/i18n/pt_BR.po +++ b/addons/auth_signup/i18n/pt_BR.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-08 20:19+0000\n" "Last-Translator: Rafael Reuber \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-09 08:11+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "${object.company_id.name} convite para conectar-se ao Odoo" - #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -53,35 +50,11 @@ msgid "" " \n" " " msgstr "" -"

\n" -" ${object.name},\n" -"

\n" -"

\n" -" Você foi convidado para se conectar à " -"\"${object.company_id.name}\" para acessar seus documentos no Odoo.\n" -"

\n" -"

\n" -" Para aceitar o convite, clique no link a seguir:\n" -"

\n" -" \n" -"

\n" -" Obrigado,\n" -"

\n" -"
\n"
-"--\n"
-"${object.company_id.name or ''}\n"
-"${object.company_id.email or ''}\n"
-"${object.company_id.phone or ''}\n"
-"                    
\n" -" \n" -" " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -90,14 +63,11 @@ msgid "" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" -"

Foi solicitado a alteração de senha na conta Odoo vinculada a este " -"email.

\n" -"\n" -"

Você pode alterar a senha nesse " -"link.

\n" -"\n" -"

Observação: Se você não esperava por isso, você pode ignorar este " -"email.

" + +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "${object.company_id.name} convite para conectar-se ao Odoo" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view @@ -284,3 +254,76 @@ msgstr "Seu Nome" #: view:website:auth_signup.fields msgid "e.g. John Doe" msgstr "Ex. João da Silva" + +#~ msgid "" +#~ "

A password reset was requested for the Odoo account linked to this " +#~ "email.

\n" +#~ "\n" +#~ "

You may change your password by following this link.

\n" +#~ "\n" +#~ "

Note: If you do not expect this, you can safely ignore this email.

" +#~ msgstr "" +#~ "

Foi solicitado a alteração de senha na conta Odoo vinculada a este " +#~ "email.

\n" +#~ "\n" +#~ "

Você pode alterar a senha nesse " +#~ "link.

\n" +#~ "\n" +#~ "

Observação: Se você não esperava por isso, você pode ignorar este " +#~ "email.

" + +#~ msgid "" +#~ "

\n" +#~ " ${object.name},\n" +#~ "

\n" +#~ "

\n" +#~ " You have been invited to connect to " +#~ "\"${object.company_id.name}\" in order to get access to your documents in " +#~ "Odoo.\n" +#~ "

\n" +#~ "

\n" +#~ " To accept the invitation, click on the following " +#~ "link:\n" +#~ "

\n" +#~ " \n" +#~ "

\n" +#~ " Thanks,\n" +#~ "

\n" +#~ "
\n"
+#~ "--\n"
+#~ "${object.company_id.name or ''}\n"
+#~ "${object.company_id.email or ''}\n"
+#~ "${object.company_id.phone or ''}\n"
+#~ "                    
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "

\n" +#~ " ${object.name},\n" +#~ "

\n" +#~ "

\n" +#~ " Você foi convidado para se conectar à " +#~ "\"${object.company_id.name}\" para acessar seus documentos no Odoo.\n" +#~ "

\n" +#~ "

\n" +#~ " Para aceitar o convite, clique no link a seguir:\n" +#~ "

\n" +#~ " \n" +#~ "

\n" +#~ " Obrigado,\n" +#~ "

\n" +#~ "
\n"
+#~ "--\n"
+#~ "${object.company_id.name or ''}\n"
+#~ "${object.company_id.email or ''}\n"
+#~ "${object.company_id.phone or ''}\n"
+#~ "                    
\n" +#~ " \n" +#~ " " diff --git a/addons/auth_signup/i18n/ro.po b/addons/auth_signup/i18n/ro.po index 49be9f691dc..3cb1a689bf6 100644 --- a/addons/auth_signup/i18n/ro.po +++ b/addons/auth_signup/i18n/ro.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/ru.po b/addons/auth_signup/i18n/ru.po index 01a890376fb..f7395cdfd69 100644 --- a/addons/auth_signup/i18n/ru.po +++ b/addons/auth_signup/i18n/ru.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/sl.po b/addons/auth_signup/i18n/sl.po index f84c21e86ce..651a2fc3dcb 100644 --- a/addons/auth_signup/i18n/sl.po +++ b/addons/auth_signup/i18n/sl.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/sv.po b/addons/auth_signup/i18n/sv.po index 848b8c8d325..c2c8b8c184c 100644 --- a/addons/auth_signup/i18n/sv.po +++ b/addons/auth_signup/i18n/sv.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/tr.po b/addons/auth_signup/i18n/tr.po index 50f708a413d..ef4ee333949 100644 --- a/addons/auth_signup/i18n/tr.po +++ b/addons/auth_signup/i18n/tr.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/vi.po b/addons/auth_signup/i18n/vi.po index 28577744e72..f248ba0b7ce 100644 --- a/addons/auth_signup/i18n/vi.po +++ b/addons/auth_signup/i18n/vi.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/zh_CN.po b/addons/auth_signup/i18n/zh_CN.po index 0ab3530b23f..aaf1e7b2828 100644 --- a/addons/auth_signup/i18n/zh_CN.po +++ b/addons/auth_signup/i18n/zh_CN.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/auth_signup/i18n/zh_TW.po b/addons/auth_signup/i18n/zh_TW.po index 4af80ea5415..8cdcb92bb57 100644 --- a/addons/auth_signup/i18n/zh_TW.po +++ b/addons/auth_signup/i18n/zh_TW.po @@ -7,25 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: auth_signup -#: model:email.template,subject:auth_signup.set_password_email -msgid "${object.company_id.name} invitation to connect on Odoo" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" -"

\n" +"\n" +" \n" +"

\n" " ${object.name},\n" "

\n" "

\n" @@ -57,6 +54,7 @@ msgstr "" #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" +"\n" "

A password reset was requested for the Odoo account linked to this " "email.

\n" "\n" @@ -66,6 +64,11 @@ msgid "" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "" +#. module: auth_signup +#: model:email.template,subject:auth_signup.set_password_email +msgid "${object.company_id.name} invitation to connect on Odoo" +msgstr "" + #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" diff --git a/addons/base_action_rule/i18n/hu.po b/addons/base_action_rule/i18n/hu.po index 2ed5c1a2fdc..d5fc592c96d 100644 --- a/addons/base_action_rule/i18n/hu.po +++ b/addons/base_action_rule/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 09:39+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_action_rule #: model:ir.actions.act_window,help:base_action_rule.base_action_rule_act @@ -83,7 +83,7 @@ msgstr "Automatizált műveletek" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "Based on Timed Condition" -msgstr "" +msgstr "Időzített feltételek alapján" #. module: base_action_rule #: field:base.action.rule,filter_pre_id:0 @@ -114,12 +114,12 @@ msgstr "Dátum létrehozása" #: field:base.action.rule,create_uid:0 #: field:base.action.rule.lead.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: base_action_rule #: field:base.action.rule.lead.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -180,6 +180,9 @@ msgid "" "the \"Search\" view (Example of filter based on Leads/Opportunities: " "Creation Date \"is equal to\" 01/01/2012)" msgstr "" +"Menjen az \"Idevonatkozó dokumentum modell\" oldalra és álítsa b a szűrő " +"paramétereket a \"Keresés\" nézetben (Például az Érdeklődések/Lehetőségek " +"alapján keresés: Létrehozás dátuma \"egyenlő ezzel\" 01/01/2012)" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -190,7 +193,7 @@ msgstr "Órák" #: field:base.action.rule,id:0 #: field:base.action.rule.lead.test,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: base_action_rule #: help:base.action.rule,filter_id:0 @@ -198,6 +201,8 @@ msgid "" "If present, this condition must be satisfied before executing the action " "rule." msgstr "" +"Ha fellelhető, akkor ennek a feltételnek teljesülnie kell a műveleti szabály " +"végrehajtása előtt." #. module: base_action_rule #: help:base.action.rule,filter_pre_id:0 @@ -214,7 +219,7 @@ msgstr "Folyamatban" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form msgid "In order to create a new filter:" -msgstr "" +msgstr "Egy új szűrő létrhozása céljából:" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form @@ -223,6 +228,9 @@ msgid "" "the name (Ex: Create the 01/01/2012) and add the option \"Share with all " "users\"" msgstr "" +"Ugyanebben a \"Keresés\" nézetben, válassza ki a \"Mentse a jelenlegi " +"szűrőt\" menüt, írja be a nevet (Pl.: Hozza létre 01/01/2012) és adja hozzá " +"a \"Ossza meg az összes felhasználóval\" feltételt" #. module: base_action_rule #: field:base.action.rule.lead.test,date_action_last:0 @@ -238,13 +246,13 @@ msgstr "Utolsó futás" #: field:base.action.rule,write_uid:0 #: field:base.action.rule.lead.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: base_action_rule #: field:base.action.rule,write_date:0 #: field:base.action.rule.lead.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -269,17 +277,17 @@ msgstr "Új" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Creation" -msgstr "" +msgstr "Létrehozásnál" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Creation & Update" -msgstr "" +msgstr "Létrehozásnál & Frissítéskor" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Update" -msgstr "" +msgstr "Frissítéskor" #. module: base_action_rule #: field:base.action.rule.lead.test,partner_id:0 @@ -311,6 +319,8 @@ msgstr "Előírás neve" msgid "" "Select when the action must be run, and add filters and/or timing conditions." msgstr "" +"Válassza, ha a műveletet el kell végezni, és adjon szűrőtket hozzá és/vagy " +"időzítési feltételeket." #. module: base_action_rule #: field:base.action.rule,sequence:0 @@ -356,7 +366,7 @@ msgstr "Indítás dátuma" #. module: base_action_rule #: field:base.action.rule,trg_date_calendar_id:0 msgid "Use Calendar" -msgstr "" +msgstr "Használja a naptárat" #. module: base_action_rule #: help:base.action.rule,trg_date_calendar_id:0 @@ -364,6 +374,8 @@ msgid "" "When calculating a day-based timed condition, it is possible to use a " "calendar to compute the date based on working days." msgstr "" +"Ha egy nap-alapú időzített feltételt számol, akkor lehetősége van naptárat " +"használni a munkanapokon alapuló dátum kiszámításhoz." #. module: base_action_rule #: help:base.action.rule,trg_date_id:0 @@ -377,7 +389,7 @@ msgstr "" #. module: base_action_rule #: field:base.action.rule,kind:0 msgid "When to Run" -msgstr "" +msgstr "Mikor futassa" #. module: base_action_rule #: help:base.action.rule,active:0 diff --git a/addons/base_action_rule/i18n/it.po b/addons/base_action_rule/i18n/it.po index fc4e11d3cf1..78af3d88bac 100644 --- a/addons/base_action_rule/i18n/it.po +++ b/addons/base_action_rule/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 20:48+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_action_rule #: model:ir.actions.act_window,help:base_action_rule.base_action_rule_act @@ -33,6 +33,16 @@ msgid "" "

\n" " " msgstr "" +"

\n" +"Cliccare per impostare una nuova regola per un'azione automatica.\n" +"

\n" +"Utilzzare azioni automatiche per fare scattare automaticamente azioni per\n" +"varie situazioni. Esempio: una lead è creata da un'utente specifico deve \n" +"automaticamente impostare uno specifico team di vendita o una\n" +"opportunità che si trova in stato pendente dopo 14 giorni deve\n" +"fare scattare una mail di promemoria automatica.\n" +"

\n" +" " #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form @@ -59,7 +69,7 @@ msgstr "Attivo" #. module: base_action_rule #: field:base.action.rule,act_followers:0 msgid "Add Followers" -msgstr "" +msgstr "Aggiungi Followers" #. module: base_action_rule #: model:ir.actions.act_window,name:base_action_rule.base_action_rule_act @@ -70,22 +80,22 @@ msgstr "Azioni automatiche" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "Based on Timed Condition" -msgstr "" +msgstr "Basato su condizione temporale" #. module: base_action_rule #: field:base.action.rule,filter_pre_id:0 msgid "Before Update Filter" -msgstr "" +msgstr "Prima di aggiornare il filtro" #. module: base_action_rule #: selection:base.action.rule.lead.test,state:0 msgid "Cancelled" -msgstr "" +msgstr "Annullato" #. module: base_action_rule #: selection:base.action.rule.lead.test,state:0 msgid "Closed" -msgstr "" +msgstr "Chiuso" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form @@ -101,12 +111,12 @@ msgstr "Data di creazione" #: field:base.action.rule,create_uid:0 #: field:base.action.rule.lead.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_action_rule #: field:base.action.rule.lead.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -125,6 +135,9 @@ msgid "" "delay before thetrigger date, like sending a reminder 15 minutes before a " "meeting." msgstr "" +"Ritardo dopo la data di esecuzione. Potete anche mettere un numero negativo " +"se necessitate di avere una data di esecuzione antecedente l'evento, come " +"inviare promemoria 15 minuti prima dell'incontro." #. module: base_action_rule #: field:base.action.rule,trg_date_range:0 @@ -139,7 +152,7 @@ msgstr "Tipo Ritardo" #. module: base_action_rule #: help:base.action.rule,server_action_ids:0 msgid "Examples: email reminders, call object service, etc." -msgstr "" +msgstr "Esempio: promemoria e-mail, chiamata servizi, ecc." #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form @@ -164,6 +177,9 @@ msgid "" "the \"Search\" view (Example of filter based on Leads/Opportunities: " "Creation Date \"is equal to\" 01/01/2012)" msgstr "" +"Vai alla pagina 'Modello documento relativo' e imposta i parametri dei " +"filtri nella vista \"Ricerca\" (Esempio di filtro basato su Lead / " +"Opportunità: Data creazione \"è uguale a\" 01/01/2012)" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -174,7 +190,7 @@ msgstr "Ore" #: field:base.action.rule,id:0 #: field:base.action.rule.lead.test,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_action_rule #: help:base.action.rule,filter_id:0 @@ -182,22 +198,26 @@ msgid "" "If present, this condition must be satisfied before executing the action " "rule." msgstr "" +"Se presente, questa condizione deve essere soddisfatta prima dell'esecuzione " +"della regola." #. module: base_action_rule #: help:base.action.rule,filter_pre_id:0 msgid "" "If present, this condition must be satisfied before the update of the record." msgstr "" +"Se presente, questa condizione deve essere soddisfatta prima " +"dell'aggiornamento del record." #. module: base_action_rule #: selection:base.action.rule.lead.test,state:0 msgid "In Progress" -msgstr "" +msgstr "In corso" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form msgid "In order to create a new filter:" -msgstr "" +msgstr "Per create un nuovo filtro:" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form @@ -206,11 +226,14 @@ msgid "" "the name (Ex: Create the 01/01/2012) and add the option \"Share with all " "users\"" msgstr "" +"Nella stessa vista \"Ricerca\", seleziona il menù \"Salva filtro corrente\", " +"inserisci il nome (Es.: Creata il 01/01/2012) e aggiungi le opzioni " +"\"Condividi con tutti gli utenti\"" #. module: base_action_rule #: field:base.action.rule.lead.test,date_action_last:0 msgid "Last Action" -msgstr "" +msgstr "Ultima azione" #. module: base_action_rule #: field:base.action.rule,last_run:0 @@ -221,13 +244,13 @@ msgstr "Ultima Esecuzione" #: field:base.action.rule,write_uid:0 #: field:base.action.rule.lead.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: base_action_rule #: field:base.action.rule,write_date:0 #: field:base.action.rule.lead.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -247,22 +270,22 @@ msgstr "Mesi" #. module: base_action_rule #: selection:base.action.rule.lead.test,state:0 msgid "New" -msgstr "" +msgstr "Nuovo" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Creation" -msgstr "" +msgstr "Su creazione" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Creation & Update" -msgstr "" +msgstr "Su creazione e aggiornamento" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Update" -msgstr "" +msgstr "All'aggiornamento" #. module: base_action_rule #: field:base.action.rule.lead.test,partner_id:0 @@ -272,7 +295,7 @@ msgstr "Partner" #. module: base_action_rule #: selection:base.action.rule.lead.test,state:0 msgid "Pending" -msgstr "" +msgstr "In sospeso" #. module: base_action_rule #: field:base.action.rule,model_id:0 @@ -294,6 +317,8 @@ msgstr "Nome della Regola" msgid "" "Select when the action must be run, and add filters and/or timing conditions." msgstr "" +"Seleziona quanto l'azione deve essere eseguita e aggiundi i filtro e/o le " +"condizioni temporali." #. module: base_action_rule #: field:base.action.rule,sequence:0 @@ -309,12 +334,12 @@ msgstr "Azioni Server" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form msgid "Server actions to run" -msgstr "" +msgstr "Azione server da eseguire" #. module: base_action_rule #: field:base.action.rule,act_user_id:0 msgid "Set Responsible" -msgstr "" +msgstr "Imposta il responsabile" #. module: base_action_rule #: field:base.action.rule.lead.test,state:0 @@ -324,12 +349,12 @@ msgstr "Stato" #. module: base_action_rule #: field:base.action.rule.lead.test,name:0 msgid "Subject" -msgstr "" +msgstr "Oggetto" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form msgid "The filter must therefore be available in this page." -msgstr "" +msgstr "I filtri devono quindi essere disponibili in questa pagina" #. module: base_action_rule #: field:base.action.rule,trg_date_id:0 @@ -339,7 +364,7 @@ msgstr "Data Programmata" #. module: base_action_rule #: field:base.action.rule,trg_date_calendar_id:0 msgid "Use Calendar" -msgstr "" +msgstr "Utilizza calendario" #. module: base_action_rule #: help:base.action.rule,trg_date_calendar_id:0 @@ -347,6 +372,9 @@ msgid "" "When calculating a day-based timed condition, it is possible to use a " "calendar to compute the date based on working days." msgstr "" +"Quando si calcola una condizione temporale bassata sul giorno è possibile " +"utilizzare un calendario per calcolare la data basandosi sui giorni " +"lavorativi" #. module: base_action_rule #: help:base.action.rule,trg_date_id:0 @@ -354,13 +382,15 @@ msgid "" "When should the condition be triggered. If present, will be checked by the " "scheduler. If empty, will be checked at creation and update." msgstr "" +"Quando dovrebbe scattare una condizione. Se presente verrà spuntata dallo " +"schedulatore. Se vuota verrà spuntata alla creazione o all'aggiornamento" #. module: base_action_rule #: field:base.action.rule,kind:0 msgid "When to Run" -msgstr "" +msgstr "Quando essere eseguito" #. module: base_action_rule #: help:base.action.rule,active:0 msgid "When unchecked, the rule is hidden and will not be executed." -msgstr "" +msgstr "Quando non è spuntato la regola sarà nascosta e non verrà eseguita" diff --git a/addons/base_action_rule/i18n/tr.po b/addons/base_action_rule/i18n/tr.po index 7963dda2475..dd9d1807deb 100644 --- a/addons/base_action_rule/i18n/tr.po +++ b/addons/base_action_rule/i18n/tr.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-07 09:24+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_action_rule #: model:ir.actions.act_window,help:base_action_rule.base_action_rule_act @@ -84,7 +84,7 @@ msgstr "Otomatik Eylemler" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "Based on Timed Condition" -msgstr "" +msgstr "Zamanlı Koşula Dayalı" #. module: base_action_rule #: field:base.action.rule,filter_pre_id:0 @@ -115,12 +115,12 @@ msgstr "Tarih Oluştur" #: field:base.action.rule,create_uid:0 #: field:base.action.rule.lead.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: base_action_rule #: field:base.action.rule.lead.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturma" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -190,7 +190,7 @@ msgstr "Saatler" #: field:base.action.rule,id:0 #: field:base.action.rule.lead.test,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_action_rule #: help:base.action.rule,filter_id:0 @@ -213,7 +213,7 @@ msgstr "Sürüyor" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form msgid "In order to create a new filter:" -msgstr "" +msgstr "Yeni bir süzgeç oluşturmak için:" #. module: base_action_rule #: view:base.action.rule:base_action_rule.view_base_action_rule_form @@ -237,13 +237,13 @@ msgstr "Son Çalıştırma" #: field:base.action.rule,write_uid:0 #: field:base.action.rule.lead.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Son Güncelleyen" #. module: base_action_rule #: field:base.action.rule,write_date:0 #: field:base.action.rule.lead.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: base_action_rule #: selection:base.action.rule,trg_date_range_type:0 @@ -268,17 +268,17 @@ msgstr "Yeni" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Creation" -msgstr "" +msgstr "Oluşturma" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Creation & Update" -msgstr "" +msgstr "oluşturma & Gğncelleme" #. module: base_action_rule #: selection:base.action.rule,kind:0 msgid "On Update" -msgstr "" +msgstr "Güncelleme" #. module: base_action_rule #: field:base.action.rule.lead.test,partner_id:0 @@ -355,7 +355,7 @@ msgstr "Tetikleme Tarihi" #. module: base_action_rule #: field:base.action.rule,trg_date_calendar_id:0 msgid "Use Calendar" -msgstr "" +msgstr "Takvim kullan" #. module: base_action_rule #: help:base.action.rule,trg_date_calendar_id:0 @@ -376,7 +376,7 @@ msgstr "" #. module: base_action_rule #: field:base.action.rule,kind:0 msgid "When to Run" -msgstr "" +msgstr "çalıştırma Zamanı" #. module: base_action_rule #: help:base.action.rule,active:0 diff --git a/addons/base_gengo/i18n/ar.po b/addons/base_gengo/i18n/ar.po index 150993bb936..20a0d4d1602 100644 --- a/addons/base_gengo/i18n/ar.po +++ b/addons/base_gengo/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/bs.po b/addons/base_gengo/i18n/bs.po index 6bc0afe1d7d..e8d0469d6e6 100644 --- a/addons/base_gengo/i18n/bs.po +++ b/addons/base_gengo/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gerška u autentifikaciji Gengo" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Nivo Gengo prevodilačkog servisa" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -142,7 +142,7 @@ msgstr "" "prijavu pod `Postavke > Kompanije > Gengo parametri`." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -239,7 +239,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -252,7 +252,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Ovaj jezik nije podržan od strane Gengo prevodilačkog servisa." @@ -278,8 +278,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/cs.po b/addons/base_gengo/i18n/cs.po index c148bc2033d..ae42bff09b7 100644 --- a/addons/base_gengo/i18n/cs.po +++ b/addons/base_gengo/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/da.po b/addons/base_gengo/i18n/da.po index 47ea4215a69..417e5e4b757 100644 --- a/addons/base_gengo/i18n/da.po +++ b/addons/base_gengo/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Gengo Oversættelses service niveau" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -142,7 +142,7 @@ msgstr "" "godkendelses oplysninger under 'Opsætning > Firmaer > Gengo opsætning'." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -239,7 +239,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -252,7 +252,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Dette sprog er ikke supporteret af Gengo oversættelses service." @@ -278,8 +278,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/de.po b/addons/base_gengo/i18n/de.po index 96e8750f35a..d10b5946b7a 100644 --- a/addons/base_gengo/i18n/de.po +++ b/addons/base_gengo/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-15 14:48+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:34+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base_gengo @@ -88,7 +88,7 @@ msgstr "Erstellt am" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo Authentifizierungsfehler" @@ -134,7 +134,7 @@ msgid "Gengo Translation Service Level" msgstr "Gengo-Übersetzungsservice" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -145,7 +145,7 @@ msgstr "" "an unter" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -247,7 +247,7 @@ msgid "Sync Type" msgstr "Synchronisationstyp" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -263,7 +263,7 @@ msgstr "" "Dieser Kommentar wird automatisch bei jeder Anfrage an Gengo mitgesendet" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Diese Sprache wird vom Gengo-Übersetzungsservice nicht unterstützt." @@ -289,8 +289,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Warnung" diff --git a/addons/base_gengo/i18n/es.po b/addons/base_gengo/i18n/es.po index 8c641f7c325..e02bceeabba 100644 --- a/addons/base_gengo/i18n/es.po +++ b/addons/base_gengo/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 19:34+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -88,7 +88,7 @@ msgstr "Creado en" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo Error de autenticación" @@ -134,7 +134,7 @@ msgid "Gengo Translation Service Level" msgstr "Nivel de servicio de traducción Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -144,7 +144,7 @@ msgstr "" "autentificación bajo `Configuracion > Compañías > Parámetros Gengo`." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -246,7 +246,7 @@ msgid "Sync Type" msgstr "Tipo de sincronización" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -263,7 +263,7 @@ msgstr "" "enviadas a Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -290,8 +290,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/addons/base_gengo/i18n/es_AR.po b/addons/base_gengo/i18n/es_AR.po index ec604430f94..f28ee55f3ae 100644 --- a/addons/base_gengo/i18n/es_AR.po +++ b/addons/base_gengo/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Error de autenticación Gengo" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Nivel de Servicio de Traducción Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -143,7 +143,7 @@ msgstr "" "Parámetros Gengo`." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -245,7 +245,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -260,7 +260,7 @@ msgstr "" "enviadas a Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -287,8 +287,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Alerta" diff --git a/addons/base_gengo/i18n/fr.po b/addons/base_gengo/i18n/fr.po index b1736b8942b..c060b652088 100644 --- a/addons/base_gengo/i18n/fr.po +++ b/addons/base_gengo/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Erreur d'authentification Gengo" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Niveau de service de traduction Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -143,7 +143,7 @@ msgstr "" "Paramètres Gengo\"." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -242,7 +242,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -256,7 +256,7 @@ msgstr "" "Ce commentaire sera automatiquement joint dans chaque requête envoyée à Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Cette langue n'est pas supportée par le service de traduction Gengo." @@ -282,8 +282,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/hr.po b/addons/base_gengo/i18n/hr.po index 41ea1a7206d..1a4c01c411e 100644 --- a/addons/base_gengo/i18n/hr.po +++ b/addons/base_gengo/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo autorizacjska greška" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Nivo usluge Gengo prijevoda" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -142,7 +142,7 @@ msgstr "" "autorizacijske podatke pod 'Postavke> Organizacije> Gengo postavke'." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -244,7 +244,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -258,7 +258,7 @@ msgstr "" "Ovaj komentar će automatski biti uključen u svaki zahtjev poslan u Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Ovaj jezik nije podržan od GENGO prevoditeljskih servera" @@ -284,8 +284,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Upozoranje" diff --git a/addons/base_gengo/i18n/hu.po b/addons/base_gengo/i18n/hu.po index 91e190c7309..a8bdf46341e 100644 --- a/addons/base_gengo/i18n/hu.po +++ b/addons/base_gengo/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-05 09:47+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -40,7 +40,7 @@ msgstr "Fordítás automatikus jóváhagyása?" #. module: base_gengo #: selection:base.gengo.translations,sync_type:0 msgid "Both" -msgstr "" +msgstr "Mindkettő" #. module: base_gengo #: view:base.gengo.translations:base_gengo.base_gengo_translation_wizard_from @@ -53,6 +53,8 @@ msgid "" "Check this box if you're using the sandbox mode of Gengo, mainly used for " "testing purpose." msgstr "" +"Jelölje a négyzetet ha a Gengo virtuális homokozó módját használja, főként " +"tesztelés cáljából használják." #. module: base_gengo #: field:res.company,gengo_comment:0 @@ -77,16 +79,16 @@ msgstr "Vállalatok" #. module: base_gengo #: field:base.gengo.translations,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: base_gengo #: field:base.gengo.translations,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo aonosítási hiba" @@ -99,7 +101,7 @@ msgstr "Gengo Hozzászólások & Aktivitás..." #. module: base_gengo #: field:ir.translation,order_id:0 msgid "Gengo Order ID" -msgstr "" +msgstr "Gengo Megrendelés azonosító ID" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -132,7 +134,7 @@ msgid "Gengo Translation Service Level" msgstr "Gengo fordítási szolgáltatási szint" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -143,7 +145,7 @@ msgstr "" "alatt." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -161,7 +163,7 @@ msgstr "Gengo: Fordítás kézi igénylése" #. module: base_gengo #: field:base.gengo.translations,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: base_gengo #: help:res.company,gengo_auto_approve:0 @@ -176,17 +178,17 @@ msgstr "Nyelv" #. module: base_gengo #: field:base.gengo.translations,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: base_gengo #: field:base.gengo.translations,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: base_gengo #: field:base.gengo.translations,sync_limit:0 msgid "No. of terms to sync" -msgstr "" +msgstr "Szinkronizálni kívánt időszakok száma" #. module: base_gengo #: view:ir.translation:base_gengo.view_ir_translation_inherit_base_gengo_form @@ -217,12 +219,12 @@ msgstr "Nyilvános kulcs" #. module: base_gengo #: selection:base.gengo.translations,sync_type:0 msgid "Receive Translation" -msgstr "" +msgstr "Fordítás fogadása" #. module: base_gengo #: field:res.company,gengo_sandbox:0 msgid "Sandbox Mode" -msgstr "" +msgstr "Virtuális homokozó mód" #. module: base_gengo #: view:base.gengo.translations:base_gengo.base_gengo_translation_wizard_from @@ -232,7 +234,7 @@ msgstr "Küldés" #. module: base_gengo #: selection:base.gengo.translations,sync_type:0 msgid "Send New Terms" -msgstr "" +msgstr "Új határidők küldése" #. module: base_gengo #: selection:ir.translation,gengo_translation:0 @@ -242,13 +244,15 @@ msgstr "Szabványos" #. module: base_gengo #: field:base.gengo.translations,sync_type:0 msgid "Sync Type" -msgstr "" +msgstr "Típus szinkronizálás" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" +"Szinkronizálási határértéknke 1 és 200 között kell lennie a Gengo fordítási " +"szolgáltatásokban." #. module: base_gengo #: help:res.company,gengo_comment:0 @@ -259,7 +263,7 @@ msgstr "" "Ez a megjegyzés automatikusan le lesz zárva minden egyes Gengo meghíváskor" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Ez a nyelv nincs támogatva a Gengo fordító szolgáltatások által." @@ -285,8 +289,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Figyelmeztetés" diff --git a/addons/base_gengo/i18n/it.po b/addons/base_gengo/i18n/it.po index a62c2f25988..790599f91bc 100644 --- a/addons/base_gengo/i18n/it.po +++ b/addons/base_gengo/i18n/it.po @@ -7,40 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 12:33+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form msgid "Add Gengo login Private Key..." -msgstr "" +msgstr "Aggiungi chiave privata login Gengo" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form msgid "Add Gengo login Public Key..." -msgstr "" +msgstr "Aggiungi chiave pubblica login Gengo" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form msgid "Add your comments here for translator...." -msgstr "" +msgstr "Aggiungi i commenti qui per i traduttori..." #. module: base_gengo #: field:res.company,gengo_auto_approve:0 msgid "Auto Approve Translation ?" -msgstr "" +msgstr "Auto approvazione traduzione?" #. module: base_gengo #: selection:base.gengo.translations,sync_type:0 msgid "Both" -msgstr "" +msgstr "Entrambe" #. module: base_gengo #: view:base.gengo.translations:base_gengo.base_gengo_translation_wizard_from @@ -53,6 +53,8 @@ msgid "" "Check this box if you're using the sandbox mode of Gengo, mainly used for " "testing purpose." msgstr "" +"Spuntare questo box se state utilizzando la modalità sandbox di Gengo, " +"prevalentemente utilizzato per scopi di test." #. module: base_gengo #: field:res.company,gengo_comment:0 @@ -77,34 +79,34 @@ msgstr "Aziende" #. module: base_gengo #: field:base.gengo.translations,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_gengo #: field:base.gengo.translations,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" -msgstr "" +msgstr "Error autenticazione Gengo" #. module: base_gengo #: view:ir.translation:base_gengo.view_ir_translation_inherit_base_gengo_form msgid "Gengo Comments & Activity..." -msgstr "" +msgstr "Commenti e attività Gengo" #. module: base_gengo #: field:ir.translation,order_id:0 msgid "Gengo Order ID" -msgstr "" +msgstr "ID Ordine Gengo" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form msgid "Gengo Parameters" -msgstr "" +msgstr "Parametri Gengo" #. module: base_gengo #: field:res.company,gengo_private_key:0 @@ -119,20 +121,20 @@ msgstr "Chiave pubblica Gengo" #. module: base_gengo #: view:base.gengo.translations:base_gengo.base_gengo_translation_wizard_from msgid "Gengo Request Form" -msgstr "" +msgstr "Form richiesta Gengo" #. module: base_gengo #: view:ir.translation:base_gengo.view_ir_translation_inherit_base_gengo_form msgid "Gengo Translation Service" -msgstr "" +msgstr "Servizio traduzione Gengo" #. module: base_gengo #: field:ir.translation,gengo_translation:0 msgid "Gengo Translation Service Level" -msgstr "" +msgstr "Livello servizio traduzione Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -143,23 +145,25 @@ msgstr "" "Gengo\"." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" "``%s``" msgstr "" +"Connessione Gengo fallita con questo messaggio:\n" +" ''%s''" #. module: base_gengo #: model:ir.actions.act_window,name:base_gengo.action_wizard_base_gengo_translations #: model:ir.ui.menu,name:base_gengo.menu_action_wizard_base_gengo_translations msgid "Gengo: Manual Request of Translation" -msgstr "" +msgstr "Gengo: Richiesta manuale di traduzione" #. module: base_gengo #: field:base.gengo.translations,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_gengo #: help:res.company,gengo_auto_approve:0 @@ -174,17 +178,17 @@ msgstr "Lingua" #. module: base_gengo #: field:base.gengo.translations,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: base_gengo #: field:base.gengo.translations,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: base_gengo #: field:base.gengo.translations,sync_limit:0 msgid "No. of terms to sync" -msgstr "" +msgstr "Num. di termini da sincronizzare" #. module: base_gengo #: view:ir.translation:base_gengo.view_ir_translation_inherit_base_gengo_form @@ -193,6 +197,9 @@ msgid "" "translation has to be approved to be uploaded in this system. You are " "supposed to do that directly by using your Gengo Account" msgstr "" +"Nota: Se lo stato di traduzione è 'In esecuzione', questo significa che la " +"traduzione deve essere approvata o caricata sul sistema. Si suppone venga " +"fatto direttamente utilizzando il vostro account Gengo" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -212,12 +219,12 @@ msgstr "Chiave pubblica" #. module: base_gengo #: selection:base.gengo.translations,sync_type:0 msgid "Receive Translation" -msgstr "" +msgstr "Ricevi traduzione" #. module: base_gengo #: field:res.company,gengo_sandbox:0 msgid "Sandbox Mode" -msgstr "" +msgstr "Modo Sandbox" #. module: base_gengo #: view:base.gengo.translations:base_gengo.base_gengo_translation_wizard_from @@ -227,7 +234,7 @@ msgstr "Invia" #. module: base_gengo #: selection:base.gengo.translations,sync_type:0 msgid "Send New Terms" -msgstr "" +msgstr "Invia nuovi termini" #. module: base_gengo #: selection:ir.translation,gengo_translation:0 @@ -237,13 +244,15 @@ msgstr "Standard" #. module: base_gengo #: field:base.gengo.translations,sync_type:0 msgid "Sync Type" -msgstr "" +msgstr "Tipo sincronizzazione" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" +"Il limite di sincronizzazione dovrebbe essere tra 1 e 200 per il servizio di " +"traduzione Gengo" #. module: base_gengo #: help:res.company,gengo_comment:0 @@ -251,9 +260,11 @@ msgid "" "This comment will be automatically be enclosed in each an every request sent " "to Gengo" msgstr "" +"Questo commento verrà automaticamente incluso in ognuna delle richieste " +"inviate a Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Questa lingua non è supportata dai servizi di traduzione Gengo" @@ -279,8 +290,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Attenzione" diff --git a/addons/base_gengo/i18n/mk.po b/addons/base_gengo/i18n/mk.po index 6c69f5aaeed..23180a65cf2 100644 --- a/addons/base_gengo/i18n/mk.po +++ b/addons/base_gengo/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Грешка Gengo автентикација" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -143,7 +143,7 @@ msgstr "" "Parameters`." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -245,7 +245,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -258,7 +258,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Овој јазик не е поддржан од Gengo сервисот за преведување" @@ -284,8 +284,8 @@ msgid "Ultra" msgstr "Ултра" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Внимание" diff --git a/addons/base_gengo/i18n/mn.po b/addons/base_gengo/i18n/mn.po index fb3962e105e..3fd67a9e0df 100644 --- a/addons/base_gengo/i18n/mn.po +++ b/addons/base_gengo/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "Хэт" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/nb.po b/addons/base_gengo/i18n/nb.po index 2e6aae81e30..26eeee7295f 100644 --- a/addons/base_gengo/i18n/nb.po +++ b/addons/base_gengo/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Gengo Oversettelse tjeneste nivå." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Dette språket er ikke støttet av Gengo oversettings tjenester." @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "Ultra." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Advarsel." diff --git a/addons/base_gengo/i18n/nl.po b/addons/base_gengo/i18n/nl.po index 3ba210f14c4..bbe38c8ca82 100644 --- a/addons/base_gengo/i18n/nl.po +++ b/addons/base_gengo/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-21 10:36+0000\n" "Last-Translator: Yenthe - Bapps.be \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:21+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -88,7 +88,7 @@ msgstr "Aangemaakt op" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo authenticatie Fout" @@ -134,7 +134,7 @@ msgid "Gengo Translation Service Level" msgstr "Gengo vertalingsservice niveau" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -144,7 +144,7 @@ msgstr "" "onder 'Instellingen > Bedrijven > Gengo Gegevens'/" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -246,7 +246,7 @@ msgid "Sync Type" msgstr "Synchronisatie type" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -263,7 +263,7 @@ msgstr "" "Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Deze taal wordt (nog) niet ondersteund door Gengo vertaal services." @@ -289,8 +289,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Waarschuwing" diff --git a/addons/base_gengo/i18n/pl.po b/addons/base_gengo/i18n/pl.po index 8904b89f59c..97ebc9c7097 100644 --- a/addons/base_gengo/i18n/pl.po +++ b/addons/base_gengo/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 15:33+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "Data utworzenia" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Błąd uwierzytelnienia Gengo" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Poziom usług tłumaczeń Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -142,7 +142,7 @@ msgstr "" "uwierzytelnienia Gengo pod 'Ustawienia > Firmy > Parametry Gengo'." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -244,7 +244,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -259,7 +259,7 @@ msgstr "" "wysłanym do Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Ten język nie jest wspierany przez usługi tłumaczeń Gengo." @@ -285,8 +285,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Ostrzeżenie" diff --git a/addons/base_gengo/i18n/pt.po b/addons/base_gengo/i18n/pt.po index e51ef97f6d9..31fd4fef17f 100644 --- a/addons/base_gengo/i18n/pt.po +++ b/addons/base_gengo/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -239,7 +239,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -252,7 +252,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -278,8 +278,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/addons/base_gengo/i18n/pt_BR.po b/addons/base_gengo/i18n/pt_BR.po index e3028216b11..721f064051d 100644 --- a/addons/base_gengo/i18n/pt_BR.po +++ b/addons/base_gengo/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-30 03:03+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -87,7 +87,7 @@ msgstr "Criado em" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Erro de autenticação Gengo" @@ -133,7 +133,7 @@ msgid "Gengo Translation Service Level" msgstr "Nível de serviço de tradução Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -144,7 +144,7 @@ msgstr "" "Gengo'." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -246,7 +246,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -261,7 +261,7 @@ msgstr "" "para Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Este idioma não é suportado pelos serviços de tradução do Gengo" @@ -287,8 +287,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Atenção" diff --git a/addons/base_gengo/i18n/ro.po b/addons/base_gengo/i18n/ro.po index ca8899b21c1..bd1324b7513 100644 --- a/addons/base_gengo/i18n/ro.po +++ b/addons/base_gengo/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Eroare de Autentificare Gengo" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Nivelul Serviciului de Traduceri Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -142,7 +142,7 @@ msgstr "" "autentificare Gengo in `Setari > Companii > Parametri Gengo`." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -244,7 +244,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -258,7 +258,7 @@ msgstr "" "Acest comentariu va fi inclus automat in fiecare cerere trimisa catre Gengo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Aceasta limba nu este acceptata de serviciile de traducere Gengo." @@ -284,8 +284,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Avertisment" diff --git a/addons/base_gengo/i18n/sl.po b/addons/base_gengo/i18n/sl.po index 0ce835d4a5e..7c08dc8caef 100644 --- a/addons/base_gengo/i18n/sl.po +++ b/addons/base_gengo/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo napaka avtorizacije" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Genko - nivo" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "Parameter" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "Ta komentar bo dodan vsakemu zahtevku" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Ta jezik ni podprt" @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "Ultra" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Opozorilo" diff --git a/addons/base_gengo/i18n/sv.po b/addons/base_gengo/i18n/sv.po index a046ab1f1a6..f6495c83f2a 100644 --- a/addons/base_gengo/i18n/sv.po +++ b/addons/base_gengo/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/th.po b/addons/base_gengo/i18n/th.po index 77c0a5a7a2d..68e5edd63d8 100644 --- a/addons/base_gengo/i18n/th.po +++ b/addons/base_gengo/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "" @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_gengo/i18n/tr.po b/addons/base_gengo/i18n/tr.po index 5edf5f3c141..21dc51628ab 100644 --- a/addons/base_gengo/i18n/tr.po +++ b/addons/base_gengo/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Genge Çeviri Hizmet Düzeyi" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -237,7 +237,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Bu dil Gengo tercüme servisi tarafından desteklenmiyor." @@ -276,8 +276,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "Uyarı" diff --git a/addons/base_gengo/i18n/zh_CN.po b/addons/base_gengo/i18n/zh_CN.po index ce208204ff9..19a32d91698 100644 --- a/addons/base_gengo/i18n/zh_CN.po +++ b/addons/base_gengo/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_gengo #: view:res.company:base_gengo.view_company_inherit_base_gengo_form @@ -86,7 +86,7 @@ msgstr "" #. module: base_gengo #: code:addons/base_gengo/ir_translation.py:76 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:101 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:102 #, python-format msgid "Gengo Authentication Error" msgstr "Gengo授权错误" @@ -132,7 +132,7 @@ msgid "Gengo Translation Service Level" msgstr "Gengo 翻译服务级别" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:79 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:80 #, python-format msgid "" "Gengo `Public Key` or `Private Key` are missing. Enter your Gengo " @@ -140,7 +140,7 @@ msgid "" msgstr "缺少Gengo `公共密匙` 或 `私人密匙`. 在 `设置> 公司 > Gengo参数`中输入Gengo授权参数." #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:90 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:91 #, python-format msgid "" "Gengo connection failed with this message:\n" @@ -239,7 +239,7 @@ msgid "Sync Type" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Sync limit should between 1 to 200 for Gengo translation services." msgstr "" @@ -252,7 +252,7 @@ msgid "" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 #, python-format msgid "This language is not supported by the Gengo translation services." msgstr "Gengo 翻译服务不支持这种语言." @@ -278,8 +278,8 @@ msgid "Ultra" msgstr "" #. module: base_gengo -#: code:addons/base_gengo/wizard/base_gengo_translations.py:106 -#: code:addons/base_gengo/wizard/base_gengo_translations.py:111 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:107 +#: code:addons/base_gengo/wizard/base_gengo_translations.py:112 #, python-format msgid "Warning" msgstr "" diff --git a/addons/base_geolocalize/i18n/hu.po b/addons/base_geolocalize/i18n/hu.po new file mode 100644 index 00000000000..d5e954cbaea --- /dev/null +++ b/addons/base_geolocalize/i18n/hu.po @@ -0,0 +1,64 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-10-05 09:41+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: base_geolocalize +#: code:addons/base_geolocalize/models/res_partner.py:41 +#, python-format +msgid "" +"Cannot contact geolocation servers. Please make sure that your internet " +"connection is up and running (%s)." +msgstr "" +"Nem tud a geo szerverhez kapcsolódni. Győződjön meg róla, hogy az internet " +"kapcsolat csatlakoztatva van és működik (%s)." + +#. module: base_geolocalize +#: field:res.partner,partner_latitude:0 +msgid "Geo Latitude" +msgstr "Földrajzi szélesség" + +#. module: base_geolocalize +#: view:res.partner:base_geolocalize.view_crm_partner_geo_form +msgid "Geo Localization" +msgstr "Földrajzi fekvés" + +#. module: base_geolocalize +#: field:res.partner,date_localization:0 +msgid "Geo Localization Date" +msgstr "Földrajzi helymeghatározás dátuma" + +#. module: base_geolocalize +#: view:res.partner:base_geolocalize.view_crm_partner_geo_form +msgid "Geo Localize" +msgstr "Földrajzi fekvés meghatározása" + +#. module: base_geolocalize +#: field:res.partner,partner_longitude:0 +msgid "Geo Longitude" +msgstr "Földrajzi hosszúság" + +#. module: base_geolocalize +#: code:addons/base_geolocalize/models/res_partner.py:40 +#, python-format +msgid "Network error" +msgstr "Hálózati hiba" + +#. module: base_geolocalize +#: model:ir.model,name:base_geolocalize.model_res_partner +msgid "Partner" +msgstr "Partner" diff --git a/addons/base_import/i18n/de.po b/addons/base_import/i18n/de.po index 0c902f1d1a7..0dcff24f116 100644 --- a/addons/base_import/i18n/de.po +++ b/addons/base_import/i18n/de.po @@ -8,14 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 12:12+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"PO-Revision-Date: 2014-10-03 08:58+0000\n" +"Last-Translator: Claudia Haida \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base_import @@ -23,7 +22,7 @@ msgstr "" #: code:addons/base_import/static/src/js/import.js:437 #, python-format msgid "(%d more)" -msgstr "" +msgstr "(%d mehr)" #. module: base_import #. openerp-web @@ -431,7 +430,7 @@ msgstr "Häufig gestellte Fragen" #: code:addons/base_import/static/src/js/import.js:461 #, python-format msgid "Get all possible values" -msgstr "Alle möglichen Werte holen" +msgstr "Alle möglichen Werte bekommen" #. module: base_import #. openerp-web @@ -1273,7 +1272,7 @@ msgstr "XXX/External ID" #: code:addons/base_import/static/src/xml/import.xml:90 #, python-format msgid "XXX/ID" -msgstr "" +msgstr "XXX/ID" #. module: base_import #: code:addons/base_import/models.py:271 @@ -1304,6 +1303,9 @@ msgid "" " import an other record that links to the first\n" " one, use" msgstr "" +"Spalte in Odoo. Wenn Sie\n" +" mit anderen Daten hierauf Bezug nehmen, \n" +" dann benutzen Sie" #. module: base_import #. openerp-web diff --git a/addons/base_import/i18n/hu.po b/addons/base_import/i18n/hu.po index 8b1e3844f28..a9a75c2eaeb 100644 --- a/addons/base_import/i18n/hu.po +++ b/addons/base_import/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-05 21:34+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import #. openerp-web @@ -236,6 +236,9 @@ msgid "" "Country/Database ID: the unique Odoo ID for a \n" " record, defined by the ID postgresql column" msgstr "" +"Ország/Adatbázis azonosító ID: az egyedi Odoo azonosító ID egy \n" +" rekordhoz, a postgresql oszlop azonosító ID által " +"meghatározva" #. module: base_import #. openerp-web @@ -289,7 +292,7 @@ msgstr "Ország: az ország neve vagy kódja" #: field:base_import.tests.models.o2m.child,create_uid:0 #: field:base_import.tests.models.preview,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: base_import #: field:base_import.import,create_date:0 @@ -307,7 +310,7 @@ msgstr "" #: field:base_import.tests.models.o2m.child,create_date:0 #: field:base_import.tests.models.preview,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: base_import #. openerp-web @@ -328,7 +331,7 @@ msgstr "Adatbázis ID azonosító" #: code:addons/base_import/static/src/js/import.js:288 #, python-format msgid "Don't import" -msgstr "" +msgstr "Ne importálja" #. module: base_import #. openerp-web @@ -416,6 +419,10 @@ msgid "" " reference the country of a contact, Odoo proposes \n" " you 3 different fields to import:" msgstr "" +"Például, egy \n" +" ügyfélhez tartozó országra hivatkozás, Odoo rendszer " +" \n" +" javasol 3 különböző mezőt az importálásra:" #. module: base_import #. openerp-web @@ -497,6 +504,8 @@ msgid "" "How to export/import different tables from an SQL \n" " application to Odoo?" msgstr "" +"Hogyna export/import különböző táblákat egy SQL \n" +" alkalmazásból at Odoo rendszerbe?" #. module: base_import #. openerp-web @@ -582,6 +591,11 @@ msgid "" " field corresponding to the column. This makes imports\n" " simpler especially when the file has many columns." msgstr "" +"Ha a fájl tartalmazza\n" +" az olszlop neveket, Odoo rendszer megpróbálhatja " +"autómatikusan észlelni a \n" +" oszlophoz tartozó mezőket. Ez megkönnyíti az importálásokat\n" +" főként ha a fájl sok oszloppal rendelkezik." #. module: base_import #. openerp-web @@ -592,6 +606,9 @@ msgid "" "will set up subscriptions and send notifications " "during the import, but lead to a slower import." msgstr "" +"Ha a modell nyiltüzenőt használ, történet követés " +" be fog állítani feliratkozásokat és értesítéseket küld ki " +" az importálás alatt, ami lasúbb importot eredményez." #. module: base_import #. openerp-web @@ -606,6 +623,15 @@ msgid "" " will set the EMPTY value in the field, instead of \n" " assigning the default value." msgstr "" +"Ha nem állítja be az összes mezőt a CSV fájlban, \n" +" Odoo rendszer hozzárendeli az alapértelmezett " +"értéket az összes meg nem \n" +" határozott mezőhöz. De ha üres \n" +" értékekkel töltötte fel a mezőket a CSV fáljban, " +"Odoo \n" +" rendszer ÜRES értéket ad a mezőhöz, az " +"alapértelmezett\n" +" érték helyett." #. module: base_import #. openerp-web @@ -652,6 +678,19 @@ msgid "" " take care of creating or modifying each record \n" " depending if it's new or not." msgstr "" +"Ha olyan fájlt importál amelyik tartalmazza a \n" +" \"Külső (External) ID\" vagy \"Adatbázis (Database) " +"ID\" oszlopot,\n" +" A már beimportált rekordokat módosítani fogja \n" +" törlés helyett. Ez nagyon hasznos, mert lehetővé " +"teszi \n" +" ugyanannak a CSV fájlnak többszöri importálását, " +"miközben\n" +" kisebb változtatásokat végzett a két importálás " +"közt. Odoo \n" +" rendszer gondoskodik egyes rekordok létrehozásáról " +"vagy\n" +" módosításáról, attól függően, hogy az új vagy sem." #. module: base_import #. openerp-web @@ -763,7 +802,7 @@ msgstr "Ez a következő CSV fájlt fogja létrehozni:" #: field:base_import.tests.models.o2m.child,write_uid:0 #: field:base_import.tests.models.preview,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: base_import #: field:base_import.import,write_date:0 @@ -781,14 +820,14 @@ msgstr "" #: field:base_import.tests.models.o2m.child,write_date:0 #: field:base_import.tests.models.preview,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: base_import #. openerp-web #: code:addons/base_import/static/src/xml/import.xml:55 #, python-format msgid "Map your data to Odoo" -msgstr "" +msgstr "Társítsa adatait az Odoo rendszerhez" #. module: base_import #. openerp-web @@ -843,6 +882,13 @@ msgid "" "\n" " See the following question." msgstr "" +"Figyelje meg, ha a CSV fájl \n" +" tabulátort tartalmaz elválasztóként, az Odoo " +"rendszer nem \n" +" fogja elválasztásokként érzékelni. Meg kell " +"változtatnia a \n" +" fájl formátumot a táblázattkezelő alkalmazásában. \n" +" Lásd a következő kérdést." #. module: base_import #: field:base_import.tests.models.preview,othervalue:0 @@ -919,6 +965,18 @@ msgid "" "\n" " per field you want to import." msgstr "" +"Néhány mező kapcsolatot határoz meg másik \n" +" tárgyra. Plédául, az ügyfél országa " +"hozzákapcsolódik\n" +" az 'Ország' tárgy rekordjához. Ha egy ilyen mezőket\n" +" szeretne importálni, Odoo rendszernek újra létre \n" +" kell hoznia a különböző rekordok közti " +"kapcsolatokat. \n" +" Ilyen mezők importálásához segítségkén az Odoo " +"rendszer 3 \n" +" végrehajtást biztosít. Egyes és kizárólag egyet " +"használhat \n" +" az importálni kívánt mezőnként." #. module: base_import #. openerp-web @@ -1009,6 +1067,13 @@ msgid "" " to the first company). You must first import the \n" " companies and then the persons." msgstr "" +"A két létrehozott fájl készenáll a változtatások nélküli Oddo\n" +" rendszerbe való importálásra. Az importálás \n" +" után ebben a két CSV fájlban, 4 ügyfél és 3 vállalat " +"\n" +" lesz. (a két első ügyfél az első vállalathoz lesz\n" +" rendelveed company). Először a vállalatokat kell \n" +" importálni és utána a személyeket." #. module: base_import #. openerp-web @@ -1029,6 +1094,11 @@ msgid "" "spreadsheet \n" " application." msgstr "" +"Ez a tulajdonság \n" +" lehetővé teszi az Oddo rendszer Import/Export eszköz " +"használatát \n" +" a kedvenc táblázatkezelőjén belül egy rekord köteg \n" +" módosításához." #. module: base_import #. openerp-web @@ -1062,13 +1132,27 @@ msgid "" "\n" " table. (like 'company_1', 'person_1' instead of '1')" msgstr "" +"A tábák közti kapcsolatok kezeléséhez, \n" +" használhatja a \"Külső azonosító ID\" Odoo rendszer " +"lehetőséget. \n" +" A rekord \"Külső azonosító ID\", egy másik " +"alkalmazásban használt, \n" +" a rekordhoz tartozó, egy egyedi azonosító. Ez a " +"\"Külső \n" +" azonosító ID\" egyedi kell legyen a rekordokon " +"keresztül az összes \n" +" objektumokra vonatkozva, ezért jó gyakorlat ennek a " +"\"Külső azonosító \n" +" ID\" cikkszámozása az alkalmazás nevével vagy \n" +" táblázatával. (mint 'vállalat_1', 'személy_1' a sima " +"'1' helyett)" #. module: base_import #. openerp-web #: code:addons/base_import/static/src/xml/import.xml:61 #, python-format msgid "Track history during import" -msgstr "" +msgstr "Nyomonkövetés történet az importálás alatt" #. module: base_import #. openerp-web @@ -1249,6 +1333,9 @@ msgid "" " import an other record that links to the first\n" " one, use" msgstr "" +"oszlop az Odoo rendszerben. Ha \n" +" importál egy másik rekordot, amelyik kapcsolódik az\n" +" elsőhöz, használja" #. module: base_import #. openerp-web diff --git a/addons/base_import/i18n/it.po b/addons/base_import/i18n/it.po index f5d312dfb28..d94e79bbea1 100644 --- a/addons/base_import/i18n/it.po +++ b/addons/base_import/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 12:37+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import #. openerp-web @@ -140,14 +140,14 @@ msgstr "File CSV per Produttore, Rivenditore" #: code:addons/base_import/static/src/xml/import.xml:180 #, python-format msgid "CSV file for Products" -msgstr "" +msgstr "File CSV per prodotti" #. module: base_import #. openerp-web #: code:addons/base_import/static/src/xml/import.xml:179 #, python-format msgid "CSV file for categories" -msgstr "" +msgstr "File CSV per categorie" #. module: base_import #. openerp-web @@ -161,7 +161,7 @@ msgstr "Posso importare più volte lo stesso record?" #: code:addons/base_import/static/src/xml/import.xml:20 #, python-format msgid "Cancel" -msgstr "" +msgstr "Annulla" #. module: base_import #. openerp-web @@ -239,7 +239,7 @@ msgstr "Paese: il nome o il codice del paese" #: field:base_import.tests.models.o2m.child,create_uid:0 #: field:base_import.tests.models.preview,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_import #: field:base_import.import,create_date:0 @@ -257,7 +257,7 @@ msgstr "" #: field:base_import.tests.models.o2m.child,create_date:0 #: field:base_import.tests.models.preview,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: base_import #. openerp-web @@ -278,14 +278,14 @@ msgstr "ID database" #: code:addons/base_import/static/src/js/import.js:288 #, python-format msgid "Don't import" -msgstr "" +msgstr "Non importare" #. module: base_import #. openerp-web #: code:addons/base_import/static/src/js/import.js:77 #, python-format msgid "Encoding:" -msgstr "" +msgstr "Codifica:" #. module: base_import #. openerp-web @@ -302,7 +302,7 @@ msgstr "" #: code:addons/base_import/static/src/xml/import.xml:92 #, python-format msgid "External ID" -msgstr "" +msgstr "ID Esterno" #. module: base_import #. openerp-web @@ -325,7 +325,7 @@ msgstr "ID esterno, Nome, è una azienda" #. module: base_import #: field:base_import.import,file:0 msgid "File" -msgstr "" +msgstr "File" #. module: base_import #. openerp-web @@ -337,7 +337,7 @@ msgstr "" #. module: base_import #: field:base_import.import,file_name:0 msgid "File Name" -msgstr "" +msgstr "Nome file" #. module: base_import #: field:base_import.import,file_type:0 @@ -383,7 +383,7 @@ msgstr "" #: code:addons/base_import/static/src/xml/import.xml:78 #, python-format msgid "Frequently Asked Questions" -msgstr "" +msgstr "Domande frequenti" #. module: base_import #. openerp-web diff --git a/addons/base_import_module/i18n/de.po b/addons/base_import_module/i18n/de.po index 8275073446f..bae127cb5cf 100644 --- a/addons/base_import_module/i18n/de.po +++ b/addons/base_import_module/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 12:18+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-25 06:04+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base_import_module @@ -39,21 +39,21 @@ msgid "Created on" msgstr "Erstellt am" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:29 -#: code:addons/base_import_module/models/ir_module.py:80 -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 #, python-format msgid "Error !" msgstr "Fehler !" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:90 #, python-format msgid "File '%s' exceed maximum allowed file size" msgstr "Die Datei '%s' überschreitet die maximal erlaubte Dateigröße" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:80 +#: code:addons/base_import_module/models/ir_module.py:82 #, python-format msgid "File is not a zip file!" msgstr "Das ist keine ZIP-Datei" @@ -127,18 +127,18 @@ msgstr "Wählen Sie das Modulpaket (zip Datei) für den Import" #. module: base_import_module #: field:base.import.module,state:0 msgid "Status" -msgstr "" +msgstr "Status" #. module: base_import_module #: code:addons/base_import_module/models/ir_module.py:29 #, python-format -msgid "Unmet module dependencies: %s, " -msgstr "" +msgid "Unmet module dependencies: %s" +msgstr "Es gibt abhängige Module: %s" #. module: base_import_module #: selection:base.import.module,state:0 msgid "done" -msgstr "" +msgstr "fertig" #. module: base_import_module #: selection:base.import.module,state:0 diff --git a/addons/base_import_module/i18n/es.po b/addons/base_import_module/i18n/es.po index 5344c56792b..981ef4cfe33 100644 --- a/addons/base_import_module/i18n/es.po +++ b/addons/base_import_module/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 20:56+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 20:41+0000\n" +"Last-Translator: Roberto Lizana (trey.es) \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import_module #: view:base.import.module:base_import_module.view_base_module_import @@ -38,21 +38,21 @@ msgid "Created on" msgstr "Creado en" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:29 -#: code:addons/base_import_module/models/ir_module.py:80 -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 #, python-format msgid "Error !" msgstr "¡Error!" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:90 #, python-format msgid "File '%s' exceed maximum allowed file size" msgstr "El archivo '%s' exced el máximo tamaño de archivo permitido" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:80 +#: code:addons/base_import_module/models/ir_module.py:82 #, python-format msgid "File is not a zip file!" msgstr "¡El archivo no es un archivo zip!" @@ -131,8 +131,8 @@ msgstr "Estado" #. module: base_import_module #: code:addons/base_import_module/models/ir_module.py:29 #, python-format -msgid "Unmet module dependencies: %s, " -msgstr "Dependencias de módulos no conseguidas: %s, " +msgid "Unmet module dependencies: %s" +msgstr "Dependencias no satisfechas del módulo: %s" #. module: base_import_module #: selection:base.import.module,state:0 diff --git a/addons/base_import_module/i18n/hr.po b/addons/base_import_module/i18n/hr.po index 825a399c1cf..794ebc22538 100644 --- a/addons/base_import_module/i18n/hr.po +++ b/addons/base_import_module/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 11:25+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import_module #: view:base.import.module:base_import_module.view_base_module_import @@ -38,21 +38,21 @@ msgid "Created on" msgstr "Vrijeme kreiranja" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:29 -#: code:addons/base_import_module/models/ir_module.py:80 -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 #, python-format msgid "Error !" msgstr "Greška !" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:90 #, python-format msgid "File '%s' exceed maximum allowed file size" msgstr "" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:80 +#: code:addons/base_import_module/models/ir_module.py:82 #, python-format msgid "File is not a zip file!" msgstr "Datoteka nije u zip formatu !" @@ -129,7 +129,7 @@ msgstr "Status" #. module: base_import_module #: code:addons/base_import_module/models/ir_module.py:29 #, python-format -msgid "Unmet module dependencies: %s, " +msgid "Unmet module dependencies: %s" msgstr "" #. module: base_import_module diff --git a/addons/base_import_module/i18n/hu.po b/addons/base_import_module/i18n/hu.po new file mode 100644 index 00000000000..345266d2a8b --- /dev/null +++ b/addons/base_import_module/i18n/hu.po @@ -0,0 +1,145 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-05 22:11+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-06 07:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Cancel" +msgstr "Mégsem" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Close" +msgstr "Bezárás" + +#. module: base_import_module +#: field:base.import.module,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: base_import_module +#: field:base.import.module,create_date:0 +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 +#, python-format +msgid "Error !" +msgstr "Hiba!" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:90 +#, python-format +msgid "File '%s' exceed maximum allowed file size" +msgstr "Fájl '%s' túllépte a megengedett maximális fájlméretet" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:82 +#, python-format +msgid "File is not a zip file!" +msgstr "A fájl nem zip fájl!" + +#. module: base_import_module +#: field:base.import.module,force:0 +msgid "Force init" +msgstr "Eröltetett indítás" + +#. module: base_import_module +#: help:base.import.module,force:0 +msgid "" +"Force init mode even if installed. (will update `noupdate='1'` records)" +msgstr "" +"Eröltetett indítási mód akkor is ha telepítve van. (frissíteni fogja a " +"`noupdate='1'` rekordokat)" + +#. module: base_import_module +#: field:base.import.module,id:0 +msgid "ID" +msgstr "Azonosító ID" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +#: model:ir.actions.act_window,name:base_import_module.action_view_base_module_import +#: model:ir.model,name:base_import_module.model_base_import_module +#: model:ir.ui.menu,name:base_import_module.menu_view_base_module_import +msgid "Import Module" +msgstr "Modul Importálás" + +#. module: base_import_module +#: field:base.import.module,import_message:0 +msgid "Import message" +msgstr "Üzenet importálás" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Import module" +msgstr "Modul importálás" + +#. module: base_import_module +#: field:base.import.module,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: base_import_module +#: field:base.import.module,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve ekkor" + +#. module: base_import_module +#: model:ir.model,name:base_import_module.model_ir_module_module +msgid "Module" +msgstr "Modul" + +#. module: base_import_module +#: field:base.import.module,module_file:0 +msgid "Module .ZIP file" +msgstr "Modul .ZIP fájl" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Open Modules" +msgstr "Modulok megnyitása" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Select module package to import (.zip file):" +msgstr "Válasszon egy importálandó modul csomagot (.zip file):" + +#. module: base_import_module +#: field:base.import.module,state:0 +msgid "Status" +msgstr "Állapot" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:29 +#, python-format +msgid "Unmet module dependencies: %s" +msgstr "Rendszertelen modul függőségek: %s" + +#. module: base_import_module +#: selection:base.import.module,state:0 +msgid "done" +msgstr "kész" + +#. module: base_import_module +#: selection:base.import.module,state:0 +msgid "init" +msgstr "indít" diff --git a/addons/base_import_module/i18n/it.po b/addons/base_import_module/i18n/it.po new file mode 100644 index 00000000000..dc322f2d823 --- /dev/null +++ b/addons/base_import_module/i18n/it.po @@ -0,0 +1,145 @@ +# Italian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 16:49+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Cancel" +msgstr "Annulla" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Close" +msgstr "Chiudi" + +#. module: base_import_module +#: field:base.import.module,create_uid:0 +msgid "Created by" +msgstr "Creato da" + +#. module: base_import_module +#: field:base.import.module,create_date:0 +msgid "Created on" +msgstr "Creato il" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 +#, python-format +msgid "Error !" +msgstr "Errore!" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:90 +#, python-format +msgid "File '%s' exceed maximum allowed file size" +msgstr "Il file '%s' eccese la dimensione massima permessa" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:82 +#, python-format +msgid "File is not a zip file!" +msgstr "Il file non è un file zip!" + +#. module: base_import_module +#: field:base.import.module,force:0 +msgid "Force init" +msgstr "Forza init" + +#. module: base_import_module +#: help:base.import.module,force:0 +msgid "" +"Force init mode even if installed. (will update `noupdate='1'` records)" +msgstr "" +"Forza la modalità init anche se installato. (aggiorna i record marcati come " +"`noupdate='1'`)" + +#. module: base_import_module +#: field:base.import.module,id:0 +msgid "ID" +msgstr "ID" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +#: model:ir.actions.act_window,name:base_import_module.action_view_base_module_import +#: model:ir.model,name:base_import_module.model_base_import_module +#: model:ir.ui.menu,name:base_import_module.menu_view_base_module_import +msgid "Import Module" +msgstr "Importa modulo" + +#. module: base_import_module +#: field:base.import.module,import_message:0 +msgid "Import message" +msgstr "Importa messaggio" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Import module" +msgstr "Importa Modulo" + +#. module: base_import_module +#: field:base.import.module,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima modifica di" + +#. module: base_import_module +#: field:base.import.module,write_date:0 +msgid "Last Updated on" +msgstr "Ultima modifica il" + +#. module: base_import_module +#: model:ir.model,name:base_import_module.model_ir_module_module +msgid "Module" +msgstr "Modulo" + +#. module: base_import_module +#: field:base.import.module,module_file:0 +msgid "Module .ZIP file" +msgstr "File .ZIP del modulo" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Open Modules" +msgstr "Moduli aperti" + +#. module: base_import_module +#: view:base.import.module:base_import_module.view_base_module_import +msgid "Select module package to import (.zip file):" +msgstr "Seleziona il pacchetto per il modulo da importare (.zip file):" + +#. module: base_import_module +#: field:base.import.module,state:0 +msgid "Status" +msgstr "Stato" + +#. module: base_import_module +#: code:addons/base_import_module/models/ir_module.py:29 +#, python-format +msgid "Unmet module dependencies: %s" +msgstr "Dipendenze modulo non riscontrate: %s" + +#. module: base_import_module +#: selection:base.import.module,state:0 +msgid "done" +msgstr "completato" + +#. module: base_import_module +#: selection:base.import.module,state:0 +msgid "init" +msgstr "init" diff --git a/addons/base_import_module/i18n/nl.po b/addons/base_import_module/i18n/nl.po index 41656650ae6..9a8d7dc831e 100644 --- a/addons/base_import_module/i18n/nl.po +++ b/addons/base_import_module/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-22 13:32+0000\n" -"Last-Translator: Yenthe - Bapps.be \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:21+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-23 07:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import_module #: view:base.import.module:base_import_module.view_base_module_import @@ -38,21 +38,21 @@ msgid "Created on" msgstr "Aangemaakt op" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:29 -#: code:addons/base_import_module/models/ir_module.py:80 -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 #, python-format msgid "Error !" msgstr "Fout !" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:90 #, python-format msgid "File '%s' exceed maximum allowed file size" msgstr "Bestand '%s' groter dan de maximaal toegestane bestandgrootte" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:80 +#: code:addons/base_import_module/models/ir_module.py:82 #, python-format msgid "File is not a zip file!" msgstr "Bestand is geen zip bestand!" @@ -131,8 +131,8 @@ msgstr "Status" #. module: base_import_module #: code:addons/base_import_module/models/ir_module.py:29 #, python-format -msgid "Unmet module dependencies: %s, " -msgstr "Niet nagekomen afhankelijkheden %s, " +msgid "Unmet module dependencies: %s" +msgstr "Ontbrekende benodigde modules: %s" #. module: base_import_module #: selection:base.import.module,state:0 diff --git a/addons/base_import_module/i18n/pl.po b/addons/base_import_module/i18n/pl.po index 85619c8755d..78b0372f273 100644 --- a/addons/base_import_module/i18n/pl.po +++ b/addons/base_import_module/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 15:48+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import_module #: view:base.import.module:base_import_module.view_base_module_import @@ -38,21 +38,21 @@ msgid "Created on" msgstr "Data utworzenia" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:29 -#: code:addons/base_import_module/models/ir_module.py:80 -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 #, python-format msgid "Error !" msgstr "Błąd !" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:90 #, python-format msgid "File '%s' exceed maximum allowed file size" msgstr "Plik '%s' przekracza maksymalny dozwolony rozmiar" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:80 +#: code:addons/base_import_module/models/ir_module.py:82 #, python-format msgid "File is not a zip file!" msgstr "Plik nie jest plikiem zip!" @@ -131,7 +131,7 @@ msgstr "Stan" #. module: base_import_module #: code:addons/base_import_module/models/ir_module.py:29 #, python-format -msgid "Unmet module dependencies: %s, " +msgid "Unmet module dependencies: %s" msgstr "" #. module: base_import_module diff --git a/addons/base_import_module/i18n/pt_BR.po b/addons/base_import_module/i18n/pt_BR.po index 5b9ca97592f..14688c285ba 100644 --- a/addons/base_import_module/i18n/pt_BR.po +++ b/addons/base_import_module/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-15 13:13+0000\n" "Last-Translator: Luiz Fernando M.França (Sig Informática) \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_import_module #: view:base.import.module:base_import_module.view_base_module_import @@ -38,21 +38,21 @@ msgid "Created on" msgstr "Criado em" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:29 -#: code:addons/base_import_module/models/ir_module.py:80 -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:30 +#: code:addons/base_import_module/models/ir_module.py:82 +#: code:addons/base_import_module/models/ir_module.py:91 #, python-format msgid "Error !" msgstr "Erro!" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:88 +#: code:addons/base_import_module/models/ir_module.py:90 #, python-format msgid "File '%s' exceed maximum allowed file size" msgstr "O arquivo '%s' excede o tamanho máximo permitido" #. module: base_import_module -#: code:addons/base_import_module/models/ir_module.py:80 +#: code:addons/base_import_module/models/ir_module.py:82 #, python-format msgid "File is not a zip file!" msgstr "Este arquivo não é um arquivo zip!" @@ -131,8 +131,8 @@ msgstr "Status" #. module: base_import_module #: code:addons/base_import_module/models/ir_module.py:29 #, python-format -msgid "Unmet module dependencies: %s, " -msgstr "Dependência de módulo não atendida: %s, " +msgid "Unmet module dependencies: %s" +msgstr "" #. module: base_import_module #: selection:base.import.module,state:0 @@ -143,3 +143,7 @@ msgstr "feito" #: selection:base.import.module,state:0 msgid "init" msgstr "Inicializar" + +#, python-format +#~ msgid "Unmet module dependencies: %s, " +#~ msgstr "Dependência de módulo não atendida: %s, " diff --git a/addons/base_report_designer/i18n/de.po b/addons/base_report_designer/i18n/de.po index 3b2e9902994..0751b354fdf 100644 --- a/addons/base_report_designer/i18n/de.po +++ b/addons/base_report_designer/i18n/de.po @@ -8,14 +8,15 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-30 20:20+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_report_designer #: model:ir.actions.act_window,name:base_report_designer.action_view_base_report_sxw @@ -43,7 +44,7 @@ msgstr "Fortfahren" #: field:base.report.sxw,create_uid:0 #: field:base_report_designer.installer,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Erstellt von" #. module: base_report_designer #: field:base.report.file.sxw,create_date:0 @@ -51,7 +52,7 @@ msgstr "" #: field:base.report.sxw,create_date:0 #: field:base_report_designer.installer,create_date:0 msgid "Created on" -msgstr "" +msgstr "Erstellt am" #. module: base_report_designer #: field:base_report_designer.installer,description:0 @@ -75,7 +76,7 @@ msgstr "Generiere einen Bericht" #: field:base.report.sxw,id:0 #: field:base_report_designer.installer,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer @@ -88,7 +89,7 @@ msgstr "Abfolge Installation und Konfiguration" #: field:base.report.sxw,write_uid:0 #: field:base_report_designer.installer,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Zuletzt aktualisiert von" #. module: base_report_designer #: field:base.report.file.sxw,write_date:0 @@ -96,23 +97,23 @@ msgstr "" #: field:base.report.sxw,write_date:0 #: field:base_report_designer.installer,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Zuletzt aktualisiert am" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer #: model:ir.actions.act_window,name:base_report_designer.action_report_designer_wizard msgid "Odoo Report Designer" -msgstr "" +msgstr "Odoo Report Designer" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "Odoo Report Designer Configuration" -msgstr "" +msgstr "Odoo Report Designer Konfiguration" #. module: base_report_designer #: model:ir.actions.act_window,name:base_report_designer.action_report_designer_installer msgid "Odoo Report Designer Installation" -msgstr "" +msgstr "Odoo Report Designer Installation" #. module: base_report_designer #: field:base_report_designer.installer,plugin_file:0 @@ -177,12 +178,20 @@ msgid "" "Don't forget to install the Odoo SA OpenOffice package to modify it.\n" "Once it is modified, re-upload it in Odoo using this wizard." msgstr "" +"Dies ist die Vorlage des von Ihnen angefragten Reports.\n" +"Speichern Sie die .SXW Datei und öffnen Sie diese mit OpenOffice.\n" +"Vergessen Sie nicht die Installation des Odoo SA OpenOffice Pakets, um die " +"Vorlage zu modifizieren.\n" +"Sobald Sie die Vorlage angepasst haben, können Sie die Änderung mit dem " +"Assistenten wieder in Odoo hochladen." #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "" "This plug-in allows you to create/modify Odoo Reports into OpenOffice Writer." msgstr "" +"Dieses Plugin ermöglicht die Erstellung oder Änderung von Odoo-Reports in " +"Openoffice Writer." #. module: base_report_designer #: view:base.report.sxw:base_report_designer.view_base_report_sxw diff --git a/addons/base_report_designer/i18n/hu.po b/addons/base_report_designer/i18n/hu.po index f26725bea8f..c09c0560fb9 100644 --- a/addons/base_report_designer/i18n/hu.po +++ b/addons/base_report_designer/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-06 14:25+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_report_designer #: model:ir.actions.act_window,name:base_report_designer.action_view_base_report_sxw @@ -43,7 +43,7 @@ msgstr "Tovább" #: field:base.report.sxw,create_uid:0 #: field:base_report_designer.installer,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: base_report_designer #: field:base.report.file.sxw,create_date:0 @@ -51,7 +51,7 @@ msgstr "" #: field:base.report.sxw,create_date:0 #: field:base_report_designer.installer,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: base_report_designer #: field:base_report_designer.installer,description:0 @@ -75,7 +75,7 @@ msgstr "Igényeljen egy jelentést" #: field:base.report.sxw,id:0 #: field:base_report_designer.installer,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer @@ -88,7 +88,7 @@ msgstr "A telepítés és a konfigurálás lépései" #: field:base.report.sxw,write_uid:0 #: field:base_report_designer.installer,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: base_report_designer #: field:base.report.file.sxw,write_date:0 @@ -96,23 +96,23 @@ msgstr "" #: field:base.report.sxw,write_date:0 #: field:base_report_designer.installer,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer #: model:ir.actions.act_window,name:base_report_designer.action_report_designer_wizard msgid "Odoo Report Designer" -msgstr "" +msgstr "Odoo jelentés tervező" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "Odoo Report Designer Configuration" -msgstr "" +msgstr "Odoo jelentés tervező beállítása" #. module: base_report_designer #: model:ir.actions.act_window,name:base_report_designer.action_report_designer_installer msgid "Odoo Report Designer Installation" -msgstr "" +msgstr "Odoo jelentés tervező telepítése" #. module: base_report_designer #: field:base_report_designer.installer,plugin_file:0 @@ -157,7 +157,7 @@ msgstr "Válassza ki a jelentését" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "Skip" -msgstr "" +msgstr "Kihagy" #. module: base_report_designer #: view:base.report.file.sxw:base_report_designer.view_base_report_file_sxw @@ -177,12 +177,18 @@ msgid "" "Don't forget to install the Odoo SA OpenOffice package to modify it.\n" "Once it is modified, re-upload it in Odoo using this wizard." msgstr "" +"Ez az igényelt jelentésének a sablonja.\n" +"Mentse mint .SXW fájl és nyissa meg az OpenOffice programmal.\n" +"Ne flejtse el telepíteni az Odoo SA OpenOffice csomagját a szerkesztéshez.\n" +"Miután módisította, töltse fel ismét az Odoo rendszerbe ezzel a varázslóval." #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "" "This plug-in allows you to create/modify Odoo Reports into OpenOffice Writer." msgstr "" +"Ez a kiegyészítő lehetővé teszi az Oddo rendszer jelentéseinek " +"létrehozását/módosítását az OpenOffice Writer program segítségével." #. module: base_report_designer #: view:base.report.sxw:base_report_designer.view_base_report_sxw @@ -198,4 +204,4 @@ msgstr "Az Ön .SXW fájlja" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "title" -msgstr "Pozíció" +msgstr "cím" diff --git a/addons/base_report_designer/i18n/it.po b/addons/base_report_designer/i18n/it.po index 8353cebf085..0b83618f6c8 100644 --- a/addons/base_report_designer/i18n/it.po +++ b/addons/base_report_designer/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 20:50+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_report_designer #: model:ir.actions.act_window,name:base_report_designer.action_view_base_report_sxw @@ -43,7 +43,7 @@ msgstr "Continua" #: field:base.report.sxw,create_uid:0 #: field:base_report_designer.installer,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_report_designer #: field:base.report.file.sxw,create_date:0 @@ -51,7 +51,7 @@ msgstr "" #: field:base.report.sxw,create_date:0 #: field:base_report_designer.installer,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: base_report_designer #: field:base_report_designer.installer,description:0 @@ -75,7 +75,7 @@ msgstr "Scarica un Report" #: field:base.report.sxw,id:0 #: field:base_report_designer.installer,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer @@ -88,7 +88,7 @@ msgstr "Passi per l'installazione e configurazione" #: field:base.report.sxw,write_uid:0 #: field:base_report_designer.installer,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: base_report_designer #: field:base.report.file.sxw,write_date:0 @@ -96,23 +96,23 @@ msgstr "" #: field:base.report.sxw,write_date:0 #: field:base_report_designer.installer,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer #: model:ir.actions.act_window,name:base_report_designer.action_report_designer_wizard msgid "Odoo Report Designer" -msgstr "" +msgstr "ODOO Report Designer" #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "Odoo Report Designer Configuration" -msgstr "" +msgstr "Configurazione ODOO Report Designer" #. module: base_report_designer #: model:ir.actions.act_window,name:base_report_designer.action_report_designer_installer msgid "Odoo Report Designer Installation" -msgstr "" +msgstr "Installazione ODOO Report Designer" #. module: base_report_designer #: field:base_report_designer.installer,plugin_file:0 @@ -177,12 +177,19 @@ msgid "" "Don't forget to install the Odoo SA OpenOffice package to modify it.\n" "Once it is modified, re-upload it in Odoo using this wizard." msgstr "" +"Questo è il modello del vostro report richiesto.\n" +"Salvatelo come file .SXW e apritelo con Open Office.\n" +"Non dimenticate di installare il pacchetto ODOO SA Openoffice per " +"modificarlo.\n" +"Una volta modificato, ricaricatelo in ODOO utilizzando questo wizard." #. module: base_report_designer #: view:base_report_designer.installer:base_report_designer.view_report_designer_installer msgid "" "This plug-in allows you to create/modify Odoo Reports into OpenOffice Writer." msgstr "" +"Questo plug-in vi permette di creare/modificare i report di ODOO nel " +"programma Write di Open Office" #. module: base_report_designer #: view:base.report.sxw:base_report_designer.view_base_report_sxw diff --git a/addons/base_setup/i18n/de.po b/addons/base_setup/i18n/de.po index cd6a0487b29..1b900eb02cd 100644 --- a/addons/base_setup/i18n/de.po +++ b/addons/base_setup/i18n/de.po @@ -8,13 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 12:22+0000\n" -"Last-Translator: Heike Vocks (openbig.org) \n" +"PO-Revision-Date: 2014-09-24 14:29+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base_setup @@ -36,7 +37,7 @@ msgstr "Ermögliche Dokumentenfreigabe" #: field:base.config.settings,module_google_calendar:0 msgid "Allow the users to synchronize their calendar with Google Calendar" msgstr "" -"Benutzer können ihren Kalender mit dem Google Kalender synchronisieren." +"Benutzer können ihren Kalender mit dem Google Kalender synchronisieren" #. module: base_setup #: field:base.config.settings,module_base_import:0 @@ -52,7 +53,7 @@ msgstr "Anwenden" #. module: base_setup #: field:base.config.settings,module_google_drive:0 msgid "Attach Google documents to any record" -msgstr "Hängen Sie Google Dokumente an jeden beliebigen Datensatz an." +msgstr "Hängen Sie Google Dokumente an jeden beliebigen Datensatz an" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -84,7 +85,7 @@ msgstr "Konfiguriere Verkauf" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Configure outgoing email servers" -msgstr "Konfiguriere die Postausgangsserver" +msgstr "Konfigurieren Sie die Postausgangsserver" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -140,7 +141,7 @@ msgstr "E-Mail-Integration" #: model:ir.actions.act_window,name:base_setup.action_general_configuration #: model:ir.ui.menu,name:base_setup.menu_general_configuration msgid "General Settings" -msgstr "Allgemeine Einstellungen" +msgstr "Grundeinstellungen" #. module: base_setup #: help:sale.config.settings,module_mass_mailing:0 @@ -212,7 +213,7 @@ msgstr "Verwalten Sie Kampagnen für Massenmailings" #. module: base_setup #: field:base.config.settings,module_multi_company:0 msgid "Manage multiple companies" -msgstr "Multi-Unternehmen Verwaltung" +msgstr "Multi-Company Verwaltung" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -247,7 +248,7 @@ msgid "" "calendar\"" msgstr "" "Sobald die Installation abgeschlossen ist, können Sie Ihre API Einstellungen " -"für den \"Google Kalender\" konfigurieren." +"für den \"Google Kalender\" konfigurieren" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration diff --git a/addons/base_setup/i18n/hu.po b/addons/base_setup/i18n/hu.po index ac121be9ac1..dc76e2594e8 100644 --- a/addons/base_setup/i18n/hu.po +++ b/addons/base_setup/i18n/hu.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-06 14:48+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "(reload fonts)" -msgstr "" +msgstr "(betűk frissítése)" #. module: base_setup #: field:base.config.settings,module_portal:0 @@ -36,6 +36,8 @@ msgstr "Dokumentumok megoszásának engedélyezése" #: field:base.config.settings,module_google_calendar:0 msgid "Allow the users to synchronize their calendar with Google Calendar" msgstr "" +"Lehetővé teszi a felhasználók számára a naptár szinkronizálását a Google " +"naptárral" #. module: base_setup #: field:base.config.settings,module_base_import:0 @@ -51,7 +53,7 @@ msgstr "Alkalmaz" #. module: base_setup #: field:base.config.settings,module_google_drive:0 msgid "Attach Google documents to any record" -msgstr "" +msgstr "Fűzzön hozzá Google dokumentumokat bármilyen rekordhoz" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -100,14 +102,14 @@ msgstr "Kapcsolattartók" #: field:base.setup.terminology,create_uid:0 #: field:sale.config.settings,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: base_setup #: field:base.config.settings,create_date:0 #: field:base.setup.terminology,create_date:0 #: field:sale.config.settings,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -145,6 +147,8 @@ msgstr "Általános beállítások" #: help:sale.config.settings,module_mass_mailing:0 msgid "Get access to statistics with your mass mailing, manage campaigns." msgstr "" +"Férjen hozzá a statisztikákhoz a tömeges levélküldéssel, szervezze a " +"kampányait." #. module: base_setup #: field:sale.config.settings,module_web_linkedin:0 @@ -159,12 +163,12 @@ msgstr "Adjon hozzáférést a vevőknek a dokumentumaikhoz." #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Calendar" -msgstr "" +msgstr "Google naptár" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Drive" -msgstr "" +msgstr "Google Drive" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -181,7 +185,7 @@ msgstr "Hogy hívhat meg egy Vevőt" #: field:base.setup.terminology,id:0 #: field:sale.config.settings,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -193,19 +197,19 @@ msgstr "Import / Export" #: field:base.setup.terminology,write_uid:0 #: field:sale.config.settings,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: base_setup #: field:base.config.settings,write_date:0 #: field:base.setup.terminology,write_date:0 #: field:sale.config.settings,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: base_setup #: field:sale.config.settings,module_mass_mailing:0 msgid "Manage mass mailing campaigns" -msgstr "" +msgstr "Kezelje a tömeges levelezés kampányait" #. module: base_setup #: field:base.config.settings,module_multi_company:0 @@ -229,6 +233,15 @@ msgid "" "Odoo using specific\n" " plugins for your preferred email application." msgstr "" +"Odoo rendszer lehetővé teszi az automatikus érdeklődés (vagy más " +"dokumentumok) létrehozását \n" +" a beérkező levelekből. Automatikusan " +"szinkronizálhatja emailjeit az Odoo rendszerrel\n" +" az általános POP/IMAP fiókokkal, egy közvetlen " +"email beépülési szkripttel az email\n" +" szerverén, vagy kézzel az emailek bevitelével az " +"Odoo rendszerbe sajátos pliginnel\n" +" az előnybe részesített email alkalmazásához." #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -236,6 +249,8 @@ msgid "" "Once installed, you can configure your API credentials for \"Google " "calendar\"" msgstr "" +"Ha egyszer telepítette, beállíthatja az API interfészt engedélyeket a " +"\"Google naptár\" alkalmazásban" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -265,7 +280,7 @@ msgstr "Árajánlatok és vevői megrendelések" #. module: base_setup #: field:base.config.settings,font:0 msgid "Report Font" -msgstr "" +msgstr "Jelentés betűtípus" #. module: base_setup #: field:sale.config.settings,module_sale:0 @@ -283,6 +298,8 @@ msgid "" "Set the font into the report header, it will be used as default font in the " "RML reports of the user company" msgstr "" +"Állítsa be a jelentés fejléc betűtípusát, amit alapértelmezettként használ " +"az felhasználó vállalat RML jelentéseiben" #. module: base_setup #: help:base.config.settings,module_share:0 @@ -307,12 +324,12 @@ msgstr "Haszonélvező" #. module: base_setup #: help:base.config.settings,module_google_calendar:0 msgid "This installs the module google_calendar." -msgstr "" +msgstr "Ez előkészíti a google_calendar modult." #. module: base_setup #: help:base.config.settings,module_google_drive:0 msgid "This installs the module google_docs." -msgstr "" +msgstr "Ez előkészíti a google_docs modult." #. module: base_setup #: model:ir.actions.act_window,name:base_setup.action_partner_terminology_config_form @@ -363,6 +380,9 @@ msgid "" "companies.\n" "-This installs the module multi_company." msgstr "" +"Több vállalkozásos környezetben, a vállalatok közti megfelelő biztonsági " +"hozzáférésekkel.\n" +"-Ez a multi_company modult telepíti." #. module: base_setup #: view:base.setup.terminology:base_setup.base_setup_terminology_form diff --git a/addons/base_setup/i18n/id.po b/addons/base_setup/i18n/id.po index cf089ddee5d..a6a7cedcb48 100644 --- a/addons/base_setup/i18n/id.po +++ b/addons/base_setup/i18n/id.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 19:06+0000\n" +"Last-Translator: Edy K \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -25,22 +25,22 @@ msgstr "" #. module: base_setup #: field:base.config.settings,module_portal:0 msgid "Activate the customer portal" -msgstr "" +msgstr "Aktifkan portal pelanggan" #. module: base_setup #: field:base.config.settings,module_share:0 msgid "Allow documents sharing" -msgstr "" +msgstr "Mengizinkan berbagi dokumen(s)" #. module: base_setup #: field:base.config.settings,module_google_calendar:0 msgid "Allow the users to synchronize their calendar with Google Calendar" -msgstr "" +msgstr "Mengizikan sinkronisasi kalender dengan Goolgle Calendar" #. module: base_setup #: field:base.config.settings,module_base_import:0 msgid "Allow users to import data from CSV files" -msgstr "" +msgstr "Ijinkan import data dari .csv" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -51,17 +51,17 @@ msgstr "" #. module: base_setup #: field:base.config.settings,module_google_drive:0 msgid "Attach Google documents to any record" -msgstr "" +msgstr "Melampirkan dokumen Google pada setiap record" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Authentication" -msgstr "" +msgstr "Otentifikasi" #. module: base_setup #: field:sale.config.settings,module_crm:0 msgid "CRM" -msgstr "" +msgstr "CRM" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -78,36 +78,36 @@ msgstr "Klien" #: model:ir.actions.act_window,name:base_setup.action_sale_config #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Configure Sales" -msgstr "" +msgstr "Pengaturan Penjualan" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Configure outgoing email servers" -msgstr "" +msgstr "Pengaturan 'outgoing email servers'" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Configure your company data" -msgstr "" +msgstr "Pengaturan data perusahaan" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Contacts" -msgstr "" +msgstr "Daftar kontak" #. module: base_setup #: field:base.config.settings,create_uid:0 #: field:base.setup.terminology,create_uid:0 #: field:sale.config.settings,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Dibuat oleh" #. module: base_setup #: field:base.config.settings,create_date:0 #: field:base.setup.terminology,create_date:0 #: field:sale.config.settings,create_date:0 msgid "Created on" -msgstr "" +msgstr "Dibuat pada" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -117,7 +117,7 @@ msgstr "Pelanggan" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Customer Features" -msgstr "" +msgstr "Fitur-fitur Pelanggan" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -127,44 +127,44 @@ msgstr "Donor" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Email" -msgstr "" +msgstr "e-mail" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Emails Integration" -msgstr "" +msgstr "Integrasi e-mail(s)" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration #: model:ir.actions.act_window,name:base_setup.action_general_configuration #: model:ir.ui.menu,name:base_setup.menu_general_configuration msgid "General Settings" -msgstr "" +msgstr "Pengaturan Umum" #. module: base_setup #: help:sale.config.settings,module_mass_mailing:0 msgid "Get access to statistics with your mass mailing, manage campaigns." -msgstr "" +msgstr "Dapatkan akses ke statistik dengan surat massal, mengatur promo" #. module: base_setup #: field:sale.config.settings,module_web_linkedin:0 msgid "Get contacts automatically from linkedIn" -msgstr "" +msgstr "Dapatkan daftar kontak secara otomatis dari linkedIn" #. module: base_setup #: help:base.config.settings,module_portal:0 msgid "Give your customers access to their documents." -msgstr "" +msgstr "Mengizikan pelanggan akses ke dokomennya" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Calendar" -msgstr "" +msgstr "Google Calendar" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Drive" -msgstr "" +msgstr "Google Drive" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -186,31 +186,31 @@ msgstr "" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Import / Export" -msgstr "" +msgstr "Import / Export" #. module: base_setup #: field:base.config.settings,write_uid:0 #: field:base.setup.terminology,write_uid:0 #: field:sale.config.settings,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Diperbaharui oleh" #. module: base_setup #: field:base.config.settings,write_date:0 #: field:base.setup.terminology,write_date:0 #: field:sale.config.settings,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Diperbaharui pada" #. module: base_setup #: field:sale.config.settings,module_mass_mailing:0 msgid "Manage mass mailing campaigns" -msgstr "" +msgstr "Mengatur promo surat-menyurat massal" #. module: base_setup #: field:base.config.settings,module_multi_company:0 msgid "Manage multiple companies" -msgstr "" +msgstr "Mengatur multi-perusahaan" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -240,7 +240,7 @@ msgstr "" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Options" -msgstr "" +msgstr "Opsi" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -260,22 +260,22 @@ msgstr "" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Quotations and Sales Orders" -msgstr "" +msgstr "Penawaran dan Order Penjualan" #. module: base_setup #: field:base.config.settings,font:0 msgid "Report Font" -msgstr "" +msgstr "Huruf Laporan" #. module: base_setup #: field:sale.config.settings,module_sale:0 msgid "SALE" -msgstr "" +msgstr "SALE" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Sale Features" -msgstr "" +msgstr "Fitur-fitur Penjualan" #. module: base_setup #: help:base.config.settings,font:0 @@ -283,21 +283,22 @@ msgid "" "Set the font into the report header, it will be used as default font in the " "RML reports of the user company" msgstr "" +"Atur huruf pada kop laporan perusahaan, huruf ini digunakan pada laporan RML." #. module: base_setup #: help:base.config.settings,module_share:0 msgid "Share or embbed any screen of openerp." -msgstr "" +msgstr "Berbagi atau menyertakan tampilan dari Odoo" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings msgid "Social Network Integration" -msgstr "" +msgstr "Terintegrasi dengan Jaringan Sosial" #. module: base_setup #: view:base.setup.terminology:base_setup.base_setup_terminology_form msgid "Specify Your Terminology" -msgstr "Spesifikasikan Terminologi Anda" +msgstr "Tentukan Terminologi" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -331,6 +332,8 @@ msgid "" "When you create a new contact (person or company), you will be able to load " "all the data from LinkedIn (photos, address, etc)." msgstr "" +"Ketika membuat daftar kontak baru, Anda dimungkinkan untuk mengambil semua " +"data dari LinkedIn (foto, alamat, dll)" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration diff --git a/addons/base_setup/i18n/it.po b/addons/base_setup/i18n/it.po index 5e7e752e766..308950272e5 100644 --- a/addons/base_setup/i18n/it.po +++ b/addons/base_setup/i18n/it.po @@ -8,24 +8,24 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 20:56+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "(reload fonts)" -msgstr "" +msgstr "(ricarica i font)" #. module: base_setup #: field:base.config.settings,module_portal:0 msgid "Activate the customer portal" -msgstr "" +msgstr "Attiva il portale clienti" #. module: base_setup #: field:base.config.settings,module_share:0 @@ -36,6 +36,8 @@ msgstr "Abilita la condivisione documenti" #: field:base.config.settings,module_google_calendar:0 msgid "Allow the users to synchronize their calendar with Google Calendar" msgstr "" +"Permette agli utenti di sincronizzare i loro calendari con il calendario di " +"Google" #. module: base_setup #: field:base.config.settings,module_base_import:0 @@ -51,7 +53,7 @@ msgstr "Applica" #. module: base_setup #: field:base.config.settings,module_google_drive:0 msgid "Attach Google documents to any record" -msgstr "" +msgstr "Aggiunge i documenti di Google ad ogni record" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -100,14 +102,14 @@ msgstr "Contatti" #: field:base.setup.terminology,create_uid:0 #: field:sale.config.settings,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: base_setup #: field:base.config.settings,create_date:0 #: field:base.setup.terminology,create_date:0 #: field:sale.config.settings,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -145,6 +147,8 @@ msgstr "Impostazioni Generali" #: help:sale.config.settings,module_mass_mailing:0 msgid "Get access to statistics with your mass mailing, manage campaigns." msgstr "" +"Fornisce accesso alle statistiche con il vostro mass mailing, gestore " +"campagne." #. module: base_setup #: field:sale.config.settings,module_web_linkedin:0 @@ -154,17 +158,17 @@ msgstr "Ricevi contatti automaticamente da LinkedIn" #. module: base_setup #: help:base.config.settings,module_portal:0 msgid "Give your customers access to their documents." -msgstr "" +msgstr "Fornisce ai vostri clienti accesso ai propri documenti." #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Calendar" -msgstr "" +msgstr "Calendario di Google" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Drive" -msgstr "" +msgstr "Google Drive" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -181,7 +185,7 @@ msgstr "Come chiamate un cliente" #: field:base.setup.terminology,id:0 #: field:sale.config.settings,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -193,19 +197,19 @@ msgstr "Importa / Esporta" #: field:base.setup.terminology,write_uid:0 #: field:sale.config.settings,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultimo modifica fatta da" #. module: base_setup #: field:base.config.settings,write_date:0 #: field:base.setup.terminology,write_date:0 #: field:sale.config.settings,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: base_setup #: field:sale.config.settings,module_mass_mailing:0 msgid "Manage mass mailing campaigns" -msgstr "" +msgstr "Gestisci le campagne di mass mailing" #. module: base_setup #: field:base.config.settings,module_multi_company:0 @@ -229,6 +233,13 @@ msgid "" "Odoo using specific\n" " plugins for your preferred email application." msgstr "" +"ODOO permette di creare lead automaticamente (o altri documenti)\n" +"per le email in entrata. Potrete automaticamente sincronizzare le email con " +"ODOO\n" +"utilizzano un regolare account POP/IMAP, utilizzando una integazione diretta " +"di email script per il vostro\n" +"server mail o, manualmente inviando mail a ODOO usando specifici\n" +"plugin per la vostra applicazione di posta preferita." #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -236,6 +247,8 @@ msgid "" "Once installed, you can configure your API credentials for \"Google " "calendar\"" msgstr "" +"Una volta installato potrete configurare le vostre credenziali API per il " +"calendario di Google" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -265,12 +278,12 @@ msgstr "Preventivi ed Ordini di Vendita" #. module: base_setup #: field:base.config.settings,font:0 msgid "Report Font" -msgstr "" +msgstr "Font report" #. module: base_setup #: field:sale.config.settings,module_sale:0 msgid "SALE" -msgstr "" +msgstr "VENDITA" #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings @@ -283,6 +296,8 @@ msgid "" "Set the font into the report header, it will be used as default font in the " "RML reports of the user company" msgstr "" +"Imposta i fonto dentro l'intestazione del report, verranno utlizzati come " +"font predefinito nel report RML di questa azienda" #. module: base_setup #: help:base.config.settings,module_share:0 @@ -307,12 +322,12 @@ msgstr "Gestore" #. module: base_setup #: help:base.config.settings,module_google_calendar:0 msgid "This installs the module google_calendar." -msgstr "" +msgstr "Questo installa il modulo google_calendar." #. module: base_setup #: help:base.config.settings,module_google_drive:0 msgid "This installs the module google_docs." -msgstr "" +msgstr "Questo installa il modulo google_docs" #. module: base_setup #: model:ir.actions.act_window,name:base_setup.action_partner_terminology_config_form @@ -360,6 +375,9 @@ msgid "" "companies.\n" "-This installs the module multi_company." msgstr "" +"Lavora negli ambienti multi aziendali, con l'appropriato accesso di " +"sicurezza tra le varie aziende.\n" +"- Questo installa il modulo multi_company." #. module: base_setup #: view:base.setup.terminology:base_setup.base_setup_terminology_form diff --git a/addons/base_setup/i18n/tr.po b/addons/base_setup/i18n/tr.po index e424d58cc26..3014c557d54 100644 --- a/addons/base_setup/i18n/tr.po +++ b/addons/base_setup/i18n/tr.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-26 15:26+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "(reload fonts)" -msgstr "" +msgstr "(fontları yeniden yükle)" #. module: base_setup #: field:base.config.settings,module_portal:0 @@ -35,7 +35,7 @@ msgstr "Belge paylaşımına izin ver" #. module: base_setup #: field:base.config.settings,module_google_calendar:0 msgid "Allow the users to synchronize their calendar with Google Calendar" -msgstr "" +msgstr "Kullanıcıların takvimlerini Google Takvimle eşlemesine izin ver" #. module: base_setup #: field:base.config.settings,module_base_import:0 @@ -51,7 +51,7 @@ msgstr "Uygula" #. module: base_setup #: field:base.config.settings,module_google_drive:0 msgid "Attach Google documents to any record" -msgstr "" +msgstr "Herhangi bir kayıta Google belgesi ekle" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -100,14 +100,14 @@ msgstr "Kişiler" #: field:base.setup.terminology,create_uid:0 #: field:sale.config.settings,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: base_setup #: field:base.config.settings,create_date:0 #: field:base.setup.terminology,create_date:0 #: field:sale.config.settings,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturulma" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -159,12 +159,12 @@ msgstr "Müşterilerinize belgelerine erişim verin" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Calendar" -msgstr "" +msgstr "Google Takvim" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration msgid "Google Drive" -msgstr "" +msgstr "Google Drive" #. module: base_setup #: selection:base.setup.terminology,partner:0 @@ -174,14 +174,14 @@ msgstr "Misafir" #. module: base_setup #: field:base.setup.terminology,partner:0 msgid "How do you call a Customer" -msgstr "Müşterilerinize nasıl isimlendiriyorsunuz ?" +msgstr "Müşterilerinizi nasıl isimlendiriyorsunuz ?" #. module: base_setup #: field:base.config.settings,id:0 #: field:base.setup.terminology,id:0 #: field:sale.config.settings,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: base_setup #: view:base.config.settings:base_setup.view_general_configuration @@ -193,19 +193,19 @@ msgstr "İçeaktar / Dışaaktar" #: field:base.setup.terminology,write_uid:0 #: field:sale.config.settings,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Son Güncelleyen" #. module: base_setup #: field:base.config.settings,write_date:0 #: field:base.setup.terminology,write_date:0 #: field:sale.config.settings,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: base_setup #: field:sale.config.settings,module_mass_mailing:0 msgid "Manage mass mailing campaigns" -msgstr "" +msgstr "Toplu postalama kampanyalarını yönet" #. module: base_setup #: field:base.config.settings,module_multi_company:0 @@ -265,7 +265,7 @@ msgstr "Teklifler ve Satış Siparişleri" #. module: base_setup #: field:base.config.settings,font:0 msgid "Report Font" -msgstr "" +msgstr "Rapor Fontu" #. module: base_setup #: field:sale.config.settings,module_sale:0 @@ -287,7 +287,7 @@ msgstr "" #. module: base_setup #: help:base.config.settings,module_share:0 msgid "Share or embbed any screen of openerp." -msgstr "Herhangi bir opeerp ekranını paylaş ya da göm." +msgstr "Herhangi bir openerp ekranını paylaş ya da göm." #. module: base_setup #: view:sale.config.settings:base_setup.view_sale_config_settings @@ -307,12 +307,12 @@ msgstr "Kiracı" #. module: base_setup #: help:base.config.settings,module_google_calendar:0 msgid "This installs the module google_calendar." -msgstr "" +msgstr "Bu, google_calender kurar." #. module: base_setup #: help:base.config.settings,module_google_drive:0 msgid "This installs the module google_docs." -msgstr "" +msgstr "Bu google_docs kurar." #. module: base_setup #: model:ir.actions.act_window,name:base_setup.action_partner_terminology_config_form diff --git a/addons/base_vat/i18n/hu.po b/addons/base_vat/i18n/hu.po index 2c509ed8994..4453b55616b 100644 --- a/addons/base_vat/i18n/hu.po +++ b/addons/base_vat/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-06 14:32+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base_vat #: view:res.partner:base_vat.view_partner_form @@ -47,7 +47,7 @@ msgstr "" #: code:addons/base_vat/base_vat.py:130 #, python-format msgid "Importing VAT Number [%s] is not valid !" -msgstr "" +msgstr "A betöltött adószám [%s] érvénytelen !" #. module: base_vat #: model:ir.model,name:base_vat.model_res_partner @@ -61,6 +61,9 @@ msgid "" "The VAT number [%s] for partner [%s] does not seem to be valid. \n" "Note: the expected format is %s" msgstr "" +"Az adószám [%s] ehhez a partnerhez [%s] tartozik, de nem tűnik érvényesnek. " +"\n" +"Megjegyzés: a helyes formátum így néz ki %s" #. module: base_vat #: code:addons/base_vat/base_vat.py:152 @@ -69,6 +72,8 @@ msgid "" "The VAT number [%s] for partner [%s] either failed the VIES VAT validation " "check or did not respect the expected format %s." msgstr "" +"At adószám [%s] ehhez a partnerhez [%s] vagy ne ment át a VIES közösségi " +"adószám érvényesítésen vagy nem a megfelelő formátumú %s." #. module: base_vat #: field:res.company,vat_check_vies:0 diff --git a/addons/board/i18n/ar.po b/addons/board/i18n/ar.po index 7329268e8e5..f355a974d8c 100644 --- a/addons/board/i18n/ar.po +++ b/addons/board/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "تعديل التنسق" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/bg.po b/addons/board/i18n/bg.po index d5cf23343fd..997f8d14d2d 100644 --- a/addons/board/i18n/bg.po +++ b/addons/board/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/br.po b/addons/board/i18n/br.po index 567cd681f16..490e40d1971 100644 --- a/addons/board/i18n/br.po +++ b/addons/board/i18n/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/bs.po b/addons/board/i18n/bs.po index edcf7241459..146f5d4397f 100644 --- a/addons/board/i18n/bs.po +++ b/addons/board/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Naziv table" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -130,7 +130,7 @@ msgstr "Odaberite raspored kontrolne table" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -170,7 +170,7 @@ msgstr "Uredi raspored" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/ca.po b/addons/board/i18n/ca.po index 306f635e471..567d776c10e 100644 --- a/addons/board/i18n/ca.po +++ b/addons/board/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/cs.po b/addons/board/i18n/cs.po index a07ddbc1619..724c60a9da5 100644 --- a/addons/board/i18n/cs.po +++ b/addons/board/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -98,7 +98,7 @@ msgstr "Název" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -131,7 +131,7 @@ msgstr "Vyberte uspořádání nástěnky" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -171,7 +171,7 @@ msgstr "Upravit uspořádání" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/da.po b/addons/board/i18n/da.po index e9f1dd2870d..b969742a3dd 100644 --- a/addons/board/i18n/da.po +++ b/addons/board/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -96,7 +96,7 @@ msgstr "Panel navn" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -129,7 +129,7 @@ msgstr "Vælg layout for kontrolpanel" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -169,7 +169,7 @@ msgstr "Redigér layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/de.po b/addons/board/i18n/de.po index c9eda381c4e..4383f878ca0 100644 --- a/addons/board/i18n/de.po +++ b/addons/board/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 12:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-25 06:05+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: board @@ -98,7 +98,7 @@ msgstr "Name des Dashboards" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "Die Anzeigetafel Aktion konnte nicht gefunden werden" @@ -131,7 +131,7 @@ msgstr "Wählen Sie das Dashboard-Layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "Es konnte kein weiterer Filter zur Anzeigetafel ergänzt werden" @@ -171,10 +171,10 @@ msgstr "Layout bearbeiten" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" -msgstr "" +msgstr "Filter zur Anzeigetafel hinzugefügt" #. module: board #: field:board.board,id:0 diff --git a/addons/board/i18n/el.po b/addons/board/i18n/el.po index c7a73542ea5..79ee6fc711a 100644 --- a/addons/board/i18n/el.po +++ b/addons/board/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/en_GB.po b/addons/board/i18n/en_GB.po index 302b4e654b2..b67c92c1d9b 100644 --- a/addons/board/i18n/en_GB.po +++ b/addons/board/i18n/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -95,7 +95,7 @@ msgstr "Board Name" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -128,7 +128,7 @@ msgstr "Choose dashboard layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -168,7 +168,7 @@ msgstr "Edit Layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/es.po b/addons/board/i18n/es.po index 8854889c56f..40d15d3ac43 100644 --- a/addons/board/i18n/es.po +++ b/addons/board/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-15 07:50+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -96,7 +96,7 @@ msgstr "Nombre tablero" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "No existe un acción del tablero" @@ -129,7 +129,7 @@ msgstr "Elija Diseño Tablero" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "No se puede añadir un filtro al tablero" @@ -169,7 +169,7 @@ msgstr "Editar Diseño" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "Filtro añadido al tablero" diff --git a/addons/board/i18n/es_AR.po b/addons/board/i18n/es_AR.po index 5174edb103d..21ac17828b5 100644 --- a/addons/board/i18n/es_AR.po +++ b/addons/board/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Nombre de Tablero" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -130,7 +130,7 @@ msgstr "Elegir Disposición del Tablero" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -170,7 +170,7 @@ msgstr "Editar Disposición" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/es_CL.po b/addons/board/i18n/es_CL.po index bebb22e913c..81a28ace6df 100644 --- a/addons/board/i18n/es_CL.po +++ b/addons/board/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/es_CR.po b/addons/board/i18n/es_CR.po index 5a91b9406c5..95e189d0927 100644 --- a/addons/board/i18n/es_CR.po +++ b/addons/board/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/es_EC.po b/addons/board/i18n/es_EC.po index c6d4f757e62..5f2d300cf7b 100644 --- a/addons/board/i18n/es_EC.po +++ b/addons/board/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/es_PY.po b/addons/board/i18n/es_PY.po index ac049ea0435..849672b91d3 100644 --- a/addons/board/i18n/es_PY.po +++ b/addons/board/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/et.po b/addons/board/i18n/et.po index d7d560ee67b..a7f54e3a756 100644 --- a/addons/board/i18n/et.po +++ b/addons/board/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/fa.po b/addons/board/i18n/fa.po index 61121872f3d..930738ba761 100644 --- a/addons/board/i18n/fa.po +++ b/addons/board/i18n/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/fi.po b/addons/board/i18n/fi.po index 1b7ce5b4119..128c5b35862 100644 --- a/addons/board/i18n/fi.po +++ b/addons/board/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -99,7 +99,7 @@ msgstr "Työpöydän nimi" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -132,7 +132,7 @@ msgstr "Valitse työpöydän asettelu" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -172,7 +172,7 @@ msgstr "Muokkaa asettelua" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/fr.po b/addons/board/i18n/fr.po index 88cc4869b79..8094739342c 100644 --- a/addons/board/i18n/fr.po +++ b/addons/board/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -98,7 +98,7 @@ msgstr "Nom du tableau de bord" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -131,7 +131,7 @@ msgstr "Choisissez l'agencement du tableau de bord" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -171,7 +171,7 @@ msgstr "Modifier l'agencement" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/gl.po b/addons/board/i18n/gl.po index daa6e32d2ea..0653e618aad 100644 --- a/addons/board/i18n/gl.po +++ b/addons/board/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/gu.po b/addons/board/i18n/gu.po index 3dda4d8d73b..0d3af8c58d1 100644 --- a/addons/board/i18n/gu.po +++ b/addons/board/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/he.po b/addons/board/i18n/he.po index 6ada4bea366..d69953c5579 100644 --- a/addons/board/i18n/he.po +++ b/addons/board/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/hr.po b/addons/board/i18n/hr.po index 7c556978708..954bb89eafa 100644 --- a/addons/board/i18n/hr.po +++ b/addons/board/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Naziv ploče" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -130,7 +130,7 @@ msgstr "Odaberi raspored" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -170,7 +170,7 @@ msgstr "Uredi raspored" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/hu.po b/addons/board/i18n/hu.po index f7706070c87..ff68774602d 100644 --- a/addons/board/i18n/hu.po +++ b/addons/board/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 14:51+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -98,10 +98,10 @@ msgstr "Vezérlőpult neve" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" -msgstr "" +msgstr "Nrem talál műszerfal műveletet" #. module: board #: view:board.create:board.view_board_create @@ -131,10 +131,10 @@ msgstr "Dashboard/Műszerfal nézet kiválasztása" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" -msgstr "" +msgstr "Nem tudja hozzáadni a szűrőt a műszerfalhoz" #. module: board #: view:board.create:board.view_board_create @@ -155,12 +155,12 @@ msgstr "Új Dashboard/Műszerfal létrehozása" #. module: board #: field:board.create,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: board #: field:board.create,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: board #. openerp-web @@ -171,26 +171,26 @@ msgstr "Nézet szerkesztése" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" -msgstr "" +msgstr "Szűrő hozzáadva a műszerfalhoz" #. module: board #: field:board.board,id:0 #: field:board.create,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: board #: field:board.create,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: board #: field:board.create,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: board #: view:board.board:board.board_my_dash_view diff --git a/addons/board/i18n/id.po b/addons/board/i18n/id.po index 82350178dfa..0ddcbd2849a 100644 --- a/addons/board/i18n/id.po +++ b/addons/board/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/it.po b/addons/board/i18n/it.po index 0cdd2c5d247..ccb47997871 100644 --- a/addons/board/i18n/it.po +++ b/addons/board/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 19:52+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -96,10 +96,10 @@ msgstr "Nome board" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" -msgstr "" +msgstr "Non trovata l'azione dashboard" #. module: board #: view:board.create:board.view_board_create @@ -129,10 +129,10 @@ msgstr "Seleziona il layout dashboard" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" -msgstr "" +msgstr "Non è possibile aggiungere il filtro alla dashboard" #. module: board #: view:board.create:board.view_board_create @@ -153,12 +153,12 @@ msgstr "Crea nuova dashboard" #. module: board #: field:board.create,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: board #: field:board.create,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: board #. openerp-web @@ -169,26 +169,26 @@ msgstr "Modifica Layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" -msgstr "" +msgstr "Filtro aggiunto alla dashboard" #. module: board #: field:board.board,id:0 #: field:board.create,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: board #: field:board.create,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: board #: field:board.create,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: board #: view:board.board:board.board_my_dash_view diff --git a/addons/board/i18n/ja.po b/addons/board/i18n/ja.po index 39cd55dda6c..3f61a7a174b 100644 --- a/addons/board/i18n/ja.po +++ b/addons/board/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -93,7 +93,7 @@ msgstr "ボード名" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -126,7 +126,7 @@ msgstr "ダッシュボードのレイアウトを選択" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -166,7 +166,7 @@ msgstr "レイアウトの編集" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/ko.po b/addons/board/i18n/ko.po index 5987452ac5a..fadf1d1659e 100644 --- a/addons/board/i18n/ko.po +++ b/addons/board/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "게시판 명칭" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "대시보드 레이아웃 선택" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "레이아웃 편집" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/ln.po b/addons/board/i18n/ln.po index 373248566e2..f230f3b3d9b 100644 --- a/addons/board/i18n/ln.po +++ b/addons/board/i18n/ln.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lingala \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/lt.po b/addons/board/i18n/lt.po index 1f064fadca7..6d150fcaefd 100644 --- a/addons/board/i18n/lt.po +++ b/addons/board/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -98,7 +98,7 @@ msgstr "Skydelio pavadinimas" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -131,7 +131,7 @@ msgstr "Pasirinkite skydelių išdėstymą" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -171,7 +171,7 @@ msgstr "Keisti išdėstymą" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/lv.po b/addons/board/i18n/lv.po index 7436e79cb12..5aeb540277c 100644 --- a/addons/board/i18n/lv.po +++ b/addons/board/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/mk.po b/addons/board/i18n/mk.po index 037c30187fd..908210b3eec 100644 --- a/addons/board/i18n/mk.po +++ b/addons/board/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -98,7 +98,7 @@ msgstr "Име на табла" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -131,7 +131,7 @@ msgstr "Избери изглед на контролна табла" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -171,7 +171,7 @@ msgstr "Уреди изглед" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/mn.po b/addons/board/i18n/mn.po index 775b2c74595..9076af4fd7a 100644 --- a/addons/board/i18n/mn.po +++ b/addons/board/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -95,7 +95,7 @@ msgstr "Самбарын нэр" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -128,7 +128,7 @@ msgstr "Хянах самбарын зохиомжийг сонгох" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -168,7 +168,7 @@ msgstr "Зохиомжийг Засварлах" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/nb.po b/addons/board/i18n/nb.po index 71ea4d244a4..80c6c404e5e 100644 --- a/addons/board/i18n/nb.po +++ b/addons/board/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "Styre navn." #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "Velg kontrollpanel oppsett." #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "Rediger oppsett." #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/nl.po b/addons/board/i18n/nl.po index b4a60e1175e..5ce3d1ca0e8 100644 --- a/addons/board/i18n/nl.po +++ b/addons/board/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-16 10:19+0000\n" "Last-Translator: Leen Sonneveld \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-17 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -99,7 +99,7 @@ msgstr "Dashboard naam" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "Kan geen dashboard actie vinden" @@ -132,7 +132,7 @@ msgstr "Kies dashboard opmaak" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "Kan geen filter aan het dashboard toevoegen" @@ -172,7 +172,7 @@ msgstr "Bewerk Opmaak" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "Filter aan dashboard toegevoegd" diff --git a/addons/board/i18n/nl_BE.po b/addons/board/i18n/nl_BE.po index f664d9e2d6e..cdf2b84c00c 100644 --- a/addons/board/i18n/nl_BE.po +++ b/addons/board/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/pl.po b/addons/board/i18n/pl.po index 609e57f3c2b..ad4fdc948ad 100644 --- a/addons/board/i18n/pl.po +++ b/addons/board/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 14:05+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Nazwa konsoli" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "Nie można znaleźć akcji konsoli" @@ -130,7 +130,7 @@ msgstr "Wybierz układ konsoli" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "Nie można dodać filtra do konsoli" @@ -170,7 +170,7 @@ msgstr "Edytuj układ" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "Filtry dodane do konsoli" diff --git a/addons/board/i18n/pt.po b/addons/board/i18n/pt.po index 39a95934f99..79c4f3e750f 100644 --- a/addons/board/i18n/pt.po +++ b/addons/board/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-16 14:27+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: board @@ -95,7 +95,7 @@ msgstr "Nome do painel" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "Não consegue encontrar a acção do painel" @@ -128,7 +128,7 @@ msgstr "Escolha o aspeto do painel" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "Não conseguiu adicionar filtro ao painel" @@ -168,7 +168,7 @@ msgstr "Editar aspeto" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "Filtro adicionado ao dashboard" diff --git a/addons/board/i18n/pt_BR.po b/addons/board/i18n/pt_BR.po index b0be1f7295f..503b052ffff 100644 --- a/addons/board/i18n/pt_BR.po +++ b/addons/board/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-30 03:09+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Nome do Painel" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "Não encontramos uma ação para o painel" @@ -130,7 +130,7 @@ msgstr "Escolha o Layout do Painel" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "Não foi possível adicionar o filtro ao painel" @@ -170,7 +170,7 @@ msgstr "Editar Layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "Filtro adicionado ao painel" diff --git a/addons/board/i18n/ro.po b/addons/board/i18n/ro.po index ad394829521..86d1c7dc2bd 100644 --- a/addons/board/i18n/ro.po +++ b/addons/board/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-24 09:11+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:04+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Numele Panoului" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "Nu se poate găsi acțiunea tabloului de bord" @@ -130,7 +130,7 @@ msgstr "Alegeti formatul tabloului de bord" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "Nu sa putut adăuga filtru la tablou de bord" @@ -170,7 +170,7 @@ msgstr "Editează formatul" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "Filtru adăugat la tabloul de bord" diff --git a/addons/board/i18n/ru.po b/addons/board/i18n/ru.po index 84474a26979..a517d2e8a20 100644 --- a/addons/board/i18n/ru.po +++ b/addons/board/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -97,7 +97,7 @@ msgstr "Название панели" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -130,7 +130,7 @@ msgstr "Выбрать вид панели" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -170,7 +170,7 @@ msgstr "Редактировать макет" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/sk.po b/addons/board/i18n/sk.po index 5673a890567..ebde4222291 100644 --- a/addons/board/i18n/sk.po +++ b/addons/board/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/sl.po b/addons/board/i18n/sl.po index 77a53d8c0e4..247945c85c5 100644 --- a/addons/board/i18n/sl.po +++ b/addons/board/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -90,7 +90,7 @@ msgstr "Ime nadzorne plošče" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -123,7 +123,7 @@ msgstr "Izberite postavitev nadzorne plošče" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -163,7 +163,7 @@ msgstr "Uredi izgled" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/sq.po b/addons/board/i18n/sq.po index 9a6e5294cf6..a177bc1dab8 100644 --- a/addons/board/i18n/sq.po +++ b/addons/board/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/sr.po b/addons/board/i18n/sr.po index f0e825766d0..f957e08d87f 100644 --- a/addons/board/i18n/sr.po +++ b/addons/board/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/sr@latin.po b/addons/board/i18n/sr@latin.po index 62ef6074ea9..a50f4d3610f 100644 --- a/addons/board/i18n/sr@latin.po +++ b/addons/board/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/sv.po b/addons/board/i18n/sv.po index aeab92144e5..7b56345efa3 100644 --- a/addons/board/i18n/sv.po +++ b/addons/board/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -96,7 +96,7 @@ msgstr "Tavelnamn" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -129,7 +129,7 @@ msgstr "Välj anslagstavellayout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -169,7 +169,7 @@ msgstr "Ändra layout" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/th.po b/addons/board/i18n/th.po index f015bc4123d..222e4eaad28 100644 --- a/addons/board/i18n/th.po +++ b/addons/board/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/tlh.po b/addons/board/i18n/tlh.po index 212d44e9705..4ae388314a9 100644 --- a/addons/board/i18n/tlh.po +++ b/addons/board/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/tr.po b/addons/board/i18n/tr.po index 34bd4f10fe2..c893ef63d64 100644 --- a/addons/board/i18n/tr.po +++ b/addons/board/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:28+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -98,10 +98,10 @@ msgstr "Pano Adı" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" -msgstr "" +msgstr "Kontrol paneli eylemi bulunamıyor" #. module: board #: view:board.create:board.view_board_create @@ -131,10 +131,10 @@ msgstr "Kontrol Paneli Düzeni Seç" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" -msgstr "" +msgstr "Kontrol paneline süzgeç eklenemiyor" #. module: board #: view:board.create:board.view_board_create @@ -155,12 +155,12 @@ msgstr "Yeni Kontrol Paneli Oluştur" #. module: board #: field:board.create,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: board #: field:board.create,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturma" #. module: board #. openerp-web @@ -171,26 +171,26 @@ msgstr "Yerleşim Planını Düzenle" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" -msgstr "" +msgstr "Süzgeç kontrol paneline eklendi" #. module: board #: field:board.board,id:0 #: field:board.create,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: board #: field:board.create,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Son Güncelleyen" #. module: board #: field:board.create,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: board #: view:board.board:board.board_my_dash_view diff --git a/addons/board/i18n/uk.po b/addons/board/i18n/uk.po index 3e270260552..118443f2484 100644 --- a/addons/board/i18n/uk.po +++ b/addons/board/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/vi.po b/addons/board/i18n/vi.po index 187da52f67f..b35572f363c 100644 --- a/addons/board/i18n/vi.po +++ b/addons/board/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -81,7 +81,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -114,7 +114,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -154,7 +154,7 @@ msgstr "" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/zh_CN.po b/addons/board/i18n/zh_CN.po index afbeddff859..0b8f41c6e7f 100644 --- a/addons/board/i18n/zh_CN.po +++ b/addons/board/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -94,7 +94,7 @@ msgstr "仪表板名称" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -127,7 +127,7 @@ msgstr "选择控制面板布局" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -167,7 +167,7 @@ msgstr "编辑布局" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/board/i18n/zh_TW.po b/addons/board/i18n/zh_TW.po index 93f8bfdc9a3..566e4fc6205 100644 --- a/addons/board/i18n/zh_TW.po +++ b/addons/board/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: board #. openerp-web @@ -93,7 +93,7 @@ msgstr "告示板名稱" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:370 +#: code:addons/board/static/src/js/dashboard.js:374 #, python-format msgid "Can't find dashboard action" msgstr "" @@ -126,7 +126,7 @@ msgstr "選擇儀表板佈置方式" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:402 +#: code:addons/board/static/src/js/dashboard.js:406 #, python-format msgid "Could not add filter to dashboard" msgstr "" @@ -166,7 +166,7 @@ msgstr "編輯佈置方式" #. module: board #. openerp-web -#: code:addons/board/static/src/js/dashboard.js:405 +#: code:addons/board/static/src/js/dashboard.js:409 #, python-format msgid "Filter added to dashboard" msgstr "" diff --git a/addons/bus/i18n/hu.po b/addons/bus/i18n/hu.po new file mode 100644 index 00000000000..2031accddd3 --- /dev/null +++ b/addons/bus/i18n/hu.po @@ -0,0 +1,53 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-10-06 14:49+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: bus +#: field:bus.bus,channel:0 +msgid "Channel" +msgstr "Csatorna" + +#. module: bus +#: field:bus.bus,create_date:0 +msgid "Create date" +msgstr "Létrehozás dátuma" + +#. module: bus +#: field:bus.bus,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: bus +#: field:bus.bus,id:0 +msgid "ID" +msgstr "Azonosító ID" + +#. module: bus +#: field:bus.bus,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: bus +#: field:bus.bus,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve ekkor" + +#. module: bus +#: field:bus.bus,message:0 +msgid "Message" +msgstr "Üzenet" diff --git a/addons/bus/i18n/it.po b/addons/bus/i18n/it.po index 66fc078ee69..a431674f35f 100644 --- a/addons/bus/i18n/it.po +++ b/addons/bus/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-09 13:04+0000\n" +"PO-Revision-Date: 2014-10-01 20:19+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: bus @@ -40,12 +40,12 @@ msgstr "ID" #. module: bus #: field:bus.bus,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: bus #: field:bus.bus,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: bus #: field:bus.bus,message:0 diff --git a/addons/calendar/i18n/af.po b/addons/calendar/i18n/af.po index 43d2c74aff2..ebbe2a28824 100644 --- a/addons/calendar/i18n/af.po +++ b/addons/calendar/i18n/af.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Hele dag" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E-pos" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Fout!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Waarskuwing!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/ar.po b/addons/calendar/i18n/ar.po index 3a8aa9334ac..0cae0501a58 100644 --- a/addons/calendar/i18n/ar.po +++ b/addons/calendar/i18n/ar.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "تم القبول" msgid "Active" msgstr "نشِط" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "كامل اليوم" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "متاح" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "البريد الإلكتروني" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "لم يتم العثور على عناوين بريد الكتروني" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "خطأ ! لا يمكن أن يكون تاريخ الانتهاء قبل تاريخ البدء." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "خطأ!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "بحث عن الاجتماعات" msgid "Second" msgstr "الثّانية" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "الـ" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "جهات الاتصال التالية لا يوجد لهم عنوان بريد الكتروني:" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "تحذير!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/bg.po b/addons/calendar/i18n/bg.po index ee4072eb23e..99b6d2a866b 100644 --- a/addons/calendar/i18n/bg.po +++ b/addons/calendar/i18n/bg.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Приета" msgid "Active" msgstr "Активен" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Целият ден" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Наличност" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Имейл" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Грешка!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "Чет" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Предупреждение!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/bn.po b/addons/calendar/i18n/bn.po index f93d7cf03be..55bc044705d 100644 --- a/addons/calendar/i18n/bn.po +++ b/addons/calendar/i18n/bn.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "গৃহীত" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "সারাদিন" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "ই-মেইল" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "ভুল" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/bs.po b/addons/calendar/i18n/bs.po index f052a7021ab..6f3e312207f 100644 --- a/addons/calendar/i18n/bs.po +++ b/addons/calendar/i18n/bs.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -647,7 +689,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -668,13 +710,20 @@ msgstr "Prihvaćen" msgid "Active" msgstr "Aktivan" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Cijeli dan" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -685,13 +734,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -725,7 +774,7 @@ msgid "Availability" msgstr "Raspoloživost" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -883,7 +932,7 @@ msgid "Email" msgstr "E-Mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Email adrese koje nisu pronađene" @@ -924,7 +973,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Greška ! Datum početka poslije dauma završetka." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Greška!" @@ -1009,7 +1058,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Grupiranje po datumu nije podržano. Koristite kalendar." @@ -1429,13 +1478,6 @@ msgstr "Pretraži sastanke" msgid "Second" msgstr "Drugi" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1516,7 +1558,7 @@ msgid "The" msgstr "!" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Za ove osobe nemamo email adresu:" @@ -1592,7 +1634,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -1673,7 +1715,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1684,14 +1726,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/ca.po b/addons/calendar/i18n/ca.po index 1e0fe970322..92b6d41f170 100644 --- a/addons/calendar/i18n/ca.po +++ b/addons/calendar/i18n/ca.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Acceptada" msgid "Active" msgstr "Actiu" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Tot el dia" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Disponibilitat" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Correu electrònic" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Error!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1419,13 +1468,6 @@ msgstr "" msgid "Second" msgstr "Segon" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1506,7 +1548,7 @@ msgid "The" msgstr "El/La" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1582,7 +1624,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Avís!" @@ -1663,7 +1705,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1674,14 +1716,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/cs.po b/addons/calendar/i18n/cs.po index 432f5fa84bd..c86dc280934 100644 --- a/addons/calendar/i18n/cs.po +++ b/addons/calendar/i18n/cs.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -646,7 +688,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -667,13 +709,20 @@ msgstr "Přijato" msgid "Active" msgstr "Aktivní" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Celý den" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -684,13 +733,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -724,7 +773,7 @@ msgid "Availability" msgstr "Dostupnost" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -882,7 +931,7 @@ msgid "Email" msgstr "Email" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "neexistující e-mailové adresy" @@ -923,7 +972,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Chyba! Koncové datum nemůže být dříve než počáteční datum." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Chyba!" @@ -1008,7 +1057,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Seskupení podle data není podporováno, použijte zobrazení kalendáře." @@ -1426,13 +1475,6 @@ msgstr "Hledat schůzky" msgid "Second" msgstr "Druhý" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1513,7 +1555,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Tyto kontakty nemají e-mail:" @@ -1589,7 +1631,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Varování!" @@ -1670,7 +1712,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1681,14 +1723,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/da.po b/addons/calendar/i18n/da.po index 47edfaa1e67..94dacf823d7 100644 --- a/addons/calendar/i18n/da.po +++ b/addons/calendar/i18n/da.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Accepteret" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Hele dagen" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Fejl!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/de.po b/addons/calendar/i18n/de.po index 8f5ac3281cb..c52b20a27f4 100644 --- a/addons/calendar/i18n/de.po +++ b/addons/calendar/i18n/de.po @@ -7,45 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-20 09:57+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 08:59+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:24+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

Wir möchten " +"Sie an den folgenden Termin erinnern :

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Ort\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Anz" +"eige Karte)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Anlass\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" Dauer\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Teilnehmer\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" Sie\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Hallo " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} hat Sie zum Meeting " +"${object.event_id.name} der Firma ${object.event_id.user_id.company_id.name} " +"eingeladen.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Ort\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Anz" +"eige Karte)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Anlass\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" Dauer\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Teilnehmer\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Annehmen\n" +" Absagen\n" +" Anzeigen\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" " \n" -"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -202,32 +1015,42 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -238,15 +1061,18 @@ msgid "" "
\n" " Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" +"${object.cn} ,
\n" +"

Das Datum für " +"das Meeting wurde geändert...
\n" +" Die Einladung von " +"${object.event_id.user_id.partner_id.name} wird verschoben : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" "
\n" "
\n" " \n" -" \n" +" " +" \n" " \n" -" \n" @@ -344,8 +1170,7 @@ msgid "" "
\n" -" " -"Duration\n" +" Dauer\n" "
\n" " % endif\n" " \n" @@ -369,7 +1194,7 @@ msgid "" "25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', " "Ubuntu, Arial, Verdana, sans-serif;\">\n" "
\n" -" Attendees\n" +" Teilnehmer\n" "
\n" " \n" "
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" -" Where\n" +" Ort\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Anz" +"eige Karte)\n" " " "\n" "
\n" @@ -318,7 +1144,7 @@ msgid "" "
\n" -" What\n" +" Anlass\n" "
\n" " % endif\n" "
\n" @@ -394,7 +1219,8 @@ msgid "" "
\n" "
\n" +"
" +" \n" "
\n" "
\n" @@ -402,204 +1228,26 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" -"
\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" +"
\n" " \n" -" \n" +" \n" +" \n" +" \n" " " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" #. module: calendar #. openerp-web @@ -611,7 +1259,7 @@ msgstr " [Ich]" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_invitation msgid "${object.event_id.name}" -msgstr "" +msgstr "${object.event_id.name}" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_changedate @@ -647,7 +1295,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "Es wurde eine E-Mail mit dem geänderten Datum versendet!" @@ -668,13 +1316,20 @@ msgstr "Akzeptiert" msgid "Active" msgstr "Aktiv" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "Weiteren Kalender hinzufügen" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Ganzer Tag" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "Ganztägig, %s" @@ -685,13 +1340,13 @@ msgid "Amount" msgstr "Dauer" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Es wurde eine Einladungsemail an %s gesendet" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Es wurde eine Einladungsemail an alle Teilnehmer gesendet" @@ -725,7 +1380,7 @@ msgid "Availability" msgstr "Verfügbarkeit" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -885,7 +1540,7 @@ msgid "Email" msgstr "E-Mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "E-Mail Adresse wurde nicht gefunden" @@ -926,7 +1581,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Fehler! Das Enddatum sollte nicht vor dem Startdatum sein." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Fehler !" @@ -1011,7 +1666,7 @@ msgid "Group By" msgstr "Gruppierung" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Gruppieren nach Datum fehlt, es wird der Kalender-View verwendet." @@ -1072,7 +1727,7 @@ msgstr "Einladung" #. module: calendar #: field:calendar.attendee,access_token:0 msgid "Invitation Token" -msgstr "" +msgstr "Zugang Token" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -1431,13 +2086,6 @@ msgstr "Meetings suchen" msgid "Second" msgstr "Zweiter" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Bevorzugten Kalender wählen" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1518,7 +2166,7 @@ msgid "The" msgstr "Der" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Die folgenden Kontakte haben keine E-Mail Adresse hinterlegt:" @@ -1594,7 +2242,7 @@ msgstr "Nur diesen Eintrag aktualisieren" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Warnung!" @@ -1676,7 +2324,7 @@ msgid "colorize" msgstr "farblich markieren" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "Anzahl kann nicht negativ oder Null sein." @@ -1684,17 +2332,17 @@ msgstr "Anzahl kann nicht negativ oder Null sein." #. module: calendar #: field:calendar.alarm,duration_minutes:0 msgid "duration_minutes" -msgstr "" +msgstr "duration_minutes" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "Das Intervall darf nicht negativ sein." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "Warnung!" diff --git a/addons/calendar/i18n/el.po b/addons/calendar/i18n/el.po index 6809a7909ba..a8f52dac635 100644 --- a/addons/calendar/i18n/el.po +++ b/addons/calendar/i18n/el.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" -" \n" -" \n" @@ -326,7 +1158,7 @@ msgstr "" " % if " "object.event_id.description :\n" "
\n" +"style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n" " : " "${object.event_id.description}\n" "
\n" @@ -341,7 +1173,7 @@ msgstr "" " % if not " "object.event_id.allday and object.event_id.duration:\n" "
\n" " " "Duración\n" @@ -353,7 +1185,7 @@ msgstr "" " % if not " "object.event_id.allday and object.event_id.duration:\n" "
\n" +"style=\"font-family: Lucica Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n" " : " "${('%dH%02d' % " "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" @@ -365,7 +1197,7 @@ msgstr "" "
\n" " \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Αποδεκτή" msgid "Active" msgstr "Ενεργό" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Ολοήμερο" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Διαθεσιμότητα" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Email" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Λάθος!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1419,13 +1468,6 @@ msgstr "" msgid "Second" msgstr "Δευτερόλεπτο" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1506,7 +1548,7 @@ msgid "The" msgstr "Το" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1582,7 +1624,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Προειδοποίηση" @@ -1663,7 +1705,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1674,14 +1716,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/es.po b/addons/calendar/i18n/es.po index f380a12db2e..87ab946f2bd 100644 --- a/addons/calendar/i18n/es.po +++ b/addons/calendar/i18n/es.po @@ -7,22 +7,416 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-22 18:24+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 08:04+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-23 07:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

Esto es un " +"recordatorio para el siguiente evento:

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Dónde\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Sobre " +"qué\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duración\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Asistentes\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -33,9 +427,433 @@ msgid "" "
\n" " Dear " -"${object.cn} ,
\n" +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Estimado " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} le ha invitado al " +"evento ${object.event_id.name} de " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Dónde\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Sobre " +"qué\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duración\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Asistentes\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Aceptar\n" +" Declinar\n" +" Ver\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" "

The date of " -"the meeting has been changed...
\n" +"the meeting has been changed...
\n" " The meeting created by " "${object.event_id.user_id.partner_id.name} is now scheduled for : " "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" @@ -59,9 +877,9 @@ msgid "" " " "${object.event_id.get_interval(object.event_id.start,'day')}\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,28 +1019,42 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" "
\n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" -"\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -233,11 +1065,11 @@ msgstr "" "
\n" " Estimado/a ${object.cn} ,
\n" -"

Se ha cambiado " -"la fecha de la reunión...
\n" +"left:12px\">Estimado/a ${object.cn} ,
\n" +"

La fecha de la " +"reunión ha cambiado...
\n" " La reunión creada por " -"${object.event_id.user_id.partner_id.name} está planificada ahora para: " +"${object.event_id.user_id.partner_id.name} está ahora planificada para : " "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" "
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " Dónde\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (Ver mapa)\n" +"style= \"color:#A9A9A9; \">(Ver" +" mapa)\n" " " "\n" "
\n" @@ -314,10 +1146,10 @@ msgstr "" " % if " "object.event_id.description :\n" "
\n" -" Objeto " -"de la reunión\n" +" Sobre " +"qué\n" "
\n" " % endif\n" "
\n" "
\n" " Asistentes\n" @@ -402,773 +1234,25 @@ msgstr "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Aceptar\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Aceptar\n" " Declinar\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Declinar\n" " Ver\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Ver\n" "
\n" " \n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Dónde\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Ver mapa)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Objeto " -"de la reunión\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duración\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Asistentes\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Aceptar\n" -" Declinar\n" -" Ver\n" -"
\n" -"
\n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Dónde\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Ver mapa)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Objeto " -"de la reunión\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duración\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Asistentes\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " #. module: calendar @@ -1217,7 +1301,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -1240,13 +1324,20 @@ msgstr "Aceptada" msgid "Active" msgstr "Activo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "Añadir calendario favorito" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo el día" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "Todo el día , %s" @@ -1257,13 +1348,13 @@ msgid "Amount" msgstr "Importe" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Se ha enviado un correo electrónico al asistente %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Se ha enviado un correo electrónico a los asistentes" @@ -1297,7 +1388,7 @@ msgid "Availability" msgstr "Disponibilidad" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -1456,7 +1547,7 @@ msgid "Email" msgstr "Correo electrónico" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Dirección de email no encontrada" @@ -1498,7 +1589,7 @@ msgstr "" "¡Error! La fecha de fin no puede ser establecida antes de la de inicio." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1583,7 +1674,7 @@ msgid "Group By" msgstr "Agrupar por" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -2004,13 +2095,6 @@ msgstr "Buscar reuniones" msgid "Second" msgstr "Segundo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Seleccionar calendario favorito" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -2091,7 +2175,7 @@ msgid "The" msgstr "El" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Los siguientes contactos no tienen cuenta de correo" @@ -2167,7 +2251,7 @@ msgstr "Actualizar sólo esta instancia" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -2250,7 +2334,7 @@ msgid "colorize" msgstr "colorear" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "El nº de repeticiones no puede ser negativo o 0." @@ -2261,14 +2345,14 @@ msgid "duration_minutes" msgstr "duration_minutes" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "El intervalo no puede ser negativo." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "Aviso" diff --git a/addons/calendar/i18n/es_AR.po b/addons/calendar/i18n/es_AR.po index eb697b7f019..5180fc04d03 100644 --- a/addons/calendar/i18n/es_AR.po +++ b/addons/calendar/i18n/es_AR.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo el Día" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/es_CR.po b/addons/calendar/i18n/es_CR.po index b10a23a434e..2ecaee50e7a 100644 --- a/addons/calendar/i18n/es_CR.po +++ b/addons/calendar/i18n/es_CR.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Aceptada" msgid "Active" msgstr "Activo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo el día" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Disponibilidad" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Correo electrónico" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "" msgid "Second" msgstr "Segundo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "El" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/es_EC.po b/addons/calendar/i18n/es_EC.po index 2f1721c39ba..ae49fe179e2 100644 --- a/addons/calendar/i18n/es_EC.po +++ b/addons/calendar/i18n/es_EC.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo el día" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "¡Advertencia!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/es_MX.po b/addons/calendar/i18n/es_MX.po index 52a9f85eda5..a357508714b 100644 --- a/addons/calendar/i18n/es_MX.po +++ b/addons/calendar/i18n/es_MX.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/es_PY.po b/addons/calendar/i18n/es_PY.po index 69fcf184112..1e8adced056 100644 --- a/addons/calendar/i18n/es_PY.po +++ b/addons/calendar/i18n/es_PY.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Aceptada" msgid "Active" msgstr "Activo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo el día" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Disponibilidad" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Correo electrónico" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "" msgid "Second" msgstr "Segundo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "El" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "¡Cuidado!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/et.po b/addons/calendar/i18n/et.po index 6aa070e9534..1cccf39638d 100644 --- a/addons/calendar/i18n/et.po +++ b/addons/calendar/i18n/et.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Kogu päev" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Viga!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/fa.po b/addons/calendar/i18n/fa.po index accd78d0c74..976fc5ea88b 100644 --- a/addons/calendar/i18n/fa.po +++ b/addons/calendar/i18n/fa.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/fi.po b/addons/calendar/i18n/fi.po index c1c870be3bf..6ca5ebdb031 100644 --- a/addons/calendar/i18n/fi.po +++ b/addons/calendar/i18n/fi.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -647,7 +689,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -668,13 +710,20 @@ msgstr "Hyväksytty" msgid "Active" msgstr "Aktiivinen" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "koko päivän" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -685,13 +734,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -725,7 +774,7 @@ msgid "Availability" msgstr "Saatavuus" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -883,7 +932,7 @@ msgid "Email" msgstr "Sähköposti" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Sähköpostiosoitetta ei löydy" @@ -924,7 +973,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Virhe! Loppuaika ei voi olla ennen alkuaikaa." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Virhe!" @@ -1009,7 +1058,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1430,13 +1479,6 @@ msgstr "Hae tapaamiset" msgid "Second" msgstr "Sekunti" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1517,7 +1559,7 @@ msgid "The" msgstr "." #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Seuraavilla yhteystiedoilla ei ole sähköpostia määritelty :" @@ -1593,7 +1635,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Varoitus!" @@ -1674,7 +1716,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1685,14 +1727,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/fr.po b/addons/calendar/i18n/fr.po index 55dcd181e8a..300d9dbca6a 100644 --- a/addons/calendar/i18n/fr.po +++ b/addons/calendar/i18n/fr.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -648,7 +690,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -669,13 +711,20 @@ msgstr "Accepté" msgid "Active" msgstr "Actif" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Toute la journée" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -686,13 +735,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -726,7 +775,7 @@ msgid "Availability" msgstr "Disponibilité" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -884,7 +933,7 @@ msgid "Email" msgstr "Courriel" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Adresses courriels non trouvées" @@ -926,7 +975,7 @@ msgstr "" "Erreur ! La date de fin ne doit pas être antérieure à la date de début." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Erreur!" @@ -1011,7 +1060,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1431,13 +1480,6 @@ msgstr "Rechercher dans les rendez-vous" msgid "Second" msgstr "Seconde" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1518,7 +1560,7 @@ msgid "The" msgstr "Le" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Les contacts suivants n'ont pas d'adresse courriel :" @@ -1594,7 +1636,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Avertissement!" @@ -1675,7 +1717,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1686,14 +1728,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/gl.po b/addons/calendar/i18n/gl.po index 8185d972a03..26b55e15a86 100644 --- a/addons/calendar/i18n/gl.po +++ b/addons/calendar/i18n/gl.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Aceptado" msgid "Active" msgstr "Activo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo o día" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Dispoñibilidade" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E-mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Erro!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "" msgid "Second" msgstr "Segundo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "O/A" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/he.po b/addons/calendar/i18n/he.po index 604cfd1e8c3..a01d92c22ec 100644 --- a/addons/calendar/i18n/he.po +++ b/addons/calendar/i18n/he.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "אושרה" msgid "Active" msgstr "פעיל" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "כל היום" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "זמינות" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "דוא״ל" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "לא נמצאה כתבות דוא\"ל" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "שגיאה ! תאריך הסיום לא יכול להיות לפני תאריך ההתחלה." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "שגיאה!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "חפש פגישות" msgid "Second" msgstr "שנייה" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "ה־" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "לאנשי הקשר הבאים אין כתובת דוא\"ל :" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "אזהרה!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/hr.po b/addons/calendar/i18n/hr.po index ab956cedef8..63e1d7e857c 100644 --- a/addons/calendar/i18n/hr.po +++ b/addons/calendar/i18n/hr.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Prihvaćeno" msgid "Active" msgstr "Aktivan" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Cijeli dan" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Raspoloživost" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E-pošta" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Email adrese koje nisu pronađene" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Greška ! Datum početka poslije dauma završetka." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Greška!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Grupiranje po datumu nije podržano. Koristite kalendar." @@ -1420,13 +1469,6 @@ msgstr "Traži sastanke" msgid "Second" msgstr "Drugi" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1507,7 +1549,7 @@ msgid "The" msgstr "!" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Za ove osobe nemamo email adresu:" @@ -1583,7 +1625,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -1664,7 +1706,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1675,14 +1717,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/hu.po b/addons/calendar/i18n/hu.po index 37c3c874911..92f526dd443 100644 --- a/addons/calendar/i18n/hu.po +++ b/addons/calendar/i18n/hu.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 20:46+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Tér" +"kép nézet)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Mit\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Időtartam\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Feliratkozók\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Hol\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Mit\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Időtartam\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Feliratkozók\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" " \n" -"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,32 +1017,42 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -237,15 +1063,18 @@ msgid "" "
\n" " Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" +"${object.cn} ,
\n" +"

A találkozó " +"dátuma megváltozott...
\n" +" A találkozót megszervezte " +"${object.event_id.user_id.partner_id.name} és új időpontja : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" "
\n" "
\n" " \n" -" \n" +" " +" \n" " \n" -" \n" @@ -344,7 +1173,7 @@ msgid "" "style=\"height:auto; width: 120px; background : #CCCCCC; font-family: Lucica " "Grande', Ubuntu, Arial, Verdana, sans-serif;\">\n" " " -"Duration\n" +"Időtartam\n" " \n" " % endif\n" " \n" @@ -368,7 +1197,7 @@ msgid "" "25px;width: 120px; background : # CCCCCC; font-family: Lucica Grande', " "Ubuntu, Arial, Verdana, sans-serif;\">\n" "
\n" -" Attendees\n" +" Feliratkozók\n" "
\n" " \n" "
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" -" Where\n" +" Hol\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -317,7 +1146,7 @@ msgid "" "
\n" -" What\n" +" Mit\n" "
\n" " % endif\n" "
\n" @@ -393,7 +1222,8 @@ msgid "" "
\n" "
\n" +"
" +" \n" "
\n" "
\n" @@ -401,226 +1231,48 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" -"
\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" +"
\n" " \n" -" \n" +" \n" +" \n" +" \n" " " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:20 #, python-format msgid " [Me]" -msgstr "" +msgstr " [Én]" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_invitation msgid "${object.event_id.name}" -msgstr "" +msgstr "${object.event_id.name}" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_changedate msgid "${object.event_id.name} - Date has been updated" -msgstr "" +msgstr "${object.event_id.name} - A dátum frissítve lett" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_reminder msgid "${object.event_id.name} - Reminder" -msgstr "" +msgstr "${object.event_id.name} - Emlékeztető" #. module: calendar #: model:ir.actions.act_window,help:calendar.action_calendar_event @@ -648,10 +1300,10 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" -msgstr "" +msgstr "Egy email ki lett küldve a dátum változás részleteivel !" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -669,48 +1321,55 @@ msgstr "Elfogadott" msgid "Active" msgstr "Aktív" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "Kedvenc naptár hozzáadása" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Egész nap" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" -msgstr "" +msgstr "Minden nap, %s" #. module: calendar #: field:calendar.alarm,duration:0 msgid "Amount" -msgstr "" +msgstr "Mennyiség" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" -msgstr "" +msgstr "Egy meghívó lett kiküldve a feliratkozóknak %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" -msgstr "" +msgstr "Egy meghívó lett kiküldve a feliratkozó(k)nak" #. module: calendar #: field:calendar.event,is_attendee:0 msgid "Attendee" -msgstr "" +msgstr "Feliratkozók" #. module: calendar #: field:calendar.event,attendee_status:0 msgid "Attendee Status" -msgstr "" +msgstr "Feliratkozók állapota" #. module: calendar #: model:ir.model,name:calendar.model_calendar_attendee msgid "Attendee information" -msgstr "Résztvevők információi" +msgstr "Feliratkozók információi" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -718,7 +1377,7 @@ msgstr "Résztvevők információi" #: field:calendar.event,attendee_ids:0 #: field:calendar.event,partner_ids:0 msgid "Attendees" -msgstr "Résztvevők" +msgstr "Feliratkozók" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -726,7 +1385,7 @@ msgid "Availability" msgstr "Elérhetőség" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -741,12 +1400,12 @@ msgstr "Nappal" #. module: calendar #: field:calendar.event,start:0 msgid "Calculated start" -msgstr "" +msgstr "Számított kezdési időpont" #. module: calendar #: field:calendar.event,stop:0 msgid "Calculated stop" -msgstr "" +msgstr "Számított befejezés" #. module: calendar #: model:ir.ui.menu,name:calendar.mail_menu_calendar @@ -759,12 +1418,14 @@ msgstr "Naptár" #: code:addons/calendar/static/src/xml/base_calendar.xml:42 #, python-format msgid "Calendar Invitation" -msgstr "" +msgstr "Meghívási naptár" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Click here to update only this instance and not all recurrences." msgstr "" +"Kattintson ide csak ennek a szakasznak a frissítéséhez és ne az összes " +"visszatérőnak." #. module: calendar #: field:calendar.attendee,cn:0 @@ -788,7 +1449,7 @@ msgstr "Kapcsolat" #: field:calendar.event,create_uid:0 #: field:calendar.event.type,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: calendar #: field:calendar.alarm,create_date:0 @@ -797,7 +1458,7 @@ msgstr "" #: field:calendar.event,create_date:0 #: field:calendar.event.type,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet1 @@ -819,7 +1480,7 @@ msgstr "Hónap napja" #. module: calendar #: help:calendar.event,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "A feljegyzésen történt utolsó üzenet dátuma." #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -869,7 +1530,7 @@ msgstr "Részletek" #: code:addons/calendar/static/src/js/base_calendar.js:124 #, python-format msgid "Do you really want to delete this filter from favorite?" -msgstr "" +msgstr "Tényleg szeretné ennek a szűrőnek a törlését a kedvencek közül?" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form_popup @@ -884,7 +1545,7 @@ msgid "Email" msgstr "E-mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "E-mail cím nem található" @@ -897,7 +1558,7 @@ msgstr "E-mail a meghívott személynek" #. module: calendar #: field:calendar.contacts,partner_id:0 msgid "Employee" -msgstr "" +msgstr "Munkavállaló" #. module: calendar #: field:calendar.event,stop_date:0 @@ -907,7 +1568,7 @@ msgstr "Befejezés dátuma" #. module: calendar #: field:calendar.event,stop_datetime:0 msgid "End Datetime" -msgstr "" +msgstr "Dátumidő leállítás" #. module: calendar #: selection:calendar.event,end_type:0 @@ -917,7 +1578,7 @@ msgstr "Befejezési dátuma" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Ending at" -msgstr "" +msgstr "Befejezés ekkor" #. module: calendar #: constraint:calendar.event:0 @@ -925,7 +1586,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Hiba! A végső dátum nem lehet a kezséi dátum előtt." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Hiba!" @@ -938,19 +1599,19 @@ msgstr "Esemény" #. module: calendar #: field:calendar.event,display_time:0 msgid "Event Time" -msgstr "" +msgstr "Esemény ideje" #. module: calendar #: model:ir.model,name:calendar.model_calendar_alarm msgid "Event alarm" -msgstr "" +msgstr "Esemény figyelmeztető" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:30 #, python-format msgid "Everybody's calendars" -msgstr "" +msgstr "Mindenki naptára" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet5 @@ -1007,10 +1668,10 @@ msgstr "Péntek" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1019,7 +1680,7 @@ msgstr "" #. module: calendar #: model:ir.model,name:calendar.model_ir_http msgid "HTTP routing" -msgstr "" +msgstr "HTTP útvonal" #. module: calendar #: help:calendar.event,message_summary:0 @@ -1067,12 +1728,12 @@ msgstr "Belső találkozó" #. module: calendar #: model:mail.message.subtype,name:calendar.subtype_invitation msgid "Invitation" -msgstr "" +msgstr "Meghívó" #. module: calendar #: field:calendar.attendee,access_token:0 msgid "Invitation Token" -msgstr "" +msgstr "Meghívó szimbólum" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -1102,7 +1763,7 @@ msgstr "Utolsó" #. module: calendar #: field:calendar.event,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Utolsó üzenet időpontja" #. module: calendar #: field:calendar.alarm,write_uid:0 @@ -1111,7 +1772,7 @@ msgstr "" #: field:calendar.event,write_uid:0 #: field:calendar.event.type,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: calendar #: field:calendar.alarm,write_date:0 @@ -1120,12 +1781,12 @@ msgstr "" #: field:calendar.event,write_date:0 #: field:calendar.event.type,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: calendar #: field:res.partner,calendar_last_notif_ack:0 msgid "Last notification marked as read from base Calendar" -msgstr "" +msgstr "Utolsó figyelmeztetés olvasottnak jelölve az alap naptárban" #. module: calendar #: help:calendar.event,rrule_type:0 @@ -1145,7 +1806,7 @@ msgstr "Esemény helyszíne" #. module: calendar #: field:calendar.contacts,user_id:0 msgid "Me" -msgstr "" +msgstr "Én" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -1177,7 +1838,7 @@ msgstr "Találkozó típusai" #. module: calendar #: field:calendar.attendee,event_id:0 msgid "Meeting linked" -msgstr "" +msgstr "Találkozó hozzáfűzve" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_calendar @@ -1213,7 +1874,7 @@ msgstr "Percek" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Misc" -msgstr "" +msgstr "Vegyes" #. module: calendar #: model:ir.model,name:calendar.model_ir_model @@ -1262,12 +1923,12 @@ msgstr "Beavatkozás szükséges" #: code:addons/calendar/static/src/xml/base_calendar.xml:46 #, python-format msgid "No I'm not going." -msgstr "" +msgstr "Nem én nem megyek." #. module: calendar #: selection:calendar.alarm,type:0 msgid "Notification" -msgstr "" +msgstr "Értesítés" #. module: calendar #: selection:calendar.event,end_type:0 @@ -1279,7 +1940,7 @@ msgstr "Ismétlések száma" #: code:addons/calendar/static/src/xml/base_calendar.xml:20 #, python-format msgid "OK" -msgstr "" +msgstr "Ok" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet3 @@ -1309,7 +1970,7 @@ msgstr "Tulajdonos" #. module: calendar #: model:ir.model,name:calendar.model_res_partner msgid "Partner" -msgstr "" +msgstr "Partner" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -1371,14 +2032,14 @@ msgstr "Időszakos szabály" #. module: calendar #: field:calendar.event,alarm_ids:0 msgid "Reminders" -msgstr "" +msgstr "Emlékeztetők" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:80 #, python-format msgid "Remove this favorite from the list" -msgstr "" +msgstr "Távolítsa el ezt a kedvencet a listából" #. module: calendar #: field:calendar.event,count:0 @@ -1431,13 +2092,6 @@ msgstr "Találkozó keresés" msgid "Second" msgstr "Második" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1446,7 +2100,7 @@ msgstr "Munkanapokat válasszon" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Send mail" -msgstr "" +msgstr "Üzenetet küld" #. module: calendar #: field:calendar.event,show_as:0 @@ -1458,7 +2112,7 @@ msgstr "Mutassa az időt mint" #: code:addons/calendar/static/src/xml/base_calendar.xml:22 #, python-format msgid "Snooze" -msgstr "" +msgstr "Szundi" #. module: calendar #: field:calendar.event,start_date:0 @@ -1468,7 +2122,7 @@ msgstr "Kezdő dátum" #. module: calendar #: field:calendar.event,start_datetime:0 msgid "Start DateTime" -msgstr "" +msgstr "Dátum idő elindítás" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -1485,7 +2139,7 @@ msgstr "Állapot" #. module: calendar #: help:calendar.attendee,state:0 msgid "Status of the attendee's participation" -msgstr "A látogatók részvételi helyzete" +msgstr "A feliratkozók részvételi helyzete" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_tree @@ -1518,7 +2172,7 @@ msgid "The" msgstr "A" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "A következő kapcsolatoknak nincs e-amil címük:" @@ -1531,7 +2185,7 @@ msgstr "Harmadik" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "This event is linked to a recurrence..." -msgstr "" +msgstr "Ez az esemény hozzáfűzve egy visszatéréshez..." #. module: calendar #: field:calendar.event,th:0 @@ -1556,7 +2210,7 @@ msgstr "Kedd" #. module: calendar #: field:calendar.alarm,type:0 msgid "Type" -msgstr "" +msgstr "Típus" #. module: calendar #: selection:calendar.attendee,state:0 @@ -1573,7 +2227,7 @@ msgstr "Nincs megerősítve" #. module: calendar #: field:calendar.alarm,interval:0 msgid "Unit" -msgstr "" +msgstr "Egység" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -1589,12 +2243,12 @@ msgstr "Eddig" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Update only this instance" -msgstr "" +msgstr "Csak ezt a szakaszt frissítse" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Vigyázat!" @@ -1604,6 +2258,7 @@ msgstr "Vigyázat!" msgid "" "Warning, a mandatory field has been modified since the creation of this event" msgstr "" +"Figyelem, egy kötelező mezőt módosíott ennek az eseménynek a létrehozásakor" #. module: calendar #: field:calendar.event,we:0 @@ -1630,21 +2285,21 @@ msgstr "Hétköznap" #: code:addons/calendar/static/src/xml/base_calendar.xml:54 #, python-format msgid "When" -msgstr "" +msgstr "Mikor" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:58 #, python-format msgid "Where" -msgstr "" +msgstr "Hol" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:62 #, python-format msgid "Who" -msgstr "" +msgstr "Kivel" #. module: calendar #: selection:calendar.event,rrule_type:0 @@ -1656,7 +2311,7 @@ msgstr "Év(ek)" #: code:addons/calendar/static/src/xml/base_calendar.xml:45 #, python-format msgid "Yes I'm going." -msgstr "" +msgstr "Igen én résztveszek." #. module: calendar #: code:addons/calendar/calendar.py:103 @@ -1667,18 +2322,18 @@ msgstr "Nem sokszorozhat meg egy naptári résztvevőt." #. module: calendar #: field:calendar.contacts,active:0 msgid "active" -msgstr "" +msgstr "aktív" #. module: calendar #: field:calendar.event,color_partner_id:0 msgid "colorize" -msgstr "" +msgstr "színez" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." -msgstr "" +msgstr "számláló nem lehet negatív vagy 0." #. module: calendar #: field:calendar.alarm,duration_minutes:0 @@ -1686,14 +2341,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." -msgstr "" +msgstr "időköz nem lehet negatív." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" -msgstr "" +msgstr "figyelem!" diff --git a/addons/calendar/i18n/id.po b/addons/calendar/i18n/id.po index 06e5756e5e9..8b2b48438d5 100644 --- a/addons/calendar/i18n/id.po +++ b/addons/calendar/i18n/id.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/it.po b/addons/calendar/i18n/it.po index 6aecbcb71d6..a63d417ce6c 100644 --- a/addons/calendar/i18n/it.po +++ b/addons/calendar/i18n/it.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 20:31+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +"\n" +"\n" +"${object.event_id.name}\n" +"\n" +"\n" +"\n" +"
\n" +"
\n" +"${object.event_id.name}\n" +"
\n" +"
\n" +"Spettabile ${object.cn} ,
\n" +"

Questo è un promemoria dell'evento descritto " +"qui sotto:

\n" +"
\n" +"
\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not " +"object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
\n" +"% if object.event_id.location:\n" +"
\n" +"Dove\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.location:\n" +"
\n" +": ${object.event_id.location}\n" +"(Vie" +"w Map)\n" +"\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.description :\n" +"
\n" +"What\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.description :\n" +"
\n" +": ${object.event_id.description}\n" +"
\n" +"% endif\n" +"
\n" +"% if not object.event_id.allday and object.event_id.duration:\n" +"
\n" +"Durata\n" +"
\n" +"% endif\n" +"
\n" +"% if not object.event_id.allday and object.event_id.duration:\n" +"
\n" +": ${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +"% endif\n" +"
\n" +"
\n" +"Partecipanti\n" +"
\n" +"
\n" +":\n" +"% for attendee in object.event_id.attendee_ids:\n" +"
\n" +"% if attendee.cn != object.cn:\n" +"${attendee.cn}\n" +"% else:\n" +"Tu\n" +"% endif\n" +"% endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +"\n" +"\n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +"\n" +"\n" +"${object.event_id.name}\n" +"\n" +"\n" +"\n" +"
\n" +"
\n" +"${object.event_id.name}\n" +"
\n" +"
\n" +"Dear ${object.cn} ,

${object.event_id.user_id.partner_id.name} " +"invited you for the ${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not " +"object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"
\n" +"% if object.event_id.location:\n" +"
\n" +"Where\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.location:\n" +"
\n" +": ${object.event_id.location}\n" +"(Vie" +"w Map)\n" +"\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.description :\n" +"
\n" +"What\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.description :\n" +"
\n" +": ${object.event_id.description}\n" +"
\n" +"% endif\n" +"
\n" +"% if not object.event_id.allday and object.event_id.duration:\n" +"
\n" +"Durata\n" +"
\n" +"% endif\n" +"
\n" +"% if not object.event_id.allday and object.event_id.duration:\n" +"
\n" +": ${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +"% endif\n" +"
\n" +"
\n" +"Partecipanti\n" +"
\n" +"
\n" +":\n" +"% for attendee in object.event_id.attendee_ids:\n" +"
\n" +"% if attendee.cn != object.cn:\n" +"${attendee.cn}\n" +"% else:\n" +"You\n" +"% endif\n" +"% endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +"Accept\n" +"Decline\n" +"View\n" +"
\n" +"
\n" +"\n" +"\n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -81,127 +82,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,426 +931,216 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" +"\n" +"
\n" -"
\n" +"\n" +"\n" +"${object.event_id.name}\n" +"\n" +"\n" +"\n" +"
\n" +"
\n" +"${object.event_id.name}\n" +"
\n" +"
\n" +"Dear ${object.cn} ,
\n" +"

The date of the meeting has been " +"changed...
\n" +"The meeting created by ${object.event_id.user_id.partner_id.name} is now " +"scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +"\n" +"\n" +"\n" -" \n" +"\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " "'dayname')}
\n" -"
\n" -" " +"
\n" "${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" -"
${not object.event_id.allday and " +"
${not " +"object.event_id.allday and " "object.event_id.get_interval(object.event_id.start, 'time', " "tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" +"
\n" +"\n" +"\n" +"\n" -" \n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" -" " -" \n" -" \n" -" \n" -" \n" +"\n" +"\n" +"\n" +"\n" -" \n" -"
\n" +"% if object.event_id.location:\n" +"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " +"Where\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.location:\n" +"
\n" +": ${object.event_id.location}\n" +"(Vie" +"w Map)\n" +"\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.description :\n" +"
\n" +"What\n" +"
\n" +"% endif\n" +"
\n" +"% if object.event_id.description :\n" +"
\n" +": ${object.event_id.description}\n" +"
\n" +"% endif\n" +"
\n" +"% if not object.event_id.allday and object.event_id.duration:\n" +"
\n" +"Durata\n" +"
\n" +"% endif\n" +"
\n" +"% if not object.event_id.allday and object.event_id.duration:\n" +"
\n" +": ${('%dH%02d' % " "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" +"% endif\n" +"
\n" +"
\n" +"Partecipanti\n" +"
\n" +"
\n" +":\n" +"% for attendee in object.event_id.attendee_ids:\n" +"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -" \n" -"
\n" +"
\n" +"
\n" +"
\n" +"Accept\n" +"Decline\n" +"View\n" -"
\n" -"
\n" -" \n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" +"\n" +"\n" +"\n" +"\n" +" \n" " " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:20 #, python-format msgid " [Me]" -msgstr "" +msgstr " [Io]" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_invitation msgid "${object.event_id.name}" -msgstr "" +msgstr "${object.event_id.name}" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_changedate msgid "${object.event_id.name} - Date has been updated" -msgstr "" +msgstr "${object.event_id.name} - La data è stata aggiornata" #. module: calendar #: model:email.template,subject:calendar.calendar_template_meeting_reminder msgid "${object.event_id.name} - Reminder" -msgstr "" +msgstr "${object.event_id.name} - Promemoria" #. module: calendar #: model:ir.actions.act_window,help:calendar.action_calendar_event @@ -646,10 +1166,11 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" +"Una e-mail è stata inviata per specificare che la data è stata cambiata!" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -667,43 +1188,50 @@ msgstr "Accettato" msgid "Active" msgstr "Attivo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "Aggiungi un calendario preferito" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Giornata intera" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" -msgstr "" +msgstr "Tutto il giorno, %s" #. module: calendar #: field:calendar.alarm,duration:0 msgid "Amount" -msgstr "" +msgstr "Importo" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" -msgstr "" +msgstr "Una mail di invito è stata spedita ai partecipanti %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" -msgstr "" +msgstr "Una mail di invito è stata spedita al partecipante(i)" #. module: calendar #: field:calendar.event,is_attendee:0 msgid "Attendee" -msgstr "" +msgstr "Partecipante" #. module: calendar #: field:calendar.event,attendee_status:0 msgid "Attendee Status" -msgstr "" +msgstr "Stato partecipante" #. module: calendar #: model:ir.model,name:calendar.model_calendar_attendee @@ -724,7 +1252,7 @@ msgid "Availability" msgstr "Disponibilità" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -739,12 +1267,12 @@ msgstr "Per giorno" #. module: calendar #: field:calendar.event,start:0 msgid "Calculated start" -msgstr "" +msgstr "Partenza calcolata" #. module: calendar #: field:calendar.event,stop:0 msgid "Calculated stop" -msgstr "" +msgstr "Termine calcolato" #. module: calendar #: model:ir.ui.menu,name:calendar.mail_menu_calendar @@ -757,12 +1285,14 @@ msgstr "Calendario" #: code:addons/calendar/static/src/xml/base_calendar.xml:42 #, python-format msgid "Calendar Invitation" -msgstr "" +msgstr "Invito a calendario" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Click here to update only this instance and not all recurrences." msgstr "" +"Cliccare per aggiornare solamente questa istanza e non tutte le ricorrenze " +"della serie" #. module: calendar #: field:calendar.attendee,cn:0 @@ -786,7 +1316,7 @@ msgstr "Contatto" #: field:calendar.event,create_uid:0 #: field:calendar.event.type,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: calendar #: field:calendar.alarm,create_date:0 @@ -795,7 +1325,7 @@ msgstr "" #: field:calendar.event,create_date:0 #: field:calendar.event.type,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet1 @@ -817,7 +1347,7 @@ msgstr "Data del mese" #. module: calendar #: help:calendar.event,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -867,7 +1397,7 @@ msgstr "Dettagli" #: code:addons/calendar/static/src/js/base_calendar.js:124 #, python-format msgid "Do you really want to delete this filter from favorite?" -msgstr "" +msgstr "Volete veramente cancellare questo filtro dai preveriti?" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form_popup @@ -882,7 +1412,7 @@ msgid "Email" msgstr "Email" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Indirizzo email non trovato" @@ -895,7 +1425,7 @@ msgstr "Email delle persone invitate" #. module: calendar #: field:calendar.contacts,partner_id:0 msgid "Employee" -msgstr "" +msgstr "Impiegato" #. module: calendar #: field:calendar.event,stop_date:0 @@ -905,7 +1435,7 @@ msgstr "Data fine" #. module: calendar #: field:calendar.event,stop_datetime:0 msgid "End Datetime" -msgstr "" +msgstr "Data e ora termine" #. module: calendar #: selection:calendar.event,end_type:0 @@ -915,7 +1445,7 @@ msgstr "Data finale" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Ending at" -msgstr "" +msgstr "Fine al" #. module: calendar #: constraint:calendar.event:0 @@ -923,7 +1453,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Errore! La data fine non può essere precedente a quella d'inizio." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Errore!" @@ -936,19 +1466,19 @@ msgstr "Evento" #. module: calendar #: field:calendar.event,display_time:0 msgid "Event Time" -msgstr "" +msgstr "Ora evento" #. module: calendar #: model:ir.model,name:calendar.model_calendar_alarm msgid "Event alarm" -msgstr "" +msgstr "Allarme evento" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/js/base_calendar.js:30 #, python-format msgid "Everybody's calendars" -msgstr "" +msgstr "Calendari di tutti" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet5 @@ -1005,10 +1535,10 @@ msgstr "Venerdì" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Raggruppo per data non supportato, usa la vista calendario." @@ -1016,7 +1546,7 @@ msgstr "Raggruppo per data non supportato, usa la vista calendario." #. module: calendar #: model:ir.model,name:calendar.model_ir_http msgid "HTTP routing" -msgstr "" +msgstr "Routing HTTP" #. module: calendar #: help:calendar.event,message_summary:0 @@ -1064,12 +1594,12 @@ msgstr "Riunione Interna" #. module: calendar #: model:mail.message.subtype,name:calendar.subtype_invitation msgid "Invitation" -msgstr "" +msgstr "Invito" #. module: calendar #: field:calendar.attendee,access_token:0 msgid "Invitation Token" -msgstr "" +msgstr "Token d'invito" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -1099,7 +1629,7 @@ msgstr "Ultimo" #. module: calendar #: field:calendar.event,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: calendar #: field:calendar.alarm,write_uid:0 @@ -1108,7 +1638,7 @@ msgstr "" #: field:calendar.event,write_uid:0 #: field:calendar.event.type,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultimo modifica fatta da" #. module: calendar #: field:calendar.alarm,write_date:0 @@ -1117,12 +1647,12 @@ msgstr "" #: field:calendar.event,write_date:0 #: field:calendar.event.type,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: calendar #: field:res.partner,calendar_last_notif_ack:0 msgid "Last notification marked as read from base Calendar" -msgstr "" +msgstr "Ultima notifica segnata come letta dal calendario base" #. module: calendar #: help:calendar.event,rrule_type:0 @@ -1143,7 +1673,7 @@ msgstr "Luogo dell'Evento" #. module: calendar #: field:calendar.contacts,user_id:0 msgid "Me" -msgstr "" +msgstr "Io" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -1175,7 +1705,7 @@ msgstr "Tipo di Meeting" #. module: calendar #: field:calendar.attendee,event_id:0 msgid "Meeting linked" -msgstr "" +msgstr "Incontro collegato" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_calendar @@ -1211,7 +1741,7 @@ msgstr "Minuti" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Misc" -msgstr "" +msgstr "Varie" #. module: calendar #: model:ir.model,name:calendar.model_ir_model @@ -1260,12 +1790,12 @@ msgstr "Richiede azione" #: code:addons/calendar/static/src/xml/base_calendar.xml:46 #, python-format msgid "No I'm not going." -msgstr "" +msgstr "No, non ci vado." #. module: calendar #: selection:calendar.alarm,type:0 msgid "Notification" -msgstr "" +msgstr "Notifica" #. module: calendar #: selection:calendar.event,end_type:0 @@ -1277,7 +1807,7 @@ msgstr "Numero di ripetizioni" #: code:addons/calendar/static/src/xml/base_calendar.xml:20 #, python-format msgid "OK" -msgstr "" +msgstr "OK" #. module: calendar #: model:calendar.event.type,name:calendar.categ_meet3 @@ -1307,7 +1837,7 @@ msgstr "Proprietario" #. module: calendar #: model:ir.model,name:calendar.model_res_partner msgid "Partner" -msgstr "" +msgstr "Partner" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -1369,14 +1899,14 @@ msgstr "Regola ricorrenza" #. module: calendar #: field:calendar.event,alarm_ids:0 msgid "Reminders" -msgstr "" +msgstr "Promemoria" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:80 #, python-format msgid "Remove this favorite from the list" -msgstr "" +msgstr "Rimuovi questo preferito dalla lista" #. module: calendar #: field:calendar.event,count:0 @@ -1429,13 +1959,6 @@ msgstr "Ricerca appuntamenti" msgid "Second" msgstr "Secondo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1444,7 +1967,7 @@ msgstr "Giorni selezionati" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Send mail" -msgstr "" +msgstr "Invia mail" #. module: calendar #: field:calendar.event,show_as:0 @@ -1456,7 +1979,7 @@ msgstr "Mostra come" #: code:addons/calendar/static/src/xml/base_calendar.xml:22 #, python-format msgid "Snooze" -msgstr "" +msgstr "Silenzia" #. module: calendar #: field:calendar.event,start_date:0 @@ -1466,7 +1989,7 @@ msgstr "Data di inizio" #. module: calendar #: field:calendar.event,start_datetime:0 msgid "Start DateTime" -msgstr "" +msgstr "Data e ora partenza" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form @@ -1516,7 +2039,7 @@ msgid "The" msgstr "Il" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "I sequenti contatti non hanno indirizzo email:" @@ -1529,7 +2052,7 @@ msgstr "terzo" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "This event is linked to a recurrence..." -msgstr "" +msgstr "Questo evento è collegato ad una ricorrenza..." #. module: calendar #: field:calendar.event,th:0 @@ -1554,7 +2077,7 @@ msgstr "Martedì" #. module: calendar #: field:calendar.alarm,type:0 msgid "Type" -msgstr "" +msgstr "Tipo" #. module: calendar #: selection:calendar.attendee,state:0 @@ -1571,7 +2094,7 @@ msgstr "Non confermato" #. module: calendar #: field:calendar.alarm,interval:0 msgid "Unit" -msgstr "" +msgstr "Unità" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_search @@ -1587,12 +2110,12 @@ msgstr "Fino a" #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Update only this instance" -msgstr "" +msgstr "Aggiorna solamente questa istanza" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Attenzione!" @@ -1602,6 +2125,8 @@ msgstr "Attenzione!" msgid "" "Warning, a mandatory field has been modified since the creation of this event" msgstr "" +"Attenzione, un campo obbligatorio è stato modificato dalla creazione di " +"questo evento" #. module: calendar #: field:calendar.event,we:0 @@ -1628,21 +2153,21 @@ msgstr "Giorno della settimana" #: code:addons/calendar/static/src/xml/base_calendar.xml:54 #, python-format msgid "When" -msgstr "" +msgstr "Quando" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:58 #, python-format msgid "Where" -msgstr "" +msgstr "Dove" #. module: calendar #. openerp-web #: code:addons/calendar/static/src/xml/base_calendar.xml:62 #, python-format msgid "Who" -msgstr "" +msgstr "Chi" #. module: calendar #: selection:calendar.event,rrule_type:0 @@ -1654,7 +2179,7 @@ msgstr "Anno(i)" #: code:addons/calendar/static/src/xml/base_calendar.xml:45 #, python-format msgid "Yes I'm going." -msgstr "" +msgstr "Sì, ci vado." #. module: calendar #: code:addons/calendar/calendar.py:103 @@ -1665,33 +2190,33 @@ msgstr "Impossibile duplicare un partecipante" #. module: calendar #: field:calendar.contacts,active:0 msgid "active" -msgstr "" +msgstr "attivo" #. module: calendar #: field:calendar.event,color_partner_id:0 msgid "colorize" -msgstr "" +msgstr "colora" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." -msgstr "" +msgstr "il contatore non può essere negato o zero" #. module: calendar #: field:calendar.alarm,duration_minutes:0 msgid "duration_minutes" -msgstr "" +msgstr "duration_minutes" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." -msgstr "" +msgstr "l'intervallo non può essere negativo." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" -msgstr "" +msgstr "attenzione!" diff --git a/addons/calendar/i18n/ja.po b/addons/calendar/i18n/ja.po index ddb4841323e..78e7abd4b18 100644 --- a/addons/calendar/i18n/ja.po +++ b/addons/calendar/i18n/ja.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -80,127 +81,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "受諾済" msgid "Active" msgstr "有効" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "終日" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "利用可能" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Eメール" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "エラー" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "秒" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "・" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "警告" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/ko.po b/addons/calendar/i18n/ko.po index ad23b817fd0..acf841a85b4 100644 --- a/addons/calendar/i18n/ko.po +++ b/addons/calendar/i18n/ko.po @@ -7,45 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-02 08:03+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: ko\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -80,127 +81,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -202,402 +621,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -639,7 +681,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -660,13 +702,20 @@ msgstr "수락함" msgid "Active" msgstr "사용" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "종일" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "종일, %s" @@ -677,13 +726,13 @@ msgid "Amount" msgstr "금액" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "참석자 %s에게 초청 이메일을 보냈습니다" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "참석자에게 초청 이메일을 보냈습니다" @@ -717,7 +766,7 @@ msgid "Availability" msgstr "가능여부" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -875,7 +924,7 @@ msgid "Email" msgstr "이메일" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "이메일주소가 발견되지 않음" @@ -916,7 +965,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "오류! 종료일을 시작일보다 이전에 설정할 수 없습니다." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "오류!" @@ -1001,7 +1050,7 @@ msgid "Group By" msgstr "분류 기준" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "날짜 기준으로 분류를 지원하지 않습니다, 대신 달력화면을 이용하세요." @@ -1417,13 +1466,6 @@ msgstr "미팅 검색" msgid "Second" msgstr "초" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "즐겨찾는 달력 선택" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1504,7 +1546,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "다음 연락처에 이메일주소가 없음 :" @@ -1580,7 +1622,7 @@ msgstr "이번 일정만 업데이트" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "경고!" @@ -1661,7 +1703,7 @@ msgid "colorize" msgstr "색상 추가" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1672,14 +1714,18 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "주기는 마이너스일 수 없습니다." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "경고!" + +#, python-format +#~ msgid "Select Favorite Calendar" +#~ msgstr "즐겨찾는 달력 선택" diff --git a/addons/calendar/i18n/ln.po b/addons/calendar/i18n/ln.po index e6bddbdb2fd..679cc6e1c05 100644 --- a/addons/calendar/i18n/ln.po +++ b/addons/calendar/i18n/ln.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lingala \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -80,127 +81,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Nkandá" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/lt.po b/addons/calendar/i18n/lt.po index 086aafa458f..ed6abfbdcca 100644 --- a/addons/calendar/i18n/lt.po +++ b/addons/calendar/i18n/lt.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -80,127 +81,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -646,7 +688,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -667,13 +709,20 @@ msgstr "Priimtas" msgid "Active" msgstr "Aktyvus" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Visą dieną" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -684,13 +733,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -724,7 +773,7 @@ msgid "Availability" msgstr "Prieinamumas" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -882,7 +931,7 @@ msgid "Email" msgstr "El. paštas" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -923,7 +972,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Klaida!" @@ -1008,7 +1057,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1428,13 +1477,6 @@ msgstr "Susitikimų paieška" msgid "Second" msgstr "Sekundė" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1515,7 +1557,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1591,7 +1633,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Įspėjimas!" @@ -1672,7 +1714,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1683,14 +1725,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/lv.po b/addons/calendar/i18n/lv.po index 2395a9713a0..78b13ae30c3 100644 --- a/addons/calendar/i18n/lv.po +++ b/addons/calendar/i18n/lv.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -80,127 +81,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Apstiprināts" msgid "Active" msgstr "Aktīvs" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Visu dienu" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Pieejamība" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E-pasts" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Kļūda!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "Otrais" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Uzmanību!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/mk.po b/addons/calendar/i18n/mk.po index 224329a2c44..6febdcbea0c 100644 --- a/addons/calendar/i18n/mk.po +++ b/addons/calendar/i18n/mk.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " \n" @@ -81,127 +81,124 @@ msgid "" " Nevertheless, the first day of the training is compulsory for " "everyone. The Monday is compulsory because the\n" " introduction of Odoo is important before going through the other " -"modules.

\n" +"modules.

\n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
    \n" "
  • Watch the videos for this day
  • \n" "
  • Do the related exercises (written solutions will be provided " "upfront as well)
  • \n" "
  • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
  • \n" -"

\n" -" The Q&A session will be hosted on a web conference service. A " +"
\n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
\n" +" the other participants of the training as well.
\n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" " \n" -"
\n" +"
\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -645,7 +687,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -666,13 +708,20 @@ msgstr "Прифатено" msgid "Active" msgstr "Активно" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Цел ден" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -683,13 +732,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -723,7 +772,7 @@ msgid "Availability" msgstr "Достапност" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -881,7 +930,7 @@ msgid "Email" msgstr "Е-пошта" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Емаил адресата не е пронајдена" @@ -922,7 +971,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Грешка! Крајниот датум не може да биде пред датумот на почнување." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Грешка!" @@ -1007,7 +1056,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1428,13 +1477,6 @@ msgstr "Барај Состаноци" msgid "Second" msgstr "Секунда" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1515,7 +1557,7 @@ msgid "The" msgstr "The" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Следниве контакти немаат емаил адреса:" @@ -1591,7 +1633,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Внимание!" @@ -1672,7 +1714,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1683,14 +1725,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/mn.po b/addons/calendar/i18n/mn.po index 45dc0b68c3e..2c1470f1cbb 100644 --- a/addons/calendar/i18n/mn.po +++ b/addons/calendar/i18n/mn.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -126,13 +119,42 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -646,7 +688,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -667,13 +709,20 @@ msgstr "Зөвшөөрсөн" msgid "Active" msgstr "Идэвхитэй" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Өдөржин" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -684,13 +733,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -724,7 +773,7 @@ msgid "Availability" msgstr "Боломжтой" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -882,7 +931,7 @@ msgid "Email" msgstr "Э-мэйл" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Имэйл хаягууд олдсонгүй" @@ -924,7 +973,7 @@ msgstr "" "Алдаа ! Төгсгөлийн огноо нь эхлэлийн огнооны өмнөхөөр тааруулж болохгүй." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -1009,7 +1058,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1432,13 +1481,6 @@ msgstr "Уулзалт хайх" msgid "Second" msgstr "2 дахь" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1519,7 +1561,7 @@ msgid "The" msgstr "Энэ" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Дараах холбогчидод имэйл хаяг алга :" @@ -1595,7 +1637,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Сануулга!" @@ -1676,7 +1718,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1687,14 +1729,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/nb.po b/addons/calendar/i18n/nb.po index 21214cb5cb4..15f7c4c0eae 100644 --- a/addons/calendar/i18n/nb.po +++ b/addons/calendar/i18n/nb.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" -" \n" -" \n" @@ -401,771 +1228,25 @@ msgstr "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accepteer\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Afwijzen\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " Bekijk\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Godkjent." msgid "Active" msgstr "Aktiv." +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Hele dagen" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Tilgjengelighet." #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E-post." #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "E-post adresse ikke funnet." @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Feil ! Sluttdato kan ikke settes før startdato." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Feil!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Gruppe etter dato støttes ikke, bruk kalenderens visning i stedet." @@ -1416,13 +1465,6 @@ msgstr "Søk møter." msgid "Second" msgstr "Andre." -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "Den." #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Følgende kontakter har ingen e-postadresse:" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/nl.po b/addons/calendar/i18n/nl.po index d46ffa4ff17..1214b4e1882 100644 --- a/addons/calendar/i18n/nl.po +++ b/addons/calendar/i18n/nl.po @@ -7,22 +7,414 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-23 10:28+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:29+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:49+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Beste " +"${object.cn} ,
\n" +"

Dit is een " +"herinnering voor het onderstaamde evenement :

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Waar\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Bek" +"ijk kaart)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Wat\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" Duur\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Deelnemers\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" U\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -33,9 +425,431 @@ msgid "" "
\n" " Dear " -"${object.cn} ,
\n" +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Beste " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} heeft u uitgenodigd " +"voor ${object.event_id.name} van " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Waar\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Bek" +"ijk kaart)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" Wat\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" Duur\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Deelnemers\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" U\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" "

The date of " -"the meeting has been changed...
\n" +"the meeting has been changed...
\n" " The meeting created by " "${object.event_id.user_id.partner_id.name} is now scheduled for : " "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" @@ -59,9 +873,9 @@ msgid "" " " "${object.event_id.get_interval(object.event_id.start,'day')}\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,28 +1015,42 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" "
\n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" -"\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -232,12 +1060,12 @@ msgstr "" "
\n" "
\n" -" Dear " -"${object.cn} ,
\n" +" Beste " +"${object.cn} ,
\n" "

De datum van " -"de afspraak is gewijzigd...
\n" -" De afspraak aangemaakt door " -"${object.event_id.user_id.partner_id.name} is nu ingeplant op : " +"de afspraak is veranderd...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" "
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (Bekijk kaart)\n" +"style= \"color:#A9A9A9; \">(Bek" +"ijk kaart)\n" " " "\n" "
\n" @@ -342,8 +1170,7 @@ msgstr "" "
\n" -" " -"Tijdsduur\n" +" Duur\n" "
\n" " % endif\n" "
\n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -" \n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -" \n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} afspraak van " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Waar\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Bekijk kaart)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Wat\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Tijdsduur\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Deelnemers\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" U\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accepterr\n" -" Afwijzen\n" -" Bekijk\n" -"
\n" -"
\n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

Dit is eeen " -"herinnering voor de volgende afspraak:

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Waar\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Bekijk kaart)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Wat\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Tijdsduur\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Deelnemers\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " #. module: calendar @@ -1213,7 +1294,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "Er is een e-mail verstuurt met de melding dat de datum is gewijzigd!" @@ -1234,13 +1315,20 @@ msgstr "Geaccepteerd" msgid "Active" msgstr "Actief" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "Toevoegen favoriete agenda" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Hele dag" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "Hele dag , %s" @@ -1251,13 +1339,13 @@ msgid "Amount" msgstr "Bedrag" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Een uitnodiging e-mail is verstuurt aan deelnemer %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Een uitnodiging e-mail is verstuurt aan de deelnemers" @@ -1291,7 +1379,7 @@ msgid "Availability" msgstr "Beschikbaarheid" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -1450,7 +1538,7 @@ msgid "Email" msgstr "E-mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "E-mail adressen niet gevonden" @@ -1491,7 +1579,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Fout! de einddatum kan niet voor de startdatum liggen." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Fout!" @@ -1576,7 +1664,7 @@ msgid "Group By" msgstr "Groeperen op" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1999,13 +2087,6 @@ msgstr "Zoek afspraken" msgid "Second" msgstr "Seconde" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Selecteer favoriete agenda" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -2086,7 +2167,7 @@ msgid "The" msgstr "De" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "De volgende contactpersonen hebben geen e-mail adres:" @@ -2162,7 +2243,7 @@ msgstr "Alleen deze instantie bijwerken" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -2245,7 +2326,7 @@ msgid "colorize" msgstr "inkleuren" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "getal mag niet negatief of nul zijn." @@ -2256,14 +2337,14 @@ msgid "duration_minutes" msgstr "duration_minutes" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "intreval mag niet negatief zijn" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "waarschuwing!" diff --git a/addons/calendar/i18n/pl.po b/addons/calendar/i18n/pl.po index 5b1bcd44f11..47cd297ea8b 100644 --- a/addons/calendar/i18n/pl.po +++ b/addons/calendar/i18n/pl.po @@ -7,45 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-02 18:46+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:19+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -130,13 +120,45 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -202,402 +621,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -647,7 +689,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -668,13 +710,20 @@ msgstr "Zaakceptowano" msgid "Active" msgstr "Aktywne" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Cały dzień" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -685,13 +734,13 @@ msgid "Amount" msgstr "Kwota" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Zaproszenie zostało wysłane do uczestnika %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Zaproszenie zostało wysłane do uczestnika(ów)" @@ -725,7 +774,7 @@ msgid "Availability" msgstr "Dostępność" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -740,7 +789,7 @@ msgstr "Co dzień" #. module: calendar #: field:calendar.event,start:0 msgid "Calculated start" -msgstr "" +msgstr "Wyliczony początek" #. module: calendar #: field:calendar.event,stop:0 @@ -884,7 +933,7 @@ msgid "Email" msgstr "E-mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Nie znaleziono adresu" @@ -925,7 +974,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Błąd! Data końcowa nie może być wcześniejsza niż początkowa." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Błąd!" @@ -1010,7 +1059,7 @@ msgid "Group By" msgstr "Grupuj wg" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Grupowanie po dacie nie jest dostępne. Stosuj widok kalendarzowy." @@ -1018,7 +1067,7 @@ msgstr "Grupowanie po dacie nie jest dostępne. Stosuj widok kalendarzowy." #. module: calendar #: model:ir.model,name:calendar.model_ir_http msgid "HTTP routing" -msgstr "" +msgstr "routing HTTP" #. module: calendar #: help:calendar.event,message_summary:0 @@ -1432,13 +1481,6 @@ msgstr "Przeszukuj spotkania" msgid "Second" msgstr "Sekunda" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Wybierz ulubiony kalendarz" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1519,7 +1561,7 @@ msgid "The" msgstr "-" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Te kontakty nie mają adresów email :" @@ -1595,7 +1637,7 @@ msgstr "Aktualizuj tylko ten przypadek" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Uwaga!" @@ -1678,7 +1720,7 @@ msgid "colorize" msgstr "koloruj" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "liczba nie może być ujemna ani zerowa." @@ -1689,14 +1731,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "przedział nie może być ujemny." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "uwaga!" diff --git a/addons/calendar/i18n/pt.po b/addons/calendar/i18n/pt.po index 3da24073182..6eca06cd669 100644 --- a/addons/calendar/i18n/pt.po +++ b/addons/calendar/i18n/pt.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 18:26+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" -" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" -"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -648,7 +690,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "Um e-mail foi enviado para especificar que a data foi alterada!" @@ -669,13 +711,20 @@ msgstr "Aceite" msgid "Active" msgstr "Activo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Todo o Dia" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "Todo o Dia , %s" @@ -686,13 +735,13 @@ msgid "Amount" msgstr "Montante" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Um e-mail convite foi enviado para participante %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Um e-mail convite foi enviado para participante (s)" @@ -726,7 +775,7 @@ msgid "Availability" msgstr "Disponibilidade" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -885,7 +934,7 @@ msgid "Email" msgstr "E-mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Endereços de email não encontrados" @@ -927,7 +976,7 @@ msgstr "" "Erro! A data de término não pode ser definido antes da data de início." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Erro!" @@ -1012,7 +1061,7 @@ msgid "Group By" msgstr "Agrupar por" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1434,13 +1483,6 @@ msgstr "Procurar Reuniões" msgid "Second" msgstr "Segundo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Escolher Calendário Favorito" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1521,7 +1563,7 @@ msgid "The" msgstr "O" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Os contactos que se seguem não têm endereço de e-mail:" @@ -1597,7 +1639,7 @@ msgstr "Actualizar apenas esta instância" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Atenção!" @@ -1679,7 +1721,7 @@ msgid "colorize" msgstr "colorizar" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "contagem não pode negativa ou 0." @@ -1690,14 +1732,18 @@ msgid "duration_minutes" msgstr "duration_minutes" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "intervalo não pode ser negativo." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "aviso!" + +#, python-format +#~ msgid "Select Favorite Calendar" +#~ msgstr "Escolher Calendário Favorito" diff --git a/addons/calendar/i18n/pt_BR.po b/addons/calendar/i18n/pt_BR.po index 81a6a8e0b91..b7f2d03a8bc 100644 --- a/addons/calendar/i18n/pt_BR.po +++ b/addons/calendar/i18n/pt_BR.po @@ -7,624 +7,34 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 21:27+0000\n" "Last-Translator: Rafael Reuber \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:47+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" -"
\n" -"
\n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
" -" \n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Caro " -"${object.cn} ,
\n" -"

A data da " -"reunião foi alterada...
\n" -" A reunião criada por " -"${object.event_id.user_id.partner_id.name} agora está agendada para: " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" -"
\n" -"
\n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Ver no mapa)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Duração\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Participantes\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" Você\n" -" % endif\n" -" % endfor\n" -"
\n" -"
" -" \n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" Visualizar\n" -"
\n" -"
\n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - #. module: calendar #: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -636,7 +46,7 @@ msgid "" "
\n" " Dear " -"${object.cn} ,
\n" +"${object.cn} ,
\n" "

That is a " "reminder for the event below :

\n" "
\n" @@ -658,9 +68,9 @@ msgid "" " " "${object.event_id.get_interval(object.event_id.start,'day')}\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -794,7 +204,441 @@ msgid "" "
\n" " \n" " \n" -" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
" +" \n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" " " msgstr "" @@ -846,7 +690,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "Foi enviado um e-mail notificando que a data foi alterada!" @@ -867,13 +711,20 @@ msgstr "Aceito" msgid "Active" msgstr "Ativo" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "O dia todo" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "O dia todo, %s" @@ -884,13 +735,13 @@ msgid "Amount" msgstr "Valor" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Um convite foi enviado para o participante %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Um email foi enviado ao participante(s)" @@ -924,7 +775,7 @@ msgid "Availability" msgstr "Disponibilidade" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -1083,7 +934,7 @@ msgid "Email" msgstr "Email" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Email não encontrado" @@ -1124,7 +975,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Erro! A data final não pode ser anterior a data de início." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Erro!" @@ -1209,7 +1060,7 @@ msgid "Group By" msgstr "Agrupar por" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1632,13 +1483,6 @@ msgstr "Procurar Reuniões" msgid "Second" msgstr "Segundo" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Escolher o Calendário Favorito" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1719,7 +1563,7 @@ msgid "The" msgstr "O" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Os seguintes contatos não possuem e-mail:" @@ -1795,7 +1639,7 @@ msgstr "Atualizar somente esta instância" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -1877,7 +1721,7 @@ msgid "colorize" msgstr "colorir" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1888,14 +1732,418 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "Intervalo não pode ser negativo!" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "aviso!" + +#, python-format +#~ msgid "Select Favorite Calendar" +#~ msgstr "Escolher o Calendário Favorito" + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,
\n" +#~ "

The date of " +#~ "the meeting has been changed...
\n" +#~ " The meeting created by " +#~ "${object.event_id.user_id.partner_id.name} is now scheduled for : " +#~ "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Decline\n" +#~ " View\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Caro " +#~ "${object.cn} ,
\n" +#~ "

A data da " +#~ "reunião foi alterada...
\n" +#~ " A reunião criada por " +#~ "${object.event_id.user_id.partner_id.name} agora está agendada para: " +#~ "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (Ver no mapa)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Duração\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Participantes\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " Você\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Decline\n" +#~ " Visualizar\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " diff --git a/addons/calendar/i18n/ro.po b/addons/calendar/i18n/ro.po index 16b562caf39..7259e788be9 100644 --- a/addons/calendar/i18n/ro.po +++ b/addons/calendar/i18n/ro.po @@ -7,22 +7,227 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-24 06:41+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:04+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name} " +" \n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -33,9 +238,223 @@ msgid "" "
\n" " Dear " -"${object.cn} ,
\n" +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" "

The date of " -"the meeting has been changed...
\n" +"the meeting has been changed...
\n" " The meeting created by " "${object.event_id.user_id.partner_id.name} is now scheduled for : " "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" @@ -59,9 +478,9 @@ msgid "" " " "${object.event_id.get_interval(object.event_id.start,'day')}\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,971 +620,27 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" "
\n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Stimate " -"${object.cn} ,
\n" -"

Data " -"întâlnirii a fost schimbată...
\n" -" Întâlnirea creată de " -"${object.event_id.user_id.partner_id.name} este reprogramată pentru : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" -"
\n" -"
\n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Unde\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Vezi Harta)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Ce\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Durata\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Participanți\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" Tu\n" -" % endif\n" -" % endfor\n" -"
\n" -"
" -" \n" -"
\n" -"
\n" -" Accept\n" -" Refuză\n" -" Vizualizare\n" -"
\n" -"
\n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Stimate(ă) ${object.cn} ,

${object.event_id.user_id.partner_id.name} vă invită la " -"evenimentul: ${object.event_id.name} o întâlnirea cu " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Locul:\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Vezi Harta)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" " -"Subiectul:\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Durata:\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Participanți\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Acceptați\n" -" Respingeţi\n" -" Vizualizaţi\n" -"
\n" -"
\n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Stimate(ă) ${object.cn} ,
\n" -"

Acesta este un " -"memento pentru evenimentul de mai jos:

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Locul:\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (Vizi Harta)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" " -"Subiectul:\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Durata:\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Participanți:\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " #. module: calendar #. openerp-web @@ -1215,7 +690,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "Un e-mail a fost trimis cu precizareac că dată a fost schimbată!" @@ -1236,13 +711,20 @@ msgstr "Acceptat(ă)" msgid "Active" msgstr "Activ(ă)" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Toată ziua" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "Toate Ziua , %s" @@ -1253,13 +735,13 @@ msgid "Amount" msgstr "Cantitate" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Un e-mail de invitație a fost trimisă la participant %s" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Un e-mail de invitație a fost trimis la participant(i)" @@ -1293,7 +775,7 @@ msgid "Availability" msgstr "Disponibilitate" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -1451,7 +933,7 @@ msgid "Email" msgstr "E-Mail" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Adresele de email nu au fost gasite" @@ -1493,7 +975,7 @@ msgstr "" "Eroare ! Data de sfarsit nu poate fi setata inainte de data de inceput." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Eroare!" @@ -1578,7 +1060,7 @@ msgid "Group By" msgstr "Grupează după" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -2000,13 +1482,6 @@ msgstr "Caută întâlniri" msgid "Second" msgstr "Al doilea (a doua)" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Selectați Calendarul Favorit" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -2087,7 +1562,7 @@ msgid "The" msgstr "-l" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Următoarele contacte nu au adrese de email :" @@ -2163,7 +1638,7 @@ msgstr "Actualizați numai această caz" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Avertizare!" @@ -2245,7 +1720,7 @@ msgid "colorize" msgstr "colorați" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "acest număr nu poate fi negativ sau 0." @@ -2256,14 +1731,1162 @@ msgid "duration_minutes" msgstr "durata_minute" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "intervalul nu poate fi negativ." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "atenție!" + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,
\n" +#~ "

The date of " +#~ "the meeting has been changed...
\n" +#~ " The meeting created by " +#~ "${object.event_id.user_id.partner_id.name} is now scheduled for : " +#~ "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Decline\n" +#~ " View\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Stimate " +#~ "${object.cn} ,
\n" +#~ "

Data " +#~ "întâlnirii a fost schimbată...
\n" +#~ " Întâlnirea creată de " +#~ "${object.event_id.user_id.partner_id.name} este reprogramată pentru : " +#~ "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Unde\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (Vezi Harta)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " Ce\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Durata\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Participanți\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " Tu\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Refuză\n" +#~ " Vizualizare\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +#~ "${object.event_id.name} meeting of " +#~ "${object.event_id.user_id.company_id.name}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Decline\n" +#~ " View\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Stimate(ă) ${object.cn} ,

${object.event_id.user_id.partner_id.name} vă invită la " +#~ "evenimentul: ${object.event_id.name} o întâlnirea cu " +#~ "${object.event_id.user_id.company_id.name}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Locul:\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (Vezi Harta)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " " +#~ "Subiectul:\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Durata:\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Participanți\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " Acceptați\n" +#~ " Respingeţi\n" +#~ " Vizualizaţi\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " + +#, python-format +#~ msgid "Select Favorite Calendar" +#~ msgstr "Selectați Calendarul Favorit" + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name} " +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,
\n" +#~ "

That is a " +#~ "reminder for the event below :

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name} " +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Stimate(ă) ${object.cn} ,
\n" +#~ "

Acesta este un " +#~ "memento pentru evenimentul de mai jos:

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Locul:\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (Vizi Harta)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " " +#~ "Subiectul:\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Durata:\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Participanți:\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " diff --git a/addons/calendar/i18n/ru.po b/addons/calendar/i18n/ru.po index 21a2c9d1591..802810f1eed 100644 --- a/addons/calendar/i18n/ru.po +++ b/addons/calendar/i18n/ru.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -128,13 +119,44 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Принято" msgid "Active" msgstr "Активно" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Весь день" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Доступность" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Эл. почта" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Не найден адрес эл. почты" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Ошибка! Дата окончания не может быть раньше начальной даты." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Ошибка!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "" msgid "Second" msgstr "Второй" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "-" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Предупреждение!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/sk.po b/addons/calendar/i18n/sk.po index fc2cd88b7f1..28245fd0e41 100644 --- a/addons/calendar/i18n/sk.po +++ b/addons/calendar/i18n/sk.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -141,13 +143,47 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Akceptované" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Po celý deň" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "Email" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Chyba!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Varovanie !" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/sl.po b/addons/calendar/i18n/sl.po index 0553c3725b7..62bff8d94aa 100644 --- a/addons/calendar/i18n/sl.po +++ b/addons/calendar/i18n/sl.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -140,17 +143,18 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -647,7 +689,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -668,13 +710,20 @@ msgstr "Sprejeto" msgid "Active" msgstr "Aktiven" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Celi dan" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -685,13 +734,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -725,7 +774,7 @@ msgid "Availability" msgstr "Razpoložljivost" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -883,7 +932,7 @@ msgid "Email" msgstr "E-pošta" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Ne najdem elektronskega naslova" @@ -924,7 +973,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Napaka! Končni datum ne more biti pred začetnim." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Napaka!" @@ -1009,7 +1058,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1428,13 +1477,6 @@ msgstr "Iskanje sestankov" msgid "Second" msgstr "Sekunda" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1515,7 +1557,7 @@ msgid "The" msgstr "Ta" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Naslednji kontakti nimajo elektronskega naslova:" @@ -1591,7 +1633,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Opozorilo!" @@ -1672,7 +1714,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1683,14 +1725,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/sq.po b/addons/calendar/i18n/sq.po index 14775c6451f..8df89f45899 100644 --- a/addons/calendar/i18n/sq.po +++ b/addons/calendar/i18n/sq.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -125,13 +120,40 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/sr.po b/addons/calendar/i18n/sr.po index df4e3a3d0d7..3f9c222864c 100644 --- a/addons/calendar/i18n/sr.po +++ b/addons/calendar/i18n/sr.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Prihvaćeno" msgid "Active" msgstr "Aktivan" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Celi dan" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Dostupnost" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E‑pošta" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Greška" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "" msgid "Second" msgstr "Drugi" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "(the)" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/sr@latin.po b/addons/calendar/i18n/sr@latin.po index 0d5d9448b41..be82c1accd8 100644 --- a/addons/calendar/i18n/sr@latin.po +++ b/addons/calendar/i18n/sr@latin.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "Prihvaćeno" msgid "Active" msgstr "Aktivan" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Celi dan" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "Dostupnost" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "E‑pošta" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Greška" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1418,13 +1467,6 @@ msgstr "" msgid "Second" msgstr "Drugi" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1505,7 +1547,7 @@ msgid "The" msgstr "(the)" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1581,7 +1623,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -1662,7 +1704,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1673,14 +1715,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/sv.po b/addons/calendar/i18n/sv.po index 079114ac35a..08c780d5c39 100644 --- a/addons/calendar/i18n/sv.po +++ b/addons/calendar/i18n/sv.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" -" \n" " \n" -"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -646,7 +688,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -667,13 +709,20 @@ msgstr "Accepterad" msgid "Active" msgstr "Aktiv" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Hela dagen" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -684,13 +733,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -724,7 +773,7 @@ msgid "Availability" msgstr "Tillgänglighet" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -882,7 +931,7 @@ msgid "Email" msgstr "Epost" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "E-postadress saknas" @@ -923,7 +972,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Fel ! Slutdatum kan inte sättas före startdatum." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Fel!" @@ -1008,7 +1057,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "Gruppering efter datum stöds inte, använd kalendervyn i stället." @@ -1428,13 +1477,6 @@ msgstr "Sök möten" msgid "Second" msgstr "Sekund" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1515,7 +1557,7 @@ msgid "The" msgstr "Den" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Följande kontakter saknar e-postadress :" @@ -1591,7 +1633,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Varning!" @@ -1672,7 +1714,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1683,14 +1725,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/th.po b/addons/calendar/i18n/th.po index 8babce98a06..9b0673a8168 100644 --- a/addons/calendar/i18n/th.po +++ b/addons/calendar/i18n/th.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" " \n" -"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "ทั้งวัน" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "อีเมล์" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "ผิดพลาด!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "คำเตือน!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/tr.po b/addons/calendar/i18n/tr.po index 26d065a294d..3f4fb97c204 100644 --- a/addons/calendar/i18n/tr.po +++ b/addons/calendar/i18n/tr.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-21 21:10+0000\n" "Last-Translator: Ediz Duman \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" -"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -192,239 +201,33 @@ msgid "" "
\n" "
" -" \n" -" \n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" +"
\n" +"
\n" "
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Sayın " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" -"
\n" -"
\n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Nerede\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Konu\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Süre\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Katılımcılar\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
" -" \n" -"
\n" -"
\n" -" Kabul\n" -" Reddet\n" -" Görünüm\n" -"
\n" -"
\n" -" \n" -" " #. module: calendar #: model:email.template,body_html:calendar.calendar_template_meeting_invitation msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -435,7 +238,7 @@ msgid "" "
\n" " Dear " -"${object.cn} ,

,

${object.event_id.user_id.partner_id.name} invited you for the " "${object.event_id.name} meeting of " "${object.event_id.user_id.company_id.name}.

\n" @@ -458,9 +261,9 @@ msgid "" " " "${object.event_id.get_interval(object.event_id.start,'day')}\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -599,28 +402,46 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"'' }&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" "
\n" " \n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" -"\n" -" \n" -" \n" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" @@ -630,214 +451,19 @@ msgstr "" "
\n" "
\n" -" Sayın " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} için sizi davet " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Nerede\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Konu\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Süre\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Katılımcılar\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Kabul\n" -" Reddet\n" -" Görme\n" -"
\n" -" \n" -" \n" -" " - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" " Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" "
\n" "
\n" " \n" -" \n" +" " +" \n" " \n" -"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" \n" " % if " "object.event_id.location:\n" -"
\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" " " "\n" "
\n" @@ -985,185 +611,36 @@ msgid "" "
\n" "
\n" -"
\n" +"
" +" \n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" "
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Sayın " -"${object.cn} ,
\n" -"

That is a " -"Aşağıdaki etkinlik için hatırlatma :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Nerde\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" Konu\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" Süre\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Katılımcılar\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" -" " #. module: calendar #. openerp-web @@ -1211,7 +688,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -1232,13 +709,20 @@ msgstr "Kabul Edildi" msgid "Active" msgstr "Etkin" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "Tüm Gün" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "TümGün , %s" @@ -1249,13 +733,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "Katılımcı %s davet e-postası göderdiniz" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "Katılımcı(lara) davet e-postası göderdiniz" @@ -1289,7 +773,7 @@ msgid "Availability" msgstr "Uygunluk" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -1447,7 +931,7 @@ msgid "Email" msgstr "Eposta" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "Eposta adresleri bulunamadı" @@ -1488,7 +972,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "Hata! Bitiş tarihi başlangıç ​​tarihinden önceye ayarlanamaz." #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "Hata!" @@ -1573,7 +1057,7 @@ msgid "Group By" msgstr "İle Grubla" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1994,13 +1478,6 @@ msgstr "Toplantı Ara" msgid "Second" msgstr "İkinci" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "Favori Takvim Seç" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -2081,7 +1558,7 @@ msgid "The" msgstr "Bu" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "Aşağıdaki kişilerin eposta adresi yok :" @@ -2157,7 +1634,7 @@ msgstr "Sadece bu örneği güncelleyin" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -2239,7 +1716,7 @@ msgid "colorize" msgstr "renklendirme" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -2250,14 +1727,1160 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "aralığı negatif olamaz." #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "uyarı!" + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,
\n" +#~ "

The date of " +#~ "the meeting has been changed...
\n" +#~ " The meeting created by " +#~ "${object.event_id.user_id.partner_id.name} is now scheduled for : " +#~ "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Decline\n" +#~ " View\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Sayın " +#~ "${object.cn} ,
\n" +#~ "

The date of " +#~ "the meeting has been changed...
\n" +#~ " The meeting created by " +#~ "${object.event_id.user_id.partner_id.name} is now scheduled for : " +#~ "${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Nerede\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " Konu\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Süre\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Katılımcılar\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Kabul\n" +#~ " Reddet\n" +#~ " Görünüm\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +#~ "${object.event_id.name} meeting of " +#~ "${object.event_id.user_id.company_id.name}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " Accept\n" +#~ " Decline\n" +#~ " View\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name}\n" +#~ "
\n" +#~ "
\n" +#~ " Sayın " +#~ "${object.cn} ,

${object.event_id.user_id.partner_id.name} için sizi davet " +#~ "${object.event_id.name} meeting of " +#~ "${object.event_id.user_id.company_id.name}.

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Nerede\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " Konu\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Süre\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Katılımcılar\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " Kabul\n" +#~ " Reddet\n" +#~ " Görme\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name} " +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Dear " +#~ "${object.cn} ,
\n" +#~ "

That is a " +#~ "reminder for the event below :

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Where\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " What\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " " +#~ "Duration\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Attendees\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " ${object.event_id.name} " +#~ " \n" +#~ "
\n" +#~ "
\n" +#~ " Sayın " +#~ "${object.cn} ,
\n" +#~ "

That is a " +#~ "Aşağıdaki etkinlik için hatırlatma :

\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'dayname')}
\n" +#~ "
\n" +#~ " " +#~ "${object.event_id.get_interval(object.event_id.start,'day')}\n" +#~ "
\n" +#~ "
${object.event_id.get_interval(object.event_id.start, " +#~ "'month')}
\n" +#~ "
${not object.event_id.allday and " +#~ "object.event_id.get_interval(object.event_id.start, 'time', " +#~ "tz=object.partner_id.tz) or ''}
\n" +#~ "
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " " +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " Nerde\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.location:\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.location}\n" +#~ " (View Map)\n" +#~ " " +#~ "\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " Konu\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if " +#~ "object.event_id.description :\n" +#~ "
\n" +#~ " : " +#~ "${object.event_id.description}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " Süre\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ " % if not " +#~ "object.event_id.allday and object.event_id.duration:\n" +#~ "
\n" +#~ " : " +#~ "${('%dH%02d' % " +#~ "(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +#~ "
\n" +#~ " % endif\n" +#~ "
\n" +#~ "
\n" +#~ " Katılımcılar\n" +#~ "
\n" +#~ "
\n" +#~ " : \n" +#~ " % for attendee in " +#~ "object.event_id.attendee_ids:\n" +#~ "
\n" +#~ " % if attendee.cn " +#~ "!= object.cn:\n" +#~ " ${attendee.cn}\n" +#~ " % else:\n" +#~ " You\n" +#~ " % endif\n" +#~ " % endfor\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ "
\n" +#~ " \n" +#~ " " + +#, python-format +#~ msgid "Select Favorite Calendar" +#~ msgstr "Favori Takvim Seç" diff --git a/addons/calendar/i18n/vi.po b/addons/calendar/i18n/vi.po index ff3794f069d..afe1db3d0ab 100644 --- a/addons/calendar/i18n/vi.po +++ b/addons/calendar/i18n/vi.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -124,13 +131,40 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "" msgid "Active" msgstr "" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "" @@ -1416,13 +1465,6 @@ msgstr "" msgid "Second" msgstr "" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/zh_CN.po b/addons/calendar/i18n/zh_CN.po index e0ccef8a6b2..aef95bd1326 100644 --- a/addons/calendar/i18n/zh_CN.po +++ b/addons/calendar/i18n/zh_CN.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -124,13 +119,40 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -644,7 +686,7 @@ msgstr "" " " #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -665,13 +707,20 @@ msgstr "已接受" msgid "Active" msgstr "有效" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "全天" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -682,13 +731,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -722,7 +771,7 @@ msgid "Availability" msgstr "可用" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -880,7 +929,7 @@ msgid "Email" msgstr "电子邮箱" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "电子邮件地址未找到" @@ -921,7 +970,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "错误!结束日期不能设置为早于开始日期。" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "错误!" @@ -1006,7 +1055,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "目前不支持按日期分组,可以通过日历视图达到此目的。" @@ -1422,13 +1471,6 @@ msgstr "查找会议" msgid "Second" msgstr "第二" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1509,7 +1551,7 @@ msgid "The" msgstr "此" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "下列联系人没有电子邮件地址:" @@ -1585,7 +1627,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "警告!" @@ -1666,7 +1708,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1677,14 +1719,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/calendar/i18n/zh_TW.po b/addons/calendar/i18n/zh_TW.po index a40c9fbc774..0fd55a59fcf 100644 --- a/addons/calendar/i18n/zh_TW.po +++ b/addons/calendar/i18n/zh_TW.po @@ -7,44 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 08:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +#: model:email.template,body_html:calendar.calendar_template_meeting_reminder msgid "" "\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" "
\n" "
\n" -" ${object.event_id.name}\n" +" ${object.event_id.name} " +" \n" "
\n" "
\n" " Dear " -"${object.cn} ,
\n" -"

The date of " -"the meeting has been changed...
\n" -" The meeting created by " -"${object.event_id.user_id.partner_id.name} is now scheduled for : " -"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"${object.cn} ,
\n" +"

That is a " +"reminder for the event below :

\n" "
\n" "
\n" " \n" -" " -" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" "
\n" -"
${object.event_id.get_interval(object.event_id.start, " "'month')}
\n" "
\n" " % endif\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_invitation +msgid "" +"\n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " +"${object.event_id.name} meeting of " +"${object.event_id.user_id.company_id.name}.

\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" " \n" +" " +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" " +" \n" +" \n" +" \n" +" \n" +" \n" +"
\n" " % if " "object.event_id.location:\n" "
\n" +"style=\"width: 120px; background : #CCCCCC; font-family: Lucica Grande', " +"Ubuntu, Arial, Verdana, sans-serif;\">\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" " : " "${object.event_id.location}\n" " (View Map)\n" +"style= \"color:#A9A9A9; \">(Vie" +"w Map)\n" +" " +"\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" What\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.description :\n" +"
\n" +" : " +"${object.event_id.description}\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" " +"Duration\n" +"
\n" +" % endif\n" +"
\n" +" % if not " +"object.event_id.allday and object.event_id.duration:\n" +"
\n" +" : " +"${('%dH%02d' % " +"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" +"
\n" +" % endif\n" +"
\n" +"
\n" +" Attendees\n" +"
\n" +"
\n" +" : \n" +" % for attendee in " +"object.event_id.attendee_ids:\n" +"
\n" +" % if attendee.cn " +"!= object.cn:\n" +" ${attendee.cn}\n" +" % else:\n" +" You\n" +" % endif\n" +" % endfor\n" +"
\n" +"
\n" +"
\n" +"
\n" +" Accept\n" +" Decline\n" +" View\n" +"
\n" +"
\n" +" \n" +" \n" +" \n" +" " +msgstr "" + +#. module: calendar +#: model:email.template,body_html:calendar.calendar_template_meeting_changedate +msgid "" +" \n" +" \n" +" \n" +" \n" +" ${object.event_id.name}\n" +" \n" +" \n" +" \n" +"
\n" +"
\n" +" ${object.event_id.name}\n" +"
\n" +"
\n" +" Dear " +"${object.cn} ,
\n" +"

The date of " +"the meeting has been changed...
\n" +" The meeting created by " +"${object.event_id.user_id.partner_id.name} is now scheduled for : " +"${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

\n" +"
\n" +"
\n" +" \n" +" " +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -139,31 +141,33 @@ msgid "" " % endfor\n" "
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'dayname')}
\n" +"
\n" +" " +"${object.event_id.get_interval(object.event_id.start,'day')}\n" +"
\n" +"
${object.event_id.get_interval(object.event_id.start, " +"'month')}
\n" +"
${not object.event_id.allday and " +"object.event_id.get_interval(object.event_id.start, 'time', " +"tz=object.partner_id.tz) or ''}
\n" +"
\n" +" \n" +" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -139,31 +143,33 @@ msgid "" " % endfor\n" "
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" Where\n" +"
\n" +" % endif\n" +"
\n" +" % if " +"object.event_id.location:\n" +"
\n" +" : " +"${object.event_id.location}\n" +" (Vie" +"w Map)\n" " " "\n" "
\n" @@ -201,402 +620,25 @@ msgid "" "30px;border-radius: 6px;border: 1px solid #CCCCCC;background:#8A89BA;margin " ": 0 15px 0 0;text-decoration: none;color:#FFFFFF;\" " "href=\"/calendar/meeting/accept?db=${'dbname' in ctx and ctx['dbname'] or " -"''}&token=${object.access_token}&action=${'action_id' in ctx and " -"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Accept\n" " Decline\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">Decline\n" " View\n" +"''}&token=${object.access_token}&action=${'action_id' in ctx and " +"ctx['action_id'] or ''}&id=${object.event_id.id}\">View\n" " \n" " \n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_invitation -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name}\n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,

${object.event_id.user_id.partner_id.name} invited you for the " -"${object.event_id.name} meeting of " -"${object.event_id.user_id.company_id.name}.

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" Accept\n" -" Decline\n" -" View\n" -"
\n" -"
\n" -" \n" -" " -msgstr "" - -#. module: calendar -#: model:email.template,body_html:calendar.calendar_template_meeting_reminder -msgid "" -"\n" -" \n" -" \n" -"
\n" -"
\n" -" ${object.event_id.name} " -" \n" -"
\n" -"
\n" -" Dear " -"${object.cn} ,
\n" -"

That is a " -"reminder for the event below :

\n" -"
\n" -"
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'dayname')}
\n" -"
\n" -" " -"${object.event_id.get_interval(object.event_id.start,'day')}\n" -"
\n" -"
${object.event_id.get_interval(object.event_id.start, " -"'month')}
\n" -"
${not object.event_id.allday and " -"object.event_id.get_interval(object.event_id.start, 'time', " -"tz=object.partner_id.tz) or ''}
\n" -"
\n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" " -" \n" -" \n" -" \n" -" \n" -" \n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" Where\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.location:\n" -"
\n" -" : " -"${object.event_id.location}\n" -" (View Map)\n" -" " -"\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" What\n" -"
\n" -" % endif\n" -"
\n" -" % if " -"object.event_id.description :\n" -"
\n" -" : " -"${object.event_id.description}\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" " -"Duration\n" -"
\n" -" % endif\n" -"
\n" -" % if not " -"object.event_id.allday and object.event_id.duration:\n" -"
\n" -" : " -"${('%dH%02d' % " -"(object.event_id.duration,(object.event_id.duration*60)%60))}\n" -"
\n" -" % endif\n" -"
\n" -"
\n" -" Attendees\n" -"
\n" -"
\n" -" : \n" -" % for attendee in " -"object.event_id.attendee_ids:\n" -"
\n" -" % if attendee.cn " -"!= object.cn:\n" -" ${attendee.cn}\n" -" % else:\n" -" You\n" -" % endif\n" -" % endfor\n" -"
\n" -"
\n" -"
\n" -"
\n" -" \n" +" \n" +" \n" +" \n" " " msgstr "" @@ -638,7 +680,7 @@ msgid "" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1537 +#: code:addons/calendar/calendar.py:1570 #, python-format msgid "A email has been send to specify that the date has been changed !" msgstr "" @@ -659,13 +701,20 @@ msgstr "接受" msgid "Active" msgstr "活躍" +#. module: calendar +#. openerp-web +#: code:addons/calendar/static/src/js/base_calendar.js:100 +#, python-format +msgid "Add Favorite Calendar" +msgstr "" + #. module: calendar #: field:calendar.event,allday:0 msgid "All Day" msgstr "整天" #. module: calendar -#: code:addons/calendar/calendar.py:739 +#: code:addons/calendar/calendar.py:772 #, python-format msgid "AllDay , %s" msgstr "" @@ -676,13 +725,13 @@ msgid "Amount" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1047 +#: code:addons/calendar/calendar.py:1080 #, python-format msgid "An invitation email has been sent to attendee %s" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1351 +#: code:addons/calendar/calendar.py:1384 #, python-format msgid "An invitation email has been sent to attendee(s)" msgstr "" @@ -716,7 +765,7 @@ msgid "Availability" msgstr "有空" #. module: calendar -#: code:addons/calendar/calendar.py:1628 +#: code:addons/calendar/calendar.py:1655 #: selection:calendar.attendee,availability:0 #: selection:calendar.event,show_as:0 #, python-format @@ -874,7 +923,7 @@ msgid "Email" msgstr "電郵" #. module: calendar -#: code:addons/calendar/calendar.py:1325 +#: code:addons/calendar/calendar.py:1358 #, python-format msgid "Email addresses not found" msgstr "" @@ -915,7 +964,7 @@ msgid "Error ! End date cannot be set before start date." msgstr "錯誤!結束日期不可在開始日期之前。" #. module: calendar -#: code:addons/calendar/calendar.py:1204 +#: code:addons/calendar/calendar.py:1237 #, python-format msgid "Error!" msgstr "錯誤!" @@ -1000,7 +1049,7 @@ msgid "Group By" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Group by date is not supported, use the calendar view instead." msgstr "未支援以日期分組,請使用日曆式檢視。" @@ -1416,13 +1465,6 @@ msgstr "搜尋會議" msgid "Second" msgstr "秒" -#. module: calendar -#. openerp-web -#: code:addons/calendar/static/src/js/base_calendar.js:100 -#, python-format -msgid "Select Favorite Calendar" -msgstr "" - #. module: calendar #: view:calendar.event:calendar.view_calendar_event_form msgid "Select Weekdays" @@ -1503,7 +1545,7 @@ msgid "The" msgstr "這" #. module: calendar -#: code:addons/calendar/calendar.py:1321 +#: code:addons/calendar/calendar.py:1354 #, python-format msgid "The following contacts have no email address :" msgstr "下列聯絡人無電子郵件地址:" @@ -1579,7 +1621,7 @@ msgstr "" #. module: calendar #: code:addons/calendar/calendar.py:103 #: code:addons/calendar/calendar.py:140 -#: code:addons/calendar/calendar.py:1560 +#: code:addons/calendar/calendar.py:1593 #, python-format msgid "Warning!" msgstr "警告!" @@ -1660,7 +1702,7 @@ msgid "colorize" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "count cannot be negative or 0." msgstr "" @@ -1671,14 +1713,14 @@ msgid "duration_minutes" msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 +#: code:addons/calendar/calendar.py:1222 #, python-format msgid "interval cannot be negative." msgstr "" #. module: calendar -#: code:addons/calendar/calendar.py:1189 -#: code:addons/calendar/calendar.py:1191 +#: code:addons/calendar/calendar.py:1222 +#: code:addons/calendar/calendar.py:1224 #, python-format msgid "warning!" msgstr "" diff --git a/addons/claim_from_delivery/i18n/de.po b/addons/claim_from_delivery/i18n/de.po index dc567032caf..9d1e872fd8b 100644 --- a/addons/claim_from_delivery/i18n/de.po +++ b/addons/claim_from_delivery/i18n/de.po @@ -8,14 +8,15 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-26 15:17+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: claim_from_delivery #: model:ir.actions.act_window,name:claim_from_delivery.action_claim_from_delivery @@ -36,4 +37,4 @@ msgstr "Lieferauftrag" #. module: claim_from_delivery #: model:ir.model,name:claim_from_delivery.model_stock_picking msgid "Picking List" -msgstr "" +msgstr "Pickliste" diff --git a/addons/claim_from_delivery/i18n/el.po b/addons/claim_from_delivery/i18n/el.po new file mode 100644 index 00000000000..9af6fc556bd --- /dev/null +++ b/addons/claim_from_delivery/i18n/el.po @@ -0,0 +1,39 @@ +# Greek translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-10-06 00:12+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-06 07:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: claim_from_delivery +#: model:ir.actions.act_window,name:claim_from_delivery.action_claim_from_delivery +msgid "Claim From Delivery" +msgstr "" + +#. module: claim_from_delivery +#: view:stock.picking:claim_from_delivery.crm_claim_from_delivery +#: field:stock.picking,claim_count_out:0 +msgid "Claims" +msgstr "" + +#. module: claim_from_delivery +#: model:res.request.link,name:claim_from_delivery.request_link_claim_from_delivery +msgid "Delivery Order" +msgstr "" + +#. module: claim_from_delivery +#: model:ir.model,name:claim_from_delivery.model_stock_picking +msgid "Picking List" +msgstr "" diff --git a/addons/claim_from_delivery/i18n/hu.po b/addons/claim_from_delivery/i18n/hu.po index 866fe459f3c..21d0fba3bb0 100644 --- a/addons/claim_from_delivery/i18n/hu.po +++ b/addons/claim_from_delivery/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-06 19:43+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: claim_from_delivery #: model:ir.actions.act_window,name:claim_from_delivery.action_claim_from_delivery @@ -36,4 +36,4 @@ msgstr "Kézbesítési bizonylat" #. module: claim_from_delivery #: model:ir.model,name:claim_from_delivery.model_stock_picking msgid "Picking List" -msgstr "" +msgstr "Kiválogatási lista" diff --git a/addons/claim_from_delivery/i18n/it.po b/addons/claim_from_delivery/i18n/it.po index bb8c748a409..bc6ac8929ef 100644 --- a/addons/claim_from_delivery/i18n/it.po +++ b/addons/claim_from_delivery/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-01 20:14+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: claim_from_delivery #: model:ir.actions.act_window,name:claim_from_delivery.action_claim_from_delivery @@ -36,4 +36,4 @@ msgstr "Ordine di consegna" #. module: claim_from_delivery #: model:ir.model,name:claim_from_delivery.model_stock_picking msgid "Picking List" -msgstr "" +msgstr "Picking List" diff --git a/addons/contacts/i18n/el.po b/addons/contacts/i18n/el.po new file mode 100644 index 00000000000..eb8831f04b8 --- /dev/null +++ b/addons/contacts/i18n/el.po @@ -0,0 +1,37 @@ +# Greek translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-06 00:15+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-06 07:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: contacts +#: model:ir.actions.act_window,help:contacts.action_contacts +msgid "" +"

\n" +" Click to add a contact in your address book.\n" +"

\n" +" Odoo helps you easily track all activities related to\n" +" a customer; discussions, history of business opportunities,\n" +" documents, etc.\n" +"

\n" +" " +msgstr "" + +#. module: contacts +#: model:ir.actions.act_window,name:contacts.action_contacts +#: model:ir.ui.menu,name:contacts.menu_contacts +msgid "Contacts" +msgstr "" diff --git a/addons/contacts/i18n/hu.po b/addons/contacts/i18n/hu.po index 47cfac65a22..ed6c83ef516 100644 --- a/addons/contacts/i18n/hu.po +++ b/addons/contacts/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-06 20:51+0000\n" +"Last-Translator: Krisztian Eyssen \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: contacts #: model:ir.actions.act_window,help:contacts.action_contacts @@ -29,9 +29,19 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kattintson ha címjegyzékéhez kapcsolatot szeretne hozzáadn.\n" +"

\n" +" Odoo rendszer segít, hogy könnyen nyomon követhesse az " +"ügyfelekkel,\n" +" megbeszélésekkel, üzleti lehetőségek történeteivel, " +"dokumentumokkal ,\n" +" stb. kapcsolatos tevékenységeket.\n" +"

\n" +" " #. module: contacts #: model:ir.actions.act_window,name:contacts.action_contacts #: model:ir.ui.menu,name:contacts.menu_contacts msgid "Contacts" -msgstr "Kapcsolattartók" +msgstr "Kapcsolatok" diff --git a/addons/crm/i18n/ar.po b/addons/crm/i18n/ar.po index 128316888bf..ba4ddc8d64f 100644 --- a/addons/crm/i18n/ar.po +++ b/addons/crm/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "عدد الحالات" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "عين الفرصة لـ" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "التصنيف" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "تغيير الإحتمال تلقائياً" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -594,6 +612,7 @@ msgstr "إغلاق" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "تاريخ الإغلاق" @@ -605,7 +624,7 @@ msgid "Closed" msgstr "مغلق" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -616,11 +635,13 @@ msgid "Color Index" msgstr "لون الفهرس" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "شركة" @@ -727,9 +748,12 @@ msgstr "حول الى فرصة" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "دولة" @@ -797,16 +821,20 @@ msgstr "إنشاء" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "تاريخ الإنشاء" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "شهر الانشاء" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -824,21 +852,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "عميل" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -896,13 +924,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "تأخير الإغلاق" @@ -999,16 +1034,16 @@ msgid "Email address of the contact" msgstr "البريد الالكتروني لجهة الاتصال" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "خطأ" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "خطأ!" @@ -1050,21 +1085,23 @@ msgid "Execution Status" msgstr "حالة التنفيذ" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "انتهاء متوقع" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "الربح المتوقع" @@ -1074,8 +1111,19 @@ msgstr "الربح المتوقع" msgid "Expected Revenues" msgstr "الأرباح المتوقعة" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1111,7 +1159,7 @@ msgid "Followers" msgstr "المتابعون" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1124,7 +1172,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1160,6 +1208,7 @@ msgstr "Global CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1190,6 +1239,7 @@ msgstr "مُعلَّقة" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1213,6 +1263,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1312,7 +1363,6 @@ msgstr "آخر إجراء" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1324,8 +1374,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1371,12 +1421,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "المصدر" @@ -1425,7 +1477,7 @@ msgid "Leads" msgstr "العروض" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1434,7 +1486,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1542,21 +1594,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "خسارة" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1636,7 +1695,7 @@ msgid "Meeting" msgstr "إجتماع" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1709,31 +1768,31 @@ msgid "Merge with existing opportunities" msgstr "دمج مع فرصة موجودة" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "الفرص المدمجة" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1822,7 +1881,9 @@ msgstr "تفاوض" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "جديد" @@ -1851,13 +1912,13 @@ msgid "Next Action Date" msgstr "موعد الاجراء التالي" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "بدون موضوع" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1873,6 +1934,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1900,12 +1962,14 @@ msgstr "ملاحظات" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "عدد الأيام لغلق الحالة" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "عدد الإيام لفتح الحالة" @@ -1916,7 +1980,7 @@ msgid "Object Name" msgstr "اسم الكائن" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1969,6 +2033,7 @@ msgid "Opportunities" msgstr "الفرص" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1990,13 +2055,23 @@ msgstr "" "التفاعلات لكل فرصة. ويستخدم أساسا هذا التقرير من قبل مدير مبيعات من أجل " "القيام الاستعراض الدوري مع فرق من خط المبيعات." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2004,6 +2079,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2074,6 +2151,8 @@ msgstr "الصادر" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "تخطي الموعد النهائي" @@ -2084,12 +2163,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2189,6 +2266,11 @@ msgstr "اتصالات هاتفية" msgid "Phone Calls Analysis" msgstr "تحليل المكالمات الهاتفية" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2258,11 +2340,6 @@ msgstr "" msgid "Planned Date" msgstr "الوقت المخطط" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "الأرباح المتوقعة" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2270,7 +2347,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2283,16 +2360,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "أولوية" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "الإحتمال" @@ -2301,11 +2378,6 @@ msgstr "الإحتمال" msgid "Probability (%)" msgstr "الإحتمال (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "الربح المحتمل" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2387,6 +2459,11 @@ msgstr "المتطلبات" msgid "Responsible" msgstr "مسؤول" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2421,12 +2498,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2459,6 +2539,7 @@ msgstr "موظفين المبيعات" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2512,7 +2593,7 @@ msgid "Scheduled Calls" msgstr "المكالمات المجدولة" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2640,11 +2721,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "إظهار العروض فقط" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "مشاهدة الفرص فقط" @@ -2660,8 +2743,10 @@ msgstr "البرنامج" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2681,6 +2766,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "مرحلة" @@ -2782,11 +2869,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "فريق" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2883,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2892,6 +2975,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2899,6 +2983,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2934,7 +3019,7 @@ msgid "To Do" msgstr "في انتظار التنفيذ" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2945,7 +3030,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2966,6 +3051,17 @@ msgstr "قيد التنفيذ" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2974,14 +3070,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "نوع" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "أُستخدمت العلامة لفصل المهامات والفرص" @@ -3025,6 +3122,7 @@ msgstr "تستخدم لترتيب المراحل. الأقل أفضل." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "مستخدِم" @@ -3052,22 +3150,24 @@ msgstr "قيمة" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "تحذير!" @@ -3089,6 +3189,7 @@ msgstr "المعالج" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "فوز" @@ -3098,7 +3199,7 @@ msgid "Working Time" msgstr "ساعات العمل" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3106,7 +3207,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3128,13 +3229,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3150,13 +3251,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "مجهول" + +#~ msgid "Planned Revenue" +#~ msgstr "الأرباح المتوقعة" + +#~ msgid "Team" +#~ msgstr "فريق" + +#~ msgid "Probable Revenue" +#~ msgstr "الربح المحتمل" diff --git a/addons/crm/i18n/bg.po b/addons/crm/i18n/bg.po index 00aaae3adda..712f090f458 100644 --- a/addons/crm/i18n/bg.po +++ b/addons/crm/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Категоризация" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "Затваряне" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Дата на затваряне" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "Приключен" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Фирма" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "Създаване" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Дата на създаване" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Клиент" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Грешка" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Грешка!" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "Статус на изпълнение" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Очаквани приходи" @@ -1069,8 +1106,19 @@ msgstr "Очаквани приходи" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "Задържан" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Загуби" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "Среща" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "Преговори" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Нов" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "Бележки" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "Име на обект" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "Възможности" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "Изходящо" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "Телефонни обаждания" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "Планирана дата" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Планирани приходи" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Приоритет" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Вероятност" @@ -2287,11 +2364,6 @@ msgstr "Вероятност" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "Изисквания" msgid "Responsible" msgstr "Отговорен" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Етап" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Екип" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "Да се направи" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Тип" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Потребител" @@ -3032,22 +3130,24 @@ msgstr "Стойност" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Предупреждение!" @@ -3067,6 +3167,7 @@ msgstr "Помощник" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "Работно време" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,19 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "неизвестен" + +#~ msgid "Planned Revenue" +#~ msgstr "Планирани приходи" + +#~ msgid "Team" +#~ msgstr "Екип" diff --git a/addons/crm/i18n/bs.po b/addons/crm/i18n/bs.po index 9d7fda06a80..8266a7dd439 100644 --- a/addons/crm/i18n/bs.po +++ b/addons/crm/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Sastanaka" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Slučajeva" @@ -298,7 +300,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -351,7 +353,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -417,6 +419,7 @@ msgstr "Dodijeli prilike" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -452,11 +455,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -465,6 +475,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Analiza CRM potencijala" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -495,8 +510,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -553,7 +570,6 @@ msgstr "Kategorizacija" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -571,8 +587,10 @@ msgstr "Automatski promijeni vjerovatnoću" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -649,6 +667,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Datum zatvaranja" @@ -660,7 +679,7 @@ msgid "Closed" msgstr "Zatvoreno" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -671,11 +690,13 @@ msgid "Color Index" msgstr "Indeks boje" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Kompanija" @@ -782,9 +803,12 @@ msgstr "Prebaci u priliku" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Država" @@ -852,16 +876,20 @@ msgstr "Kreiranje" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Datum kreiranja" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mjesec kreiranja" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -879,21 +907,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kupac" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email stranke" @@ -951,13 +979,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Zadano za novi prodajni tim" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Odgoda do zatvaranja" @@ -1054,16 +1089,16 @@ msgid "Email address of the contact" msgstr "E-mail adresa kontakta" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1105,21 +1140,23 @@ msgid "Execution Status" msgstr "Status izvršenja" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Oček. zatvaranje" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Očekivano zatvaranje" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Očekivani prihod" @@ -1129,8 +1166,19 @@ msgstr "Očekivani prihod" msgid "Expected Revenues" msgstr "Očekivani prihod" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1166,7 +1214,7 @@ msgid "Followers" msgstr "Pratioci" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1179,7 +1227,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Od %s do %s" @@ -1216,6 +1264,7 @@ msgstr "Globalni CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1247,6 +1296,7 @@ msgstr "Održan" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1272,6 +1322,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1375,7 +1426,6 @@ msgstr "Posljednja akcija" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1387,8 +1437,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1434,12 +1484,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Potencijal" @@ -1488,7 +1540,7 @@ msgid "Leads" msgstr "Potencijali" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1497,7 +1549,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1614,21 +1666,28 @@ msgid "Logged Calls" msgstr "Zabilježeni pozivi" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Izgubljeno" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1708,7 +1767,7 @@ msgid "Meeting" msgstr "Sastanak" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "Sastanak zakazan u '%s'
Naslov: %s
Trajanje: %s hour(s)" @@ -1781,31 +1840,31 @@ msgid "Merge with existing opportunities" msgstr "Spoji sa postojećim prilikama" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Spojeni potencijal" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Spoji potencijale" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Spojene prilike" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Spojene prilike" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1894,7 +1953,9 @@ msgstr "Pregovaranje" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novi" @@ -1923,13 +1984,13 @@ msgid "Next Action Date" msgstr "Datum sljedeće akcije" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Bez naslova" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1947,6 +2008,7 @@ msgstr "Nema prodavača" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1974,12 +2036,14 @@ msgstr "Zabilješke" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Broj dana za zatvaranje slučaja" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Broj danas za otvaranje slučaja" @@ -1990,7 +2054,7 @@ msgid "Object Name" msgstr "Naziv objekta" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2043,6 +2107,7 @@ msgid "Opportunities" msgstr "Prilike" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2064,13 +2129,23 @@ msgstr "" "rokovi ili broj interakcija po prilici. Voditelj prodaje uglavnom koristi " "ovaj izvještaj kako bi sa timovima obavio periodični pregled prodaje." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Prilike koje su dodijeljene meni" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2078,6 +2153,8 @@ msgstr "Prilike koje su dodijeljene meni" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2148,6 +2225,8 @@ msgstr "Izlazni" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Prekoračen rok" @@ -2158,12 +2237,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2263,6 +2340,11 @@ msgstr "Telefonski pozivi" msgid "Phone Calls Analysis" msgstr "Analiza tel. poziva" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2332,11 +2414,6 @@ msgstr "Planirani troškovi" msgid "Planned Date" msgstr "Planirani datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planirani prihod" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2344,7 +2421,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2358,16 +2435,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Vjerovatnoća" @@ -2376,11 +2453,6 @@ msgstr "Vjerovatnoća" msgid "Probability (%)" msgstr "Vjerovatnoća (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Očekivani Prihod" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2462,6 +2534,11 @@ msgstr "Zahtjevi" msgid "Responsible" msgstr "Odgovoran" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2496,12 +2573,15 @@ msgstr "Oznake prodaje" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2534,6 +2614,7 @@ msgstr "Podavač" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Prodavač" @@ -2587,7 +2668,7 @@ msgid "Scheduled Calls" msgstr "Zakazani pozivi" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2715,11 +2796,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Prikaži samo potencijal" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Prikaži samo prilike" @@ -2735,8 +2818,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2756,6 +2841,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Faza" @@ -2857,11 +2944,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tim" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2963,6 +3045,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2972,6 +3055,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2979,6 +3063,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3014,7 +3099,7 @@ msgid "To Do" msgstr "Za uraditi" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3025,7 +3110,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3046,6 +3131,17 @@ msgstr "Za uraditi" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3054,14 +3150,15 @@ msgstr "Trening" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tip" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tip se koristi za razlikovanje potencijala od prilika." @@ -3105,6 +3202,7 @@ msgstr "Koristi za poredak faza. Niže je bolje." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Korisnik" @@ -3132,22 +3230,24 @@ msgstr "Vrijednost" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -3167,6 +3267,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Dobiveni" @@ -3176,7 +3277,7 @@ msgid "Working Time" msgstr "Radno Vrijeme" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3184,7 +3285,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3206,13 +3307,13 @@ msgid "e.g. Call for proposal" msgstr "npr. zahtjev za ponudom" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3228,13 +3329,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "nepoznato" + +#~ msgid "Planned Revenue" +#~ msgstr "Planirani prihod" + +#~ msgid "Probable Revenue" +#~ msgstr "Očekivani Prihod" + +#~ msgid "Team" +#~ msgstr "Tim" diff --git a/addons/crm/i18n/ca.po b/addons/crm/i18n/ca.po index f7f1db258d3..3baf2800eec 100644 --- a/addons/crm/i18n/ca.po +++ b/addons/crm/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de casos" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Categorizació" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Canviar la probabilitat automàticament" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -596,6 +614,7 @@ msgstr "Tanca" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Data de tancament" @@ -607,7 +626,7 @@ msgid "Closed" msgstr "Tancat" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -618,11 +637,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Companyia" @@ -729,9 +750,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -799,15 +823,19 @@ msgstr "Creació" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data creació" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -826,21 +854,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Client" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -898,13 +926,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Temps restant per al tancament" @@ -1001,16 +1036,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Error" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Error!" @@ -1052,21 +1087,23 @@ msgid "Execution Status" msgstr "Estat execució" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Tancament previst" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingrès esperat" @@ -1076,8 +1113,19 @@ msgstr "Ingrès esperat" msgid "Expected Revenues" msgstr "Ingressos previstos" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1113,7 +1161,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1126,7 +1174,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1163,6 +1211,7 @@ msgstr "CC global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1193,6 +1242,7 @@ msgstr "Retingut" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1216,6 +1266,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1313,7 +1364,6 @@ msgstr "Última acció" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1325,8 +1375,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1372,12 +1422,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1426,7 +1478,7 @@ msgid "Leads" msgstr "Iniciatives" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1435,7 +1487,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1543,21 +1595,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdut" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1637,7 +1696,7 @@ msgid "Meeting" msgstr "Reunió" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1710,31 +1769,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1823,7 +1882,9 @@ msgstr "Negociació" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nou" @@ -1852,13 +1913,13 @@ msgid "Next Action Date" msgstr "Data de la següent acció" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1874,6 +1935,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1901,12 +1963,14 @@ msgstr "Notes" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de dies per tancar el cas" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de dies per obrir el cas" @@ -1917,7 +1981,7 @@ msgid "Object Name" msgstr "Nom de l'objecte" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1970,6 +2034,7 @@ msgid "Opportunities" msgstr "Oportunitats" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1992,13 +2057,23 @@ msgstr "" "principalment el responsable de vendes per fer una revisió periòdica del " "procés de vendes amb els equips." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2006,6 +2081,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2076,6 +2153,8 @@ msgstr "Sortida" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Data límit sobrepassada" @@ -2086,12 +2165,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2191,6 +2268,11 @@ msgstr "Trucades de telèfon" msgid "Phone Calls Analysis" msgstr "Anàlisi de trucades" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2260,11 +2342,6 @@ msgstr "Costos previstos" msgid "Planned Date" msgstr "Data de planificació" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Retorn previst" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2272,7 +2349,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2285,16 +2362,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritat" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilitat" @@ -2303,11 +2380,6 @@ msgstr "Probabilitat" msgid "Probability (%)" msgstr "Probabilitat (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingrés previst" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2389,6 +2461,11 @@ msgstr "Requisits" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2423,12 +2500,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2461,6 +2541,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2514,7 +2595,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2642,11 +2723,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2662,8 +2745,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2683,6 +2768,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fase" @@ -2784,11 +2871,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equip" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2886,6 +2968,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2895,6 +2978,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2902,6 +2986,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2937,7 +3022,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2948,7 +3033,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2969,6 +3054,17 @@ msgstr "Pendents" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2977,14 +3073,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipus" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "El tipus és utilitzat per separar iniciatives i oportunitats" @@ -3028,6 +3125,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuari/a" @@ -3055,22 +3153,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Avís!" @@ -3090,6 +3190,7 @@ msgstr "Assistent" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Guanyat" @@ -3099,7 +3200,7 @@ msgid "Working Time" msgstr "Horari de treball" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3107,7 +3208,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3129,13 +3230,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3151,13 +3252,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "Desconegut" + +#~ msgid "Planned Revenue" +#~ msgstr "Retorn previst" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingrés previst" + +#~ msgid "Team" +#~ msgstr "Equip" diff --git a/addons/crm/i18n/cs.po b/addons/crm/i18n/cs.po index c0e438797be..274ed08cb64 100644 --- a/addons/crm/i18n/cs.po +++ b/addons/crm/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# schůzek" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# případů" @@ -293,7 +295,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -346,7 +348,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -411,6 +413,7 @@ msgstr "Přidělit příležitost (komu)" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -446,11 +449,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -459,6 +469,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Analýza zájemce" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -489,8 +504,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -547,7 +564,6 @@ msgstr "Kategorizace" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -565,8 +581,10 @@ msgstr "Nastavit pravděpodobnost automaticky" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -643,6 +661,7 @@ msgstr "Uzavřít" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Datum uzavření" @@ -654,7 +673,7 @@ msgid "Closed" msgstr "Uzavřeno" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -665,11 +684,13 @@ msgid "Color Index" msgstr "Barevné značení" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Společnost" @@ -776,9 +797,12 @@ msgstr "Konverze na příležitost" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Země" @@ -846,16 +870,20 @@ msgstr "Vytvoření" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Datum vytvoření" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Měsíc vytvoření" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -873,21 +901,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Zákazník" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -945,13 +973,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Výchozí pro nový obchodní tým" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Doba do ukončení" @@ -1048,16 +1083,16 @@ msgid "Email address of the contact" msgstr "E-mail" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Chyba" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Chyba!" @@ -1099,21 +1134,23 @@ msgid "Execution Status" msgstr "Stav provedení" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Vypršelo uzavření" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Očekávané ukončení" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Očekávaný výnos" @@ -1123,8 +1160,19 @@ msgstr "Očekávaný výnos" msgid "Expected Revenues" msgstr "Očekávané výnosy" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1160,7 +1208,7 @@ msgid "Followers" msgstr "Odběratelé" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1173,7 +1221,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Od %s : %s" @@ -1209,6 +1257,7 @@ msgstr "Celkové CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1239,6 +1288,7 @@ msgstr "Voláno" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1264,6 +1314,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1363,7 +1414,6 @@ msgstr "Poslední akce" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1375,8 +1425,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1422,12 +1472,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Zájemce" @@ -1476,7 +1528,7 @@ msgid "Leads" msgstr "Zájemci" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1485,7 +1537,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1599,21 +1651,28 @@ msgid "Logged Calls" msgstr "Záznamy hovorů" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Ztracen" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1693,7 +1752,7 @@ msgid "Meeting" msgstr "Schůzka" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1766,31 +1825,31 @@ msgid "Merge with existing opportunities" msgstr "Sloučit s existující příležitostí" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Sloučení zájemci" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Sloučené příležitosti" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1879,7 +1938,9 @@ msgstr "Vyjednávání" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Vytvoření" @@ -1908,13 +1969,13 @@ msgid "Next Action Date" msgstr "Datum další akce" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Bez předmětu" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1930,6 +1991,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1957,12 +2019,14 @@ msgstr "Poznámky" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Počet dnů do uzavření případu" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Počet dní do otevření případu" @@ -1973,7 +2037,7 @@ msgid "Object Name" msgstr "Název objektu" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2026,6 +2090,7 @@ msgid "Opportunities" msgstr "Příležitosti" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2047,13 +2112,23 @@ msgstr "" "lhůty nebo počet interakcí na příležitost. Tuto sestavu používá především " "obchodní manažer pro pravidelné kontroly týmů." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2061,6 +2136,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2131,6 +2208,8 @@ msgstr "Odchozí" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Překročený krajní termín" @@ -2141,12 +2220,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2246,6 +2323,11 @@ msgstr "Telefonní hovory" msgid "Phone Calls Analysis" msgstr "Analýza hovorů" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2315,11 +2397,6 @@ msgstr "Plánované náklady" msgid "Planned Date" msgstr "Plánovaný datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Plánovaný výnos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2327,7 +2404,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2341,16 +2418,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Priorita" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Pravděpodobnost" @@ -2359,11 +2436,6 @@ msgstr "Pravděpodobnost" msgid "Probability (%)" msgstr "Pravděpodobnost (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Pravděpodobný výnos" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2445,6 +2517,11 @@ msgstr "Požadavky" msgid "Responsible" msgstr "Zodpovídá" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2479,12 +2556,15 @@ msgstr "Značky (obchod)" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2517,6 +2597,7 @@ msgstr "Obchodníci" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Obchodník" @@ -2570,7 +2651,7 @@ msgid "Scheduled Calls" msgstr "Plánované hovory" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2698,11 +2779,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Zobrazit pouze zájemce" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Zobrazit pouze příležitosti" @@ -2718,8 +2801,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2739,6 +2824,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fáze" @@ -2840,11 +2927,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tým" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2948,6 +3030,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2957,6 +3040,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2964,6 +3048,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2999,7 +3084,7 @@ msgid "To Do" msgstr "provést" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3010,7 +3095,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3031,6 +3116,17 @@ msgstr "Provést" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3039,14 +3135,15 @@ msgstr "Tréning" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Druh" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Druh používaný pro odlišení zájemců a příležitostí" @@ -3090,6 +3187,7 @@ msgstr "Používá se pro stav objednávky. Nižší je lepší." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Uživatel" @@ -3117,22 +3215,24 @@ msgstr "Hodnota" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Varování!" @@ -3153,6 +3253,7 @@ msgstr "Průvodce" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Vyhrál" @@ -3162,7 +3263,7 @@ msgid "Working Time" msgstr "Pracovní čas" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3170,7 +3271,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3192,13 +3293,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3214,13 +3315,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "neznámé" + +#~ msgid "Probable Revenue" +#~ msgstr "Pravděpodobný výnos" + +#~ msgid "Planned Revenue" +#~ msgstr "Plánovaný výnos" + +#~ msgid "Team" +#~ msgstr "Tým" diff --git a/addons/crm/i18n/da.po b/addons/crm/i18n/da.po index f53427bfdd1..3646c67fe7d 100644 --- a/addons/crm/i18n/da.po +++ b/addons/crm/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Møder" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "Tildel kval. emner til" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM emne analyse" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,16 +816,20 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Oprettelses dato" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Oprettelses måned" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Kunde email" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "E-mail adresse på kontakten" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "Udførelses status" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Forventet lukning" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Forventet indtægt" @@ -1069,8 +1106,19 @@ msgstr "Forventet indtægt" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1207,6 +1257,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1304,7 +1355,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1316,8 +1366,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1363,12 +1413,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Emne" @@ -1417,7 +1469,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1426,7 +1478,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1534,21 +1586,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1628,7 +1687,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1701,31 +1760,31 @@ msgid "Merge with existing opportunities" msgstr "Sammenlæg med eksisterende kval. emner" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Sammenlagt lead" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Sammenlagte kval. emner" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1814,7 +1873,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1843,13 +1904,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Intet emne" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1865,6 +1926,7 @@ msgstr "Ingen sælger" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1892,12 +1954,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1908,7 +1972,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1961,6 +2025,7 @@ msgid "Opportunities" msgstr "Kval. emner" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1978,13 +2043,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Mine kval. emner" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1992,6 +2067,8 @@ msgstr "Mine kval. emner" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2062,6 +2139,8 @@ msgstr "Udgående" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Overskredet deadline" @@ -2072,12 +2151,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2177,6 +2254,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "Analyse af telefonkald" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2246,11 +2328,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Forventet indtægt" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2258,7 +2335,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2271,16 +2348,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2289,11 +2366,6 @@ msgstr "" msgid "Probability (%)" msgstr "Sandsynlighed (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Sandsynlig omsætning" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2375,6 +2447,11 @@ msgstr "Krav" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2409,12 +2486,15 @@ msgstr "Salgs nøgleord" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2447,6 +2527,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Sælger" @@ -2500,7 +2581,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2628,11 +2709,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Vis kun kval. emner" @@ -2648,8 +2731,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2669,6 +2754,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fase" @@ -2770,11 +2857,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2867,6 +2949,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2876,6 +2959,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2883,6 +2967,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2916,7 +3001,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2927,7 +3012,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2948,6 +3033,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2956,14 +3052,15 @@ msgstr "Træning" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Type" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Type bruges til at adskille emner og kval. emner" @@ -3007,6 +3104,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3034,22 +3132,24 @@ msgstr "Værdi" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -3069,6 +3169,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Vundet" @@ -3078,7 +3179,7 @@ msgid "Working Time" msgstr "Arbejdstid" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3086,7 +3187,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3108,13 +3209,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3130,13 +3231,19 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "ukendt" + +#~ msgid "Planned Revenue" +#~ msgstr "Forventet indtægt" + +#~ msgid "Probable Revenue" +#~ msgstr "Sandsynlig omsætning" diff --git a/addons/crm/i18n/de.po b/addons/crm/i18n/de.po index e415cad7afd..36b39dd406b 100644 --- a/addons/crm/i18n/de.po +++ b/addons/crm/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-20 08:58+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 09:28+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm @@ -25,6 +25,8 @@ msgid "# Meetings" msgstr "Meetings" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Vorgänge" @@ -239,9 +241,9 @@ msgid "" " " msgstr "" "

\n" -" Klicken Sie, um Anruf zu protokollieren.\n" +" Klicken Sie, um einen Telefonanruf zu protokollieren.\n" "

\n" -" Odoo ermöglicht eine ad-hoc Protokollierung eingehender Anrufe\n" +" Odoo ermöglicht eine ad-hoc Protokollierung eingehender Anrufe,\n" " um eine vollständige Vorgangshistorie zu erlangen oder um andere " "Team\n" " Mitarbeiter vollständig zu informieren.\n" @@ -413,15 +415,15 @@ msgid "" "

    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" -"

Für diese Verkaufschance gibt es seit mindestens 5 Tagen keine " -"Aktualisierung :

\n" +"

Bei dieser Verkaufschance gibt es bereits seit mindestens 5 Tagen keine " +"Aktivität. Hies sind die Details:

\n" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Beschreibung: ${object.description}
  • \n" +"
  • Beschreibung: ${object.description}
  • \n" "
" #. module: crm @@ -460,7 +462,7 @@ msgstr "Anschrift" #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings msgid "After-Sale Services" -msgstr "After-Sales-Dienstleistung" +msgstr "Kundendienst" #. module: crm #: field:crm.case.section,alias_id:0 @@ -473,7 +475,7 @@ msgid "Alias Domain" msgstr "Alias Domäne" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -489,7 +491,8 @@ msgid "" " will create a new lead." msgstr "" "Alle E-Mails an diese Addresse, die vom Mail-Gateway verarbeitet wurden\n" -" legen einen neuen Lead an." +" legen automatisch einen neuen " +"Interessenten an." #. module: crm #: help:sale.config.settings,module_crm_helpdesk:0 @@ -506,7 +509,7 @@ msgstr "" #: help:sale.config.settings,group_fund_raising:0 msgid "Allows you to trace and manage your activities for fund raising." msgstr "" -"Ermöglicht die Verfolgung und das Management von Fund Raising Aktivitäten." +"Ermöglicht die Verfolgung der Akquise und Verwaltung von Spendenbeiträgen" #. module: crm #: help:sale.config.settings,module_crm_claim:0 @@ -551,13 +554,14 @@ msgstr "Chance zuweisen an" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Zuweisungsdatum" #. module: crm #: field:crm.lead,date_open:0 msgid "Assigned" -msgstr "Zugewiesen" +msgstr "Zuweisungsdatum" #. module: crm #: model:ir.actions.act_window,name:crm.action_partner_merge @@ -582,15 +586,22 @@ msgstr "Beide" #. module: crm #: field:crm.lead,message_bounce:0 msgid "Bounce" -msgstr "Abweisen" +msgstr "Unzustellbar" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "Nach Land" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "Nach Verkaufsteam" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "Nach Verkäufern" @@ -599,6 +610,11 @@ msgstr "Nach Verkäufern" msgid "CRM Lead Analysis" msgstr "CRM: Interessenten-Statistik" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "Statistik Verkaufschancen" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -629,8 +645,10 @@ msgstr "Anrufdatum nach Monat" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -687,7 +705,6 @@ msgstr "Kategorisierung" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -705,8 +722,10 @@ msgstr "Ändere Wahrscheinlichkeit automatisch" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -744,14 +763,16 @@ msgid "" "Check if you want to use this tab as part of the segmentation rule. If not " "checked, the criteria beneath will be ignored" msgstr "" -"Aktivieren Sie diese, falls dieser Tabulator als Bestandteil der " -"Segmentierung genutzt werden soll. Falls der Haken nicht gesetzt wird, " -"werden die Kriterien dieser Seite ignoriert." +"Aktivieren Sie diese Option, falls dieser Tabulator als Bestandteil der " +"Segmentierung genutzt werden soll. Andernfalls werden die Kriterien dieser " +"Seite ignoriert." #. module: crm #: help:crm.case.section,use_opportunities:0 msgid "Check this box to manage opportunities in this sales team." -msgstr "Diese Checkbox ankaken, um Gelegenheiten des Teams zu verwalten" +msgstr "" +"Aktivieren Sie diese Auswahl, wenn Sie Verkaufschancen im Team bearbeiten " +"wollen." #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -785,6 +806,7 @@ msgstr "Fertig" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Enddatum" @@ -793,10 +815,10 @@ msgstr "Enddatum" #: field:crm.lead,date_closed:0 #: field:crm.phonecall,date_closed:0 msgid "Closed" -msgstr "Beendet" +msgstr "Endedatum" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -809,11 +831,13 @@ msgid "Color Index" msgstr "Farbindex" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Unternehmen" @@ -920,9 +944,12 @@ msgstr "Unwandeln zu Chance" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Land" @@ -985,21 +1012,25 @@ msgstr "Angelegt am" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "Creation" -msgstr "Erstellung am" +msgstr "Erstellung" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Erzeugt am" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "Erstellungsdatum" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Erstellungsmonat" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -1017,21 +1048,21 @@ msgid "Current Line" msgstr "Aktuelle Position" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kunde" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "E-Mail Kunde" @@ -1056,7 +1087,7 @@ msgstr "Datum der letzten eingestellten Meldung zu diesem Datensatz." #. module: crm #: field:crm.lead,day_open:0 msgid "Days to Assign" -msgstr "Dauer bis Zuweisung" +msgstr "Tage bis Zuweisung" #. module: crm #: field:crm.lead,day_close:0 @@ -1072,7 +1103,7 @@ msgstr "Kein Auftrag" #: model:ir.actions.act_window,name:crm.base_partner_merge_automatic_act #: model:ir.ui.menu,name:crm.partner_merge_automatic_menu msgid "Deduplicate Contacts" -msgstr "Kontaktdoubletten bereinigen" +msgstr "Kontakte zusammenführen" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -1089,13 +1120,20 @@ msgstr "Standard Alias für Interessenten" msgid "Default to New Sales Team" msgstr "Standard für neues Vertriebsteam" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "Zeit bis zur Beendigung" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "Verzug bei Zuweisung" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Zeit bis zur Beendigung" @@ -1192,16 +1230,16 @@ msgid "Email address of the contact" msgstr "E-Mail-Adresse des Kontakts" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Fehler" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Fehler!" @@ -1243,21 +1281,23 @@ msgid "Execution Status" msgstr "Status Durchführung" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Erw. Abschluß" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Erwartetes Abschlussdatum" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Erwarteter Umsatz" @@ -1267,8 +1307,19 @@ msgstr "Erwarteter Umsatz" msgid "Expected Revenues" msgstr "Erwarteter Umsatz" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "Erwarteter Abschluss" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "Erwarteter Abschlussmonat" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "Erweiterte Filter" @@ -1304,7 +1355,7 @@ msgid "Followers" msgstr "Follower" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1319,7 +1370,7 @@ msgid "Force assignation" msgstr "Zwangszuweisung" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Von %s : %s" @@ -1333,7 +1384,7 @@ msgid "" "the report." msgstr "" "Mit diesem Bericht können Sie die Leistung Ihres Verkaufsteams auf Basis " -"ihrer Anwendung beurteilen . Sie können ausserdem Informationen anhand " +"ihrer Telefonanrufe analysieren. Sie können ausserdem Informationen anhand " "verschiedener Kriterien filtern und gründlich untersuchen." #. module: crm @@ -1344,7 +1395,7 @@ msgstr "Funktion" #. module: crm #: view:crm.lead:crm.crm_case_form_view_oppor msgid "Fund Raising" -msgstr "Fund Raising" +msgstr "Spendenbeitrag" #. module: crm #: field:crm.lead,email_cc:0 @@ -1355,10 +1406,11 @@ msgstr "Generelle E-Mail Kopie (CC)" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" -msgstr "Gruppiere nach" +msgstr "Gruppierung" #. module: crm #: field:base.partner.merge.automatic.wizard,number_group:0 @@ -1385,6 +1437,7 @@ msgstr "Erledigt" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1410,6 +1463,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1442,8 +1496,8 @@ msgid "" "mailing and marketing campaign. Filter 'Available for Mass Mailing' allows " "users to filter the leads when performing mass mailing." msgstr "" -"Falls 'Keine Werbung' markiert ist, hat dieser Kontakt Massen-E-Mails und " -"Marketingkampagnen abgelehnt. Durch den Filter 'Verfügbar für Massen-E-" +"Falls 'Keine E-Mailwerbung' markiert ist, hat dieser Kontakt Massen-E-Mails " +"und Marketingkampagnen abgelehnt. Durch den Filter 'Verfügbar für Massen-E-" "Mails' können Interessenten angezeigt werden, die für Massen-E-Mails " "verfügbar sind." @@ -1513,7 +1567,6 @@ msgstr "Datum letzte Aktion" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "Letzte Nachricht" @@ -1525,10 +1578,10 @@ msgstr "Datum der aktuellsten Nachricht" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" -msgstr "Aktuellste Stufenaktualisierung" +msgstr "Letzte Stufenaktualisierung" #. module: crm #: field:base.partner.merge.automatic.wizard,write_uid:0 @@ -1572,12 +1625,14 @@ msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Interessent" @@ -1626,7 +1681,7 @@ msgid "Leads" msgstr "Interessenten" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "Interessenten / Chancen" @@ -1635,7 +1690,7 @@ msgstr "Interessenten / Chancen" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1659,7 +1714,7 @@ msgstr "" #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings msgid "Leads Email Alias" -msgstr "Interessent-Email-Alias" +msgstr "E-Mail-Alias für neue Interessenten" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -1674,7 +1729,7 @@ msgstr "Interessentenanlage" #. module: crm #: field:res.partner,opportunity_ids:0 msgid "Leads and Opportunities" -msgstr "Interessenten & Chancen" +msgstr "Interessenten und Chancen" #. module: crm #: model:ir.filters,name:crm.filter_usa_lead @@ -1756,21 +1811,28 @@ msgid "Logged Calls" msgstr "Aufgezeichete Anrufe" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Anruf für %(date)s eingetragen. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "Langzeitumsatz" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Verloren" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1785,7 +1847,7 @@ msgstr "Mailing Versandpartner" #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor msgid "Mailings" -msgstr "Zustimmung E-Mailversand" +msgstr "E-Mailwerbung" #. module: crm #: field:sale.config.settings,module_crm_claim:0 @@ -1796,12 +1858,12 @@ msgstr "Verwalte Reklamationen" #: model:res.groups,name:crm.group_fund_raising #: field:sale.config.settings,group_fund_raising:0 msgid "Manage Fund Raising" -msgstr "Fund Raising Management" +msgstr "Spendenbeiträge verwalten" #. module: crm #: field:sale.config.settings,module_crm_helpdesk:0 msgid "Manage Helpdesk and Support" -msgstr "Kundendienst- und Support-Management" +msgstr "Helpdesk- und Support-Management" #. module: crm #: field:crm.segmentation.line,operator:0 @@ -1850,7 +1912,7 @@ msgid "Meeting" msgstr "Meeting" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "Besprechung geplant am '%s'
Thema: %s
Dauer: %s hour(s)" @@ -1923,31 +1985,31 @@ msgid "Merge with existing opportunities" msgstr "Mit bestehenden Chancen zusammenführen" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Zusammengefasster Interessent" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Zusammengefasste Interessenten" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Zusammengefasste Chancen" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Zusammengefasster Interessent" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "Zusammengefasst mit diesen Partnern:" @@ -2036,7 +2098,9 @@ msgstr "Verhandlung" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Neu" @@ -2065,13 +2129,13 @@ msgid "Next Action Date" msgstr "Datum nächste Aktion" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Kein Betreff" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -2090,6 +2154,7 @@ msgstr "Noch kein Verkäufer" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -2117,12 +2182,14 @@ msgstr "Notizen" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Tage bis Beendigung" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Anzahl Tage b. Eröffnung" @@ -2133,7 +2200,7 @@ msgid "Object Name" msgstr "Objekt Bezeichnung" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2190,6 +2257,7 @@ msgid "Opportunities" msgstr "Chancen" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2214,13 +2282,23 @@ msgstr "" "regelmässigen Überblick über die Auslastung des Vertriebs sowie über die zu " "bearbeitende Vertriebspipline zu haben." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "Nach Chancengruppe" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "Erfolgreiche Abschlüsse nach Teams" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Eigene Chancen" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2228,6 +2306,8 @@ msgstr "Eigene Chancen" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2264,7 +2344,7 @@ msgstr "Erfolgreicher Verkauf" #. module: crm #: field:crm.lead,opt_out:0 msgid "Opt-Out" -msgstr "Opt-Out" +msgstr "Keine E-Mailwerbung" #. module: crm #: selection:base.partner.merge.automatic.wizard,state:0 @@ -2298,6 +2378,8 @@ msgstr "Ausgehende Anrufe" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Überschrittene Frist" @@ -2308,12 +2390,10 @@ msgstr "Konzern" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2374,7 +2454,7 @@ msgstr "Zahlungsmethode" #. module: crm #: model:ir.ui.menu,name:crm.menu_crm_payment_mode_act msgid "Payment Modes" -msgstr "Zahlungsmöglichkeiten" +msgstr "Zahlungsmethoden" #. module: crm #: selection:crm.phonecall,state:0 @@ -2405,7 +2485,7 @@ msgstr "Telefonanruf" #: model:ir.ui.menu,name:crm.menu_crm_case_phone #: model:ir.ui.menu,name:crm.menu_crm_config_phonecall msgid "Phone Calls" -msgstr "Anrufe" +msgstr "Telefonanrufe" #. module: crm #: model:ir.actions.act_window,name:crm.action_report_crm_phonecall @@ -2413,6 +2493,11 @@ msgstr "Anrufe" msgid "Phone Calls Analysis" msgstr "Statistik Anrufe" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "Eingeplante Anrufe" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2475,18 +2560,13 @@ msgstr "Telefonanrufe" #. module: crm #: field:crm.lead,planned_cost:0 msgid "Planned Costs" -msgstr "Geplante Kosten" +msgstr "Geplanter Kostenbeitrag" #. module: crm #: view:crm.phonecall2phonecall:crm.phonecall_to_phonecall_view msgid "Planned Date" msgstr "Geplantes Datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Geplanter Umsatz" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2494,7 +2574,7 @@ msgid "Planned Revenue per Month" msgstr "Geplante Umsätze nach Monat" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2508,16 +2588,16 @@ msgstr "Verkaufsberatung" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Priorität" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Wahrscheinl." @@ -2526,11 +2606,6 @@ msgstr "Wahrscheinl." msgid "Probability (%)" msgstr "Wahrscheinl. (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Wahrscheinlicher Umsatz" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2614,6 +2689,11 @@ msgstr "Anforderungen" msgid "Responsible" msgstr "Verantwortlich" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "Umsatz nach Interessent" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2643,17 +2723,20 @@ msgstr "Verkauf, Einkauf" #: model:ir.actions.act_window,name:crm.crm_lead_categ_action #: model:ir.ui.menu,name:crm.menu_crm_lead_categ msgid "Sales Tags" -msgstr "Verkauf Kennzeichen" +msgstr "Verkaufskategorie" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2666,7 +2749,7 @@ msgstr "Verkaufsteam" #. module: crm #: model:ir.model,name:crm.model_crm_case_section msgid "Sales Teams" -msgstr "Vertriebsteams" +msgstr "Verkaufsteams" #. module: crm #: help:crm.phonecall,section_id:0 @@ -2686,6 +2769,7 @@ msgstr "Verkäufer" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Verkäufer" @@ -2739,7 +2823,7 @@ msgid "Scheduled Calls" msgstr "Geplante Anrufe" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Terminierter Anruf %(date)s. %(description)s" @@ -2799,7 +2883,7 @@ msgstr "Beschreibung der Segmente" #. module: crm #: view:crm.segmentation:crm.crm_segmentation-view msgid "Segmentation Test" -msgstr "Segmentierungs-Test" +msgstr "Sgementierungsprüfungen" #. module: crm #: model:ir.model,name:crm.model_crm_segmentation_line @@ -2849,7 +2933,7 @@ msgstr "E-Mail versenden" #. module: crm #: field:crm.case.stage,sequence:0 msgid "Sequence" -msgstr "Nummernfolge" +msgstr "Reihenfolge" #. module: crm #: model:crm.case.categ,name:crm.categ_oppor3 @@ -2871,15 +2955,17 @@ msgstr "Eine andere Stufe ändert die Wahrscheinlichkeit automatisch." #. module: crm #: model:res.groups,name:crm.group_scheduled_calls msgid "Show Scheduled Calls Menu" -msgstr "Anzeige der geplanten Anrufe" +msgstr "Anzeige des Menüs für Anrufe" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Zeige nur Interessenten" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Nur Chancen anzeigen" @@ -2895,8 +2981,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2907,7 +2995,7 @@ msgstr "Herkunft" #. module: crm #: field:crm.tracking.source,name:0 msgid "Source Name" -msgstr "Bezeichnung der Herkunft" +msgstr "Herkunft-Bezeichnung" #. module: crm #: view:crm.case.stage:crm.crm_case_stage_form @@ -2916,6 +3004,8 @@ msgstr "Bezeichnung der Herkunft" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Stufe" @@ -3015,12 +3105,7 @@ msgstr "Tag" #. module: crm #: field:crm.lead,categ_ids:0 msgid "Tags" -msgstr "Schlagworte" - -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Team" +msgstr "Schlagwörter" #. module: crm #: help:crm.case.section,alias_id:0 @@ -3143,6 +3228,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -3154,6 +3240,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -3162,13 +3249,14 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " "email list" msgstr "" -"Dies zeigt die Herkunft für neue Interessenten: Suchmaschine, andere " -"Webdomäne, E-Mail Liste" +"Hier können Sie die Herkunft neuer Interessenten vermerken: Suchmaschine, " +"Webseite, E-Mail Liste" #. module: crm #: help:crm.case.stage,probability:0 @@ -3201,7 +3289,7 @@ msgid "To Do" msgstr "To Do" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3218,7 +3306,7 @@ msgstr "" "bereits vorhandenen Verkaufschance." #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3245,6 +3333,17 @@ msgstr "Zu erledigen" msgid "Tools" msgstr "Tools" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "Top Chancen" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "Gesamtumsatz" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3253,14 +3352,15 @@ msgstr "Training" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Typ" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Typ wird zur Unterscheidung von Interessent und Chance verwendet." @@ -3285,7 +3385,7 @@ msgstr "Aktualisiere Datum" #. module: crm #: field:crm.segmentation,sales_purchase_active:0 msgid "Use The Sales Purchase Rules" -msgstr "Aktiviere Umsatz- / Zufriedenheits-Segmentierung" +msgstr "Aktiviere Regel zur Kategorisierung" #. module: crm #: selection:crm.lead2opportunity.partner.mass,action:0 @@ -3304,6 +3404,7 @@ msgstr "Wird zum Ordnen der Stufen in aufsteigender Reihenfolge genutzt." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Benutzer" @@ -3331,22 +3432,24 @@ msgstr "Wert" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "Sehr hoch" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "Sehr gering" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Warnung!" @@ -3367,6 +3470,7 @@ msgstr "Assistent" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Erfolgreich" @@ -3376,7 +3480,7 @@ msgid "Working Time" msgstr "Arbeitszeit" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3386,7 +3490,7 @@ msgstr "" "erreicht haben." #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "Sie sollten einen Filter für Ihre Selektion festlegen" @@ -3408,13 +3512,13 @@ msgid "e.g. Call for proposal" msgstr "z.B. Ausschreibung" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "Interessent" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "Interessenten" @@ -3430,13 +3534,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "Chance" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "unbekannt" + +#~ msgid "Team" +#~ msgstr "Team" + +#~ msgid "Planned Revenue" +#~ msgstr "Geplanter Umsatz" + +#~ msgid "Probable Revenue" +#~ msgstr "Wahrscheinlicher Umsatz" diff --git a/addons/crm/i18n/el.po b/addons/crm/i18n/el.po index 3f7e1d8c7ff..873dd9f8856 100644 --- a/addons/crm/i18n/el.po +++ b/addons/crm/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# από Υποθέσεις" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Κατηγοριοποίηση" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Αλλαξε την Πιθανότητα Αυτόματα" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -591,6 +609,7 @@ msgstr "Κλείσιμο" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Ημερομηνία Ολοκλήρωσης" @@ -602,7 +621,7 @@ msgid "Closed" msgstr "Κλειστό" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -613,11 +632,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Εταιρία" @@ -724,9 +745,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Χώρα" @@ -794,15 +818,19 @@ msgstr "Δημιουργία" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Ημερ/νία Δημιουργίας" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -821,21 +849,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Πελάτης" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -893,13 +921,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Καθυστέρηση για Κλείσιμο" @@ -996,16 +1031,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Σφάλμα" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Σφάλμα!" @@ -1047,21 +1082,23 @@ msgid "Execution Status" msgstr "Στάδιο Εκτέλεσης" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Προβλεπόμενο Κλέισιμο" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Προσδοκόμενα Έσοδα" @@ -1071,8 +1108,19 @@ msgstr "Προσδοκόμενα Έσοδα" msgid "Expected Revenues" msgstr "Προσδοκόμενα Έσοδα" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1108,7 +1156,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1121,7 +1169,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1154,6 +1202,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1184,6 +1233,7 @@ msgstr "Κρατήθηκε" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1207,6 +1257,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1304,7 +1355,6 @@ msgstr "Τελευταία Ενέργεια" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1316,8 +1366,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1363,12 +1413,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Υποψήφιος Πελάτης" @@ -1417,7 +1469,7 @@ msgid "Leads" msgstr "Υποψήφιοι Πελάτες" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1426,7 +1478,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1534,21 +1586,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Χαμένος" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1628,7 +1687,7 @@ msgid "Meeting" msgstr "Συνάντηση" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1701,31 +1760,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1814,7 +1873,9 @@ msgstr "Διαπραγμάτευση" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Νέος" @@ -1843,13 +1904,13 @@ msgid "Next Action Date" msgstr "Επόμενη Ημερομηνία Ενέργειας" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1865,6 +1926,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1892,12 +1954,14 @@ msgstr "Σημειώσεις" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Ημέρες για το κλείσιμο της υπόθεσης" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Αριθμός Ημερών για άνοιγμα υπόθεσης" @@ -1908,7 +1972,7 @@ msgid "Object Name" msgstr "Όνομα Αντικειμένου" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1961,6 +2025,7 @@ msgid "Opportunities" msgstr "Ευκαιρίες" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1978,13 +2043,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1992,6 +2067,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2062,6 +2139,8 @@ msgstr "Εξερχόμενο" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Περασμένη Προθεσμία" @@ -2072,12 +2151,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2177,6 +2254,11 @@ msgstr "Τηλεφωνήματα" msgid "Phone Calls Analysis" msgstr "Ανάλυση Τηλεφωνημάτων" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2246,11 +2328,6 @@ msgstr "Προγραμματισμένο Κόστος" msgid "Planned Date" msgstr "Σχεδιασμένη Ημερομηνία" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Προγραμματισμένα Έσοδα" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2258,7 +2335,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2271,16 +2348,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Προτεραιότητα" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Πιθανότητα" @@ -2289,11 +2366,6 @@ msgstr "Πιθανότητα" msgid "Probability (%)" msgstr "Πιθανότητα (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Εκτιμώμενα Έσοδα" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2375,6 +2447,11 @@ msgstr "Απαιτήσεις" msgid "Responsible" msgstr "Υπεύθυνος" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2409,12 +2486,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2447,6 +2527,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2500,7 +2581,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2628,11 +2709,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2648,8 +2731,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2669,6 +2754,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Στάδιο" @@ -2770,11 +2857,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Ομάδα" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2869,6 +2951,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2878,6 +2961,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2885,6 +2969,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2918,7 +3003,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2929,7 +3014,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2950,6 +3035,17 @@ msgstr "Προς υλοποίηση" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2958,14 +3054,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Τύπος" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" "Ο Τύπος χρησιμοποιήτε για να ξεχωρίσει τους Πιθανούς Πελάτες από τις " @@ -3011,6 +3108,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Χρήστης" @@ -3038,22 +3136,24 @@ msgstr "Αξία" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Προειδοποίηση!" @@ -3073,6 +3173,7 @@ msgstr "Οδηγός" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Επιτυχία" @@ -3082,7 +3183,7 @@ msgid "Working Time" msgstr "Εργάσιμες Ώρες" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3090,7 +3191,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3112,13 +3213,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3134,13 +3235,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "άγνωστο" + +#~ msgid "Planned Revenue" +#~ msgstr "Προγραμματισμένα Έσοδα" + +#~ msgid "Probable Revenue" +#~ msgstr "Εκτιμώμενα Έσοδα" + +#~ msgid "Team" +#~ msgstr "Ομάδα" diff --git a/addons/crm/i18n/es.po b/addons/crm/i18n/es.po index 58ccee5f31b..8b68a79936e 100644 --- a/addons/crm/i18n/es.po +++ b/addons/crm/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-26 15:35+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 01:39+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:29+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "Nº reuniones" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de casos" @@ -372,15 +374,15 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" -"

Esta oportunidad no tiene ninguna actividad desde hace 5 días. Éstos son " -"algunos detalles:

\n" +"

Esta oportunidad no tiene actividad desde hace 5 días. Aquí tiene algunos " +"detalles:

\n" "
    \n" "
  • Nombre: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Descripción: ${object.description}
  • \n" +"
  • Descripción: ${object.description}
  • \n" "
" #. module: crm @@ -432,7 +434,7 @@ msgid "Alias Domain" msgstr "Alias de dominio" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -509,6 +511,7 @@ msgstr "Asignar oportunidades a" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Fecha de asignación" @@ -544,11 +547,18 @@ msgstr "Rebote" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "Por país" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "Por equipo de ventas" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "Por comerciales" @@ -557,6 +567,11 @@ msgstr "Por comerciales" msgid "CRM Lead Analysis" msgstr "Análisis Iniciativas CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "Análisis de oportunidades CRM" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -587,8 +602,10 @@ msgstr "Fecha de llamada por Mes" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -645,7 +662,6 @@ msgstr "Categorización" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -663,8 +679,10 @@ msgstr "Cambiar la probabilidad automáticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -744,6 +762,7 @@ msgstr "Cerrado" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Fecha cierre" @@ -755,7 +774,7 @@ msgid "Closed" msgstr "Cerrado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -767,11 +786,13 @@ msgid "Color Index" msgstr "Índice de colores" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Compañía" @@ -878,9 +899,12 @@ msgstr "Convertir a oportunidad" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -948,16 +972,20 @@ msgstr "Creación" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Fecha creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "Fecha de creación" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mes de creación" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -975,21 +1003,21 @@ msgid "Current Line" msgstr "Línea actual" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Correo electrónico del cliente" @@ -1047,13 +1075,20 @@ msgstr "Seudónimo por defecto para las iniciativas" msgid "Default to New Sales Team" msgstr "Por defecto a un nuevo equipo de ventas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "Retrasar al cierre" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "Demora para asignar" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tiempo restante para el cierre" @@ -1150,16 +1185,16 @@ msgid "Email address of the contact" msgstr "Dirección de email del contacto" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Error" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1201,21 +1236,23 @@ msgid "Execution Status" msgstr "Estado ejecución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Cierre Esperado" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Cierre previsto" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingreso estimado" @@ -1225,8 +1262,19 @@ msgstr "Ingreso estimado" msgid "Expected Revenues" msgstr "Ingresos esperados" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "Expiración del cierre" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "Mes de expiración del cierre" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "Filtro avanzado" @@ -1262,7 +1310,7 @@ msgid "Followers" msgstr "Seguidores" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1277,7 +1325,7 @@ msgid "Force assignation" msgstr "Forzar asignación" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De %s : %s" @@ -1314,6 +1362,7 @@ msgstr "CC Global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1345,6 +1394,7 @@ msgstr "Realizada" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1370,6 +1420,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1474,7 +1525,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "Último mensaje" @@ -1486,8 +1536,8 @@ msgstr "Fecha del último mensaje" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Actualización de la última etapa" @@ -1533,12 +1583,14 @@ msgid "Last Updated on" msgstr "Última actualización en" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1587,7 +1639,7 @@ msgid "Leads" msgstr "Iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "Iniciativas / Oportunidades" @@ -1596,7 +1648,7 @@ msgstr "Iniciativas / Oportunidades" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1714,21 +1766,28 @@ msgid "Logged Calls" msgstr "Llamadas registradas" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Registrada una llamada en %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "Ingresos a largo plazo" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1808,7 +1867,7 @@ msgid "Meeting" msgstr "Reunión" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1882,31 +1941,31 @@ msgid "Merge with existing opportunities" msgstr "Fusionar con oportunidad existente" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Iniciativa fusionada" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Combinar iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Oportunidades fusionadas" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Oportunidad fusionada" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "Combinada con las siguientes empresas:" @@ -1995,7 +2054,9 @@ msgstr "Negociación" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nuevo" @@ -2024,13 +2085,13 @@ msgid "Next Action Date" msgstr "Fecha de la próxima acción" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Sin asunto" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -2049,6 +2110,7 @@ msgstr "Sin comercial" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -2076,12 +2138,14 @@ msgstr "Notas" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de días para cerrar el caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de días para abrir el caso" @@ -2092,7 +2156,7 @@ msgid "Object Name" msgstr "Nombre del objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2148,6 +2212,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2170,13 +2235,23 @@ msgstr "" "utiliza principalmente el responsable de ventas para hacer una revisión " "periódica del proceso de ventas con los equipos." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "Cohorte de oportunidades" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "Oportunidades ganadas por equipo" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Oportunidades asignadas a mí" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2184,6 +2259,8 @@ msgstr "Oportunidades asignadas a mí" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2254,6 +2331,8 @@ msgstr "Saliente" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Fecha límite sobrepasada" @@ -2264,12 +2343,10 @@ msgstr "Empresa matriz" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2369,6 +2446,11 @@ msgstr "Llamadas telefónicas" msgid "Phone Calls Analysis" msgstr "Análisis de llamadas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "Llamadas telefónicas a realizar" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2440,11 +2522,6 @@ msgstr "Costos previstos" msgid "Planned Date" msgstr "Fecha prevista" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Ingresos previstos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2452,7 +2529,7 @@ msgid "Planned Revenue per Month" msgstr "Ingresos previstos por mes" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2467,16 +2544,16 @@ msgstr "Servicios de pre-venta" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridad" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidad" @@ -2485,11 +2562,6 @@ msgstr "Probabilidad" msgid "Probability (%)" msgstr "Probabilidad (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingreso estimado" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2573,6 +2645,11 @@ msgstr "Requerimientos" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "Ingreso por iniciativa" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2607,12 +2684,15 @@ msgstr "Etiquetas de ventas" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2645,6 +2725,7 @@ msgstr "Vendedores" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Comercial" @@ -2698,7 +2779,7 @@ msgid "Scheduled Calls" msgstr "Llamadas planificadas" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Planificada una llamada para %(date)s. %(description)s" @@ -2831,11 +2912,13 @@ msgstr "Mostrar el menú de llamadas programadas" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Mostrar solo iniciativas" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostrar únicamente oportunidades" @@ -2851,8 +2934,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2872,6 +2957,8 @@ msgstr "Nombre del origen" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2973,11 +3060,6 @@ msgstr "Etiqueta" msgid "Tags" msgstr "Etiquetas" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipo" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -3092,6 +3174,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -3103,6 +3186,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -3112,6 +3196,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3151,7 +3236,7 @@ msgid "To Do" msgstr "Por hacer" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3168,7 +3253,7 @@ msgstr "" "su flujo de oportunidades" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3195,6 +3280,17 @@ msgstr "Por hacer" msgid "Tools" msgstr "Herramientas" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "Top de oportunidades" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "Ingresos totales" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3203,14 +3299,15 @@ msgstr "Formación" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "El tipo es utilizado para separar iniciativas y oportunidades" @@ -3254,6 +3351,7 @@ msgstr "Utilizado para ordenar etapas. Bajo es más prioritario." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuario" @@ -3281,22 +3379,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "Muy alta" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "Muy baja" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -3318,6 +3418,7 @@ msgstr "Asistente" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganado" @@ -3327,7 +3428,7 @@ msgid "Working Time" msgstr "Horario de trabajo" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3337,7 +3438,7 @@ msgstr "" "Por lo tanto, no puede escalar más allá." #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "Debe especificar un filtro para su selección" @@ -3359,13 +3460,13 @@ msgid "e.g. Call for proposal" msgstr "Por ejemplo, llamada para propuesta" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "iniciativa" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "iniciativa(s)" @@ -3381,13 +3482,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "oportunidad" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconocido" + +#~ msgid "Planned Revenue" +#~ msgstr "Ingresos previstos" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingreso estimado" + +#~ msgid "Team" +#~ msgstr "Equipo" diff --git a/addons/crm/i18n/es_AR.po b/addons/crm/i18n/es_AR.po index fcceee11d1a..089a836bf6c 100644 --- a/addons/crm/i18n/es_AR.po +++ b/addons/crm/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "Nº reuniones" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -273,7 +275,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -326,7 +328,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -390,6 +392,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -425,11 +428,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -438,6 +448,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Análisis Iniciativas CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -468,8 +483,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -526,7 +543,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -544,8 +560,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -618,6 +636,7 @@ msgstr "Cerrado" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -629,7 +648,7 @@ msgid "Closed" msgstr "Cerrado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -640,11 +659,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -751,9 +772,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -821,16 +845,20 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Fecha de creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mes de creación" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -848,21 +876,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -920,13 +948,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -1023,16 +1058,16 @@ msgid "Email address of the contact" msgstr "Dirección de correo electrónico del contacto" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Error !" @@ -1074,21 +1109,23 @@ msgid "Execution Status" msgstr "Estado de la ejecución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Cierre Esperado" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingreso esperado" @@ -1098,8 +1135,19 @@ msgstr "Ingreso esperado" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1135,7 +1183,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1148,7 +1196,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Desde %s : %s" @@ -1181,6 +1229,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1211,6 +1260,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1237,6 +1287,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1336,7 +1387,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1348,8 +1398,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1395,12 +1445,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1449,7 +1501,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1458,7 +1510,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1568,21 +1620,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1662,7 +1721,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1735,31 +1794,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1848,7 +1907,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1877,13 +1938,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Sin título" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1899,6 +1960,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1926,12 +1988,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de días para cerrar el caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1942,7 +2006,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1995,6 +2059,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2012,13 +2077,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2026,6 +2101,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2096,6 +2173,8 @@ msgstr "Saliente" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Fecha límite Sobrepasada" @@ -2106,12 +2185,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2211,6 +2288,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "Análisis de llamadas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2280,11 +2362,6 @@ msgstr "Costos planeados" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Ingreso previsto" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2292,7 +2369,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2307,16 +2384,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridad" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2325,11 +2402,6 @@ msgstr "" msgid "Probability (%)" msgstr "Probabilidad (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingreso estimado" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2411,6 +2483,11 @@ msgstr "Requisitos" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2445,12 +2522,15 @@ msgstr "Etiquetas de ventas" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2483,6 +2563,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Comercial" @@ -2536,7 +2617,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2666,11 +2747,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostrar únicamente oportunidad" @@ -2686,8 +2769,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2707,6 +2792,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2808,11 +2895,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2910,6 +2992,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2919,6 +3002,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2926,6 +3010,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2961,7 +3046,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2972,7 +3057,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2993,6 +3078,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3001,14 +3097,15 @@ msgstr "Formación" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3052,6 +3149,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3079,22 +3177,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Alerta!" @@ -3114,6 +3214,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganado" @@ -3123,7 +3224,7 @@ msgid "Working Time" msgstr "Horario de trabajo" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3131,7 +3232,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3153,13 +3254,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3175,13 +3276,19 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" + +#~ msgid "Planned Revenue" +#~ msgstr "Ingreso previsto" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingreso estimado" diff --git a/addons/crm/i18n/es_CR.po b/addons/crm/i18n/es_CR.po index 5b2a32aeeba..afe11d10843 100644 --- a/addons/crm/i18n/es_CR.po +++ b/addons/crm/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de casos" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Análisis Iniciativas CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Categorización" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Cambiar la probabilidad automáticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -595,6 +613,7 @@ msgstr "Cerrado" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Fecha cierre" @@ -606,7 +625,7 @@ msgid "Closed" msgstr "Cerrado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -617,11 +636,13 @@ msgid "Color Index" msgstr "Índice de colores" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Compañía" @@ -728,9 +749,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -798,16 +822,20 @@ msgstr "Creación" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Fecha creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mes de creación" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -825,21 +853,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -897,13 +925,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tiempo restante para el cierre" @@ -1000,16 +1035,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Error" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1051,21 +1086,23 @@ msgid "Execution Status" msgstr "Estado ejecución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Cierre Esperado" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Cierre previsto" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingreso estimado" @@ -1075,8 +1112,19 @@ msgstr "Ingreso estimado" msgid "Expected Revenues" msgstr "Ingresos esperados" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1112,7 +1160,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1125,7 +1173,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De %s : %s" @@ -1162,6 +1210,7 @@ msgstr "CC Global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1192,6 +1241,7 @@ msgstr "Realizada" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1215,6 +1265,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1314,7 +1365,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1326,8 +1376,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1373,12 +1423,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1427,7 +1479,7 @@ msgid "Leads" msgstr "Iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1436,7 +1488,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1544,21 +1596,28 @@ msgid "Logged Calls" msgstr "Llamadas registradas" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1638,7 +1697,7 @@ msgid "Meeting" msgstr "Reunión" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1711,31 +1770,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Oportunidades fusionadas" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1824,7 +1883,9 @@ msgstr "Negociación" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nuevo" @@ -1853,13 +1914,13 @@ msgid "Next Action Date" msgstr "Fecha de la próxima acción" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Sin Asunto" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1875,6 +1936,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1902,12 +1964,14 @@ msgstr "Notas" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de días para cerrar el caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de días para abrir el caso" @@ -1918,7 +1982,7 @@ msgid "Object Name" msgstr "Nombre del objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1971,6 +2035,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1993,13 +2058,23 @@ msgstr "" "utiliza principalmente el responsable de ventas para hacer una revisión " "periódica del proceso de ventas con los equipos." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2007,6 +2082,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2077,6 +2154,8 @@ msgstr "Saliente" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Fecha límite sobrepasada" @@ -2087,12 +2166,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2192,6 +2269,11 @@ msgstr "Llamadas telefónicas" msgid "Phone Calls Analysis" msgstr "Análisis de llamadas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2261,11 +2343,6 @@ msgstr "Costos previstos" msgid "Planned Date" msgstr "Fecha prevista" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Ingresos previstos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2273,7 +2350,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2286,16 +2363,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridad" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidad" @@ -2304,11 +2381,6 @@ msgstr "Probabilidad" msgid "Probability (%)" msgstr "Probabilidad (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingreso estimado" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2390,6 +2462,11 @@ msgstr "Requerimientos" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2424,12 +2501,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2462,6 +2542,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2515,7 +2596,7 @@ msgid "Scheduled Calls" msgstr "Llamadas planificadas" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2645,11 +2726,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Mostrar solo el líder" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostrar solo oportunidades" @@ -2665,8 +2748,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2686,6 +2771,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2787,11 +2874,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipo" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2889,6 +2971,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2898,6 +2981,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2905,6 +2989,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2940,7 +3025,7 @@ msgid "To Do" msgstr "Por hacer" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2951,7 +3036,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2972,6 +3057,17 @@ msgstr "Por hacer" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2980,14 +3076,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "El tipo es utilizado para separar iniciativas y oportunidades" @@ -3031,6 +3128,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuario" @@ -3058,22 +3156,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -3095,6 +3195,7 @@ msgstr "Asistente" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganado" @@ -3104,7 +3205,7 @@ msgid "Working Time" msgstr "Horario de trabajo" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3112,7 +3213,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3134,13 +3235,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3156,13 +3257,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconocido" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingreso estimado" + +#~ msgid "Planned Revenue" +#~ msgstr "Ingresos previstos" + +#~ msgid "Team" +#~ msgstr "Equipo" diff --git a/addons/crm/i18n/es_EC.po b/addons/crm/i18n/es_EC.po index ef039dbc496..bc59c699145 100644 --- a/addons/crm/i18n/es_EC.po +++ b/addons/crm/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de casos" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Categorización" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Cambiar la probabilidad automáticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -595,6 +613,7 @@ msgstr "Cerrado" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Fecha cierre" @@ -606,7 +625,7 @@ msgid "Closed" msgstr "Cerrado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -617,11 +636,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Compañía" @@ -728,9 +749,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -798,15 +822,19 @@ msgstr "Creación" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Fecha creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -825,21 +853,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -897,13 +925,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tiempo restante para el cierre" @@ -1000,16 +1035,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Error" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1051,21 +1086,23 @@ msgid "Execution Status" msgstr "Estado ejecución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Cierre previsto" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingreso estimado" @@ -1075,8 +1112,19 @@ msgstr "Ingreso estimado" msgid "Expected Revenues" msgstr "Ingresos esperados" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1112,7 +1160,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1125,7 +1173,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1162,6 +1210,7 @@ msgstr "CC Global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1192,6 +1241,7 @@ msgstr "Ocupado" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1215,6 +1265,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1312,7 +1363,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1324,8 +1374,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1371,12 +1421,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1425,7 +1477,7 @@ msgid "Leads" msgstr "Iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1434,7 +1486,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1542,21 +1594,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1636,7 +1695,7 @@ msgid "Meeting" msgstr "Reunión" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1709,31 +1768,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1822,7 +1881,9 @@ msgstr "Negociación" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nuevo" @@ -1851,13 +1912,13 @@ msgid "Next Action Date" msgstr "Fecha de la próxima acción" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1873,6 +1934,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1900,12 +1962,14 @@ msgstr "Notas" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de días para cerrar el caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de días para abrir el caso" @@ -1916,7 +1980,7 @@ msgid "Object Name" msgstr "Nombre del objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1969,6 +2033,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1991,13 +2056,23 @@ msgstr "" "utiliza principalmente el responsable de ventas para hacer una revisión " "periódica del proceso de ventas con los equipos." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2005,6 +2080,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2075,6 +2152,8 @@ msgstr "Saliente" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Fecha límite sobrepasada" @@ -2085,12 +2164,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2190,6 +2267,11 @@ msgstr "Llamadas telefónicas" msgid "Phone Calls Analysis" msgstr "Análisis de llamadas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2259,11 +2341,6 @@ msgstr "Costos previstos" msgid "Planned Date" msgstr "Fecha prevista" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Ingresos previstos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2271,7 +2348,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2284,16 +2361,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridad" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidad" @@ -2302,11 +2379,6 @@ msgstr "Probabilidad" msgid "Probability (%)" msgstr "Probabilidad (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingreso estimado" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2388,6 +2460,11 @@ msgstr "Requerimientos" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2422,12 +2499,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2460,6 +2540,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2513,7 +2594,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2641,11 +2722,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2661,8 +2744,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2682,6 +2767,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2783,11 +2870,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipo" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2885,6 +2967,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2894,6 +2977,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2901,6 +2985,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2936,7 +3021,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2947,7 +3032,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2968,6 +3053,17 @@ msgstr "Por hacer" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2976,14 +3072,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "El tipo es utilizado para separar iniciativas y oportunidades" @@ -3027,6 +3124,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuario" @@ -3054,22 +3152,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -3089,6 +3189,7 @@ msgstr "Asistente" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganado" @@ -3098,7 +3199,7 @@ msgid "Working Time" msgstr "Horario de trabajo" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3106,7 +3207,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3128,13 +3229,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3150,13 +3251,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconocido" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingreso estimado" + +#~ msgid "Planned Revenue" +#~ msgstr "Ingresos previstos" + +#~ msgid "Team" +#~ msgstr "Equipo" diff --git a/addons/crm/i18n/es_MX.po b/addons/crm/i18n/es_MX.po index 3b48baa720c..049366ba142 100644 --- a/addons/crm/i18n/es_MX.po +++ b/addons/crm/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "Nº reuniones" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de casos" @@ -289,7 +291,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -342,7 +344,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -407,6 +409,7 @@ msgstr "Asignar oportunidades a" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -442,11 +445,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -455,6 +465,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Análisis Iniciativas CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -485,8 +500,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -543,7 +560,6 @@ msgstr "Categorización" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -561,8 +577,10 @@ msgstr "Cambiar la probabilidad automáticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -639,6 +657,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Fecha cierre" @@ -650,7 +669,7 @@ msgid "Closed" msgstr "Cerrado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -661,11 +680,13 @@ msgid "Color Index" msgstr "Índice de colores" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Compañía" @@ -772,9 +793,12 @@ msgstr "Convertir a oportunidad" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -842,16 +866,20 @@ msgstr "Creación" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Fecha creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mes de creación" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -869,21 +897,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email del Cliente" @@ -941,13 +969,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Por defecto a un nuevo equipo de ventas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tiempo restante para el cierre" @@ -1044,16 +1079,16 @@ msgid "Email address of the contact" msgstr "Dirección de email del contacto" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1095,21 +1130,23 @@ msgid "Execution Status" msgstr "Estado ejecución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Cierre Esperado" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Cierre previsto" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingreso estimado" @@ -1119,8 +1156,19 @@ msgstr "Ingreso estimado" msgid "Expected Revenues" msgstr "Ingresos esperados" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1156,7 +1204,7 @@ msgid "Followers" msgstr "Seguidores" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1169,7 +1217,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De %s : %s" @@ -1206,6 +1254,7 @@ msgstr "CC Global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1237,6 +1286,7 @@ msgstr "Realizada" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1262,6 +1312,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1361,7 +1412,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1373,8 +1423,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1420,12 +1470,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1474,7 +1526,7 @@ msgid "Leads" msgstr "Iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1483,7 +1535,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1598,21 +1650,28 @@ msgid "Logged Calls" msgstr "Llamadas registradas" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1692,7 +1751,7 @@ msgid "Meeting" msgstr "Reunión" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1765,31 +1824,31 @@ msgid "Merge with existing opportunities" msgstr "Fusionar con oportunidad existente" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Iniciativafusionada" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Combinar iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Oportunidades fusionadas" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Oportunidad fusionadaq" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1878,7 +1937,9 @@ msgstr "Negociación" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nuevo" @@ -1907,13 +1968,13 @@ msgid "Next Action Date" msgstr "Fecha de la próxima acción" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Sin asunto" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1932,6 +1993,7 @@ msgstr "No vendedor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1959,12 +2021,14 @@ msgstr "Notas" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de días para cerrar el caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de días para abrir el caso" @@ -1975,7 +2039,7 @@ msgid "Object Name" msgstr "Nombre del objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2028,6 +2092,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2050,13 +2115,23 @@ msgstr "" "utiliza principalmente el responsable de ventas para hacer una revisión " "periódica del proceso de ventas con los equipos." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Oportunidades asignadas a mi" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2064,6 +2139,8 @@ msgstr "Oportunidades asignadas a mi" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2134,6 +2211,8 @@ msgstr "Saliente" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Fecha límite sobrepasada" @@ -2144,12 +2223,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2249,6 +2326,11 @@ msgstr "Llamadas telefónicas" msgid "Phone Calls Analysis" msgstr "Análisis de llamadas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2320,11 +2402,6 @@ msgstr "Costos previstos" msgid "Planned Date" msgstr "Fecha prevista" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Ingresos previstos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2332,7 +2409,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2347,16 +2424,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridad" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidad" @@ -2365,11 +2442,6 @@ msgstr "Probabilidad" msgid "Probability (%)" msgstr "Probabilidad (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingreso estimado" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2451,6 +2523,11 @@ msgstr "Requerimientos" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2485,12 +2562,15 @@ msgstr "Etiquetas de ventas" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2523,6 +2603,7 @@ msgstr "Vendedores" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Comercial" @@ -2576,7 +2657,7 @@ msgid "Scheduled Calls" msgstr "Llamadas planificadas" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2706,11 +2787,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Mostrar solo iniciativas" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostrar únicamente oportunidades" @@ -2726,8 +2809,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2747,6 +2832,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2848,11 +2935,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipo" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2957,6 +3039,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2966,6 +3049,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2973,6 +3057,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3008,7 +3093,7 @@ msgid "To Do" msgstr "Por hacer" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3019,7 +3104,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3040,6 +3125,17 @@ msgstr "Por hacer" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3048,14 +3144,15 @@ msgstr "Formación" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "El tipo es utilizado para separar iniciativas y oportunidades" @@ -3099,6 +3196,7 @@ msgstr "Utilizado para ordenar etapas. Bajo es más prioritario." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuario" @@ -3126,22 +3224,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -3163,6 +3263,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganado" @@ -3172,7 +3273,7 @@ msgid "Working Time" msgstr "Horario de trabajo" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3180,7 +3281,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3202,13 +3303,13 @@ msgid "e.g. Call for proposal" msgstr "e. d. Llamada a proponer" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3224,13 +3325,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconocido" + +#~ msgid "Planned Revenue" +#~ msgstr "Ingresos previstos" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingreso estimado" + +#~ msgid "Team" +#~ msgstr "Equipo" diff --git a/addons/crm/i18n/es_PY.po b/addons/crm/i18n/es_PY.po index ed680b80272..7cb1ee19547 100644 --- a/addons/crm/i18n/es_PY.po +++ b/addons/crm/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de casos" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Categorización" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Cambiar la probabilidad automáticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -595,6 +613,7 @@ msgstr "Cerrar" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Fecha cierre" @@ -606,7 +625,7 @@ msgid "Closed" msgstr "Cierre" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -617,11 +636,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Compañía" @@ -728,9 +749,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -798,15 +822,19 @@ msgstr "Creación" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Fecha creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -825,21 +853,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -897,13 +925,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tiempo restante para el cierre" @@ -1000,16 +1035,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Error!" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1051,21 +1086,23 @@ msgid "Execution Status" msgstr "Estado ejecución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Cierre previsto" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ingreso estimado" @@ -1075,8 +1112,19 @@ msgstr "Ingreso estimado" msgid "Expected Revenues" msgstr "Ingresos esperados" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1112,7 +1160,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1125,7 +1173,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1162,6 +1210,7 @@ msgstr "CC Global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1192,6 +1241,7 @@ msgstr "Ocupado" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1215,6 +1265,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1312,7 +1363,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1324,8 +1374,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1371,12 +1421,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciativa" @@ -1425,7 +1477,7 @@ msgid "Leads" msgstr "Iniciativas" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1434,7 +1486,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1542,21 +1594,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1636,7 +1695,7 @@ msgid "Meeting" msgstr "Reunión" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1709,31 +1768,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1822,7 +1881,9 @@ msgstr "Negociación" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nuevo" @@ -1851,13 +1912,13 @@ msgid "Next Action Date" msgstr "Fecha de la próxima acción" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1873,6 +1934,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1900,12 +1962,14 @@ msgstr "Notas" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de días para cerrar el caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de días para abrir el caso" @@ -1916,7 +1980,7 @@ msgid "Object Name" msgstr "Nombre de objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1969,6 +2033,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1991,13 +2056,23 @@ msgstr "" "utiliza principalmente el responsable de ventas para hacer una revisión " "periódica del proceso de ventas con los equipos." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2005,6 +2080,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2075,6 +2152,8 @@ msgstr "Saliente" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Fecha límite sobrepasada" @@ -2085,12 +2164,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2190,6 +2267,11 @@ msgstr "Llamadas telefónicas" msgid "Phone Calls Analysis" msgstr "Análisis de llamadas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2259,11 +2341,6 @@ msgstr "" msgid "Planned Date" msgstr "Fecha planeada" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Ingresos previstos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2271,7 +2348,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2284,16 +2361,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridad" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidad" @@ -2302,11 +2379,6 @@ msgstr "Probabilidad" msgid "Probability (%)" msgstr "Probabilidad (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Ingreso estimado" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2388,6 +2460,11 @@ msgstr "Requisitos" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2422,12 +2499,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2460,6 +2540,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2513,7 +2594,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2641,11 +2722,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2661,8 +2744,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2682,6 +2767,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2783,11 +2870,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipo" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2885,6 +2967,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2894,6 +2977,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2901,6 +2985,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2936,7 +3021,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2947,7 +3032,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2968,6 +3053,17 @@ msgstr "Por hacer" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2976,14 +3072,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "El tipo es utilizado para separar iniciativas y oportunidades" @@ -3027,6 +3124,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuario" @@ -3054,22 +3152,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "¡Cuidado!" @@ -3089,6 +3189,7 @@ msgstr "Asistente" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganado" @@ -3098,7 +3199,7 @@ msgid "Working Time" msgstr "Horario de trabajo" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3106,7 +3207,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3128,13 +3229,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3150,13 +3251,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconocido" + +#~ msgid "Probable Revenue" +#~ msgstr "Ingreso estimado" + +#~ msgid "Planned Revenue" +#~ msgstr "Ingresos previstos" + +#~ msgid "Team" +#~ msgstr "Equipo" diff --git a/addons/crm/i18n/et.po b/addons/crm/i18n/et.po index 78eee411c91..35cd88cc1ce 100644 --- a/addons/crm/i18n/et.po +++ b/addons/crm/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Juhtumid" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -591,6 +609,7 @@ msgstr "Sulge" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -602,7 +621,7 @@ msgid "Closed" msgstr "Suletud" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -613,11 +632,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Ettevõte" @@ -724,9 +745,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -794,15 +818,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Loomise Kuupäev" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -821,21 +849,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Kliendi e-mail" @@ -893,13 +921,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -996,16 +1031,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Viga" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Viga!" @@ -1047,21 +1082,23 @@ msgid "Execution Status" msgstr "Täideviimise olek" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Eeldatav tulu" @@ -1071,8 +1108,19 @@ msgstr "Eeldatav tulu" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1108,7 +1156,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1121,7 +1169,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1154,6 +1202,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1184,6 +1233,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1207,6 +1257,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1304,7 +1355,6 @@ msgstr "Viimane toiming" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1316,8 +1366,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1363,12 +1413,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1417,7 +1469,7 @@ msgid "Leads" msgstr "Algatused" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1426,7 +1478,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1534,21 +1586,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1628,7 +1687,7 @@ msgid "Meeting" msgstr "Kohtumine" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1701,31 +1760,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1814,7 +1873,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Uus" @@ -1843,13 +1904,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Subjekt puudub" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1865,6 +1926,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1892,12 +1954,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1908,7 +1972,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1961,6 +2025,7 @@ msgid "Opportunities" msgstr "Võimalused" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1978,13 +2043,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1992,6 +2067,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2062,6 +2139,8 @@ msgstr "Väljuv" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2072,12 +2151,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2177,6 +2254,11 @@ msgstr "Telefonikõned" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2246,11 +2328,6 @@ msgstr "Planeeritud Maksumus" msgid "Planned Date" msgstr "Planeeritud kuupäev" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planeeritud tulu" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2258,7 +2335,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2271,16 +2348,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioriteet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2289,11 +2366,6 @@ msgstr "" msgid "Probability (%)" msgstr "Tõenäosus (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2375,6 +2447,11 @@ msgstr "" msgid "Responsible" msgstr "Vastutav" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2409,12 +2486,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2447,6 +2527,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Müügimees" @@ -2500,7 +2581,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2628,11 +2709,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2648,8 +2731,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2669,6 +2754,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Tase" @@ -2770,11 +2857,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2869,6 +2951,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2878,6 +2961,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2885,6 +2969,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2918,7 +3003,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2929,7 +3014,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2950,6 +3035,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2958,14 +3054,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tüüp" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3009,6 +3106,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Kasutaja" @@ -3036,22 +3134,24 @@ msgstr "Väärtus" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Hoiatus!" @@ -3071,6 +3171,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3080,7 +3181,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3088,7 +3189,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3110,13 +3211,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3132,13 +3233,16 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" + +#~ msgid "Planned Revenue" +#~ msgstr "Planeeritud tulu" diff --git a/addons/crm/i18n/fi.po b/addons/crm/i18n/fi.po index 2c343cfed6d..a4a583fefb7 100644 --- a/addons/crm/i18n/fi.po +++ b/addons/crm/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "Tapaamisten lukumäärä" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Tapahtumien lukumäärä" @@ -275,7 +277,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -328,7 +330,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -392,6 +394,7 @@ msgstr "Anna mahdollisuus tehtäväksi" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -427,11 +430,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -440,6 +450,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM Liidianalyysi" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -470,8 +485,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -528,7 +545,6 @@ msgstr "Kategorisointi" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -546,8 +562,10 @@ msgstr "Vaihda todennäköisyyttä automaattisesti" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -624,6 +642,7 @@ msgstr "Sulje" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Päättymispäivä" @@ -635,7 +654,7 @@ msgid "Closed" msgstr "Suljettu" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -646,11 +665,13 @@ msgid "Color Index" msgstr "Väri-indeksi" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Yritys" @@ -757,9 +778,12 @@ msgstr "Muunna mahdollisuudeksi" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Maa" @@ -827,16 +851,20 @@ msgstr "Luonti" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Luontipäivämäärä" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Luontikuukausi" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -854,21 +882,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Asiakas" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Asiakkaan sähköposti" @@ -926,13 +954,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Oletusarvo uudelle myyntitiimille" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Sulkemisen viive" @@ -1029,16 +1064,16 @@ msgid "Email address of the contact" msgstr "Kontaktin sähköposti" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Virhe" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Virhe!" @@ -1080,21 +1115,23 @@ msgid "Execution Status" msgstr "Toimeenpanon tilanne" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Odotettu päätös" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Odotettu päätös" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Odotettu tuotto" @@ -1104,8 +1141,19 @@ msgstr "Odotettu tuotto" msgid "Expected Revenues" msgstr "Odotetut tulot" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1141,7 +1189,7 @@ msgid "Followers" msgstr "Seuraajat" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1154,7 +1202,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Alkaen %s : %s" @@ -1187,6 +1235,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1217,6 +1266,7 @@ msgstr "Pysäytetty" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1240,6 +1290,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1340,7 +1391,6 @@ msgstr "Viimeisin tapahtuma" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1352,8 +1402,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1399,12 +1449,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Liidi" @@ -1453,7 +1505,7 @@ msgid "Leads" msgstr "Liidit" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1462,7 +1514,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1574,21 +1626,28 @@ msgid "Logged Calls" msgstr "Lokitetut soitot" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Hävitty" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1668,7 +1727,7 @@ msgid "Meeting" msgstr "Kokous" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1741,31 +1800,31 @@ msgid "Merge with existing opportunities" msgstr "Yhdistä olemassa oleviin myyntimahdollisuuksiin" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Yhdistetyt liidit" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Yhdistetyt liidit" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Yhdistetyt myyntimahdollisuudet" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Yhdistetty mahdollisuus" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1854,7 +1913,9 @@ msgstr "Neuvottelu" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Uusi" @@ -1883,13 +1944,13 @@ msgid "Next Action Date" msgstr "Seuraava toimenpidepäivä" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Ei aihetta" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1908,6 +1969,7 @@ msgstr "Ei myyjää" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1935,12 +1997,14 @@ msgstr "Muistiinpanot" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Päivien määrä tapauksen sulkemiseen" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Päivien määrä tapauksen avaamiseen" @@ -1951,7 +2015,7 @@ msgid "Object Name" msgstr "Objektin nimi" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2004,6 +2068,7 @@ msgid "Opportunities" msgstr "Mahdollisuudet" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2021,13 +2086,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Minulle sovitut mahdollisuudet" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2035,6 +2110,8 @@ msgstr "Minulle sovitut mahdollisuudet" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2105,6 +2182,8 @@ msgstr "Lähtevä" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Ylitetty aikaraja" @@ -2115,12 +2194,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2220,6 +2297,11 @@ msgstr "Puhelinsoitot" msgid "Phone Calls Analysis" msgstr "Puhelinsoittojen analyysi" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2289,11 +2371,6 @@ msgstr "Suunnitellut kulut" msgid "Planned Date" msgstr "Suunniteltu päivämäärä" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Suunniteltu tuotto" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2301,7 +2378,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2316,16 +2393,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioriteetti" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Todennäköisyys" @@ -2334,11 +2411,6 @@ msgstr "Todennäköisyys" msgid "Probability (%)" msgstr "Todennäköisyys (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Todennäköinen liikevaihto" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2420,6 +2492,11 @@ msgstr "vaatimukset" msgid "Responsible" msgstr "Vastuullinen" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2454,12 +2531,15 @@ msgstr "Myyntitunnisteet" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2492,6 +2572,7 @@ msgstr "Esimies" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Myyjä" @@ -2545,7 +2626,7 @@ msgid "Scheduled Calls" msgstr "Ajoitetut soitot" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2675,11 +2756,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Näytä vain liidit" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Näytä vain mahdollisuus" @@ -2695,8 +2778,10 @@ msgstr "Ohjelmisto" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2716,6 +2801,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Vaihe" @@ -2817,11 +2904,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tiimi" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2924,6 +3006,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2933,6 +3016,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2940,6 +3024,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2973,7 +3058,7 @@ msgid "To Do" msgstr "Tehtävät" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2984,7 +3069,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3005,6 +3090,17 @@ msgstr "Tehtävät" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3013,14 +3109,15 @@ msgstr "Koulutus" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tyyppi" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tyyppiä käytetään erottamaan mahdollisuudet ja myyntimahdollisuudet" @@ -3065,6 +3162,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Käyttäjä" @@ -3092,22 +3190,24 @@ msgstr "Arvo" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Varoitus!" @@ -3129,6 +3229,7 @@ msgstr "Velho" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Voitettu" @@ -3138,7 +3239,7 @@ msgid "Working Time" msgstr "Työaika" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3146,7 +3247,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3168,13 +3269,13 @@ msgid "e.g. Call for proposal" msgstr "esim. ehdotussoitto" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3190,13 +3291,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "Tuntematon" + +#~ msgid "Planned Revenue" +#~ msgstr "Suunniteltu tuotto" + +#~ msgid "Probable Revenue" +#~ msgstr "Todennäköinen liikevaihto" + +#~ msgid "Team" +#~ msgstr "Tiimi" diff --git a/addons/crm/i18n/fr.po b/addons/crm/i18n/fr.po index 4cd61236744..c22ce269f1b 100644 --- a/addons/crm/i18n/fr.po +++ b/addons/crm/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "Nb. réunions" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# de cas" @@ -298,7 +300,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -351,7 +353,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -415,6 +417,7 @@ msgstr "Assigner les opportunités à" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -450,11 +453,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -463,6 +473,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Analyse des pistes CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -493,8 +508,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -551,7 +568,6 @@ msgstr "Catégorisation" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -569,8 +585,10 @@ msgstr "Changer automatiquement la probabilité" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -648,6 +666,7 @@ msgstr "Clôturer" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Date de clôture" @@ -659,7 +678,7 @@ msgid "Closed" msgstr "Fermé" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -670,11 +689,13 @@ msgid "Color Index" msgstr "Couleur" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Société" @@ -781,9 +802,12 @@ msgstr "Convertir en opportunité" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Pays" @@ -851,16 +875,20 @@ msgstr "Création" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Date de création" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mois de création" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -878,21 +906,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Client" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Courriel client" @@ -950,13 +978,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Par défaut à la nouvelle équipe commerciale" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Délai avant clôture" @@ -1053,16 +1088,16 @@ msgid "Email address of the contact" msgstr "Adresse courriel du contact" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Erreur" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Erreur!" @@ -1104,21 +1139,23 @@ msgid "Execution Status" msgstr "Statut d'exécution" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Clôture prévue" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Date de clôture prévue" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Revenu estimé" @@ -1128,8 +1165,19 @@ msgstr "Revenu estimé" msgid "Expected Revenues" msgstr "Revenus attendus" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1165,7 +1213,7 @@ msgid "Followers" msgstr "Abonnés" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1178,7 +1226,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De %s: %s" @@ -1215,6 +1263,7 @@ msgstr "Copie à" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1246,6 +1295,7 @@ msgstr "Suspendu" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1271,6 +1321,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1374,7 +1425,6 @@ msgstr "Dernière action" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1386,8 +1436,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1433,12 +1483,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Piste" @@ -1487,7 +1539,7 @@ msgid "Leads" msgstr "Pistes" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1496,7 +1548,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1614,21 +1666,28 @@ msgid "Logged Calls" msgstr "Appels consignés" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Journalisation d’un appel pour %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdu" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1708,7 +1767,7 @@ msgid "Meeting" msgstr "Rendez-vous" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "Réunion prévue '%s'
Objet: %s
Durée: %s heure(s)" @@ -1781,31 +1840,31 @@ msgid "Merge with existing opportunities" msgstr "Fusionner avec les opportunités existantes" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Piste fusionnée" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Pistes fusionnées" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Opportunités fusionnées" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Opportunité fusionnée" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1894,7 +1953,9 @@ msgstr "Négociation" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nouveau" @@ -1923,13 +1984,13 @@ msgid "Next Action Date" msgstr "Date de la prochaine action" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Pas de sujet" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1947,6 +2008,7 @@ msgstr "Aucun vendeur" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1974,12 +2036,14 @@ msgstr "Notes" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Nombre de jours pour clôturer la prospection" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Nombre de jours pour ouvrir le cas" @@ -1990,7 +2054,7 @@ msgid "Object Name" msgstr "Nom de l'objet" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2043,6 +2107,7 @@ msgid "Opportunities" msgstr "Opportunités" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2065,13 +2130,23 @@ msgstr "" "rapport est principalement utilisé par le directeur des ventes pour les " "revues de compte périodiques avec les équipes commerciales." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Mes opportunités" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2079,6 +2154,8 @@ msgstr "Mes opportunités" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2149,6 +2226,8 @@ msgstr "Sortant" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Échéance dépassée" @@ -2159,12 +2238,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2264,6 +2341,11 @@ msgstr "Appels téléphoniques" msgid "Phone Calls Analysis" msgstr "Analyse des appels téléphoniques" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2333,11 +2415,6 @@ msgstr "Coût prévu" msgid "Planned Date" msgstr "Date planifiée" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Revenu prévu" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2345,7 +2422,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2360,16 +2437,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Priorité" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilité" @@ -2378,11 +2455,6 @@ msgstr "Probabilité" msgid "Probability (%)" msgstr "Probabilité (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Chiffre d'affaire probable" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2464,6 +2536,11 @@ msgstr "Pré-requis" msgid "Responsible" msgstr "Responsable" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2498,12 +2575,15 @@ msgstr "Étiquettes de vente" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2536,6 +2616,7 @@ msgstr "Vendeurs" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Vendeur" @@ -2589,7 +2670,7 @@ msgid "Scheduled Calls" msgstr "Appels planifiés" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Planification d’un appel pour le %(date)s. %(description)s" @@ -2719,11 +2800,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Afficher seulement la piste" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Afficher seulement l'opportunité" @@ -2739,8 +2822,10 @@ msgstr "Logiciel" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2760,6 +2845,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Étape" @@ -2861,11 +2948,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Équipe" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2971,6 +3053,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2980,6 +3063,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2987,6 +3071,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3022,7 +3107,7 @@ msgid "To Do" msgstr "À faire" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3033,7 +3118,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3054,6 +3139,17 @@ msgstr "À faire" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3062,14 +3158,15 @@ msgstr "Formation" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Type" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Le type est utilisé pour différencier les pistes des opportunités" @@ -3113,6 +3210,7 @@ msgstr "Utilisé pour classer les étapes. Les valeurs basses passent avant." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Utilisateur" @@ -3140,22 +3238,24 @@ msgstr "Valeur" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Avertissement !" @@ -3177,6 +3277,7 @@ msgstr "Assistant" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Gagné" @@ -3186,7 +3287,7 @@ msgid "Working Time" msgstr "Temps de travail" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3194,7 +3295,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3216,13 +3317,13 @@ msgid "e.g. Call for proposal" msgstr "p. ex. appel d'offres" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3238,13 +3339,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "inconnu" + +#~ msgid "Planned Revenue" +#~ msgstr "Revenu prévu" + +#~ msgid "Probable Revenue" +#~ msgstr "Chiffre d'affaire probable" + +#~ msgid "Team" +#~ msgstr "Équipe" diff --git a/addons/crm/i18n/gl.po b/addons/crm/i18n/gl.po index 3c02f1c97c3..d4cd9ac21cd 100644 --- a/addons/crm/i18n/gl.po +++ b/addons/crm/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -591,6 +609,7 @@ msgstr "Pechar" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -602,7 +621,7 @@ msgid "Closed" msgstr "Pechado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -613,11 +632,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -724,9 +745,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -794,15 +818,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data de creación" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -821,21 +849,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -893,13 +921,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -996,16 +1031,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Erro!" @@ -1047,21 +1082,23 @@ msgid "Execution Status" msgstr "Estado de execución" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1071,8 +1108,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1108,7 +1156,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1121,7 +1169,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1154,6 +1202,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1184,6 +1233,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1207,6 +1257,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1304,7 +1355,6 @@ msgstr "Última acción" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1316,8 +1366,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1363,12 +1413,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1417,7 +1469,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1426,7 +1478,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1534,21 +1586,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1628,7 +1687,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1701,31 +1760,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1814,7 +1873,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1843,13 +1904,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1865,6 +1926,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1892,12 +1954,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1908,7 +1972,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1961,6 +2025,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1978,13 +2043,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1992,6 +2067,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2062,6 +2139,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2072,12 +2151,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2177,6 +2254,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2246,11 +2328,6 @@ msgstr "Custos planeados" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Retorno planeado" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2258,7 +2335,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2271,16 +2348,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridade" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2289,11 +2366,6 @@ msgstr "" msgid "Probability (%)" msgstr "Probabilidade (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2375,6 +2447,11 @@ msgstr "" msgid "Responsible" msgstr "Responsábel" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2409,12 +2486,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2447,6 +2527,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2500,7 +2581,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2628,11 +2709,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2648,8 +2731,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2669,6 +2754,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2770,11 +2857,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2869,6 +2951,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2878,6 +2961,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2885,6 +2969,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2918,7 +3003,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2929,7 +3014,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2950,6 +3035,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2958,14 +3054,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3009,6 +3106,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3036,22 +3134,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3071,6 +3171,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3080,7 +3181,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3088,7 +3189,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3110,13 +3211,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3132,13 +3233,16 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" + +#~ msgid "Planned Revenue" +#~ msgstr "Retorno planeado" diff --git a/addons/crm/i18n/gu.po b/addons/crm/i18n/gu.po index 89b8dea3656..abc39509def 100644 --- a/addons/crm/i18n/gu.po +++ b/addons/crm/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "લીડ" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "કોઈ વિષય નથી" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "કરવાનું" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,13 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" diff --git a/addons/crm/i18n/he.po b/addons/crm/i18n/he.po index c62a34c15cb..83d38399fd7 100644 --- a/addons/crm/i18n/he.po +++ b/addons/crm/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "ללא נושא" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "איש מכירות" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "הדרכה" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "אזהרה!" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,13 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" diff --git a/addons/crm/i18n/hr.po b/addons/crm/i18n/hr.po index fb689a49f79..eed2ec9bd4e 100644 --- a/addons/crm/i18n/hr.po +++ b/addons/crm/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Sastanaka" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Slučaja" @@ -298,7 +300,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -351,7 +353,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -417,6 +419,7 @@ msgstr "Dodijeli prilike" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -452,11 +455,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -465,6 +475,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Analiza CRM potencijala" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -495,8 +510,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -553,7 +570,6 @@ msgstr "Kategorizacija" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -571,8 +587,10 @@ msgstr "Automatski promijeni vjerojatnost" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -649,6 +667,7 @@ msgstr "Zatvori" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Datum zatvaranja" @@ -660,7 +679,7 @@ msgid "Closed" msgstr "Zatvoren" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -671,11 +690,13 @@ msgid "Color Index" msgstr "Indeks boje" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Tvrtka" @@ -782,9 +803,12 @@ msgstr "Prebaci u priliku" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Država" @@ -852,16 +876,20 @@ msgstr "Kreiranje" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Datum kreiranja" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mjesec kreiranja" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -879,21 +907,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kupac" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email stranke" @@ -951,13 +979,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Predodređeno za novi prodajni tim" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Odgoda do zatvaranja" @@ -1054,16 +1089,16 @@ msgid "Email address of the contact" msgstr "Email adresa kontakta" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Greška" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Greška !" @@ -1105,21 +1140,23 @@ msgid "Execution Status" msgstr "Status izvršenja" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Očekivano zatvaranje" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Očekivani prihod" @@ -1129,8 +1166,19 @@ msgstr "Očekivani prihod" msgid "Expected Revenues" msgstr "Očekivani prihod" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1166,7 +1214,7 @@ msgid "Followers" msgstr "Pratitelji" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1179,7 +1227,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Od %s do %s" @@ -1215,6 +1263,7 @@ msgstr "Globalni CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1245,6 +1294,7 @@ msgstr "Održan" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1270,6 +1320,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1373,7 +1424,6 @@ msgstr "Posljednja akcija" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1385,8 +1435,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1432,12 +1482,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Potencijal" @@ -1486,7 +1538,7 @@ msgid "Leads" msgstr "Potencijali" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1495,7 +1547,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1612,21 +1664,28 @@ msgid "Logged Calls" msgstr "Zabilježeni pozivi" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Izgubljen" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1706,7 +1765,7 @@ msgid "Meeting" msgstr "Sastanak" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "Sastanak zakazan u '%s'
Naslov: %s
Duration: %s hour(s)" @@ -1779,31 +1838,31 @@ msgid "Merge with existing opportunities" msgstr "Spoji sa postojećim prilikama" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Spojeni potencijal" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Spoji potencijale" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Spojene prilike" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Spojene prilike" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1892,7 +1951,9 @@ msgstr "Pregovaranje" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novi" @@ -1921,13 +1982,13 @@ msgid "Next Action Date" msgstr "Datum sljedeće akcije" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Bez naslova" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1945,6 +2006,7 @@ msgstr "Nema prodavača" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1972,12 +2034,14 @@ msgstr "Bilješke" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Broj dana za zatvaranje slučaja" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Broj danas za otvaranje slučaja" @@ -1988,7 +2052,7 @@ msgid "Object Name" msgstr "Naziv objekta" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2041,6 +2105,7 @@ msgid "Opportunities" msgstr "Prilike" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2062,13 +2127,23 @@ msgstr "" "rokovi ili broj interakcija po prilici. Voditelj prodaje uglavnom koristi " "ovaj izvještaj kako bi sa timovima obavio periodični pregled prodaje." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Prilike koje su dodijeljene meni" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2076,6 +2151,8 @@ msgstr "Prilike koje su dodijeljene meni" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2146,6 +2223,8 @@ msgstr "Izlazni" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Prekoračen rok" @@ -2156,12 +2235,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2261,6 +2338,11 @@ msgstr "Telefonski pozivi" msgid "Phone Calls Analysis" msgstr "Analiza tel. poziva" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2330,11 +2412,6 @@ msgstr "Planirani troškovi" msgid "Planned Date" msgstr "Planiran datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planirani prihod" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2342,7 +2419,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2356,16 +2433,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Vjerojatnost" @@ -2374,11 +2451,6 @@ msgstr "Vjerojatnost" msgid "Probability (%)" msgstr "Vjerojatnost (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Očekivani Prihod" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2460,6 +2532,11 @@ msgstr "Uvjeti" msgid "Responsible" msgstr "Odgovoran" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2494,12 +2571,15 @@ msgstr "Tagovi prodaje" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2532,6 +2612,7 @@ msgstr "Podavač" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Prodavač" @@ -2585,7 +2666,7 @@ msgid "Scheduled Calls" msgstr "Zakazani pozivi" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2713,11 +2794,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Prikaži samo potencijal" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Prikaži samo prilike" @@ -2733,8 +2816,10 @@ msgstr "Softver" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2754,6 +2839,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Stupanj" @@ -2855,11 +2942,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tim" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2961,6 +3043,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2970,6 +3053,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2977,6 +3061,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3012,7 +3097,7 @@ msgid "To Do" msgstr "Za napraviti" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3023,7 +3108,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3044,6 +3129,17 @@ msgstr "Za obaviti" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3052,14 +3148,15 @@ msgstr "Trening, edukacija" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Vrsta" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tip se koristi za razlikovanje potencijala od prilika." @@ -3103,6 +3200,7 @@ msgstr "Koristi za poredak faza. Niže je bolje." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Korisnik" @@ -3130,22 +3228,24 @@ msgstr "Vrijednost" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -3165,6 +3265,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Dobiven" @@ -3174,7 +3275,7 @@ msgid "Working Time" msgstr "Radno vrijeme" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3182,7 +3283,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3204,13 +3305,13 @@ msgid "e.g. Call for proposal" msgstr "npr. zahtjev za ponudom" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3226,13 +3327,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "nepoznato" + +#~ msgid "Planned Revenue" +#~ msgstr "Planirani prihod" + +#~ msgid "Probable Revenue" +#~ msgstr "Očekivani Prihod" + +#~ msgid "Team" +#~ msgstr "Tim" diff --git a/addons/crm/i18n/hu.po b/addons/crm/i18n/hu.po index bf376e5e7dc..83cfdcb0d85 100644 --- a/addons/crm/i18n/hu.po +++ b/addons/crm/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Találkozók" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Esetek száma" @@ -303,7 +305,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -356,7 +358,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -421,6 +423,7 @@ msgstr "Iktassa a lehetőséget neki" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -456,11 +459,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -469,6 +479,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM érdeklődés elemzés" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -499,8 +514,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -557,7 +574,6 @@ msgstr "Kategorizálás" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -575,8 +591,10 @@ msgstr "Valószínűség automatikus változtatása" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -653,6 +671,7 @@ msgstr "Zárás" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Zárás dátuma" @@ -664,7 +683,7 @@ msgid "Closed" msgstr "lezárt" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -675,11 +694,13 @@ msgid "Color Index" msgstr "Szín meghatározó" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Vállalat" @@ -786,9 +807,12 @@ msgstr "Lehetőséggé alakít" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Ország" @@ -856,16 +880,20 @@ msgstr "Létrehozás" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Létrehozás dátuma" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Létrehozás hónapja" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -883,21 +911,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Vevő" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Vevői e-mail" @@ -955,13 +983,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Alapértelmezett az új értékesítési csoportnak" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Késleltetés a zárásig" @@ -1058,16 +1093,16 @@ msgid "Email address of the contact" msgstr "A kapcsolat email címei" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Hiba" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Hiba!" @@ -1109,21 +1144,23 @@ msgid "Execution Status" msgstr "Végrehajtási állapot" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Várh. zárás" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Várható befejezése" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Várható bevételek" @@ -1133,8 +1170,19 @@ msgstr "Várható bevételek" msgid "Expected Revenues" msgstr "Elvárt árbevételek" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1170,7 +1218,7 @@ msgid "Followers" msgstr "Követők" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1183,7 +1231,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Ettől %s : %s" @@ -1220,6 +1268,7 @@ msgstr "Globális CC /másolat/" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1250,6 +1299,7 @@ msgstr "Tartott" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1275,6 +1325,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1378,7 +1429,6 @@ msgstr "Utolsó művelet" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1390,8 +1440,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1437,12 +1487,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Érdeklődő" @@ -1491,7 +1543,7 @@ msgid "Leads" msgstr "Érdeklődők" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1500,7 +1552,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1618,21 +1670,28 @@ msgid "Logged Calls" msgstr "Naplózott hívások" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Elveszett" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1712,7 +1771,7 @@ msgid "Meeting" msgstr "Találkozó" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1786,31 +1845,31 @@ msgid "Merge with existing opportunities" msgstr "Egyesít meglévő lehetőséggel" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Érdeklődés összefésülése" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Össztefésült érdeklődések" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Lehetőségek összefésülése" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Egyesített lehetőség" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1899,7 +1958,9 @@ msgstr "Tárgyalás" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Új" @@ -1928,13 +1989,13 @@ msgid "Next Action Date" msgstr "Következő művelet időpontja" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Nincs tárgy" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1952,6 +2013,7 @@ msgstr "Nincs értékesítő" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1979,12 +2041,14 @@ msgstr "Megjegyzések" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Napok száma az eset lezárásáig" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Napok száma az eset megnyitásáig" @@ -1995,7 +2059,7 @@ msgid "Object Name" msgstr "Tárgy neve" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2048,6 +2112,7 @@ msgid "Opportunities" msgstr "Lehetőségek" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2070,13 +2135,23 @@ msgstr "" "főként az értékesítési vezetők használják az értékesítési folyamat " "csoportokkal történő időszaki árvizsgálatára." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Hozzám iktatott lehetőségek" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2084,6 +2159,8 @@ msgstr "Hozzám iktatott lehetőségek" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2154,6 +2231,8 @@ msgstr "Kimenő" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Túllépett határidő" @@ -2164,12 +2243,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2269,6 +2346,11 @@ msgstr "Telefonhívások" msgid "Phone Calls Analysis" msgstr "Telefonhívás elemzése" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2339,11 +2421,6 @@ msgstr "Tervezett költségek" msgid "Planned Date" msgstr "Tervezett időpont" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Tervezett jövedelem" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2351,7 +2428,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2366,16 +2443,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritás" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Valószínűség" @@ -2384,11 +2461,6 @@ msgstr "Valószínűség" msgid "Probability (%)" msgstr "Valószínűség (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Várható bevétel" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2470,6 +2542,11 @@ msgstr "Követelmények" msgid "Responsible" msgstr "Felelős" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2504,12 +2581,15 @@ msgstr "Értékesítési címkék" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2542,6 +2622,7 @@ msgstr "Értékesítő" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Értékesítő" @@ -2595,7 +2676,7 @@ msgid "Scheduled Calls" msgstr "Ütemezett hívások" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2725,11 +2806,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Csak az Érdeklődések mutatása" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Csak a lehetőségek mutatása" @@ -2745,8 +2828,10 @@ msgstr "Szoftver" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2766,6 +2851,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Szakasz" @@ -2867,11 +2954,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Csapat" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2977,6 +3059,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2986,6 +3069,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2993,6 +3077,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3028,7 +3113,7 @@ msgid "To Do" msgstr "Tennivaló" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3039,7 +3124,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3060,6 +3145,17 @@ msgstr "Tennivaló" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3068,14 +3164,15 @@ msgstr "Képzés" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Típus" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "A típust az érdeklődők és a lehetőségek szétválasztására használja" @@ -3119,6 +3216,7 @@ msgstr "Szakaszok rendszerezéséhez használt. Alacsonyabb érték a jobb." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Felhasználó" @@ -3146,22 +3244,24 @@ msgstr "Érték" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Vigyázat!" @@ -3183,6 +3283,7 @@ msgstr "Varázsló" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Megnyert" @@ -3192,7 +3293,7 @@ msgid "Working Time" msgstr "Munkaidő" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3200,7 +3301,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3222,13 +3323,13 @@ msgid "e.g. Call for proposal" msgstr "pl.: Felhívás egy javaslattételre" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3244,13 +3345,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "Ismeretlen" + +#~ msgid "Probable Revenue" +#~ msgstr "Várható bevétel" + +#~ msgid "Planned Revenue" +#~ msgstr "Tervezett jövedelem" + +#~ msgid "Team" +#~ msgstr "Csapat" diff --git a/addons/crm/i18n/id.po b/addons/crm/i18n/id.po index b664cd35ccb..c166c1bba53 100644 --- a/addons/crm/i18n/id.po +++ b/addons/crm/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,13 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" diff --git a/addons/crm/i18n/it.po b/addons/crm/i18n/it.po index cb341349151..ae9d7acfc63 100644 --- a/addons/crm/i18n/it.po +++ b/addons/crm/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 07:01+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Appuntamenti" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Numero di Casi" @@ -300,24 +302,24 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "A Meeting" -msgstr "" +msgstr "Un meeting" #. module: crm #: field:base.partner.merge.automatic.wizard,exclude_contact:0 msgid "A user associated to the contact" -msgstr "" +msgstr "Un utente associato al contratto" #. module: crm #: view:crm.case.section:crm.sales_team_form_view_in_crm msgid "Accept Emails From" -msgstr "" +msgstr "Accetta mail da" #. module: crm #: field:crm.phonecall2phonecall,action:0 @@ -350,15 +352,17 @@ msgstr "Alias" #. module: crm #: field:sale.config.settings,alias_domain:0 msgid "Alias Domain" -msgstr "" +msgstr "Dominio alias" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " "contacts with different emails." msgstr "" +"Tutti i contatti devono avere la stessa e-mail. Solamente l'amministratore " +"può unire contatti con differenti e-mail." #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings @@ -366,6 +370,8 @@ msgid "" "All emails sent to this address and processed by the mailgateway\n" " will create a new lead." msgstr "" +"Tutte le email spedite a questo indirizzo e processate dal server di posta\n" +"andranno a creare una nuova lead." #. module: crm #: help:sale.config.settings,module_crm_helpdesk:0 @@ -374,6 +380,9 @@ msgid "" "better help and support.\n" "-This installs the module crm_helpdesk." msgstr "" +"Vi permette di comunicare con il cilente, processare le interrogazioni " +"cliente e fornire un migliore aiuto o supporto.\n" +"- Installa il modulo crm_helpdesk." #. module: crm #: help:sale.config.settings,group_fund_raising:0 @@ -386,6 +395,8 @@ msgid "" "Allows you to track your customers/suppliers claims and grievances.\n" "-This installs the module crm_claim." msgstr "" +"Permette di tracciare i reclami e rimostranze di clienti/fornitori.\n" +"- Installa il modulo crm_claim" #. module: crm #: field:crm.lead2opportunity.partner.mass,deduplicate:0 @@ -396,12 +407,15 @@ msgstr "" #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Are you sure to execute the automatic merge of your contacts ?" msgstr "" +"Siete sicuri di volere eseguire l'unione automatica dei vostri contatti?" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "" "Are you sure to execute the list of automatic merges of your contacts ?" msgstr "" +"Siete sicuri di voler eseguire la liste delle unioni automatiche dei vostri " +"contatti?" #. module: crm #: field:crm.phonecall2phonecall,user_id:0 @@ -417,28 +431,29 @@ msgstr "Assegna opportunità a" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" -msgstr "" +msgstr "Data assegnazione" #. module: crm #: field:crm.lead,date_open:0 msgid "Assigned" -msgstr "" +msgstr "Assegnato" #. module: crm #: model:ir.actions.act_window,name:crm.action_partner_merge msgid "Automatic Merge" -msgstr "" +msgstr "Unione automatica" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Automatic Merge Wizard" -msgstr "" +msgstr "Wizard per l'unione automatica" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter msgid "Available for mass mailing" -msgstr "" +msgstr "Disponibile per mailing massiva" #. module: crm #: selection:crm.case.stage,type:0 @@ -448,23 +463,35 @@ msgstr "Entrambi" #. module: crm #: field:crm.lead,message_bounce:0 msgid "Bounce" -msgstr "" +msgstr "Rimbalza" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" -msgstr "" +msgstr "Per paese" + +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "Per team di vendita" #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" -msgstr "" +msgstr "Per commerciale" #. module: crm #: model:ir.model,name:crm.model_crm_lead_report msgid "CRM Lead Analysis" msgstr "Analisi CRM Lead" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "Analisi opportunità CRM" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -491,12 +518,14 @@ msgstr "Chiamate" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "Calls Date by Month" -msgstr "" +msgstr "Data chiamata per mese" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -553,7 +582,6 @@ msgstr "Categorizzazione" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -571,8 +599,10 @@ msgstr "Cambia la probabilità automaticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -618,7 +648,7 @@ msgstr "" #. module: crm #: help:crm.case.section,use_opportunities:0 msgid "Check this box to manage opportunities in this sales team." -msgstr "" +msgstr "Spuntare questo box per gestire le opportunità nel team di vendita" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -632,16 +662,18 @@ msgstr "Città" msgid "" "Classify and analyze your lead/opportunity categories like: Training, Service" msgstr "" +"Classificare e analizzare le vostre categorie di lead/opportunità, come: " +"Indottrinamento, Servizi" #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban msgid "Click to see a detailed analysis of leads." -msgstr "" +msgstr "Cliccare per vedere l'analisi dettagliata delle lead" #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban msgid "Click to see a detailed analysis of opportunities." -msgstr "" +msgstr "Cliccare per vedere l'analisi dettagliata delle opportunità" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -650,6 +682,7 @@ msgstr "Chiudi" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Data chiusura" @@ -661,10 +694,10 @@ msgid "Closed" msgstr "Chiuso" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." -msgstr "" +msgstr "Le lead chiuse/defunte non possono essere convertite in opportunità." #. module: crm #: field:crm.lead,color:0 @@ -672,11 +705,13 @@ msgid "Color Index" msgstr "Indice Colore" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Azienda" @@ -747,7 +782,7 @@ msgstr "Opzioni Conversione" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Convert To" -msgstr "" +msgstr "Converti in" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view @@ -783,9 +818,12 @@ msgstr "Converti ad Opportunità" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Paese" @@ -824,7 +862,7 @@ msgstr "Crea un nuovo cliente" #: field:crm.tracking.medium,create_uid:0 #: field:crm.tracking.source,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: crm #: field:base.partner.merge.automatic.wizard,create_date:0 @@ -843,7 +881,7 @@ msgstr "" #: field:crm.tracking.medium,create_date:0 #: field:crm.tracking.source,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter @@ -853,16 +891,20 @@ msgstr "Creazione" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data di Creazione" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mese Creazione" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -877,24 +919,24 @@ msgstr "Valuta" #. module: crm #: field:base.partner.merge.automatic.wizard,current_line_id:0 msgid "Current Line" -msgstr "" +msgstr "Riga corrente" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email del cliente" @@ -914,12 +956,12 @@ msgstr "Data" #: help:crm.lead,message_last_post:0 #: help:crm.phonecall,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: crm #: field:crm.lead,day_open:0 msgid "Days to Assign" -msgstr "" +msgstr "Giorni da assegnare" #. module: crm #: field:crm.lead,day_close:0 @@ -945,20 +987,27 @@ msgstr "" #. module: crm #: field:sale.config.settings,alias_prefix:0 msgid "Default Alias Name for Leads" -msgstr "" +msgstr "Nome alias predefinito per lead" #. module: crm #: field:crm.case.stage,case_default:0 msgid "Default to New Sales Team" msgstr "Default al nuovo Team di Vendite" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "Ritardo nella chiusura" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" -msgstr "" +msgstr "Ritardo nell'assegnamento" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tempo di chiusura" @@ -980,7 +1029,7 @@ msgstr "Elimina" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads msgid "Describe the lead..." -msgstr "" +msgstr "Descrivi la lead..." #. module: crm #: field:crm.phonecall,description:0 @@ -1001,7 +1050,7 @@ msgstr "Design" #. module: crm #: field:base.partner.merge.automatic.wizard,dst_partner_id:0 msgid "Destination Contact" -msgstr "" +msgstr "Contatto destinazione" #. module: crm #: selection:crm.lead2opportunity.partner,action:0 @@ -1029,7 +1078,7 @@ msgstr "Durata" #. module: crm #: help:crm.phonecall,duration:0 msgid "Duration in minutes and seconds." -msgstr "" +msgstr "Durata in minuti e secondi" #. module: crm #: view:crm.lead:crm.crm_case_kanban_view_leads @@ -1047,7 +1096,7 @@ msgstr "Email" #. module: crm #: view:crm.case.section:crm.sales_team_form_view_in_crm msgid "Email Alias" -msgstr "" +msgstr "Alias email" #. module: crm #: help:crm.lead,email_from:0 @@ -1055,16 +1104,16 @@ msgid "Email address of the contact" msgstr "Indirizzo email del contatto" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Errore" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Errore!" @@ -1083,12 +1132,12 @@ msgstr "Data stimata nella quale l'opportunità potrebbe essere vinta." #. module: crm #: model:ir.model,name:crm.model_calendar_event msgid "Event" -msgstr "" +msgstr "Evento" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Exclude contacts having" -msgstr "" +msgstr "Esclude contatti aventi" #. module: crm #: view:crm.segmentation:crm.crm_segmentation-view @@ -1106,21 +1155,23 @@ msgid "Execution Status" msgstr "Stato esecuzione" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Chiusura Attesa" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Chiusura attesa" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Entrata prevista" @@ -1130,10 +1181,21 @@ msgstr "Entrata prevista" msgid "Expected Revenues" msgstr "Entrate previste" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "Scadenza chiusura" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "Mese scadenza chiusura" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" -msgstr "" +msgstr "Filtri estesi" #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter @@ -1153,12 +1215,12 @@ msgstr "Fax" #. module: crm #: selection:base.partner.merge.automatic.wizard,state:0 msgid "Finished" -msgstr "" +msgstr "Completata" #. module: crm #: field:crm.case.stage,fold:0 msgid "Folded in Kanban View" -msgstr "" +msgstr "Inserito in vista Kanban" #. module: crm #: field:crm.lead,message_follower_ids:0 @@ -1167,20 +1229,22 @@ msgid "Followers" msgstr "Followers" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " "re-open the wizard several times if needed." msgstr "" +"Per ragioni di sicurezza, non potete unire più di 3 contatti assieme. Potete " +"riaprire il wizard parecchie volte se necessario." #. module: crm #: field:crm.lead2opportunity.partner.mass,force_assignation:0 msgid "Force assignation" -msgstr "" +msgstr "Forza assegnazione" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Da %s : %s" @@ -1217,25 +1281,26 @@ msgstr "CC globale" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: crm #: field:base.partner.merge.automatic.wizard,number_group:0 msgid "Group of Contacts" -msgstr "" +msgstr "Gruppo di contatti" #. module: crm #: model:ir.model,name:crm.model_ir_http msgid "HTTP routing" -msgstr "" +msgstr "Routing HTTP" #. module: crm #: model:ir.model,name:crm.model_crm_partner_binding msgid "Handle partner binding or generation in CRM wizards." -msgstr "" +msgstr "Gestisce i legai partner o la generazione nei wizard CRM" #. module: crm #: selection:crm.phonecall,state:0 @@ -1247,6 +1312,7 @@ msgstr "Gestito" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1272,6 +1338,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1289,7 +1356,7 @@ msgstr "ID" #. module: crm #: field:base.partner.merge.line,aggr_ids:0 msgid "Ids" -msgstr "" +msgstr "ID" #. module: crm #: help:crm.lead,message_unread:0 @@ -1304,12 +1371,15 @@ msgid "" "mailing and marketing campaign. Filter 'Available for Mass Mailing' allows " "users to filter the leads when performing mass mailing." msgstr "" +"Se opt-out è spuntato questo contatto non ha richiesto mail per le campagne " +"marketing di mass mailing. Il filtro 'Permetti mass mailing' permette agli " +"utenti di filtrare le lead durante l'esecuzione del mass mailing." #. module: crm #: help:crm.lead2opportunity.partner.mass,force_assignation:0 msgid "" "If unchecked, this will leave the salesman of duplicated opportunities" -msgstr "" +msgstr "Se non spuntato lascierà le opportunità duplicate del commerciale" #. module: crm #: help:crm.case.stage,case_default:0 @@ -1344,7 +1414,7 @@ msgstr "Note Interne" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_is_company:0 msgid "Is Company" -msgstr "" +msgstr "E un'azienda" #. module: crm #: field:crm.lead,message_is_follower:0 @@ -1361,7 +1431,7 @@ msgstr "È possibile convertire una sola telefonata alla volta." #. module: crm #: field:base.partner.merge.automatic.wizard,exclude_journal_item:0 msgid "Journal Items associated to the contact" -msgstr "" +msgstr "Articoli del giornale associati ai contatti" #. module: crm #: field:crm.lead,date_action_last:0 @@ -1371,22 +1441,21 @@ msgstr "Ultima Azione" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" -msgstr "" +msgstr "Ultimo Messaggio" #. module: crm #: field:crm.lead,message_last_post:0 #: field:crm.phonecall,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" -msgstr "" +msgstr "Ultimo stage aggiornato" #. module: crm #: field:base.partner.merge.automatic.wizard,write_uid:0 @@ -1407,7 +1476,7 @@ msgstr "" #: field:crm.tracking.medium,write_uid:0 #: field:crm.tracking.source,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: crm #: field:base.partner.merge.automatic.wizard,write_date:0 @@ -1427,15 +1496,17 @@ msgstr "" #: field:crm.tracking.medium,write_date:0 #: field:crm.tracking.source,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Lead" @@ -1459,7 +1530,7 @@ msgstr "Da lead a opportunità del partner" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_create msgid "Lead created" -msgstr "" +msgstr "Lead creata" #. module: crm #: field:crm.phonecall,opportunity_id:0 @@ -1470,7 +1541,7 @@ msgstr "Lead/Opportunità" #. module: crm #: model:ir.actions.act_window,name:crm.action_lead_mass_mail msgid "Lead/Opportunity Mass Mail" -msgstr "" +msgstr "Mass mail Lead / Opportunità" #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban @@ -1484,16 +1555,16 @@ msgid "Leads" msgstr "Lead" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" -msgstr "" +msgstr "Lead / Opportunità" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1515,7 +1586,7 @@ msgstr "" #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings msgid "Leads Email Alias" -msgstr "" +msgstr "Alias email per lead" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -1546,6 +1617,8 @@ msgstr "Lead assegnati a me" #: view:crm.lead:crm.view_crm_case_leads_filter msgid "Leads that did not ask not to be included in mass mailing campaigns" msgstr "" +"Lead che non hanno chiesto di non essere inclusi in campagne di invio email " +"massive" #. module: crm #: view:crm.lead2opportunity.partner.mass:crm.view_crm_lead2opportunity_partner_mass @@ -1567,7 +1640,7 @@ msgstr "Leads/Opportunità" #. module: crm #: field:base.partner.merge.automatic.wizard,line_ids:0 msgid "Lines" -msgstr "" +msgstr "Linee" #. module: crm #: help:crm.case.stage,section_ids:0 @@ -1608,21 +1681,28 @@ msgid "Logged Calls" msgstr "Chiamate Registrate" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" +msgstr "Registra una chiamata per %(date)s. %(description)s" + +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perso" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1631,7 +1711,7 @@ msgstr "Bassa" #. module: crm #: model:crm.tracking.source,name:crm.crm_source_mailing msgid "Mailing Partner" -msgstr "" +msgstr "Partner mailing" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -1668,7 +1748,7 @@ msgstr "Espressione Obbligatoria" #. module: crm #: model:ir.actions.server,name:crm.action_mark_as_lost msgid "Mark As Lost" -msgstr "" +msgstr "Marca come persa" #. module: crm #: view:crm.lead:crm.crm_case_form_view_oppor @@ -1693,7 +1773,7 @@ msgstr "Numero massimo di ID Partner processati" #. module: crm #: field:base.partner.merge.automatic.wizard,maximum_group:0 msgid "Maximum of Group of Contacts" -msgstr "" +msgstr "Massimo gruppo di contatti" #. module: crm #: view:crm.phonecall:crm.crm_case_inbound_phone_tree_view @@ -1702,10 +1782,10 @@ msgid "Meeting" msgstr "Riunione" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" -msgstr "" +msgstr "Meeting schedulato a '%s'
Oggetto: %s
Durata: %s ora(e)" #. module: crm #: view:crm.lead:crm.crm_case_form_view_oppor @@ -1725,12 +1805,12 @@ msgstr "Unisci" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge Automatically" -msgstr "" +msgstr "Unisci automaticamente" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge Automatically all process" -msgstr "" +msgstr "Unisci automaticamente tutti i processi" #. module: crm #: view:crm.merge.opportunity:crm.merge_opportunity_form @@ -1740,7 +1820,7 @@ msgstr "Unisci Leads/Opportunità" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge Selection" -msgstr "" +msgstr "Selezione unione" #. module: crm #: model:ir.actions.act_window,name:crm.action_merge_opportunities @@ -1756,17 +1836,17 @@ msgstr "Unisci opportunità" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge the following contacts" -msgstr "" +msgstr "Unisci i sequenti contatti" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge with Manual Check" -msgstr "" +msgstr "Unisci con controllo manuale" #. module: crm #: help:crm.lead2opportunity.partner.mass,deduplicate:0 msgid "Merge with existing leads/opportunities of each partner" -msgstr "" +msgstr "Unisci con lead / opportunità esistenti per ogni pertner" #. module: crm #: selection:crm.lead2opportunity.partner,name:0 @@ -1775,34 +1855,34 @@ msgid "Merge with existing opportunities" msgstr "Unisci ad opportunità esistenti" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" -msgstr "" +msgstr "Lead uniti" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Unisci lead" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Unisci opportunità" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" -msgstr "" +msgstr "Opportunità unite" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" -msgstr "" +msgstr "Unito con i sequenti partner:" #. module: crm #: field:crm.lead,message_ids:0 @@ -1819,7 +1899,7 @@ msgstr "Storico messaggi e comunicazioni" #. module: crm #: field:base.partner.merge.line,min_id:0 msgid "MinID" -msgstr "" +msgstr "Min. ID" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -1846,12 +1926,12 @@ msgstr "Mese della chiamata" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter msgid "My Leads" -msgstr "" +msgstr "Mie iniziative" #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "My Opportunities" -msgstr "" +msgstr "Mie Opportunità" #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter @@ -1861,7 +1941,7 @@ msgstr "Le Miei Telefonate" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "My Phonecalls" -msgstr "" +msgstr "Le mie chiamate" #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter @@ -1871,7 +1951,7 @@ msgstr "I Miei Team di Vendita" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "My Team" -msgstr "" +msgstr "Mio team" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_name:0 @@ -1888,7 +1968,9 @@ msgstr "Negoziazione" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nuovo" @@ -1897,7 +1979,7 @@ msgstr "Nuovo" #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "New Mail" -msgstr "" +msgstr "Nuova e-mail" #. module: crm #: model:crm.tracking.source,name:crm.crm_source_newsletter @@ -1917,13 +1999,13 @@ msgid "Next Action Date" msgstr "Data prossima azione" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Nessun Oggetto" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1941,6 +2023,7 @@ msgstr "Nessun commerciale" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1968,12 +2051,14 @@ msgstr "Note" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Numero di giorni per chiudere il caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Numero di giorni di apertura del caso" @@ -1984,19 +2069,22 @@ msgid "Object Name" msgstr "Nome Oggetto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " "ask the Administrator if you need to merge several contacts linked to " "existing Journal Items." msgstr "" +"Solamente i contatti destinazione possono essere collegati ad un articolo di " +"giornale esistente. Prego chiedere all'amministratore se necessitate di " +"unire parecchi contatti collegandoli al giornale." #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_open_leads:0 msgid "Open Leads per Month" -msgstr "" +msgstr "Lead aperte per mese" #. module: crm #: model:ir.actions.client,name:crm.action_client_crm_menu @@ -2037,6 +2125,7 @@ msgid "Opportunities" msgstr "Opportunità" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2059,13 +2148,23 @@ msgstr "" "principalmente dai commerciali per fare una revisione periodica dei team del " "processo di vendita." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "Coorte opportunità" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "Opportunità vinte per team" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Opportunità assegnate a me" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2073,6 +2172,8 @@ msgstr "Opportunità assegnate a me" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2124,7 +2225,7 @@ msgstr "Espressione Opzionale" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Options" -msgstr "" +msgstr "Opzioni" #. module: crm #: model:crm.case.categ,name:crm.categ_oppor8 @@ -2134,7 +2235,7 @@ msgstr "Altro" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Other Call" -msgstr "" +msgstr "Altre chiamate" #. module: crm #: model:crm.case.categ,name:crm.categ_phone2 @@ -2143,22 +2244,22 @@ msgstr "In uscita" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Scadenza superata" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_parent_id:0 msgid "Parent Company" -msgstr "" +msgstr "Azienda padre" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2206,7 +2307,7 @@ msgstr "Il partner è stato creato." #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Partners" -msgstr "" +msgstr "Partner" #. module: crm #: field:crm.lead,payment_mode:0 @@ -2258,6 +2359,11 @@ msgstr "Chiamate Telefoniche" msgid "Phone Calls Analysis" msgstr "Analisi telefonate" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "Telefonate da fare" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2327,19 +2433,14 @@ msgstr "Costi Pianificati" msgid "Planned Date" msgstr "Data Pianificata" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Entrata Pianificata" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 msgid "Planned Revenue per Month" -msgstr "" +msgstr "Reddito pianificato per mese" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2350,20 +2451,20 @@ msgstr "" #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings msgid "Pre-Sale Services" -msgstr "" +msgstr "Servizi pre-vendita" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Priorità" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabililtà" @@ -2372,11 +2473,6 @@ msgstr "Probabililtà" msgid "Probability (%)" msgstr "Probabilità (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Profitto Probabile" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2440,6 +2536,8 @@ msgid "" "Reminder on Lead: ${object.id} from ${object.partner_id != False and " "object.partner_id.name or object.contact_name}" msgstr "" +"Promemoria su lead: ${object.id} da ${object.partner_id != False and " +"object.partner_id.name or object.contact_name}" #. module: crm #: model:ir.actions.server,name:crm.action_email_reminder_lead @@ -2458,6 +2556,11 @@ msgstr "Requisiti" msgid "Responsible" msgstr "Responsabile" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "Reddito per lead" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2476,7 +2579,7 @@ msgstr "Importo Vendita" #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings msgid "Sale Services" -msgstr "" +msgstr "Servizi di vendita" #. module: crm #: view:crm.segmentation:crm.crm_segmentation-view @@ -2492,12 +2595,15 @@ msgstr "Tags Vendita" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2530,6 +2636,7 @@ msgstr "Commerciali" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Commerciale" @@ -2537,7 +2644,7 @@ msgstr "Commerciale" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Schedule" -msgstr "" +msgstr "Pianificazione" #. module: crm #: view:crm.phonecall2phonecall:crm.phonecall_to_phonecall_view @@ -2563,13 +2670,13 @@ msgstr "Pianifica una chiamata" #. module: crm #: field:sale.config.settings,group_scheduled_calls:0 msgid "Schedule calls to manage call center" -msgstr "" +msgstr "Chiamate schedulate per gestire il call center" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor msgid "Schedule/Log" -msgstr "" +msgstr "Pianificazione / Log" #. module: crm #: view:crm.phonecall2phonecall:crm.phonecall_to_phonecall_view @@ -2583,10 +2690,10 @@ msgid "Scheduled Calls" msgstr "Chiamate da fare" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" -msgstr "" +msgstr "Chiamate pianificate per %(date)s. %(description)s" #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter @@ -2611,12 +2718,12 @@ msgstr "Ricerca Telefonate" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Search duplicates based on duplicated data in" -msgstr "" +msgstr "Ricerca duplicati basandosi sulla data duplicazione" #. module: crm #: model:crm.tracking.source,name:crm.crm_source_search_engine msgid "Search engine" -msgstr "" +msgstr "Motore di ricerca" #. module: crm #: field:crm.phonecall.report,section_id:0 @@ -2675,7 +2782,7 @@ msgstr "" #. module: crm #: selection:base.partner.merge.automatic.wizard,state:0 msgid "Selection" -msgstr "" +msgstr "Selezione" #. module: crm #: view:crm.lead:crm.crm_case_kanban_view_leads @@ -2709,22 +2816,24 @@ msgstr "" #. module: crm #: model:res.groups,name:crm.group_scheduled_calls msgid "Show Scheduled Calls Menu" -msgstr "" +msgstr "Mostra menu chiamate schedulate" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Mostra solo lead" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostra solo opportunità" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Skip these contacts" -msgstr "" +msgstr "Salta questi contatti" #. module: crm #: model:crm.case.categ,name:crm.categ_oppor2 @@ -2733,19 +2842,21 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source #: model:ir.ui.menu,name:crm.menu_crm_tracking_source msgid "Source" -msgstr "" +msgstr "Sorgente" #. module: crm #: field:crm.tracking.source,name:0 msgid "Source Name" -msgstr "" +msgstr "Nome sorgente" #. module: crm #: view:crm.case.stage:crm.crm_case_stage_form @@ -2754,6 +2865,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fase" @@ -2821,7 +2934,7 @@ msgstr "Via" #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor msgid "Street..." -msgstr "" +msgstr "Via..." #. module: crm #: field:crm.lead,street2:0 @@ -2848,17 +2961,12 @@ msgstr "Riepilogo" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Tag" -msgstr "" +msgstr "Etichetta" #. module: crm #: field:crm.lead,categ_ids:0 msgid "Tags" -msgstr "" - -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Team" +msgstr "Etichette" #. module: crm #: help:crm.case.section,alias_id:0 @@ -2929,7 +3037,7 @@ msgstr "" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "There is no more contacts to merge for this request..." -msgstr "" +msgstr "Non ci sono altri contatti per unire questa richiesta..." #. module: crm #: help:crm.lead,email_cc:0 @@ -2964,6 +3072,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2973,6 +3082,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2980,6 +3090,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3015,7 +3126,7 @@ msgid "To Do" msgstr "Da Fare" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3026,7 +3137,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3045,7 +3156,18 @@ msgstr "Da fare" #. module: crm #: model:ir.ui.menu,name:crm.root_menu msgid "Tools" -msgstr "" +msgstr "Strumenti" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "Migliori opportunità" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "Totale reddito" #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 @@ -3055,14 +3177,15 @@ msgstr "Formazione" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Il tipo è utilizzato per distinguere i Lead dalle Opportunità" @@ -3071,7 +3194,7 @@ msgstr "Il tipo è utilizzato per distinguere i Lead dalle Opportunità" #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "Unassigned" -msgstr "" +msgstr "Non assegnato" #. module: crm #: field:crm.lead,message_unread:0 @@ -3092,7 +3215,7 @@ msgstr "Utilizza Regole Vendite Acquisti" #. module: crm #: selection:crm.lead2opportunity.partner.mass,action:0 msgid "Use existing partner or create" -msgstr "" +msgstr "Utilizza un partner esistente per crearlo" #. module: crm #: help:crm.case.section,resource_calendar_id:0 @@ -3106,6 +3229,7 @@ msgstr "Usato per ordinare le fasi. Più basso significa più importante." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Utente" @@ -3123,7 +3247,7 @@ msgstr "Login Utente" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_vat:0 msgid "VAT" -msgstr "" +msgstr "Partita IVA" #. module: crm #: field:crm.segmentation.line,expr_value:0 @@ -3133,22 +3257,24 @@ msgstr "Valore" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" -msgstr "" +msgstr "Molto alta" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" -msgstr "" +msgstr "Molto Bassa" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Attenzione!" @@ -3169,6 +3295,7 @@ msgstr "Wizard" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Vinto" @@ -3178,7 +3305,7 @@ msgid "Working Time" msgstr "Tempo di lavorazione" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3186,7 +3313,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3208,13 +3335,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3230,13 +3357,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "sconosciuto" + +#~ msgid "Planned Revenue" +#~ msgstr "Entrata Pianificata" + +#~ msgid "Team" +#~ msgstr "Team" + +#~ msgid "Probable Revenue" +#~ msgstr "Profitto Probabile" diff --git a/addons/crm/i18n/ja.po b/addons/crm/i18n/ja.po index 030fc369870..e9f452f2471 100644 --- a/addons/crm/i18n/ja.po +++ b/addons/crm/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "案件の数" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRMリード分析" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "分類化" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "確率自動変更" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -591,6 +609,7 @@ msgstr "閉じる" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "契約日" @@ -602,7 +621,7 @@ msgid "Closed" msgstr "閉じた" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -613,11 +632,13 @@ msgid "Color Index" msgstr "カラーインデックス" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "会社" @@ -724,9 +745,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "国" @@ -794,16 +818,20 @@ msgstr "作成" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "作成日" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "作成月" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -821,21 +849,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "顧客" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -893,13 +921,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "新営業チームにデフォルト提案" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "締めを延期する" @@ -996,16 +1031,16 @@ msgid "Email address of the contact" msgstr "連絡先のメールアドレス" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "エラー" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "エラー" @@ -1047,21 +1082,23 @@ msgid "Execution Status" msgstr "実行ステータス" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "見込完了" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "見込完了" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "見込売上" @@ -1071,8 +1108,19 @@ msgstr "見込売上" msgid "Expected Revenues" msgstr "見込売上" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1108,7 +1156,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1121,7 +1169,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "%s から:%s" @@ -1156,6 +1204,7 @@ msgstr "グローバルCC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1186,6 +1235,7 @@ msgstr "保留" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1209,6 +1259,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1308,7 +1359,6 @@ msgstr "最終アクション" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1320,8 +1370,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1367,12 +1417,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "リード" @@ -1421,7 +1473,7 @@ msgid "Leads" msgstr "リード" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1430,7 +1482,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1538,21 +1590,28 @@ msgid "Logged Calls" msgstr "ログ対象通話" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "失注" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1632,7 +1691,7 @@ msgid "Meeting" msgstr "ミーティング" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1705,31 +1764,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "統合された商談" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1818,7 +1877,9 @@ msgstr "交渉" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "新規" @@ -1847,13 +1908,13 @@ msgid "Next Action Date" msgstr "次のアクションの日付" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "無題" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1869,6 +1930,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1896,12 +1958,14 @@ msgstr "注記" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "案件を閉じるための日数" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "当件を開くまでの日数" @@ -1912,7 +1976,7 @@ msgid "Object Name" msgstr "オブジェクト名" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1965,6 +2029,7 @@ msgid "Opportunities" msgstr "商談" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1984,13 +2049,23 @@ msgstr "" "商談分析は予想売上高、計画コスト、締切超過、または商談毎の相互作用の数といった情報とともに、即座にあなたの商談にアクセスすることができます。このレポートは" "営業パイプラインのチームと周期的なレビューを行うために営業マネジャにより主に使用されます。" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1998,6 +2073,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2068,6 +2145,8 @@ msgstr "アウトバウンド" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "締切超過" @@ -2078,12 +2157,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2183,6 +2260,11 @@ msgstr "通話" msgid "Phone Calls Analysis" msgstr "通話分析" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2252,11 +2334,6 @@ msgstr "" msgid "Planned Date" msgstr "予定日" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "計画売上高" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2264,7 +2341,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2277,16 +2354,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "優先度" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "確信度" @@ -2295,11 +2372,6 @@ msgstr "確信度" msgid "Probability (%)" msgstr "確率(%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "見込売上" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2381,6 +2453,11 @@ msgstr "必要事項" msgid "Responsible" msgstr "担当" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2415,12 +2492,15 @@ msgstr "販売タグ" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2453,6 +2533,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "販売担当者" @@ -2506,7 +2587,7 @@ msgid "Scheduled Calls" msgstr "予定された電話" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2634,11 +2715,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "リードのみ表示" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "商談のみ表示" @@ -2654,8 +2737,10 @@ msgstr "ソフトウェア" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2675,6 +2760,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "ステージ" @@ -2776,11 +2863,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "チーム" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2873,6 +2955,7 @@ msgstr "このフィールドは商談とリードの区別、あるいは両方 #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2882,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2889,6 +2973,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2922,7 +3007,7 @@ msgid "To Do" msgstr "ToDo" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2933,7 +3018,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2954,6 +3039,17 @@ msgstr "ToDo" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2962,14 +3058,15 @@ msgstr "トレーニング" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "タイプ" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "リードと商談を区別するためにタイプを使います。" @@ -3013,6 +3110,7 @@ msgstr "ステージの順位に使用します。 低いほど良好です。" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "ユーザ" @@ -3040,22 +3138,24 @@ msgstr "値" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3075,6 +3175,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "受注" @@ -3084,7 +3185,7 @@ msgid "Working Time" msgstr "作業時間" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3092,7 +3193,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3114,13 +3215,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3136,13 +3237,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "不明" + +#~ msgid "Probable Revenue" +#~ msgstr "見込売上" + +#~ msgid "Planned Revenue" +#~ msgstr "計画売上高" + +#~ msgid "Team" +#~ msgstr "チーム" diff --git a/addons/crm/i18n/ko.po b/addons/crm/i18n/ko.po index 605df167914..d33ce8fbe69 100644 --- a/addons/crm/i18n/ko.po +++ b/addons/crm/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "미팅 #" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "사례 #" @@ -289,7 +291,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -342,7 +344,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -406,6 +408,7 @@ msgstr "기회를 할당할 대상" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -441,11 +444,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -454,6 +464,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM 리드 분석" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -484,8 +499,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -542,7 +559,6 @@ msgstr "분류화" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -560,8 +576,10 @@ msgstr "확률을 자동으로 변경" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -636,6 +654,7 @@ msgstr "닫기" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "마감일" @@ -647,7 +666,7 @@ msgid "Closed" msgstr "마감됨" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -658,11 +677,13 @@ msgid "Color Index" msgstr "컬러 색인" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "업체" @@ -769,9 +790,12 @@ msgstr "기회로 전환" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "국가" @@ -839,16 +863,20 @@ msgstr "생성일" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "생성일" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "생성월" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -866,21 +894,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "고객" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "고객 이메일" @@ -938,13 +966,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "새로운 영업팀으로 기본 설정" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "마감까지의 지연" @@ -1041,16 +1076,16 @@ msgid "Email address of the contact" msgstr "연락처의 이메일 주소" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "에러 !" @@ -1092,21 +1127,23 @@ msgid "Execution Status" msgstr "실행 상태" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "예상 마감" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "예상 마감일" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "예상 수익" @@ -1116,8 +1153,19 @@ msgstr "예상 수익" msgid "Expected Revenues" msgstr "예상수익" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1153,7 +1201,7 @@ msgid "Followers" msgstr "팔로워" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1166,7 +1214,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "%s이(가) 보냄 : %s" @@ -1201,6 +1249,7 @@ msgstr "전체 참조" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1231,6 +1280,7 @@ msgstr "보류됨" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1254,6 +1304,7 @@ msgstr "대화 요약 (메시지 개수, ...)을 내포함. 이 요약은 간판 #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1351,7 +1402,6 @@ msgstr "최종 조치" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1363,8 +1413,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1410,12 +1460,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "리드" @@ -1464,7 +1516,7 @@ msgid "Leads" msgstr "리드" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1473,7 +1525,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1583,21 +1635,28 @@ msgid "Logged Calls" msgstr "기록된 통화" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "상실함" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1677,7 +1736,7 @@ msgid "Meeting" msgstr "미팅" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1750,31 +1809,31 @@ msgid "Merge with existing opportunities" msgstr "기존의 기회와 병합" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "병합된 리드" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "병합된 리드" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "병합된 기회" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "병합된 기회" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1863,7 +1922,9 @@ msgstr "협상" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "새로 만들기" @@ -1892,13 +1953,13 @@ msgid "Next Action Date" msgstr "다음 조치일" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "제목 없음" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1915,6 +1976,7 @@ msgstr "영업사원 없음" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1942,12 +2004,14 @@ msgstr "메모" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "사례를 마감하기까지 잔여일" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "사례 개시까지의 소요일수" @@ -1958,7 +2022,7 @@ msgid "Object Name" msgstr "객체명" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2011,6 +2075,7 @@ msgid "Opportunities" msgstr "기회" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2028,13 +2093,23 @@ msgid "" "teams of the sales pipeline." msgstr "기회 분석은 기대수익, 계획비용, 맞추지 못한 기한 또는 기회 당 대화 횟수 등의 기회에 즉시 접근할 수 있도록 합니다." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "내게 할당된 기회" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2042,6 +2117,8 @@ msgstr "내게 할당된 기회" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2112,6 +2189,8 @@ msgstr "송신" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "과거 만기일" @@ -2122,12 +2201,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2227,6 +2304,11 @@ msgstr "통화" msgid "Phone Calls Analysis" msgstr "통화 분석" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2296,11 +2378,6 @@ msgstr "계획된 비용" msgid "Planned Date" msgstr "계획일" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "계획된 수익" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2308,7 +2385,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2321,16 +2398,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "우선순위" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "확률" @@ -2339,11 +2416,6 @@ msgstr "확률" msgid "Probability (%)" msgstr "가능성 (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "예상수익" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2425,6 +2497,11 @@ msgstr "필요조건" msgid "Responsible" msgstr "담당" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2459,12 +2536,15 @@ msgstr "영업 태그" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2497,6 +2577,7 @@ msgstr "영업사원" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "영업사원" @@ -2550,7 +2631,7 @@ msgid "Scheduled Calls" msgstr "예정된 통화" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2678,11 +2759,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "리드만 보기" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "기회만 보기" @@ -2698,8 +2781,10 @@ msgstr "소프트웨어" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2719,6 +2804,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "단계" @@ -2820,11 +2907,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "팀" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2919,6 +3001,7 @@ msgstr "이 필드는 리드와 관련된 단계와 기회와 관련된 단계 #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2928,6 +3011,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2935,6 +3019,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2968,7 +3053,7 @@ msgid "To Do" msgstr "과제" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2979,7 +3064,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3000,6 +3085,17 @@ msgstr "과제" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3008,14 +3104,15 @@ msgstr "훈련" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "유형" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "유형은 리드와 기회를 구분하기 위해 사용됩니다" @@ -3059,6 +3156,7 @@ msgstr "단계를 나열하기 위해 사용됨. 낮을 수록 좋음." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "사용자" @@ -3086,22 +3184,24 @@ msgstr "값" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "경고!" @@ -3121,6 +3221,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "수주 성공" @@ -3130,7 +3231,7 @@ msgid "Working Time" msgstr "근무시간" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3138,7 +3239,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3160,13 +3261,13 @@ msgid "e.g. Call for proposal" msgstr "예시: 제안을 위한 통화" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3182,13 +3283,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "알 수 없음" + +#~ msgid "Team" +#~ msgstr "팀" + +#~ msgid "Probable Revenue" +#~ msgstr "예상수익" + +#~ msgid "Planned Revenue" +#~ msgstr "계획된 수익" diff --git a/addons/crm/i18n/lo.po b/addons/crm/i18n/lo.po index c5dfda47dd6..6ca20d73988 100644 --- a/addons/crm/i18n/lo.po +++ b/addons/crm/i18n/lo.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "ຮ່ອມຮອຍ" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "ຈໍານວນມື້ເພື່ອຈະປິດກໍລະນີ" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "ລະວັງ !" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,13 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" diff --git a/addons/crm/i18n/lt.po b/addons/crm/i18n/lt.po index 23b8f755974..dfdc166a4b6 100644 --- a/addons/crm/i18n/lt.po +++ b/addons/crm/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Susitikimai" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# įvykių" @@ -283,7 +285,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -336,7 +338,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -400,6 +402,7 @@ msgstr "Pardavimų galimybės priskyrimas" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -435,11 +438,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -448,6 +458,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM iniciatyvų analizė" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -478,8 +493,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -536,7 +553,6 @@ msgstr "Kategorizavimas" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -554,8 +570,10 @@ msgstr "Pakeisti tikimybę automatiškai" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -632,6 +650,7 @@ msgstr "Užverti" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Užvėrimo data" @@ -643,7 +662,7 @@ msgid "Closed" msgstr "Uždaryta" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -654,11 +673,13 @@ msgid "Color Index" msgstr "Spalvos indeksas" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Įmonė" @@ -765,9 +786,12 @@ msgstr "Konvertuoti į pardavimų galimybę" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Valstybė" @@ -835,16 +859,20 @@ msgstr "Sukurta" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Sukūrimo data" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Sukūrimo mėnuo" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -862,21 +890,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Klientas" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Kliento el. pašto adresas" @@ -934,13 +962,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Numatytasis naujoms pardavimų komandoms" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Delsimas užverti" @@ -1037,16 +1072,16 @@ msgid "Email address of the contact" msgstr "Kontakto el. pašto adresas" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Klaida" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Klaida!" @@ -1088,21 +1123,23 @@ msgid "Execution Status" msgstr "Vykdymo būsena" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Išlaidos laikotarpio pabaigai" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Numatomas užvėrimas" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Numanomos pajamos" @@ -1112,8 +1149,19 @@ msgstr "Numanomos pajamos" msgid "Expected Revenues" msgstr "Numatomos pajamos" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1149,7 +1197,7 @@ msgid "Followers" msgstr "Prenumeratoriai" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1162,7 +1210,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Nuo %s : %s" @@ -1195,6 +1243,7 @@ msgstr "Bendras CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1225,6 +1274,7 @@ msgstr "Įvyko" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1250,6 +1300,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1349,7 +1400,6 @@ msgstr "Paskutinis veiksmas" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1361,8 +1411,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1408,12 +1458,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciatyva" @@ -1462,7 +1514,7 @@ msgid "Leads" msgstr "Iniciatyvos" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1471,7 +1523,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1581,21 +1633,28 @@ msgid "Logged Calls" msgstr "Užregistruoti skambučiai" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Prarasta" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1675,7 +1734,7 @@ msgid "Meeting" msgstr "Susitikimas" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1748,31 +1807,31 @@ msgid "Merge with existing opportunities" msgstr "Sulieti su esamomis pardavimų galimybėmis" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Sulieti galimybes" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1861,7 +1920,9 @@ msgstr "Derybos" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Naujas" @@ -1890,13 +1951,13 @@ msgid "Next Action Date" msgstr "Kito veiksmo data" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Nėra temos" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1912,6 +1973,7 @@ msgstr "Nepriskirtas pardavėjas" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1939,12 +2001,14 @@ msgstr "Pastabos" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Dienų skaičius užverti įvykį" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Dienų skaičius atverti įvykį" @@ -1955,7 +2019,7 @@ msgid "Object Name" msgstr "Objekto pavadinimas" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2008,6 +2072,7 @@ msgid "Opportunities" msgstr "Pardavimo galimybės" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2029,13 +2094,23 @@ msgstr "" "praleisti galutiniai terminai ar bendravimo skaičių, tenkantį vienai " "galimybei." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Man priskirtos pardavimų galimybės" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2043,6 +2118,8 @@ msgstr "Man priskirtos pardavimų galimybės" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2113,6 +2190,8 @@ msgstr "Išeinantys" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Persidengęs baigimo terminas" @@ -2123,12 +2202,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2228,6 +2305,11 @@ msgstr "Telefono skambučiai" msgid "Phone Calls Analysis" msgstr "Telefono skambučių analizė" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2297,11 +2379,6 @@ msgstr "Planuojamos išlaidos" msgid "Planned Date" msgstr "Suplanuota data" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planuojamos pajamos" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2309,7 +2386,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2322,16 +2399,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Svarbumas" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Tikimybė" @@ -2340,11 +2417,6 @@ msgstr "Tikimybė" msgid "Probability (%)" msgstr "Tikimybė (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Tikėtinos pajamos" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2426,6 +2498,11 @@ msgstr "Reikalavimai" msgid "Responsible" msgstr "Atsakingas asmuo" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2460,12 +2537,15 @@ msgstr "Pardavimų kategorijos" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2498,6 +2578,7 @@ msgstr "Pardavėjai" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Pardavėjas" @@ -2551,7 +2632,7 @@ msgid "Scheduled Calls" msgstr "Suplanuoti skambučiai" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2681,11 +2762,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Rodyti tik iniciatyvą" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Rodyti tik galimybes" @@ -2701,8 +2784,10 @@ msgstr "Programinė įranga" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2722,6 +2807,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapas" @@ -2823,11 +2910,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Komanda" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2929,6 +3011,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2938,6 +3021,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2945,6 +3029,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2980,7 +3065,7 @@ msgid "To Do" msgstr "Neatlikti skambučiai" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2991,7 +3076,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3012,6 +3097,17 @@ msgstr "Planuojamas" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3020,14 +3116,15 @@ msgstr "Apmokymai" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipas" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tipas naudojamas atskirti iniciatyvas nuo pardavimo galimybių" @@ -3072,6 +3169,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Naudotojas" @@ -3099,22 +3197,24 @@ msgstr "Reikšmė" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Įspėjimas!" @@ -3136,6 +3236,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Laimėta" @@ -3145,7 +3246,7 @@ msgid "Working Time" msgstr "Darbo laikas" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3153,7 +3254,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3175,13 +3276,13 @@ msgid "e.g. Call for proposal" msgstr "pvz. Skambutis pasiūlymo pateikimui" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3197,13 +3298,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "nežinomas" + +#~ msgid "Planned Revenue" +#~ msgstr "Planuojamos pajamos" + +#~ msgid "Probable Revenue" +#~ msgstr "Tikėtinos pajamos" + +#~ msgid "Team" +#~ msgstr "Komanda" diff --git a/addons/crm/i18n/lv.po b/addons/crm/i18n/lv.po index a9fd011508d..01a0f565b45 100644 --- a/addons/crm/i18n/lv.po +++ b/addons/crm/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Pieprasījumu skaits" @@ -246,7 +248,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Kategorizācija" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Mainīt iespējamību automātiski" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "Aizvērt" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Slēgšanas Datums" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "Slēgts" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Uzņēmums" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Valsts" @@ -792,15 +816,19 @@ msgstr "Izveidošana" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Izveides Datums" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Klients" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Kavēt Slēgšanu" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Kļūda" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Kļūda!" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "Izpildes statuss" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Plānotā Slēgšana" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Sagaidāmais ienākums" @@ -1069,8 +1106,19 @@ msgstr "Sagaidāmais ienākums" msgid "Expected Revenues" msgstr "Sagaidāmie ieņēmumi" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "Globālais CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "Aizturēts" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "Pēdēja darbība" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Potenciālie Klienti" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "Pavedieni" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Zaudēts" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "Tikšanās" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "Sarunas" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Jauns" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "Nākamās darbības datums" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "Piezīmes" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Dienu skaits līdz pieprasījuma slēgšanai" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "Objekta nosaukums" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "Potenciālie darījumi" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "Izejošais" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Kavēts termiņš" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "Zvani" msgid "Phone Calls Analysis" msgstr "Telefonsarunu analīze" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "Plānotais datums" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Plānotie ieņēmumi" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritāte" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Iespējamība" @@ -2287,11 +2364,6 @@ msgstr "Iespējamība" msgid "Probability (%)" msgstr "Iespējamība" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Iespējamie ieņēmumi" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "Prasības" msgid "Responsible" msgstr "Atbildīgais" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Posms" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Komanda" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "Jāveic" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tips" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" "Tips tiek lietots, lai atšķirtu potenciālos klientus no potenciālajiem " @@ -3007,6 +3104,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Lietotājs" @@ -3034,22 +3132,24 @@ msgstr "Vērtība" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Uzmanību!" @@ -3069,6 +3169,7 @@ msgstr "Vednis" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Uzvarēts" @@ -3078,7 +3179,7 @@ msgid "Working Time" msgstr "Darba Laiks" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3086,7 +3187,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3108,13 +3209,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3130,13 +3231,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "nezināma" + +#~ msgid "Probable Revenue" +#~ msgstr "Iespējamie ieņēmumi" + +#~ msgid "Planned Revenue" +#~ msgstr "Plānotie ieņēmumi" + +#~ msgid "Team" +#~ msgstr "Komanda" diff --git a/addons/crm/i18n/mk.po b/addons/crm/i18n/mk.po index 8c304785106..3d719e3095f 100644 --- a/addons/crm/i18n/mk.po +++ b/addons/crm/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Состаноци" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# од случаи" @@ -301,7 +303,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -354,7 +356,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -420,6 +422,7 @@ msgstr "Додели можности на" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -455,11 +458,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -468,6 +478,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -498,8 +513,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -556,7 +573,6 @@ msgstr "Категоризација" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -574,8 +590,10 @@ msgstr "Промени веројатност автоматски" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -652,6 +670,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Затвори датум" @@ -663,7 +682,7 @@ msgid "Closed" msgstr "Затворено" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -674,11 +693,13 @@ msgid "Color Index" msgstr "Индекс на бои" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Компанија" @@ -785,9 +806,12 @@ msgstr "Претвори во можност" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Земја" @@ -855,16 +879,20 @@ msgstr "Креирање" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Датум на креирање" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Месец на креирање" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -882,21 +910,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Клиент" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Е-пошта накупувач" @@ -954,13 +982,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Стандардно за Нов продажен тим" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Одолжување до затварање" @@ -1057,16 +1092,16 @@ msgid "Email address of the contact" msgstr "Емаил адреса на контактот" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1108,21 +1143,23 @@ msgid "Execution Status" msgstr "Статус на извршување" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Очекувано затварање" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Очекуван приход" @@ -1132,8 +1169,19 @@ msgstr "Очекуван приход" msgid "Expected Revenues" msgstr "Очекувани приходи" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1169,7 +1217,7 @@ msgid "Followers" msgstr "Пратители" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1182,7 +1230,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Од %s : %s" @@ -1219,6 +1267,7 @@ msgstr "Општо CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1249,6 +1298,7 @@ msgstr "Одржано" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1274,6 +1324,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1373,7 +1424,6 @@ msgstr "Следна акција" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1385,8 +1435,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1432,12 +1482,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1486,7 +1538,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1495,7 +1547,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1605,21 +1657,28 @@ msgid "Logged Calls" msgstr "Најавени повици" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Загубено" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1699,7 +1758,7 @@ msgid "Meeting" msgstr "Состанок" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1772,31 +1831,31 @@ msgid "Merge with existing opportunities" msgstr "Спој со постојните можности" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Спои можности" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Споена можност" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1885,7 +1944,9 @@ msgstr "Преговарање" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Нов" @@ -1914,13 +1975,13 @@ msgid "Next Action Date" msgstr "Датум на следна акција" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Без тема" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1938,6 +1999,7 @@ msgstr "Нема продавач" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1965,12 +2027,14 @@ msgstr "Белешки" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Број на денови за затварање на случај" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Број на денови до отварање на случај" @@ -1981,7 +2045,7 @@ msgid "Object Name" msgstr "Име на објект" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2034,6 +2098,7 @@ msgid "Opportunities" msgstr "Можности" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2056,13 +2121,23 @@ msgstr "" "на менаџерите за продажба со цел да направат периодичен преглед со тимовите " "од продажната мрежа." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Можности кои ми се доделени мене" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2070,6 +2145,8 @@ msgstr "Можности кои ми се доделени мене" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2140,6 +2217,8 @@ msgstr "Излезни" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Пречекорен краен рок" @@ -2150,12 +2229,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2255,6 +2332,11 @@ msgstr "Телефонски повици" msgid "Phone Calls Analysis" msgstr "Анализи на телефонски повици" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2326,11 +2408,6 @@ msgstr "Планирани трошоци" msgid "Planned Date" msgstr "Планиран датум" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Планиран приход" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2338,7 +2415,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2352,16 +2429,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Приоритет" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Веројатност" @@ -2370,11 +2447,6 @@ msgstr "Веројатност" msgid "Probability (%)" msgstr "Веројатност (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Веројатен приход" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2456,6 +2528,11 @@ msgstr "Барања" msgid "Responsible" msgstr "Одговорен" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2490,12 +2567,15 @@ msgstr "Тагови за продажба" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2528,6 +2608,7 @@ msgstr "Продавач" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Продавач" @@ -2581,7 +2662,7 @@ msgid "Scheduled Calls" msgstr "Распоредени разговори" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2710,11 +2791,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Прикажи единствено можност" @@ -2730,8 +2813,10 @@ msgstr "Софтвер" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2751,6 +2836,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Етапа" @@ -2852,11 +2939,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Тим" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2960,6 +3042,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2969,6 +3052,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2976,6 +3060,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3011,7 +3096,7 @@ msgid "To Do" msgstr "Да се направи" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3022,7 +3107,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3043,6 +3128,17 @@ msgstr "Да се направи" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3051,14 +3147,15 @@ msgstr "Обука" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Тип" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Типот се користи за да се разделат Траги и Можности" @@ -3102,6 +3199,7 @@ msgstr "Се користи за подредување на етапите. П #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Корисник" @@ -3129,22 +3227,24 @@ msgstr "Вредност" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Предупредување!" @@ -3165,6 +3265,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Добиени" @@ -3174,7 +3275,7 @@ msgid "Working Time" msgstr "Работно време" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3182,7 +3283,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3204,13 +3305,13 @@ msgid "e.g. Call for proposal" msgstr "на пр. Повик за предлог" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3226,13 +3327,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "непознато" + +#~ msgid "Planned Revenue" +#~ msgstr "Планиран приход" + +#~ msgid "Probable Revenue" +#~ msgstr "Веројатен приход" + +#~ msgid "Team" +#~ msgstr "Тим" diff --git a/addons/crm/i18n/mn.po b/addons/crm/i18n/mn.po index 379697271a0..fd6495b09b5 100644 --- a/addons/crm/i18n/mn.po +++ b/addons/crm/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Уулзалтууд" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Хэрэгийн #" @@ -288,7 +290,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -341,7 +343,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -406,6 +408,7 @@ msgstr "Боломжийг оноох" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -441,11 +444,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -454,6 +464,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM-н сэжимийн шинжилгээ" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -484,8 +499,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -542,7 +559,6 @@ msgstr "Ангилал" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -560,8 +576,10 @@ msgstr "Магадлалыг Автомат Өөрчлөх" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -638,6 +656,7 @@ msgstr "Хаах" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Хаах огноо" @@ -649,7 +668,7 @@ msgid "Closed" msgstr "Хаасан" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -660,11 +679,13 @@ msgid "Color Index" msgstr "Өнгөний Индекс" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Компани" @@ -771,9 +792,12 @@ msgstr "Боломж руу хөрвүүлэх" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Улс" @@ -841,16 +865,20 @@ msgstr "Үүсгэх" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Үүсгэх огноо" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Үүсгэсэн сар" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -868,21 +896,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Захиалагч" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Захиалагчийн Эмэйл" @@ -940,13 +968,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Шинэ борлуулалтын багт анхны утга нь" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Хаахыг Азнах" @@ -1043,16 +1078,16 @@ msgid "Email address of the contact" msgstr "Холбогчийн имэйл хаяг" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Алдаа" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -1094,21 +1129,23 @@ msgid "Execution Status" msgstr "Хэрэгжүүлэлтийн Төлөв" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Хуг.Хэт. Хааж байна" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Хаахыг хүлээх" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Төлөвлөсөн орлого" @@ -1118,8 +1155,19 @@ msgstr "Төлөвлөсөн орлого" msgid "Expected Revenues" msgstr "Төлөвлөсөн орлого" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1155,7 +1203,7 @@ msgid "Followers" msgstr "Дагагчид" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1168,7 +1216,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "%s -ээс: %s" @@ -1205,6 +1253,7 @@ msgstr "Глобал CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1235,6 +1284,7 @@ msgstr "Ярьсан" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1260,6 +1310,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1363,7 +1414,6 @@ msgstr "Сүүлийн үйлдэл" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1375,8 +1425,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1422,12 +1472,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Удирдах" @@ -1476,7 +1528,7 @@ msgid "Leads" msgstr "Сэжим" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1485,7 +1537,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1600,21 +1652,28 @@ msgid "Logged Calls" msgstr "Хөтлөгдсөн Дуудлага" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "%(date)s-д дуудлага хөтлөгдлөө. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Ялагдсан" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1694,7 +1753,7 @@ msgid "Meeting" msgstr "Уулзалт" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1768,31 +1827,31 @@ msgid "Merge with existing opportunities" msgstr "Байгаа боломжтой нэгтгэх" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Нэгтгэсэн сэжим" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Нэгтгэгдсэн сэжимүүд" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Нийлүүлсэн боломж" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Нэгтгэсэн боломж" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1881,7 +1940,9 @@ msgstr "Тохиролцох" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Шинэ" @@ -1910,13 +1971,13 @@ msgid "Next Action Date" msgstr "Дараагий үйл ажиллагааны огноо" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Гарчиг үгүй" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1934,6 +1995,7 @@ msgstr "Борлуулалтын ажилтан үгүй" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1961,12 +2023,14 @@ msgstr "Тэмдэглэл" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Хэрэгийг хаах хоногийн тоо" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Хэрэгийг нээх хүртэлх хоногийн тоо" @@ -1977,7 +2041,7 @@ msgid "Object Name" msgstr "Обьектийн нэр" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2030,6 +2094,7 @@ msgid "Opportunities" msgstr "Боломжууд" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2051,13 +2116,23 @@ msgstr "" "боломжийг олгодог. Энэ нь багуудтайгаа борлуулалтын ажилтан тогтмол хэрэглэж " "ревюү хийгдэж байдаг." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Надад оноогдсон боломжууд" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2065,6 +2140,8 @@ msgstr "Надад оноогдсон боломжууд" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2135,6 +2212,8 @@ msgstr "Гарсан" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Товлосон Хугацаа хэтэрсэн" @@ -2145,12 +2224,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2250,6 +2327,11 @@ msgstr "Утасны дуудлага" msgid "Phone Calls Analysis" msgstr "Утасны дуудлагын Шинжилгээ" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2319,11 +2401,6 @@ msgstr "Төлөвлөсөн Өртөгүүд" msgid "Planned Date" msgstr "Төлөвлөсөн огноо" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Төлөвлөсөн орлого" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2331,7 +2408,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2344,16 +2421,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Урьтамж" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Магадлал" @@ -2362,11 +2439,6 @@ msgstr "Магадлал" msgid "Probability (%)" msgstr "Боломж (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Магадлалт орлого" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2448,6 +2520,11 @@ msgstr "Шаардлага" msgid "Responsible" msgstr "Хариуцагч" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2482,12 +2559,15 @@ msgstr "Борлуулалтын Пайзууд" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2520,6 +2600,7 @@ msgstr "Борлуулалтын ажилтан" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Борлуулалтын ажилтан" @@ -2573,7 +2654,7 @@ msgid "Scheduled Calls" msgstr "Товлосон Дуудлагууд" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "%(date)s-д дуудлага товлогсдон. %(description)s" @@ -2701,11 +2782,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Зөвхөн сэжимийг харуул" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Зөвхөн боломжийг үзүүлэх" @@ -2721,8 +2804,10 @@ msgstr "Програм хангамж" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2742,6 +2827,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Үе" @@ -2843,11 +2930,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Баг" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2949,6 +3031,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2958,6 +3041,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2965,6 +3049,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3000,7 +3085,7 @@ msgid "To Do" msgstr "Ажил" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3011,7 +3096,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3032,6 +3117,17 @@ msgstr "Хийх" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3040,14 +3136,15 @@ msgstr "Сургалт" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Төрөл" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Сэжим болон Борлуулалтыг тусгаарлахад хэрэглэхэд төрөл" @@ -3091,6 +3188,7 @@ msgstr "Үеүүдийг эрэмбэлэхэд хэрэглэгдэн. Бага #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Хэрэглэгч" @@ -3118,22 +3216,24 @@ msgstr "Утга" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Анхааруулга!" @@ -3153,6 +3253,7 @@ msgstr "Визард" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ялсан" @@ -3162,7 +3263,7 @@ msgid "Working Time" msgstr "Ажлын цаг" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3170,7 +3271,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3192,13 +3293,13 @@ msgid "e.g. Call for proposal" msgstr "тухайлбал. Санал тавихаар утасдах" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3214,13 +3315,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "тодорхой бус" + +#~ msgid "Planned Revenue" +#~ msgstr "Төлөвлөсөн орлого" + +#~ msgid "Team" +#~ msgstr "Баг" + +#~ msgid "Probable Revenue" +#~ msgstr "Магадлалт орлого" diff --git a/addons/crm/i18n/nb.po b/addons/crm/i18n/nb.po index 37ceefa0f63..bcbf1d65514 100644 --- a/addons/crm/i18n/nb.po +++ b/addons/crm/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Saker" @@ -253,7 +255,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -306,7 +308,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -370,6 +372,7 @@ msgstr "Tildel muligheter til." #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -405,11 +408,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -418,6 +428,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM Ledelse Analyse." +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -448,8 +463,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -506,7 +523,6 @@ msgstr "Kategorisering" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -524,8 +540,10 @@ msgstr "Skift mulighet automatisk" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -602,6 +620,7 @@ msgstr "Lukk" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Lukkingsdato" @@ -613,7 +632,7 @@ msgid "Closed" msgstr "Lukket" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -624,11 +643,13 @@ msgid "Color Index" msgstr "Fargeindeks" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Firma" @@ -735,9 +756,12 @@ msgstr "Konverter til muligheter." #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Land" @@ -805,16 +829,20 @@ msgstr "Opprettet" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Opprettet dato" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Laget måned" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -832,21 +860,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kunde" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -904,13 +932,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Forsinkelse til lukking" @@ -1007,16 +1042,16 @@ msgid "Email address of the contact" msgstr "Epost adressen til kontakten." #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Feil" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Feil!" @@ -1058,21 +1093,23 @@ msgid "Execution Status" msgstr "Kjøringstatus" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Forv. lukket." #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Forventet lukking" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Forventet omsetning" @@ -1082,8 +1119,19 @@ msgstr "Forventet omsetning" msgid "Expected Revenues" msgstr "Forventede inntekter" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1119,7 +1167,7 @@ msgid "Followers" msgstr "Følgere." #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1132,7 +1180,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Fra %s : %s" @@ -1169,6 +1217,7 @@ msgstr "Global CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1199,6 +1248,7 @@ msgstr "Gjennomført" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1222,6 +1272,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1321,7 +1372,6 @@ msgstr "Siste handling" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1333,8 +1383,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1380,12 +1430,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Lead" @@ -1434,7 +1486,7 @@ msgid "Leads" msgstr "Leads" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1443,7 +1495,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1551,21 +1603,28 @@ msgid "Logged Calls" msgstr "Loggede samtaler" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Tapt" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1645,7 +1704,7 @@ msgid "Meeting" msgstr "Møte" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1718,31 +1777,31 @@ msgid "Merge with existing opportunities" msgstr "Slå sammen med eksisterende muligheter." #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Sammenslåtte muligheter" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1831,7 +1890,9 @@ msgstr "Forhandling" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Ny" @@ -1860,13 +1921,13 @@ msgid "Next Action Date" msgstr "Neste aksjonsdato" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Intet emne" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1882,6 +1943,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1909,12 +1971,14 @@ msgstr "Notater" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Antall dager til sak lukkes" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Antall dager til åpningen av saken" @@ -1925,7 +1989,7 @@ msgid "Object Name" msgstr "Objektnavn" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1978,6 +2042,7 @@ msgid "Opportunities" msgstr "Salgsmuligheter" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2000,13 +2065,23 @@ msgstr "" "av salgssjef for å gjøre det periodiske gjennomgang med de lagene av " "salgspipeline." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2014,6 +2089,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2084,6 +2161,8 @@ msgstr "Utgående" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Passert frist" @@ -2094,12 +2173,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2199,6 +2276,11 @@ msgstr "Telefonsamtaler" msgid "Phone Calls Analysis" msgstr "Analyse av telefonsamtaler" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2269,11 +2351,6 @@ msgstr "Budsjetterte kostnader" msgid "Planned Date" msgstr "Planlagt dato" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planlagt omsetning" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2281,7 +2358,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2294,16 +2371,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Sannsynlighet" @@ -2312,11 +2389,6 @@ msgstr "Sannsynlighet" msgid "Probability (%)" msgstr "Sannsynlighet (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Sannsynlig omsetning" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2398,6 +2470,11 @@ msgstr "Krav" msgid "Responsible" msgstr "Ansvarlig" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2432,12 +2509,15 @@ msgstr "Salg lapper." #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2470,6 +2550,7 @@ msgstr "Salgsman." #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Salgsman." @@ -2523,7 +2604,7 @@ msgid "Scheduled Calls" msgstr "Planlagte samtaler" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2652,11 +2733,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Vis bare lead" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Vis bare salgsmuligheter" @@ -2672,8 +2755,10 @@ msgstr "Programvare." #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2693,6 +2778,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fase" @@ -2794,11 +2881,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Team" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2895,6 +2977,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2904,6 +2987,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2911,6 +2995,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2946,7 +3031,7 @@ msgid "To Do" msgstr "Gjøremål" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2957,7 +3042,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2978,6 +3063,17 @@ msgstr "Å gjøre" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2986,14 +3082,15 @@ msgstr "Trening." #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Type" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Type brukes for å skille leads og muligheter" @@ -3037,6 +3134,7 @@ msgstr "Brukes til å bestille stadier. Lavere er bedre." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Bruker" @@ -3064,22 +3162,24 @@ msgstr "Verdi" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -3100,6 +3200,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Vunnet" @@ -3109,7 +3210,7 @@ msgid "Working Time" msgstr "Arbeidstid" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3117,7 +3218,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3139,13 +3240,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3161,13 +3262,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "ukjent" + +#~ msgid "Probable Revenue" +#~ msgstr "Sannsynlig omsetning" + +#~ msgid "Planned Revenue" +#~ msgstr "Planlagt omsetning" + +#~ msgid "Team" +#~ msgstr "Team" diff --git a/addons/crm/i18n/nl.po b/addons/crm/i18n/nl.po index 09e7abb8514..31d6c386252 100644 --- a/addons/crm/i18n/nl.po +++ b/addons/crm/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 07:07+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 13:20+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:58+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Afspraken" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Dossiers" @@ -410,15 +412,15 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" -"

Op deze prospect is al meer dan 5 dagen geen activiteit geweest. Hier " -"zijn enige details:

\n" +"

Op deze prospect is al 5 dagen geen activiteit geweest. Hier enkele " +"details:

\n" "
    \n" "
  • Naam: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Omschrijving: ${object.description}
  • \n" +"
  • Omschrijving: ${object.description}
  • \n" "
" #. module: crm @@ -470,7 +472,7 @@ msgid "Alias Domain" msgstr "Alias domein" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -546,6 +548,7 @@ msgstr "Toewijzen prospect aan" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Datum toewijzing" @@ -581,11 +584,18 @@ msgstr "Bounce" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "Op land" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "Op verkoopteam" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "Op verkoper" @@ -594,6 +604,11 @@ msgstr "Op verkoper" msgid "CRM Lead Analysis" msgstr "CMR Lead analyse" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "CRM prospect analyse" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -624,8 +639,10 @@ msgstr "Telefoongesprekken datum per maand" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -682,7 +699,6 @@ msgstr "Categoriseren" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -700,8 +716,10 @@ msgstr "Wijzig slagingskans automatisch" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -781,6 +799,7 @@ msgstr "Afsluiten" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Afsluitdatum" @@ -792,7 +811,7 @@ msgid "Closed" msgstr "Gesloten" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "Gesloten leads kunnen niet worden geconverteerd naar prospects." @@ -803,11 +822,13 @@ msgid "Color Index" msgstr "Kleur index" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Bedrijf" @@ -914,9 +935,12 @@ msgstr "Converteer naar prospect" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Land" @@ -984,16 +1008,20 @@ msgstr "Aanmaak" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Aanmaakdatum" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "Aanmaakdatum" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Aanmaak maand" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -1011,21 +1039,21 @@ msgid "Current Line" msgstr "Huidige regel" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Klant" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Klant e-mail" @@ -1083,13 +1111,20 @@ msgstr "Standaard alias naam voor leads" msgid "Default to New Sales Team" msgstr "Standaard op nieuw verkoopteam" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "Vertraging tot sluiten" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "Vertraging bij toewiijzing" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Wachttijd tot sluiting" @@ -1186,16 +1221,16 @@ msgid "Email address of the contact" msgstr "E-mail adres van contactpersoon" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Fout" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Fout!" @@ -1237,21 +1272,23 @@ msgid "Execution Status" msgstr "Uitvoeringsstatus" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Ver. Besluit" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Verwachte sluiting" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Verwachte omzet" @@ -1261,8 +1298,19 @@ msgstr "Verwachte omzet" msgid "Expected Revenues" msgstr "Verwachte omzet" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "Verwachte sluitingsdatum" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "Verwachte sluitingsmaand" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "Uitgebreide filters" @@ -1298,7 +1346,7 @@ msgid "Followers" msgstr "Volgers" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1313,7 +1361,7 @@ msgid "Force assignation" msgstr "Forceer toewijzing" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Van %s : %s" @@ -1350,6 +1398,7 @@ msgstr "Globale CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1380,6 +1429,7 @@ msgstr "Opgeslagen" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1406,6 +1456,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1511,7 +1562,6 @@ msgstr "Laatste actie" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "Laatste bericht" @@ -1523,8 +1573,8 @@ msgstr "Laatste bericht datum" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Laatste fase aanpassing" @@ -1570,12 +1620,14 @@ msgid "Last Updated on" msgstr "Laatst aangepast op" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Lead" @@ -1624,7 +1676,7 @@ msgid "Leads" msgstr "Leads" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "Leads / Prospects" @@ -1633,7 +1685,7 @@ msgstr "Leads / Prospects" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1753,21 +1805,28 @@ msgid "Logged Calls" msgstr "Ontvangen telefoongesprekken" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Een telefoongesprek vastgelegd voor %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "Lange termijn omzet" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Verloren" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1847,7 +1906,7 @@ msgid "Meeting" msgstr "Afspraak" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "Afspraak ingeplant op '%s'
Onderwerp: %s
Duur: %s Uur" @@ -1920,31 +1979,31 @@ msgid "Merge with existing opportunities" msgstr "Samenvoegen met bestaande prospects" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Leads samenvoegen" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Leads samengevoegd" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Samengevoegde prospects" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Samengevoegde prospect." #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "Samengevoegd met de volgende relaties:" @@ -2033,7 +2092,9 @@ msgstr "Onderhandeling" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nieuw" @@ -2062,13 +2123,13 @@ msgid "Next Action Date" msgstr "Volgende actiedatum" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Geen onderwerp" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -2086,6 +2147,7 @@ msgstr "Geen verkoper" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -2113,12 +2175,14 @@ msgstr "Notities" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Aantal dagen om dossier af te sluiten" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Aantal dagen tot openen dossier" @@ -2129,7 +2193,7 @@ msgid "Object Name" msgstr "Objectnaam" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2185,6 +2249,7 @@ msgid "Opportunities" msgstr "Prospects" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2207,13 +2272,23 @@ msgstr "" "manager om periodiek commercieel overleg met de verkoopteams over de verkoop " "pijplijn te houden." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "Cohort prospects" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "Gewonnen prospects per team" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Prospects toegewezen aan mij" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2221,6 +2296,8 @@ msgstr "Prospects toegewezen aan mij" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2291,6 +2368,8 @@ msgstr "Uitgaand" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Overschreden einddatum" @@ -2301,12 +2380,10 @@ msgstr "Moederbedrijf" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2406,6 +2483,11 @@ msgstr "Telefoongesprekken" msgid "Phone Calls Analysis" msgstr "Telefoongesprek analyse" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "Gesprekken nog te doen" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2477,11 +2559,6 @@ msgstr "Geraamde kosten" msgid "Planned Date" msgstr "Geplande datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Geraamde omzet" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2489,7 +2566,7 @@ msgid "Planned Revenue per Month" msgstr "Geplande opbrengst per maand" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2504,16 +2581,16 @@ msgstr "Voorvekoop diensten" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioriteit" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Slagingskans" @@ -2522,11 +2599,6 @@ msgstr "Slagingskans" msgid "Probability (%)" msgstr "Slagingskans (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Verwachte omzet" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2610,6 +2682,11 @@ msgstr "Vereisten" msgid "Responsible" msgstr "Verantwoordelijke" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "Omzet per lead" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2644,12 +2721,15 @@ msgstr "Verkoop labels" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2682,6 +2762,7 @@ msgstr "Verkoper" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Verkoper" @@ -2735,7 +2816,7 @@ msgid "Scheduled Calls" msgstr "Ingeplande telefoongesprekken" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Een telefoongesprek gepland voor %(date)s. %(description)s" @@ -2872,11 +2953,13 @@ msgstr "Laat ingeplande telefoongesprekken menu zien" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Toon alleen leads" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Toon alleen prospects" @@ -2892,8 +2975,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2913,6 +2998,8 @@ msgstr "Naam van bron" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fase" @@ -3014,11 +3101,6 @@ msgstr "Label" msgid "Tags" msgstr "Labels" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Team" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -3138,6 +3220,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -3149,6 +3232,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -3158,6 +3242,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3197,7 +3282,7 @@ msgid "To Do" msgstr "Te doen" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3212,7 +3297,7 @@ msgstr "" "Maak een specifieke fase of bewerk een bestaande fase." #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3237,6 +3322,17 @@ msgstr "Te doen" msgid "Tools" msgstr "Tools" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "Top prospects" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "Totale omzet" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3245,14 +3341,15 @@ msgstr "Training" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Soort" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Soort wordt gebruikt om leads en prospects te scheiden" @@ -3296,6 +3393,7 @@ msgstr "Wordt gebruikt om fases te sorteren. Lager is beter." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Gebruiker" @@ -3323,22 +3421,24 @@ msgstr "Waarde" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "Zeer hoog" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "Zeer laag" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -3360,6 +3460,7 @@ msgstr "Assistent" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Gewonnen" @@ -3369,7 +3470,7 @@ msgid "Working Time" msgstr "Werktijd" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3379,7 +3480,7 @@ msgstr "" "Het is zodoende niet mogelijk om verder te escaleren." #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "U dient een filter te definiëren voor uw selectie" @@ -3401,13 +3502,13 @@ msgid "e.g. Call for proposal" msgstr "Bijv. Bellen voor voorstel" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "lead" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "leads" @@ -3423,13 +3524,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "prospect" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "onbekend" + +#~ msgid "Planned Revenue" +#~ msgstr "Geraamde omzet" + +#~ msgid "Probable Revenue" +#~ msgstr "Verwachte omzet" + +#~ msgid "Team" +#~ msgstr "Team" diff --git a/addons/crm/i18n/nl_BE.po b/addons/crm/i18n/nl_BE.po index 008e20ab4a7..31b5b5e08df 100644 --- a/addons/crm/i18n/nl_BE.po +++ b/addons/crm/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# zaken" @@ -276,7 +278,7 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" @@ -329,7 +331,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -393,6 +395,7 @@ msgstr "Opportuniteiten toewijzen aan" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -428,11 +431,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -441,6 +451,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Analyse CRM Leads" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -471,8 +486,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -529,7 +546,6 @@ msgstr "Categorisering" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -547,8 +563,10 @@ msgstr "Kans automatisch wijzigen" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -625,6 +643,7 @@ msgstr "Sluiten" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Afsluitdatum" @@ -636,7 +655,7 @@ msgid "Closed" msgstr "Gesloten" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -647,11 +666,13 @@ msgid "Color Index" msgstr "Kleurindex" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Bedrijf" @@ -758,9 +779,12 @@ msgstr "Omzetten naar opportuniteit" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Land" @@ -828,16 +852,20 @@ msgstr "Creatie" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Creatiedatum" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Creatiemaand" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -855,21 +883,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Klant" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -927,13 +955,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Dagen tot afsluiten" @@ -1030,16 +1065,16 @@ msgid "Email address of the contact" msgstr "E-mailadres van de contactpersoon" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Fout" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Fout" @@ -1081,21 +1116,23 @@ msgid "Execution Status" msgstr "Uitvoeringsstatus" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Verw. sluiting" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Verwachte afsluitdatum" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Verwachte opbrengst" @@ -1105,8 +1142,19 @@ msgstr "Verwachte opbrengst" msgid "Expected Revenues" msgstr "Verwachte opbrengst" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1142,7 +1190,7 @@ msgid "Followers" msgstr "Volgers" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1155,7 +1203,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Van %s : %s" @@ -1192,6 +1240,7 @@ msgstr "Globaal cc" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1222,6 +1271,7 @@ msgstr "Uitgevoerd" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1247,6 +1297,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1347,7 +1398,6 @@ msgstr "Laatste actie" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1359,8 +1409,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1406,12 +1456,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Lead" @@ -1460,7 +1512,7 @@ msgid "Leads" msgstr "Leads" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1469,7 +1521,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1581,21 +1633,28 @@ msgid "Logged Calls" msgstr "Genoteerde gesprekken" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Verloren" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1675,7 +1734,7 @@ msgid "Meeting" msgstr "Vergadering" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1748,31 +1807,31 @@ msgid "Merge with existing opportunities" msgstr "Samenvoegen met bestaande opportuniteiten" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Samengevoegde opportuniteiten" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1861,7 +1920,9 @@ msgstr "Onderhandeling" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nieuw" @@ -1890,13 +1951,13 @@ msgid "Next Action Date" msgstr "Volgende actiedatum" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Geen onderwerp" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1912,6 +1973,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1939,12 +2001,14 @@ msgstr "Opmerkingen" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Aantal dagen tot afsluiten van zaak" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Aantal dagen tot openen van zaak" @@ -1955,7 +2019,7 @@ msgid "Object Name" msgstr "Objectnaam" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2008,6 +2072,7 @@ msgid "Opportunities" msgstr "Opportuniteiten" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2029,13 +2094,23 @@ msgstr "" "opportuniteit. Dit rapport wordt meestal door de sales manager gebruikt om " "periodiek de verkooppijplijn door te nemen met de teams." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2043,6 +2118,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2113,6 +2190,8 @@ msgstr "Uitgaand" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Deadline overschreden" @@ -2123,12 +2202,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2228,6 +2305,11 @@ msgstr "Telefoongesprekken" msgid "Phone Calls Analysis" msgstr "Analyse telefoongesprekken" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2299,11 +2381,6 @@ msgstr "Geplande kosten" msgid "Planned Date" msgstr "Geplande datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Geplande opbrengst" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2311,7 +2388,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2324,16 +2401,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioriteit" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Kans" @@ -2342,11 +2419,6 @@ msgstr "Kans" msgid "Probability (%)" msgstr "Kans (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Verwachte opbrengst" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2428,6 +2500,11 @@ msgstr "Vereisten" msgid "Responsible" msgstr "Verantwoordelijke" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2462,12 +2539,15 @@ msgstr "Verkooplabels" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2500,6 +2580,7 @@ msgstr "Verkopers" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Verkoper" @@ -2553,7 +2634,7 @@ msgid "Scheduled Calls" msgstr "Geplande gesprekken" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2682,11 +2763,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Enkel lead tonen" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Enkel opportuniteit tonen" @@ -2702,8 +2785,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2723,6 +2808,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Fase" @@ -2824,11 +2911,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Team" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2933,6 +3015,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2942,6 +3025,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2949,6 +3033,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2984,7 +3069,7 @@ msgid "To Do" msgstr "Nog te doen" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2995,7 +3080,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3016,6 +3101,17 @@ msgstr "Uit te voeren" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3024,14 +3120,15 @@ msgstr "Training" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Type" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Type wordt gebruikt om leads van opportuniteiten te onderscheiden" @@ -3075,6 +3172,7 @@ msgstr "WOrdt gebruikt om fasen te rangschikken. Lager is beter." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Gebruiker" @@ -3102,22 +3200,24 @@ msgstr "Waarde" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Waarschuwing" @@ -3138,6 +3238,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Gewonnen" @@ -3147,7 +3248,7 @@ msgid "Working Time" msgstr "Werkuren" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3155,7 +3256,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3177,13 +3278,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3199,13 +3300,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "onbekend" + +#~ msgid "Probable Revenue" +#~ msgstr "Verwachte opbrengst" + +#~ msgid "Planned Revenue" +#~ msgstr "Geplande opbrengst" + +#~ msgid "Team" +#~ msgstr "Team" diff --git a/addons/crm/i18n/pl.po b/addons/crm/i18n/pl.po index 4fbbeddbdbc..271e2c2cc12 100644 --- a/addons/crm/i18n/pl.po +++ b/addons/crm/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-28 19:30+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Spotkań" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# spraw" @@ -267,16 +269,9 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" -"

W tej szansie nie było aktywności w ciągu co najmniej 5 dni. Oto " -"szczegóły:

\n" -"
    \n" -"
  • Name: ${object.name}
  • \n" -"
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" -"
" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view @@ -327,7 +322,7 @@ msgid "Alias Domain" msgstr "Alias domeny" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -394,6 +389,7 @@ msgstr "Szanse przypisane do" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Data przypisania" @@ -429,11 +425,18 @@ msgstr "Odbijanie" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "Wg krajów" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "Wg sprzedawców" @@ -442,6 +445,11 @@ msgstr "Wg sprzedawców" msgid "CRM Lead Analysis" msgstr "Analiza sygnałów" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -472,8 +480,10 @@ msgstr "Daty telefonów wg miesięcy" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -530,7 +540,6 @@ msgstr "Kategorie" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -548,8 +557,10 @@ msgstr "Zmieniaj automatycznie prawdopodobieństwo" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -626,6 +637,7 @@ msgstr "Zamknij" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Data zamknięcia" @@ -637,7 +649,7 @@ msgid "Closed" msgstr "Zamknięte" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "Sygnały zamknięte/martwe nie mogą być konwertowane do szans." @@ -648,11 +660,13 @@ msgid "Color Index" msgstr "Indeks kolorów" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Firma" @@ -759,9 +773,12 @@ msgstr "Konwertuj do szansy" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Kraj" @@ -829,16 +846,20 @@ msgstr "Data utworzenia" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data utworzenia" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "Data utworzenia" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Miesiąc tworzenia" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -856,21 +877,21 @@ msgid "Current Line" msgstr "Bieżąca pozycja" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Klient" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email klienta" @@ -928,13 +949,20 @@ msgstr "Domyślny alias dla sygnałów" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "Czas do przypisania" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Opóxnienie do zamknięcia" @@ -1031,16 +1059,16 @@ msgid "Email address of the contact" msgstr "Adres email kontaktu" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Błąd" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Błąd!" @@ -1082,21 +1110,23 @@ msgid "Execution Status" msgstr "Stan wykonania" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Spodz. zamkn." #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Zamknięcie" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Przew. dochód" @@ -1106,8 +1136,19 @@ msgstr "Przew. dochód" msgid "Expected Revenues" msgstr "Przew. dochód" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "Rozszerzone filtry" @@ -1143,7 +1184,7 @@ msgid "Followers" msgstr "Wypowiadający się" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1158,7 +1199,7 @@ msgid "Force assignation" msgstr "Wymuś połączenie" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Od %s : %s" @@ -1194,6 +1235,7 @@ msgstr "Globalne DW" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1224,6 +1266,7 @@ msgstr "Odebrane" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1250,6 +1293,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1351,7 +1395,6 @@ msgstr "Ostatnia akcja" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "Ostatnia wiadomość" @@ -1363,8 +1406,8 @@ msgstr "Data ostatniej wiadomości" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Ostatnia zmiana etapu" @@ -1410,12 +1453,14 @@ msgid "Last Updated on" msgstr "Data ostatniej modyfikacji" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Sygnał" @@ -1464,7 +1509,7 @@ msgid "Leads" msgstr "Sygnały" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "Sygnały/Szanse" @@ -1473,7 +1518,7 @@ msgstr "Sygnały/Szanse" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1585,21 +1630,28 @@ msgid "Logged Calls" msgstr "Zarejestrowane rozmowy" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Porażka" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1679,7 +1731,7 @@ msgid "Meeting" msgstr "Spotkanie" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
Subject: %s
Duration: %s hour(s)" msgstr "" @@ -1753,31 +1805,31 @@ msgid "Merge with existing opportunities" msgstr "Połącz z istniejącymi szansami." #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Połączone sygnały" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Połączone sygnały" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Połączone szanse" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Połączone szanse" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1866,7 +1918,9 @@ msgstr "Negocjacje" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nowe" @@ -1895,13 +1949,13 @@ msgid "Next Action Date" msgstr "Następna akcja" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Brak tematu" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1917,6 +1971,7 @@ msgstr "Brak sprzedawcy" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1944,12 +1999,14 @@ msgstr "Uwagi" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Liczba dni do zamknięcia sprawy" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Liczba dni do otwarcia sprawy" @@ -1960,7 +2017,7 @@ msgid "Object Name" msgstr "Nazwa obiektu" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2013,6 +2070,7 @@ msgid "Opportunities" msgstr "Szanse" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2034,13 +2092,23 @@ msgstr "" "szansy. Ten raport jest używany zwykle przez menedżerów sprzedaży do oceny " "pracy innych." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2048,6 +2116,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2118,6 +2188,8 @@ msgstr "Wychodzące" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Przekroczony termin" @@ -2128,12 +2200,10 @@ msgstr "Firma nadrzędna" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2233,6 +2303,11 @@ msgstr "Rozmowy telefoniczne" msgid "Phone Calls Analysis" msgstr "Analiza rozmów" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2302,11 +2377,6 @@ msgstr "Planowane koszty" msgid "Planned Date" msgstr "Planowana data" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planowany dochód" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2314,7 +2384,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2327,16 +2397,16 @@ msgstr "Obsługa przedsprzedażowa" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Priorytet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Prawdopodobieństwo" @@ -2345,11 +2415,6 @@ msgstr "Prawdopodobieństwo" msgid "Probability (%)" msgstr "Prawdop. (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Prawdopodobny dochód" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2431,6 +2496,11 @@ msgstr "Wymagania" msgid "Responsible" msgstr "Odpowiedzialny" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2465,12 +2535,15 @@ msgstr "Tagi sprzedaży" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2503,6 +2576,7 @@ msgstr "Sprzedawca" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Sprzedawca" @@ -2556,7 +2630,7 @@ msgid "Scheduled Calls" msgstr "Zaplanowane rozmowy" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2685,11 +2759,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Pokaż tylko sygnały" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Pokaż tylko szanse" @@ -2705,8 +2781,10 @@ msgstr "Oprogramowanie" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2726,6 +2804,8 @@ msgstr "Nazwa źródła" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etap" @@ -2827,11 +2907,6 @@ msgstr "" msgid "Tags" msgstr "Tagi" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Zespół" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2932,6 +3007,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2941,6 +3017,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2948,6 +3025,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2984,7 +3062,7 @@ msgid "To Do" msgstr "Do zrobienia" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2995,7 +3073,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3016,6 +3094,17 @@ msgstr "Do zrobienia" msgid "Tools" msgstr "Narzędzia" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3024,14 +3113,15 @@ msgstr "Szkolenie" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Typ" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Typ jest stosowany do rozróżnienia sygnałów od szans" @@ -3075,6 +3165,7 @@ msgstr "Stosowane do porządkowania etapów. Lepsze sa niskie." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Użytkownik" @@ -3102,22 +3193,24 @@ msgstr "Wartość" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "Bardzo wysoki" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "Bardzo niski" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Ostrzeżenie !" @@ -3138,6 +3231,7 @@ msgstr "Kreator" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Sukces" @@ -3147,7 +3241,7 @@ msgid "Working Time" msgstr "Czas pracy" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3157,7 +3251,7 @@ msgstr "" "Więc nie możesz przekazywać wyżej." #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3179,13 +3273,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3201,13 +3295,42 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "nieznany" + +#~ msgid "Planned Revenue" +#~ msgstr "Planowany dochód" + +#~ msgid "Probable Revenue" +#~ msgstr "Prawdopodobny dochód" + +#~ msgid "Team" +#~ msgstr "Zespół" + +#~ msgid "Creation date" +#~ msgstr "Data utworzenia" + +#~ msgid "" +#~ "

This opportunity did not have any activity since at least 5 days. Here " +#~ "are some details:

\n" +#~ "
    \n" +#~ "
  • Name: ${object.name}
  • \n" +#~ "
  • ID: ${object.id}
  • \n" +#~ "
  • Description: ${object.description}
  • \n" +#~ "
" +#~ msgstr "" +#~ "

W tej szansie nie było aktywności w ciągu co najmniej 5 dni. Oto " +#~ "szczegóły:

\n" +#~ "
    \n" +#~ "
  • Name: ${object.name}
  • \n" +#~ "
  • ID: ${object.id}
  • \n" +#~ "
  • Description: ${object.description}
  • \n" +#~ "
" diff --git a/addons/crm/i18n/pt.po b/addons/crm/i18n/pt.po index 43b6d66d466..44fdccf8785 100644 --- a/addons/crm/i18n/pt.po +++ b/addons/crm/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 11:30+0000\n" -"Last-Translator: Opencloud - PT \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 20:54+0000\n" +"Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Reuniões" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Número de casos" @@ -405,16 +407,9 @@ msgid "" "
    \n" "
  • Name: ${object.name}
  • \n" "
  • ID: ${object.id}
  • \n" -"
  • Description: ${object.description}
  • \n" +"
  • Description: ${object.description}
  • \n" "
" msgstr "" -"

Esta oportunidade não tem nenhuma atividade desde , pelo menos, 5 dias. " -"Aqui estão alguns detalhes : \n" -"

    \n" -"
  • Nome : ${object.name} \n" -"
  • ID : ${object.id} \n" -"
  • Descrição : ${object.description} \n" -"" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view @@ -465,7 +460,7 @@ msgid "Alias Domain" msgstr "Domínio do Apelido" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -543,6 +538,7 @@ msgstr "Atribuir oportunidades a" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Data de Atribuição" @@ -578,11 +574,18 @@ msgstr "Devolver" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "Por País" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "Por Vendedor" @@ -591,6 +594,11 @@ msgstr "Por Vendedor" msgid "CRM Lead Analysis" msgstr "Análise de Prospectos do CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -621,8 +629,10 @@ msgstr "Data das Chamadas por Mês" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -679,7 +689,6 @@ msgstr "Categorização" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -697,8 +706,10 @@ msgstr "Mudar a probabilidade automaticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -777,6 +788,7 @@ msgstr "Fechar" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Data de fecho" @@ -788,7 +800,7 @@ msgid "Closed" msgstr "Fechado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "Dicas fechadas / mortas não podem ser convertidas em oportunidades." @@ -799,11 +811,13 @@ msgid "Color Index" msgstr "Índice de Cor" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Empresa" @@ -910,9 +924,12 @@ msgstr "Converter em oportunidade" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -980,16 +997,20 @@ msgstr "Criação" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data de Criação" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "Data da Criação" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mês de Criação" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -1007,21 +1028,21 @@ msgid "Current Line" msgstr "Linha Atual" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "E-mail do cliente" @@ -1079,13 +1100,20 @@ msgstr "Apelido por defeito em dicas" msgid "Default to New Sales Team" msgstr "Default to New Sales Team" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "Atraso a Atribuir" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Tempo para fechar" @@ -1182,16 +1210,16 @@ msgid "Email address of the contact" msgstr "Endereço de email do contacto" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Erro" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Erro!" @@ -1233,21 +1261,23 @@ msgid "Execution Status" msgstr "Status de execução" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Exp. encerramento" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Previsão de encerramento" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Retorno Esperado" @@ -1257,8 +1287,19 @@ msgstr "Retorno Esperado" msgid "Expected Revenues" msgstr "Rendimento esperado" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "Filtros Extendidos" @@ -1294,7 +1335,7 @@ msgid "Followers" msgstr "Seguidores" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1309,7 +1350,7 @@ msgid "Force assignation" msgstr "Forçar Atribuição" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De %s: %s" @@ -1346,6 +1387,7 @@ msgstr "Global CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1376,6 +1418,7 @@ msgstr "Realizado" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1401,6 +1444,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1505,7 +1549,6 @@ msgstr "Última Ação" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "Última Mensagem" @@ -1517,8 +1560,8 @@ msgstr "Ultima Data de Mensagem" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Última Alteração de Estado" @@ -1564,12 +1607,14 @@ msgid "Last Updated on" msgstr "Ultima atualização em" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Prospecto" @@ -1618,7 +1663,7 @@ msgid "Leads" msgstr "Prospectos" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "Dicas / Oportunidades" @@ -1627,7 +1672,7 @@ msgstr "Dicas / Oportunidades" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1744,21 +1789,28 @@ msgid "Logged Calls" msgstr "Chamadas Registadas" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Registada uma chamada para %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1838,7 +1890,7 @@ msgid "Meeting" msgstr "Reunião" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "Reunião agendada no '%s 'Assunto: %s
    Duração: %s hora ( s)" @@ -1911,31 +1963,31 @@ msgid "Merge with existing opportunities" msgstr "Fundir com diferentes oportunidades" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Prospecto fundido" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Merged leads" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Oportunidades intercaladas" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Oportunidade Fundida" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "Fundido com os seguintes parceiros:" @@ -2024,7 +2076,9 @@ msgstr "Negociação" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novo" @@ -2053,13 +2107,13 @@ msgid "Next Action Date" msgstr "Próxima data de ação" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Sem assunto" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -2077,6 +2131,7 @@ msgstr "Sem vendedor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -2104,12 +2159,14 @@ msgstr "Notas" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de dias para fechar o caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de dias para abrir o caso" @@ -2120,7 +2177,7 @@ msgid "Object Name" msgstr "Nome do Objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2176,6 +2233,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2198,13 +2256,23 @@ msgstr "" "principalmente pelo gerente de vendas, a fim de fazer a revisão periódica " "com as equipas da lista de vendas." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Oportunidades atribuídas a mim" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2212,6 +2280,8 @@ msgstr "Oportunidades atribuídas a mim" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2282,6 +2352,8 @@ msgstr "Outbound" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Prazo ultrapassado" @@ -2292,12 +2364,10 @@ msgstr "Empresa Ascendente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2397,6 +2467,11 @@ msgstr "Chamadas Telefónicas" msgid "Phone Calls Analysis" msgstr "Análise dos telefonemas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2466,11 +2541,6 @@ msgstr "Custos Previstos" msgid "Planned Date" msgstr "Data planeada" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Receita planificada" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2478,7 +2548,7 @@ msgid "Planned Revenue per Month" msgstr "Receitas Planeadas por Mês" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2493,16 +2563,16 @@ msgstr "Serviços Pré-Venda" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridade" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidade" @@ -2511,11 +2581,6 @@ msgstr "Probabilidade" msgid "Probability (%)" msgstr "Probabilidade (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Retorno provável" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2599,6 +2664,11 @@ msgstr "Requisitos" msgid "Responsible" msgstr "Responsável" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2633,12 +2703,15 @@ msgstr "Etiquetas de vendas" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2671,6 +2744,7 @@ msgstr "Vendedor" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Vendedor" @@ -2724,7 +2798,7 @@ msgid "Scheduled Calls" msgstr "Chamadas Agendadas" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Agendar chamada para %(date)s. %(description)s" @@ -2851,7 +2925,7 @@ msgid "" "Setting this stage will change the probability automatically on the " "opportunity." msgstr "" -"A definição dessa fase vai mudar a probabilidade da oportunidade " +"A definição desta fase vai mudar a probabilidade da oportunidade " "automaticamente." #. module: crm @@ -2861,11 +2935,13 @@ msgstr "Mostrar Menu de Chamadas Agendadas" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Mostrar apenas o prospecto" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostrar oportunidade única" @@ -2881,8 +2957,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2902,8 +2980,10 @@ msgstr "Nome da Origem" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" -msgstr "Estágio" +msgstr "Etapa" #. module: crm #: model:mail.message.subtype,name:crm.mt_lead_stage @@ -2913,7 +2993,7 @@ msgstr "Stage Changed" #. module: crm #: field:crm.case.stage,name:0 msgid "Stage Name" -msgstr "Nome do Estágio" +msgstr "Nome da Etapa" #. module: crm #: view:crm.case.stage:crm.crm_lead_stage_search @@ -2923,12 +3003,12 @@ msgstr "Pesquisa fase" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_stage msgid "Stage changed" -msgstr "Estado alterado" +msgstr "Etapa mudou" #. module: crm #: model:ir.model,name:crm.model_crm_case_stage msgid "Stage of case" -msgstr "Estágio do caso" +msgstr "Etapa do caso" #. module: crm #: view:crm.case.section:crm.sales_team_form_view_in_crm @@ -2938,7 +3018,7 @@ msgstr "Estágio do caso" #: model:ir.actions.act_window,name:crm.crm_lead_stage_act #: model:ir.ui.menu,name:crm.menu_crm_lead_stage_act msgid "Stages" -msgstr "Estágios" +msgstr "Etapas" #. module: crm #: field:base.partner.merge.automatic.wizard,state:0 @@ -3003,11 +3083,6 @@ msgstr "Etiqueta" msgid "Tags" msgstr "Etiquetas" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipa" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -3125,6 +3200,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -3136,6 +3212,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -3144,6 +3221,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3183,7 +3261,7 @@ msgid "To Do" msgstr "A Fazer" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3199,7 +3277,7 @@ msgstr "" "seu funil de oportunidades ." #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3226,6 +3304,17 @@ msgstr "A fazer" msgid "Tools" msgstr "Ferramentas" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3234,14 +3323,15 @@ msgstr "Formação" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tipo é usado para separar prospectos e oportunidades" @@ -3285,6 +3375,7 @@ msgstr "Used to order stages. Lower is better." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Utilizador" @@ -3312,22 +3403,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "Muito Elevada" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "Muito Baixo" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -3349,6 +3442,7 @@ msgstr "Assistente" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganho" @@ -3358,7 +3452,7 @@ msgid "Working Time" msgstr "Tempo de trabalho" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3368,7 +3462,7 @@ msgstr "" "Não pode subir mais." #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "Tem de especificar um filtro para a sua selecção" @@ -3390,13 +3484,13 @@ msgid "e.g. Call for proposal" msgstr "e.g. Chamada para proposta" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "dica" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "dicas" @@ -3412,13 +3506,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "oportunidade" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconhecido" + +#~ msgid "Planned Revenue" +#~ msgstr "Receita planificada" + +#~ msgid "Probable Revenue" +#~ msgstr "Retorno provável" + +#~ msgid "Team" +#~ msgstr "Equipa" diff --git a/addons/crm/i18n/pt_BR.po b/addons/crm/i18n/pt_BR.po index 3d52765caaf..30c5d58d64e 100644 --- a/addons/crm/i18n/pt_BR.po +++ b/addons/crm/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 01:55+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-06 08:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm @@ -25,6 +25,8 @@ msgid "# Meetings" msgstr "# Reuniões" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Nº de Casos" @@ -303,16 +305,9 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" -"

    Esta oportunidade não teve nenhuma atividade pelo menos a 5 dias. Aqui " -"estão alguns detalhes:

    \n" -"
      \n" -"
    • Nome: ${object.name}
    • \n" -"
    • ID: ${object.id}
    • \n" -"
    • Descrição: ${object.description}
    • \n" -"
    " #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view @@ -363,7 +358,7 @@ msgid "Alias Domain" msgstr "Apelido do domínio" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -440,6 +435,7 @@ msgstr "Atribuir oportunidades a" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Data da Atribuição" @@ -475,11 +471,18 @@ msgstr "Rejeitado" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "Por País" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "Por Vendedor" @@ -488,6 +491,11 @@ msgstr "Por Vendedor" msgid "CRM Lead Analysis" msgstr "Análise das Prospecções do CRM" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -518,8 +526,10 @@ msgstr "Data das Ligações por Mês" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -576,7 +586,6 @@ msgstr "Categorização" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -594,8 +603,10 @@ msgstr "Mudar Probabilidade Automaticamente" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -675,6 +686,7 @@ msgstr "Fechar" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Data de Fechamento" @@ -686,7 +698,7 @@ msgid "Closed" msgstr "Fechado" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -698,11 +710,13 @@ msgid "Color Index" msgstr "Índice de Cores" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Empresa" @@ -809,9 +823,12 @@ msgstr "Converter para Oportunidade" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "País" @@ -879,16 +896,20 @@ msgstr "Criação" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data de Criação" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "Data de Criação" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mês de Criação" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -906,21 +927,21 @@ msgid "Current Line" msgstr "Linha Atual" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Cliente" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email do Cliente" @@ -978,13 +999,20 @@ msgstr "Apelido Padrão para os Prospecto" msgid "Default to New Sales Team" msgstr "Padrão para Nova Equipe de Vendas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Adiar Fechamento" @@ -1081,16 +1109,16 @@ msgid "Email address of the contact" msgstr "Endereço de e-mail do contato" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Erro" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Erro!" @@ -1132,21 +1160,23 @@ msgid "Execution Status" msgstr "Situação da Execução" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Fechamento Esperado" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Fechamento Esperado" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Receita Esperada" @@ -1156,8 +1186,19 @@ msgstr "Receita Esperada" msgid "Expected Revenues" msgstr "Receitas Esperadas" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "Filtros Ampliados" @@ -1193,7 +1234,7 @@ msgid "Followers" msgstr "Seguidores" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1208,7 +1249,7 @@ msgid "Force assignation" msgstr "Forçar atribuição" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De %s : %s" @@ -1245,6 +1286,7 @@ msgstr "CC Global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1276,6 +1318,7 @@ msgstr "Realizada" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1302,6 +1345,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1404,7 +1448,6 @@ msgstr "Última Ação" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "Última Mensagem" @@ -1416,8 +1459,8 @@ msgstr "Data da última mensagem" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Última Atualização de Estágio" @@ -1463,12 +1506,14 @@ msgid "Last Updated on" msgstr "Última atualização em" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Prospecto" @@ -1517,7 +1562,7 @@ msgid "Leads" msgstr "Prospectos" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "Prospectos / Oportunidades" @@ -1526,7 +1571,7 @@ msgstr "Prospectos / Oportunidades" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1644,21 +1689,28 @@ msgid "Logged Calls" msgstr "Ligações Registradas" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Registrada uma ligação em %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Perdido" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1738,7 +1790,7 @@ msgid "Meeting" msgstr "Reunião" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "Reunião agendada para '% s' em Assunto:% s
    Duração: hora% s (s)" @@ -1811,31 +1863,31 @@ msgid "Merge with existing opportunities" msgstr "Mesclar com uma oportunidade existente" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Mesclar prospecto" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Prospectos Mesclados" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Oportunidades mescladas" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Oportunidade mesclada" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "Juntar com os seguintes parceiros:" @@ -1924,7 +1976,9 @@ msgstr "Negociação" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novo" @@ -1953,13 +2007,13 @@ msgid "Next Action Date" msgstr "Data da Próxima Ação" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Sem Assunto" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1977,6 +2031,7 @@ msgstr "Nenhum Vendedor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -2004,12 +2059,14 @@ msgstr "Observações" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Número de Dias para concluir o caso" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Número de Dias para abrir o caso" @@ -2020,7 +2077,7 @@ msgid "Object Name" msgstr "Nome do Objeto" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2076,6 +2133,7 @@ msgid "Opportunities" msgstr "Oportunidades" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2098,13 +2156,23 @@ msgstr "" "principalmente pelo gerente de vendas para revisar periodicamente a fluxo de " "vendas da equipe" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Minhas Oportunidades" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2112,6 +2180,8 @@ msgstr "Minhas Oportunidades" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2182,6 +2252,8 @@ msgstr "Realizadas" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Prazo Ultrapassado" @@ -2192,12 +2264,10 @@ msgstr "Empresa Superior(Pai)" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2297,6 +2367,11 @@ msgstr "Ligações Telefônicas" msgid "Phone Calls Analysis" msgstr "Análise de Ligações Telefônicas" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2368,11 +2443,6 @@ msgstr "Custos Planejados" msgid "Planned Date" msgstr "Data Planejada" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Receita Planejada" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2380,7 +2450,7 @@ msgid "Planned Revenue per Month" msgstr "Receita Planejada por Mês" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2394,16 +2464,16 @@ msgstr "Serviços Pré-Venda" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioridade" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilidade" @@ -2412,11 +2482,6 @@ msgstr "Probabilidade" msgid "Probability (%)" msgstr "Probabilidade (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Receita Provável" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2500,6 +2565,11 @@ msgstr "Requisitos" msgid "Responsible" msgstr "Responsável" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2534,12 +2604,15 @@ msgstr "Marcadores de Vendas" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2572,6 +2645,7 @@ msgstr "Vendedor" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Vendedor" @@ -2625,7 +2699,7 @@ msgid "Scheduled Calls" msgstr "Ligações Agendadas" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Agendada uma ligação para %(date)s. %(description)s" @@ -2755,11 +2829,13 @@ msgstr "Mostrar Menu de Ligações Agendadas" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Mostrar somente o prospecto" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Mostrar apenas oportunidades" @@ -2775,8 +2851,10 @@ msgstr "Aplicativos" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2796,6 +2874,8 @@ msgstr "Nome da Fonte" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Estágio" @@ -2897,11 +2977,6 @@ msgstr "Tag" msgid "Tags" msgstr "Tags" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Equipe" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -3011,6 +3086,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -3022,6 +3098,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "Este é o método de entrega. Ex: Cartão Postal, Email, Banner" @@ -3029,6 +3106,7 @@ msgstr "Este é o método de entrega. Ex: Cartão Postal, Email, Banner" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3068,7 +3146,7 @@ msgid "To Do" msgstr "A Fazer" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3079,7 +3157,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3100,6 +3178,17 @@ msgstr "A Fazer" msgid "Tools" msgstr "Ferramentas" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3108,14 +3197,15 @@ msgstr "Treinamento" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipo" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tipo é utilizado para separar Prospectos e Oportunidades" @@ -3159,6 +3249,7 @@ msgstr "Usado para ordenar estágios. Mais baixo é melhor." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Usuário" @@ -3186,22 +3277,24 @@ msgstr "Valor" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "Máxima" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "Mínima" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -3222,6 +3315,7 @@ msgstr "Assistente" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Ganhamos" @@ -3231,7 +3325,7 @@ msgid "Working Time" msgstr "Tempo de Trabalho" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3241,7 +3335,7 @@ msgstr "" "Portanto, você não pode escalar além disso." #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "Você precisa especificar um filtro para sua seleção" @@ -3263,13 +3357,13 @@ msgid "e.g. Call for proposal" msgstr "ex. Ligar sobre proposta" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "Prospecto" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "prospectos" @@ -3285,13 +3379,42 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "oportunidade" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "desconhecido" + +#~ msgid "Planned Revenue" +#~ msgstr "Receita Planejada" + +#~ msgid "Probable Revenue" +#~ msgstr "Receita Provável" + +#~ msgid "Team" +#~ msgstr "Equipe" + +#~ msgid "Creation date" +#~ msgstr "Data de Criação" + +#~ msgid "" +#~ "

    This opportunity did not have any activity since at least 5 days. Here " +#~ "are some details:

    \n" +#~ "
      \n" +#~ "
    • Name: ${object.name}
    • \n" +#~ "
    • ID: ${object.id}
    • \n" +#~ "
    • Description: ${object.description}
    • \n" +#~ "
    " +#~ msgstr "" +#~ "

    Esta oportunidade não teve nenhuma atividade pelo menos a 5 dias. Aqui " +#~ "estão alguns detalhes:

    \n" +#~ "
      \n" +#~ "
    • Nome: ${object.name}
    • \n" +#~ "
    • ID: ${object.id}
    • \n" +#~ "
    • Descrição: ${object.description}
    • \n" +#~ "
    " diff --git a/addons/crm/i18n/ro.po b/addons/crm/i18n/ro.po index 26f20961d2e..45f043aecec 100644 --- a/addons/crm/i18n/ro.po +++ b/addons/crm/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-24 06:53+0000\n" -"Last-Translator: ERPSystems.ro \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 17:39+0000\n" +"Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:04+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Intalniri" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# din Cazuri" @@ -79,6 +81,19 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Click pentru a defini canalul.\n" +"

    \n" +" Utilizați canalele pentru a urmări sursele de piste și " +"oportunitățile. Canalele \n" +"                 sunt folosite mai ales în raportarea performanțelor de " +"vânzări \n" +"                 referitoare la eforturile de marketing.\n" +"

    \n" +" Câteva exemple de canale: site-ul companiei, telefon\n" +"campanie, distribuitor, bannere, etc.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_segmentation_tree-act @@ -149,6 +164,19 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Click pentru a defini o nouă sursă\n" +"

    \n" +" Utilizați canalele pentru a urmări sursele de piste și " +"oportunitățile. Canalele \n" +"                 sunt folosite mai ales în raportarea performanțelor de " +"vânzări \n" +"                 referitoare la eforturile de marketing.\n" +"

    \n" +" Câteva exemple de canale: site-ul partener, google.com, \n" +"                 liste cu emailuri, etc.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_lead_stage_act @@ -211,6 +239,18 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Click pentru a autentifica un rezumat al unui apel telefonic.\n" +"

    \n" +" Odoo vă permite să vă conectați apelurile primite pentru a urmări " +"\n" +"             istoria comunicării cu un client sau pentru a informa un alt \n" +"             membru al echipei.\n" +"

    \n" +" În scopul de a urmări apelul, puteți solicita o cerere pentru \n" +"             un alt apel, o intalnire sau o oportunitate.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_case_categ_phone_outgoing0 @@ -227,6 +267,19 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Click aici pentru a programa un apel. \n" +"

    \n" +" Odoo vă permite să organizati cu ușurință toate apelurile ca " +"acestea să fie făcute \n" +"             de catre echipa de vanzari si urmarirea sa se bazeze pe o " +"sinteză.\n" +"

    \n" +" Puteți folosi functie de import pentru a importa masiv o nouă " +"listă de \n" +"             prospecte pentru calificare.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_case_form_view_salesteams_opportunity @@ -244,6 +297,18 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Odoo vă ajută să urmăriți vânzările ca acestea să urmeze " +"\n" +"                     potentialul si prognoza viitoarelor tale venituri.\n" +"

    \n" +" Veți fi capabil sa planificati întâlniri și convorbiri " +"telefonice, \n" +"     le puteti transforma in citate, atașați documente " +"conexe, \n" +"                     urmăriti toate discuțiile și mult mai mult.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_case_form_view_salesteams_lead @@ -263,6 +328,19 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Utilizaţi călăuze dacă aveţi nevoie de un pas de " +"calificare înainte de a crea\n" +" o oportunitate sau un client. Această poate fi o carte de " +"vizită pe care aţi primit-o,\n" +" un formular de contact completat în site-ul dvs., sau un " +"fişier de prospecte necalificate \n" +" importate, etc\n" +"

    \n" +" Odată calificată, călăuză poate fi transformată într-o " +"oportunitate de afacere şi / sau un nou client în agenda ta.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_case_category_act_oppor11 @@ -278,6 +356,18 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Odoo va ajută să urmăriţi conductele de vânzări că acestea " +"să urmeze \n" +" potenţialul de vânzări şi o mai bună prognoza a viitoarelor " +"tale venituri.\n" +"

    \n" +" Veţi fi capabil să planificaţi întâlniri şi convorbiri " +"telefonice ,\n" +" să le tranformati în citate, să ataşaţi documente conexe,\n" +" să urmăriţi toate discuţiile, şi mult mai mult.\n" +"

    \n" +" " #. module: crm #: model:ir.actions.act_window,help:crm.crm_case_category_act_leads_all @@ -305,24 +395,31 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" +"

    Această oportunitate nu a avut nici o activitate de cel puţin 5 zile. " +"Iată câteva detalii:

    \n" +"
      \n" +"
    • Nume: ${obiect.nume}
    • \n" +"
    • ID: ${obiect.id}
    • \n" +"
    • Descriere: ${obiect.descriere}
    • \n" +"
    " #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "A Meeting" -msgstr "" +msgstr "O întâlnire" #. module: crm #: field:base.partner.merge.automatic.wizard,exclude_contact:0 msgid "A user associated to the contact" -msgstr "" +msgstr "Un utilizator asociat la contacte." #. module: crm #: view:crm.case.section:crm.sales_team_form_view_in_crm msgid "Accept Emails From" -msgstr "" +msgstr "Accepta emailuri de la." #. module: crm #: field:crm.phonecall2phonecall,action:0 @@ -358,12 +455,14 @@ msgid "Alias Domain" msgstr "Domeniu Alias" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " "contacts with different emails." msgstr "" +"Toate contactele trebuie să aibă același e-mail. Numai administratorul poate " +"fuziona contacte cu diferite e-mailuri." #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings @@ -371,6 +470,8 @@ msgid "" "All emails sent to this address and processed by the mailgateway\n" " will create a new lead." msgstr "" +"Toate e-mailurile trimise la această adresă și prelucrate de mailgateway \n" +"                                 va crea o nouă pistă." #. module: crm #: help:sale.config.settings,module_crm_helpdesk:0 @@ -379,6 +480,9 @@ msgid "" "better help and support.\n" "-This installs the module crm_helpdesk." msgstr "" +"Vă permite să comunicati cu clienti, procesul de interogare client, să ofere " +"o mai bună asistență și suport. \n" +"Asta instalează modulul crm_helpdesk." #. module: crm #: help:sale.config.settings,group_fund_raising:0 @@ -393,6 +497,9 @@ msgid "" "Allows you to track your customers/suppliers claims and grievances.\n" "-This installs the module crm_claim." msgstr "" +"Vă permite să urmăriți reclamatiile si plangerile clientilor/furnizorilor " +"dumneavoastra. \n" +"Asta instalează modulul crm_claim." #. module: crm #: field:crm.lead2opportunity.partner.mass,deduplicate:0 @@ -402,13 +509,15 @@ msgstr "Aplicați deduplicare" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Are you sure to execute the automatic merge of your contacts ?" -msgstr "" +msgstr "Sunteţi sigur că executaţi fuziunea automată a contactelor?" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "" "Are you sure to execute the list of automatic merges of your contacts ?" msgstr "" +"Sunteţi sigur că executaţi lista de fuziuni automate ale contactelor " +"dumneavoastră?" #. module: crm #: field:crm.phonecall2phonecall,user_id:0 @@ -424,6 +533,7 @@ msgstr "Atribuie oportunitati catre" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "Data alocarii" @@ -435,7 +545,7 @@ msgstr "Alocat" #. module: crm #: model:ir.actions.act_window,name:crm.action_partner_merge msgid "Automatic Merge" -msgstr "" +msgstr "Fuziune automată" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -459,11 +569,18 @@ msgstr "Salt" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "După țară" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "De catre echipa de vanzari" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "După Agenți de vânzări" @@ -472,6 +589,11 @@ msgstr "După Agenți de vânzări" msgid "CRM Lead Analysis" msgstr "Analiza MRC" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "Analiza de oportunitate CRM" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -502,8 +624,10 @@ msgstr "Apeluri date pe Luna" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -560,7 +684,6 @@ msgstr "Categorizare" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -578,8 +701,10 @@ msgstr "Schimba probabilitatea automat" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -625,6 +750,8 @@ msgstr "" #: help:crm.case.section,use_opportunities:0 msgid "Check this box to manage opportunities in this sales team." msgstr "" +"Bifați această casetă pentru a gestiona oportunități în această echipă de " +"vânzări." #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -638,16 +765,18 @@ msgstr "Oras" msgid "" "Classify and analyze your lead/opportunity categories like: Training, Service" msgstr "" +"Clasifică şi analiză tale categoriile tale de călăuze / de oportunitate că: " +"instruire, servicii." #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban msgid "Click to see a detailed analysis of leads." -msgstr "" +msgstr "Click aici pentru a vedea o analiză detaliată a ghidului." #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban msgid "Click to see a detailed analysis of opportunities." -msgstr "" +msgstr "Click aici pentru a vedea o analiză detaliată a oportunităților." #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -656,6 +785,7 @@ msgstr "Inchide" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Data inchiderii" @@ -667,10 +797,10 @@ msgid "Closed" msgstr "Inchis(a)" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." -msgstr "" +msgstr "Pistele închise/moarte nu pot fi transformate în oportunităţi." #. module: crm #: field:crm.lead,color:0 @@ -678,11 +808,13 @@ msgid "Color Index" msgstr "Index Culori" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Companie" @@ -753,7 +885,7 @@ msgstr "Optiuni de conversie" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Convert To" -msgstr "" +msgstr "Convertește la" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view @@ -789,9 +921,12 @@ msgstr "Transforma in oportunitate" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Tara" @@ -830,7 +965,7 @@ msgstr "Creeaza un client nou" #: field:crm.tracking.medium,create_uid:0 #: field:crm.tracking.source,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creat de" #. module: crm #: field:base.partner.merge.automatic.wizard,create_date:0 @@ -849,7 +984,7 @@ msgstr "" #: field:crm.tracking.medium,create_date:0 #: field:crm.tracking.source,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creat in" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter @@ -859,16 +994,20 @@ msgstr "Creare" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Data Crearii" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Luna crearii" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -883,24 +1022,24 @@ msgstr "Valuta" #. module: crm #: field:base.partner.merge.automatic.wizard,current_line_id:0 msgid "Current Line" -msgstr "" +msgstr "Linia curentă" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Client" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "E-mail Client" @@ -920,12 +1059,12 @@ msgstr "Data" #: help:crm.lead,message_last_post:0 #: help:crm.phonecall,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data ultimului mesaj postat pe înregistrare." #. module: crm #: field:crm.lead,day_open:0 msgid "Days to Assign" -msgstr "" +msgstr "Zilele de atribuire" #. module: crm #: field:crm.lead,day_close:0 @@ -941,12 +1080,12 @@ msgstr "Mort" #: model:ir.actions.act_window,name:crm.base_partner_merge_automatic_act #: model:ir.ui.menu,name:crm.partner_merge_automatic_menu msgid "Deduplicate Contacts" -msgstr "" +msgstr "Contacte duplicate" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Deduplicate the other Contacts" -msgstr "" +msgstr "Multiplica celelalte contacte" #. module: crm #: field:sale.config.settings,alias_prefix:0 @@ -958,13 +1097,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Implicit pentru Noua Echipa de Vanzari" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "Intarzie inchiderea" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" -msgstr "" +msgstr "Intarzie atribuirea" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Intarziere la inchidere" @@ -1007,7 +1153,7 @@ msgstr "Proiectare" #. module: crm #: field:base.partner.merge.automatic.wizard,dst_partner_id:0 msgid "Destination Contact" -msgstr "" +msgstr "Destinatie contact" #. module: crm #: selection:crm.lead2opportunity.partner,action:0 @@ -1035,7 +1181,7 @@ msgstr "Durata" #. module: crm #: help:crm.phonecall,duration:0 msgid "Duration in minutes and seconds." -msgstr "" +msgstr "Durata in minute si secunde." #. module: crm #: view:crm.lead:crm.crm_case_kanban_view_leads @@ -1061,16 +1207,16 @@ msgid "Email address of the contact" msgstr "Adresa de email a contactului" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Eroare" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Eroare!" @@ -1089,7 +1235,7 @@ msgstr "Estimarea datei in care oportunitatea va fi castigata." #. module: crm #: model:ir.model,name:crm.model_calendar_event msgid "Event" -msgstr "" +msgstr "Eveniment" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -1112,21 +1258,23 @@ msgid "Execution Status" msgstr "Statusul executiei" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Inchidere asteptata." #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Inchidere estimata" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Venituri estimate" @@ -1136,8 +1284,19 @@ msgstr "Venituri estimate" msgid "Expected Revenues" msgstr "Venituri estimate" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "Expirarea inchiderii" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1159,7 +1318,7 @@ msgstr "Fax" #. module: crm #: selection:base.partner.merge.automatic.wizard,state:0 msgid "Finished" -msgstr "" +msgstr "Finalizat" #. module: crm #: field:crm.case.stage,fold:0 @@ -1173,20 +1332,23 @@ msgid "Followers" msgstr "Persoane interesate" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " "re-open the wizard several times if needed." msgstr "" +"Din motive de siguranţă, nu aveţi posibilitatea să îmbinaţi mai mult de 3 " +"contacte împreună. Puteţi re-deschide expertul de mai multe ori dacă este " +"necesar." #. module: crm #: field:crm.lead2opportunity.partner.mass,force_assignation:0 msgid "Force assignation" -msgstr "" +msgstr "Forța de atribuire" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "De la %s: %s" @@ -1223,20 +1385,21 @@ msgstr "CC global" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" -msgstr "" +msgstr "Grupează după" #. module: crm #: field:base.partner.merge.automatic.wizard,number_group:0 msgid "Group of Contacts" -msgstr "" +msgstr "Grup de contacte" #. module: crm #: model:ir.model,name:crm.model_ir_http msgid "HTTP routing" -msgstr "" +msgstr "Rutare HTTP" #. module: crm #: model:ir.model,name:crm.model_crm_partner_binding @@ -1254,6 +1417,7 @@ msgstr "Retinut" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1279,6 +1443,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1296,7 +1461,7 @@ msgstr "ID" #. module: crm #: field:base.partner.merge.line,aggr_ids:0 msgid "Ids" -msgstr "" +msgstr "Id-uri" #. module: crm #: help:crm.lead,message_unread:0 @@ -1311,6 +1476,10 @@ msgid "" "mailing and marketing campaign. Filter 'Available for Mass Mailing' allows " "users to filter the leads when performing mass mailing." msgstr "" +"În cazul în care opt-out este verificat, acest contact a refuzat să " +"primească e-mailuri de corespondenţă în masă şi campanii de marketing. " +"Filtru \"Disponibil pentru Mass Mailing\" permite utilizatorilor să filtreze " +"pistele la efectuarea de discuţii în masă." #. module: crm #: help:crm.lead2opportunity.partner.mass,force_assignation:0 @@ -1351,7 +1520,7 @@ msgstr "Note Interne" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_is_company:0 msgid "Is Company" -msgstr "" +msgstr "Este Compania" #. module: crm #: field:crm.lead,message_is_follower:0 @@ -1368,7 +1537,7 @@ msgstr "Este posibila transformarea unui apel telefonic pe rand." #. module: crm #: field:base.partner.merge.automatic.wizard,exclude_journal_item:0 msgid "Journal Items associated to the contact" -msgstr "" +msgstr "Jurnalul de articole conexe la contact" #. module: crm #: field:crm.lead,date_action_last:0 @@ -1378,22 +1547,21 @@ msgstr "Ultima actiune" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" -msgstr "" +msgstr "Ultimul mesaj" #. module: crm #: field:crm.lead,message_last_post:0 #: field:crm.phonecall,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data ultimului mesaj" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" -msgstr "" +msgstr "Ultima etapă actualizată" #. module: crm #: field:base.partner.merge.automatic.wizard,write_uid:0 @@ -1414,7 +1582,7 @@ msgstr "" #: field:crm.tracking.medium,write_uid:0 #: field:crm.tracking.source,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima actualizare făcută de" #. module: crm #: field:base.partner.merge.automatic.wizard,write_date:0 @@ -1434,15 +1602,17 @@ msgstr "" #: field:crm.tracking.medium,write_date:0 #: field:crm.tracking.source,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima actualizare în" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Pista" @@ -1466,7 +1636,7 @@ msgstr "Pista in Partener Oportunitate" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_create msgid "Lead created" -msgstr "" +msgstr "Pistă creată" #. module: crm #: field:crm.phonecall,opportunity_id:0 @@ -1491,16 +1661,16 @@ msgid "Leads" msgstr "Piste" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" -msgstr "" +msgstr "Piste/Oportunitati" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1616,21 +1786,28 @@ msgid "Logged Calls" msgstr "Apeluri inregistrate" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Pierdut (a)" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1710,7 +1887,7 @@ msgid "Meeting" msgstr "Intalnire" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1783,31 +1960,31 @@ msgid "Merge with existing opportunities" msgstr "Imbina cu oportunitatile existente" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Pista imbinata" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Piste imbinate" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Oportunitati imbinate" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Oportunitate imbinata" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1896,7 +2073,9 @@ msgstr "Negociere" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Nou(a)" @@ -1925,13 +2104,13 @@ msgid "Next Action Date" msgstr "Data actiunii urmatoare" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Nici un subiect" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1950,6 +2129,7 @@ msgstr "Nici un agent de vanzari" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1977,12 +2157,14 @@ msgstr "Note" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Numarul de zile pana la inchiderea cazului" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Numarul de zile pana la deschiderea cazului" @@ -1993,7 +2175,7 @@ msgid "Object Name" msgstr "Numele obiectului" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2046,6 +2228,7 @@ msgid "Opportunities" msgstr "Oportunitati" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2068,13 +2251,23 @@ msgstr "" "Acest raport este folosit in principal de catre managerul de vanzari pentru " "a face verificarea periodica cu echipele de vanzari." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Oportunitatile care imi sunt atribuite" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2082,6 +2275,8 @@ msgstr "Oportunitatile care imi sunt atribuite" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2152,6 +2347,8 @@ msgstr "Iesire" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Termen limita depasit" @@ -2162,12 +2359,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2267,6 +2462,11 @@ msgstr "Apeluri telefonice" msgid "Phone Calls Analysis" msgstr "Analiza apelurilor telefonice" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2338,11 +2538,6 @@ msgstr "Costuri planificate" msgid "Planned Date" msgstr "Data Planificata" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Venitul planificat" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2350,7 +2545,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2365,16 +2560,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritate" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Probabilitate" @@ -2383,11 +2578,6 @@ msgstr "Probabilitate" msgid "Probability (%)" msgstr "Probabilitate (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Venituri probabile" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2469,6 +2659,11 @@ msgstr "Cerinte" msgid "Responsible" msgstr "Responsabil" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2503,12 +2698,15 @@ msgstr "Eticheta Vanzari" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2541,6 +2739,7 @@ msgstr "Agenti de vanzari" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Agent de vanzari" @@ -2594,7 +2793,7 @@ msgid "Scheduled Calls" msgstr "Apeluri telefonice Programate" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2724,11 +2923,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Afiseaza doar pista" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Afiseaza doar oportunitatea" @@ -2744,8 +2945,10 @@ msgstr "Software" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2765,6 +2968,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2866,11 +3071,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Echipa" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2976,6 +3176,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2985,6 +3186,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2992,6 +3194,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3027,7 +3230,7 @@ msgid "To Do" msgstr "De efectuat" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3038,7 +3241,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3059,6 +3262,17 @@ msgstr "De efectuat" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3067,14 +3281,15 @@ msgstr "Instructaj" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tip" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tip folosit pentru a separa Clientii potentiali si Oportunitatile" @@ -3118,6 +3333,7 @@ msgstr "Folosit la ordonarea etapelor. Mai mic este mai bine." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Utilizator" @@ -3145,22 +3361,24 @@ msgstr "Valoare" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Avertisment!" @@ -3182,6 +3400,7 @@ msgstr "Wizard" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Castigat(a)" @@ -3191,7 +3410,7 @@ msgid "Working Time" msgstr "Program de lucru" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3199,7 +3418,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3221,13 +3440,13 @@ msgid "e.g. Call for proposal" msgstr "de exemplu Apel pentru propuneri" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3243,13 +3462,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "necunoscut(a)" + +#~ msgid "Probable Revenue" +#~ msgstr "Venituri probabile" + +#~ msgid "Planned Revenue" +#~ msgstr "Venitul planificat" + +#~ msgid "Team" +#~ msgstr "Echipa" diff --git a/addons/crm/i18n/ru.po b/addons/crm/i18n/ru.po index e1a144b53c7..e29d7ca09d0 100644 --- a/addons/crm/i18n/ru.po +++ b/addons/crm/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# встреч" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "кол-во вопросов" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -364,6 +366,7 @@ msgstr "Распределить предложения" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -399,11 +402,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -412,6 +422,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM анализ кандидатов" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -442,8 +457,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -500,7 +517,6 @@ msgstr "Категоризация" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -518,8 +534,10 @@ msgstr "Автоматически изменять вероятность" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -596,6 +614,7 @@ msgstr "Закрыть" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Дата закрытия" @@ -607,7 +626,7 @@ msgid "Closed" msgstr "Закрыто" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -618,11 +637,13 @@ msgid "Color Index" msgstr "Цветовая палитра" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Компания" @@ -729,9 +750,12 @@ msgstr "Преобразовать в предложение" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Страна" @@ -799,16 +823,20 @@ msgstr "Создание" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Дата создания" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Месяц создания" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -826,21 +854,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Заказчик" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email заказчика" @@ -898,13 +926,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Задержка закрытия" @@ -1001,16 +1036,16 @@ msgid "Email address of the contact" msgstr "Адрес электронной почты контакта" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Ошибка" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Ошибка!" @@ -1052,21 +1087,23 @@ msgid "Execution Status" msgstr "Статус выполнения" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Ожид. закрытие" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Ожидаемое закрытие" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ожидаемая выручка" @@ -1076,8 +1113,19 @@ msgstr "Ожидаемая выручка" msgid "Expected Revenues" msgstr "Ожидаемая выручка" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1113,7 +1161,7 @@ msgid "Followers" msgstr "Подписчики" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1126,7 +1174,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "От %s : %s" @@ -1163,6 +1211,7 @@ msgstr "Глобальная копия" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1193,6 +1242,7 @@ msgstr "Произведен" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1218,6 +1268,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1317,7 +1368,6 @@ msgstr "Последнее действие" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1329,8 +1379,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1376,12 +1426,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Кандидат" @@ -1430,7 +1482,7 @@ msgid "Leads" msgstr "Кандидаты" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1439,7 +1491,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1551,21 +1603,28 @@ msgid "Logged Calls" msgstr "Описанные звонки" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Проиграно" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1645,7 +1704,7 @@ msgid "Meeting" msgstr "Встреча" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "Встреча назначена на '%s'
    Тема: %s
    длительность: %s hour(s)" @@ -1718,31 +1777,31 @@ msgid "Merge with existing opportunities" msgstr "Объединить с существующими предложениями" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Объединенные кандидаты" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Объединенные кандидаты" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Объединенные предложения" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Объединенные предложения" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1831,7 +1890,9 @@ msgstr "Переговоры" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Создать" @@ -1860,13 +1921,13 @@ msgid "Next Action Date" msgstr "Дата следующего действия" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Без темы" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1884,6 +1945,7 @@ msgstr "Нет продавца" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1911,12 +1973,14 @@ msgstr "Заметки" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Количество дней, для закрытия вопроса" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Количество дней на открытие вопроса" @@ -1927,7 +1991,7 @@ msgid "Object Name" msgstr "Название объекта" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1980,6 +2044,7 @@ msgid "Opportunities" msgstr "Предложения" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2002,13 +2067,23 @@ msgstr "" "по продажам, с тем чтобы сделать периодический обзор по отделам продаж в " "процессе продаж." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Возможности, назначенные мне" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2016,6 +2091,8 @@ msgstr "Возможности, назначенные мне" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2086,6 +2163,8 @@ msgstr "Исходящий" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Просрочено" @@ -2096,12 +2175,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2201,6 +2278,11 @@ msgstr "Телефонные звонки" msgid "Phone Calls Analysis" msgstr "Анализ звонков" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2270,11 +2352,6 @@ msgstr "Планируемые затраты" msgid "Planned Date" msgstr "Планируемая Дата" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Планируемая выручка" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2282,7 +2359,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2295,16 +2372,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Приоритет" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Вероятность" @@ -2313,11 +2390,6 @@ msgstr "Вероятность" msgid "Probability (%)" msgstr "Вероятность (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Вероятная выручка" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2399,6 +2471,11 @@ msgstr "Требования" msgid "Responsible" msgstr "Ответственный" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2433,12 +2510,15 @@ msgstr "Теги продаж" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2471,6 +2551,7 @@ msgstr "Продавец" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Продавец" @@ -2524,7 +2605,7 @@ msgid "Scheduled Calls" msgstr "Запланированные звонки" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2652,11 +2733,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Показать только кандидата" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Показать только предложения" @@ -2672,8 +2755,10 @@ msgstr "Программы" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2693,6 +2778,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Этап" @@ -2794,11 +2881,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Команда" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2901,6 +2983,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2910,6 +2993,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2917,6 +3001,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2952,7 +3037,7 @@ msgid "To Do" msgstr "Сделать" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2963,7 +3048,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2984,6 +3069,17 @@ msgstr "Сделать" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2992,14 +3088,15 @@ msgstr "Тренинг" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Тип" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Тип используется для разделения кандидатов и предложений" @@ -3043,6 +3140,7 @@ msgstr "Используется для упорядочивания этапо #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Пользователь" @@ -3070,22 +3168,24 @@ msgstr "Значение" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Внимание!" @@ -3107,6 +3207,7 @@ msgstr "Помощник" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Выиграна" @@ -3116,7 +3217,7 @@ msgid "Working Time" msgstr "Время работы" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3124,7 +3225,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3146,13 +3247,13 @@ msgid "e.g. Call for proposal" msgstr "например, звонок с предложением" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3168,13 +3269,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "неизвестный" + +#~ msgid "Planned Revenue" +#~ msgstr "Планируемая выручка" + +#~ msgid "Probable Revenue" +#~ msgstr "Вероятная выручка" + +#~ msgid "Team" +#~ msgstr "Команда" diff --git a/addons/crm/i18n/sk.po b/addons/crm/i18n/sk.po index aab823f5ef7..adb93db7db6 100644 --- a/addons/crm/i18n/sk.po +++ b/addons/crm/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Kategorizácia" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "Zatvorené" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Dátum uzavretia" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "Uzavreté" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Spoločnosť" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "Vytvorené" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Dátum vytvorenia" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Zákazník" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Očakávaný príjem" @@ -1069,8 +1106,19 @@ msgstr "Očakávaný príjem" msgid "Expected Revenues" msgstr "Očakávané príjmy" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "Posledná akcia" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Iniciatíva" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "Iniciatívy" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Stratená" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "Ďalší dátum s akciou" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "Poznámky" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Počet dní na uzatvorenie udalosti" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Počet dní na otvorenie prípadu" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "Príležitosti" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "Odchádzajúce" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "Telefónne hovory" msgid "Phone Calls Analysis" msgstr "Analýzy telefónnych hovorov" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "Plánované náklady" msgid "Planned Date" msgstr "Plánovaný dátum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Plánované príjmy" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Priorita" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "Pravdepodobnosť (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Pravdepodobné príjmy" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "Požiadavky" msgid "Responsible" msgstr "Zodpovedná osoba" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tím" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Typ" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "Hodnota" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Varovanie!" @@ -3067,6 +3167,7 @@ msgstr "Sprievodca" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Získaná" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "Pracovný čas" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "neznámy" + +#~ msgid "Planned Revenue" +#~ msgstr "Plánované príjmy" + +#~ msgid "Probable Revenue" +#~ msgstr "Pravdepodobné príjmy" + +#~ msgid "Team" +#~ msgstr "Tím" diff --git a/addons/crm/i18n/sl.po b/addons/crm/i18n/sl.po index ca665f6f718..9c82e3ca60c 100644 --- a/addons/crm/i18n/sl.po +++ b/addons/crm/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Sestanki" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# primerov" @@ -299,7 +301,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -352,7 +354,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -416,6 +418,7 @@ msgstr "Priredi priložnosti" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -451,11 +454,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -464,6 +474,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Analiza potencialnih priložnosti" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -494,8 +509,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -552,7 +569,6 @@ msgstr "Kategorizacija" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -570,8 +586,10 @@ msgstr "Avtomatska sprememba verjetnosti" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -648,6 +666,7 @@ msgstr "Zapri" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Datum zaključka" @@ -659,7 +678,7 @@ msgid "Closed" msgstr "Zaprto" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -670,11 +689,13 @@ msgid "Color Index" msgstr "Barvvni index" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Podjetje" @@ -781,9 +802,12 @@ msgstr "Spremeni v priložnost" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Država" @@ -851,16 +875,20 @@ msgstr "Kreiranje" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Ustvarjeno dne" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Mesec kreiranja" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -878,21 +906,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kupec" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Elektronski naslov partnerja" @@ -950,13 +978,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "Privzeto za novo prodajno ekipo" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Zamuda pri končanju" @@ -1053,16 +1088,16 @@ msgid "Email address of the contact" msgstr "E-Mail stika" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Napaka!" @@ -1104,21 +1139,23 @@ msgid "Execution Status" msgstr "Status izvedbe" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Datum zaključka" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Pričakovan zaključek" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Pričakovan prihodek" @@ -1128,8 +1165,19 @@ msgstr "Pričakovan prihodek" msgid "Expected Revenues" msgstr "Pričakovani prihodki" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1165,7 +1213,7 @@ msgid "Followers" msgstr "Sledilci" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1178,7 +1226,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Od %s : %s" @@ -1214,6 +1262,7 @@ msgstr "Globalni CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1244,6 +1293,7 @@ msgstr "Zadržano" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1267,6 +1317,7 @@ msgstr "Povzetek (število sporočil,..)" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1368,7 +1419,6 @@ msgstr "Zadnja aktivnost" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1380,8 +1430,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1427,12 +1477,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Potencialna priložnost" @@ -1481,7 +1533,7 @@ msgid "Leads" msgstr "Potencialne priložnosti" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1490,7 +1542,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1606,21 +1658,28 @@ msgid "Logged Calls" msgstr "Zabeleženi klici" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Izgubljeno" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1700,7 +1759,7 @@ msgid "Meeting" msgstr "Sestanek" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "Sestanek je predviden '%s'
    Tema: %s
    Trajanje: %s ur" @@ -1773,31 +1832,31 @@ msgid "Merge with existing opportunities" msgstr "Združi z obstoječimi priložnostmi" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Združene možnosti" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Združene možnosti" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Združene priložnosti" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Združene priložnosti" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1886,7 +1945,9 @@ msgstr "Pogajanja" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novo" @@ -1915,13 +1976,13 @@ msgid "Next Action Date" msgstr "Datum naslednje aktivnosti" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Ni zadeve" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1939,6 +2000,7 @@ msgstr "Ni prodajalca" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1966,12 +2028,14 @@ msgstr "Zapiski" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Število dni za končanje zadeve" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Število dni za odprtje primera" @@ -1982,7 +2046,7 @@ msgid "Object Name" msgstr "Ime predmeta" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2035,6 +2099,7 @@ msgid "Opportunities" msgstr "Priložnosti" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2056,13 +2121,23 @@ msgstr "" "aktivnosti na priložnost. To poročilo v glavnem uporabljajo vodje prodaje za " "periodični pregled s svojimi ekipami po prodajnih kanalih." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Priložnosti dodeljene meni" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2070,6 +2145,8 @@ msgstr "Priložnosti dodeljene meni" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2140,6 +2217,8 @@ msgstr "Izhodno" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Presežen končni rok" @@ -2150,12 +2229,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2255,6 +2332,11 @@ msgstr "Telefonski klici" msgid "Phone Calls Analysis" msgstr "Analiza telefonskih klicev" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2324,11 +2406,6 @@ msgstr "Načrtovani stroški" msgid "Planned Date" msgstr "Načrtovani datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Načrtovani prihodki" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2336,7 +2413,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2351,16 +2428,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioriteta" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Verjetnost" @@ -2369,11 +2446,6 @@ msgstr "Verjetnost" msgid "Probability (%)" msgstr "Verjetnost (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Verjetni prihodek" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2455,6 +2527,11 @@ msgstr "Zahteve" msgid "Responsible" msgstr "Odgovoren" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2489,12 +2566,15 @@ msgstr "Ključne besede" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2527,6 +2607,7 @@ msgstr "Prodajalec" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Prodajalec" @@ -2580,7 +2661,7 @@ msgid "Scheduled Calls" msgstr "Načrtovani klici" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2708,11 +2789,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Prikaži samo možnost" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Prikaži samo priložnosti" @@ -2728,8 +2811,10 @@ msgstr "Programska oprema" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2749,6 +2834,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Stopnja" @@ -2850,11 +2937,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Ekipa" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2958,6 +3040,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2967,6 +3050,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2974,6 +3058,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3009,7 +3094,7 @@ msgid "To Do" msgstr "Opravila" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3020,7 +3105,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3041,6 +3126,17 @@ msgstr "Opravila" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3049,14 +3145,15 @@ msgstr "Šolanje" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Vrsta" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tip se uporablja za ločevanje možnosti in priložnosti" @@ -3100,6 +3197,7 @@ msgstr "Uporaba za faze naročila. Nižje je bolje." #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Uporabnik" @@ -3127,22 +3225,24 @@ msgstr "Vrednost" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Opozorilo!" @@ -3163,6 +3263,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Dobljeno" @@ -3172,7 +3273,7 @@ msgid "Working Time" msgstr "Delovni čas" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3180,7 +3281,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3202,13 +3303,13 @@ msgid "e.g. Call for proposal" msgstr "npr. klic za predlog" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3224,13 +3325,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "neznano" + +#~ msgid "Planned Revenue" +#~ msgstr "Načrtovani prihodki" + +#~ msgid "Team" +#~ msgstr "Ekipa" + +#~ msgid "Probable Revenue" +#~ msgstr "Verjetni prihodek" diff --git a/addons/crm/i18n/sq.po b/addons/crm/i18n/sq.po index 3da8e843a34..e3ade43c06c 100644 --- a/addons/crm/i18n/sq.po +++ b/addons/crm/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 06:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,13 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" diff --git a/addons/crm/i18n/sr.po b/addons/crm/i18n/sr.po index 2c310c5cc83..d3a692e6de6 100644 --- a/addons/crm/i18n/sr.po +++ b/addons/crm/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Slucajeva" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Kategorizacija" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Automatski promeni verovatnocu" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -596,6 +614,7 @@ msgstr "Zatvori" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Datum Zatvaranja" @@ -607,7 +626,7 @@ msgid "Closed" msgstr "Zatvoreno" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -618,11 +637,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Preduzece" @@ -729,9 +750,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Zemlja" @@ -799,15 +823,19 @@ msgstr "Kreacija" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Datum Kreiranja" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -826,21 +854,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kupac" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -898,13 +926,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Kasnjenje do Zatvaranja" @@ -1001,16 +1036,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Greska" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Greska !" @@ -1052,21 +1087,23 @@ msgid "Execution Status" msgstr "Status Izvrsenja" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Ocekivano Zatvaranje" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ocekivani Prihod" @@ -1076,8 +1113,19 @@ msgstr "Ocekivani Prihod" msgid "Expected Revenues" msgstr "Ocekivani Prihodi" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1113,7 +1161,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1126,7 +1174,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1159,6 +1207,7 @@ msgstr "Globalno CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1189,6 +1238,7 @@ msgstr "Odrzan" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1212,6 +1262,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1309,7 +1360,6 @@ msgstr "Poslednja Akcija" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1321,8 +1371,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1368,12 +1418,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Trag" @@ -1422,7 +1474,7 @@ msgid "Leads" msgstr "Tragovi" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1431,7 +1483,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1539,21 +1591,28 @@ msgid "Logged Calls" msgstr "Забележени позиви" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Izgubljen" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1633,7 +1692,7 @@ msgid "Meeting" msgstr "Sastanak" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1706,31 +1765,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1819,7 +1878,9 @@ msgstr "Pregovaranje" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novi" @@ -1848,13 +1909,13 @@ msgid "Next Action Date" msgstr "Datum sledece Akcije" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1870,6 +1931,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1897,12 +1959,14 @@ msgstr "Napomene" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Broj dana do zatvaranja slucaja" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Br Dana do otvaranja slucaja" @@ -1913,7 +1977,7 @@ msgid "Object Name" msgstr "Ime Objekta" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1966,6 +2030,7 @@ msgid "Opportunities" msgstr "Prilike" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1983,13 +2048,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1997,6 +2072,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2067,6 +2144,8 @@ msgstr "Izlazni" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Proslo Krajnji Rok" @@ -2077,12 +2156,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2182,6 +2259,11 @@ msgstr "Tel Pozivi" msgid "Phone Calls Analysis" msgstr "Analiza Tel Poziva" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2251,11 +2333,6 @@ msgstr "" msgid "Planned Date" msgstr "PLanirani Datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planirani Prihod" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2263,7 +2340,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2276,16 +2353,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Verovatnoca" @@ -2294,11 +2371,6 @@ msgstr "Verovatnoca" msgid "Probability (%)" msgstr "Mogucnost (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Moguci Prihod" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2380,6 +2452,11 @@ msgstr "Zahtevi" msgid "Responsible" msgstr "Odgovoran" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2414,12 +2491,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2452,6 +2532,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2505,7 +2586,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2633,11 +2714,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2653,8 +2736,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2674,6 +2759,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Nivo" @@ -2775,11 +2862,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tim" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2876,6 +2958,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2885,6 +2968,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2892,6 +2976,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2927,7 +3012,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2938,7 +3023,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2959,6 +3044,17 @@ msgstr "Za Uraditi" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2967,14 +3063,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tip" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tip se koristi za razdvajanja Tragova od Prilika" @@ -3018,6 +3115,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Korisnik" @@ -3045,22 +3143,24 @@ msgstr "Vrednost" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -3080,6 +3180,7 @@ msgstr "Carobnjak" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Dobitak" @@ -3089,7 +3190,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3097,7 +3198,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3119,13 +3220,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3141,13 +3242,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "Nepoznato" + +#~ msgid "Probable Revenue" +#~ msgstr "Moguci Prihod" + +#~ msgid "Planned Revenue" +#~ msgstr "Planirani Prihod" + +#~ msgid "Team" +#~ msgstr "Tim" diff --git a/addons/crm/i18n/sr@latin.po b/addons/crm/i18n/sr@latin.po index ced8a330dcf..7b225030065 100644 --- a/addons/crm/i18n/sr@latin.po +++ b/addons/crm/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Slucajeva" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "Kategorizacija" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Automatski promeni verovatnocu" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -596,6 +614,7 @@ msgstr "Zatvori" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Datum Zatvaranja" @@ -607,7 +626,7 @@ msgid "Closed" msgstr "Zatvoreno" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -618,11 +637,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Preduzece" @@ -729,9 +750,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Zemlja" @@ -799,15 +823,19 @@ msgstr "Kreacija" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Datum Kreiranja" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -826,21 +854,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kupac" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -898,13 +926,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Kasnjenje do Zatvaranja" @@ -1001,16 +1036,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Greska" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Greska !" @@ -1052,21 +1087,23 @@ msgid "Execution Status" msgstr "Status Izvrsenja" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Ocekivano Zatvaranje" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Ocekivani Prihod" @@ -1076,8 +1113,19 @@ msgstr "Ocekivani Prihod" msgid "Expected Revenues" msgstr "Ocekivani Prihodi" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1113,7 +1161,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1126,7 +1174,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1159,6 +1207,7 @@ msgstr "Globalno CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1189,6 +1238,7 @@ msgstr "Odrzan" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1212,6 +1262,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1309,7 +1360,6 @@ msgstr "Poslednja Akcija" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1321,8 +1371,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1368,12 +1418,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Trag" @@ -1422,7 +1474,7 @@ msgid "Leads" msgstr "Tragovi" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1431,7 +1483,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1539,21 +1591,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Izgubljen" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1633,7 +1692,7 @@ msgid "Meeting" msgstr "Sastanak" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1706,31 +1765,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1819,7 +1878,9 @@ msgstr "Pregovaranje" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Novi" @@ -1848,13 +1909,13 @@ msgid "Next Action Date" msgstr "Datum sledece Akcije" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1870,6 +1931,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1897,12 +1959,14 @@ msgstr "Napomene" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Broj dana do zatvaranja slucaja" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Br Dana do otvaranja slucaja" @@ -1913,7 +1977,7 @@ msgid "Object Name" msgstr "Ime Objekta" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1966,6 +2030,7 @@ msgid "Opportunities" msgstr "Prilike" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1983,13 +2048,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1997,6 +2072,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2067,6 +2144,8 @@ msgstr "Izlazni" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Proslo Krajnji Rok" @@ -2077,12 +2156,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2182,6 +2259,11 @@ msgstr "Tel Pozivi" msgid "Phone Calls Analysis" msgstr "Analiza Tel Poziva" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2251,11 +2333,6 @@ msgstr "" msgid "Planned Date" msgstr "PLanirani Datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planirani Prihod" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2263,7 +2340,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2276,16 +2353,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Verovatnoca" @@ -2294,11 +2371,6 @@ msgstr "Verovatnoca" msgid "Probability (%)" msgstr "Mogucnost (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Moguci Prihod" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2380,6 +2452,11 @@ msgstr "Zahtevi" msgid "Responsible" msgstr "Odgovoran" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2414,12 +2491,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2452,6 +2532,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2505,7 +2586,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2633,11 +2714,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2653,8 +2736,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2674,6 +2759,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Nivo" @@ -2775,11 +2862,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Tim" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2876,6 +2958,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2885,6 +2968,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2892,6 +2976,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2927,7 +3012,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2938,7 +3023,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2959,6 +3044,17 @@ msgstr "Za Uraditi" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2967,14 +3063,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tip" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tip se koristi za razdvajanja Tragova od Prilika" @@ -3018,6 +3115,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Korisnik" @@ -3045,22 +3143,24 @@ msgstr "Vrednost" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -3080,6 +3180,7 @@ msgstr "Carobnjak" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Dobitak" @@ -3089,7 +3190,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3097,7 +3198,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3119,13 +3220,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3141,13 +3242,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "Nepoznato" + +#~ msgid "Probable Revenue" +#~ msgstr "Moguci Prihod" + +#~ msgid "Planned Revenue" +#~ msgstr "Planirani Prihod" + +#~ msgid "Team" +#~ msgstr "Tim" diff --git a/addons/crm/i18n/sv.po b/addons/crm/i18n/sv.po index 57971109079..34ed1183859 100644 --- a/addons/crm/i18n/sv.po +++ b/addons/crm/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "# Möten" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# Ärenden" @@ -279,7 +281,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -332,7 +334,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -396,6 +398,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -431,11 +434,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -444,6 +454,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "Kundämnesanalys" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -474,8 +489,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -532,7 +549,6 @@ msgstr "Kategorisering" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -550,8 +566,10 @@ msgstr "Ändra sannolikhet automatiskt" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -627,6 +645,7 @@ msgstr "Close" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Avslutsdatum" @@ -638,7 +657,7 @@ msgid "Closed" msgstr "Stängd" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -649,11 +668,13 @@ msgid "Color Index" msgstr "Färgindex" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Företag" @@ -760,9 +781,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Land" @@ -830,16 +854,20 @@ msgstr "Skapa" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Skapad datum" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Registeringsmånad" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -857,21 +885,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Kund" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Kund-e-postmeddelande" @@ -929,13 +957,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Avslutsledtid" @@ -1032,16 +1067,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Fel" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Error!" @@ -1083,21 +1118,23 @@ msgid "Execution Status" msgstr "Execution Status" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Förv stängning" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Förväntat avslut" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Förväntad intäkt" @@ -1107,8 +1144,19 @@ msgstr "Förväntad intäkt" msgid "Expected Revenues" msgstr "Förväntad intäkt" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1144,7 +1192,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1157,7 +1205,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Från %s: %s" @@ -1193,6 +1241,7 @@ msgstr "Global kopia" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1223,6 +1272,7 @@ msgstr "Kvarhållen" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1248,6 +1298,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1347,7 +1398,6 @@ msgstr "Last Action" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1359,8 +1409,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1406,12 +1456,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Kundämne" @@ -1460,7 +1512,7 @@ msgid "Leads" msgstr "Kundämnen" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1469,7 +1521,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1579,21 +1631,28 @@ msgid "Logged Calls" msgstr "Loggade samtal" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Loggade ett samtal för %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Förlorade" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1673,7 +1732,7 @@ msgid "Meeting" msgstr "Möte" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1746,31 +1805,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Sammanfoga kundämnen" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Sammanslagna affärsmöjligheter" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1859,7 +1918,9 @@ msgstr "Förhandling" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Ny" @@ -1888,13 +1949,13 @@ msgid "Next Action Date" msgstr "Nästa datum för åtgärd" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Ingen rubrik" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1910,6 +1971,7 @@ msgstr "Ingen säljare" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1937,12 +1999,14 @@ msgstr "Anteckningar" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Antal dagar att behandla ärendet" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Antal dagar för att öppna ärendet" @@ -1953,7 +2017,7 @@ msgid "Object Name" msgstr "Objektnamn" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2006,6 +2070,7 @@ msgid "Opportunities" msgstr "Affärsmöjligheter" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2028,13 +2093,23 @@ msgstr "" "används främst av försäljningschefen för periodisk utvärdering tillsammans " "med säljlag och försäljningsprocessen." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Affärsmöjligheter knutna till mig" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2042,6 +2117,8 @@ msgstr "Affärsmöjligheter knutna till mig" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2112,6 +2189,8 @@ msgstr "Utgående" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Passerad tidsfrist" @@ -2122,12 +2201,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2227,6 +2304,11 @@ msgstr "Telefonsamtal" msgid "Phone Calls Analysis" msgstr "Samtalsstatistik" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2296,11 +2378,6 @@ msgstr "Planerade kostnader" msgid "Planned Date" msgstr "Planerat datum" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planned Revenue" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2308,7 +2385,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2321,16 +2398,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Prioritet" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Sannolikhet" @@ -2339,11 +2416,6 @@ msgstr "Sannolikhet" msgid "Probability (%)" msgstr "Sannolikhet (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Förväntad intäkt" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2425,6 +2497,11 @@ msgstr "Krav" msgid "Responsible" msgstr "Ansvarig" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2459,12 +2536,15 @@ msgstr "Försäljningsetiketter" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2497,6 +2577,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Säljare" @@ -2550,7 +2631,7 @@ msgid "Scheduled Calls" msgstr "Planera samtal" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2680,11 +2761,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Visa endast kundämnen" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Visa endast affärsmöjligheter" @@ -2700,8 +2783,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2721,6 +2806,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Steg" @@ -2822,11 +2909,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Lag" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2924,6 +3006,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2933,6 +3016,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2940,6 +3024,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2973,7 +3058,7 @@ msgid "To Do" msgstr "Att göra" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2984,7 +3069,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3005,6 +3090,17 @@ msgstr "Att göra" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3013,14 +3109,15 @@ msgstr "Utbildning" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Typ" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Typ är använd för att skilja kundämnen från affärsmöjligheter" @@ -3064,6 +3161,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Användare" @@ -3091,22 +3189,24 @@ msgstr "Värde" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Varning!" @@ -3126,6 +3226,7 @@ msgstr "Guide" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Vunnit" @@ -3135,7 +3236,7 @@ msgid "Working Time" msgstr "Arbetstid" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3143,7 +3244,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3165,13 +3266,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3187,13 +3288,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "okänd" + +#~ msgid "Planned Revenue" +#~ msgstr "Planned Revenue" + +#~ msgid "Probable Revenue" +#~ msgstr "Förväntad intäkt" + +#~ msgid "Team" +#~ msgstr "Lag" diff --git a/addons/crm/i18n/th.po b/addons/crm/i18n/th.po index 50438473c0d..ddf590e9257 100644 --- a/addons/crm/i18n/th.po +++ b/addons/crm/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "ประชุม" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "วิเคราะห์เป้าหมาย" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "การจัดประเภท" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "วันปิด" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "ปิดแล้ว" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "ดัชนีสี" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "บริษัท" @@ -722,9 +743,12 @@ msgstr "แปลงเป็นโอกาส" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "ประเทศ" @@ -792,15 +816,19 @@ msgstr "การสร้าง" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "วันที่สร้าง" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "ลูกค้า" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "อีเมลลูกค้า" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "สถานะการทำงาน" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "เป้าหมายรายได้" @@ -1069,8 +1106,19 @@ msgstr "เป้าหมายรายได้" msgid "Expected Revenues" msgstr "รายได้ที่คาดหวัง" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "ผู้ติดตาม" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "ถูกพักรอแล้ว" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1304,7 +1355,6 @@ msgstr "การกระทำล่าสุด" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1316,8 +1366,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1363,12 +1413,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "ผู้นำ" @@ -1417,7 +1469,7 @@ msgid "Leads" msgstr "เป้าหมาย" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1426,7 +1478,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1536,21 +1588,28 @@ msgid "Logged Calls" msgstr "บันทึกการใช้โทรศัพท์" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "ไม่สำเร็จ" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1630,7 +1689,7 @@ msgid "Meeting" msgstr "การประชุม" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1703,31 +1762,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "รวมเป้าหมาย" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "รวมเป้าหมาย" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "โอกาสที่รวมแล้ว" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1816,7 +1875,9 @@ msgstr "กำลังเจรจา" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "ใหม่" @@ -1845,13 +1906,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "ไม่มีชื่อเรื่อง" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1867,6 +1928,7 @@ msgstr "ไม่มีพนักงานขาย" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1894,12 +1956,14 @@ msgstr "บันทึก" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1910,7 +1974,7 @@ msgid "Object Name" msgstr "ชื่อออปเจ็กต์" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1963,6 +2027,7 @@ msgid "Opportunities" msgstr "โอกาส" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1980,13 +2045,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "โอกาสที่ได้รับมอบหมาย" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1994,6 +2069,8 @@ msgstr "โอกาสที่ได้รับมอบหมาย" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2064,6 +2141,8 @@ msgstr "ขาออก" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2074,12 +2153,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2179,6 +2256,11 @@ msgstr "การโทร" msgid "Phone Calls Analysis" msgstr "วิเคราะห์การใช้โทรศัพท์" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2248,11 +2330,6 @@ msgstr "ต้นทุนที่วางแผนไว้" msgid "Planned Date" msgstr "วันที่ตามแผน" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "รายได้ตามแผน" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2260,7 +2337,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2273,16 +2350,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "ความสำคัญ" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "ความน่าจะเป็น" @@ -2291,11 +2368,6 @@ msgstr "ความน่าจะเป็น" msgid "Probability (%)" msgstr "คาดว่า" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "รายได้ที่น่าจะเป็น" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2377,6 +2449,11 @@ msgstr "ความต้องการ" msgid "Responsible" msgstr "รับผิดชอบ" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2411,12 +2488,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2449,6 +2529,7 @@ msgstr "พนักงานขาย" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "พนักงานขาย" @@ -2502,7 +2583,7 @@ msgid "Scheduled Calls" msgstr "การโทรที่ได้ววางแผนไว้" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2630,11 +2711,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "แสดงเฉพาะเป้าหมาย" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "แสดงโอกาสเท่านั้น" @@ -2650,8 +2733,10 @@ msgstr "ซอฟต์แวร์" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2671,6 +2756,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "สถานะ" @@ -2772,11 +2859,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "ทีม" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2869,6 +2951,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2878,6 +2961,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2885,6 +2969,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2918,7 +3003,7 @@ msgid "To Do" msgstr "สิ่งที่จะทำ" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2929,7 +3014,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2950,6 +3035,17 @@ msgstr "สิ่งที่จะทำ" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2958,14 +3054,15 @@ msgstr "หลักสูตรอบรม" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "ประเภท" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3009,6 +3106,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "ผู้ใช้" @@ -3036,22 +3134,24 @@ msgstr "มูลค่า" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "คำเตือน!" @@ -3071,6 +3171,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "ชนะ" @@ -3080,7 +3181,7 @@ msgid "Working Time" msgstr "เวลาทำงาน" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3088,7 +3189,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3110,13 +3211,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3132,13 +3233,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "ไม่มีข้อมูล" + +#~ msgid "Planned Revenue" +#~ msgstr "รายได้ตามแผน" + +#~ msgid "Probable Revenue" +#~ msgstr "รายได้ที่น่าจะเป็น" + +#~ msgid "Team" +#~ msgstr "ทีม" diff --git a/addons/crm/i18n/tlh.po b/addons/crm/i18n/tlh.po index 14542259e89..a48bffbd649 100644 --- a/addons/crm/i18n/tlh.po +++ b/addons/crm/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3032,22 +3130,24 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,13 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" diff --git a/addons/crm/i18n/tr.po b/addons/crm/i18n/tr.po index 7bb6ae360b5..8ca7836bd56 100644 --- a/addons/crm/i18n/tr.po +++ b/addons/crm/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-07 09:17+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "Toplantı Sayısı" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "Vaka Sayısı" @@ -301,24 +303,24 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "A Meeting" -msgstr "" +msgstr "Bir Toplantı" #. module: crm #: field:base.partner.merge.automatic.wizard,exclude_contact:0 msgid "A user associated to the contact" -msgstr "" +msgstr "Kişiye ilişkilendirilmiş bir kullanıcı" #. module: crm #: view:crm.case.section:crm.sales_team_form_view_in_crm msgid "Accept Emails From" -msgstr "" +msgstr "Buradan Eposta Kabul et" #. module: crm #: field:crm.phonecall2phonecall,action:0 @@ -351,15 +353,17 @@ msgstr "Rumuz" #. module: crm #: field:sale.config.settings,alias_domain:0 msgid "Alias Domain" -msgstr "" +msgstr "Alan Rumuzu" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " "contacts with different emails." msgstr "" +"Bütün kişiler aynı epostaya sahip olmalı. Yalnızca yönetici farklı " +"epostaları olan kişileri birleştirebilir." #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings @@ -418,23 +422,24 @@ msgstr "Fırsatları buna ata" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" -msgstr "" +msgstr "Atama Tarihi" #. module: crm #: field:crm.lead,date_open:0 msgid "Assigned" -msgstr "" +msgstr "Atanmış" #. module: crm #: model:ir.actions.act_window,name:crm.action_partner_merge msgid "Automatic Merge" -msgstr "" +msgstr "Otomatik Birleştirme" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Automatic Merge Wizard" -msgstr "" +msgstr "Otomatik Birleştirme Sihirbazı" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter @@ -449,23 +454,35 @@ msgstr "İkisi de" #. module: crm #: field:crm.lead,message_bounce:0 msgid "Bounce" -msgstr "" +msgstr "Geri dönme" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" -msgstr "" +msgstr "Ülkeye Göre" + +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "Satış Takınıza göre" #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" -msgstr "" +msgstr "Satış Temsilcisine Göre" #. module: crm #: model:ir.model,name:crm.model_crm_lead_report msgid "CRM Lead Analysis" msgstr "CRM Aday Analizi" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "CRM Fırsat Analiz" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -492,12 +509,14 @@ msgstr "Çağrılar" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "Calls Date by Month" -msgstr "" +msgstr "Aya göre Arama Tarihi" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -554,7 +573,6 @@ msgstr "Kategorizasyon" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -572,8 +590,10 @@ msgstr "Olasılığı Otomatik olarak Değiştir" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -618,7 +638,7 @@ msgstr "" #. module: crm #: help:crm.case.section,use_opportunities:0 msgid "Check this box to manage opportunities in this sales team." -msgstr "" +msgstr "Bu satış takımındaki fırsatları yönetmek için bu kutuyu işaretle." #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads @@ -632,16 +652,17 @@ msgstr "İl" msgid "" "Classify and analyze your lead/opportunity categories like: Training, Service" msgstr "" +"Aday/fırsat kategorilerini sınıflandır ve analiz et, örnek: Eğitim, Hizmet" #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban msgid "Click to see a detailed analysis of leads." -msgstr "" +msgstr "Adayların ayrıntılı analizini görmek için tıkla." #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban msgid "Click to see a detailed analysis of opportunities." -msgstr "" +msgstr "Fırsatların ayrıntılı analizini görmek için tıkla." #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -650,6 +671,7 @@ msgstr "Kapat" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "Kapanış Tarihi" @@ -661,7 +683,7 @@ msgid "Closed" msgstr "Kapalı" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -672,11 +694,13 @@ msgid "Color Index" msgstr "Renk İndeksi" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Şirket" @@ -747,7 +771,7 @@ msgstr "Dönüştürme Seçenekleri" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Convert To" -msgstr "" +msgstr "Dönüştür" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view @@ -783,9 +807,12 @@ msgstr "Fırsata dönüştür" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Ülke" @@ -824,7 +851,7 @@ msgstr "Yeni bir müşteri oluştur" #: field:crm.tracking.medium,create_uid:0 #: field:crm.tracking.source,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: crm #: field:base.partner.merge.automatic.wizard,create_date:0 @@ -843,7 +870,7 @@ msgstr "" #: field:crm.tracking.medium,create_date:0 #: field:crm.tracking.source,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturma" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter @@ -853,16 +880,20 @@ msgstr "Oluşturma" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Oluşturma Tarihi" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "Oluşturma Ayı" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -877,24 +908,24 @@ msgstr "Para Birimi" #. module: crm #: field:base.partner.merge.automatic.wizard,current_line_id:0 msgid "Current Line" -msgstr "" +msgstr "Geçerli Satır" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Müşteri" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Müşteri Epostası" @@ -914,12 +945,12 @@ msgstr "Tarih" #: help:crm.lead,message_last_post:0 #: help:crm.phonecall,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Kayıta işlenmiş son mesajın tarihi." #. module: crm #: field:crm.lead,day_open:0 msgid "Days to Assign" -msgstr "" +msgstr "Atanacak günler" #. module: crm #: field:crm.lead,day_close:0 @@ -945,20 +976,27 @@ msgstr "" #. module: crm #: field:sale.config.settings,alias_prefix:0 msgid "Default Alias Name for Leads" -msgstr "" +msgstr "Adaylar için varsayılan Rumuz Adı" #. module: crm #: field:crm.case.stage,case_default:0 msgid "Default to New Sales Team" msgstr "Yeni Satış Takımı için Varsayılan" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "Kapatma süresi" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" -msgstr "" +msgstr "Atama süresi" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "Kapanış Gecikmesi" @@ -1001,7 +1039,7 @@ msgstr "Tasarım" #. module: crm #: field:base.partner.merge.automatic.wizard,dst_partner_id:0 msgid "Destination Contact" -msgstr "" +msgstr "Hedef Kişi" #. module: crm #: selection:crm.lead2opportunity.partner,action:0 @@ -1029,7 +1067,7 @@ msgstr "Süre" #. module: crm #: help:crm.phonecall,duration:0 msgid "Duration in minutes and seconds." -msgstr "" +msgstr "Dakika ve saniye olarak süre" #. module: crm #: view:crm.lead:crm.crm_case_kanban_view_leads @@ -1047,7 +1085,7 @@ msgstr "Eposta" #. module: crm #: view:crm.case.section:crm.sales_team_form_view_in_crm msgid "Email Alias" -msgstr "" +msgstr "Eposta Rumuzu" #. module: crm #: help:crm.lead,email_from:0 @@ -1055,16 +1093,16 @@ msgid "Email address of the contact" msgstr "Kontak eposta adresi" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Hata" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Hata!" @@ -1083,7 +1121,7 @@ msgstr "Fırsatın kazanılabileceği tarihin tahmin edilmesi." #. module: crm #: model:ir.model,name:crm.model_calendar_event msgid "Event" -msgstr "" +msgstr "Etkinlik" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -1106,21 +1144,23 @@ msgid "Execution Status" msgstr "Uygulama Durumu" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "Bekl. Kapanış" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "Umulan Kapanış" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Umulan Gelir" @@ -1131,10 +1171,21 @@ msgid "Expected Revenues" msgstr "Umulan Gelir" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Extended Filters" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + +#. module: crm +#: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Extended Filters" +msgstr "Genişletilmiş Filtreler" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Extended Filters..." @@ -1153,7 +1204,7 @@ msgstr "Faks" #. module: crm #: selection:base.partner.merge.automatic.wizard,state:0 msgid "Finished" -msgstr "" +msgstr "Bitti" #. module: crm #: field:crm.case.stage,fold:0 @@ -1167,7 +1218,7 @@ msgid "Followers" msgstr "İzleyiciler" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1180,7 +1231,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "%s den: %s" @@ -1217,10 +1268,11 @@ msgstr "Toplu CC" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" -msgstr "" +msgstr "Gruplandır" #. module: crm #: field:base.partner.merge.automatic.wizard,number_group:0 @@ -1247,6 +1299,7 @@ msgstr "Düzenlendi" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1272,6 +1325,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1347,7 +1401,7 @@ msgstr "İç Notlar" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_is_company:0 msgid "Is Company" -msgstr "" +msgstr "Bir Firma" #. module: crm #: field:crm.lead,message_is_follower:0 @@ -1374,20 +1428,19 @@ msgstr "Son Eylem" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" -msgstr "" +msgstr "Son Mesaj" #. module: crm #: field:crm.lead,message_last_post:0 #: field:crm.phonecall,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Son Mesaj Tarihi" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1410,7 +1463,7 @@ msgstr "" #: field:crm.tracking.medium,write_uid:0 #: field:crm.tracking.source,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Son Güncelleyen" #. module: crm #: field:base.partner.merge.automatic.wizard,write_date:0 @@ -1430,15 +1483,17 @@ msgstr "" #: field:crm.tracking.medium,write_date:0 #: field:crm.tracking.source,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Aday" @@ -1462,7 +1517,7 @@ msgstr "Adaydan İş Ortağı Fırsatına" #. module: crm #: model:mail.message.subtype,description:crm.mt_lead_create msgid "Lead created" -msgstr "" +msgstr "Aday oluşturuldu" #. module: crm #: field:crm.phonecall,opportunity_id:0 @@ -1487,16 +1542,16 @@ msgid "Leads" msgstr "Adaylar" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" -msgstr "" +msgstr "Adaylar / Fırsatlar" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1570,7 +1625,7 @@ msgstr "Adaylar/Fırsatlar" #. module: crm #: field:base.partner.merge.automatic.wizard,line_ids:0 msgid "Lines" -msgstr "" +msgstr "Satırlar" #. module: crm #: help:crm.case.stage,section_ids:0 @@ -1611,21 +1666,28 @@ msgid "Logged Calls" msgstr "Yapılan Çağrılar" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "Çağrı yapılan %(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Kayıp" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1671,7 +1733,7 @@ msgstr "Zorunlu Açıklama" #. module: crm #: model:ir.actions.server,name:crm.action_mark_as_lost msgid "Mark As Lost" -msgstr "" +msgstr "Kayıp Olarak İşaretle" #. module: crm #: view:crm.lead:crm.crm_case_form_view_oppor @@ -1705,7 +1767,7 @@ msgid "Meeting" msgstr "Toplantı" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "Toplantı planlama saati '%s'
    Konu: %s
    Süre: %s saat" @@ -1728,12 +1790,12 @@ msgstr "Birleştir" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge Automatically" -msgstr "" +msgstr "Otomatik Birleştir" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge Automatically all process" -msgstr "" +msgstr "bütün işlemleri Otomatik Birleştir" #. module: crm #: view:crm.merge.opportunity:crm.merge_opportunity_form @@ -1743,7 +1805,7 @@ msgstr "Adayları/Fırsatları birleştir" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge Selection" -msgstr "" +msgstr "seçiliyi Birleştir" #. module: crm #: model:ir.actions.act_window,name:crm.action_merge_opportunities @@ -1759,7 +1821,7 @@ msgstr "Fırsatları birleştir" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Merge the following contacts" -msgstr "" +msgstr "Aşağıdaki kişileri birleştir" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form @@ -1778,31 +1840,31 @@ msgid "Merge with existing opportunities" msgstr "Mevcut fırsatlarla birleştirme" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "Birleştirilen aday" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "Birleştirilen adaylar" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "Birleştirilmiş fırsatlar" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "Birleştirilen fırsat" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1849,7 +1911,7 @@ msgstr "Çağrı ayı" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter msgid "My Leads" -msgstr "" +msgstr "Adaylarım" #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter @@ -1864,7 +1926,7 @@ msgstr "Telefon Çağrılarım" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "My Phonecalls" -msgstr "" +msgstr "Telefon Çağrılarım" #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter @@ -1874,7 +1936,7 @@ msgstr "Satış Takım(lar)ım" #. module: crm #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "My Team" -msgstr "" +msgstr "Takımım" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_name:0 @@ -1891,7 +1953,9 @@ msgstr "Görüşme" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Yeni" @@ -1900,7 +1964,7 @@ msgstr "Yeni" #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter msgid "New Mail" -msgstr "" +msgstr "Yeni Posta" #. module: crm #: model:crm.tracking.source,name:crm.crm_source_newsletter @@ -1920,13 +1984,13 @@ msgid "Next Action Date" msgstr "Sonraki İşlem Tarihi" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Konu Yok" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1944,6 +2008,7 @@ msgstr "Satış Temsilcisi yok" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1971,12 +2036,14 @@ msgstr "Notlar" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Vakayı sonuçlandırmak için kalan günler" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "Vakayı açmak için gerekli gün sayısı" @@ -1987,7 +2054,7 @@ msgid "Object Name" msgstr "Nesne Adı" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2040,6 +2107,7 @@ msgid "Opportunities" msgstr "Fırsatlar" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2061,13 +2129,23 @@ msgstr "" "erişmenizi sağlar. Bu rapor genel olarak yalnızca satış müdürü tarafından " "satış kanallarına ait takımların süreli incelemeleri için kullanılır." +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "Bana atanan fırsatlar" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2075,6 +2153,8 @@ msgstr "Bana atanan fırsatlar" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2126,7 +2206,7 @@ msgstr "Seçmel Açıklama" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Options" -msgstr "" +msgstr "Seçenekler" #. module: crm #: model:crm.case.categ,name:crm.categ_oppor8 @@ -2136,7 +2216,7 @@ msgstr "Diğer" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Other Call" -msgstr "" +msgstr "Diğer Çağrı" #. module: crm #: model:crm.case.categ,name:crm.categ_phone2 @@ -2145,22 +2225,22 @@ msgstr "Giden" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "Geçilmiş ZamanSınırı" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_parent_id:0 msgid "Parent Company" -msgstr "" +msgstr "Ana Firma" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2208,7 +2288,7 @@ msgstr "İş Ortağı oluşturuldu." #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Partners" -msgstr "" +msgstr "İş Ortakları" #. module: crm #: field:crm.lead,payment_mode:0 @@ -2260,6 +2340,11 @@ msgstr "Telefon Çağrıları" msgid "Phone Calls Analysis" msgstr "Telefon Çağrısı Analizi" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "Yapılacak Telefon Çağrıları" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2329,11 +2414,6 @@ msgstr "Planlanan Maliyetler" msgid "Planned Date" msgstr "Planlanan Tarih" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Planlanan Gelir" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2341,7 +2421,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2354,16 +2434,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Öncelik" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "Olasılık" @@ -2372,11 +2452,6 @@ msgstr "Olasılık" msgid "Probability (%)" msgstr "Olasılık (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "Olası Gelir" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2458,6 +2533,11 @@ msgstr "Gereksinimler" msgid "Responsible" msgstr "Sorumlu" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2476,7 +2556,7 @@ msgstr "Satış Tutarı" #. module: crm #: view:sale.config.settings:crm.view_sale_config_settings msgid "Sale Services" -msgstr "" +msgstr "Satış Hizmetleri" #. module: crm #: view:crm.segmentation:crm.crm_segmentation-view @@ -2492,12 +2572,15 @@ msgstr "Satış Etiketleri" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2530,6 +2613,7 @@ msgstr "Satış Temsilcisi" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Satış Temsilcisi" @@ -2537,7 +2621,7 @@ msgstr "Satış Temsilcisi" #. module: crm #: view:crm.phonecall:crm.crm_case_phone_form_view msgid "Schedule" -msgstr "" +msgstr "Program" #. module: crm #: view:crm.phonecall2phonecall:crm.phonecall_to_phonecall_view @@ -2583,7 +2667,7 @@ msgid "Scheduled Calls" msgstr "Planlanan Çağrılar" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "Çağrı planlanan %(date)s. %(description)s" @@ -2616,7 +2700,7 @@ msgstr "" #. module: crm #: model:crm.tracking.source,name:crm.crm_source_search_engine msgid "Search engine" -msgstr "" +msgstr "Arama motoru" #. module: crm #: field:crm.phonecall.report,section_id:0 @@ -2675,7 +2759,7 @@ msgstr "" #. module: crm #: selection:base.partner.merge.automatic.wizard,state:0 msgid "Selection" -msgstr "" +msgstr "Seçim" #. module: crm #: view:crm.lead:crm.crm_case_kanban_view_leads @@ -2712,18 +2796,20 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "Sadece adayı göster" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "Sadece fırsatı göster" #. module: crm #: view:base.partner.merge.automatic.wizard:crm.base_partner_merge_automatic_wizard_form msgid "Skip these contacts" -msgstr "" +msgstr "Bu kişileri atla" #. module: crm #: model:crm.case.categ,name:crm.categ_oppor2 @@ -2732,19 +2818,21 @@ msgstr "Yazılım" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source #: model:ir.ui.menu,name:crm.menu_crm_tracking_source msgid "Source" -msgstr "" +msgstr "Kaynak" #. module: crm #: field:crm.tracking.source,name:0 msgid "Source Name" -msgstr "" +msgstr "Kaynak Adı" #. module: crm #: view:crm.case.stage:crm.crm_case_stage_form @@ -2753,6 +2841,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "Aşama" @@ -2847,17 +2937,12 @@ msgstr "Özet" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Tag" -msgstr "" +msgstr "Etiket" #. module: crm #: field:crm.lead,categ_ids:0 msgid "Tags" -msgstr "" - -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "Takım" +msgstr "Etiketler" #. module: crm #: help:crm.case.section,alias_id:0 @@ -2961,6 +3046,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2970,6 +3056,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2977,6 +3064,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -3012,7 +3100,7 @@ msgid "To Do" msgstr "Yapılacaklar" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -3023,7 +3111,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3042,6 +3130,17 @@ msgstr "Yapılacaklar" #. module: crm #: model:ir.ui.menu,name:crm.root_menu msgid "Tools" +msgstr "Araçlar" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" msgstr "" #. module: crm @@ -3052,14 +3151,15 @@ msgstr "Eğitim" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Tipi" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "Tür, Adaylar ve Fırsatları ayırdetmek için kullanılır" @@ -3103,6 +3203,7 @@ msgstr "Aşamaları sıralamak için kullanılır. Düşük olması daha iyidir. #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Kullanıcı" @@ -3120,7 +3221,7 @@ msgstr "Kullanıcı Girişi" #. module: crm #: field:base.partner.merge.automatic.wizard,group_by_vat:0 msgid "VAT" -msgstr "" +msgstr "KDV" #. module: crm #: field:crm.segmentation.line,expr_value:0 @@ -3130,22 +3231,24 @@ msgstr "Değer" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" -msgstr "" +msgstr "Çok Yüksek" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" -msgstr "" +msgstr "Çok Düşük" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -3166,6 +3269,7 @@ msgstr "Sihirbaz" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Kazanılan" @@ -3175,7 +3279,7 @@ msgid "Working Time" msgstr "Çalışma Zamanı" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3183,7 +3287,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3205,13 +3309,13 @@ msgid "e.g. Call for proposal" msgstr "öre. Teklif telefon çağrısı" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" -msgstr "" +msgstr "aday" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3227,13 +3331,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "bilinmeyen" + +#~ msgid "Planned Revenue" +#~ msgstr "Planlanan Gelir" + +#~ msgid "Probable Revenue" +#~ msgstr "Olası Gelir" + +#~ msgid "Team" +#~ msgstr "Takım" diff --git a/addons/crm/i18n/uk.po b/addons/crm/i18n/uk.po index 06615031df5..cebe4bb84e9 100644 --- a/addons/crm/i18n/uk.po +++ b/addons/crm/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "Закрити" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "Закрито" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Дата створення" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "" @@ -1069,8 +1106,19 @@ msgstr "" msgid "Expected Revenues" msgstr "" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "Остання дія" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "Заплановані витрати" msgid "Planned Date" msgstr "" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Запланований дохід" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Пріоритет" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "" msgid "Responsible" msgstr "Відповідальний" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2867,6 +2949,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2876,6 +2959,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2883,6 +2967,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2916,7 +3001,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2927,7 +3012,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2948,6 +3033,17 @@ msgstr "" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2956,14 +3052,15 @@ msgstr "" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3007,6 +3104,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "" @@ -3034,22 +3132,24 @@ msgstr "Значення" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "" @@ -3069,6 +3169,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "" @@ -3078,7 +3179,7 @@ msgid "Working Time" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3086,7 +3187,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3108,13 +3209,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3130,13 +3231,16 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "" + +#~ msgid "Planned Revenue" +#~ msgstr "Запланований дохід" diff --git a/addons/crm/i18n/vi.po b/addons/crm/i18n/vi.po index fd8711b990b..bc677b2f059 100644 --- a/addons/crm/i18n/vi.po +++ b/addons/crm/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "Tự động thay đổi xác suất" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -589,6 +607,7 @@ msgstr "Ðóng" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "" @@ -600,7 +619,7 @@ msgid "Closed" msgstr "Đã được đóng" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -611,11 +630,13 @@ msgid "Color Index" msgstr "" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "Công ty" @@ -722,9 +743,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "Quốc gia" @@ -792,15 +816,19 @@ msgstr "" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "Ngày tạo" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" msgstr "" #. module: crm @@ -819,21 +847,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "Khách hàng" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "Email khách hàng" @@ -891,13 +919,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "" @@ -994,16 +1029,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "Lỗi" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "Lỗi!" @@ -1045,21 +1080,23 @@ msgid "Execution Status" msgstr "Tình trạng Thực hiện" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "Doanh thu mong đợi" @@ -1069,8 +1106,19 @@ msgstr "Doanh thu mong đợi" msgid "Expected Revenues" msgstr "Doanh thu Dự kiến" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1106,7 +1154,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1119,7 +1167,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "Từ %s : %s" @@ -1152,6 +1200,7 @@ msgstr "" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1182,6 +1231,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1205,6 +1255,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1302,7 +1353,6 @@ msgstr "Hành động Cuối cùng" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1314,8 +1364,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1361,12 +1411,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "Đầu mối" @@ -1415,7 +1467,7 @@ msgid "Leads" msgstr "Các đầu mối" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1424,7 +1476,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1532,21 +1584,28 @@ msgid "Logged Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "Thua" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1626,7 +1685,7 @@ msgid "Meeting" msgstr "Cuộc họp" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1699,31 +1758,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1812,7 +1871,9 @@ msgstr "Đàm phán" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "Mới" @@ -1841,13 +1902,13 @@ msgid "Next Action Date" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "Không có chủ đề" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1863,6 +1924,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1890,12 +1952,14 @@ msgstr "Ghi chú" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "Số ngày để đóng trường hợp" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "" @@ -1906,7 +1970,7 @@ msgid "Object Name" msgstr "Tên đối tượng" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1959,6 +2023,7 @@ msgid "Opportunities" msgstr "Các cơ hội" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1976,13 +2041,23 @@ msgid "" "teams of the sales pipeline." msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1990,6 +2065,8 @@ msgstr "" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2060,6 +2137,8 @@ msgstr "Gọi đi" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "" @@ -2070,12 +2149,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2175,6 +2252,11 @@ msgstr "" msgid "Phone Calls Analysis" msgstr "Phân tích Các cuộc gọi điện thoại" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2244,11 +2326,6 @@ msgstr "" msgid "Planned Date" msgstr "Ngày dự kiến" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Kế hoạch doanh thu" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2256,7 +2333,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2269,16 +2346,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "Độ ưu tiên" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "" @@ -2287,11 +2364,6 @@ msgstr "" msgid "Probability (%)" msgstr "Xác suất (%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2373,6 +2445,11 @@ msgstr "Yêu cầu" msgid "Responsible" msgstr "Chịu trách nhiệm" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2407,12 +2484,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2445,6 +2525,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "Nhân viên bán hàng" @@ -2498,7 +2579,7 @@ msgid "Scheduled Calls" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2626,11 +2707,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "" @@ -2646,8 +2729,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2667,6 +2752,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "" @@ -2768,11 +2855,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2865,6 +2947,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2874,6 +2957,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2881,6 +2965,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2914,7 +2999,7 @@ msgid "To Do" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2925,7 +3010,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2946,6 +3031,17 @@ msgstr "Việc cần làm" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2954,14 +3050,15 @@ msgstr "Đào tạo" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "Loại" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "" @@ -3005,6 +3102,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "Người sử dụng" @@ -3032,22 +3130,24 @@ msgstr "Giá trị" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "Cảnh báo!" @@ -3067,6 +3167,7 @@ msgstr "" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "Thắng" @@ -3076,7 +3177,7 @@ msgid "Working Time" msgstr "Thời gian làm việc" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3084,7 +3185,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3106,13 +3207,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3128,13 +3229,16 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "chưa xác định" + +#~ msgid "Planned Revenue" +#~ msgstr "Kế hoạch doanh thu" diff --git a/addons/crm/i18n/zh_CN.po b/addons/crm/i18n/zh_CN.po index 7884d7a5a79..2ed3f3773fa 100644 --- a/addons/crm/i18n/zh_CN.po +++ b/addons/crm/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "#会议" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "# 业务" @@ -297,7 +299,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -350,7 +352,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -414,6 +416,7 @@ msgstr "指派商机给" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -449,11 +452,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -462,6 +472,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM 线索分析" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -492,8 +507,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -550,7 +567,6 @@ msgstr "归类" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -568,8 +584,10 @@ msgstr "自动修改概率" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -642,6 +660,7 @@ msgstr "结束" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "结束日期" @@ -653,7 +672,7 @@ msgid "Closed" msgstr "已关闭" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -664,11 +683,13 @@ msgid "Color Index" msgstr "颜色索引" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "公司" @@ -775,9 +796,12 @@ msgstr "转换为商机" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "国家" @@ -845,16 +869,20 @@ msgstr "创建时间" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "创建日期" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "创建月份" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -872,21 +900,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "客户" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "客户邮件" @@ -944,13 +972,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "默认分配给新建销售团队" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "延迟关闭" @@ -1047,16 +1082,16 @@ msgid "Email address of the contact" msgstr "联系人邮箱地址" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "错误" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "错误!" @@ -1098,21 +1133,23 @@ msgid "Execution Status" msgstr "执行状态" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "预计结束日期" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "预期结束" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "预期收益" @@ -1122,8 +1159,19 @@ msgstr "预期收益" msgid "Expected Revenues" msgstr "预期收益" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1159,7 +1207,7 @@ msgid "Followers" msgstr "关注者" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1172,7 +1220,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "来自: %s:%s" @@ -1205,6 +1253,7 @@ msgstr "完整抄送" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1235,6 +1284,7 @@ msgstr "已挂起" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1258,6 +1308,7 @@ msgstr "显示Chatter中的消息摘要(包括消息个数等)。此摘要 #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1355,7 +1406,6 @@ msgstr "最近动作" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1367,8 +1417,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1414,12 +1464,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "线索" @@ -1468,7 +1520,7 @@ msgid "Leads" msgstr "线索" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1477,7 +1529,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1586,21 +1638,28 @@ msgid "Logged Calls" msgstr "呼叫记录" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "登记电话:%(date)s. %(description)s" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "丢失" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1680,7 +1739,7 @@ msgid "Meeting" msgstr "会议" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "计划会见于 '%s'
    主题:%s
    需要时间: %s 小时" @@ -1753,31 +1812,31 @@ msgid "Merge with existing opportunities" msgstr "与已存在的商机合并" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "合并线索" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "合并的线索" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "合并的商机" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "合并商机" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1866,7 +1925,9 @@ msgstr "谈判" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "新建" @@ -1895,13 +1956,13 @@ msgid "Next Action Date" msgstr "下一动作日期" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "无主题" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1917,6 +1978,7 @@ msgstr "没有销售员" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1944,12 +2006,14 @@ msgstr "备注" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "到期天数" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "业务开启的天数" @@ -1960,7 +2024,7 @@ msgid "Object Name" msgstr "对象名" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -2013,6 +2077,7 @@ msgid "Opportunities" msgstr "商机" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -2031,13 +2096,23 @@ msgid "" msgstr "" "商机分析给你随时访问商机的信息如:预期收入、计划成本、错过的最后时限或者每个商机的互动次数。这个报表主要给销售经理定期审查这团队里的业务员。" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "分配给我的商机" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -2045,6 +2120,8 @@ msgstr "分配给我的商机" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2115,6 +2192,8 @@ msgstr "致电" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "超越截止日期" @@ -2125,12 +2204,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2230,6 +2307,11 @@ msgstr "电话呼叫" msgid "Phone Calls Analysis" msgstr "电话呼叫分析" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2299,11 +2381,6 @@ msgstr "计划成本" msgid "Planned Date" msgstr "计划日期" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "计划收入" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2311,7 +2388,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2324,16 +2401,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "优先级(0=紧急)" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "概率" @@ -2342,11 +2419,6 @@ msgstr "概率" msgid "Probability (%)" msgstr "概率(%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "可能收益" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2428,6 +2500,11 @@ msgstr "必备条件" msgid "Responsible" msgstr "负责人" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2462,12 +2539,15 @@ msgstr "销售标签" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2500,6 +2580,7 @@ msgstr "销售员" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "销售员" @@ -2553,7 +2634,7 @@ msgid "Scheduled Calls" msgstr "准备电话呼叫" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "预定打电话: %(date)s. %(description)s" @@ -2681,11 +2762,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "仅显示线索" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "仅显示商机" @@ -2701,8 +2784,10 @@ msgstr "软件" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2722,6 +2807,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "阶段" @@ -2823,11 +2910,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "团队" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2920,6 +3002,7 @@ msgstr "此域用于区分用于线索的阶段和用于商机的阶段,或者 #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2929,6 +3012,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2936,6 +3020,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2969,7 +3054,7 @@ msgid "To Do" msgstr "待办事项" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2980,7 +3065,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -3001,6 +3086,17 @@ msgstr "待办" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -3009,14 +3105,15 @@ msgstr "培训" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "类型" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "类型用于区分销售线索和商机" @@ -3060,6 +3157,7 @@ msgstr "用于阶段的排序,数字越小越好。" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "用户" @@ -3087,22 +3185,24 @@ msgstr "值" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "警告!" @@ -3122,6 +3222,7 @@ msgstr "向导" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "已赢得" @@ -3131,7 +3232,7 @@ msgid "Working Time" msgstr "工作时间" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3139,7 +3240,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3161,13 +3262,13 @@ msgid "e.g. Call for proposal" msgstr "例如:关于提案的呼叫" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3183,13 +3284,22 @@ msgid "oe_kanban_text_red" msgstr "oe_kanban_text_red" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "未知" + +#~ msgid "Planned Revenue" +#~ msgstr "计划收入" + +#~ msgid "Team" +#~ msgstr "团队" + +#~ msgid "Probable Revenue" +#~ msgstr "可能收益" diff --git a/addons/crm/i18n/zh_TW.po b/addons/crm/i18n/zh_TW.po index 44205f24a26..9bdd5a4c716 100644 --- a/addons/crm/i18n/zh_TW.po +++ b/addons/crm/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm #: field:crm.lead,meeting_count:0 @@ -24,6 +24,8 @@ msgid "# Meetings" msgstr "會議數" #. module: crm +#: field:crm.lead.report,nbr_cases:0 +#: field:crm.opportunity.report,nbr_cases:0 #: field:crm.phonecall.report,nbr:0 msgid "# of Cases" msgstr "業務量" @@ -246,7 +248,7 @@ msgid "" "
      \n" "
    • Name: ${object.name}
    • \n" "
    • ID: ${object.id}
    • \n" -"
    • Description: ${object.description}
    • \n" +"
    • Description: ${object.description}
    • \n" "
    " msgstr "" @@ -299,7 +301,7 @@ msgid "Alias Domain" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:298 +#: code:addons/crm/base_partner_merge.py:304 #, python-format msgid "" "All contacts must have the same email. Only the Administrator can merge " @@ -363,6 +365,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,opening_date:0 +#: field:crm.opportunity.report,opening_date:0 msgid "Assignation Date" msgstr "" @@ -398,11 +401,18 @@ msgstr "" #. module: crm #: model:ir.filters,name:crm.filter_leads_country +#: model:ir.filters,name:crm.filter_opportunity_country msgid "By Country" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_sales_team +msgid "By Sales Team" +msgstr "" + #. module: crm #: model:ir.filters,name:crm.filter_leads_salesperson +#: model:ir.filters,name:crm.filter_opportunity_salesperson msgid "By Salespersons" msgstr "" @@ -411,6 +421,11 @@ msgstr "" msgid "CRM Lead Analysis" msgstr "CRM 潛在客戶分析" +#. module: crm +#: model:ir.model,name:crm.model_crm_opportunity_report +msgid "CRM Opportunity Analysis" +msgstr "" + #. module: crm #: model:ir.model,name:crm.model_crm_payment_mode msgid "CRM Payment Mode" @@ -441,8 +456,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,campaign_id:0 #: field:crm.lead.report,campaign_id:0 +#: field:crm.opportunity.report,campaign_id:0 #: view:crm.tracking.campaign:crm.crm_tracking_campaign_form #: view:crm.tracking.campaign:crm.crm_tracking_campaign_tree #: field:crm.tracking.mixin,campaign_id:0 @@ -499,7 +516,6 @@ msgstr "歸類" #. module: crm #: field:crm.phonecall,categ_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,categ_id:0 #: field:crm.phonecall2phonecall,categ_id:0 msgid "Category" @@ -517,8 +533,10 @@ msgstr "自動修改概率" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,medium_id:0 #: field:crm.lead.report,medium_id:0 +#: field:crm.opportunity.report,medium_id:0 #: view:crm.tracking.medium:crm.crm_tracking_medium_view_form #: field:crm.tracking.mixin,medium_id:0 #: view:crm.tracking.source:crm.crm_tracking_source_view_form @@ -591,6 +609,7 @@ msgstr "結束" #. module: crm #: field:crm.lead.report,date_closed:0 +#: field:crm.opportunity.report,date_closed:0 #: field:crm.phonecall.report,date_closed:0 msgid "Close Date" msgstr "結束日期" @@ -602,7 +621,7 @@ msgid "Closed" msgstr "已關閉" #. module: crm -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Closed/Dead leads cannot be converted into opportunities." msgstr "" @@ -613,11 +632,13 @@ msgid "Color Index" msgstr "顏色索引" #. module: crm +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,company_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,company_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,company_id:0 #: field:crm.phonecall,company_id:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,company_id:0 msgid "Company" msgstr "公司" @@ -724,9 +745,12 @@ msgstr "" #. module: crm #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,country_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,country_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,country_id:0 msgid "Country" msgstr "國家" @@ -794,16 +818,20 @@ msgstr "建立時間" #. module: crm #: field:crm.lead,create_date:0 #: field:crm.lead.report,create_date:0 +#: field:crm.opportunity.report,create_date:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,create_date:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Creation Date" msgstr "建立日期" #. module: crm +#: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter -msgid "Creation date" -msgstr "" +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter +msgid "Creation Month" +msgstr "建立月份" #. module: crm #: field:crm.segmentation,segmentation_line:0 @@ -821,21 +849,21 @@ msgid "Current Line" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:959 +#: code:addons/crm/crm_lead.py:989 #: view:crm.lead:crm.crm_case_form_view_leads #: view:crm.lead:crm.crm_case_form_view_oppor #: view:crm.lead:crm.crm_case_tree_view_oppor #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead2opportunity.partner,partner_id:0 #: field:crm.lead2opportunity.partner.mass,partner_id:0 #: field:crm.partner.binding,partner_id:0 +#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #, python-format msgid "Customer" msgstr "客戶" #. module: crm -#: code:addons/crm/crm_lead.py:961 +#: code:addons/crm/crm_lead.py:991 #, python-format msgid "Customer Email" msgstr "" @@ -893,13 +921,20 @@ msgstr "" msgid "Default to New Sales Team" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_delay_to_close +msgid "Delay To Close" +msgstr "" + #. module: crm #: field:crm.lead.report,delay_open:0 +#: field:crm.opportunity.report,delay_open:0 msgid "Delay to Assign" msgstr "" #. module: crm #: field:crm.lead.report,delay_close:0 +#: field:crm.opportunity.report,delay_close:0 msgid "Delay to Close" msgstr "延遲關閉" @@ -996,16 +1031,16 @@ msgid "Email address of the contact" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 -#: code:addons/crm/base_partner_merge.py:298 -#: code:addons/crm/base_partner_merge.py:310 -#: code:addons/crm/base_partner_merge.py:439 +#: code:addons/crm/base_partner_merge.py:301 +#: code:addons/crm/base_partner_merge.py:304 +#: code:addons/crm/base_partner_merge.py:316 +#: code:addons/crm/base_partner_merge.py:445 #, python-format msgid "Error" msgstr "錯誤" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "Error!" msgstr "錯誤!" @@ -1047,21 +1082,23 @@ msgid "Execution Status" msgstr "執行狀態" #. module: crm -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_deadline:0 +#: field:crm.opportunity.report,date_deadline:0 msgid "Exp. Closing" msgstr "預計成交日期" #. module: crm -#: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,date_deadline:0 #: help:crm.lead.report,date_deadline:0 +#: help:crm.opportunity.report,date_deadline:0 msgid "Expected Closing" msgstr "預期結束" #. module: crm #: field:crm.lead,planned_revenue:0 +#: field:crm.lead.report,probable_revenue:0 +#: field:crm.opportunity.report,expected_revenue:0 msgid "Expected Revenue" msgstr "預期收益" @@ -1071,8 +1108,19 @@ msgstr "預期收益" msgid "Expected Revenues" msgstr "預期收入" +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing" +msgstr "" + +#. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +msgid "Expiration Closing Month" +msgstr "" + #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Extended Filters" msgstr "" @@ -1108,7 +1156,7 @@ msgid "Followers" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:295 +#: code:addons/crm/base_partner_merge.py:301 #, python-format msgid "" "For safety reasons, you cannot merge more than 3 contacts together. You can " @@ -1121,7 +1169,7 @@ msgid "Force assignation" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:561 +#: code:addons/crm/crm_lead.py:562 #, python-format msgid "From %s : %s" msgstr "發自: %s:%s" @@ -1154,6 +1202,7 @@ msgstr "完整副本" #: view:crm.lead:crm.view_crm_case_leads_filter #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Group By" @@ -1184,6 +1233,7 @@ msgstr "已撥" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "High" @@ -1207,6 +1257,7 @@ msgstr "保留談話摘要(訊息數量等等)。為了放入看板檢視模式 #: field:crm.lead2opportunity.partner,id:0 #: field:crm.lead2opportunity.partner.mass,id:0 #: field:crm.merge.opportunity,id:0 +#: field:crm.opportunity.report,id:0 #: field:crm.partner.binding,id:0 #: field:crm.payment.mode,id:0 #: field:crm.phonecall,id:0 @@ -1304,7 +1355,6 @@ msgstr "最近動作" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Last Message" msgstr "" @@ -1316,8 +1366,8 @@ msgstr "" #. module: crm #: field:crm.lead,date_last_stage_update:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,date_last_stage_update:0 +#: field:crm.opportunity.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1363,12 +1413,14 @@ msgid "Last Updated on" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:854 +#: code:addons/crm/crm_lead.py:884 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_form_view_oppor #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #, python-format msgid "Lead" msgstr "潛在客戶" @@ -1417,7 +1469,7 @@ msgid "Leads" msgstr "潛在客戶" #. module: crm -#: code:addons/crm/crm_lead.py:83 +#: code:addons/crm/crm_lead.py:84 #, python-format msgid "Leads / Opportunities" msgstr "" @@ -1426,7 +1478,7 @@ msgstr "" #: view:crm.lead.report:crm.view_report_crm_lead_filter #: view:crm.lead.report:crm.view_report_crm_lead_graph #: view:crm.lead.report:crm.view_report_crm_lead_graph_two -#: view:crm.lead.report:crm.view_report_crm_opportunity_graph +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_graph #: model:ir.actions.act_window,name:crm.action_report_crm_lead #: model:ir.actions.act_window,name:crm.action_report_crm_lead_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_leads_tree @@ -1534,21 +1586,28 @@ msgid "Logged Calls" msgstr "通話日誌" #. module: crm -#: code:addons/crm/crm_lead.py:1019 +#: code:addons/crm/crm_lead.py:1049 #, python-format msgid "Logged a call for %(date)s. %(description)s" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_long_term_revenue +msgid "Long Term Revenue" +msgstr "" + #. module: crm #: model:crm.case.stage,name:crm.stage_lead7 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Lost" msgstr "丟單" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Low" @@ -1628,7 +1687,7 @@ msgid "Meeting" msgstr "會議" #. module: crm -#: code:addons/crm/crm_lead.py:1033 +#: code:addons/crm/crm_lead.py:1063 #, python-format msgid "Meeting scheduled at '%s'
    Subject: %s
    Duration: %s hour(s)" msgstr "" @@ -1701,31 +1760,31 @@ msgid "Merge with existing opportunities" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:540 +#: code:addons/crm/crm_lead.py:541 #, python-format msgid "Merged leads" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:542 +#: code:addons/crm/crm_lead.py:543 #, python-format msgid "Merged opportunities" msgstr "合併商機" #. module: crm -#: code:addons/crm/crm_lead.py:546 +#: code:addons/crm/crm_lead.py:547 #, python-format msgid "Merged opportunity" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:320 +#: code:addons/crm/base_partner_merge.py:326 #, python-format msgid "Merged with the following partners:" msgstr "" @@ -1814,7 +1873,9 @@ msgstr "談判" #. module: crm #: model:crm.case.stage,name:crm.stage_lead1 +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "New" msgstr "建立" @@ -1843,13 +1904,13 @@ msgid "Next Action Date" msgstr "下一動作日期" #. module: crm -#: code:addons/crm/crm_lead.py:974 +#: code:addons/crm/crm_lead.py:1004 #, python-format msgid "No Subject" msgstr "無主題" #. module: crm -#: code:addons/crm/crm_lead.py:731 +#: code:addons/crm/crm_lead.py:761 #, python-format msgid "" "No customer name defined. Please fill one of the following fields: Company " @@ -1865,6 +1926,7 @@ msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 #: selection:crm.phonecall,priority:0 #: selection:crm.phonecall.report,priority:0 msgid "Normal" @@ -1892,12 +1954,14 @@ msgstr "備註" #. module: crm #: help:crm.lead.report,delay_close:0 +#: help:crm.opportunity.report,delay_close:0 #: help:crm.phonecall.report,delay_close:0 msgid "Number of Days to close the case" msgstr "到期天數" #. module: crm #: help:crm.lead.report,delay_open:0 +#: help:crm.opportunity.report,delay_open:0 #: help:crm.phonecall.report,delay_open:0 msgid "Number of Days to open the case" msgstr "起案的天數" @@ -1908,7 +1972,7 @@ msgid "Object Name" msgstr "對象名" #. module: crm -#: code:addons/crm/base_partner_merge.py:310 +#: code:addons/crm/base_partner_merge.py:316 #, python-format msgid "" "Only the destination contact may be linked to existing Journal Items. Please " @@ -1961,6 +2025,7 @@ msgid "Opportunities" msgstr "商機列表" #. module: crm +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity #: model:ir.actions.act_window,name:crm.action_report_crm_opportunity_salesteam #: model:ir.ui.menu,name:crm.menu_report_crm_opportunities_tree @@ -1979,13 +2044,23 @@ msgid "" msgstr "" "商機分析給你隨時訪問商機的資訊如:預期收入、計劃成本、錯過的最後時限或者每個商機的互動次數。這個報表主要給銷售經理定期審查這團隊裡的業務人員。" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_cohort +msgid "Opportunities Cohort" +msgstr "" + +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_opportunities_won_per_team +msgid "Opportunities Won Per Team" +msgstr "" + #. module: crm #: view:crm.lead:crm.view_crm_case_opportunities_filter msgid "Opportunities that are assigned to me" msgstr "指派給我自己的業務機會" #. module: crm -#: code:addons/crm/crm_lead.py:834 +#: code:addons/crm/crm_lead.py:864 #: field:calendar.event,opportunity_id:0 #: selection:crm.case.stage,type:0 #: view:crm.lead:crm.crm_case_tree_view_oppor @@ -1993,6 +2068,8 @@ msgstr "指派給我自己的業務機會" #: selection:crm.lead,type:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: selection:crm.lead.report,type:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: selection:crm.opportunity.report,type:0 #: view:crm.phonecall:crm.crm_case_phone_form_view #: field:res.partner,opportunity_count:0 #, python-format @@ -2063,6 +2140,8 @@ msgstr "致電" #. module: crm #: field:crm.lead.report,delay_expected:0 +#: field:crm.opportunity.report,delay_expected:0 +#: model:ir.filters,name:crm.filter_leads_overpassed_deadline msgid "Overpassed Deadline" msgstr "超過截止日期" @@ -2073,12 +2152,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter -#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,partner_id:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,partner_id:0 +#: field:crm.opportunity.report,partner_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,partner_id:0 #: field:crm.phonecall2phonecall,partner_id:0 #: model:ir.model,name:crm.model_res_partner @@ -2178,6 +2255,11 @@ msgstr "電訪" msgid "Phone Calls Analysis" msgstr "電訪分析" +#. module: crm +#: model:ir.filters,name:crm.filter_crm_phonecall_phone_call_to_do +msgid "Phone Calls To Do" +msgstr "" + #. module: crm #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Phone Calls that are assigned to me" @@ -2247,11 +2329,6 @@ msgstr "计划成本" msgid "Planned Date" msgstr "計劃日期" -#. module: crm -#: field:crm.lead.report,planned_revenue:0 -msgid "Planned Revenue" -msgstr "計劃收入" - #. module: crm #: view:crm.case.section:crm.crm_case_section_salesteams_view_kanban #: field:crm.case.section,monthly_planned_revenue:0 @@ -2259,7 +2336,7 @@ msgid "Planned Revenue per Month" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:601 +#: code:addons/crm/crm_lead.py:633 #, python-format msgid "" "Please select more than one element (lead or opportunity) from the list view." @@ -2272,16 +2349,16 @@ msgstr "" #. module: crm #: field:crm.lead,priority:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,priority:0 +#: field:crm.opportunity.report,priority:0 #: field:crm.phonecall,priority:0 -#: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter #: field:crm.phonecall.report,priority:0 msgid "Priority" msgstr "優先級(0=緊急)" #. module: crm #: field:crm.lead.report,probability:0 +#: field:crm.opportunity.report,probability:0 msgid "Probability" msgstr "概率" @@ -2290,11 +2367,6 @@ msgstr "概率" msgid "Probability (%)" msgstr "概率(%)" -#. module: crm -#: field:crm.lead.report,probable_revenue:0 -msgid "Probable Revenue" -msgstr "可能收入" - #. module: crm #: model:crm.case.categ,name:crm.categ_oppor1 msgid "Product" @@ -2376,6 +2448,11 @@ msgstr "必備條件" msgid "Responsible" msgstr "負責人" +#. module: crm +#: model:ir.filters,name:crm.filter_leads_revenue_per_lead +msgid "Revenue Per Lead" +msgstr "" + #. module: crm #: field:crm.segmentation.line,name:0 msgid "Rule Name" @@ -2410,12 +2487,15 @@ msgstr "" #. module: crm #: field:crm.case.categ,section_id:0 #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,section_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,section_id:0 #: field:crm.lead2opportunity.partner,section_id:0 #: field:crm.lead2opportunity.partner.mass,section_id:0 #: field:crm.merge.opportunity,section_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,section_id:0 #: field:crm.payment.mode,section_id:0 #: view:crm.phonecall:crm.view_crm_case_phonecalls_filter #: field:crm.phonecall,section_id:0 @@ -2448,6 +2528,7 @@ msgstr "" #: field:crm.lead2opportunity.partner,user_id:0 #: field:crm.lead2opportunity.partner.mass,user_id:0 #: field:crm.merge.opportunity,user_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter #: view:crm.phonecall.report:crm.view_report_crm_phonecall_filter msgid "Salesperson" msgstr "銷售人員" @@ -2501,7 +2582,7 @@ msgid "Scheduled Calls" msgstr "排定的電訪" #. module: crm -#: code:addons/crm/crm_lead.py:1021 +#: code:addons/crm/crm_lead.py:1051 #, python-format msgid "Scheduled a call for %(date)s. %(description)s" msgstr "" @@ -2629,11 +2710,13 @@ msgstr "" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only lead" msgstr "僅顯示潛在客戶" #. module: crm #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Show only opportunity" msgstr "僅顯示商機" @@ -2649,8 +2732,10 @@ msgstr "" #. module: crm #: view:crm.lead:crm.view_crm_case_leads_filter +#: view:crm.lead:crm.view_crm_case_opportunities_filter #: field:crm.lead,source_id:0 #: field:crm.lead.report,source_id:0 +#: field:crm.opportunity.report,source_id:0 #: field:crm.tracking.mixin,source_id:0 #: model:ir.actions.act_window,name:crm.crm_tracking_source_action #: model:ir.model,name:crm.model_crm_tracking_source @@ -2670,6 +2755,8 @@ msgstr "" #: field:crm.lead,stage_id:0 #: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,stage_id:0 +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter +#: field:crm.opportunity.report,stage_id:0 msgid "Stage" msgstr "階段" @@ -2771,11 +2858,6 @@ msgstr "" msgid "Tags" msgstr "" -#. module: crm -#: view:crm.lead:crm.view_crm_case_opportunities_filter -msgid "Team" -msgstr "團隊" - #. module: crm #: help:crm.case.section,alias_id:0 msgid "" @@ -2868,6 +2950,7 @@ msgstr "" #. module: crm #: help:crm.lead,campaign_id:0 #: help:crm.lead.report,campaign_id:0 +#: help:crm.opportunity.report,campaign_id:0 #: help:crm.tracking.mixin,campaign_id:0 msgid "" "This is a name that helps you keep track of your different campaign efforts " @@ -2877,6 +2960,7 @@ msgstr "" #. module: crm #: help:crm.lead,medium_id:0 #: help:crm.lead.report,medium_id:0 +#: help:crm.opportunity.report,medium_id:0 #: help:crm.tracking.mixin,medium_id:0 msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" msgstr "" @@ -2884,6 +2968,7 @@ msgstr "" #. module: crm #: help:crm.lead,source_id:0 #: help:crm.lead.report,source_id:0 +#: help:crm.opportunity.report,source_id:0 #: help:crm.tracking.mixin,source_id:0 msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " @@ -2917,7 +3002,7 @@ msgid "To Do" msgstr "待辦事項" #. module: crm -#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:393 #, python-format msgid "" "To relieve your sales pipe and group all Lost opportunities, configure one " @@ -2928,7 +3013,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:413 #, python-format msgid "" "To relieve your sales pipe and group all Won opportunities, configure one of " @@ -2949,6 +3034,17 @@ msgstr "待辦" msgid "Tools" msgstr "" +#. module: crm +#: model:ir.filters,name:crm.filter_opportunity_top_opportunities +msgid "Top Opportunities" +msgstr "" + +#. module: crm +#: field:crm.lead.report,planned_revenue:0 +#: field:crm.opportunity.report,total_revenue:0 +msgid "Total Revenue" +msgstr "" + #. module: crm #: model:crm.case.categ,name:crm.categ_oppor6 msgid "Training" @@ -2957,14 +3053,15 @@ msgstr "訓練" #. module: crm #: field:crm.case.stage,type:0 #: field:crm.lead,type:0 -#: view:crm.lead.report:crm.view_report_crm_lead_filter #: field:crm.lead.report,type:0 +#: field:crm.opportunity.report,type:0 msgid "Type" msgstr "類型" #. module: crm #: help:crm.lead,type:0 #: help:crm.lead.report,type:0 +#: help:crm.opportunity.report,type:0 msgid "Type is used to separate Leads and Opportunities" msgstr "類型用於區分潛在客戶和商機" @@ -3008,6 +3105,7 @@ msgstr "" #. module: crm #: field:crm.lead.report,user_id:0 +#: field:crm.opportunity.report,user_id:0 #: field:crm.phonecall.report,user_id:0 msgid "User" msgstr "使用者" @@ -3035,22 +3133,24 @@ msgstr "值" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very High" msgstr "" #. module: crm #: selection:crm.lead,priority:0 #: selection:crm.lead.report,priority:0 +#: selection:crm.opportunity.report,priority:0 msgid "Very Low" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:391 -#: code:addons/crm/crm_lead.py:411 -#: code:addons/crm/crm_lead.py:601 -#: code:addons/crm/crm_lead.py:730 +#: code:addons/crm/crm_lead.py:392 +#: code:addons/crm/crm_lead.py:412 +#: code:addons/crm/crm_lead.py:633 +#: code:addons/crm/crm_lead.py:760 #: code:addons/crm/crm_phonecall.py:291 -#: code:addons/crm/wizard/crm_lead_to_opportunity.py:120 +#: code:addons/crm/wizard/crm_lead_to_opportunity.py:105 #, python-format msgid "Warning!" msgstr "警告!" @@ -3070,6 +3170,7 @@ msgstr "精靈" #: model:crm.case.stage,name:crm.stage_lead6 #: view:crm.lead:crm.view_crm_case_opportunities_filter #: view:crm.lead.report:crm.view_report_crm_lead_filter +#: view:crm.opportunity.report:crm.view_report_crm_opportunity_filter msgid "Won" msgstr "成交" @@ -3079,7 +3180,7 @@ msgid "Working Time" msgstr "工作時間" #. module: crm -#: code:addons/crm/crm_lead.py:429 +#: code:addons/crm/crm_lead.py:430 #, python-format msgid "" "You are already at the top level of your sales-team category.\n" @@ -3087,7 +3188,7 @@ msgid "" msgstr "" #. module: crm -#: code:addons/crm/base_partner_merge.py:440 +#: code:addons/crm/base_partner_merge.py:446 #, python-format msgid "You have to specify a filter for your selection" msgstr "" @@ -3109,13 +3210,13 @@ msgid "e.g. Call for proposal" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:932 +#: code:addons/crm/crm_lead.py:962 #, python-format msgid "lead" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:90 +#: code:addons/crm/crm_lead.py:91 #, python-format msgid "leads" msgstr "" @@ -3131,13 +3232,22 @@ msgid "oe_kanban_text_red" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:930 +#: code:addons/crm/crm_lead.py:960 #, python-format msgid "opportunity" msgstr "" #. module: crm -#: code:addons/crm/crm_lead.py:1030 +#: code:addons/crm/crm_lead.py:1060 #, python-format msgid "unknown" msgstr "未知" + +#~ msgid "Team" +#~ msgstr "團隊" + +#~ msgid "Probable Revenue" +#~ msgstr "可能收入" + +#~ msgid "Planned Revenue" +#~ msgstr "計劃收入" diff --git a/addons/crm_claim/i18n/ar.po b/addons/crm_claim/i18n/ar.po index 8e95d61d9b5..ea99e7660f3 100644 --- a/addons/crm_claim/i18n/ar.po +++ b/addons/crm_claim/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "عدد الرسائل" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "عدد الحالات" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "نوع الإجراء" @@ -133,7 +132,6 @@ msgstr "تصنيفات الشكوى" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "تاريخ الشكوى" @@ -150,6 +148,7 @@ msgstr "شرح الشكوى" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "مراحل الشكوى" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "موضوع الشكوى" @@ -438,11 +438,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "فريقي للمبيعات" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "شركتي" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -513,7 +508,6 @@ msgstr "اجراء المنع" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "أولوية" @@ -654,7 +648,6 @@ msgstr "مشكلة المسؤولين" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "نوع" @@ -702,3 +695,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "عدد الحالات" + +#~ msgid "My company" +#~ msgstr "شركتي" diff --git a/addons/crm_claim/i18n/bg.po b/addons/crm_claim/i18n/bg.po index b2a5d8fb9d9..c2073c3903d 100644 --- a/addons/crm_claim/i18n/bg.po +++ b/addons/crm_claim/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,7 +29,7 @@ msgstr "# Имейли" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" +msgid "# of Claims" msgstr "" #. module: crm_claim @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Вид действие" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Приоритет" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Тип" @@ -698,3 +691,8 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" diff --git a/addons/crm_claim/i18n/bs.po b/addons/crm_claim/i18n/bs.po index 1ce116c0b7b..d709b1f7ccd 100644 --- a/addons/crm_claim/i18n/bs.po +++ b/addons/crm_claim/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "#E-mail-ova" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# Slučajeva" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -106,7 +106,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tip akcije" @@ -152,7 +151,6 @@ msgstr "Grupe prigovora" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Datum prigovora" @@ -169,6 +167,7 @@ msgstr "Opis prigovora" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -190,6 +189,7 @@ msgstr "Faze prigovora" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Naslov prigovora" @@ -464,11 +464,6 @@ msgstr "Moja kompanija" msgid "My Sales Team(s)" msgstr "Moj(i) prodajni tim(ovi)" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Moja kompanija" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -539,7 +534,6 @@ msgstr "Preventivna akcija" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritet" @@ -681,7 +675,6 @@ msgstr "Odgovoran" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tip" @@ -729,3 +722,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slučajeva" + +#~ msgid "My company" +#~ msgstr "Moja kompanija" diff --git a/addons/crm_claim/i18n/ca.po b/addons/crm_claim/i18n/ca.po index a91d2a5f90d..778ea309c31 100644 --- a/addons/crm_claim/i18n/ca.po +++ b/addons/crm_claim/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Nº d'emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# de casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipus d'acció" @@ -133,7 +132,6 @@ msgstr "Categories de reclamacions" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data de reclamació" @@ -150,6 +148,7 @@ msgstr "Descripció de la reclamació" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Etapes reclamacions" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Assumpte de la reclamació" @@ -439,11 +439,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -514,7 +509,6 @@ msgstr "Acció preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritat" @@ -655,7 +649,6 @@ msgstr "Responsable del problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipus" @@ -703,3 +696,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de casos" diff --git a/addons/crm_claim/i18n/cs.po b/addons/crm_claim/i18n/cs.po index 6baa242a0c9..2b3abe99b7d 100644 --- a/addons/crm_claim/i18n/cs.po +++ b/addons/crm_claim/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,7 +29,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" +msgid "# of Claims" msgstr "" #. module: crm_claim @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "" @@ -698,3 +691,8 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" diff --git a/addons/crm_claim/i18n/da.po b/addons/crm_claim/i18n/da.po index ddcb9b7d98c..b8e918a3e1c 100644 --- a/addons/crm_claim/i18n/da.po +++ b/addons/crm_claim/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,7 +29,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" +msgid "# of Claims" msgstr "" #. module: crm_claim @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "" @@ -698,3 +691,8 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" diff --git a/addons/crm_claim/i18n/de.po b/addons/crm_claim/i18n/de.po index a16877d57e7..7e0cefc02e5 100644 --- a/addons/crm_claim/i18n/de.po +++ b/addons/crm_claim/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-20 09:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 18:54+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_claim @@ -30,8 +30,8 @@ msgstr "# E-Mails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# Fälle" +msgid "# of Claims" +msgstr "# Reklamationen" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -121,7 +121,6 @@ msgstr "Problemlösung ..." #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Aktionstyp" @@ -167,10 +166,9 @@ msgstr "Reklamations-Kategorien" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" -msgstr "Reklamationsdatum" +msgstr "Datum Reklamation" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter @@ -184,6 +182,7 @@ msgstr "Beschreibung Reklamation" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "Reklamationsmonat" @@ -205,6 +204,7 @@ msgstr "Reklamations-Stufen" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Reklamationsgrund" @@ -480,11 +480,6 @@ msgstr "Mein Unternehmen" msgid "My Sales Team(s)" msgstr "Eigene Teams" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Mein Unternehmen" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -555,7 +550,6 @@ msgstr "Aktion zur Prävention" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Priorität" @@ -698,7 +692,6 @@ msgstr "Problemzuständigkeit" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Typ" @@ -746,3 +739,14 @@ msgstr "Webseite Nachrichten" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "Webseite Kommunikationshistorie" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "Arbeitsanfall" + +#~ msgid "My company" +#~ msgstr "Mein Unternehmen" + +#~ msgid "# of Cases" +#~ msgstr "# Fälle" diff --git a/addons/crm_claim/i18n/el.po b/addons/crm_claim/i18n/el.po index 3f86b355d25..720bbda84ee 100644 --- a/addons/crm_claim/i18n/el.po +++ b/addons/crm_claim/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# από Υποθέσεις" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Τύπος Ενέργειας" @@ -133,7 +132,6 @@ msgstr "Κατηγορίες Απαιτήσεων" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "Περιγραφή Αξίωσης" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Προτεραιότητα" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Τύπος" @@ -698,3 +691,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# από Υποθέσεις" diff --git a/addons/crm_claim/i18n/es.po b/addons/crm_claim/i18n/es.po index 5616ad8e26c..09b8943fd19 100644 --- a/addons/crm_claim/i18n/es.po +++ b/addons/crm_claim/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-15 08:00+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:37+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Nº de emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Nº de casos" +msgid "# of Claims" +msgstr "Nº de reclamaciones" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -112,7 +112,6 @@ msgstr "Descripción de la acción..." #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo de acción" @@ -158,7 +157,6 @@ msgstr "Categorías de reclamaciones" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Fecha de reclamación" @@ -175,6 +173,7 @@ msgstr "Descripción reclamación" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "Mes de la reclamación" @@ -196,6 +195,7 @@ msgstr "Etapas reclamaciones" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Objeto de la reclamación" @@ -470,11 +470,6 @@ msgstr "Mi compañía" msgid "My Sales Team(s)" msgstr "Mi(s) equipo(s) de ventas" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Mi compañia" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -545,7 +540,6 @@ msgstr "Acción preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridad" @@ -688,7 +682,6 @@ msgstr "Responsable problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -736,3 +729,14 @@ msgstr "Mensajes del sitio web" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "Historial de comunicaciones del sitio web" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "Carga de trabajo" + +#~ msgid "# of Cases" +#~ msgstr "Nº de casos" + +#~ msgid "My company" +#~ msgstr "Mi compañia" diff --git a/addons/crm_claim/i18n/es_AR.po b/addons/crm_claim/i18n/es_AR.po index 7798d2eba2f..4a020d5094b 100644 --- a/addons/crm_claim/i18n/es_AR.po +++ b/addons/crm_claim/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# de Casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "Descripción del Reclamo" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -440,11 +440,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -515,7 +510,6 @@ msgstr "Acción Preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridad" @@ -653,7 +647,6 @@ msgstr "Responsable del Problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "" @@ -701,3 +694,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de Casos" diff --git a/addons/crm_claim/i18n/es_CR.po b/addons/crm_claim/i18n/es_CR.po index 011cfe3bcb4..007c6ba9a93 100644 --- a/addons/crm_claim/i18n/es_CR.po +++ b/addons/crm_claim/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Nº de emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Nº de casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo de acción" @@ -133,7 +132,6 @@ msgstr "Categorías de reclamaciones" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Fecha de reclamación" @@ -150,6 +148,7 @@ msgstr "Descripción reclamación" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Etapas reclamaciones" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Objeto de la reclamación" @@ -439,11 +439,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Mi equipo de ventas" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Mi Compañia" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -514,7 +509,6 @@ msgstr "Acción preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridad" @@ -655,7 +649,6 @@ msgstr "Responsable problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -703,3 +696,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Nº de casos" + +#~ msgid "My company" +#~ msgstr "Mi Compañia" diff --git a/addons/crm_claim/i18n/es_EC.po b/addons/crm_claim/i18n/es_EC.po index 8ada9636144..7ec40838b29 100644 --- a/addons/crm_claim/i18n/es_EC.po +++ b/addons/crm_claim/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# de casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "Descripción del Reclamo" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "Acción Preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -698,3 +691,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de casos" diff --git a/addons/crm_claim/i18n/es_PY.po b/addons/crm_claim/i18n/es_PY.po index c09a75eaa47..113ac27a9ee 100644 --- a/addons/crm_claim/i18n/es_PY.po +++ b/addons/crm_claim/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Nº de emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Nº de casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo de acción" @@ -133,7 +132,6 @@ msgstr "Categorías de reclamaciones" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Fecha de reclamación" @@ -150,6 +148,7 @@ msgstr "Descripción reclamación" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Etapas reclamaciones" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Objeto de la reclamación" @@ -439,11 +439,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -514,7 +509,6 @@ msgstr "Acción preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridad" @@ -655,7 +649,6 @@ msgstr "Responsable problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -703,3 +696,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Nº de casos" diff --git a/addons/crm_claim/i18n/fi.po b/addons/crm_claim/i18n/fi.po index 52abc31f06a..60893306fbf 100644 --- a/addons/crm_claim/i18n/fi.po +++ b/addons/crm_claim/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Sähköpostien määrä" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Tapausten määrä" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -104,7 +104,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Toimenpiteen tyyppi" @@ -150,7 +149,6 @@ msgstr "Palauteryhmät" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Palautteen päiväys" @@ -167,6 +165,7 @@ msgstr "Palautteen kuvaus" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -188,6 +187,7 @@ msgstr "Palautteen vaiheet" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Palautteen otsikko" @@ -463,11 +463,6 @@ msgstr "Oma yritykseni" msgid "My Sales Team(s)" msgstr "Oma myyntitiimi" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Oma yritys" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -538,7 +533,6 @@ msgstr "Ennaltaehkäisevä toimenpide" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioriteetti" @@ -681,7 +675,6 @@ msgstr "Ratkaisusta vastaa" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tyyppi" @@ -730,3 +723,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Tapausten määrä" + +#~ msgid "My company" +#~ msgstr "Oma yritys" diff --git a/addons/crm_claim/i18n/fr.po b/addons/crm_claim/i18n/fr.po index 338db445334..3d4722cbc0f 100644 --- a/addons/crm_claim/i18n/fr.po +++ b/addons/crm_claim/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Nb. de courriels" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# de cas" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -109,7 +109,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Type d'action" @@ -155,7 +154,6 @@ msgstr "Catégories de réclamation" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Date de la réclamation" @@ -172,6 +170,7 @@ msgstr "Description de la réclamation" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -193,6 +192,7 @@ msgstr "Étapes de la réclamation" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Objet de la réclamation" @@ -461,11 +461,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Mon (mes) équipe(s) de vente" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Ma société" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -536,7 +531,6 @@ msgstr "Action préventive" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Priorité" @@ -676,7 +670,6 @@ msgstr "Responsable de l'incident" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Type" @@ -724,3 +717,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de cas" + +#~ msgid "My company" +#~ msgstr "Ma société" diff --git a/addons/crm_claim/i18n/gl.po b/addons/crm_claim/i18n/gl.po index d0a0a6c53e4..d371a49a5ec 100644 --- a/addons/crm_claim/i18n/gl.po +++ b/addons/crm_claim/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Nº de emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Nº de casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo de acción" @@ -133,7 +132,6 @@ msgstr "Categorías das reclamacións" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data da reclamación" @@ -150,6 +148,7 @@ msgstr "Descrición da reclamación" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Etapas das reclamacións" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Obxecto da reclamación" @@ -439,11 +439,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -514,7 +509,6 @@ msgstr "Acción preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridade" @@ -655,7 +649,6 @@ msgstr "Responsable do problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -703,3 +696,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Nº de casos" diff --git a/addons/crm_claim/i18n/gu.po b/addons/crm_claim/i18n/gu.po index 7b6d1f2385c..8d84b2c6b3b 100644 --- a/addons/crm_claim/i18n/gu.po +++ b/addons/crm_claim/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,7 +29,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" +msgid "# of Claims" msgstr "" #. module: crm_claim @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "દાવા વર્ણન" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "પ્રાથમિકતા" @@ -650,7 +644,6 @@ msgstr "મુશ્કેલી માટે જવાબદાર" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "પ્રકાર" @@ -698,3 +691,8 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" diff --git a/addons/crm_claim/i18n/hr.po b/addons/crm_claim/i18n/hr.po index 9b2073ba041..53e04056384 100644 --- a/addons/crm_claim/i18n/hr.po +++ b/addons/crm_claim/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "#E-mail-ova" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# slučajeva" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Vrsta akcije" @@ -133,7 +132,6 @@ msgstr "Grupe prigovora" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Datum prigovora" @@ -150,6 +148,7 @@ msgstr "Opis zahtjeva" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Faze prigovora" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Naslov prigovora" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Moj(i) prodajni tim(ovi)" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Moja organizacija" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "Preventivna akcija" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritet" @@ -652,7 +646,6 @@ msgstr "Odgovoran" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tip" @@ -700,3 +693,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# slučajeva" + +#~ msgid "My company" +#~ msgstr "Moja organizacija" diff --git a/addons/crm_claim/i18n/hu.po b/addons/crm_claim/i18n/hu.po index 42a3258cb01..37393e0da42 100644 --- a/addons/crm_claim/i18n/hu.po +++ b/addons/crm_claim/i18n/hu.po @@ -7,36 +7,36 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 21:03+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 msgid "# Claims" -msgstr "" +msgstr "# Reklamációk száma" #. module: crm_claim #: field:crm.claim.report,email:0 msgid "# Emails" -msgstr "E-mailek száma" +msgstr "# E-mailek száma" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Esetek száma" +msgid "# of Claims" +msgstr "# a reklamációk közül" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 #, python-format msgid "%s (copy)" -msgstr "" +msgstr "%s (másolat)" #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.crm_case_categ_claim0 @@ -50,6 +50,14 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Rögzítse és kövesse az ügyfelek reklamációit. " +"Reklamációk kötődhetnek egy vásárlói megrendeléshez vagy többhöz. Küldhet " +"emailt melléklettel és megtarthatja a reklamáció teljes történetét " +"(kiküldött emailek, beavatkozás típusa és a többi). A reklamáció " +"automatikusan hozzákapcsolható egy email címhez az mail gateway modullal.\n" +"

    \n" +" " #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.crm_claim_categ_action @@ -104,11 +112,10 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view msgid "Action Description..." -msgstr "" +msgstr "Művelet leírása..." #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Művelet típusa" @@ -154,7 +161,6 @@ msgstr "Reklamáció kategória" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Reklamáció időpontja" @@ -162,7 +168,7 @@ msgstr "Reklamáció időpontja" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter msgid "Claim Date by Month" -msgstr "" +msgstr "Reklamációs dátumok hónap szerint" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view @@ -171,8 +177,9 @@ msgstr "Reklamáció leírása" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" -msgstr "" +msgstr "Reklamációs hónap" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view @@ -192,6 +199,7 @@ msgstr "Reklamáció szakaszai" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Reklamáció tárgya" @@ -270,12 +278,12 @@ msgstr "Létrehozás dátuma" #: field:crm.claim,create_uid:0 #: field:crm.claim.stage,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: crm_claim #: field:crm.claim.stage,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: crm_claim #: field:crm.claim,create_date:0 @@ -290,7 +298,7 @@ msgstr "Lezárás dátuma" #. module: crm_claim #: help:crm.claim,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "A feljegyzésen történt utolsó üzenet dátuma." #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view @@ -348,7 +356,7 @@ msgstr "Követők" #: view:crm.claim:crm_claim.view_crm_case_claims_filter #: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.action_report_crm_claim @@ -408,18 +416,18 @@ msgstr "Ez egy követő" #. module: crm_claim #: field:crm.claim,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Utolsó üzenet időpontja" #. module: crm_claim #: field:crm.claim,write_uid:0 #: field:crm.claim.stage,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: crm_claim #: field:crm.claim.stage,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: crm_claim #: help:crm.claim.stage,section_ids:0 @@ -466,11 +474,6 @@ msgstr "Cégem" msgid "My Sales Team(s)" msgstr "Az én értékesítő csapato(ai)m" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Saját cégem" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -541,7 +544,6 @@ msgstr "Preventív művelet" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritás" @@ -684,7 +686,6 @@ msgstr "Probléma felelőse" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Típus" @@ -726,9 +727,20 @@ msgstr "Követők e-mailjei" #. module: crm_claim #: field:crm.claim,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Weboldal üzenetek" #. module: crm_claim #: help:crm.claim,website_message_ids:0 msgid "Website communication history" -msgstr "" +msgstr "Weboldal kommunikáció történet" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "Munkamennyiség" + +#~ msgid "# of Cases" +#~ msgstr "Esetek száma" + +#~ msgid "My company" +#~ msgstr "Saját cégem" diff --git a/addons/crm_claim/i18n/it.po b/addons/crm_claim/i18n/it.po index 6f72bd51312..a605d56a5b5 100644 --- a/addons/crm_claim/i18n/it.po +++ b/addons/crm_claim/i18n/it.po @@ -7,20 +7,20 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 06:37+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 msgid "# Claims" -msgstr "" +msgstr "# Reclami" #. module: crm_claim #: field:crm.claim.report,email:0 @@ -29,14 +29,14 @@ msgstr "# Email" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Numero di Casi" +msgid "# of Claims" +msgstr "# di reclami" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 #, python-format msgid "%s (copy)" -msgstr "" +msgstr "%s (copia)" #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.crm_case_categ_claim0 @@ -50,6 +50,15 @@ msgid "" "

    \n" " " msgstr "" +"Copy text \t\n" +"

    \n" +"Record e traccie dei reclami cliente. I reclami possono essere collegati a " +"ordini di ventia o a un lotto. Potrete inviare mail con allegati e tenere " +"traccia della completa storia di un reclamo (e-mails spedite, tipi di " +"interventi e via dicendo) . I reclami possono automaticamente essere " +"collegati ad un indirizzo e-mail utilizzando il modulo Mail Gateway.\n" +"

    \n" +" " #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.crm_claim_categ_action @@ -63,6 +72,13 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +"Click per creare una categoria di reclamo.\n" +"

    \n" +"Crea una categoria di raclamo per gestire meglio e classificare i propri\n" +"reclami. Alcuni esempi di reclamo possono essere: azioni preventive, \n" +"azioni correttive.

    \n" +" " #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.crm_claim_stage_act @@ -79,15 +95,21 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +"Click per importare un nuovo stage nel processo per i reclami.\n" +"

    \n" +"Potete creare uno stage di reclamo per categorizzare lo stato di ogni\n" +"reclamo inserito nel sistema. Gli stage definiscono tutti i passi\n" +"richiesti per una risoluzione del reclamo.

    \n" +" " #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view msgid "Action Description..." -msgstr "" +msgstr "Descrizione azione..." #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo azione" @@ -133,7 +155,6 @@ msgstr "Categorie reclami" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data reclamo" @@ -141,7 +162,7 @@ msgstr "Data reclamo" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter msgid "Claim Date by Month" -msgstr "" +msgstr "Data reclamo per mese" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view @@ -150,8 +171,9 @@ msgstr "Descrizione del reclamo" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" -msgstr "" +msgstr "Mese reclamo" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view @@ -171,6 +193,7 @@ msgstr "Fasi del Reclamo" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Oggetto del reclamo" @@ -249,12 +272,12 @@ msgstr "Data creazione" #: field:crm.claim,create_uid:0 #: field:crm.claim.stage,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: crm_claim #: field:crm.claim.stage,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: crm_claim #: field:crm.claim,create_date:0 @@ -269,7 +292,7 @@ msgstr "Data di chiusura" #. module: crm_claim #: help:crm.claim,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_form_view @@ -327,7 +350,7 @@ msgstr "Followers" #: view:crm.claim:crm_claim.view_crm_case_claims_filter #: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: crm_claim #: model:ir.actions.act_window,help:crm_claim.action_report_crm_claim @@ -387,18 +410,18 @@ msgstr "E' un Follower" #. module: crm_claim #: field:crm.claim,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: crm_claim #: field:crm.claim,write_uid:0 #: field:crm.claim.stage,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: crm_claim #: field:crm.claim.stage,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: crm_claim #: help:crm.claim.stage,section_ids:0 @@ -445,11 +468,6 @@ msgstr "La mia azienda" msgid "My Sales Team(s)" msgstr "I Miei Team di Vendita" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "La mia azienda" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -520,7 +538,6 @@ msgstr "Azione preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Priorità" @@ -663,7 +680,6 @@ msgstr "Responsabile Problematiche" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -705,9 +721,20 @@ msgstr "Email osservatori" #. module: crm_claim #: field:crm.claim,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Messaggi sito" #. module: crm_claim #: help:crm.claim,website_message_ids:0 msgid "Website communication history" -msgstr "" +msgstr "Storico comunicazione sito" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "Carico di lavoro" + +#~ msgid "# of Cases" +#~ msgstr "Numero di Casi" + +#~ msgid "My company" +#~ msgstr "La mia azienda" diff --git a/addons/crm_claim/i18n/ja.po b/addons/crm_claim/i18n/ja.po index d79fa74b2c0..930cbf07dc5 100644 --- a/addons/crm_claim/i18n/ja.po +++ b/addons/crm_claim/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "Eメールの数" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "案件の数" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "アクションタイプ" @@ -133,7 +132,6 @@ msgstr "クレームの種類" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "クレームの日付" @@ -150,6 +148,7 @@ msgstr "クレームの詳細" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "クレームの段階" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "クレームの件名" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "私の営業チーム" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "私の会社" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "予防措置" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "優先度" @@ -650,7 +644,6 @@ msgstr "不具合の責任" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "タイプ" @@ -698,3 +691,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "My company" +#~ msgstr "私の会社" + +#~ msgid "# of Cases" +#~ msgstr "案件の数" diff --git a/addons/crm_claim/i18n/ko.po b/addons/crm_claim/i18n/ko.po index 1bb8cd9244a..3948bc251a2 100644 --- a/addons/crm_claim/i18n/ko.po +++ b/addons/crm_claim/i18n/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-02 10:44+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: ko\n" @@ -30,8 +30,8 @@ msgstr "이메일 #" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "사례 #" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -110,7 +110,6 @@ msgstr "동작 설명..." #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "동작 유형" @@ -156,7 +155,6 @@ msgstr "불만사항 카테고리" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "불만사항 날짜" @@ -173,6 +171,7 @@ msgstr "불만사항 설명" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "불만사항 월" @@ -194,6 +193,7 @@ msgstr "불만사항 단계" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "불만사항 제목" @@ -460,11 +460,6 @@ msgstr "내 업체" msgid "My Sales Team(s)" msgstr "내 영업팀" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "내 업체" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -535,7 +530,6 @@ msgstr "예방조치" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "우선 순위" @@ -675,7 +669,6 @@ msgstr "문제 담당" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "유형" @@ -723,3 +716,14 @@ msgstr "웹 사이트 메시지" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "웹 사이트 대화이력" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "사례 #" + +#~ msgid "My company" +#~ msgstr "내 업체" diff --git a/addons/crm_claim/i18n/lt.po b/addons/crm_claim/i18n/lt.po index 9eb997e1747..2495e88c8bb 100644 --- a/addons/crm_claim/i18n/lt.po +++ b/addons/crm_claim/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,7 +29,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" +msgid "# of Claims" msgstr "" #. module: crm_claim @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "" @@ -698,3 +691,8 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" diff --git a/addons/crm_claim/i18n/mk.po b/addons/crm_claim/i18n/mk.po index 8993ec17d68..7c3cc64b3f8 100644 --- a/addons/crm_claim/i18n/mk.po +++ b/addons/crm_claim/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# Е-пошти" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# од случаи" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -108,7 +108,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Тип на Акција" @@ -154,7 +153,6 @@ msgstr "Категории на рекламација" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Датум на рекламација" @@ -171,6 +169,7 @@ msgstr "Опис на рекламација" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -192,6 +191,7 @@ msgstr "Етапи на рекламација" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Предмет на рекламација" @@ -466,11 +466,6 @@ msgstr "Мојата компанија" msgid "My Sales Team(s)" msgstr "Мојот продажен тим(ови)" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Мојата компанија" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -541,7 +536,6 @@ msgstr "Превентивна акција" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Приоритет" @@ -684,7 +678,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tип" @@ -732,3 +725,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# од случаи" + +#~ msgid "My company" +#~ msgstr "Мојата компанија" diff --git a/addons/crm_claim/i18n/mn.po b/addons/crm_claim/i18n/mn.po index 74f5fb9567c..0d3fb7909d1 100644 --- a/addons/crm_claim/i18n/mn.po +++ b/addons/crm_claim/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# Э-мэйлүүд" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Хэрэгийн #" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -105,7 +105,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Үйлдлийн төрөл" @@ -151,7 +150,6 @@ msgstr "Гомдлын Ангилал" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Гомдлын Огноо" @@ -168,6 +166,7 @@ msgstr "Гомдолын тайлбар" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -189,6 +188,7 @@ msgstr "Гомдолын үе" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Гомдлын гарчиг" @@ -464,11 +464,6 @@ msgstr "Миний Компани" msgid "My Sales Team(s)" msgstr "Миний Борлуулалтын Баг" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Миний компани" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -539,7 +534,6 @@ msgstr "Урьдчилан сануулах үйлдэл" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Чухалчлал" @@ -681,7 +675,6 @@ msgstr "Бэрхшээлийг хариуцагч" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Төрөл" @@ -729,3 +722,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Хэрэгийн #" + +#~ msgid "My company" +#~ msgstr "Миний компани" diff --git a/addons/crm_claim/i18n/nb.po b/addons/crm_claim/i18n/nb.po index 057a70e90c0..34b7481f7bd 100644 --- a/addons/crm_claim/i18n/nb.po +++ b/addons/crm_claim/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# E-poster" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# av Saker." +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Handlings type." @@ -133,7 +132,6 @@ msgstr "Krav kategorier." #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "Hevder Beskrivelse." #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Krav stadier." #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Mine salgs lag" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Min bedrift." - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritet" @@ -652,7 +646,6 @@ msgstr "Problemer ansvarlig." #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Type" @@ -700,3 +693,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "My company" +#~ msgstr "Min bedrift." + +#~ msgid "# of Cases" +#~ msgstr "# av Saker." diff --git a/addons/crm_claim/i18n/nl.po b/addons/crm_claim/i18n/nl.po index 7ec63654b2b..a6d9b36f5f1 100644 --- a/addons/crm_claim/i18n/nl.po +++ b/addons/crm_claim/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 07:15+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:29+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_claim @@ -29,8 +29,8 @@ msgstr "# E-mails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# Dossiers" +msgid "# of Claims" +msgstr "# klacten" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -118,7 +118,6 @@ msgstr "Actie beschrijving..." #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Actiesoort" @@ -164,7 +163,6 @@ msgstr "Klachtcategoriën" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Klachtdatum" @@ -181,6 +179,7 @@ msgstr "Klachtomschrijving" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "Klacht maand" @@ -202,6 +201,7 @@ msgstr "Klachtfases" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Klacht onderwerp" @@ -478,11 +478,6 @@ msgstr "Mijn bedrijf" msgid "My Sales Team(s)" msgstr "Mijn verkoop team(s)" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Mijn bedrijf" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -553,7 +548,6 @@ msgstr "Preventieve actie" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioriteit" @@ -696,7 +690,6 @@ msgstr "Verantwoordelijke gebruiker" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Soort" @@ -744,3 +737,14 @@ msgstr "Website berichten" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "Website communicatie geschiedenis" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "Werkdruk" + +#~ msgid "# of Cases" +#~ msgstr "# Dossiers" + +#~ msgid "My company" +#~ msgstr "Mijn bedrijf" diff --git a/addons/crm_claim/i18n/pl.po b/addons/crm_claim/i18n/pl.po index 7a249ae9e9e..7c2e82ae26e 100644 --- a/addons/crm_claim/i18n/pl.po +++ b/addons/crm_claim/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# wiadomości" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# spraw" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -103,7 +103,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Typ akcji" @@ -149,7 +148,6 @@ msgstr "Kategorie serwisu" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data serwisu" @@ -166,6 +164,7 @@ msgstr "Opis serwisu" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -187,6 +186,7 @@ msgstr "Etapy serwisu" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Temat serwisu" @@ -460,11 +460,6 @@ msgstr "Moja firma" msgid "My Sales Team(s)" msgstr "Moje zespoły sprzedaży" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Moja firma" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -535,7 +530,6 @@ msgstr "Akcja prewencyjna" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Priorytet" @@ -677,7 +671,6 @@ msgstr "Odpowiedzialny za problem" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Typ" @@ -725,3 +718,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# spraw" + +#~ msgid "My company" +#~ msgstr "Moja firma" diff --git a/addons/crm_claim/i18n/pt.po b/addons/crm_claim/i18n/pt.po index 3f209158e23..6254e1697a9 100644 --- a/addons/crm_claim/i18n/pt.po +++ b/addons/crm_claim/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 08:45+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_claim @@ -29,8 +29,8 @@ msgstr "# Emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# dos Casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -117,7 +117,6 @@ msgstr "Descrição da Ação" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo de Ação" @@ -163,7 +162,6 @@ msgstr "Categoria da reclamação" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data de reclamação" @@ -180,6 +178,7 @@ msgstr "Descrição da reclamação" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "Mês da Reclamação" @@ -201,6 +200,7 @@ msgstr "Fases da reclamação" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Assunto da reclamação" @@ -475,11 +475,6 @@ msgstr "A minha empresa" msgid "My Sales Team(s)" msgstr "Minha Equipa(s) de Vendas" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Minha Empresa" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -550,7 +545,6 @@ msgstr "Ação preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridade" @@ -693,7 +687,6 @@ msgstr "Responsável pelo Assunto" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -741,3 +734,14 @@ msgstr "Mensagens do Website" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "Histórico de Comunicação do Website" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "My company" +#~ msgstr "Minha Empresa" + +#~ msgid "# of Cases" +#~ msgstr "# dos Casos" diff --git a/addons/crm_claim/i18n/pt_BR.po b/addons/crm_claim/i18n/pt_BR.po index 9f12cfac701..803c902e3ed 100644 --- a/addons/crm_claim/i18n/pt_BR.po +++ b/addons/crm_claim/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-30 00:36+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -30,8 +30,8 @@ msgstr "# Emails" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# de Casos" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -117,7 +117,6 @@ msgstr "Descrição da Ação" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipo de Ação" @@ -163,7 +162,6 @@ msgstr "Categorias de Solicitações" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data da Solicitação" @@ -180,6 +178,7 @@ msgstr "Descrição da Solicitação" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "Mês da Solicitação" @@ -201,6 +200,7 @@ msgstr "Estágios da Solicitação" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Assunto da Solicitação" @@ -476,11 +476,6 @@ msgstr "Minha Empresa" msgid "My Sales Team(s)" msgstr "Minha Equipe de Vendas" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Minha empresa" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -551,7 +546,6 @@ msgstr "Ação Preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioridade" @@ -694,7 +688,6 @@ msgstr "Responsável pela Solicitação" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tipo" @@ -742,3 +735,14 @@ msgstr "Mensagens do Site" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "Histórico de Comunicação do Site" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "My company" +#~ msgstr "Minha empresa" + +#~ msgid "# of Cases" +#~ msgstr "# de Casos" diff --git a/addons/crm_claim/i18n/ro.po b/addons/crm_claim/i18n/ro.po index 2df2f33b0b3..9c2c0f017c6 100644 --- a/addons/crm_claim/i18n/ro.po +++ b/addons/crm_claim/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# Email-uri" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# de Cazuri" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -108,7 +108,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tipul actiunii" @@ -154,7 +153,6 @@ msgstr "Categorii solicitare" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Data solicitarii" @@ -171,6 +169,7 @@ msgstr "Descrierea solicitarii" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -192,6 +191,7 @@ msgstr "Etapele Solicitarii" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Subiect solicitare" @@ -466,11 +466,6 @@ msgstr "Compania Mea" msgid "My Sales Team(s)" msgstr "Echipa mea (echipele mele) de vanzari" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Compania mea" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -541,7 +536,6 @@ msgstr "Actiune preventiva" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritate" @@ -684,7 +678,6 @@ msgstr "Responsabil problema" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tip" @@ -732,3 +725,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de Cazuri" + +#~ msgid "My company" +#~ msgstr "Compania mea" diff --git a/addons/crm_claim/i18n/ru.po b/addons/crm_claim/i18n/ru.po index c2aacc21226..251e4ac1b36 100644 --- a/addons/crm_claim/i18n/ru.po +++ b/addons/crm_claim/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# эл. писем" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "кол-во дел" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Тип действия" @@ -133,7 +132,6 @@ msgstr "Категории претензий" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Дата претензии" @@ -150,6 +148,7 @@ msgstr "Описание претензии" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Этапы претензии" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Предмет претензии" @@ -445,11 +445,6 @@ msgstr "Моя компания" msgid "My Sales Team(s)" msgstr "Мои отделы продаж" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Моя компания" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -520,7 +515,6 @@ msgstr "Предупредительное действие" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Важность" @@ -660,7 +654,6 @@ msgstr "Проблемный ответственный" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Тип" @@ -708,3 +701,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "кол-во дел" + +#~ msgid "My company" +#~ msgstr "Моя компания" diff --git a/addons/crm_claim/i18n/sl.po b/addons/crm_claim/i18n/sl.po index 1ac41c0af7c..796ed10e1d2 100644 --- a/addons/crm_claim/i18n/sl.po +++ b/addons/crm_claim/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# E-sporočil" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# primerov" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -105,7 +105,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Vrsta dejanja" @@ -151,7 +150,6 @@ msgstr "Kategorije pritožb" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Datum pritožbe" @@ -168,6 +166,7 @@ msgstr "Opis pritožbe" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -189,6 +188,7 @@ msgstr "Faze pritožbe" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Subjekt pritožbe" @@ -461,11 +461,6 @@ msgstr "Moje podjetje" msgid "My Sales Team(s)" msgstr "Moja prodajna ekipa(e)" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Moje podjetje" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -536,7 +531,6 @@ msgstr "Preventivna akcija" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioriteta" @@ -679,7 +673,6 @@ msgstr "Odgovoren za težave" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Vrsta" @@ -727,3 +720,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# primerov" + +#~ msgid "My company" +#~ msgstr "Moje podjetje" diff --git a/addons/crm_claim/i18n/sq.po b/addons/crm_claim/i18n/sq.po index da774ec86b6..07cbd699c85 100644 --- a/addons/crm_claim/i18n/sq.po +++ b/addons/crm_claim/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,7 +29,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" +msgid "# of Claims" msgstr "" #. module: crm_claim @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "" @@ -133,7 +132,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "" @@ -650,7 +644,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "" @@ -698,3 +691,8 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" diff --git a/addons/crm_claim/i18n/sr.po b/addons/crm_claim/i18n/sr.po index afce36ef612..2d66b38a019 100644 --- a/addons/crm_claim/i18n/sr.po +++ b/addons/crm_claim/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# Slucajeva" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tip Akcije" @@ -133,7 +132,6 @@ msgstr "Kategorije Potrazivanja" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Datum Zahteva" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Nivoi Zahteva" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "Preventivna Akcija" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritet" @@ -652,7 +646,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tip" @@ -700,3 +693,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slucajeva" diff --git a/addons/crm_claim/i18n/sr@latin.po b/addons/crm_claim/i18n/sr@latin.po index 22e9aaa7c69..24d68d9c133 100644 --- a/addons/crm_claim/i18n/sr@latin.po +++ b/addons/crm_claim/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# Slučajâ" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Tip Akcije" @@ -133,7 +132,6 @@ msgstr "Kategorije Potrazivanja" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Datum Zahteva" @@ -150,6 +148,7 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "Nivoi Zahteva" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "Preventivna Akcija" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritet" @@ -652,7 +646,6 @@ msgstr "" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Tip" @@ -700,3 +693,11 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slučajâ" diff --git a/addons/crm_claim/i18n/sv.po b/addons/crm_claim/i18n/sv.po index 82029c7ec41..6fea2731e95 100644 --- a/addons/crm_claim/i18n/sv.po +++ b/addons/crm_claim/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# e-postmeddelanden" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# Ärenden" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -107,7 +107,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "Åtgärdstyp" @@ -153,7 +152,6 @@ msgstr "Reklamationskategorier" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Reklamationsdatum" @@ -170,6 +168,7 @@ msgstr "Reklamationsbeskrivning" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -191,6 +190,7 @@ msgstr "Reklamationsetapper" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Reklamationsrubrik" @@ -465,11 +465,6 @@ msgstr "Mitt bolag" msgid "My Sales Team(s)" msgstr "Mina säljlag" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Mitt bolag" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -540,7 +535,6 @@ msgstr "Förebyggande åtgärd" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Prioritet" @@ -682,7 +676,6 @@ msgstr "Problemansvarig" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Typ" @@ -730,3 +723,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Ärenden" + +#~ msgid "My company" +#~ msgstr "Mitt bolag" diff --git a/addons/crm_claim/i18n/tr.po b/addons/crm_claim/i18n/tr.po index 904ab8c40cc..312e883c23e 100644 --- a/addons/crm_claim/i18n/tr.po +++ b/addons/crm_claim/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "# E-postaları" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "Vaka #" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -107,7 +107,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "İşlem Türü" @@ -153,7 +152,6 @@ msgstr "Şikayet Kategorileri" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "Şikayet Tarihi" @@ -170,6 +168,7 @@ msgstr "Şikayetin Açıklaması" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -191,6 +190,7 @@ msgstr "Şikayet Aşamaları" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "Şikayetin Konusu" @@ -465,11 +465,6 @@ msgstr "Firmam" msgid "My Sales Team(s)" msgstr "Satış Ekiplerim" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "Şirketim" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -540,7 +535,6 @@ msgstr "Önleyici İşlem" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "Öncelik" @@ -682,7 +676,6 @@ msgstr "Problemin Sorumlusu" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "Türü" @@ -730,3 +723,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "My company" +#~ msgstr "Şirketim" + +#~ msgid "# of Cases" +#~ msgstr "Vaka #" diff --git a/addons/crm_claim/i18n/zh_CN.po b/addons/crm_claim/i18n/zh_CN.po index 6b3dbec7d88..f93285f4be3 100644 --- a/addons/crm_claim/i18n/zh_CN.po +++ b/addons/crm_claim/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "电子邮件" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# 业务" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -101,7 +101,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "动作类型" @@ -147,7 +146,6 @@ msgstr "索赔分类" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "索赔日期" @@ -164,6 +162,7 @@ msgstr "索陪说明" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -185,6 +184,7 @@ msgstr "索赔阶段" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "索赔主题" @@ -451,11 +451,6 @@ msgstr "我的公司" msgid "My Sales Team(s)" msgstr "我的销售团队" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "我的公司" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -526,7 +521,6 @@ msgstr "预防措施的动作" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "优先级" @@ -664,7 +658,6 @@ msgstr "问题责任" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "类型" @@ -712,3 +705,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# 业务" + +#~ msgid "My company" +#~ msgstr "我的公司" diff --git a/addons/crm_claim/i18n/zh_TW.po b/addons/crm_claim/i18n/zh_TW.po index b2c7df78977..eec20faf247 100644 --- a/addons/crm_claim/i18n/zh_TW.po +++ b/addons/crm_claim/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_claim #: field:res.partner,claim_count:0 @@ -29,8 +29,8 @@ msgstr "電子郵件" #. module: crm_claim #: field:crm.claim.report,nbr:0 -msgid "# of Cases" -msgstr "# 業務量" +msgid "# of Claims" +msgstr "" #. module: crm_claim #: code:addons/crm_claim/crm_claim.py:167 @@ -87,7 +87,6 @@ msgstr "" #. module: crm_claim #: field:crm.claim,type_action:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,type_action:0 msgid "Action Type" msgstr "動作類型" @@ -133,7 +132,6 @@ msgstr "索賠分類" #. module: crm_claim #: field:crm.claim,date:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,claim_date:0 msgid "Claim Date" msgstr "索賠日期" @@ -150,6 +148,7 @@ msgstr "索陪說明" #. module: crm_claim #: view:crm.claim:crm_claim.view_crm_case_claims_filter +#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Claim Month" msgstr "" @@ -171,6 +170,7 @@ msgstr "索賠階段" #. module: crm_claim #: field:crm.claim,name:0 +#: field:crm.claim.report,subject:0 msgid "Claim Subject" msgstr "索賠主題" @@ -437,11 +437,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "我的銷售團隊" -#. module: crm_claim -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter -msgid "My company" -msgstr "我的公司" - #. module: crm_claim #: model:crm.claim.stage,name:crm_claim.stage_claim1 msgid "New" @@ -512,7 +507,6 @@ msgstr "預防措施的動作" #. module: crm_claim #: field:crm.claim,priority:0 -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter #: field:crm.claim.report,priority:0 msgid "Priority" msgstr "優先級" @@ -650,7 +644,6 @@ msgstr "問題責任" #. module: crm_claim #: view:crm.claim:crm_claim.crm_case_claims_tree_view #: view:crm.claim:crm_claim.view_crm_case_claims_filter -#: view:crm.claim.report:crm_claim.view_report_crm_claim_filter msgid "Type" msgstr "類型" @@ -698,3 +691,14 @@ msgstr "" #: help:crm.claim,website_message_ids:0 msgid "Website communication history" msgstr "" + +#. module: crm_claim +#: model:ir.filters,name:crm_claim.filter_report_crm_claim_workload +msgid "Workload" +msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# 業務量" + +#~ msgid "My company" +#~ msgstr "我的公司" diff --git a/addons/crm_helpdesk/i18n/ar.po b/addons/crm_helpdesk/i18n/ar.po index 2743fd2f4c2..ee5d888d1f7 100644 --- a/addons/crm_helpdesk/i18n/ar.po +++ b/addons/crm_helpdesk/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "عدد الرسائل" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "الحالات" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "فئة" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "قناة" @@ -141,7 +140,6 @@ msgstr "تاريخ الإنشاء" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "تاريخ" @@ -380,6 +378,11 @@ msgstr "الرسائل و سجل التواصل" msgid "Misc" msgstr "متفرقات" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "شهر" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -400,11 +403,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "فريقي للمبيعات" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "شركتي" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -651,3 +649,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "الحالات" + +#~ msgid "My company" +#~ msgstr "شركتي" diff --git a/addons/crm_helpdesk/i18n/bg.po b/addons/crm_helpdesk/i18n/bg.po index 52544ef49a1..8dc1cafc683 100644 --- a/addons/crm_helpdesk/i18n/bg.po +++ b/addons/crm_helpdesk/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "# Имейли" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "Категория" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Канал" @@ -141,7 +140,6 @@ msgstr "Дата на създаване" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Дата" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "Разни" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Месец" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/bs.po b/addons/crm_helpdesk/i18n/bs.po index 0bc76b64c55..1f6d0607d1f 100644 --- a/addons/crm_helpdesk/i18n/bs.po +++ b/addons/crm_helpdesk/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "#E-mail-ova" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# Slučajeva" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategorija" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -143,7 +142,6 @@ msgstr "Datum kreiranja" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -387,6 +385,11 @@ msgstr "Poruke i istorija komunikacije" msgid "Misc" msgstr "Razno" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mjesec" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "Moja kompanija" msgid "My Sales Team(s)" msgstr "Moj(i) prodajni tim(ovi)" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Moja kompanija" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -665,3 +663,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slučajeva" + +#~ msgid "My company" +#~ msgstr "Moja kompanija" diff --git a/addons/crm_helpdesk/i18n/ca.po b/addons/crm_helpdesk/i18n/ca.po index 994a54866fb..f555e940b65 100644 --- a/addons/crm_helpdesk/i18n/ca.po +++ b/addons/crm_helpdesk/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "Nº d'emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# de casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Categoria" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -143,7 +142,6 @@ msgstr "Data de creació" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -383,6 +381,11 @@ msgstr "" msgid "Misc" msgstr "Varis" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mes" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -403,11 +406,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -654,3 +652,6 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de casos" diff --git a/addons/crm_helpdesk/i18n/cs.po b/addons/crm_helpdesk/i18n/cs.po index 9b191ca8fc0..49e4b4a4b9a 100644 --- a/addons/crm_helpdesk/i18n/cs.po +++ b/addons/crm_helpdesk/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/da.po b/addons/crm_helpdesk/i18n/da.po index b8a6bdfc489..a19f9d1f873 100644 --- a/addons/crm_helpdesk/i18n/da.po +++ b/addons/crm_helpdesk/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/de.po b/addons/crm_helpdesk/i18n/de.po index 60625e24250..df32a056900 100644 --- a/addons/crm_helpdesk/i18n/de.po +++ b/addons/crm_helpdesk/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 12:35+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:17+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk @@ -25,8 +25,8 @@ msgstr "E-Mails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Fälle" +msgid "# of Requests" +msgstr "# Anfragen" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -103,7 +103,6 @@ msgstr "Kategorie" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -163,7 +162,6 @@ msgstr "Datum Erstellung" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -408,6 +406,11 @@ msgstr "Nachrichten und Kommunikation" msgid "Misc" msgstr "Verschiedene" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Monat" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -428,11 +431,6 @@ msgstr "Mein Unternehmen" msgid "My Sales Team(s)" msgstr "Mein(e) Verkaufsteam(s)" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Mein Unternehmen" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -691,3 +689,9 @@ msgid "" msgstr "" "Keine weitere Eskalation möglich, da Sie bereits die obersten Ebene erreicht " "haben." + +#~ msgid "My company" +#~ msgstr "Mein Unternehmen" + +#~ msgid "# of Cases" +#~ msgstr "Fälle" diff --git a/addons/crm_helpdesk/i18n/el.po b/addons/crm_helpdesk/i18n/el.po index 4eeec46adc7..0b6cfef548e 100644 --- a/addons/crm_helpdesk/i18n/el.po +++ b/addons/crm_helpdesk/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# Emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# από Υποθέσεις" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Κατηγορία" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Κανάλι" @@ -141,7 +140,6 @@ msgstr "Ημερομηνία Δημιουργίας" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Ημερομηνία" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "Διαφ." +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Μήνας" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -646,3 +644,6 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# από Υποθέσεις" diff --git a/addons/crm_helpdesk/i18n/es.po b/addons/crm_helpdesk/i18n/es.po index 686d515d77b..84496c60a94 100644 --- a/addons/crm_helpdesk/i18n/es.po +++ b/addons/crm_helpdesk/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-15 07:58+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:36+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "nº de emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "nº de casos" +msgid "# of Requests" +msgstr "Nº de peticiones" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -96,7 +96,6 @@ msgstr "Categoría" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -155,7 +154,6 @@ msgstr "Fecha de creación" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Fecha" @@ -399,6 +397,11 @@ msgstr "Mensajes e historial de comunicación" msgid "Misc" msgstr "Misc." +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mes" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -419,11 +422,6 @@ msgstr "Mi compañía" msgid "My Sales Team(s)" msgstr "Mi(s) equipo(s) de ventas" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Mi compañía" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -679,3 +677,9 @@ msgid "" msgstr "" "No se puede escalar, ya que está en la categoría más alta de su equipo de " "ventas." + +#~ msgid "# of Cases" +#~ msgstr "nº de casos" + +#~ msgid "My company" +#~ msgstr "Mi compañía" diff --git a/addons/crm_helpdesk/i18n/es_AR.po b/addons/crm_helpdesk/i18n/es_AR.po index 3d9768f8ee0..aacb2b217fb 100644 --- a/addons/crm_helpdesk/i18n/es_AR.po +++ b/addons/crm_helpdesk/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# de Casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -381,6 +379,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -401,11 +404,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Mi compañía" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -649,3 +647,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# de Casos" + +#~ msgid "My company" +#~ msgstr "Mi compañía" diff --git a/addons/crm_helpdesk/i18n/es_CR.po b/addons/crm_helpdesk/i18n/es_CR.po index b331d5b539a..3361629e148 100644 --- a/addons/crm_helpdesk/i18n/es_CR.po +++ b/addons/crm_helpdesk/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "nº de emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "nº de casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Categoría" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -143,7 +142,6 @@ msgstr "Fecha de creación" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Fecha" @@ -383,6 +381,11 @@ msgstr "" msgid "Misc" msgstr "Misc." +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mes" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -403,11 +406,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Mi equipo de ventas" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Mi Compañia" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -654,3 +652,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "nº de casos" + +#~ msgid "My company" +#~ msgstr "Mi Compañia" diff --git a/addons/crm_helpdesk/i18n/es_PY.po b/addons/crm_helpdesk/i18n/es_PY.po index 1e279d6217b..936420f37fa 100644 --- a/addons/crm_helpdesk/i18n/es_PY.po +++ b/addons/crm_helpdesk/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "Nº de emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Nº de casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Categoría" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -143,7 +142,6 @@ msgstr "Fecha creación" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Fecha" @@ -383,6 +381,11 @@ msgstr "" msgid "Misc" msgstr "Varios" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mes" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -403,11 +406,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -654,3 +652,6 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Nº de casos" diff --git a/addons/crm_helpdesk/i18n/fi.po b/addons/crm_helpdesk/i18n/fi.po index 9f98895f611..92371aaaac4 100644 --- a/addons/crm_helpdesk/i18n/fi.po +++ b/addons/crm_helpdesk/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "Sähköpostien määrä" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Tapausten määrä" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Ryhmä" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanava" @@ -143,7 +142,6 @@ msgstr "Luontipäivämäärä" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Päiväys" @@ -380,6 +378,11 @@ msgstr "" msgid "Misc" msgstr "Sekalaiset" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Kuukausi" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -400,11 +403,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Oma myyntitiimi" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Oma yritys" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -651,3 +649,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Tapausten määrä" + +#~ msgid "My company" +#~ msgstr "Oma yritys" diff --git a/addons/crm_helpdesk/i18n/fr.po b/addons/crm_helpdesk/i18n/fr.po index 9597a0be6e3..daa45d948f4 100644 --- a/addons/crm_helpdesk/i18n/fr.po +++ b/addons/crm_helpdesk/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "Nb. de courriels" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Nb de cas" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Catégorie" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -143,7 +142,6 @@ msgstr "Date de création" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Date" @@ -387,6 +385,11 @@ msgstr "" msgid "Misc" msgstr "Divers" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mois" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Mon (mes) équipe(s) de vente" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Ma société" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -659,3 +657,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "My company" +#~ msgstr "Ma société" + +#~ msgid "# of Cases" +#~ msgstr "Nb de cas" diff --git a/addons/crm_helpdesk/i18n/gl.po b/addons/crm_helpdesk/i18n/gl.po index b658d8f355f..98d366f95d5 100644 --- a/addons/crm_helpdesk/i18n/gl.po +++ b/addons/crm_helpdesk/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "Nº de emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Nº de casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Categoría" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canle" @@ -143,7 +142,6 @@ msgstr "Data de creación" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -383,6 +381,11 @@ msgstr "" msgid "Misc" msgstr "Varios" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mes" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -403,11 +406,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -654,3 +652,6 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Nº de casos" diff --git a/addons/crm_helpdesk/i18n/gu.po b/addons/crm_helpdesk/i18n/gu.po index 518bf76a849..3ad48b82c14 100644 --- a/addons/crm_helpdesk/i18n/gu.po +++ b/addons/crm_helpdesk/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/he.po b/addons/crm_helpdesk/i18n/he.po index c7e67d74755..3d6577fc8d8 100644 --- a/addons/crm_helpdesk/i18n/he.po +++ b/addons/crm_helpdesk/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# מיילים" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# הפניות" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "קטיגוריה" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "ערוץ" @@ -142,7 +141,6 @@ msgstr "תאריך היצירה" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "תאריך" @@ -379,6 +377,11 @@ msgstr "היסטוריית הודעות ותקשורת" msgid "Misc" msgstr "שונות" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "חודש" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -399,11 +402,6 @@ msgstr "החברה שלי" msgid "My Sales Team(s)" msgstr "צוות(י) המכירות שלי" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "החברה שלי" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -647,3 +645,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# הפניות" + +#~ msgid "My company" +#~ msgstr "החברה שלי" diff --git a/addons/crm_helpdesk/i18n/hr.po b/addons/crm_helpdesk/i18n/hr.po index d5ddb4d1921..866f22789ae 100644 --- a/addons/crm_helpdesk/i18n/hr.po +++ b/addons/crm_helpdesk/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "#E-mail-ova" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# Slučaja" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategorija" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -141,7 +140,6 @@ msgstr "Datum kreiranja" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -385,6 +383,11 @@ msgstr "Poruke i povijest komuniciranja" msgid "Misc" msgstr "Razno" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mjesec" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -405,11 +408,6 @@ msgstr "Moja tvrtka" msgid "My Sales Team(s)" msgstr "Moj(i) prodajni tim(ovi)" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Moja tvrtka" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -657,3 +655,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slučaja" + +#~ msgid "My company" +#~ msgstr "Moja tvrtka" diff --git a/addons/crm_helpdesk/i18n/hu.po b/addons/crm_helpdesk/i18n/hu.po index f90fdd11188..e448f5f2252 100644 --- a/addons/crm_helpdesk/i18n/hu.po +++ b/addons/crm_helpdesk/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 21:12+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "E-mailek száma" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Esetek száma" +msgid "# of Requests" +msgstr "# Kérelmek száma" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -44,6 +44,21 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Kattintson új igény létrehozásához. \n" +"

    \n" +" Ügyfélszolgálat és Támogatás lehetővé teszi a beavatkozásai " +"nyomon követését.\n" +"

    \n" +" Hadználja az Odoo rendszer Garanciális ügyek kezelőjét a " +"támogatási tevékenységei\n" +" kezelésére. Garanciális ügyek hozzákapcsolhatók email " +"csatornához: új\n" +" emaileket hozhat létre egy garanciális ügy, mindegyik " +"automatikusan kap egy egyedi történet\n" +" nyomonkövetést az ügyféllél történt kommunikációról.\n" +"

    \n" +" " #. module: crm_helpdesk #: field:crm.helpdesk,active:0 @@ -84,7 +99,6 @@ msgstr "Kategória" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Csatorna" @@ -132,7 +146,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: crm_helpdesk #: field:crm.helpdesk,create_date:0 @@ -143,7 +157,6 @@ msgstr "Létrehozás dátuma" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Dátum" @@ -151,7 +164,7 @@ msgstr "Dátum" #. module: crm_helpdesk #: help:crm.helpdesk,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "A feljegyzésen történt utolsó üzenet dátuma." #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_form_view_helpdesk @@ -199,7 +212,7 @@ msgstr "E-mail" #: code:addons/crm_helpdesk/crm_helpdesk.py:117 #, python-format msgid "Error!" -msgstr "" +msgstr "Hiba!" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_form_view_helpdesk @@ -235,7 +248,7 @@ msgstr "Általános" #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.action_report_crm_helpdesk @@ -354,12 +367,12 @@ msgstr "Utolsó művelet" #. module: crm_helpdesk #: field:crm.helpdesk,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Utolsó üzenet időpontja" #. module: crm_helpdesk #: field:crm.helpdesk,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: crm_helpdesk #: selection:crm.helpdesk,priority:0 @@ -387,6 +400,11 @@ msgstr "Üzenetek és kommunikáció történet" msgid "Misc" msgstr "Vegyes" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Hónap" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +425,6 @@ msgstr "Cégem" msgid "My Sales Team(s)" msgstr "Az én értékesítő csapato(ai)m" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Saját cégem" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -533,12 +546,12 @@ msgstr "Hivatkozások" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter msgid "Request Date by Month" -msgstr "" +msgstr "Igénylési dátum havi szinten" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter msgid "Request Month" -msgstr "" +msgstr "Havi igénylés" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter @@ -654,12 +667,12 @@ msgstr "Követők e-mailjei" #. module: crm_helpdesk #: field:crm.helpdesk,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Weboldal üzenetek" #. module: crm_helpdesk #: help:crm.helpdesk,website_message_ids:0 msgid "Website communication history" -msgstr "" +msgstr "Weboldal kommunikáció történet" #. module: crm_helpdesk #: code:addons/crm_helpdesk/crm_helpdesk.py:117 @@ -668,3 +681,11 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" +"Nem tud feljebb lépni, már az értékesítési csoportját illetően a legmagasabb " +"fokon áll az értékesítési létrán." + +#~ msgid "# of Cases" +#~ msgstr "Esetek száma" + +#~ msgid "My company" +#~ msgstr "Saját cégem" diff --git a/addons/crm_helpdesk/i18n/it.po b/addons/crm_helpdesk/i18n/it.po index 41d053fe767..86cd14cd24b 100644 --- a/addons/crm_helpdesk/i18n/it.po +++ b/addons/crm_helpdesk/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 06:56+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# E-mail" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# di casi" +msgid "# of Requests" +msgstr "# di richieste" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -44,6 +44,17 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +"Click per creare una nuova richiesta.\n" +"

    \n" +"L'helpdesk e il supporto permettono di tracciare i vostri interventi.\n" +"

    \n" +"Utilizzare il sistema di gestione problematiche di ODOO per le attività di \n" +"supporto. I problemi possono essere collegati ad un server di posta: \n" +"Nuove mail possono creare problemi, ognuna di esse automaticamente\n" +"fornisce lo storico della conversazione con il cliente.\n" +"

    \n" +" " #. module: crm_helpdesk #: field:crm.helpdesk,active:0 @@ -84,7 +95,6 @@ msgstr "Categoria" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canale" @@ -132,7 +142,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: crm_helpdesk #: field:crm.helpdesk,create_date:0 @@ -143,7 +153,6 @@ msgstr "Data di creazione" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -151,7 +160,7 @@ msgstr "Data" #. module: crm_helpdesk #: help:crm.helpdesk,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_form_view_helpdesk @@ -199,7 +208,7 @@ msgstr "Email" #: code:addons/crm_helpdesk/crm_helpdesk.py:117 #, python-format msgid "Error!" -msgstr "" +msgstr "Errore!" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_form_view_helpdesk @@ -235,7 +244,7 @@ msgstr "Generale" #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.action_report_crm_helpdesk @@ -244,6 +253,9 @@ msgid "" "specific criteria such as the processing time, number of requests answered, " "emails sent and costs." msgstr "" +"Avere una panoramica generale delle richieste di supporto ordinandole per un " +"criterio specifico come il tempo per processarlo, il numero di richieste con " +"risposta, le e-mail inviate e i costi." #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_graph @@ -276,7 +288,7 @@ msgstr "Supporto Helpdesk" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk msgid "Helpdesk Support Tree" -msgstr "" +msgstr "Albero Gestione supporto helpdesk" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_helpdesk_calendar_view @@ -299,6 +311,8 @@ msgid "" "Helpdesk requests that are assigned to me or to one of the sale teams I " "manage" msgstr "" +"Richieste di helpdesk che sono assegnate a me o ad uno del team di vendita " +"che gestisco" #. module: crm_helpdesk #: selection:crm.helpdesk,priority:0 @@ -317,6 +331,8 @@ msgid "" "Holds the Chatter summary (number of messages, ...). This summary is " "directly in html format in order to be inserted in kanban views." msgstr "" +"Integra il sommario messaggi (numero di messaggi, ...). Questo riepilogo è " +"direttamente in formato HTML per essere inserito nelle viste Kanban." #. module: crm_helpdesk #: field:crm.helpdesk,id:0 @@ -347,12 +363,12 @@ msgstr "Ultima azione" #. module: crm_helpdesk #: field:crm.helpdesk,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: crm_helpdesk #: field:crm.helpdesk,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: crm_helpdesk #: selection:crm.helpdesk,priority:0 @@ -380,6 +396,11 @@ msgstr "Storico messaggi e comunicazioni" msgid "Misc" msgstr "Varie" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mese" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -400,11 +421,6 @@ msgstr "La mia azienda" msgid "My Sales Team(s)" msgstr "I Miei Team di Vendita" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "La mia azienda" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -526,12 +542,12 @@ msgstr "Riferimenti" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter msgid "Request Date by Month" -msgstr "" +msgstr "Data richieste per mese" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter msgid "Request Month" -msgstr "" +msgstr "Mese richieste" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter @@ -550,6 +566,8 @@ msgid "" "Responsible sales team. Define Responsible user and Email account for mail " "gateway." msgstr "" +"Responsabile del team di vendite. Definisci l'utente responsabile ed un " +"account email per in gateway email." #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.view_crm_case_helpdesk_filter @@ -602,6 +620,10 @@ msgid "" " \n" "If the case needs to be reviewed then the status is set to 'Pending'." msgstr "" +"Lo stato è impostato a 'bozza' quando il caso viene creato.\n" +"Se il caso è in stato di avanzamento e impostato su 'aperto'.\n" +"Quando il caso è terminato lo stato è 'fatto'.\n" +"Se il caso necessita di essere revisionato lo stato è impostato a 'pendente'." #. module: crm_helpdesk #: help:crm.helpdesk,email_cc:0 @@ -637,12 +659,12 @@ msgstr "Email osservatori" #. module: crm_helpdesk #: field:crm.helpdesk,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Messaggi sito" #. module: crm_helpdesk #: help:crm.helpdesk,website_message_ids:0 msgid "Website communication history" -msgstr "" +msgstr "Storico comunicazione sito" #. module: crm_helpdesk #: code:addons/crm_helpdesk/crm_helpdesk.py:117 @@ -651,3 +673,11 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" +"Non potete avanzare, siete al livello massimo relativo alla categoria del " +"vostro team di vendita" + +#~ msgid "# of Cases" +#~ msgstr "# di casi" + +#~ msgid "My company" +#~ msgstr "La mia azienda" diff --git a/addons/crm_helpdesk/i18n/ja.po b/addons/crm_helpdesk/i18n/ja.po index 3504c705e01..b4e99f60c92 100644 --- a/addons/crm_helpdesk/i18n/ja.po +++ b/addons/crm_helpdesk/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "Eメールの数" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "事例の数" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "分類" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "チャネル" @@ -141,7 +140,6 @@ msgstr "作成日" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "日付" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "その他" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "月" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "私の営業チーム" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "私の会社" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -646,3 +644,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "事例の数" + +#~ msgid "My company" +#~ msgstr "私の会社" diff --git a/addons/crm_helpdesk/i18n/ko.po b/addons/crm_helpdesk/i18n/ko.po index f0c04cedaee..1ec49a3ce70 100644 --- a/addons/crm_helpdesk/i18n/ko.po +++ b/addons/crm_helpdesk/i18n/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-03 04:43+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: ko\n" @@ -25,8 +25,8 @@ msgstr "이메일 #" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "사례 #" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -96,7 +96,6 @@ msgstr "분류" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "수단" @@ -153,7 +152,6 @@ msgstr "생성일" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "날짜" @@ -391,6 +389,11 @@ msgstr "메시지 및 의사소통 기록" msgid "Misc" msgstr "기타" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "월" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -411,11 +414,6 @@ msgstr "내 업체" msgid "My Sales Team(s)" msgstr "내 영업팀" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "내 업체" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -665,3 +663,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "확대할 수 없음, 이미 영업팀 카테고리에서 최상위 수준에 있습니다." + +#~ msgid "# of Cases" +#~ msgstr "사례 #" + +#~ msgid "My company" +#~ msgstr "내 업체" diff --git a/addons/crm_helpdesk/i18n/lt.po b/addons/crm_helpdesk/i18n/lt.po index 3255c0257d0..95c351ea503 100644 --- a/addons/crm_helpdesk/i18n/lt.po +++ b/addons/crm_helpdesk/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/lv.po b/addons/crm_helpdesk/i18n/lv.po index 90c22d68816..7b215a85891 100644 --- a/addons/crm_helpdesk/i18n/lv.po +++ b/addons/crm_helpdesk/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/mk.po b/addons/crm_helpdesk/i18n/mk.po index 4c53d378777..b2369342878 100644 --- a/addons/crm_helpdesk/i18n/mk.po +++ b/addons/crm_helpdesk/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# Е-пошти" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# од случаи" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Категорија" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Канал" @@ -143,7 +142,6 @@ msgstr "Датум на креирање" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Датум" @@ -387,6 +385,11 @@ msgstr "Историја на пораки и комуникација" msgid "Misc" msgstr "Разно" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Месец" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "Мојата компанија" msgid "My Sales Team(s)" msgstr "Мојот тим(ови) за продажби" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Мојата компанија" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -665,3 +663,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# од случаи" + +#~ msgid "My company" +#~ msgstr "Мојата компанија" diff --git a/addons/crm_helpdesk/i18n/mn.po b/addons/crm_helpdesk/i18n/mn.po index e36ebc46aa3..30c08847896 100644 --- a/addons/crm_helpdesk/i18n/mn.po +++ b/addons/crm_helpdesk/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# Эмэйлүүд" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "Хэрэгийн #" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Ангилал" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Суваг" @@ -143,7 +142,6 @@ msgstr "Үүсгэсэн Огноо" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Огноо" @@ -388,6 +386,11 @@ msgstr "Зурвас болон харилцсан түүх" msgid "Misc" msgstr "Бусад" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Сар" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -408,11 +411,6 @@ msgstr "Миний Компани" msgid "My Sales Team(s)" msgstr "Миний Борлуулалтын Баг" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Миний компани" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -666,3 +664,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "Хэрэгийн #" + +#~ msgid "My company" +#~ msgstr "Миний компани" diff --git a/addons/crm_helpdesk/i18n/nb.po b/addons/crm_helpdesk/i18n/nb.po index 4291bd295d5..8bcf5c5ff0f 100644 --- a/addons/crm_helpdesk/i18n/nb.po +++ b/addons/crm_helpdesk/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# E-poster" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# av Saker." +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategori" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal." @@ -143,7 +142,6 @@ msgstr "Opprettelses dato." #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Dato" @@ -380,6 +378,11 @@ msgstr "" msgid "Misc" msgstr "Div." +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Måned" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -400,11 +403,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "Mine salgs lag." -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Min bedrift." - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -650,3 +648,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# av Saker." + +#~ msgid "My company" +#~ msgstr "Min bedrift." diff --git a/addons/crm_helpdesk/i18n/nl.po b/addons/crm_helpdesk/i18n/nl.po index 000203e89fa..9fac2d244ab 100644 --- a/addons/crm_helpdesk/i18n/nl.po +++ b/addons/crm_helpdesk/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 06:46+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:18+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:19+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk @@ -24,8 +24,8 @@ msgstr "# E-mails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# Aanvragen" +msgid "# of Requests" +msgstr "# aanvragen" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -98,7 +98,6 @@ msgstr "Categorie" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanaal" @@ -157,7 +156,6 @@ msgstr "Aanmaakdatum" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -402,6 +400,11 @@ msgstr "Berichten en communicatie historie" msgid "Misc" msgstr "Overig" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Maand" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -422,11 +425,6 @@ msgstr "Mijn bedrijf" msgid "My Sales Team(s)" msgstr "Mijn verkoop team(s)" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Mijn bedrijf" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -684,3 +682,9 @@ msgid "" msgstr "" "Het is niet mogelijk om verder te escaleren. U bent al op het hoogste niveau " "van uw verkoopteam categorieën." + +#~ msgid "# of Cases" +#~ msgstr "# Aanvragen" + +#~ msgid "My company" +#~ msgstr "Mijn bedrijf" diff --git a/addons/crm_helpdesk/i18n/pl.po b/addons/crm_helpdesk/i18n/pl.po index 561f41fb7fa..d70c6bf4400 100644 --- a/addons/crm_helpdesk/i18n/pl.po +++ b/addons/crm_helpdesk/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# wiadomości" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# spraw" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategoria" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanał" @@ -141,7 +140,6 @@ msgstr "Data utworzenia" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -385,6 +383,11 @@ msgstr "Wiadomości i historia komunikacji" msgid "Misc" msgstr "Różne" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Miesiąc" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -405,11 +408,6 @@ msgstr "Moja firma" msgid "My Sales Team(s)" msgstr "Moje zespoły sprzedaży" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Moja firma" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -663,3 +661,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# spraw" + +#~ msgid "My company" +#~ msgstr "Moja firma" diff --git a/addons/crm_helpdesk/i18n/pt.po b/addons/crm_helpdesk/i18n/pt.po index 1998bcad394..d3632f3ea86 100644 --- a/addons/crm_helpdesk/i18n/pt.po +++ b/addons/crm_helpdesk/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 08:50+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk @@ -24,8 +24,8 @@ msgstr "# Emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# dos Casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -98,7 +98,6 @@ msgstr "Categori­a" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -157,7 +156,6 @@ msgstr "Data de criação" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -401,6 +399,11 @@ msgstr "Histórico de mensagens e comunicação" msgid "Misc" msgstr "Diversos" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mês" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -421,11 +424,6 @@ msgstr "A minha empresa" msgid "My Sales Team(s)" msgstr "Minha Equipa(s) de Vendas" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Minha Empresa" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -680,3 +678,9 @@ msgid "" msgstr "" "Não pode subir de grau porque já está no topo no que concerne à categoria da " "sua equipa de vendas." + +#~ msgid "My company" +#~ msgstr "Minha Empresa" + +#~ msgid "# of Cases" +#~ msgstr "# dos Casos" diff --git a/addons/crm_helpdesk/i18n/pt_BR.po b/addons/crm_helpdesk/i18n/pt_BR.po index 9fcbe210c48..d9f646c118e 100644 --- a/addons/crm_helpdesk/i18n/pt_BR.po +++ b/addons/crm_helpdesk/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 01:59+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-06 08:25+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk @@ -25,8 +25,8 @@ msgstr "Nº de Emails" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# de Casos" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -98,7 +98,6 @@ msgstr "Categoria" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -157,7 +156,6 @@ msgstr "Data de Criação" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -402,6 +400,11 @@ msgstr "Histórico de mensagens e comunicação" msgid "Misc" msgstr "Diversos" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mês" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -422,11 +425,6 @@ msgstr "Minha Empresa" msgid "My Sales Team(s)" msgstr "Minha Equipe de Vendas" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Minha empresa" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -681,3 +679,9 @@ msgid "" msgstr "" "Você não pode escalar, você já está no nível mais alto em relação a sua " "categoria de equipe de vendas." + +#~ msgid "# of Cases" +#~ msgstr "# de Casos" + +#~ msgid "My company" +#~ msgstr "Minha empresa" diff --git a/addons/crm_helpdesk/i18n/ro.po b/addons/crm_helpdesk/i18n/ro.po index 0d88c20d5e6..e472121cb30 100644 --- a/addons/crm_helpdesk/i18n/ro.po +++ b/addons/crm_helpdesk/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# Email-uri" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# de Cazuri" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Categorie" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Canal" @@ -143,7 +142,6 @@ msgstr "Data crearii" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Data" @@ -387,6 +385,11 @@ msgstr "Istoric mesaje si conversatii" msgid "Misc" msgstr "Diverse" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Luna" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "Compania Mea" msgid "My Sales Team(s)" msgstr "Echipa mea (echipele mele) de vanzari" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Compania mea" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -667,3 +665,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "My company" +#~ msgstr "Compania mea" + +#~ msgid "# of Cases" +#~ msgstr "# de Cazuri" diff --git a/addons/crm_helpdesk/i18n/ru.po b/addons/crm_helpdesk/i18n/ru.po index ad4903cb81d..e72fefc0f64 100644 --- a/addons/crm_helpdesk/i18n/ru.po +++ b/addons/crm_helpdesk/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# эл. писем" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "кол-во вопросов" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Категория" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Канал" @@ -143,7 +142,6 @@ msgstr "Дата создания" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Дата" @@ -385,6 +383,11 @@ msgstr "Сообщения и история общения" msgid "Misc" msgstr "Прочее" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Месяц" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -405,11 +408,6 @@ msgstr "Моя компания" msgid "My Sales Team(s)" msgstr "Мои отделы продаж" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Моя компания" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -656,3 +654,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "кол-во вопросов" + +#~ msgid "My company" +#~ msgstr "Моя компания" diff --git a/addons/crm_helpdesk/i18n/sl.po b/addons/crm_helpdesk/i18n/sl.po index 271ca9b0d29..dc830881aa2 100644 --- a/addons/crm_helpdesk/i18n/sl.po +++ b/addons/crm_helpdesk/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# E-sporočil" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# primerov" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "kategorija" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -143,7 +142,6 @@ msgstr "Datum izdelave" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -387,6 +385,11 @@ msgstr "Sporočila in zgodovina sporočil" msgid "Misc" msgstr "Mešano" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "mesec" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "Moje podjetje" msgid "My Sales Team(s)" msgstr "Moja prodajna ekipa(e)" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Moje podjetje" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -667,3 +665,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# primerov" + +#~ msgid "My company" +#~ msgstr "Moje podjetje" diff --git a/addons/crm_helpdesk/i18n/sq.po b/addons/crm_helpdesk/i18n/sq.po index 2a2e28c5719..68865c2407a 100644 --- a/addons/crm_helpdesk/i18n/sq.po +++ b/addons/crm_helpdesk/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,7 +24,7 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" +msgid "# of Requests" msgstr "" #. module: crm_helpdesk @@ -84,7 +84,6 @@ msgstr "" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "" @@ -141,7 +140,6 @@ msgstr "" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" diff --git a/addons/crm_helpdesk/i18n/sr.po b/addons/crm_helpdesk/i18n/sr.po index db9239e1e3e..513f3456ae9 100644 --- a/addons/crm_helpdesk/i18n/sr.po +++ b/addons/crm_helpdesk/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# Emailovi" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# Slucajeva" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Категорија" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Канал" @@ -141,7 +140,6 @@ msgstr "Datum Kreiranja" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "датум" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "Остало" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Месец" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -649,3 +647,6 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slucajeva" diff --git a/addons/crm_helpdesk/i18n/sr@latin.po b/addons/crm_helpdesk/i18n/sr@latin.po index 99739233979..9b1379cd163 100644 --- a/addons/crm_helpdesk/i18n/sr@latin.po +++ b/addons/crm_helpdesk/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# Emailovi" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# Slucajeva" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategorija" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -141,7 +140,6 @@ msgstr "Datum Kreiranja" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "Ostalo" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Mesec" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -649,3 +647,6 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Slucajeva" diff --git a/addons/crm_helpdesk/i18n/sv.po b/addons/crm_helpdesk/i18n/sv.po index 4fa18120d68..8e7a0e90967 100644 --- a/addons/crm_helpdesk/i18n/sv.po +++ b/addons/crm_helpdesk/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# e-postmeddelanden" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# Ärenden" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategori" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -143,7 +142,6 @@ msgstr "Skapad datum" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Datum" @@ -387,6 +385,11 @@ msgstr "Meddelande- och kommunikationshistorik" msgid "Misc" msgstr "Övrigt" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Månad" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "olagMitt b" msgid "My Sales Team(s)" msgstr "Mina säljlag" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Mitt bolag" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -663,3 +661,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# Ärenden" + +#~ msgid "My company" +#~ msgstr "Mitt bolag" diff --git a/addons/crm_helpdesk/i18n/tr.po b/addons/crm_helpdesk/i18n/tr.po index e5b9fd8333a..6532220a585 100644 --- a/addons/crm_helpdesk/i18n/tr.po +++ b/addons/crm_helpdesk/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "# E-posta" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# nın Vakaları" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "Kategori" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "Kanal" @@ -143,7 +142,6 @@ msgstr "Oluşturma Tarihi" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "Tarih" @@ -387,6 +385,11 @@ msgstr "Mesaj ve iletişim geçmişi" msgid "Misc" msgstr "Çeşitli" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "Ay" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -407,11 +410,6 @@ msgstr "Firmam" msgid "My Sales Team(s)" msgstr "Satış Ekipler(im)" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "Şirketim" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -666,3 +664,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "My company" +#~ msgstr "Şirketim" + +#~ msgid "# of Cases" +#~ msgstr "# nın Vakaları" diff --git a/addons/crm_helpdesk/i18n/zh_CN.po b/addons/crm_helpdesk/i18n/zh_CN.po index 4336e80479b..078b910cd8b 100644 --- a/addons/crm_helpdesk/i18n/zh_CN.po +++ b/addons/crm_helpdesk/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "电子邮件" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# 业务" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "分类" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "途径" @@ -141,7 +140,6 @@ msgstr "创建日期" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "日期" @@ -378,6 +376,11 @@ msgstr "信息和通讯记录" msgid "Misc" msgstr "杂项" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "月份" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "我的公司" msgid "My Sales Team(s)" msgstr "我的销售团队" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "我的公司" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -652,3 +650,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# 业务" + +#~ msgid "My company" +#~ msgstr "我的公司" diff --git a/addons/crm_helpdesk/i18n/zh_TW.po b/addons/crm_helpdesk/i18n/zh_TW.po index c60e7aa8fae..78b8da1012b 100644 --- a/addons/crm_helpdesk/i18n/zh_TW.po +++ b/addons/crm_helpdesk/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_helpdesk #: field:crm.helpdesk.report,email:0 @@ -24,8 +24,8 @@ msgstr "電子郵件" #. module: crm_helpdesk #: field:crm.helpdesk.report,nbr:0 -msgid "# of Cases" -msgstr "# 業務量" +msgid "# of Requests" +msgstr "" #. module: crm_helpdesk #: model:ir.actions.act_window,help:crm_helpdesk.crm_case_helpdesk_act111 @@ -84,7 +84,6 @@ msgstr "分類" #. module: crm_helpdesk #: field:crm.helpdesk,channel_id:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,channel_id:0 msgid "Channel" msgstr "管道" @@ -141,7 +140,6 @@ msgstr "建立日期" #. module: crm_helpdesk #: view:crm.helpdesk:crm_helpdesk.crm_case_tree_view_helpdesk #: field:crm.helpdesk,date:0 -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter #: field:crm.helpdesk.report,date:0 msgid "Date" msgstr "日期" @@ -378,6 +376,11 @@ msgstr "" msgid "Misc" msgstr "雜項" +#. module: crm_helpdesk +#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter +msgid "Month" +msgstr "月份" + #. module: crm_helpdesk #: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter msgid "Month of helpdesk requests" @@ -398,11 +401,6 @@ msgstr "" msgid "My Sales Team(s)" msgstr "我的銷售團隊" -#. module: crm_helpdesk -#: view:crm.helpdesk.report:crm_helpdesk.view_report_crm_helpdesk_filter -msgid "My company" -msgstr "我的公司" - #. module: crm_helpdesk #: field:crm.helpdesk,name:0 msgid "Name" @@ -646,3 +644,9 @@ msgid "" "You can not escalate, you are already at the top level regarding your sales-" "team category." msgstr "" + +#~ msgid "# of Cases" +#~ msgstr "# 業務量" + +#~ msgid "My company" +#~ msgstr "我的公司" diff --git a/addons/crm_mass_mailing/i18n/hu.po b/addons/crm_mass_mailing/i18n/hu.po new file mode 100644 index 00000000000..1bddae4a1fc --- /dev/null +++ b/addons/crm_mass_mailing/i18n/hu.po @@ -0,0 +1,66 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-06 21:19+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: crm_mass_mailing +#: field:mail.mass_mailing,campaign_id:0 +msgid "Campaign" +msgstr "Kampány" + +#. module: crm_mass_mailing +#: field:mail.mass_mailing,medium_id:0 +msgid "Channel" +msgstr "Csatorna" + +#. module: crm_mass_mailing +#: model:ir.model,name:crm_mass_mailing.model_mail_mass_mailing +msgid "Mass Mailing" +msgstr "Tömeges email küldés" + +#. module: crm_mass_mailing +#: field:mail.mass_mailing,source_id:0 +msgid "Source" +msgstr "Forrás" + +#. module: crm_mass_mailing +#: help:mail.mass_mailing,campaign_id:0 +msgid "" +"This is a name that helps you keep track of your different campaign efforts " +"Ex: Fall_Drive, Christmas_Special" +msgstr "" +"Ez a név ami segít követni a különböző kampány törekvéseit. Pl: " +"Őszi_árhullás, Karácsonyi_speciál" + +#. module: crm_mass_mailing +#: help:mail.mass_mailing,medium_id:0 +msgid "This is the method of delivery. Ex: Postcard, Email, or Banner Ad" +msgstr "Ez a kivitelezés módja. Ex: Posta, Email, vagy Transzparens hirdetés" + +#. module: crm_mass_mailing +#: help:mail.mass_mailing,source_id:0 +msgid "" +"This is the source of the link Ex: Search Engine, another domain, or name of " +"email list" +msgstr "" +"Ez az elérési út forrása. Pl: Kereső motor, másik domain, vagy email lista " +"neve" + +#. module: crm_mass_mailing +#: view:mail.mass_mailing:crm_mass_mailing.view_tracking_mass_mailing_form +msgid "Tracking" +msgstr "Nyomonkövetés" diff --git a/addons/crm_mass_mailing/i18n/it.po b/addons/crm_mass_mailing/i18n/it.po index 4ca3a7d4aeb..f1662cdc62d 100644 --- a/addons/crm_mass_mailing/i18n/it.po +++ b/addons/crm_mass_mailing/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-09 13:16+0000\n" -"Last-Translator: Simone Bernini \n" +"PO-Revision-Date: 2014-10-01 20:16+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_mass_mailing @@ -35,7 +35,7 @@ msgstr "Mailing di Massa" #. module: crm_mass_mailing #: field:mail.mass_mailing,source_id:0 msgid "Source" -msgstr "" +msgstr "Sorgente" #. module: crm_mass_mailing #: help:mail.mass_mailing,campaign_id:0 @@ -58,8 +58,10 @@ msgid "" "This is the source of the link Ex: Search Engine, another domain, or name of " "email list" msgstr "" +"Questo è il sorgente del link, es.: Motore di ricerca, altro dominio o nome " +"della e-mail list" #. module: crm_mass_mailing #: view:mail.mass_mailing:crm_mass_mailing.view_tracking_mass_mailing_form msgid "Tracking" -msgstr "" +msgstr "Tracciabilità" diff --git a/addons/crm_partner_assign/i18n/it.po b/addons/crm_partner_assign/i18n/it.po index a380159ade8..909f09cb549 100644 --- a/addons/crm_partner_assign/i18n/it.po +++ b/addons/crm_partner_assign/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 07:07+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_partner_assign #: field:crm.lead.report.assign,delay_close:0 @@ -38,6 +38,8 @@ msgid "" "Message type: email for email message, notification for system message, " "comment for other messages such as user replies" msgstr "" +"Tipo messaggio: email per messaggi email, notifica per messaggio di sistema, " +"commento per altri messaggi come le risposte degli utenti." #. module: crm_partner_assign #: field:crm.lead.report.assign,nbr:0 @@ -68,7 +70,7 @@ msgstr "Geo localizzazione" #. module: crm_partner_assign #: field:crm.lead.forward.to.partner,starred:0 msgid "Starred" -msgstr "" +msgstr "Votato" #. module: crm_partner_assign #: view:crm.lead.forward.to.partner:0 @@ -453,7 +455,7 @@ msgstr "Dicembre" #. module: crm_partner_assign #: help:crm.lead.forward.to.partner,vote_user_ids:0 msgid "Users that voted for this message" -msgstr "" +msgstr "Utenti che hanno votato questo messaggio" #. module: crm_partner_assign #: view:crm.lead.report.assign:0 @@ -625,7 +627,7 @@ msgstr "# di opportunità" #. module: crm_partner_assign #: view:crm.lead.report.assign:0 msgid "Lead Assign" -msgstr "" +msgstr "Assegnazione lead" #. module: crm_partner_assign #: selection:crm.lead.report.assign,month:0 @@ -686,7 +688,7 @@ msgstr "Allegati" #. module: crm_partner_assign #: field:crm.lead.forward.to.partner,record_name:0 msgid "Message Record Name" -msgstr "" +msgstr "Nome record messaggio" #. module: crm_partner_assign #: field:res.partner.activation,sequence:0 @@ -715,7 +717,7 @@ msgstr "Nome grado" #. module: crm_partner_assign #: help:crm.lead,date_assign:0 msgid "Last date this case was forwarded/assigned to a partner" -msgstr "" +msgstr "Ultima data di assegnazione/inoltro a partner del caso" #. module: crm_partner_assign #: selection:crm.lead.report.assign,state:0 @@ -876,7 +878,7 @@ msgstr "CRM Report iniziative" #. module: crm_partner_assign #: field:crm.lead.forward.to.partner,composition_mode:0 msgid "Composition mode" -msgstr "" +msgstr "Modo composizione" #. module: crm_partner_assign #: field:crm.lead.forward.to.partner,model:0 @@ -886,7 +888,7 @@ msgstr "" #. module: crm_partner_assign #: selection:crm.lead.forward.to.partner,history_mode:0 msgid "Case Information" -msgstr "" +msgstr "Informazione caso" #. module: crm_partner_assign #: help:crm.lead.forward.to.partner,author_id:0 @@ -903,7 +905,7 @@ msgstr "" #. module: crm_partner_assign #: selection:crm.lead.report.assign,priority:0 msgid "High" -msgstr "" +msgstr "Alta" #. module: crm_partner_assign #: field:crm.lead.forward.to.partner,partner_ids:0 diff --git a/addons/crm_partner_assign/i18n/nl.po b/addons/crm_partner_assign/i18n/nl.po index 359c176155d..72f7e4634b9 100644 --- a/addons/crm_partner_assign/i18n/nl.po +++ b/addons/crm_partner_assign/i18n/nl.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2014-09-17 07:11+0000\n" +"PO-Revision-Date: 2014-09-24 10:13+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: crm_partner_assign @@ -625,7 +625,7 @@ msgstr "Geo lengtegraad" #. module: crm_partner_assign #: field:crm.partner.report.assign,opp:0 msgid "# of Opportunity" -msgstr "# of prospect" +msgstr "# Prospects" #. module: crm_partner_assign #: view:crm.lead.report.assign:0 diff --git a/addons/crm_profiling/i18n/hu.po b/addons/crm_profiling/i18n/hu.po index 193fd7118f7..c20c5bcaf54 100644 --- a/addons/crm_profiling/i18n/hu.po +++ b/addons/crm_profiling/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-06 21:20+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_profiling #: field:crm_profiling.answer,name:0 @@ -35,7 +35,7 @@ msgstr "Válaszok" #. module: crm_profiling #: field:crm_profiling.question,answers_ids:0 msgid "Available Answers" -msgstr "" +msgstr "Elérhtő válaszok" #. module: crm_profiling #: view:crm_profiling.question:crm_profiling.view_question_form @@ -71,7 +71,7 @@ msgstr "Alprofilok" #: field:open.questionnaire,create_uid:0 #: field:open.questionnaire.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: crm_profiling #: field:crm_profiling.answer,create_date:0 @@ -80,7 +80,7 @@ msgstr "" #: field:open.questionnaire,create_date:0 #: field:open.questionnaire.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: crm_profiling #: view:crm_profiling.questionnaire:crm_profiling.view_questionnaire_form @@ -105,7 +105,7 @@ msgstr "Kiiktatott válaszok" #: field:open.questionnaire,id:0 #: field:open.questionnaire.line,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: crm_profiling #: field:crm.segmentation,answer_yes:0 @@ -119,7 +119,7 @@ msgstr "Benne foglalt válaszok" #: field:open.questionnaire,write_uid:0 #: field:open.questionnaire.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: crm_profiling #: field:crm_profiling.answer,write_date:0 @@ -128,7 +128,7 @@ msgstr "" #: field:open.questionnaire,write_date:0 #: field:open.questionnaire.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: crm_profiling #: model:ir.actions.act_window,name:crm_profiling.action_open_questionnaire diff --git a/addons/crm_profiling/i18n/it.po b/addons/crm_profiling/i18n/it.po index d59ac362ec2..4ea79172c00 100644 --- a/addons/crm_profiling/i18n/it.po +++ b/addons/crm_profiling/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 07:04+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: crm_profiling #: field:crm_profiling.answer,name:0 @@ -35,7 +35,7 @@ msgstr "Risposte" #. module: crm_profiling #: field:crm_profiling.question,answers_ids:0 msgid "Available Answers" -msgstr "" +msgstr "Risposte disponibili" #. module: crm_profiling #: view:crm_profiling.question:crm_profiling.view_question_form @@ -70,7 +70,7 @@ msgstr "Profili figli" #: field:open.questionnaire,create_uid:0 #: field:open.questionnaire.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: crm_profiling #: field:crm_profiling.answer,create_date:0 @@ -79,7 +79,7 @@ msgstr "" #: field:open.questionnaire,create_date:0 #: field:open.questionnaire.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: crm_profiling #: view:crm_profiling.questionnaire:crm_profiling.view_questionnaire_form @@ -104,7 +104,7 @@ msgstr "Escludi risposte" #: field:open.questionnaire,id:0 #: field:open.questionnaire.line,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: crm_profiling #: field:crm.segmentation,answer_yes:0 @@ -118,7 +118,7 @@ msgstr "Includi Risposte" #: field:open.questionnaire,write_uid:0 #: field:open.questionnaire.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: crm_profiling #: field:crm_profiling.answer,write_date:0 @@ -127,7 +127,7 @@ msgstr "" #: field:open.questionnaire,write_date:0 #: field:open.questionnaire.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: crm_profiling #: model:ir.actions.act_window,name:crm_profiling.action_open_questionnaire diff --git a/addons/crm_project_issue/i18n/hu.po b/addons/crm_project_issue/i18n/hu.po new file mode 100644 index 00000000000..d00ef39dd09 --- /dev/null +++ b/addons/crm_project_issue/i18n/hu.po @@ -0,0 +1,110 @@ +# Hungarian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-10-06 21:25+0000\n" +"Last-Translator: krnkris \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-07 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: crm_project_issue +#: view:crm.lead2projectissue.wizard:crm_project_issue.view_crm_lead2projectissue_wizard +msgid "Cancel" +msgstr "Mégsem" + +#. module: crm_project_issue +#: view:crm.lead:crm_project_issue.crm_case_form_view_leads_project_issue +msgid "Convert To" +msgstr "Átalakítás" + +#. module: crm_project_issue +#: view:crm.lead:crm_project_issue.crm_case_form_view_leads_project_issue +#: view:crm.lead2projectissue.wizard:crm_project_issue.view_crm_lead2projectissue_wizard +#: model:ir.actions.act_window,name:crm_project_issue.convert_lead2projectissue_wizard_action +msgid "Convert to Issue" +msgstr "Átalakítás reklamációs üggyé" + +#. module: crm_project_issue +#: view:crm.lead2projectissue.wizard:crm_project_issue.view_crm_lead2projectissue_wizard +msgid "Create Issue" +msgstr "Reklamációs hibajegy létrehozása" + +#. module: crm_project_issue +#: selection:crm.lead2projectissue.wizard,action:0 +msgid "Create a new customer" +msgstr "Új vevő létrehozása" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,create_date:0 +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,partner_id:0 +msgid "Customer" +msgstr "Vevő" + +#. module: crm_project_issue +#: selection:crm.lead2projectissue.wizard,action:0 +msgid "Do not link to a customer" +msgstr "Ne kapcsolja ügyfélhez" + +#. module: crm_project_issue +#: model:ir.model,name:crm_project_issue.model_crm_lead2projectissue_wizard +msgid "Handle partner binding or generation in CRM wizards." +msgstr "Partner kikötés vagy létrehozás a CMR varázslókban." + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,id:0 +msgid "ID" +msgstr "Azonosító ID" + +#. module: crm_project_issue +#: view:crm.lead:crm_project_issue.crm_case_form_view_leads_project_issue +msgid "Issue" +msgstr "Reklamációs bejelentés" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve ekkor" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,lead_id:0 +msgid "Lead" +msgstr "Érdeklődő" + +#. module: crm_project_issue +#: selection:crm.lead2projectissue.wizard,action:0 +msgid "Link to an existing customer" +msgstr "Összekapcsolás egy meglévő vevőhöz" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,project_id:0 +msgid "Project" +msgstr "Projekt" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,action:0 +msgid "Related Customer" +msgstr "Ide vonatkozó vevő" diff --git a/addons/crm_project_issue/i18n/it.po b/addons/crm_project_issue/i18n/it.po new file mode 100644 index 00000000000..b7a60b60d3c --- /dev/null +++ b/addons/crm_project_issue/i18n/it.po @@ -0,0 +1,110 @@ +# Italian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-10-03 07:06+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: crm_project_issue +#: view:crm.lead2projectissue.wizard:crm_project_issue.view_crm_lead2projectissue_wizard +msgid "Cancel" +msgstr "Annulla" + +#. module: crm_project_issue +#: view:crm.lead:crm_project_issue.crm_case_form_view_leads_project_issue +msgid "Convert To" +msgstr "Converti in" + +#. module: crm_project_issue +#: view:crm.lead:crm_project_issue.crm_case_form_view_leads_project_issue +#: view:crm.lead2projectissue.wizard:crm_project_issue.view_crm_lead2projectissue_wizard +#: model:ir.actions.act_window,name:crm_project_issue.convert_lead2projectissue_wizard_action +msgid "Convert to Issue" +msgstr "Converti a problema" + +#. module: crm_project_issue +#: view:crm.lead2projectissue.wizard:crm_project_issue.view_crm_lead2projectissue_wizard +msgid "Create Issue" +msgstr "Crea problematica" + +#. module: crm_project_issue +#: selection:crm.lead2projectissue.wizard,action:0 +msgid "Create a new customer" +msgstr "Crea un nuovo cliente" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,create_uid:0 +msgid "Created by" +msgstr "Creato da" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,create_date:0 +msgid "Created on" +msgstr "Creato il" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,partner_id:0 +msgid "Customer" +msgstr "Cliente" + +#. module: crm_project_issue +#: selection:crm.lead2projectissue.wizard,action:0 +msgid "Do not link to a customer" +msgstr "Non collegare a cliente" + +#. module: crm_project_issue +#: model:ir.model,name:crm_project_issue.model_crm_lead2projectissue_wizard +msgid "Handle partner binding or generation in CRM wizards." +msgstr "Gestisce i legai partner o la generazione nei wizard CRM" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,id:0 +msgid "ID" +msgstr "ID" + +#. module: crm_project_issue +#: view:crm.lead:crm_project_issue.crm_case_form_view_leads_project_issue +msgid "Issue" +msgstr "Problematica" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima modifica di" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,write_date:0 +msgid "Last Updated on" +msgstr "Ultima modifica il" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,lead_id:0 +msgid "Lead" +msgstr "Lead" + +#. module: crm_project_issue +#: selection:crm.lead2projectissue.wizard,action:0 +msgid "Link to an existing customer" +msgstr "Collega ad un cliente esistente" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,project_id:0 +msgid "Project" +msgstr "Progetto" + +#. module: crm_project_issue +#: field:crm.lead2projectissue.wizard,action:0 +msgid "Related Customer" +msgstr "Cliente Correlato" diff --git a/addons/decimal_precision/i18n/hu.po b/addons/decimal_precision/i18n/hu.po index 1a9d8a805c1..d06944c5d40 100644 --- a/addons/decimal_precision/i18n/hu.po +++ b/addons/decimal_precision/i18n/hu.po @@ -8,26 +8,26 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-07 16:01+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: decimal_precision #: field:decimal.precision,create_uid:0 #: field:decimal.precision.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: decimal_precision #: field:decimal.precision,create_date:0 #: field:decimal.precision.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: decimal_precision #: model:ir.actions.act_window,name:decimal_precision.action_decimal_precision_form @@ -50,19 +50,19 @@ msgstr "Számjegyek" #: field:decimal.precision,id:0 #: field:decimal.precision.test,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: decimal_precision #: field:decimal.precision,write_uid:0 #: field:decimal.precision.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: decimal_precision #: field:decimal.precision,write_date:0 #: field:decimal.precision.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: decimal_precision #: sql_constraint:decimal.precision:0 @@ -79,4 +79,4 @@ msgstr "Használat" #: field:decimal.precision.test,float_2:0 #: field:decimal.precision.test,float_4:0 msgid "unknown" -msgstr "" +msgstr "ismeretlen" diff --git a/addons/decimal_precision/i18n/it.po b/addons/decimal_precision/i18n/it.po index 2587427fb10..44dc898c89e 100644 --- a/addons/decimal_precision/i18n/it.po +++ b/addons/decimal_precision/i18n/it.po @@ -8,26 +8,26 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-09 14:01+0000\n" -"Last-Translator: Simone Bernini \n" +"PO-Revision-Date: 2014-10-03 07:08+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: decimal_precision #: field:decimal.precision,create_uid:0 #: field:decimal.precision.test,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: decimal_precision #: field:decimal.precision,create_date:0 #: field:decimal.precision.test,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: decimal_precision #: model:ir.actions.act_window,name:decimal_precision.action_decimal_precision_form @@ -56,13 +56,13 @@ msgstr "ID" #: field:decimal.precision,write_uid:0 #: field:decimal.precision.test,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: decimal_precision #: field:decimal.precision,write_date:0 #: field:decimal.precision.test,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: decimal_precision #: sql_constraint:decimal.precision:0 @@ -79,4 +79,4 @@ msgstr "Utilizzo" #: field:decimal.precision.test,float_2:0 #: field:decimal.precision.test,float_4:0 msgid "unknown" -msgstr "" +msgstr "sconosciuto" diff --git a/addons/delivery/i18n/hu.po b/addons/delivery/i18n/hu.po index dfb42aeb009..6e879d12ccf 100644 --- a/addons/delivery/i18n/hu.po +++ b/addons/delivery/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-07 17:00+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: delivery #: selection:delivery.grid.line,operator:0 @@ -73,6 +73,21 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Kattintson egy új szállítási mód meghatározásához. \n" +"

    \n" +" Mindegyik szállító (pl. UPS, DHL) rendelkezik többféle " +"szállítási móddal (pl.\n" +" UPS Express, UPS Standard) egy beállított, mindegyik módhoz\n" +" hozáfűzött árlistával.\n" +"

    \n" +" These methods allow to automatically compute the delivery " +"price\n" +" according to your settings; on the sales order (based on " +"the\n" +" quotation) or the invoice (based on the delivery orders).\n" +"

    \n" +" " #. module: delivery #: selection:delivery.grid.line,operator:0 @@ -117,7 +132,7 @@ msgstr "" #. module: delivery #: field:delivery.carrier,available:0 msgid "Available" -msgstr "" +msgstr "Elérhető" #. module: delivery #: view:delivery.carrier:delivery.view_delivery_carrier_form @@ -132,7 +147,7 @@ msgstr "Fuvarozás" #. module: delivery #: view:stock.picking:delivery.view_picking_withcarrier_out_form msgid "Carrier Information" -msgstr "" +msgstr "Szállítói információ" #. module: delivery #: field:stock.picking,carrier_tracking_ref:0 @@ -176,14 +191,14 @@ msgstr "Országok" #: field:delivery.grid,create_uid:0 #: field:delivery.grid.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: delivery #: field:delivery.carrier,create_date:0 #: field:delivery.grid,create_date:0 #: field:delivery.grid.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: delivery #: code:addons/delivery/delivery.py:162 @@ -272,12 +287,12 @@ msgstr "Ingyenes , ha több mint %.2f" #. module: delivery #: view:delivery.carrier:delivery.view_delivery_carrier_form msgid "General Information" -msgstr "" +msgstr "Általános információ" #. module: delivery #: help:delivery.grid.line,sequence:0 msgid "Gives the sequence order when calculating delivery grid." -msgstr "" +msgstr "Sorrendet ad, ha szállítási útvonalat számol." #. module: delivery #: help:delivery.grid,sequence:0 @@ -353,12 +368,12 @@ msgstr "" #. module: delivery #: field:sale.order.line,is_delivery:0 msgid "Is a Delivery" -msgstr "" +msgstr "Ez egy szállítás" #. module: delivery #: help:delivery.carrier,available:0 msgid "Is the carrier method possible with the current order." -msgstr "" +msgstr "Ez a szállítási mód lehetséges ezzel a kiszállítással." #. module: delivery #: help:delivery.carrier,normal_price:0 @@ -373,14 +388,14 @@ msgstr "" #: field:delivery.grid,write_uid:0 #: field:delivery.grid.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: delivery #: field:delivery.carrier,write_date:0 #: field:delivery.grid,write_date:0 #: field:delivery.grid.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: delivery #: field:delivery.grid.line,max_value:0 @@ -406,13 +421,13 @@ msgstr "Nettó súly" #: code:addons/delivery/sale.py:75 #, python-format msgid "No Grid Available!" -msgstr "" +msgstr "Nincs megfelelő útvnal!" #. module: delivery #: code:addons/delivery/sale.py:75 #, python-format msgid "No grid matching for this carrier!" -msgstr "" +msgstr "Ehhez a szállítóhoz nem található ideillő úthálózat!" #. module: delivery #: field:delivery.carrier,normal_price:0 @@ -433,7 +448,7 @@ msgstr "Operátor" #: code:addons/delivery/sale.py:78 #, python-format msgid "Order not in Draft State!" -msgstr "" +msgstr "Megrendelés nem tervezet állapotú!" #. module: delivery #: model:ir.model,name:delivery.model_res_partner @@ -486,7 +501,7 @@ msgstr "Vevői megrendelés" #. module: delivery #: model:ir.model,name:delivery.model_sale_order_line msgid "Sales Order Line" -msgstr "" +msgstr "Vevői megrendelés tétel sor" #. module: delivery #: code:addons/delivery/delivery.py:237 @@ -495,6 +510,8 @@ msgid "" "Selected product in the delivery method doesn't fulfill any of the delivery " "grid(s) criteria." msgstr "" +"A kiválasztott termék a szállítási módban nem teljesíti a szállítási " +"útvonal(ak) kritériumait." #. module: delivery #: field:delivery.grid,sequence:0 @@ -620,7 +637,7 @@ msgstr "Súly * térfogat" #. module: delivery #: view:website:stock.report_picking msgid "Will be invoiced to:" -msgstr "" +msgstr "Számlázandó ennek:" #. module: delivery #: view:delivery.carrier:delivery.view_delivery_carrier_form diff --git a/addons/delivery/i18n/it.po b/addons/delivery/i18n/it.po index 91605267011..58ed686a393 100644 --- a/addons/delivery/i18n/it.po +++ b/addons/delivery/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 07:14+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: delivery #: selection:delivery.grid.line,operator:0 @@ -80,12 +80,12 @@ msgstr "" #. module: delivery #: field:delivery.carrier,pricelist_ids:0 msgid "Advanced Pricing" -msgstr "" +msgstr "Prezzi avanzati" #. module: delivery #: field:delivery.carrier,use_detailed_pricelist:0 msgid "Advanced Pricing per Destination" -msgstr "" +msgstr "Prezzi avanzati per destinazione" #. module: delivery #: field:delivery.carrier,amount:0 @@ -102,7 +102,7 @@ msgstr "" #. module: delivery #: field:delivery.carrier,available:0 msgid "Available" -msgstr "" +msgstr "Disponibile" #. module: delivery #: view:delivery.carrier:delivery.view_delivery_carrier_form @@ -162,14 +162,14 @@ msgstr "Nazioni" #: field:delivery.grid,create_uid:0 #: field:delivery.grid.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: delivery #: field:delivery.carrier,create_date:0 #: field:delivery.grid,create_date:0 #: field:delivery.grid.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: delivery #: code:addons/delivery/delivery.py:162 @@ -258,7 +258,7 @@ msgstr "Gratuito se maggiore di %.2f" #. module: delivery #: view:delivery.carrier:delivery.view_delivery_carrier_form msgid "General Information" -msgstr "" +msgstr "Informazioni generali" #. module: delivery #: help:delivery.grid.line,sequence:0 @@ -337,7 +337,7 @@ msgstr "" #. module: delivery #: field:sale.order.line,is_delivery:0 msgid "Is a Delivery" -msgstr "" +msgstr "E' una consegna" #. module: delivery #: help:delivery.carrier,available:0 @@ -355,14 +355,14 @@ msgstr "" #: field:delivery.grid,write_uid:0 #: field:delivery.grid.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: delivery #: field:delivery.carrier,write_date:0 #: field:delivery.grid,write_date:0 #: field:delivery.grid.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: delivery #: field:delivery.grid.line,max_value:0 @@ -388,7 +388,7 @@ msgstr "Peso Netto" #: code:addons/delivery/sale.py:75 #, python-format msgid "No Grid Available!" -msgstr "" +msgstr "Nessuna griglia disponibile!" #. module: delivery #: code:addons/delivery/sale.py:75 @@ -415,7 +415,7 @@ msgstr "Operatore" #: code:addons/delivery/sale.py:78 #, python-format msgid "Order not in Draft State!" -msgstr "" +msgstr "L'ordine non è nello stato bozza!" #. module: delivery #: model:ir.model,name:delivery.model_res_partner @@ -468,7 +468,7 @@ msgstr "Ordine di vendita" #. module: delivery #: model:ir.model,name:delivery.model_sale_order_line msgid "Sales Order Line" -msgstr "" +msgstr "Riga ordine di vendita" #. module: delivery #: code:addons/delivery/delivery.py:237 @@ -602,7 +602,7 @@ msgstr "Peso * Volume" #. module: delivery #: view:website:stock.report_picking msgid "Will be invoiced to:" -msgstr "" +msgstr "Sarà fatturato a:" #. module: delivery #: view:delivery.carrier:delivery.view_delivery_carrier_form diff --git a/addons/document/i18n/ar.po b/addons/document/i18n/ar.po index 9e62fe3d9bb..4a6dd3849e9 100644 --- a/addons/document/i18n/ar.po +++ b/addons/document/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "عدد الملفات" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -92,7 +92,7 @@ msgstr "أبريل" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "المرفقات" diff --git a/addons/document/i18n/bg.po b/addons/document/i18n/bg.po index fc2ba1eae84..5634dddfe93 100644 --- a/addons/document/i18n/bg.po +++ b/addons/document/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "Април" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/bs.po b/addons/document/i18n/bs.po index 2d293c50d45..7c3d1fa73ba 100644 --- a/addons/document/i18n/bs.po +++ b/addons/document/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/ca.po b/addons/document/i18n/ca.po index 6f96f652eb3..77156cf1cc8 100644 --- a/addons/document/i18n/ca.po +++ b/addons/document/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Núm. de fitxers" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -92,7 +92,7 @@ msgstr "Abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/cs.po b/addons/document/i18n/cs.po index 5c3c44a2629..b1927429acf 100644 --- a/addons/document/i18n/cs.po +++ b/addons/document/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Počet souborů" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -92,7 +92,7 @@ msgstr "Duben" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/da.po b/addons/document/i18n/da.po index 27168b092f0..4d7d783ce29 100644 --- a/addons/document/i18n/da.po +++ b/addons/document/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/de.po b/addons/document/i18n/de.po index 8c592e43093..d7ed457fce7 100644 --- a/addons/document/i18n/de.po +++ b/addons/document/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-15 15:51+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:34+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: document @@ -26,7 +26,7 @@ msgstr "Dokumente" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -101,7 +101,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Anhänge" diff --git a/addons/document/i18n/el.po b/addons/document/i18n/el.po index 42e342dec34..a2727dc7918 100644 --- a/addons/document/i18n/el.po +++ b/addons/document/i18n/el.po @@ -1,189 +1,42 @@ # Greek translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 # This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. +# FIRST AUTHOR , 2014. # msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:05+0000\n" -"PO-Revision-Date: 2012-05-10 17:42+0000\n" -"Last-Translator: Dimitris Andavoglou \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-05 23:31+0000\n" +"Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 07:17+0000\n" -"X-Generator: Launchpad (build 16985)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document -#: field:document.directory,parent_id:0 -msgid "Parent Directory" -msgstr "Γονικός κατάλογος" +#: field:report.document.file,nbr:0 +#: field:report.document.user,nbr:0 +msgid "# of Files" +msgstr "" #. module: document -#: code:addons/document/document.py:350 +#. openerp-web +#: code:addons/document/static/src/js/document.js:19 #, python-format -msgid "Directory name contains special characters!" -msgstr "Το όνομα του φακέλλου περιέχει ειδικούς χαρακτήρες!" - -#. module: document -#: view:document.directory:0 -msgid "Search Document Directory" -msgstr "Αναζήτηση στον Φάκελο Εγγράφων" - -#. module: document -#: help:document.directory,resource_field:0 -msgid "" -"Field to be used as name on resource directories. If empty, the \"name\" " -"will be used." +msgid "%s (%s)" msgstr "" #. module: document -#: view:document.directory:0 -msgid "Group By..." -msgstr "Ομαδοποίηση ανά..." - -#. module: document -#: view:ir.attachment:0 -msgid "Modification" -msgstr "" - -#. module: document -#: view:document.directory:0 -msgid "Resources" -msgstr "Πόροι" - -#. module: document -#: field:document.directory,file_ids:0 -#: view:report.document.user:0 -msgid "Files" -msgstr "Αρχεία" - -#. module: document -#: field:document.directory.content.type,mimetype:0 -msgid "Mime Type" -msgstr "Τύπος MIME" - -#. module: document -#: selection:report.document.user,month:0 -msgid "March" -msgstr "Μάρτιος" - -#. module: document -#: field:document.directory.dctx,expr:0 -msgid "Expression" -msgstr "Έκφραση" - -#. module: document -#: view:document.directory:0 -#: field:document.directory,company_id:0 -msgid "Company" -msgstr "Εταιρία" - -#. module: document -#: model:ir.model,name:document.model_document_directory_content -msgid "Directory Content" -msgstr "Περιεχόμενο Φακέλου" - -#. module: document -#: view:ir.attachment:0 -msgid "My Document(s)" -msgstr "" - -#. module: document -#: model:ir.ui.menu,name:document.menu_document_management_configuration -msgid "Document Management" -msgstr "Διαχείριση Εγγράφου" - -#. module: document -#: help:document.directory.dctx,expr:0 -msgid "" -"A python expression used to evaluate the field.\n" -"You can use 'dir_id' for current dir, 'res_id', 'res_model' as a reference " -"to the current record, in dynamic folders" -msgstr "" - -#. module: document -#: help:document.directory.dctx,field:0 -msgid "The name of the field." -msgstr "" - -#. module: document -#: code:addons/document/document.py:340 -#: code:addons/document/document.py:345 +#: code:addons/document/document.py:117 +#: code:addons/document/document.py:307 #, python-format -msgid "Directory name must be unique!" -msgstr "Το όνομα του φακέλου θα πρέπει να είναι μοναδικό!" - -#. module: document -#: view:ir.attachment:0 -msgid "Filter on my documents" +msgid "%s (copy)" msgstr "" -#. module: document -#: view:ir.attachment:0 -#: field:ir.attachment,index_content:0 -msgid "Indexed Content" -msgstr "Αρχειοθετημένα Περιεχόμενα" - -#. module: document -#: help:document.directory,resource_find_all:0 -msgid "" -"If true, all attachments that match this resource will be located. If " -"false, only ones that have this as parent." -msgstr "" - -#. module: document -#: view:document.directory:0 -#: model:ir.actions.act_window,name:document.action_document_directory_form -#: model:ir.ui.menu,name:document.menu_document_directories -msgid "Directories" -msgstr "Φάκελλοι" - -#. module: document -#: model:ir.model,name:document.model_report_document_user -msgid "Files details by Users" -msgstr "Λεπτομέρειες Αρχείων από Χρήστες" - -#. module: document -#: field:document.directory,resource_find_all:0 -msgid "Find all resources" -msgstr "Εύρεση όλους τους πόρους" - -#. module: document -#: selection:document.directory,type:0 -msgid "Folders per resource" -msgstr "Φάκελοι ανά πόρο" - -#. module: document -#: field:document.directory.content,suffix:0 -msgid "Suffix" -msgstr "Suffix" - -#. module: document -#: field:report.document.user,change_date:0 -msgid "Modified Date" -msgstr "Ημερομηνία τροποποίησης" - -#. module: document -#: view:document.configuration:0 -msgid "Knowledge Application Configuration" -msgstr "" - -#. module: document -#: view:ir.attachment:0 -#: field:ir.attachment,partner_id:0 -msgid "Partner" -msgstr "Συνεργάτης" - -#. module: document -#: model:ir.actions.act_window,name:document.act_res_partner_document -#: model:ir.actions.act_window,name:document.zoom_directory -msgid "Related Documents" -msgstr "Σχετικά Έγγραφα" - #. module: document #: model:ir.actions.act_window,help:document.action_document_file_form msgid "" @@ -198,249 +51,56 @@ msgid "" msgstr "" #. module: document -#: code:addons/document/document.py:340 -#: code:addons/document/document.py:345 -#: code:addons/document/document.py:350 -#, python-format -msgid "ValidateError" -msgstr "" - -#. module: document -#: model:ir.model,name:document.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "" - -#. module: document -#: model:ir.actions.act_window,name:document.action_document_file_form -#: model:ir.ui.menu,name:document.menu_document_doc -#: model:ir.ui.menu,name:document.menu_document_files -msgid "Documents" -msgstr "Έγγραφα" - -#. module: document -#: field:document.directory,ressource_type_id:0 -msgid "Resource model" -msgstr "" - -#. module: document -#: field:report.document.file,file_size:0 -#: field:report.document.user,file_size:0 -msgid "File Size" -msgstr "Μέγεθος Αρχείου" - -#. module: document -#: field:document.directory.content.type,name:0 -#: field:ir.attachment,file_type:0 -msgid "Content Type" -msgstr "Τύπος Περιεχόμενου" - -#. module: document -#: view:document.directory:0 -#: field:document.directory,type:0 -msgid "Type" -msgstr "Τύπος" - -#. module: document -#: sql_constraint:ir.attachment:0 -msgid "The filename must be unique in a directory !" -msgstr "" - -#. module: document -#: code:addons/document/document.py:110 -#: code:addons/document/document.py:310 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: document -#: help:document.directory,ressource_type_id:0 +#: help:document.directory.dctx,expr:0 msgid "" -"Select an object here and there will be one folder per record of that " -"resource." +"A python expression used to evaluate the field.\n" +"You can use 'dir_id' for current dir, 'res_id', 'res_model' as a reference " +"to the current record, in dynamic folders" msgstr "" #. module: document -#: help:document.directory,domain:0 -msgid "" -"Use a domain if you want to apply an automatic filter on visible resources." -msgstr "" -"Χρησιμοποιήστε έναν τομέα έαν θέλετε να εφαρμόσετε ένα αυτόματο φίλτρο σε " -"ορατούς πόρους." +#: field:document.directory.content.type,active:0 +msgid "Active" +msgstr "Ενεργό" #. module: document -#: constraint:document.directory:0 -msgid "Error! You cannot create recursive directories." -msgstr "" +#: model:ir.actions.act_window,name:document.action_view_all_document_tree1 +msgid "All Users files" +msgstr "Όλα τα αρχεία Χρήστη" #. module: document -#: field:document.directory,resource_field:0 -msgid "Name field" -msgstr "Όνομα πεδίου" - -#. module: document -#: field:document.directory,dctx_ids:0 -msgid "Context fields" -msgstr "" - -#. module: document -#: view:document.directory:0 -#: field:report.document.user,type:0 -msgid "Directory Type" -msgstr "Τύπος Φακέλου" - -#. module: document -#: field:document.directory.content,report_id:0 -msgid "Report" -msgstr "Αναφορά" - -#. module: document -#: selection:report.document.user,month:0 -msgid "July" -msgstr "Ιούλιος" - -#. module: document -#: field:document.directory.content.type,code:0 -msgid "Extension" -msgstr "Επέκταση" - -#. module: document -#: field:document.directory,content_ids:0 -msgid "Virtual Files" -msgstr "Εικονικά Αρχεία" - -#. module: document -#: code:addons/document/document.py:576 -#, python-format -msgid "Error at doc write!" -msgstr "" - -#. module: document -#: view:document.directory:0 -msgid "Generated Files" -msgstr "" - -#. module: document -#: view:document.configuration:0 -msgid "" -"When executing this wizard, it will configure your directories automatically " -"according to modules installed." -msgstr "" - -#. module: document -#: field:document.directory.content,directory_id:0 -#: field:document.directory.dctx,dir_id:0 -#: model:ir.actions.act_window,name:document.action_document_file_directory_form -#: view:ir.attachment:0 -#: field:ir.attachment,parent_id:0 -#: model:ir.model,name:document.model_document_directory -#: field:report.document.user,directory:0 -msgid "Directory" -msgstr "Φάκελος" - -#. module: document -#: view:document.directory:0 -msgid "Security" -msgstr "Ασφάλεια" - -#. module: document -#: field:document.directory,write_uid:0 -#: field:ir.attachment,write_uid:0 -msgid "Last Modification User" -msgstr "Τελευταίος Χρήστης Τροποποίησης" - -#. module: document -#: model:ir.actions.act_window,name:document.action_view_files_by_user_graph -#: view:report.document.user:0 -msgid "Files by User" -msgstr "" - -#. module: document -#: view:ir.attachment:0 -msgid "on" -msgstr "" - -#. module: document -#: field:document.directory,domain:0 -msgid "Domain" -msgstr "Τομέας" - -#. module: document -#: field:document.directory,write_date:0 -#: field:ir.attachment,write_date:0 -msgid "Date Modified" -msgstr "Ημερομηνία Τροποποίησης" - -#. module: document -#: model:ir.model,name:document.model_report_document_file -msgid "Files details by Directory" -msgstr "" - -#. module: document -#: view:report.document.user:0 +#: view:report.document.user:document.view_report_document_user_search msgid "All users files" msgstr "Όλα τα αρχεία χρήστη" #. module: document -#: model:ir.actions.act_window,name:document.action_view_size_month -#: view:report.document.file:0 -msgid "File Size by Month" -msgstr "Μέγεθος Αρχείων ανά Μήνα" +#: help:document.directory,ressource_id:0 +msgid "" +"Along with Parent Model, this ID attaches this folder to a specific record " +"of Parent Model." +msgstr "" #. module: document #: selection:report.document.user,month:0 -msgid "December" -msgstr "Δεκέμβριος" +msgid "April" +msgstr "Απρίλιος" #. module: document -#: selection:document.directory,type:0 -msgid "Static Directory" -msgstr "Στατικός Φάκελος" - -#. module: document -#: field:report.document.file,month:0 -#: field:report.document.user,month:0 -msgid "Month" -msgstr "Μήνας" - -#. module: document -#: view:document.directory:0 -msgid "Define words in the context, for all child directories and files" +#. openerp-web +#: code:addons/document/static/src/js/document.js:7 +#, python-format +msgid "Attachment(s)" msgstr "" #. module: document -#: view:document.directory:0 -msgid "Static" -msgstr "Στατικό" - -#. module: document -#: field:report.document.user,user:0 -msgid "unknown" +#: view:ir.attachment:document.view_document_file_tree +msgid "Attachments" msgstr "" #. module: document -#: view:document.directory:0 -#: field:document.directory,user_id:0 -#: view:ir.attachment:0 -#: field:ir.attachment,user_id:0 -#: field:report.document.user,user_id:0 -msgid "Owner" -msgstr "Κάτοχος" - -#. module: document -#: view:document.directory:0 -msgid "PDF Report" -msgstr "Αναφορά PDF" - -#. module: document -#: view:document.directory:0 -msgid "Contents" -msgstr "Περιεχόμενα" - -#. module: document -#: field:document.directory,create_date:0 -#: field:report.document.user,create_date:0 -msgid "Date Created" -msgstr "Ημερομηνία Δημιουργίας" +#: selection:report.document.user,month:0 +msgid "August" +msgstr "Αύγουστος" #. module: document #: help:document.directory.content,include_name:0 @@ -450,22 +110,6 @@ msgid "" "If set, the directory will have to be a resource one." msgstr "" -#. module: document -#: view:document.configuration:0 -#: model:ir.actions.act_window,name:document.action_config_auto_directory -msgid "Configure Directories" -msgstr "" - -#. module: document -#: field:document.directory.content,include_name:0 -msgid "Include Record Name" -msgstr "Συμπερίληψη Ονόματος Εγγραφής" - -#. module: document -#: field:ir.actions.report.xml,model_id:0 -msgid "Model Id" -msgstr "Κωδ. Μοντέλου" - #. module: document #: help:document.directory,ressource_tree:0 msgid "" @@ -476,101 +120,58 @@ msgstr "" "αντικείμενο στο σύστημα." #. module: document -#: help:document.directory,ressource_id:0 -msgid "" -"Along with Parent Model, this ID attaches this folder to a specific record " -"of Parent Model." +#: field:document.directory,child_ids:0 +msgid "Children" +msgstr "Υποκατηγορίες" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +#: field:document.directory,company_id:0 +msgid "Company" +msgstr "Εταιρία" + +#. module: document +#: view:document.configuration:document.view_auto_config_form +#: model:ir.actions.act_window,name:document.action_config_auto_directory +msgid "Configure Directories" msgstr "" #. module: document -#. openerp-web -#: code:addons/document/static/src/js/document.js:6 -#, python-format -msgid "Attachment(s)" +#: field:document.directory.content,name:0 +msgid "Content Name" +msgstr "Όνομα Περιεχόμενου" + +#. module: document +#: field:document.directory.content.type,name:0 +msgid "Content Type" +msgstr "Τύπος Περιεχόμενου" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "Contents" +msgstr "Περιεχόμενα" + +#. module: document +#: field:document.directory,dctx_ids:0 +msgid "Context fields" msgstr "" #. module: document -#: selection:report.document.user,month:0 -msgid "August" -msgstr "Αύγουστος" - -#. module: document -#: view:document.directory:0 -msgid "Dynamic context" -msgstr "Δυναμικό Περιεχόμενο" - -#. module: document -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" +#: field:document.configuration,create_uid:0 +#: field:document.directory.content,create_uid:0 +#: field:document.directory.content.type,create_uid:0 +#: field:document.directory.dctx,create_uid:0 +#: field:document.storage,create_uid:0 +msgid "Created by" msgstr "" #. module: document -#: selection:report.document.user,month:0 -msgid "June" -msgstr "Ιούνιος" - -#. module: document -#: field:document.directory,group_ids:0 -msgid "Groups" -msgstr "Ομάδες" - -#. module: document -#: field:document.directory.content.type,active:0 -msgid "Active" -msgstr "Ενεργό" - -#. module: document -#: selection:report.document.user,month:0 -msgid "November" -msgstr "Νοέμβριος" - -#. module: document -#: help:document.directory,ressource_parent_type_id:0 -msgid "" -"If you put an object here, this directory template will appear bellow all of " -"these objects. Such directories are \"attached\" to the specific model or " -"record, just like attachments. Don't put a parent directory if you select a " -"parent model." -msgstr "" - -#. module: document -#: view:document.directory:0 -msgid "Definition" -msgstr "Ορισμός" - -#. module: document -#: selection:report.document.user,month:0 -msgid "October" -msgstr "Οκτώβριος" - -#. module: document -#: view:document.directory:0 -msgid "Seq." -msgstr "Αλληλ." - -#. module: document -#: model:ir.actions.act_window,name:document.action_view_all_document_tree1 -msgid "All Users files" -msgstr "Όλα τα αρχεία Χρήστη" - -#. module: document -#: selection:report.document.user,month:0 -msgid "January" -msgstr "Ιανουάριος" - -#. module: document -#: view:document.directory:0 -msgid "Document Directory" -msgstr "" - -#. module: document -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Αυτό το όνομα διαδρομής πρέπει να είναι μοναδικό" - -#. module: document -#: view:ir.attachment:0 -msgid "Attachments" +#: field:document.configuration,create_date:0 +#: field:document.directory.content,create_date:0 +#: field:document.directory.content.type,create_date:0 +#: field:document.directory.dctx,create_date:0 +#: field:document.storage,create_date:0 +msgid "Created on" msgstr "" #. module: document @@ -579,44 +180,70 @@ msgid "Creator" msgstr "Δημιουργός" #. module: document -#: view:document.configuration:0 -msgid "" -"OpenERP's Document Management System supports mapping virtual folders with " -"documents. The virtual folder of a document can be used to manage the files " -"attached to the document, or to print and download any report. This tool " -"will create directories automatically according to modules installed." -msgstr "" +#: field:document.directory,create_date:0 +#: field:report.document.user,create_date:0 +msgid "Date Created" +msgstr "Ημερομηνία Δημιουργίας" #. module: document -#: model:ir.actions.act_window,name:document.action_view_files_by_month_graph -#: view:report.document.user:0 -msgid "Files by Month" -msgstr "Αρχεία ανά Μήνα" +#: field:document.directory,write_date:0 +msgid "Date Modified" +msgstr "Ημερομηνία Τροποποίησης" #. module: document #: selection:report.document.user,month:0 -msgid "September" -msgstr "Σεπτέμβριος" +msgid "December" +msgstr "Δεκέμβριος" #. module: document -#: field:document.directory.content,prefix:0 -msgid "Prefix" -msgstr "Πρόθεμα" +#: view:document.directory:document.view_document_directory_form +msgid "Define words in the context, for all child directories and files" +msgstr "" #. module: document -#: field:document.directory,child_ids:0 -msgid "Children" -msgstr "Υποκατηγορίες" +#: view:document.directory:document.view_document_directory_form +msgid "Definition" +msgstr "Ορισμός" #. module: document -#: field:document.directory,ressource_id:0 -msgid "Resource ID" -msgstr "Κωδ. Πόρου" +#: view:document.directory:document.view_document_directory_form +#: view:document.directory:document.view_document_directory_tree +#: model:ir.actions.act_window,name:document.action_document_directory_form +#: model:ir.ui.menu,name:document.menu_document_directories +msgid "Directories" +msgstr "Φάκελλοι" #. module: document -#: field:document.directory.dctx,field:0 -msgid "Field" -msgstr "Πεδίο" +#: model:ir.actions.act_window,name:document.action_document_directory_tree +#: model:ir.ui.menu,name:document.menu_document_directories_tree +msgid "Directories' Structure" +msgstr "" + +#. module: document +#: field:document.directory.content,directory_id:0 +#: field:document.directory.dctx,dir_id:0 +#: model:ir.actions.act_window,name:document.action_document_file_directory_form +#: view:ir.attachment:document.view_attach_filter_inherit2 +#: field:ir.attachment,parent_id:0 +#: model:ir.model,name:document.model_document_directory +#: field:report.document.user,directory:0 +msgid "Directory" +msgstr "Φάκελος" + +#. module: document +#: model:ir.model,name:document.model_document_configuration +msgid "Directory Configuration" +msgstr "" + +#. module: document +#: model:ir.model,name:document.model_document_directory_content +msgid "Directory Content" +msgstr "Περιεχόμενο Φακέλου" + +#. module: document +#: model:ir.model,name:document.model_document_directory_content_type +msgid "Directory Content Type" +msgstr "Τύπος Περιεχόμενου Φακέλου" #. module: document #: model:ir.model,name:document.model_document_directory_dctx @@ -624,41 +251,58 @@ msgid "Directory Dynamic Context" msgstr "" #. module: document -#: field:document.directory,ressource_parent_type_id:0 -msgid "Parent Model" -msgstr "Μοντέλο Γονέα" +#: view:document.directory:document.view_document_directory_form +#: field:report.document.user,type:0 +msgid "Directory Type" +msgstr "Τύπος Φακέλου" #. module: document -#: view:document.directory:0 -msgid "" -"These groups, however, do NOT apply to children directories, which must " -"define their own groups." +#: sql_constraint:document.directory:0 +msgid "Directory cannot be parent of itself!" msgstr "" #. module: document -#: selection:report.document.user,month:0 -msgid "May" -msgstr "Μάιος" +#: code:addons/document/document.py:347 +#, python-format +msgid "Directory name contains special characters!" +msgstr "Το όνομα του φακέλλου περιέχει ειδικούς χαρακτήρες!" #. module: document -#: view:document.directory:0 -msgid "For each entry here, virtual files will appear in this folder." +#: code:addons/document/document.py:337 +#: code:addons/document/document.py:342 +#, python-format +msgid "Directory name must be unique!" +msgstr "Το όνομα του φακέλου θα πρέπει να είναι μοναδικό!" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +msgid "Document Directory" msgstr "" #. module: document -#: model:ir.model,name:document.model_ir_attachment -msgid "ir.attachment" -msgstr "" +#: model:ir.ui.menu,name:document.menu_document_management_configuration +msgid "Document Management" +msgstr "Διαχείριση Εγγράφου" #. module: document -#: view:report.document.user:0 -msgid "Users File" -msgstr "" +#: field:document.directory.content,extension:0 +msgid "Document Type" +msgstr "Τύπος Εγγράφου" #. module: document -#: model:ir.model,name:document.model_document_configuration -msgid "Directory Configuration" -msgstr "" +#: model:ir.actions.act_window,name:document.action_document_file_form +msgid "Documents" +msgstr "Έγγραφα" + +#. module: document +#: field:document.directory,domain:0 +msgid "Domain" +msgstr "Τομέας" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "Dynamic context" +msgstr "Δυναμικό Περιεχόμενο" #. module: document #: help:document.directory,type:0 @@ -670,80 +314,468 @@ msgid "" "defined in the parent directory." msgstr "" +#. module: document +#: code:addons/document/document.py:573 +#, python-format +msgid "Error at doc write!" +msgstr "" + +#. module: document +#: constraint:document.directory:0 +msgid "Error! You cannot create recursive directories." +msgstr "" + +#. module: document +#: field:document.directory.dctx,expr:0 +msgid "Expression" +msgstr "Έκφραση" + +#. module: document +#: field:document.directory.content.type,code:0 +msgid "Extension" +msgstr "Επέκταση" + #. module: document #: selection:report.document.user,month:0 msgid "February" msgstr "Φεβρουάριος" #. module: document -#: field:document.directory,name:0 -msgid "Name" -msgstr "Όνομα" +#: field:document.directory.dctx,field:0 +msgid "Field" +msgstr "Πεδίο" #. module: document -#: view:document.directory:0 +#: help:document.directory,resource_field:0 +msgid "" +"Field to be used as name on resource directories. If empty, the \"name\" " +"will be used." +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_form msgid "Fields" msgstr "Πεδία" -#. module: document -#: selection:report.document.user,month:0 -msgid "April" -msgstr "Απρίλιος" - -#. module: document -#: field:report.document.file,nbr:0 -#: field:report.document.user,nbr:0 -msgid "# of Files" -msgstr "" - -#. module: document -#: model:ir.model,name:document.model_document_directory_content_type -msgid "Directory Content Type" -msgstr "Τύπος Περιεχόμενου Φακέλου" - -#. module: document -#: view:document.directory:0 -msgid "" -"Only members of these groups will have access to this directory and its " -"files." -msgstr "" - -#. module: document -#. openerp-web -#: code:addons/document/static/src/js/document.js:17 -#, python-format -msgid "%s (%s)" -msgstr "" - -#. module: document -#: field:document.directory.content,sequence:0 -msgid "Sequence" -msgstr "Αλληλουχία" - -#. module: document -#: field:document.directory.content,name:0 -msgid "Content Name" -msgstr "Όνομα Περιεχόμενου" - #. module: document #: field:report.document.user,datas_fname:0 msgid "File Name" msgstr "Όνομα Αρχείου" +#. module: document +#: field:report.document.file,file_size:0 +#: field:report.document.user,file_size:0 +msgid "File Size" +msgstr "Μέγεθος Αρχείου" + +#. module: document +#: model:ir.actions.act_window,name:document.action_view_size_month +#: view:report.document.file:document.view_size_month +#: view:report.document.file:document.view_size_month_tree +msgid "File Size by Month" +msgstr "Μέγεθος Αρχείων ανά Μήνα" + +#. module: document +#: field:document.directory,file_ids:0 +#: view:report.document.user:document.view_document_user_form +#: view:report.document.user:document.view_document_user_tree +msgid "Files" +msgstr "Αρχεία" + +#. module: document +#: model:ir.actions.act_window,name:document.action_view_files_by_month_graph +#: view:report.document.user:document.view_files_by_month_graph +#: view:report.document.user:document.view_files_by_month_tree +msgid "Files by Month" +msgstr "Αρχεία ανά Μήνα" + +#. module: document +#: model:ir.actions.act_window,name:document.action_view_files_by_user_graph +#: view:report.document.user:document.view_files_by_user_graph +msgid "Files by User" +msgstr "" + +#. module: document +#: model:ir.model,name:document.model_report_document_file +msgid "Files details by Directory" +msgstr "" + +#. module: document +#: model:ir.model,name:document.model_report_document_user +msgid "Files details by Users" +msgstr "Λεπτομέρειες Αρχείων από Χρήστες" + +#. module: document +#: view:ir.attachment:document.view_attach_filter_inherit0 +msgid "Filter on my documents" +msgstr "" + +#. module: document +#: field:document.directory,resource_find_all:0 +msgid "Find all resources" +msgstr "Εύρεση όλους τους πόρους" + +#. module: document +#: selection:document.directory,type:0 +msgid "Folders per resource" +msgstr "Φάκελοι ανά πόρο" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "For each entry here, virtual files will appear in this folder." +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "Generated Files" +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +msgid "Group By" +msgstr "" + +#. module: document +#: field:document.directory,group_ids:0 +msgid "Groups" +msgstr "Ομάδες" + +#. module: document +#: field:document.configuration,id:0 +#: field:document.directory,id:0 +#: field:document.directory.content,id:0 +#: field:document.directory.content.type,id:0 +#: field:document.directory.dctx,id:0 +#: field:document.storage,id:0 +#: field:report.document.file,id:0 +#: field:report.document.user,id:0 +msgid "ID" +msgstr "" + +#. module: document +#: help:document.directory,resource_find_all:0 +msgid "" +"If true, all attachments that match this resource will be located. If " +"false, only ones that have this as parent." +msgstr "" + +#. module: document +#: help:document.directory,ressource_parent_type_id:0 +msgid "" +"If you put an object here, this directory template will appear bellow all of " +"these objects. Such directories are \"attached\" to the specific model or " +"record, just like attachments. Don't put a parent directory if you select a " +"parent model." +msgstr "" + +#. module: document +#: field:document.directory.content,include_name:0 +msgid "Include Record Name" +msgstr "Συμπερίληψη Ονόματος Εγγραφής" + +#. module: document +#: view:ir.attachment:document.view_document_file_form +#: field:ir.attachment,index_content:0 +msgid "Indexed Content" +msgstr "Αρχειοθετημένα Περιεχόμενα" + +#. module: document +#: selection:report.document.user,month:0 +msgid "January" +msgstr "Ιανουάριος" + +#. module: document +#: selection:report.document.user,month:0 +msgid "July" +msgstr "Ιούλιος" + +#. module: document +#: selection:report.document.user,month:0 +msgid "June" +msgstr "Ιούνιος" + +#. module: document +#: view:document.configuration:document.view_auto_config_form +msgid "Knowledge Application Configuration" +msgstr "" + +#. module: document +#: field:document.directory,write_uid:0 +msgid "Last Modification User" +msgstr "Τελευταίος Χρήστης Τροποποίησης" + +#. module: document +#: field:document.configuration,write_uid:0 +#: field:document.directory.content,write_uid:0 +#: field:document.directory.content.type,write_uid:0 +#: field:document.directory.dctx,write_uid:0 +#: field:document.storage,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: document +#: field:document.configuration,write_date:0 +#: field:document.directory.content,write_date:0 +#: field:document.directory.content.type,write_date:0 +#: field:document.directory.dctx,write_date:0 +#: field:document.storage,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: document +#: selection:report.document.user,month:0 +msgid "March" +msgstr "Μάρτιος" + +#. module: document +#: selection:report.document.user,month:0 +msgid "May" +msgstr "Μάιος" + +#. module: document +#: field:document.directory.content.type,mimetype:0 +msgid "Mime Type" +msgstr "Τύπος MIME" + +#. module: document +#: field:ir.actions.report.xml,model_id:0 +msgid "Model Id" +msgstr "Κωδ. Μοντέλου" + +#. module: document +#: view:ir.attachment:document.view_document_file_form +msgid "Modification" +msgstr "" + +#. module: document +#: field:report.document.user,change_date:0 +msgid "Modified Date" +msgstr "Ημερομηνία τροποποίησης" + +#. module: document +#: field:report.document.file,month:0 +#: field:report.document.user,month:0 +msgid "Month" +msgstr "Μήνας" + +#. module: document +#: view:ir.attachment:document.view_attach_filter_inherit0 +msgid "My Document(s)" +msgstr "" + +#. module: document +#: field:document.directory,name:0 +msgid "Name" +msgstr "Όνομα" + +#. module: document +#: field:document.directory,resource_field:0 +msgid "Name field" +msgstr "Όνομα πεδίου" + +#. module: document +#: selection:report.document.user,month:0 +msgid "November" +msgstr "Νοέμβριος" + +#. module: document +#: selection:report.document.user,month:0 +msgid "October" +msgstr "Οκτώβριος" + +#. module: document +#: view:document.configuration:document.view_auto_config_form +msgid "" +"Odoo's Document Management System supports mapping virtual folders with " +"documents. The virtual folder of a document can be used to manage the files " +"attached to the document, or to print and download any report. This tool " +"will create directories automatically according to modules installed." +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "" +"Only members of these groups will have access to this directory and its " +"files." +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +#: field:document.directory,user_id:0 +#: view:ir.attachment:document.view_attach_filter_inherit2 +#: field:ir.attachment,user_id:0 +#: field:report.document.user,user_id:0 +msgid "Owner" +msgstr "Κάτοχος" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "PDF Report" +msgstr "Αναφορά PDF" + +#. module: document +#: field:document.directory,parent_id:0 +msgid "Parent Directory" +msgstr "Γονικός κατάλογος" + +#. module: document +#: field:document.directory,ressource_parent_type_id:0 +msgid "Parent Model" +msgstr "Μοντέλο Γονέα" + +#. module: document +#: view:ir.attachment:document.view_attach_filter_inherit2 +#: field:ir.attachment,partner_id:0 +msgid "Partner" +msgstr "Συνεργάτης" + +#. module: document +#: field:document.directory.content,prefix:0 +msgid "Prefix" +msgstr "Πρόθεμα" + +#. module: document +#: model:ir.actions.act_window,name:document.act_res_partner_document +#: model:ir.actions.act_window,name:document.zoom_directory +msgid "Related Documents" +msgstr "Σχετικά Έγγραφα" + +#. module: document +#: field:document.directory.content,report_id:0 +msgid "Report" +msgstr "Αναφορά" + +#. module: document +#: field:document.directory,ressource_id:0 +msgid "Resource ID" +msgstr "Κωδ. Πόρου" + +#. module: document +#: field:document.directory,ressource_type_id:0 +msgid "Resource model" +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +msgid "Resources" +msgstr "Πόροι" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +msgid "Search Document Directory" +msgstr "Αναζήτηση στον Φάκελο Εγγράφων" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "Security" +msgstr "Ασφάλεια" + +#. module: document +#: help:document.directory,ressource_type_id:0 +msgid "" +"Select an object here and there will be one folder per record of that " +"resource." +msgstr "" + +#. module: document +#: selection:report.document.user,month:0 +msgid "September" +msgstr "Σεπτέμβριος" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "Seq." +msgstr "Αλληλ." + +#. module: document +#: field:document.directory.content,sequence:0 +msgid "Sequence" +msgstr "Αλληλουχία" + +#. module: document +#: view:document.directory:document.view_document_directory_filter +msgid "Static" +msgstr "Στατικό" + +#. module: document +#: selection:document.directory,type:0 +msgid "Static Directory" +msgstr "Στατικός Φάκελος" + +#. module: document +#: model:ir.model,name:document.model_document_storage +msgid "Storage Media" +msgstr "Μέσο αποθήκευσης" + +#. module: document +#: field:document.directory.content,suffix:0 +msgid "Suffix" +msgstr "Suffix" + +#. module: document +#: sql_constraint:document.directory:0 +msgid "The directory name must be unique !" +msgstr "Αυτό το όνομα διαδρομής πρέπει να είναι μοναδικό" + +#. module: document +#: sql_constraint:ir.attachment:0 +msgid "The filename must be unique in a directory !" +msgstr "" + +#. module: document +#: help:document.directory.dctx,field:0 +msgid "The name of the field." +msgstr "" + +#. module: document +#: view:document.directory:document.view_document_directory_form +msgid "" +"These groups, however, do NOT apply to children directories, which must " +"define their own groups." +msgstr "" + #. module: document #: field:document.directory,ressource_tree:0 msgid "Tree Structure" msgstr "Δομή Δένδρου" #. module: document -#: view:document.configuration:0 -msgid "res_config_contents" +#: view:document.directory:document.view_document_directory_filter +#: field:document.directory,type:0 +msgid "Type" +msgstr "Τύπος" + +#. module: document +#: help:document.directory,domain:0 +msgid "" +"Use a domain if you want to apply an automatic filter on visible resources." +msgstr "" +"Χρησιμοποιήστε έναν τομέα έαν θέλετε να εφαρμόσετε ένα αυτόματο φίλτρο σε " +"ορατούς πόρους." + +#. module: document +#: view:report.document.user:document.view_report_document_user_search +msgid "Users File" msgstr "" #. module: document -#: model:ir.actions.act_window,name:document.action_document_directory_tree -#: model:ir.ui.menu,name:document.menu_document_directories_tree -msgid "Directories' Structure" +#: code:addons/document/document.py:337 +#: code:addons/document/document.py:342 +#: code:addons/document/document.py:347 +#, python-format +msgid "ValidateError" +msgstr "" + +#. module: document +#: field:document.directory,content_ids:0 +msgid "Virtual Files" +msgstr "Εικονικά Αρχεία" + +#. module: document +#: view:document.configuration:document.view_auto_config_form +msgid "" +"When executing this wizard, it will configure your directories automatically " +"according to modules installed." msgstr "" #. module: document @@ -752,277 +784,11 @@ msgid "Year" msgstr "Έτος" #. module: document -#: model:ir.model,name:document.model_document_storage -msgid "Storage Media" -msgstr "Μέσο αποθήκευσης" +#: view:document.configuration:document.view_auto_config_form +msgid "res_config_contents" +msgstr "" #. module: document -#: field:document.directory.content,extension:0 -msgid "Document Type" -msgstr "Τύπος Εγγράφου" - -#~ msgid "Storing Method" -#~ msgstr "Μέθοδος Αποθήκευσης" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Το όνομα του αντικειμένου θα πρέπει να ξεκινάει απο x_ και να μην περιέχει " -#~ "ειδικούς χαρακτήρες!" - -#~ msgid "Preview" -#~ msgstr "Προεπισκόπηση" - -#~ msgid "Error! You can not create recursive Directories." -#~ msgstr "Σφάλμα! Δεν μπορείτε να δημιουργήσετε επαναλαμβανόμενους φακέλλους." - -#~ msgid "Auto Configure Directory" -#~ msgstr "Αυτόματη παραμετροποίηση φακέλλου" - -#~ msgid "Document Configuration" -#~ msgstr "Παραμετροποίηση Εγγράφου" - -#~ msgid "Other Resources" -#~ msgstr "Άλλοι Πόροι" - -#~ msgid "" -#~ "Check this field if you want that the name of the file start by the record " -#~ "name." -#~ msgstr "" -#~ "Ελέγξτε το πεδίο εάν θέλετε το όνομα του να αρχίζει με το όνομα της εγγραφής." - -#~ msgid "Document Management System." -#~ msgstr "Σύστημα Διαχείρισης Εγγράφων" - -#~ msgid "Attachment" -#~ msgstr "Επισυνάψεις" - -#~ msgid "Configure" -#~ msgstr "Παραμετροποίηση" - -#~ msgid "File Information" -#~ msgstr "Πληροφορίες Αρχείου" - -#~ msgid "Parent Item" -#~ msgstr "Είδος Γονέα" - -#~ msgid "Directorie's Structure" -#~ msgstr "Δομή Φακέλλων" - -#~ msgid "Resource Title" -#~ msgstr "Τίτλος Πόρου" - -#~ msgid "Stored Filename" -#~ msgstr "Αποθηκευμένο Όνομα Αρχείου" - -#~ msgid "Link" -#~ msgstr "Σύνδεση" - -#~ msgid "" -#~ "If you put an object here, this directory template will appear bellow all of " -#~ "these objects. Don't put a parent directory if you select a parent model." -#~ msgstr "" -#~ "Εάν τοποθετήσετε εδω ένα αντικείμενο, αυτό το πρότυπο φακέλου θα εμφανιστεί " -#~ "κάτω απο όλα αυτά τα αντικείμενα. Μην τοποθετήσετε ένα γονικό φάκελο εάν " -#~ "επιλέξετε μοντέλο γονέα." - -#~ msgid "" -#~ "This wizard will automatically configure the document management system " -#~ "according to modules installed on your system." -#~ msgstr "" -#~ "Αυτός ο σύμβουλος θα παραμετροποιήσει το σύστημα διαχείρισης εγγράφων " -#~ "σύμφωνα με τα υποσυστήματα που έχετε εγκατεστημένα στο σύστημα σας." - -#~ msgid "" -#~ "This wizard will configure the URL of the server of the document management " -#~ "system." -#~ msgstr "" -#~ "Ο σύμβουλος θα παραμετροποιήσει το URL του διακομιστή του συστήματος " -#~ "διαχείρισης εγγράφων." - -#~ msgid "" -#~ "Put here the server address or IP. Keep localhost if you don't know what to " -#~ "write." -#~ msgstr "" -#~ "Τοποθετήστε εδώ την διεύθυνση του διακομιστή ή την IP. Διατηρήστε το " -#~ "localhost εάν δεν γνωρίζετε τί να γράψετε." - -#~ msgid "Data" -#~ msgstr "Πληροφορία" - -#~ msgid "Notes" -#~ msgstr "Σημειώσεις" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Άκυρο XML για αυτην την αρχιτεκτονική όψης!" - -#~ msgid "" -#~ "This is a complete document management system:\n" -#~ " * FTP Interface\n" -#~ " * User Authentication\n" -#~ " * Document Indexation\n" -#~ msgstr "" -#~ "Αυό είναι ένα πλήρες σύστημα διαχείρισης εγγράφων:\n" -#~ " * FTP Interface\n" -#~ " * User Authentication\n" -#~ " * Document Indexation\n" - -#~ msgid "Database" -#~ msgstr "Βάση Δεδομένων" - -#~ msgid "Filesystem" -#~ msgstr "Σύστημα Αρχείων" - -#~ msgid "Integrated Document Management System" -#~ msgstr "Ενσωματωμένο Σύστημα Διαχείρισης Εγγράφων" - -#~ msgid "document.configuration.wizard" -#~ msgstr "document.configuration.wizard" - -#~ msgid "Attached To" -#~ msgstr "Επισυναπτόμενο σε" - -#~ msgid "Document directory" -#~ msgstr "Φάκελος Εγγράφου" - -#~ msgid "History" -#~ msgstr "Ιστορικό" - -#~ msgid "Others Info" -#~ msgstr "Πληροφορίες Άλλων" - -#~ msgid "" -#~ "Select an object here and Open ERP will create a mapping for each of these " -#~ "objects, using the given domain, when browsing through FTP." -#~ msgstr "" -#~ "Επιλέξτε ένα αντικείμενο έδω και το Open ERP θα δημιουργήσει μια " -#~ "χαρτογράφηση για κάθε αντικέιμενο, χρησιμοποιώντας έναν τομέα όταν προβάλετε " -#~ "μέσω FTP." - -#~ msgid "Directories Mapped to Objects" -#~ msgstr "Φάκελοι Χαρτογραφημένοι σε Αντικείμενα" - -#~ msgid "Browse Files Using FTP" -#~ msgstr "Προβολή Αρχείων Χρησιμοποιώντας FTP" - -#~ msgid "Server Address" -#~ msgstr "Διεύθυνση Διακομιστή" - -#~ msgid "Cancel" -#~ msgstr "Άκυρο" - -#~ msgid "Search a File" -#~ msgstr "Εύρεση ενός Αρχείου" - -#~ msgid "Auto Configure" -#~ msgstr "Αυτόματη Παραμετροποίηση" - -#~ msgid "Auto-Generated Files" -#~ msgstr "Αυτοματα δημιουργημένοι Φάκελοι" - -#~ msgid "Browse Files" -#~ msgstr "Προβολή Αρχείων" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Λανθασμένο όνομα μοντέλου στον ορισμό ενέργειας" - -#~ msgid "Document board" -#~ msgstr "Πίνακας εγγράφου" - -#~ msgid "Process Node" -#~ msgstr "Κόμβος Διεργασίας" - -#~ msgid "Files per Month" -#~ msgstr "Αρχεία ανά Μήνα" - -#~ msgid "Path" -#~ msgstr "Διαδρομή" - -#~ msgid "Sale Order" -#~ msgstr "Εντολή Πώλησης" - -#~ msgid "title" -#~ msgstr "τίτλος" - -#~ msgid "This Year" -#~ msgstr "Αυτό το έτος" - -#, python-format -#~ msgid "Error!" -#~ msgstr "Σφάλμα!" - -#~ msgid "Project" -#~ msgstr "Έργο" - -#~ msgid "Files by Users" -#~ msgstr "Αρχεία ανά Χρήστη" - -#~ msgid "Files Per Partner" -#~ msgstr "Αρχεία ανά Συνεργάτη" - -#~ msgid "Storage" -#~ msgstr "Αποθηκευτικός χώρος" - -#~ msgid "Document Dashboard" -#~ msgstr "Πίνακας Εγγραφών" - -#~ msgid "Created" -#~ msgstr "Δημιουργήθηκε" - -#~ msgid "Modified" -#~ msgstr "Τροποποιήθηκε" - -#~ msgid "Files by Partner" -#~ msgstr "Αρχεία ανά Συνεργάτη" - -#~ msgid "Configuration Progress" -#~ msgstr "Πρόοδος Παραμετροποίησης" - -#~ msgid "Online" -#~ msgstr "Σε σύνδεση" - -#~ msgid "Image" -#~ msgstr "Εικόνα" - -#~ msgid "User" -#~ msgstr "Χρήστης" - -#~ msgid "Files By Users" -#~ msgstr "Αρχεία από Χρήστες" - -#~ msgid "Dashboard" -#~ msgstr "Πινακίδα" - -#~ msgid "Related to" -#~ msgstr "Συσχετίζεται με" - -#~ msgid "Read Only" -#~ msgstr "Μόνο για Ανάγνωση" - -#~ msgid "Wall of Shame" -#~ msgstr "Τείχος της Ντροπής" - -#~ msgid "Product" -#~ msgstr "Προϊόν" - -#~ msgid "Reporting" -#~ msgstr "Αναφορές" - -#~ msgid "This Month" -#~ msgstr "Αυτό το μήνα" - -#~ msgid "Files By Partner" -#~ msgstr "Αρχεία ανά Συνεργάτη" - -#~ msgid "New Files" -#~ msgstr "Νέα Αρχεία" - -#~ msgid "Statistics by User" -#~ msgstr "Στατιστικά ανά Χρήστη" - -#~ msgid "Files by Resource Type" -#~ msgstr "Αρχεία ανά Τύπο Προέλευσης" - -#, python-format -#~ msgid "File name must be unique!" -#~ msgstr "Το όνομα Αρχείου πρέπει να είναι μοναδικό!" +#: field:report.document.user,user:0 +msgid "unknown" +msgstr "" diff --git a/addons/document/i18n/es.po b/addons/document/i18n/es.po index 949834c6d19..f3c57ccbd03 100644 --- a/addons/document/i18n/es.po +++ b/addons/document/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 20:24+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Núm. de archivos" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s(%s)" @@ -99,7 +99,7 @@ msgstr "Abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Adjunto(s)" diff --git a/addons/document/i18n/es_AR.po b/addons/document/i18n/es_AR.po index 8166e0678f8..53aad2b1a5c 100644 --- a/addons/document/i18n/es_AR.po +++ b/addons/document/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/es_CR.po b/addons/document/i18n/es_CR.po index f3f5af85be3..6cdf419b83c 100644 --- a/addons/document/i18n/es_CR.po +++ b/addons/document/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Núm. de archivos" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -92,7 +92,7 @@ msgstr "Abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/es_EC.po b/addons/document/i18n/es_EC.po index a0fc3035308..89820557021 100644 --- a/addons/document/i18n/es_EC.po +++ b/addons/document/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Núm. de archivos" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/es_PY.po b/addons/document/i18n/es_PY.po index 43f91bb61be..d87fde547c4 100644 --- a/addons/document/i18n/es_PY.po +++ b/addons/document/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Núm. de archivos" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -92,7 +92,7 @@ msgstr "Abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/et.po b/addons/document/i18n/et.po index acfcdf3d432..c23da76802d 100644 --- a/addons/document/i18n/et.po +++ b/addons/document/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Failide arv" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/fi.po b/addons/document/i18n/fi.po index 3c911f9a09e..074303f8eac 100644 --- a/addons/document/i18n/fi.po +++ b/addons/document/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Tiedostojen määrä" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Huhtikuu" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Liite (liitteet)" diff --git a/addons/document/i18n/fr.po b/addons/document/i18n/fr.po index cb6fa35231e..e9de6b6bdac 100644 --- a/addons/document/i18n/fr.po +++ b/addons/document/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# de Fichiers" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -102,7 +102,7 @@ msgstr "Avril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Pièce(s) jointe(s)" diff --git a/addons/document/i18n/gl.po b/addons/document/i18n/gl.po index dd5b1d71dff..ed9c5eb0321 100644 --- a/addons/document/i18n/gl.po +++ b/addons/document/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Núm. de ficheiros" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -92,7 +92,7 @@ msgstr "abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/gu.po b/addons/document/i18n/gu.po index b816774aa2f..a6fbf3a324c 100644 --- a/addons/document/i18n/gu.po +++ b/addons/document/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/he.po b/addons/document/i18n/he.po index b118f950a38..6506ef4a4c8 100644 --- a/addons/document/i18n/he.po +++ b/addons/document/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/hi.po b/addons/document/i18n/hi.po index d3463e25b9f..a394d3b33f9 100644 --- a/addons/document/i18n/hi.po +++ b/addons/document/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/hr.po b/addons/document/i18n/hr.po index 39feb70499d..5c543fa6e28 100644 --- a/addons/document/i18n/hr.po +++ b/addons/document/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# Spisa" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -87,7 +87,7 @@ msgstr "Travanj" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Privitci" diff --git a/addons/document/i18n/hu.po b/addons/document/i18n/hu.po index afa272f112d..d9f321f45bb 100644 --- a/addons/document/i18n/hu.po +++ b/addons/document/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-07 19:47+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Fájlok száma" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Április" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Melléklet(ek)" @@ -179,7 +179,7 @@ msgstr "Összefüggés mezők" #: field:document.directory.dctx,create_uid:0 #: field:document.storage,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: document #: field:document.configuration,create_date:0 @@ -188,7 +188,7 @@ msgstr "" #: field:document.directory.dctx,create_date:0 #: field:document.storage,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: document #: field:document.directory,create_uid:0 @@ -459,7 +459,7 @@ msgstr "Generált fájlok" #. module: document #: view:document.directory:document.view_document_directory_filter msgid "Group By" -msgstr "" +msgstr "Csoportosítás" #. module: document #: field:document.directory,group_ids:0 @@ -476,7 +476,7 @@ msgstr "Csoportok" #: field:report.document.file,id:0 #: field:report.document.user,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: document #: help:document.directory,resource_find_all:0 @@ -543,7 +543,7 @@ msgstr "Utolsó módosítást végzó felhasználó" #: field:document.directory.dctx,write_uid:0 #: field:document.storage,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: document #: field:document.configuration,write_date:0 @@ -552,7 +552,7 @@ msgstr "" #: field:document.directory.dctx,write_date:0 #: field:document.storage,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: document #: selection:report.document.user,month:0 @@ -623,6 +623,11 @@ msgid "" "attached to the document, or to print and download any report. This tool " "will create directories automatically according to modules installed." msgstr "" +"Odoo endszer Dokumentum kezelő rendszere támogatja a virtuális könyvtár " +"térképeket, dokumentumokkal. Egy dokumentum virtuális könyvtárát " +"használhatja a fájlokhoz kapcsolt dokumentumok kezelésére, vagy egy jelentés " +"letöltésére és kinyomtatására. Ez az eszköz automatikusan hoz létre " +"könyvtárakat a feltelepített moduloknak megfelelően." #. module: document #: view:document.directory:document.view_document_directory_form diff --git a/addons/document/i18n/id.po b/addons/document/i18n/id.po index adaa10e8083..2e35682a1e9 100644 --- a/addons/document/i18n/id.po +++ b/addons/document/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/it.po b/addons/document/i18n/it.po index b3ddf131cdb..dbf37139304 100644 --- a/addons/document/i18n/it.po +++ b/addons/document/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 07:11+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Num. di files" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Aprile" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Allegati" @@ -179,7 +179,7 @@ msgstr "Campi contesto" #: field:document.directory.dctx,create_uid:0 #: field:document.storage,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: document #: field:document.configuration,create_date:0 @@ -188,7 +188,7 @@ msgstr "" #: field:document.directory.dctx,create_date:0 #: field:document.storage,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: document #: field:document.directory,create_uid:0 @@ -457,7 +457,7 @@ msgstr "File generati" #. module: document #: view:document.directory:document.view_document_directory_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: document #: field:document.directory,group_ids:0 @@ -474,7 +474,7 @@ msgstr "Gruppi" #: field:report.document.file,id:0 #: field:report.document.user,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: document #: help:document.directory,resource_find_all:0 @@ -541,7 +541,7 @@ msgstr "Ultimo utente che ha modificato" #: field:document.directory.dctx,write_uid:0 #: field:document.storage,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: document #: field:document.configuration,write_date:0 @@ -550,7 +550,7 @@ msgstr "" #: field:document.directory.dctx,write_date:0 #: field:document.storage,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: document #: selection:report.document.user,month:0 @@ -621,6 +621,11 @@ msgid "" "attached to the document, or to print and download any report. This tool " "will create directories automatically according to modules installed." msgstr "" +"Il sistema gestione documentale di ODOO supporta la tracciatura delle " +"cartelle con i documenti. Le cartelle virtuali dei documenti possono essere " +"utlizzate per gestire i file collegato ai documenti oppure per stampare e " +"scaricare alcuni report. Questo strumento creerà directory automaticamente " +"in accordo con il modulo installato." #. module: document #: view:document.directory:document.view_document_directory_form diff --git a/addons/document/i18n/ja.po b/addons/document/i18n/ja.po index 7c429e55409..1918e6c13aa 100644 --- a/addons/document/i18n/ja.po +++ b/addons/document/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "ファイル数" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -90,7 +90,7 @@ msgstr "4月" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "添付" diff --git a/addons/document/i18n/lt.po b/addons/document/i18n/lt.po index bb56ebd2501..153bb2e3db3 100644 --- a/addons/document/i18n/lt.po +++ b/addons/document/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/lv.po b/addons/document/i18n/lv.po index a5a818ddea1..1061ecef9dc 100644 --- a/addons/document/i18n/lv.po +++ b/addons/document/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Failu skaits" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "Aprīlis" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/mk.po b/addons/document/i18n/mk.po index d6ec80849cd..f8692a34c7b 100644 --- a/addons/document/i18n/mk.po +++ b/addons/document/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# од полиња" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -97,7 +97,7 @@ msgstr "Април" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Прилог(зи)" diff --git a/addons/document/i18n/mn.po b/addons/document/i18n/mn.po index b6e1095a701..3a923e2163c 100644 --- a/addons/document/i18n/mn.po +++ b/addons/document/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Файлын тоо" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "4 сар" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "хавсралт(-ууд)" diff --git a/addons/document/i18n/nb.po b/addons/document/i18n/nb.po index c2bc26ef308..a48794350fc 100644 --- a/addons/document/i18n/nb.po +++ b/addons/document/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# av filer." #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -87,7 +87,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Vedlegg(s)" diff --git a/addons/document/i18n/nl.po b/addons/document/i18n/nl.po index 5024a183463..7c5a0b0428e 100644 --- a/addons/document/i18n/nl.po +++ b/addons/document/i18n/nl.po @@ -7,25 +7,25 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-17 08:33+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:14+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 #: field:report.document.user,nbr:0 msgid "# of Files" -msgstr "# bestanden" +msgstr "# Bestanden" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -99,7 +99,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Bijlage(n)" diff --git a/addons/document/i18n/nl_BE.po b/addons/document/i18n/nl_BE.po index 3fa5378dbfe..401443ac8f0 100644 --- a/addons/document/i18n/nl_BE.po +++ b/addons/document/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/pl.po b/addons/document/i18n/pl.po index 3818b80938a..f75a4cc2ab4 100644 --- a/addons/document/i18n/pl.po +++ b/addons/document/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 14:09+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -26,7 +26,7 @@ msgstr "# plików" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -101,7 +101,7 @@ msgstr "Kwiecień" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Załącznik(i)" diff --git a/addons/document/i18n/pt.po b/addons/document/i18n/pt.po index b1041e35fd1..04e5de5d9e9 100644 --- a/addons/document/i18n/pt.po +++ b/addons/document/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# dos ficheiros" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Anexos" diff --git a/addons/document/i18n/pt_BR.po b/addons/document/i18n/pt_BR.po index ef6f39fba9e..3a515c073ec 100644 --- a/addons/document/i18n/pt_BR.po +++ b/addons/document/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 02:49+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:47+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: document @@ -26,7 +26,7 @@ msgstr "Nº de Arquivos" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Abril" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Anexo(s)" diff --git a/addons/document/i18n/ro.po b/addons/document/i18n/ro.po index 79a22aade8e..3a3010bd9fd 100644 --- a/addons/document/i18n/ro.po +++ b/addons/document/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# Fişiere" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Aprilie" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Atasament(e)" diff --git a/addons/document/i18n/ru.po b/addons/document/i18n/ru.po index a7ece44ae54..bb534d6996c 100644 --- a/addons/document/i18n/ru.po +++ b/addons/document/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# файлов" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -100,7 +100,7 @@ msgstr "Апрель" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Вложения" diff --git a/addons/document/i18n/sk.po b/addons/document/i18n/sk.po index c624b6d0f8c..717de2e43c9 100644 --- a/addons/document/i18n/sk.po +++ b/addons/document/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/sl.po b/addons/document/i18n/sl.po index ce528602de7..3b53dfabd42 100644 --- a/addons/document/i18n/sl.po +++ b/addons/document/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# datotek" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -99,7 +99,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Priponke" diff --git a/addons/document/i18n/sq.po b/addons/document/i18n/sq.po index 56d1b602669..3c28dd1db16 100644 --- a/addons/document/i18n/sq.po +++ b/addons/document/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/sr.po b/addons/document/i18n/sr.po index 36205e6a3bf..a2645573208 100644 --- a/addons/document/i18n/sr.po +++ b/addons/document/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# Fajlova" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -90,7 +90,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/sr@latin.po b/addons/document/i18n/sr@latin.po index 5c59dcfe554..d2ada92d9dc 100644 --- a/addons/document/i18n/sr@latin.po +++ b/addons/document/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# Fajlova" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -90,7 +90,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/sv.po b/addons/document/i18n/sv.po index 7a908552c80..21f05d97387 100644 --- a/addons/document/i18n/sv.po +++ b/addons/document/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# av filer" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -92,7 +92,7 @@ msgstr "April" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Bilaga(or)" diff --git a/addons/document/i18n/tr.po b/addons/document/i18n/tr.po index ef658768e01..b1536fcdccd 100644 --- a/addons/document/i18n/tr.po +++ b/addons/document/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "Dosya Sayısı" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -99,7 +99,7 @@ msgstr "Nisan" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "Ek(ler)" diff --git a/addons/document/i18n/uk.po b/addons/document/i18n/uk.po index b2476d46be4..78c49d83274 100644 --- a/addons/document/i18n/uk.po +++ b/addons/document/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/vi.po b/addons/document/i18n/vi.po index 25f37258c36..5dbcc524934 100644 --- a/addons/document/i18n/vi.po +++ b/addons/document/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "Tháng Tư" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/zh_CN.po b/addons/document/i18n/zh_CN.po index ffa14cd66ea..606dd0829c7 100644 --- a/addons/document/i18n/zh_CN.po +++ b/addons/document/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "# 文件" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "%s (%s)" @@ -97,7 +97,7 @@ msgstr "4月" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "附件" diff --git a/addons/document/i18n/zh_HK.po b/addons/document/i18n/zh_HK.po index 4d7bfa8410a..470da075713 100644 --- a/addons/document/i18n/zh_HK.po +++ b/addons/document/i18n/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -87,7 +87,7 @@ msgstr "" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/document/i18n/zh_TW.po b/addons/document/i18n/zh_TW.po index d525a9f84a0..3f9d0fd0c3a 100644 --- a/addons/document/i18n/zh_TW.po +++ b/addons/document/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: document #: field:report.document.file,nbr:0 @@ -25,7 +25,7 @@ msgstr "檔案數" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:17 +#: code:addons/document/static/src/js/document.js:19 #, python-format msgid "%s (%s)" msgstr "" @@ -90,7 +90,7 @@ msgstr "四月" #. module: document #. openerp-web -#: code:addons/document/static/src/js/document.js:6 +#: code:addons/document/static/src/js/document.js:7 #, python-format msgid "Attachment(s)" msgstr "" diff --git a/addons/edi/i18n/hu.po b/addons/edi/i18n/hu.po index 12f9b4ed38c..afa2f50d7fa 100644 --- a/addons/edi/i18n/hu.po +++ b/addons/edi/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-07 19:52+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: edi #: code:addons/edi/models/edi.py:46 @@ -48,13 +48,13 @@ msgstr "EDI alrendszer" #. module: edi #: field:edi.edi,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: edi #: code:addons/edi/models/edi.py:129 #, python-format msgid "Missing Application." -msgstr "" +msgstr "Hiányzó alkalmazás." #. module: edi #: model:ir.model,name:edi.model_res_partner @@ -90,3 +90,5 @@ msgid "" "You can install it by connecting as the administrator and opening the " "configuration assistant." msgstr "" +"Az importálni kívánt dokumentum igényli a `%s` Odoo rendszer alkalmazást. " +"Telepítheti admin csatalakozással és a beállítás segítő megnyitásával." diff --git a/addons/email_template/i18n/hu.po b/addons/email_template/i18n/hu.po index 25cabc355e2..dc8d0152982 100644 --- a/addons/email_template/i18n/hu.po +++ b/addons/email_template/i18n/hu.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-07 20:13+0000\n" +"Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: email_template #: code:addons/email_template/email_template.py:365 @@ -26,7 +26,7 @@ msgstr "%s (másolat)" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Add" -msgstr "" +msgstr "Hozzáad" #. module: email_template #: field:email.template,user_signature:0 @@ -37,7 +37,7 @@ msgstr "Adjon hozzá aláírást" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Advanced Settings" -msgstr "" +msgstr "Speciális beállítások" #. module: email_template #: field:email.template,model_id:0 @@ -54,7 +54,7 @@ msgstr "Mellékletek" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Author Signature (mass mail only)" -msgstr "" +msgstr "Szerző aláírása (csak tömeges levelezéskor)" #. module: email_template #: field:email.template,auto_delete:0 @@ -89,22 +89,22 @@ msgstr "Másolat" #. module: email_template #: view:ir.actions.server:email_template.view_server_action_form_template msgid "Choose a template to display its values." -msgstr "" +msgstr "Válasszon egy sablont és mutassa az értékeket rajta." #. module: email_template #: view:email_template.preview:email_template.email_template_preview_form msgid "Choose an example" -msgstr "" +msgstr "Válasszon egy példát" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Comma-separated carbon copy recipients addresses" -msgstr "" +msgstr "Vesszővel elválasztott címzettek címeinek másodpéldánya" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Comma-separated ids of recipient partners" -msgstr "" +msgstr "Vesszővel elválasztott címzett partnerek azonosítói (ID)" #. module: email_template #: help:email.template,partner_to:0 @@ -118,7 +118,7 @@ msgstr "" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Comma-separated recipient addresses" -msgstr "" +msgstr "Vesszővel elválasztott címzett címek" #. module: email_template #: help:email.template,email_to:0 @@ -130,24 +130,24 @@ msgstr "" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Content" -msgstr "" +msgstr "Tartalom" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Context Action" -msgstr "" +msgstr "Tartalomfüggő művelet" #. module: email_template #: field:email.template,create_uid:0 #: field:email_template.preview,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Készítette" #. module: email_template #: field:email.template,create_date:0 #: field:email_template.preview,create_date:0 msgid "Created on" -msgstr "" +msgstr "Létrehozás dátuma" #. module: email_template #: field:email.template,null_value:0 @@ -159,7 +159,7 @@ msgstr "Alapértelmezett érték" #: field:email.template,use_default_to:0 #: field:email_template.preview,use_default_to:0 msgid "Default recipients" -msgstr "" +msgstr "Alapértelmezett címzettek" #. module: email_template #: help:email.template,use_default_to:0 @@ -169,6 +169,10 @@ msgid "" "- partner (using id on a partner or the partner_id field) OR\n" "- email (using email_from or email field)" msgstr "" +"A rekordok alapértelmezett címzettei:\n" +"- partner (azonosító id használata a partnerhez vagy a partner_id mező) " +"VAGY\n" +"- email (email_from használatával vagy email mező)" #. module: email_template #: code:addons/email_template/email_template.py:355 @@ -188,17 +192,17 @@ msgstr "" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Dynamic Placeholder Generator" -msgstr "" +msgstr "Dinamikus helykitöltő generátor" #. module: email_template #: view:ir.actions.server:email_template.view_server_action_form_template msgid "Email" -msgstr "" +msgstr "E-mail" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Email Configuration" -msgstr "" +msgstr "Email beállítás" #. module: email_template #: view:email_template.preview:email_template.email_template_preview_form @@ -257,7 +261,7 @@ msgstr "Csoportosítás..." #: field:email.template,id:0 #: field:email_template.preview,id:0 msgid "ID" -msgstr "" +msgstr "Azonosító ID" #. module: email_template #: help:email.template,user_signature:0 @@ -291,13 +295,13 @@ msgstr "Nyelv" #: field:email.template,write_uid:0 #: field:email_template.preview,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Utoljára frissítve, által" #. module: email_template #: field:email.template,write_date:0 #: field:email_template.preview,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Utoljára frissítve ekkor" #. module: email_template #: view:email.template:email_template.view_email_template_search @@ -351,6 +355,9 @@ msgid "" "a placeholder expression that provides the appropriate language, e.g. " "${object.partner_id.lang}." msgstr "" +"Az email küldésnél választható kiegészítő fordító nyelv (ISO kód). Ha nincs " +"kiválasztva, az angol verziót használja. Ez általában egy szóköz kifejezés " +"mely a megfelelő nyelvről gondoskodik, pl. ${object.partner_id.lang}." #. module: email_template #: help:email.template,null_value:0 @@ -367,7 +374,7 @@ msgstr "Kimenő Mail szerver" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Override author's email" -msgstr "" +msgstr "Felülírja a szerző emailjét" #. module: email_template #: model:ir.model,name:email_template.model_res_partner @@ -399,11 +406,12 @@ msgstr "Üres mező kifejezés" #: view:ir.actions.server:email_template.view_server_action_form_template msgid "Please set the Base Model before setting the action details." msgstr "" +"Kérem állítsa be az alap modult a művelet részleteinek beállítása előtt." #. module: email_template #: view:email.template:email_template.email_template_form msgid "Preferred reply address" -msgstr "" +msgstr "Előnyben részesített válasz címek" #. module: email_template #: help:email.template,reply_to:0 @@ -425,7 +433,7 @@ msgstr "Ennek az előnézete" #. module: email_template #: field:email_template.preview,partner_ids:0 msgid "Recipients" -msgstr "" +msgstr "Címzettek" #. module: email_template #: field:email.template,model:0 @@ -436,7 +444,7 @@ msgstr "Ide vonatkozó dokumentum modell" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Remove" -msgstr "" +msgstr "Eltávolítás" #. module: email_template #: view:email.template:email_template.email_template_form @@ -521,6 +529,8 @@ msgid "" "Sender email is missing or empty after template rendering. Specify one to " "deliver your message" msgstr "" +"Üzenő email cím nem található vagy üres a sablon létrehozásánál. Határozzon " +"meg egyet ahhoz hogy küldhető legyen az üzenete" #. module: email_template #: field:email.template,ref_ir_value:0 @@ -608,6 +618,9 @@ msgid "" "values\n" " will be taken from the email template." msgstr "" +"Az it feltüntetett értékek csak információként szolgálnak. Ha emailt küld, " +"az értékek\n" +" az email sablonból lesznek kiküldve." #. module: email_template #: field:email.template,email_to:0 @@ -639,7 +652,7 @@ msgstr "Figyelmeztetés" #: code:addons/email_template/email_template.py:551 #, python-format msgid "Warning!" -msgstr "" +msgstr "Figyelem!" #. module: email_template #: help:email.template,sub_model_object_field:0 @@ -677,8 +690,10 @@ msgstr "" msgid "" "Your template does not defined any email_from. Please update your template." msgstr "" +"A sablonja nem határoz meg egyetlen email_form-ot sem. Kérem frissítse a " +"sablonját." #. module: email_template #: view:email_template.preview:email_template.email_template_preview_form msgid "record:" -msgstr "" +msgstr "rekord:" diff --git a/addons/email_template/i18n/it.po b/addons/email_template/i18n/it.po index 3e0729f6d40..e40d7b7f37a 100644 --- a/addons/email_template/i18n/it.po +++ b/addons/email_template/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 11:37+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: email_template #: code:addons/email_template/email_template.py:365 @@ -26,7 +26,7 @@ msgstr "%s (copia)" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Add" -msgstr "" +msgstr "Aggiungi" #. module: email_template #: field:email.template,user_signature:0 @@ -37,7 +37,7 @@ msgstr "Aggiunge Firma" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Advanced Settings" -msgstr "" +msgstr "Impostazioni avanzate" #. module: email_template #: field:email.template,model_id:0 @@ -54,7 +54,7 @@ msgstr "Allegati" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Author Signature (mass mail only)" -msgstr "" +msgstr "Firma autore (solo per il mass mailing)" #. module: email_template #: field:email.template,auto_delete:0 @@ -65,7 +65,7 @@ msgstr "Auto eliminazione" #. module: email_template #: view:res.partner:email_template.res_partner_opt_out_search msgid "Available for mass mailing" -msgstr "" +msgstr "Disponibile per mass mailing" #. module: email_template #: field:email.template,body_html:0 @@ -89,22 +89,23 @@ msgstr "CC" #. module: email_template #: view:ir.actions.server:email_template.view_server_action_form_template msgid "Choose a template to display its values." -msgstr "" +msgstr "Scegliere un template per visualizzare i suoi valori" #. module: email_template #: view:email_template.preview:email_template.email_template_preview_form msgid "Choose an example" -msgstr "" +msgstr "Scegliere un esempio" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Comma-separated carbon copy recipients addresses" msgstr "" +"Valori separati da virgola per gli indirizzi destinatari in copia carbone" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Comma-separated ids of recipient partners" -msgstr "" +msgstr "Valori separati da virgola per gli ID partner destinatari" #. module: email_template #: help:email.template,partner_to:0 @@ -116,7 +117,7 @@ msgstr "id separati da virgola dei partner destinatari (usare espressione)" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Comma-separated recipient addresses" -msgstr "" +msgstr "Valori separati da virgola indirizzi destinatari" #. module: email_template #: help:email.template,email_to:0 @@ -127,24 +128,24 @@ msgstr "indirizzi destinatari separati da virgola (usare espressione)" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Content" -msgstr "" +msgstr "Contenuto" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Context Action" -msgstr "" +msgstr "Azione contestuale" #. module: email_template #: field:email.template,create_uid:0 #: field:email_template.preview,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: email_template #: field:email.template,create_date:0 #: field:email_template.preview,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: email_template #: field:email.template,null_value:0 @@ -156,7 +157,7 @@ msgstr "Valore predefinito" #: field:email.template,use_default_to:0 #: field:email_template.preview,use_default_to:0 msgid "Default recipients" -msgstr "" +msgstr "Destinatario predefinito" #. module: email_template #: help:email.template,use_default_to:0 @@ -190,12 +191,12 @@ msgstr "" #. module: email_template #: view:ir.actions.server:email_template.view_server_action_form_template msgid "Email" -msgstr "" +msgstr "E-mail" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Email Configuration" -msgstr "" +msgstr "Configurazione E-mail" #. module: email_template #: view:email_template.preview:email_template.email_template_preview_form @@ -254,7 +255,7 @@ msgstr "Raggruppa per..." #: field:email.template,id:0 #: field:email_template.preview,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: email_template #: help:email.template,user_signature:0 @@ -284,13 +285,13 @@ msgstr "Lingua" #: field:email.template,write_uid:0 #: field:email_template.preview,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: email_template #: field:email.template,write_date:0 #: field:email_template.preview,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: email_template #: view:email.template:email_template.view_email_template_search @@ -360,7 +361,7 @@ msgstr "Server Mail in Uscita" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Override author's email" -msgstr "" +msgstr "Sovrascrivi la mail dell'autore" #. module: email_template #: model:ir.model,name:email_template.model_res_partner @@ -395,7 +396,7 @@ msgstr "" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Preferred reply address" -msgstr "" +msgstr "Indirizzo per risposta preferito" #. module: email_template #: help:email.template,reply_to:0 @@ -416,7 +417,7 @@ msgstr "Anteprima di" #. module: email_template #: field:email_template.preview,partner_ids:0 msgid "Recipients" -msgstr "" +msgstr "Destinatari" #. module: email_template #: field:email.template,model:0 @@ -427,7 +428,7 @@ msgstr "Model documento relativo" #. module: email_template #: view:email.template:email_template.email_template_form msgid "Remove" -msgstr "" +msgstr "Rimuovi" #. module: email_template #: view:email.template:email_template.email_template_form @@ -565,7 +566,7 @@ msgstr "Oggetto (usare espressione)" #. module: email_template #: view:res.partner:email_template.res_partner_opt_out_search msgid "Suppliers" -msgstr "" +msgstr "Fornitori" #. module: email_template #: model:ir.actions.act_window,name:email_template.wizard_email_template_preview diff --git a/addons/event/i18n/ar.po b/addons/event/i18n/ar.po index 12c5512b370..c7e9e164572 100644 --- a/addons/event/i18n/ar.po +++ b/addons/event/i18n/ar.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "بريد تأكيد الحدث" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "تفاصيل التنفيذ" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "مسؤول الحدث" @@ -1146,6 +1151,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1157,7 +1167,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1188,14 +1198,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "مشاركة" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1219,7 +1225,6 @@ msgid "Reference of the sales order which created the registration" msgstr "مرجعية لأمر المبيعات الذي أنشأ التسجيل" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1259,7 +1264,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "حالة التسجيل" diff --git a/addons/event/i18n/bg.po b/addons/event/i18n/bg.po index 63d522a6222..bd05418cb0c 100644 --- a/addons/event/i18n/bg.po +++ b/addons/event/i18n/bg.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Подробности за събитие" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/bs.po b/addons/event/i18n/bs.po index 537dbea09aa..21dfc571944 100644 --- a/addons/event/i18n/bs.po +++ b/addons/event/i18n/bs.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/ca.po b/addons/event/i18n/ca.po index 1bc877d529d..bc22de48a4e 100644 --- a/addons/event/i18n/ca.po +++ b/addons/event/i18n/ca.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Detalls d'esdeveniment" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/cs.po b/addons/event/i18n/cs.po index 8ec2e21f419..67844c44e0f 100644 --- a/addons/event/i18n/cs.po +++ b/addons/event/i18n/cs.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Podrobnosti události" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/da.po b/addons/event/i18n/da.po index ebb97570089..66164045c0f 100644 --- a/addons/event/i18n/da.po +++ b/addons/event/i18n/da.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/de.po b/addons/event/i18n/de.po index 793714fc10d..3356b991b69 100644 --- a/addons/event/i18n/de.po +++ b/addons/event/i18n/de.po @@ -7,17 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 12:36+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 06:25+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Hallo ${object.name},

    \n" +"

    Die Veranstaltung ${object.event_id.name}, zu der wir Ihre " +"Anmeldung erhalten haben wurde bestätigt und findet statt vom " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} bis " +"zum ${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" Für weitere Informationen können Sie uns gerne kontaktieren.

    \n" +"

    Vielen Dank für Ihre Teilnahme und

    \n" +"

    freundliche Grüsse

    " + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Guten Tag ${object.name},

    \n" +"

    wir bestätigen Ihre Anmeldung zur Veranstaltung " +"${object.event_id.name}, die wir gerne \n" +" entgegengenommen haben. Sie erhalten automatisch eine E-Mail " +"mit weiterführenden Informationen, \n" +" sobald die Veranstaltung bestätigt wird. \n" +"

    Danke für Ihre Anmeldung !

    \n" +"

    Freundliche Grüsse

    " + #. module: event #: field:report.event.registration,confirm_state:0 msgid " # No of Confirmed Registrations" @@ -585,52 +632,6 @@ msgstr "" "Veranstaltungen, etc..

    \n" " " -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Hello ${object.name},

    \n" -"

    die Veranstaltung ${object.event_id.name} zu der Sie sich " -"angemeldet haben ist bestätigt und wird stattfinden vom " -"begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} bis zum " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" Für alle weiteren Termine kontaktieren Sie besser das " -"Herstellermanagement.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Hello ${object.name},

    \n" -"

    wir bestätigen, daß Sie sich für die folgende aufgezeichnete " -"Veranstaltung angemeldet haben${object.event_id.name}.\n" -" Sie erhalten automatisch und regelmässig weitere nützliche und " -"praktische Informationen (Termine, Zeitplan etc.)\n" -" Sie erhalten automatisch eine weitere Email mit weiteren " -"praktischen Informationen (such as the schedule, the agenda... sobald " -" die Veranstaltung bestätigt wurde.

    \n" -"

    Danke für Ihre Teilnahme!

    \n" -"

    Viele Grüße

    " - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -829,7 +830,7 @@ msgstr "E-Mail Thread" #. module: event #: field:event.event,date_end:0 msgid "End Date" -msgstr "Enddatum:" +msgstr "Ende am" #. module: event #: view:event.registration:event.view_registration_search @@ -862,7 +863,6 @@ msgid "Event Confirmation Email" msgstr "Veranstaltung Bestätigungs-E-Mail" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "Datum der Veranstaltung" @@ -877,6 +877,11 @@ msgstr "Veranstaltungsbeschreibung" msgid "Event Details" msgstr "Details Veranstaltung" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "Veranstaltungsmonat" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -902,7 +907,6 @@ msgid "Event Registration confirmed." msgstr "Bestätigte Eventanmeldung" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Veranstaltungsmanager" @@ -946,7 +950,7 @@ msgstr "Veranstaltungen" #: model:ir.actions.act_window,name:event.action_report_event_registration #: model:ir.ui.menu,name:event.menu_report_event_registration msgid "Events Analysis" -msgstr "Veranstaltungs-Statistik" +msgstr "Statistik Veranstaltungen" #. module: event #: view:event.event:event.view_event_search @@ -982,7 +986,7 @@ msgstr "Followers" #. module: event #: model:event.event,name:event.event_1 msgid "Functional Webinar" -msgstr "Funktionales Webinare" +msgstr "Funktionales Webinar" #. module: event #: view:event.event:event.view_event_search @@ -1192,6 +1196,11 @@ msgstr "Keine frei verfügbaren Plätze" msgid "No ticket available." msgstr "Kein Ticket vorhanden" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "Eventanzahl" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1203,7 +1212,7 @@ msgid "Number of Participations" msgstr "Anzahl Teilnehmer" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "Anzahl Registrierung" @@ -1234,14 +1243,10 @@ msgstr "Veranstalter" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Teilnehmer" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Teilnehmer / Kontakt" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1265,7 +1270,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Referenz des Auftrags, der die Anmeldung verursacht hat" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Anmelden" @@ -1305,7 +1309,6 @@ msgid "Registration Month" msgstr "Registrierungsmonat" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Anmeldestatus" @@ -1407,12 +1410,12 @@ msgstr "Status" #: view:event.event:event.view_event_kanban #: model:ir.actions.act_window,name:event.act_register_event_partner msgid "Subscribe" -msgstr "Abonnieren" +msgstr "Anmelden" #. module: event #: view:event.event:event.view_event_kanban msgid "Subscribed" -msgstr "Abonniert" +msgstr "Angemeldet" #. module: event #: field:event.event,message_summary:0 @@ -1588,3 +1591,6 @@ msgstr "Ticket" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "Tickets" + +#~ msgid "Participant / Contact" +#~ msgstr "Teilnehmer / Kontakt" diff --git a/addons/event/i18n/el.po b/addons/event/i18n/el.po index 0811164e2f5..19c10325f0a 100644 --- a/addons/event/i18n/el.po +++ b/addons/event/i18n/el.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/es.po b/addons/event/i18n/es.po index a873934d234..f94926d341a 100644 --- a/addons/event/i18n/es.po +++ b/addons/event/i18n/es.po @@ -7,15 +7,63 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-21 16:15+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:39+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:21+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Hola ${object.name},

    \n" +"

    El evento ${object.event_id.name} para el que se registró ha sido " +"confirmado y se celebrará de " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} a " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" Para más información, contacte con nuestro departamento de " +"eventos.

    \n" +"

    ¡Gracias por su participación!

    \n" +"

    Saludos cordiales

    " + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Hola ${object.name},

    \n" +"

    Le confirmamos que el registro para el evento " +"${object.event_id.name} ha sido grabado.\n" +" Recibirá automáticamente un correo electrónico con más información " +"práctica (tal como la agenda, los participantes...) tan pronto como el " +"evento sea confirmado.

    \n" +"

    ¡Gracias por su participación!

    \n" +"

    Saludo cordiales.

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -1083,49 +1131,6 @@ msgstr "" "

    \n" " " -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Gola ${object.name},

    \n" -"

    El evento ${object.event_id.name} para el que se ha registrado está " -"confirmado y se celebrará de " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} a " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -"Para más información, contacte por favor con nuestro departamento de " -"eventos.

    \n" -"

    ¡Gracias por su participación!

    \n" -"

    Saludos cordiales

    " - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Hola ${object.name},

    \n" -"

    Le confirmamos que su registro para el evento ${object.event_id.name} ha " -"sido realizado.\n" -"Recibirá un correo electrónico con más información práctica (tal como la " -"planificación, agenda, etc) tan pronto como el evento se confirme.

    \n" -"

    ¡Gracias por su participación!

    \n" -"

    Saludos cordiales

    " - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -1357,7 +1362,6 @@ msgid "Event Confirmation Email" msgstr "Correo de confirmación de evento" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "Fecha del evento" @@ -1372,6 +1376,11 @@ msgstr "Descripción del evento" msgid "Event Details" msgstr "Detalles de evento" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "Mes del evento" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -1397,7 +1406,6 @@ msgid "Event Registration confirmed." msgstr "Registro del evento confirmado" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Responsable del evento" @@ -1682,6 +1690,11 @@ msgstr "No hay más plazas disponibles." msgid "No ticket available." msgstr "No hay tickets disponibles" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "Nº de eventos" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1693,7 +1706,7 @@ msgid "Number of Participations" msgstr "Número de participantes" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "Número de registros" @@ -1724,14 +1737,10 @@ msgstr "Organizador" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Participante" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Participante / Contacto" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1755,7 +1764,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Referencia del pedido de venta que creó la inscripción" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Registro" @@ -1795,7 +1803,6 @@ msgid "Registration Month" msgstr "Mes de registro" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Estado de registro" @@ -2073,3 +2080,6 @@ msgstr "Ticket" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "Tickets" + +#~ msgid "Participant / Contact" +#~ msgstr "Participante / Contacto" diff --git a/addons/event/i18n/es_AR.po b/addons/event/i18n/es_AR.po index 7521efee2b9..646cf5038d9 100644 --- a/addons/event/i18n/es_AR.po +++ b/addons/event/i18n/es_AR.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "Correo de Confirmación de Evento" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1145,6 +1150,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1156,7 +1166,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1187,12 +1197,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1218,7 +1224,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Registro" @@ -1258,7 +1263,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Estado de Registro" diff --git a/addons/event/i18n/es_CR.po b/addons/event/i18n/es_CR.po index bbfe78d013c..6f3ef20df3e 100644 --- a/addons/event/i18n/es_CR.po +++ b/addons/event/i18n/es_CR.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Detalles de evento" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/es_EC.po b/addons/event/i18n/es_EC.po index 2ef200380d7..073c8ebfcc4 100644 --- a/addons/event/i18n/es_EC.po +++ b/addons/event/i18n/es_EC.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/et.po b/addons/event/i18n/et.po index 1a29ed501f8..4bab1e5a103 100644 --- a/addons/event/i18n/et.po +++ b/addons/event/i18n/et.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/fi.po b/addons/event/i18n/fi.po index 0b11bd237e2..d56d1ba089b 100644 --- a/addons/event/i18n/fi.po +++ b/addons/event/i18n/fi.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "Tilaisuuden sähköpostivahvistus" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Tapahtuman yksityiskohdat" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Tapahtumasta vastuullinen" @@ -1148,6 +1153,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1159,7 +1169,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1190,12 +1200,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1221,7 +1227,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1261,7 +1266,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/fr.po b/addons/event/i18n/fr.po index dd3ab58aee1..caf1bcff229 100644 --- a/addons/event/i18n/fr.po +++ b/addons/event/i18n/fr.po @@ -7,15 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Bonjour ${object.name},

    \n" +"

    Nous vous confirmons que votre inscription à l'évènement " +"${object.event_id.name} a été enregistrée.\n" +" Vous recevrez automatiquement un courriel avec des informations " +"pratiques supplémentaires (telles que le programme, l'agenda)... dès que " +"l'évènement sera confirmé.

    \n" +"

    Merci pour votre participation!

    \n" +"

    Cordialement

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +612,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +842,6 @@ msgid "Event Confirmation Email" msgstr "Courriel de confirmation de l'évènement" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +856,11 @@ msgstr "" msgid "Event Details" msgstr "Détails de l'évènement" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +886,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Responsable de l'évenement" @@ -1154,6 +1168,11 @@ msgstr "" msgid "No ticket available." msgstr "Aucun ticket disponible." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1165,7 +1184,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1196,14 +1215,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Participant(e)" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Participant / contact" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1227,7 +1242,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Référence du bon de commande qui a créé l'inscription" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "S'inscrire" @@ -1267,7 +1281,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "État d'inscription" @@ -1537,3 +1550,6 @@ msgstr "Ticket" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "tickets" + +#~ msgid "Participant / Contact" +#~ msgstr "Participant / contact" diff --git a/addons/event/i18n/gu.po b/addons/event/i18n/gu.po index e7e1b08f75b..4dd34b61775 100644 --- a/addons/event/i18n/gu.po +++ b/addons/event/i18n/gu.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/hi.po b/addons/event/i18n/hi.po index 26a92817cc2..4178a643d4e 100644 --- a/addons/event/i18n/hi.po +++ b/addons/event/i18n/hi.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/hr.po b/addons/event/i18n/hr.po index 22c426a6498..f3c31964092 100644 --- a/addons/event/i18n/hr.po +++ b/addons/event/i18n/hr.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "E-mail za potvrdu događaja" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1147,6 +1152,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1158,7 +1168,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1189,14 +1199,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Sudionik" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1220,7 +1226,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Registracija" @@ -1260,7 +1265,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Status registracije" diff --git a/addons/event/i18n/hu.po b/addons/event/i18n/hu.po index 6897994a709..50db8a60bfe 100644 --- a/addons/event/i18n/hu.po +++ b/addons/event/i18n/hu.po @@ -7,15 +7,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Hello ${object.name},

    \n" +"

    Visszaigazoljuk a jelentkezését erre a rendezvényre " +"${object.event_id.name} és annak rögzítésére.\n" +" Automatikus válasz levelet kap a részvétel információiról (mint " +"menetrend, napirend...) amint a rendezvényt jóváhagyták.

    \n" +"

    Köszönjük jelentkezését, részvételét!

    \n" +"

    Viszont látásra

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +611,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +841,6 @@ msgid "Event Confirmation Email" msgstr "Eseményt visszaigazoló e-amil" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +855,11 @@ msgstr "" msgid "Event Details" msgstr "Rendezvény részletei" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +885,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Esemény felelős" @@ -1156,6 +1169,11 @@ msgstr "" msgid "No ticket available." msgstr "Nincs több jegy." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1167,7 +1185,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1198,14 +1216,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Résztvevő" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Résztvevő / Kapcsolat" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1229,7 +1243,6 @@ msgid "Reference of the sales order which created the registration" msgstr "A jelentkezést létrehozó megrendelésre hivatkozás" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Regisztráció" @@ -1269,7 +1282,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Jelentkezés állapota" @@ -1544,3 +1556,6 @@ msgstr "jegy" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "jegyek" + +#~ msgid "Participant / Contact" +#~ msgstr "Résztvevő / Kapcsolat" diff --git a/addons/event/i18n/id.po b/addons/event/i18n/id.po index 9e1040a7662..64cbb1e9065 100644 --- a/addons/event/i18n/id.po +++ b/addons/event/i18n/id.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/it.po b/addons/event/i18n/it.po index 2a912472a5e..6d26aba7c3a 100644 --- a/addons/event/i18n/it.po +++ b/addons/event/i18n/it.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 12:04+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -30,7 +59,7 @@ msgstr " # Num. registrazioni in \"Bozza\"" #. module: event #: view:event.event:event.view_event_form msgid "(confirmed:" -msgstr "" +msgstr "(confermato:" #. module: event #: model:event.event,description:event.event_3 @@ -441,6 +470,14 @@ msgid "" " \n" " " msgstr "" +"Copy text \t\n" +"
    \n" +"

    Hall mostra

    \n" +"
    \n" +"
    \n" +"Foto della hall della mostra\n" +"
    \n" +" " #. module: event #: model:event.event,badge_innerleft:event.event_1 @@ -574,55 +611,28 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 #: selection:report.event.registration,registration_state:0 msgid "Attended" -msgstr "" +msgstr "Partecipa" #. module: event #: field:event.registration,date_closed:0 msgid "Attended Date" -msgstr "" +msgstr "Data partecipazione" #. module: event #: view:event.event:event.view_event_form #: view:event.registration:event.view_event_registration_tree msgid "Attended the Event" -msgstr "" +msgstr "Partecipa all'evento" #. module: event #: field:event.event,seats_available:0 msgid "Available Seats" -msgstr "" +msgstr "Posti disponibili" #. module: event #: view:event.confirm:event.view_event_confirm @@ -652,7 +662,7 @@ msgstr "Annullato" #. module: event #: help:res.partner,speaker:0 msgid "Check this box if this contact is a speaker." -msgstr "" +msgstr "Spunta il box se il contatto è uno speaker" #. module: event #: code:addons/event/event.py:212 @@ -677,7 +687,7 @@ msgstr "" #: view:event.registration:event.view_event_registration_form #: view:report.event.registration:event.view_report_event_registration_search msgid "Confirm" -msgstr "" +msgstr "Conferma" #. module: event #: view:event.confirm:event.view_event_confirm @@ -708,12 +718,12 @@ msgstr "Confermato" #. module: event #: view:event.event:event.view_event_search msgid "Confirmed events" -msgstr "" +msgstr "Eventi confermati" #. module: event #: view:event.registration:event.view_registration_search msgid "Confirmed registrations" -msgstr "" +msgstr "Registrazioni confermate" #. module: event #: field:event.event,country_id:0 @@ -726,7 +736,7 @@ msgstr "Paese" #: field:event.registration,create_uid:0 #: field:event.type,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: event #: field:event.confirm,create_date:0 @@ -734,12 +744,12 @@ msgstr "" #: field:event.registration,create_date:0 #: field:event.type,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: event #: view:event.event:event.view_event_form msgid "Current Registrations" -msgstr "" +msgstr "Registrazione corrente" #. module: event #: help:event.event,message_last_post:0 @@ -750,17 +760,17 @@ msgstr "" #. module: event #: field:event.type,default_registration_max:0 msgid "Default Maximum Registration" -msgstr "" +msgstr "Massima registrazione predefinita" #. module: event #: field:event.type,default_registration_min:0 msgid "Default Minimum Registration" -msgstr "" +msgstr "Minima registrazione predefinita" #. module: event #: field:event.type,default_reply_to:0 msgid "Default Reply-To" -msgstr "" +msgstr "Rispondi a predefinito" #. module: event #: view:event.event:event.view_event_form @@ -771,7 +781,7 @@ msgstr "Descrizione" #. module: event #: view:report.event.registration:event.view_report_event_registration_search msgid "Display" -msgstr "" +msgstr "Mostra" #. module: event #: selection:event.event,state:0 @@ -793,12 +803,12 @@ msgstr "E-mail" #. module: event #: model:ir.model,name:event.model_event_event msgid "Email Thread" -msgstr "" +msgstr "Thread Email" #. module: event #: field:event.event,date_end:0 msgid "End Date" -msgstr "" +msgstr "Data fine" #. module: event #: view:event.registration:event.view_registration_search @@ -811,45 +821,49 @@ msgstr "Evento" #. module: event #: view:report.event.registration:event.view_report_event_registration_search msgid "Event Beginning Date" -msgstr "" +msgstr "Data inizio evento" #. module: event #: view:event.event:event.view_event_tree msgid "Event Category" -msgstr "" +msgstr "Categoria evento" #. module: event #: view:event.confirm:event.view_event_confirm #: model:ir.actions.act_window,name:event.action_event_confirm msgid "Event Confirmation" -msgstr "" +msgstr "Conferma evento" #. module: event #: field:event.event,email_confirmation_id:0 #: field:event.type,default_email_event:0 msgid "Event Confirmation Email" -msgstr "" +msgstr "Conferma mail evento" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" -msgstr "" +msgstr "Data Evento" #. module: event #: view:event.event:event.view_event_form msgid "Event Description..." -msgstr "" +msgstr "Descrizione evento..." #. module: event #: view:event.event:event.view_event_form msgid "Event Details" msgstr "Dettagli evento" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "Mese evento" + #. module: event #: field:event.event,name:0 msgid "Event Name" -msgstr "" +msgstr "Nome evento" #. module: event #: view:event.event:event.view_event_calendar @@ -868,19 +882,18 @@ msgstr "Registrazione Evento" #: code:addons/event/event.py:341 #, python-format msgid "Event Registration confirmed." -msgstr "" +msgstr "Registrazione evento confermata" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" -msgstr "" +msgstr "Responsabile evento" #. module: event #: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_state:0 msgid "Event State" -msgstr "" +msgstr "Stato evento" #. module: event #: view:event.event:event.view_event_search @@ -940,30 +953,30 @@ msgstr "Filtri estesi..." #. module: event #: view:event.event:event.view_event_form msgid "Finish Event" -msgstr "" +msgstr "Fine evento" #. module: event #: field:event.event,message_follower_ids:0 #: field:event.registration,message_follower_ids:0 msgid "Followers" -msgstr "" +msgstr "Follower" #. module: event #: model:event.event,name:event.event_1 msgid "Functional Webinar" -msgstr "" +msgstr "Webinar funzionale" #. module: event #: view:event.event:event.view_event_search #: view:event.registration:event.view_registration_search #: view:report.event.registration:event.view_report_event_registration_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: event #: model:ir.module.category,description:event.module_category_event_management msgid "Helps you manage your Events." -msgstr "" +msgstr "Aiuta la gestione dei vostri eventi" #. module: event #: help:event.event,message_summary:0 @@ -980,13 +993,13 @@ msgstr "" #: field:event.type,id:0 #: field:report.event.registration,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: event #: help:event.event,message_unread:0 #: help:event.registration,message_unread:0 msgid "If checked new messages require your attention." -msgstr "" +msgstr "Se selezionato i nuovi messaggi richiedono la vostra attenzione." #. module: event #: help:event.event,state:0 @@ -1008,7 +1021,7 @@ msgstr "" #: field:event.event,message_is_follower:0 #: field:event.registration,message_is_follower:0 msgid "Is a Follower" -msgstr "" +msgstr "E' un Follower" #. module: event #: help:event.type,default_email_event:0 @@ -1038,7 +1051,7 @@ msgstr "" #: field:event.event,message_last_post:0 #: field:event.registration,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: event #: field:event.confirm,write_uid:0 @@ -1046,7 +1059,7 @@ msgstr "" #: field:event.registration,write_uid:0 #: field:event.type,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: event #: field:event.confirm,write_date:0 @@ -1054,7 +1067,7 @@ msgstr "" #: field:event.registration,write_date:0 #: field:event.type,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: event #: field:event.event,address_id:0 @@ -1069,17 +1082,17 @@ msgstr "Logs" #. module: event #: model:res.groups,name:event.group_event_manager msgid "Manager" -msgstr "" +msgstr "Responsabile" #. module: event #: field:report.event.registration,seats_max:0 msgid "Max Seats" -msgstr "" +msgstr "Massimi posti" #. module: event #: field:event.event,seats_max:0 msgid "Maximum Available Seats" -msgstr "" +msgstr "Massimi posti disponibili" #. module: event #: field:event.event,message_ids:0 @@ -1091,12 +1104,12 @@ msgstr "Messaggi" #: help:event.event,message_ids:0 #: help:event.registration,message_ids:0 msgid "Messages and communication history" -msgstr "" +msgstr "Storico messaggi e comunicazioni" #. module: event #: field:event.event,seats_min:0 msgid "Minimum Reserved Seats" -msgstr "" +msgstr "Posti rieservati minimi" #. module: event #: view:event.event:event.view_event_search @@ -1119,85 +1132,86 @@ msgstr "Nome" #: view:event.registration:event.view_registration_search #: view:report.event.registration:event.view_report_event_registration_search msgid "New" -msgstr "" +msgstr "Nuovo" #. module: event #: model:mail.message.subtype,name:event.mt_event_registration msgid "New Registration" -msgstr "" +msgstr "Nuova registrazione" #. module: event #: code:addons/event/event.py:339 #, python-format msgid "New registration confirmed: %s." -msgstr "" +msgstr "Nuova registrazione confermata: %s." #. module: event #: code:addons/event/event.py:206 #: code:addons/event/event.py:330 #, python-format msgid "No more available seats." -msgstr "" +msgstr "Nessun posto disponibile" #. module: event #: view:event.event:event.view_event_kanban msgid "No ticket available." -msgstr "" +msgstr "Nessun biglietto disponibile" + +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "Numero di eventi" #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" -msgstr "" +msgstr "Numero di partecipanti" #. module: event #: field:event.event,seats_used:0 msgid "Number of Participations" -msgstr "" +msgstr "Numero di partecipazioni" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" -msgstr "" +msgstr "Numero di registrazioni" #. module: event #: view:event.event:event.view_event_kanban msgid "Only" -msgstr "" +msgstr "Solamente" #. module: event #: model:event.event,name:event.event_0 msgid "Open Days in Los Angeles" -msgstr "" +msgstr "Open Days a Los Angeles" #. module: event #: model:ir.actions.client,name:event.action_client_event_menu msgid "Open Event Menu" -msgstr "" +msgstr "Menu apri evento" #. module: event #: view:event.event:event.view_event_kanban msgid "Organized by" -msgstr "" +msgstr "Organizzato da" #. module: event #: field:event.event,organizer_id:0 msgid "Organizer" -msgstr "" +msgstr "Organizzatore" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "" +msgid "Participant" +msgstr "Partecipante" #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" -msgstr "" +msgstr "Partecipante / Nome contatto" #. module: event #: view:event.registration:event.view_registration_search @@ -1209,7 +1223,7 @@ msgstr "Partner" #. module: event #: field:event.registration,phone:0 msgid "Phone" -msgstr "" +msgstr "Telefono" #. module: event #: help:event.registration,origin:0 @@ -1217,10 +1231,9 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" -msgstr "" +msgstr "Registra" #. module: event #: view:event.event:event.view_event_form @@ -1249,23 +1262,22 @@ msgstr "Data di registrazione" #. module: event #: view:event.registration:event.view_registration_search msgid "Registration Day" -msgstr "" +msgstr "Giorno registrazione" #. module: event #: view:event.registration:event.view_registration_search msgid "Registration Month" -msgstr "" +msgstr "Mese registrazione" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" -msgstr "" +msgstr "Stato registrazione" #. module: event #: view:report.event.registration:event.view_report_event_registration_search msgid "Registration contact" -msgstr "" +msgstr "Contatto registrazione" #. module: event #: view:event.event:event.view_event_form @@ -1279,22 +1291,22 @@ msgstr "Registrazioni" #. module: event #: view:report.event.registration:event.view_report_event_registration_search msgid "Registrations in confirmed or done state" -msgstr "" +msgstr "Le registrazioni in stato di \"confermato\" o \"fatto\"" #. module: event #: view:event.registration:event.view_registration_search msgid "Registrations in unconfirmed state" -msgstr "" +msgstr "Le registrazioni in stato non confermato" #. module: event #: field:event.event,reply_to:0 msgid "Reply-To Email" -msgstr "" +msgstr "Rispondi alla e-mail" #. module: event #: field:event.event,seats_reserved:0 msgid "Reserved Seats" -msgstr "" +msgstr "Posti riservati" #. module: event #: view:event.event:event.view_event_search @@ -1310,7 +1322,7 @@ msgstr "Utente Responsabile" #. module: event #: view:event.registration:event.view_event_registration_form msgid "Send Email" -msgstr "" +msgstr "Invia Email" #. module: event #: view:event.event:event.view_event_form @@ -1320,17 +1332,17 @@ msgstr "Imposta per Bozza" #. module: event #: view:event.registration:event.view_event_registration_form msgid "Set To Unconfirmed" -msgstr "" +msgstr "Impsota a non confermato" #. module: event #: view:report.event.registration:event.view_report_event_registration_search msgid "Show Confirmed Registrations" -msgstr "" +msgstr "Mostra registrazioni confermate" #. module: event #: field:event.registration,origin:0 msgid "Source Document" -msgstr "" +msgstr "Documento Sorgente" #. module: event #: field:res.partner,speaker:0 @@ -1345,7 +1357,7 @@ msgstr "Data inizio" #. module: event #: view:event.event:event.view_event_search msgid "Start Month" -msgstr "" +msgstr "Mese di partenza" #. module: event #: view:event.event:event.view_event_search @@ -1364,7 +1376,7 @@ msgstr "Iscriviti" #. module: event #: view:event.event:event.view_event_kanban msgid "Subscribed" -msgstr "" +msgstr "Sottoscritto" #. module: event #: field:event.event,message_summary:0 @@ -1375,7 +1387,7 @@ msgstr "Riepilogo" #. module: event #: model:event.event,name:event.event_3 msgid "Technical Training" -msgstr "" +msgstr "Training tecnico" #. module: event #: help:event.event,reply_to:0 @@ -1412,12 +1424,12 @@ msgstr "" #. module: event #: field:event.event,date_tz:0 msgid "Timezone" -msgstr "" +msgstr "Fuso orario" #. module: event #: field:event.event,type:0 msgid "Type of Event" -msgstr "" +msgstr "Tipo Evento" #. module: event #: model:ir.actions.act_window,name:event.action_event_type @@ -1443,17 +1455,17 @@ msgstr "" #: view:event.registration:event.view_registration_search #: field:event.registration,message_unread:0 msgid "Unread Messages" -msgstr "" +msgstr "Messaggi non letti" #. module: event #: view:event.event:event.view_event_kanban msgid "Unsubscribe" -msgstr "" +msgstr "Annulla la sottoscrizione" #. module: event #: view:event.event:event.view_event_search msgid "Upcoming" -msgstr "" +msgstr "In Arrivo" #. module: event #: view:event.event:event.view_event_search @@ -1464,7 +1476,7 @@ msgstr "" #: field:event.registration,user_id:0 #: model:res.groups,name:event.group_event_user msgid "User" -msgstr "" +msgstr "Utente" #. module: event #: view:event.confirm:event.view_event_confirm @@ -1506,7 +1518,7 @@ msgstr "" #. module: event #: view:event.event:event.view_event_kanban msgid "available." -msgstr "" +msgstr "disponibile." #. module: event #: view:event.event:event.view_event_kanban diff --git a/addons/event/i18n/ja.po b/addons/event/i18n/ja.po index 00f431bf1c1..63dbf9821d4 100644 --- a/addons/event/i18n/ja.po +++ b/addons/event/i18n/ja.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "イベント確認Eメール" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "イベントの詳細" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/ko.po b/addons/event/i18n/ko.po index 9cbb7f30966..ac900f06f98 100644 --- a/addons/event/i18n/ko.po +++ b/addons/event/i18n/ko.po @@ -7,17 +7,46 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-03 04:42+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: ko\n" +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + #. module: event #: field:report.event.registration,confirm_state:0 msgid " # No of Confirmed Registrations" @@ -575,33 +604,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -832,7 +834,6 @@ msgid "Event Confirmation Email" msgstr "일정 확정 이메일" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "일정 날짜" @@ -847,6 +848,11 @@ msgstr "일정 설명..." msgid "Event Details" msgstr "일정 세부사항" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -872,7 +878,6 @@ msgid "Event Registration confirmed." msgstr "일정 등록이 확정됨." #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "일정 담당" @@ -1145,6 +1150,11 @@ msgstr "사용 가능한 좌석이 없음." msgid "No ticket available." msgstr "사용 가능한 티켓이 없음." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1156,7 +1166,7 @@ msgid "Number of Participations" msgstr "참석 회수" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "등록 회수" @@ -1187,14 +1197,10 @@ msgstr "주최자" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "참석자" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "참석자 / 연락처" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1218,7 +1224,6 @@ msgid "Reference of the sales order which created the registration" msgstr "이 등록을 생성한 판매주문의 참조" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "등록" @@ -1258,7 +1263,6 @@ msgid "Registration Month" msgstr "등록 월" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "등록상태" @@ -1516,3 +1520,6 @@ msgstr "티켓" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "티켓" + +#~ msgid "Participant / Contact" +#~ msgstr "참석자 / 연락처" diff --git a/addons/event/i18n/lt.po b/addons/event/i18n/lt.po index a99b9bd81db..934461c8b3e 100644 --- a/addons/event/i18n/lt.po +++ b/addons/event/i18n/lt.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/mk.po b/addons/event/i18n/mk.po index 6cb3944d3c8..6274efd83b6 100644 --- a/addons/event/i18n/mk.po +++ b/addons/event/i18n/mk.po @@ -7,15 +7,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Почитувани ${object.name},

    \n" +"

    Ви потврдуваме дека вашата регистрација за настанот " +"${object.event_id.name} беше запишана.\n" +" Автоматски ќе добиете е-пошта со повеќе практични информации (како " +"распоред, агенда...) веднаш штом настанот ќе биде потврден.

    \n" +"

    Ви благодариме за учеството!

    \n" +"

    Искрени поздрави

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +611,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +841,6 @@ msgid "Event Confirmation Email" msgstr "Е-пошта за потврдување на настан" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +855,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +885,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Одговорен за настан" @@ -1152,6 +1165,11 @@ msgstr "" msgid "No ticket available." msgstr "Нема билети." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1163,7 +1181,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1194,14 +1212,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Учесник" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Учесник / Контакт" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1225,7 +1239,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Референца на налог за продажби кој ја креира регистрацијата" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Регистрација" @@ -1265,7 +1278,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Состоба на регистрација" @@ -1537,3 +1549,6 @@ msgstr "билет" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "билети" + +#~ msgid "Participant / Contact" +#~ msgstr "Учесник / Контакт" diff --git a/addons/event/i18n/mn.po b/addons/event/i18n/mn.po index 30bf67c95ed..f35e4a5cd95 100644 --- a/addons/event/i18n/mn.po +++ b/addons/event/i18n/mn.po @@ -7,15 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Сайн байна уу? ${object.name},

    \n" +"

    ${object.event_id.name} үйл явдалд таныг бүртгэснээ бид " +"баталгаажуулж байна.\n" +" Үйл явдал баталгаажмагц та илүү хэрэгтэй мэдээллийг (тов, хөтөлбөр " +"гэх мэт...) өгөх \n" +" эмэйлүүдийг хүлээн авах болно.

    \n" +"

    Оролцож байгаад баярлалаа!

    \n" +"

    Танд амжилт хүсье

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +612,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +842,6 @@ msgid "Event Confirmation Email" msgstr "Үйл явдлын батламжлах Имэйл" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +856,11 @@ msgstr "" msgid "Event Details" msgstr "Үйл явдалын дэлгэрэнгүй" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +886,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Үйл явдлын хариуцагч" @@ -1155,6 +1169,11 @@ msgstr "" msgid "No ticket available." msgstr "Тасалбар алга." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1166,7 +1185,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1197,14 +1216,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Оролцогч" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Оролцогч / Холбогч" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1228,7 +1243,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Бүртгэлийг үүсгэсэн борлуулалтын захиалгын код" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Бүртгэх" @@ -1268,7 +1282,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Бүртгэлийн төлөв" @@ -1541,3 +1554,6 @@ msgstr "тасалбар" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "тасалбарууд" + +#~ msgid "Participant / Contact" +#~ msgstr "Оролцогч / Холбогч" diff --git a/addons/event/i18n/nb.po b/addons/event/i18n/nb.po index 1687120abda..ee28aaffba9 100644 --- a/addons/event/i18n/nb.po +++ b/addons/event/i18n/nb.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "Arrangementet epost bekreftelse." #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Hendelsesdetaljer" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Ansvarlig for arrangementet." @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "Ingen billetter tilgjengelig." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Registrer." @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Registrerings stat." diff --git a/addons/event/i18n/nl.po b/addons/event/i18n/nl.po index a38168bc469..a2d64f58b41 100644 --- a/addons/event/i18n/nl.po +++ b/addons/event/i18n/nl.po @@ -7,16 +7,63 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 06:48+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:20+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Hallo ${object.name},

    \n" +"

    Het evenement ${object.event_id.name} waarvoor u zicht heeft " +"geregistreerd is bevestigd en zal worden gehouden op " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} t/m " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" Voor meer informatie kunt u contact opnemen met onze evenementen " +"afdeling.

    \n" +"

    Dank u voor uw deelname!

    \n" +"

    Best regards

    " + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Hallo ${object.name},

    \n" +"

    Hierbij bevestigen wij uw registratie voor het evenement " +"${object.event_id.name}.\n" +" U ontvangt automatisch een e-mail met meer praktische informatie, " +"zoals agenda en tijden, zodra het evenement definitief is bevestigd.

    \n" +"

    Onze dank voor uw deelname!

    \n" +"

    Best regards

    " + #. module: event #: field:report.event.registration,confirm_state:0 msgid " # No of Confirmed Registrations" @@ -1080,53 +1127,6 @@ msgstr "" "

    \n" " " -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Hallo ${object.name},

    \n" -"

    Het evenement ${object.event_id.name} waarvoor u, zich heeft " -"geregistreerd is bevestigd en wordt gehouden van " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} t/m " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" Voor meer informatie kunt u contact opnemen met onze evenementen " -"afdeling.

    \n" -"

    Bedankt voor uw inschrijving!

    \n" -"

    Met vriendelijke groet,

    " - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Beste ${object.name},

    \n" -"

    \n" -"

    Hierbij bevestigen wij u dat wij de registratie voor het " -"evenement: ${object.event_id.name} hebben ontvangen.\n" -" U ontvangt van ons een e-mail met praktische informatie (zoals " -"agenda, planning etc. ) zodra het evenement is bevestigd.

    \n" -"

    \n" -"

    \n" -"

    Bedankt voor uw deelname!

    \n" -"

    \n" -"

    Met vriendelijk groet,

    " - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -1357,7 +1357,6 @@ msgid "Event Confirmation Email" msgstr "Evenement bevestiging e-mail" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "Datum evenement" @@ -1372,6 +1371,11 @@ msgstr "Omschrijving evenement..." msgid "Event Details" msgstr "Evenement details" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "Evenement maand" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -1397,7 +1401,6 @@ msgid "Event Registration confirmed." msgstr "Registratie evenement bevestigd." #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Evenement verantwoordelijke." @@ -1687,6 +1690,11 @@ msgstr "Geen plaatsen meer beschikbaar." msgid "No ticket available." msgstr "Geen kaarten beschikbaar." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "Aantal evenmenten" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1698,7 +1706,7 @@ msgid "Number of Participations" msgstr "Aantal deelnemers" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "Aantal registraties" @@ -1729,14 +1737,10 @@ msgstr "Organisator" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Deelnemer" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Deelnemer / Naam contactpersoon" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1761,7 +1765,6 @@ msgstr "" "Referentie naar de verkooporder welke deze registratie heeft gemaakt." #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Registreren" @@ -1801,7 +1804,6 @@ msgid "Registration Month" msgstr "Registratiemaand" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Registratie datum" @@ -2078,3 +2080,6 @@ msgstr "ticket" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "tickets" + +#~ msgid "Participant / Contact" +#~ msgstr "Deelnemer / Naam contactpersoon" diff --git a/addons/event/i18n/nl_BE.po b/addons/event/i18n/nl_BE.po index 6b591036b70..ccd0db25af3 100644 --- a/addons/event/i18n/nl_BE.po +++ b/addons/event/i18n/nl_BE.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/pl.po b/addons/event/i18n/pl.po index 100c275433a..f43b44738aa 100644 --- a/addons/event/i18n/pl.po +++ b/addons/event/i18n/pl.po @@ -7,16 +7,64 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-01 14:00+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:30+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Witaj ${object.name},

    \n" +"

    Wydarzenie ${object.event_id.name}, na które się " +"zarejestrowałeś/aś, zostało potwierdzone i odbędzie się od " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} do " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" W celu uzyskania dalszych informacji, skontaktuj się z działem " +"wydarzeń.

    \n" +"

    Dziękujemy za udział!

    \n" +"

    Pozdrawiamy,

    " + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Witaj ${object.name},

    \n" +"

    Potwierdzamy, że twoja rejestracja na wydarzenie " +"${object.event_id.name} została zarejestrowana.\n" +" Otrzymasz automatyczną wiadomość z praktycznymi informacjami " +"((harmonogram, program itp.), jak tylko wydarzenie zostanie " +"potwierdzone.

    \n" +"

    Dziękujemy za udział!

    \n" +"

    Pozdrawiamy,

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -591,49 +639,6 @@ msgstr "" "

    \n" " " -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Witaj ${object.name},

    \n" -"

    Wydarzenie ${object.event_id.name}, na które się " -"zarejestrowałeś/aś, zostało potwierdzone i będzie miało miejsce od " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} do " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" Aby uzyskać dodatkowe informacje, skontaktuj się z działem " -"wydarzeń.

    \n" -"

    Dziękujemy za udział!

    \n" -"

    Pozdrawiamy

    " - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" -"

    Witaj ${object.name},

    \n" -"

    Chcielibyśmy potwierdzić Twoją rejestrację na " -"wydarzenie${object.event_id.name}.\n" -" Otrzymasz również wiadomość z praktycznymi informacjami (np. " -"harmonogramem) kiedy tylko wydarzenie zostanie potwierdzone.

    \n" -"

    Dziękujemy za udział!

    \n" -"

    Pozdrawiamy

    " - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -864,7 +869,6 @@ msgid "Event Confirmation Email" msgstr "Email potwierdzający wydarzenie" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "Data wydarzenia" @@ -879,6 +883,11 @@ msgstr "Opis wydarzenia..." msgid "Event Details" msgstr "Szczegóły wydarzenia" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "Miesiąc wydarzenia" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -904,7 +913,6 @@ msgid "Event Registration confirmed." msgstr "Rejestracja na wydarzenie potwierdzona." #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Odpowiedzialny za wydarzenie" @@ -1193,6 +1201,11 @@ msgstr "Brak dostępnych miejsc." msgid "No ticket available." msgstr "Brak wolnych biletów" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "Liczba wydarzeń" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1204,7 +1217,7 @@ msgid "Number of Participations" msgstr "Liczba uczestników" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "Liczba rejestracji" @@ -1235,14 +1248,10 @@ msgstr "Organizator" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Uczestnik" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Uczestnik / Kontakt" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1266,7 +1275,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Odwołanie do zamówienia sprzedaży, które utworzyło rejestrację" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Zarejestruj" @@ -1306,7 +1314,6 @@ msgid "Registration Month" msgstr "Miesiąc rejestracji" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Stan rejestracji" @@ -1583,3 +1590,6 @@ msgstr "bilet" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "bilety" + +#~ msgid "Participant / Contact" +#~ msgstr "Uczestnik / Kontakt" diff --git a/addons/event/i18n/pt.po b/addons/event/i18n/pt.po index 4ac19f5cd49..42d3deef4a8 100644 --- a/addons/event/i18n/pt.po +++ b/addons/event/i18n/pt.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Detalhes do evento" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,14 +1196,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Participante" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/pt_BR.po b/addons/event/i18n/pt_BR.po index 5cb51751f88..7fd11d1df6a 100644 --- a/addons/event/i18n/pt_BR.po +++ b/addons/event/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 03:21+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,9 +15,46 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:47+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Olá ${object.name},

    \n" +"

    Nós confirmamos sua inscrição para o evento " +"${object.event_id.name} .\n" +" Você irá receber um email com mais informações (como o horário, " +"agenda...) assim que o evento for confirmado.

    \n" +"

    Obrigado por sua participação!

    \n" +"

    Atenciosamente

    " + #. module: event #: field:report.event.registration,confirm_state:0 msgid " # No of Confirmed Registrations" @@ -575,33 +612,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -832,7 +842,6 @@ msgid "Event Confirmation Email" msgstr "Email de Confirmação do Evento" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "Data do Evento" @@ -847,6 +856,11 @@ msgstr "Descrição do Evento..." msgid "Event Details" msgstr "Detalhes do Evento" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -872,7 +886,6 @@ msgid "Event Registration confirmed." msgstr "Inscrição no Evento confirmada." #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Responsável pelo Evento" @@ -1159,6 +1172,11 @@ msgstr "nenhum assento disponível." msgid "No ticket available." msgstr "Nenhum ticket disponível." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1170,7 +1188,7 @@ msgid "Number of Participations" msgstr "Número de Participantes" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "Número de Inscritos" @@ -1201,14 +1219,10 @@ msgstr "Organizador" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Participante" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Participante / Contato" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1232,7 +1246,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Referência do pedido de vendas que criou a inscrição" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Inscrição" @@ -1272,7 +1285,6 @@ msgid "Registration Month" msgstr "Mês da Inscrição" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Estado da Inscrição" @@ -1549,3 +1561,6 @@ msgstr "Ticket" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "tickets" + +#~ msgid "Participant / Contact" +#~ msgstr "Participante / Contato" diff --git a/addons/event/i18n/ro.po b/addons/event/i18n/ro.po index 953de4e1338..c6b8a28612e 100644 --- a/addons/event/i18n/ro.po +++ b/addons/event/i18n/ro.po @@ -7,15 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Buna ziua ${object.name},

    \n" +"

    Confirmam faptul ca a fost facuta inregistrarea dumenavoastra la " +"eveniment. ${object.event_id.name} .\n" +" Veti primi automat un email care va ofera mai multe informatii " +"practice (precum programul, ordinea de zi...) de indata ce evenimentul este " +"confirmat.

    \n" +"

    Va multumim pentru participare!

    \n" +"

    Cu stima

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +612,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +842,6 @@ msgid "Event Confirmation Email" msgstr "Email de Confirmare a Evenimentului" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +856,11 @@ msgstr "" msgid "Event Details" msgstr "Detalii eveniment" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +886,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Responsabil cu Evenimentul" @@ -1156,6 +1170,11 @@ msgstr "" msgid "No ticket available." msgstr "Nu mai sunt bilete disponibile." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1167,7 +1186,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1198,14 +1217,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Participant" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Participant / Contact" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1229,7 +1244,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Referinta comenzii de vanzare care a creat inregistrarea" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Inregistrati" @@ -1269,7 +1283,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Starea Inregistrarii" @@ -1546,3 +1559,6 @@ msgstr "bilet" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "bilete" + +#~ msgid "Participant / Contact" +#~ msgstr "Participant / Contact" diff --git a/addons/event/i18n/ru.po b/addons/event/i18n/ru.po index dc84f3d8243..0b02ce20cc0 100644 --- a/addons/event/i18n/ru.po +++ b/addons/event/i18n/ru.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Подробнее о мероприятии" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Ответственный за событие" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/sk.po b/addons/event/i18n/sk.po index 75d2baae1cb..e6e90722c23 100644 --- a/addons/event/i18n/sk.po +++ b/addons/event/i18n/sk.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/sl.po b/addons/event/i18n/sl.po index 1fb0b06286b..7fd8b423716 100644 --- a/addons/event/i18n/sl.po +++ b/addons/event/i18n/sl.po @@ -7,15 +7,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Pozdravljeni ${object.name},

    \n" +"

    Potrjujemo prejem vaše prijave na dogodek " +"${object.event_id.name}.\n" +" Avtomatično boste prejeli e-sporočilo s podrobnejšimi podatki " +"(urnik, dnevni red...) takoj, ko bo dogodek potrjen.

    \n" +"

    Hvala za vašo udeležbo!

    \n" +"

    Lep pozdrav

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +611,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +841,6 @@ msgid "Event Confirmation Email" msgstr "Potrditveni e-mail dogodka" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +855,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +885,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Odgovoren za dogodek" @@ -1146,6 +1159,11 @@ msgstr "" msgid "No ticket available." msgstr "Vstopnice niso na voljo." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1157,7 +1175,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1188,14 +1206,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Udeleženec" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Udeleženec / Kontakt" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1219,7 +1233,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Referenca prodajnega naloga, ki je kreiral prijavo" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Prijava" @@ -1259,7 +1272,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Status prijave" @@ -1534,3 +1546,6 @@ msgstr "vstopnica" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "vstopnice" + +#~ msgid "Participant / Contact" +#~ msgstr "Udeleženec / Kontakt" diff --git a/addons/event/i18n/sq.po b/addons/event/i18n/sq.po index 6770faad735..78eccee0980 100644 --- a/addons/event/i18n/sq.po +++ b/addons/event/i18n/sq.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/sr.po b/addons/event/i18n/sr.po index d6d709c5435..51a2f4747b4 100644 --- a/addons/event/i18n/sr.po +++ b/addons/event/i18n/sr.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "detalji Dogadjaja" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/sr@latin.po b/addons/event/i18n/sr@latin.po index 17fbf9538f3..cca6a1804f5 100644 --- a/addons/event/i18n/sr@latin.po +++ b/addons/event/i18n/sr@latin.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "detalji Dogadjaja" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/sv.po b/addons/event/i18n/sv.po index ee5b2584df5..b01e37a3bac 100644 --- a/addons/event/i18n/sv.po +++ b/addons/event/i18n/sv.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "Evenemangsdetaljer" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1146,6 +1151,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1157,7 +1167,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1188,14 +1198,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Deltagare" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Deltagare/kontakt" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1219,7 +1225,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Registrera" @@ -1259,7 +1264,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" @@ -1522,3 +1526,6 @@ msgstr "biljett" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "biljetter" + +#~ msgid "Participant / Contact" +#~ msgstr "Deltagare/kontakt" diff --git a/addons/event/i18n/ta.po b/addons/event/i18n/ta.po index 38e2820822b..d805e495c0e 100644 --- a/addons/event/i18n/ta.po +++ b/addons/event/i18n/ta.po @@ -7,16 +7,45 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-03 09:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + #. module: event #: field:report.event.registration,confirm_state:0 msgid " # No of Confirmed Registrations" @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/tlh.po b/addons/event/i18n/tlh.po index 478bae2aa58..3627b651acf 100644 --- a/addons/event/i18n/tlh.po +++ b/addons/event/i18n/tlh.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/tr.po b/addons/event/i18n/tr.po index d8c6178095d..2920f03c7a0 100644 --- a/addons/event/i18n/tr.po +++ b/addons/event/i18n/tr.po @@ -7,15 +7,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"

    Merhaba ${object.name},

    \n" +"

    Yapılıcak olan${object.event_id.name} etkinliğine kaydınızın " +"yapılmış olduğunu onaylıyoruz.\n" +" Etkinlik onaylanır onaylanmaz otomatik eposta ile daha pratik " +"bilgiler (program, gündem gibi) alacaksınız.

    \n" +"

    Katılımınız için teşekkür ederiz!

    \n" +"

    Saygılarımızla

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +611,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +841,6 @@ msgid "Event Confirmation Email" msgstr "Etkinlik Onay Epostası" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +855,11 @@ msgstr "" msgid "Event Details" msgstr "Etkinlik Ayrıntıları" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +885,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "Etkinlik Sorumlusu" @@ -1151,6 +1164,11 @@ msgstr "" msgid "No ticket available." msgstr "Hiç bilet yok." +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1162,7 +1180,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1193,14 +1211,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "Katılımcı" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "Katılımcı / İlgili" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1224,7 +1238,6 @@ msgid "Reference of the sales order which created the registration" msgstr "Kayıtı oluşturan satış siparişi referansı" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "Kayıt" @@ -1264,7 +1277,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "Kayıt Durumu" @@ -1539,3 +1551,6 @@ msgstr "bilet" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "biletler" + +#~ msgid "Participant / Contact" +#~ msgstr "Katılımcı / İlgili" diff --git a/addons/event/i18n/uk.po b/addons/event/i18n/uk.po index 0feee5a040f..0bde8130927 100644 --- a/addons/event/i18n/uk.po +++ b/addons/event/i18n/uk.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/vi.po b/addons/event/i18n/vi.po index 3f81bdaa172..f1e2c90514a 100644 --- a/addons/event/i18n/vi.po +++ b/addons/event/i18n/vi.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event/i18n/zh_CN.po b/addons/event/i18n/zh_CN.po index 0307eafb5c1..ce79c4a59e2 100644 --- a/addons/event/i18n/zh_CN.po +++ b/addons/event/i18n/zh_CN.po @@ -7,15 +7,51 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" +"\n" +"  : : : : : :

    你好,${object.name},

    \n" +" : : : : : :

    你注册的活动${object.event_id.name} " +"已经被正式记录了,一旦活动确认\n" +"你将自动接收电子邮件提供您更多的实用信息(如进度、议程…)。\n" +" : : : : : :

    谢谢参与!

    \n" +" : : : : : :

    此致敬礼

    " #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +610,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +840,6 @@ msgid "Event Confirmation Email" msgstr "活动确认邮件" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +854,11 @@ msgstr "" msgid "Event Details" msgstr "事件详情" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +884,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "活动负责人" @@ -1144,6 +1156,11 @@ msgstr "" msgid "No ticket available." msgstr "没有可用的入场券" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1172,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,14 +1203,10 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search +#: view:report.event.registration:event.view_report_event_registration_search msgid "Participant" msgstr "参与者" -#. module: event -#: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" -msgstr "参与者/联系人" - #. module: event #: field:report.event.registration,name_registration:0 msgid "Participant / Contact Name" @@ -1217,7 +1230,6 @@ msgid "Reference of the sales order which created the registration" msgstr "创建该项注册的销售订单的参考值" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "发起者" @@ -1257,7 +1269,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "等级状态" @@ -1516,3 +1527,6 @@ msgstr "入场券" #: view:event.event:event.view_event_kanban msgid "tickets" msgstr "门票" + +#~ msgid "Participant / Contact" +#~ msgstr "参与者/联系人" diff --git a/addons/event/i18n/zh_TW.po b/addons/event/i18n/zh_TW.po index 8fad60aa8f5..9bb3bf74613 100644 --- a/addons/event/i18n/zh_TW.po +++ b/addons/event/i18n/zh_TW.po @@ -7,15 +7,44 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: event +#: model:email.template,body_html:event.confirmation_event +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    The event ${object.event_id.name} that you registered for is " +"confirmed and will be held from " +"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " +"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" +" For any further information please contact our event " +"department.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" + +#. module: event +#: model:email.template,body_html:event.confirmation_registration +msgid "" +"\n" +"

    Hello ${object.name},

    \n" +"

    We confirm that your registration to the event " +"${object.event_id.name} has been recorded.\n" +" You will automatically receive an email providing you more practical " +"information (such as the schedule, the agenda...) as soon as the event is " +"confirmed.

    \n" +"

    Thank you for your participation!

    \n" +"

    Best regards

    " +msgstr "" #. module: event #: field:report.event.registration,confirm_state:0 @@ -574,33 +603,6 @@ msgid "" " " msgstr "" -#. module: event -#: model:email.template,body_html:event.confirmation_event -msgid "" -"

    Hello ${object.name},

    \n" -"

    The event ${object.event_id.name} that you registered for is " -"confirmed and will be held from " -"${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to " -"${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n" -" For any further information please contact our event " -"department.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - -#. module: event -#: model:email.template,body_html:event.confirmation_registration -msgid "" -"

    Hello ${object.name},

    \n" -"

    We confirm that your registration to the event " -"${object.event_id.name} has been recorded.\n" -" You will automatically receive an email providing you more practical " -"information (such as the schedule, the agenda...) as soon as the event is " -"confirmed.

    \n" -"

    Thank you for your participation!

    \n" -"

    Best regards

    " -msgstr "" - #. module: event #: view:event.registration:event.view_event_registration_form #: selection:event.registration,state:0 @@ -831,7 +833,6 @@ msgid "Event Confirmation Email" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,event_date:0 msgid "Event Date" msgstr "" @@ -846,6 +847,11 @@ msgstr "" msgid "Event Details" msgstr "事件細節" +#. module: event +#: view:report.event.registration:event.view_report_event_registration_search +msgid "Event Month" +msgstr "" + #. module: event #: field:event.event,name:0 msgid "Event Name" @@ -871,7 +877,6 @@ msgid "Event Registration confirmed." msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id:0 msgid "Event Responsible" msgstr "" @@ -1144,6 +1149,11 @@ msgstr "" msgid "No ticket available." msgstr "" +#. module: event +#: field:report.event.registration,nbevent:0 +msgid "Number of Events" +msgstr "" + #. module: event #: field:event.registration,nb_register:0 msgid "Number of Participants" @@ -1155,7 +1165,7 @@ msgid "Number of Participations" msgstr "" #. module: event -#: field:report.event.registration,nbevent:0 +#: field:report.event.registration,nbregistration:0 msgid "Number of Registrations" msgstr "" @@ -1186,12 +1196,8 @@ msgstr "" #. module: event #: view:event.registration:event.view_registration_search -msgid "Participant" -msgstr "" - -#. module: event #: view:report.event.registration:event.view_report_event_registration_search -msgid "Participant / Contact" +msgid "Participant" msgstr "" #. module: event @@ -1217,7 +1223,6 @@ msgid "Reference of the sales order which created the registration" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,user_id_registration:0 msgid "Register" msgstr "" @@ -1257,7 +1262,6 @@ msgid "Registration Month" msgstr "" #. module: event -#: view:report.event.registration:event.view_report_event_registration_search #: field:report.event.registration,registration_state:0 msgid "Registration State" msgstr "" diff --git a/addons/event_sale/i18n/de.po b/addons/event_sale/i18n/de.po index 03e7c60c73b..174b7e497c6 100644 --- a/addons/event_sale/i18n/de.po +++ b/addons/event_sale/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-16 06:33+0000\n" +"PO-Revision-Date: 2014-10-02 17:25+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:27+0000\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: event_sale @@ -42,7 +42,7 @@ msgstr "Auszeichung (InnenLinks)" #. module: event_sale #: view:event.event:event_sale.view_event_form msgid "Badge (Inner Right)" -msgstr "Auszeichnung (Innen Rechts)" +msgstr "Auszeichnung (innen rechts)" #. module: event_sale #: field:event.event,badge_back:0 @@ -52,7 +52,7 @@ msgstr "Auszeichnungshintergrund" #. module: event_sale #: field:event.event,badge_innerright:0 msgid "Badge Inner Right" -msgstr "Azszeichnung hinten rechts" +msgstr "Auszeichnung innen rechts" #. module: event_sale #: field:event.event,badge_innerleft:0 diff --git a/addons/event_sale/i18n/it.po b/addons/event_sale/i18n/it.po index 7f90d9871df..93893eeddeb 100644 --- a/addons/event_sale/i18n/it.po +++ b/addons/event_sale/i18n/it.po @@ -8,25 +8,25 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 11:43+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: event_sale #: field:event.event.ticket,seats_available:0 msgid "Available Seats" -msgstr "" +msgstr "Posti disponibili" #. module: event_sale #: view:event.event:event_sale.view_event_form #: model:ir.actions.report.xml,name:event_sale.action_report_registrationbadge msgid "Badge" -msgstr "" +msgstr "Badge" #. module: event_sale #: view:event.event:event_sale.view_event_form @@ -36,12 +36,12 @@ msgstr "" #. module: event_sale #: view:event.event:event_sale.view_event_form msgid "Badge (Inner Left)" -msgstr "" +msgstr "Badge (interno sinistra)" #. module: event_sale #: view:event.event:event_sale.view_event_form msgid "Badge (Inner Right)" -msgstr "" +msgstr "Badge (interno destra)" #. module: event_sale #: field:event.event,badge_back:0 @@ -51,12 +51,12 @@ msgstr "" #. module: event_sale #: field:event.event,badge_innerright:0 msgid "Badge Inner Right" -msgstr "" +msgstr "Badge interno destra" #. module: event_sale #: field:event.event,badge_innerleft:0 msgid "Badge Innner Left" -msgstr "" +msgstr "Badge interno sinistra" #. module: event_sale #: help:sale.order.line,event_id:0 @@ -64,6 +64,8 @@ msgid "" "Choose an event and it will automatically create a registration for this " "event." msgstr "" +"Scegliere un evento a verrà creato automaticamente una registrazione per lo " +"stesso" #. module: event_sale #: help:sale.order.line,event_ticket_id:0 @@ -71,6 +73,8 @@ msgid "" "Choose an event ticket and it will automatically create a registration for " "this event ticket." msgstr "" +"Scegliere un biglietto evento e verrà automaticamente creata una " +"registrazione per lo stesso." #. module: event_sale #: model:product.template,name:event_sale.event_2_product_product_template @@ -80,12 +84,12 @@ msgstr "" #. module: event_sale #: field:event.event.ticket,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: event_sale #: field:event.event.ticket,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: event_sale #: help:product.template,event_ok:0 @@ -97,7 +101,7 @@ msgstr "" #. module: event_sale #: model:ir.model,name:event_sale.model_event_event msgid "Email Thread" -msgstr "" +msgstr "Thread Email" #. module: event_sale #: field:event.event.ticket,event_id:0 @@ -108,7 +112,7 @@ msgstr "Evento" #. module: event_sale #: model:ir.model,name:event_sale.model_event_registration msgid "Event Registration" -msgstr "" +msgstr "Registrazione Evento" #. module: event_sale #: field:product.template,event_ok:0 @@ -121,12 +125,12 @@ msgstr "Iscrizione evento" #: field:event.registration,event_ticket_id:0 #: field:sale.order.line,event_ticket_id:0 msgid "Event Ticket" -msgstr "" +msgstr "Biglietto evento" #. module: event_sale #: field:product.product,event_ticket_ids:0 msgid "Event Tickets" -msgstr "" +msgstr "Biglietti evento" #. module: event_sale #: field:sale.order.line,event_type_id:0 @@ -151,53 +155,53 @@ msgstr "" #. module: event_sale #: model:product.template,name:event_sale.event_1_product_product_template msgid "Functional Webinar" -msgstr "" +msgstr "Webinar funzionale" #. module: event_sale #: field:event.event.ticket,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: event_sale #: field:event.event.ticket,is_expired:0 msgid "Is Expired" -msgstr "" +msgstr "E' espirato" #. module: event_sale #: view:website:event_sale.report_registrationbadge msgid "June 4th - 6th , 2014" -msgstr "" +msgstr "dal 4 al 6 giugno 2014" #. module: event_sale #: field:event.event.ticket,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: event_sale #: field:event.event.ticket,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: event_sale #: field:event.event.ticket,seats_max:0 msgid "Maximum Available Seats" -msgstr "" +msgstr "Massimi posti disponibili" #. module: event_sale #: field:event.event.ticket,name:0 msgid "Name" -msgstr "" +msgstr "Nome" #. module: event_sale #: constraint:event.event.ticket:0 #: constraint:event.registration:0 msgid "No more available tickets." -msgstr "" +msgstr "Nessun biglietto disponibile" #. module: event_sale #: field:event.event.ticket,seats_used:0 msgid "Number of Participations" -msgstr "" +msgstr "Numero di partecipanti" #. module: event_sale #: model:product.template,name:event_sale.event_0_product_product_template @@ -207,12 +211,12 @@ msgstr "" #. module: event_sale #: view:event.event:event_sale.view_event_form msgid "Payments" -msgstr "" +msgstr "Pagamenti" #. module: event_sale #: field:event.event.ticket,price:0 msgid "Price" -msgstr "" +msgstr "Prezzo" #. module: event_sale #: field:event.event.ticket,product_id:0 @@ -223,22 +227,22 @@ msgstr "Prodotto" #. module: event_sale #: model:ir.model,name:event_sale.model_product_template msgid "Product Template" -msgstr "" +msgstr "Modello Prodotto" #. module: event_sale #: field:event.event.ticket,registration_ids:0 msgid "Registrations" -msgstr "" +msgstr "Registrazioni" #. module: event_sale #: field:event.event.ticket,seats_reserved:0 msgid "Reserved Seats" -msgstr "" +msgstr "Posti riservati" #. module: event_sale #: field:event.event.ticket,deadline:0 msgid "Sales End" -msgstr "" +msgstr "Fine vendita" #. module: event_sale #: model:ir.model,name:event_sale.model_sale_order_line @@ -258,23 +262,23 @@ msgstr "" #: model:event.event.ticket,name:event_sale.event_2_ticket_1 #: model:event.event.ticket,name:event_sale.event_3_ticket_1 msgid "Standard" -msgstr "" +msgstr "Standard" #. module: event_sale #: view:website:event_sale.report_registrationbadge msgid "Status" -msgstr "" +msgstr "Stato" #. module: event_sale #: code:addons/event_sale/event_sale.py:146 #, python-format msgid "Subscription" -msgstr "" +msgstr "Iscrizioni" #. module: event_sale #: model:product.template,name:event_sale.event_3_product_product_template msgid "Technical Training" -msgstr "" +msgstr "Training tecnico" #. module: event_sale #: code:addons/event_sale/event_sale.py:115 @@ -283,6 +287,8 @@ msgid "" "The registration has been created for event %s from the Sale Order " "%s. " msgstr "" +"La registrazione è stata creata per l'evento %s per l'ordine di " +"vendita %s. " #. module: event_sale #: code:addons/event_sale/event_sale.py:113 @@ -295,12 +301,12 @@ msgstr "" #. module: event_sale #: view:event.registration:event_sale.view_event_registration_ticket_search msgid "Ticket Type" -msgstr "" +msgstr "Tipo di Biglietto" #. module: event_sale #: view:event.event:event_sale.view_event_form msgid "Ticket Types" -msgstr "" +msgstr "Tipi di biglietto" #. module: event_sale #: field:product.template,event_type_id:0 @@ -317,7 +323,7 @@ msgstr "" #: model:event.event.ticket,name:event_sale.event_2_ticket_2 #: model:event.event.ticket,name:event_sale.event_3_ticket_2 msgid "VIP" -msgstr "" +msgstr "VIP" #. module: event_sale #: help:event.event.ticket,seats_max:0 diff --git a/addons/event_sale/i18n/pl.po b/addons/event_sale/i18n/pl.po index 6b01a909962..d06bbbe67b0 100644 --- a/addons/event_sale/i18n/pl.po +++ b/addons/event_sale/i18n/pl.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-01 12:19+0000\n" +"PO-Revision-Date: 2014-09-26 15:30+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: event_sale #: field:event.event.ticket,seats_available:0 msgid "Available Seats" -msgstr "Wolnych miejsc" +msgstr "Dostępnych miejsc" #. module: event_sale #: view:event.event:event_sale.view_event_form diff --git a/addons/fetchmail/i18n/it.po b/addons/fetchmail/i18n/it.po index d88997bc1f2..0336ef858cc 100644 --- a/addons/fetchmail/i18n/it.po +++ b/addons/fetchmail/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 20:48+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fetchmail #: view:fetchmail.server:fetchmail.view_email_server_tree @@ -82,13 +82,13 @@ msgstr "Crea un nuovo record" #: field:fetchmail.config.settings,create_uid:0 #: field:fetchmail.server,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: fetchmail #: field:fetchmail.config.settings,create_date:0 #: field:fetchmail.server,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: fetchmail #: help:fetchmail.server,priority:0 @@ -120,7 +120,7 @@ msgstr "Hostname o IP del mail server" #: field:fetchmail.config.settings,id:0 #: field:fetchmail.server,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: fetchmail #: view:fetchmail.server:fetchmail.view_email_server_search @@ -173,13 +173,13 @@ msgstr "Ultima data prelievo mail" #: field:fetchmail.config.settings,write_uid:0 #: field:fetchmail.server,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultimo modifica fatta da" #. module: fetchmail #: field:fetchmail.config.settings,write_date:0 #: field:fetchmail.server,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: fetchmail #: selection:fetchmail.server,type:0 diff --git a/addons/fetchmail/i18n/nl.po b/addons/fetchmail/i18n/nl.po index 8139494dc16..9404a6aa7c0 100644 --- a/addons/fetchmail/i18n/nl.po +++ b/addons/fetchmail/i18n/nl.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-15 17:09+0000\n" -"Last-Translator: Mario Gielissen (Openworx) \n" +"PO-Revision-Date: 2014-09-24 10:15+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fetchmail #: view:fetchmail.server:fetchmail.view_email_server_tree msgid "# of emails" -msgstr "# emails" +msgstr "# E-mail" #. module: fetchmail #: view:fetchmail.server:fetchmail.view_email_server_form diff --git a/addons/fleet/i18n/ar.po b/addons/fleet/i18n/ar.po index 96c245ce473..2a0afa0aa01 100644 --- a/addons/fleet/i18n/ar.po +++ b/addons/fleet/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/bg.po b/addons/fleet/i18n/bg.po index ba92a1b8931..e9dc6382832 100644 --- a/addons/fleet/i18n/bg.po +++ b/addons/fleet/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/cs.po b/addons/fleet/i18n/cs.po index c50f907cf20..b934503ba4e 100644 --- a/addons/fleet/i18n/cs.po +++ b/addons/fleet/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/da.po b/addons/fleet/i18n/da.po index 8b98562137d..be28f26ff53 100644 --- a/addons/fleet/i18n/da.po +++ b/addons/fleet/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/de.po b/addons/fleet/i18n/de.po index 05c9046c52d..b3b06ccfaac 100644 --- a/addons/fleet/i18n/de.po +++ b/addons/fleet/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 12:48+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 10:45+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: fleet @@ -47,7 +47,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -100,7 +100,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -142,7 +142,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -168,7 +168,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -210,7 +210,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -608,7 +608,7 @@ msgstr "Kostenübersicht" #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Cost Subtype" -msgstr "Kosten Subtyp" +msgstr "Kostenart" #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search @@ -628,7 +628,7 @@ msgstr "Einmalige Kosten zu Beginn der Vertragslaufzeit" #. module: fleet #: help:fleet.vehicle.cost,cost_subtype_id:0 msgid "Cost type purchased with this cost" -msgstr "Kostentyp der hierdurch eingekauft wird" +msgstr "Die durch diesen Service verursachte Kostenart" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_form @@ -1281,6 +1281,11 @@ msgstr "Modell: von '%s' bis '%s'" msgid "Models" msgstr "Modelle" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "Monat" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1437,7 +1442,7 @@ msgstr "Katalysator (Ersatz)" #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search #: field:fleet.vehicle.cost,parent_id:0 msgid "Parent" -msgstr "Vorgänger" +msgstr "Kostenstelle" #. module: fleet #: help:fleet.vehicle.cost,parent_id:0 @@ -1834,7 +1839,7 @@ msgstr "Fahrzeuggetriebe" #. module: fleet #: field:fleet.vehicle.cost,cost_subtype_id:0 msgid "Type" -msgstr "Typ" +msgstr "Kostenart" #. module: fleet #: model:ir.model,name:fleet.model_fleet_service_type @@ -1896,11 +1901,6 @@ msgstr "Fahrzeug" msgid "Vehicle Costs" msgstr "Fahrzeugkosten" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "Monatliche Fahrzeugkosten" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1966,8 +1966,9 @@ msgid "Vehicles Services Logs" msgstr "Serviceprotokolle der Fahrzeuge" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Betriebskosten (Fahrzeug)" @@ -2087,3 +2088,48 @@ msgstr "zeigt die Kilometerstände des Fahrzeugs" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "Anzeige der Wartungsprotokolle" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Klicken Sie zur Erstellung eines neuen Tankprotokolls.\n" +#~ "

    \n" +#~ " Hier können Sie sämtliche Tankbelege Ihrer Fahrzeuge " +#~ "eingeben. Sie können\n" +#~ " des weiteren die Suche verwenden, um spezifische Fahrzeuge " +#~ "auszuwerten.\n" +#~ "

    \n" +#~ " " + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new odometer log. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Here you can add various odometer entries for all vehicles.\n" +#~ " You can also show odometer value for a particular vehicle " +#~ "using\n" +#~ " the search field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Klicken um neuen Fahrtenbucheintrag zu machen. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Hier können Sie für alle Fahrzeuge verschiedene " +#~ "Fahrtenbucheinträge hinzufügen.\n" +#~ " Sie können sich ebenfalls den Kilometerstand für einzelne " +#~ "Fahrzeuge anzeigen lassen, \n" +#~ " indem sie die Suchfunktion nutzen.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/es.po b/addons/fleet/i18n/es.po index 7b2ef7118fa..8f4bb45a3ec 100644 --- a/addons/fleet/i18n/es.po +++ b/addons/fleet/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-16 08:12+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:45+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-17 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -59,14 +59,14 @@ msgid "" msgstr "" "

    \n" "Pulse para crear un nuevo contrato.\n" +"

    \n" +"Gestione todos sus contratos (leasing, seguros, etc) con sus\n" +"servicios relacionados y costes. Odoo le avisará automáticamente\n" +"cuando sus contratos deban ser renovados\n" "

    \n" -"Gestione todos sus contratos (leasing, seguros, etc) con sus servicios\n" -"y costes asociados. Odoo avisará automáticamente cuando algún\n" -"contrato deba ser renovado.\n" -"

    \n" -"Cada contrato (por ejemplo, un leasing) puede incluir varios servicios\n" -"(reparación, seguros, mantenimiento periódico...)\n" -"

    \n" +"Cada contrato (por ejemplo, leasing), puede incluir varios servicios\n" +"(reparación, seguros, mantenimiento periódico...).\n" +"

    \n" " " #. module: fleet @@ -94,7 +94,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -107,8 +107,9 @@ msgstr "" "Pulse para crear un nuevo registro de combustible.\n" "

    \n" "Aquí puede añadir entradas de reabastecimiento de combustible para todos los " -"vehículos. Puede también filtrar los registros de un vehículo en particular " -"usando el campo de búsqueda.\n" +"vehículos. \n" +"Puede también filtrar los registros de un vehículo en particular usando el " +"campo de búsqueda.\n" "

    \n" " " @@ -134,7 +135,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -149,8 +150,8 @@ msgstr "" "

    \n" "

    \n" "Aquí puede añadir varias entradas de odómetros para todos los vehículos.\n" -"Puede también mostrar los valores de odómetro para un vehículo en particular " -"usando el campo de búsqueda.\n" +"Puede también mostrar los valores de odómetro para un vehículo en \n" +"particular usando el campo de búsqueda.\n" "

    \n" " " @@ -158,7 +159,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -167,11 +168,12 @@ msgid "" " " msgstr "" "

    \n" -"Pulse para crear una nueva entrada de servicio.\n" +"Pulse para crear un nuevo servicio.\n" "

    \n" -"Odoo le permite gestionar todos los servicios realizados en su\n" -"vehículo. Los servicios pueden ser de muchos tipos: reparaciones\n" -"ocasionales, mantenimientos fijos, etc.\n" +"Odoo le ayuda a seguir todos los servicios realizados en su vehículo. Los \n" +"servicios pueden ser de muchos tipos: reparaciones ocasionales, " +"mantenimiento \n" +"fijos, etc.\n" "

    \n" " " @@ -198,7 +200,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -212,13 +214,15 @@ msgid "" " " msgstr "" "

    \n" -"Pulse para crear un nuevo vehiculo\n" +"Pulse para crear un nuevo vehículo.\n" "

    \n" -"Podrá gestionar su flota, manteniendo registro de los contratos, servicios,\n" -"costes fijos y periódicos, odómetros y registros de combustible asociados\n" -"a cada vehículo.\n" +"Podrá gestionar su flota siguiendo los contratos, servicios, costes fijos y " +"\n" +"recurrentes, odómetros y registros de combustible asociados a cada " +"vehículo.\n" "

    \n" -"Odoo le avisará cuando un servicio o contrato deba ser renovado.\n" +"Odoo le avisará cuando los servicios o el contrato tengan que ser " +"renovados.\n" "

    \n" " " @@ -1264,6 +1268,11 @@ msgstr "Modelo: de '%s' a '%s'" msgid "Models" msgstr "Modelos" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "Mes" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1881,11 +1890,6 @@ msgstr "Vehículo" msgid "Vehicle Costs" msgstr "Costes del vehículo" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "Mes de los costes del vehículo" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1951,8 +1955,9 @@ msgid "Vehicles Services Logs" msgstr "Registros de los servicios de los vehículos" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Costes de los vehículos" @@ -2075,3 +2080,45 @@ msgstr "mostrar los registros de odómetro para este vehículo" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "mostrar los registros de revisiones para este vehículo" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ "Pulse para crear un nuevo registro de combustible.\n" +#~ "

    \n" +#~ "Aquí puede añadir entradas de reabastecimiento de combustible para todos los " +#~ "vehículos. Puede también filtrar los registros de un vehículo en particular " +#~ "usando el campo de búsqueda.\n" +#~ "

    \n" +#~ " " + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new odometer log. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Here you can add various odometer entries for all vehicles.\n" +#~ " You can also show odometer value for a particular vehicle " +#~ "using\n" +#~ " the search field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ "Pulse aquí para crear un nuevo registro de odómetro (cuentakilómetros).\n" +#~ "

    \n" +#~ "

    \n" +#~ "Aquí puede añadir varias entradas de odómetros para todos los vehículos.\n" +#~ "Puede también mostrar los valores de odómetro para un vehículo en particular " +#~ "usando el campo de búsqueda.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/es_AR.po b/addons/fleet/i18n/es_AR.po index fbfb7accae6..118cd985cdb 100644 --- a/addons/fleet/i18n/es_AR.po +++ b/addons/fleet/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1773,11 +1778,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1843,8 +1843,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/es_MX.po b/addons/fleet/i18n/es_MX.po index f737927af0e..d5eac66f57f 100644 --- a/addons/fleet/i18n/es_MX.po +++ b/addons/fleet/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1162,6 +1162,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1772,11 +1777,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1842,8 +1842,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/fi.po b/addons/fleet/i18n/fi.po index 1aa5e3b13b7..61ad7db4486 100644 --- a/addons/fleet/i18n/fi.po +++ b/addons/fleet/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/fr.po b/addons/fleet/i18n/fr.po index cb32e5a50e6..d9fc80842af 100644 --- a/addons/fleet/i18n/fr.po +++ b/addons/fleet/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,16 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Cliquer pour ajouter un état du niveau de carburant. \n" -"

    \n" -" Vous pouvez suivre la consommation et le niveau de carburant " -"de chaque véhicule.\n" -" Vous pouvez aussi rechercher les opération d'un véhicule en " -"particulier en utilisant\n" -" le champ de recherche.\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -118,7 +108,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -133,7 +123,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -165,7 +155,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1208,6 +1198,11 @@ msgstr "Modèle: du '%s' au '%s'" msgid "Models" msgstr "Modèles" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1823,11 +1818,6 @@ msgstr "Véhicule" msgid "Vehicle Costs" msgstr "Coûts du vehicule" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1893,8 +1883,9 @@ msgid "Vehicles Services Logs" msgstr "Suivi des interventions sur les véhicules" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Coûts des véhicules" @@ -2015,3 +2006,25 @@ msgstr "Voir les relevés kilométriques de ce vehicule" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "montrer l'historique des interventions pour ce véhicule" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Cliquer pour ajouter un état du niveau de carburant. \n" +#~ "

    \n" +#~ " Vous pouvez suivre la consommation et le niveau de carburant " +#~ "de chaque véhicule.\n" +#~ " Vous pouvez aussi rechercher les opération d'un véhicule en " +#~ "particulier en utilisant\n" +#~ " le champ de recherche.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/hr.po b/addons/fleet/i18n/hr.po index f8bc9373ee9..c3a900733f4 100644 --- a/addons/fleet/i18n/hr.po +++ b/addons/fleet/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -107,7 +107,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -122,7 +122,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -147,7 +147,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1186,6 +1186,11 @@ msgstr "Model: od '%s' do '%s'" msgid "Models" msgstr "Modeli" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1801,11 +1806,6 @@ msgstr "Vozilo" msgid "Vehicle Costs" msgstr "Troškovi vozila" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1871,8 +1871,9 @@ msgid "Vehicles Services Logs" msgstr "Evidencija servisa vozila" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Troškovi vozila" diff --git a/addons/fleet/i18n/hu.po b/addons/fleet/i18n/hu.po index d2d109e332c..16d75c3f9a8 100644 --- a/addons/fleet/i18n/hu.po +++ b/addons/fleet/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/it.po b/addons/fleet/i18n/it.po index 86c76c82457..08cccfc7290 100644 --- a/addons/fleet/i18n/it.po +++ b/addons/fleet/i18n/it.po @@ -7,21 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 11:59+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 #, python-format msgid "%s %s has been added to the fleet!" -msgstr "" +msgstr "%s %s e' stato aggiunto alla flotta!" #. module: fleet #: code:addons/fleet/fleet.py:661 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -209,13 +209,13 @@ msgstr "" #. module: fleet #: field:fleet.vehicle,acquisition_date:0 msgid "Acquisition Date" -msgstr "" +msgstr "Data d'acquisizione" #. module: fleet #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_form #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_tree msgid "Activation Cost" -msgstr "" +msgstr "Costo di attivazione" #. module: fleet #: view:fleet.vehicle.log.fuel:fleet.fleet_vehicle_log_fuel_form @@ -226,7 +226,7 @@ msgstr "Dettagli aggiuntivi" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "Additional Properties" -msgstr "" +msgstr "Proprietà aggiuntive" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_6 @@ -263,7 +263,7 @@ msgstr "Automatico" #. module: fleet #: field:fleet.vehicle.cost,auto_generated:0 msgid "Automatically Generated" -msgstr "" +msgstr "Generato in automatico" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_8 @@ -278,7 +278,7 @@ msgstr "Ispezione Batteria" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_10 msgid "Battery Replacement" -msgstr "" +msgstr "Sostituzione Batteria" #. module: fleet #: selection:fleet.service.type,category:0 @@ -303,37 +303,37 @@ msgstr "" #. module: fleet #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Brand" -msgstr "" +msgstr "Marchio" #. module: fleet #: field:fleet.vehicle.model.brand,name:0 msgid "Brand Name" -msgstr "" +msgstr "Nome marchio" #. module: fleet #: model:ir.model,name:fleet.model_fleet_vehicle_model_brand msgid "Brand model of the vehicle" -msgstr "" +msgstr "Marca modello del veicolo" #. module: fleet #: help:fleet.vehicle.model,brand_id:0 msgid "Brand of the vehicle" -msgstr "" +msgstr "Marca del veicolo" #. module: fleet #: model:fleet.vehicle.tag,name:fleet.vehicle_tag_break msgid "Break" -msgstr "" +msgstr "Freno" #. module: fleet #: field:fleet.vehicle,co2:0 msgid "CO2 Emissions" -msgstr "" +msgstr "Emissioni di CO2" #. module: fleet #: help:fleet.vehicle,co2:0 msgid "CO2 emissions of the vehicle" -msgstr "" +msgstr "Emissioni di CO2 del veicolo" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_service_1 @@ -343,7 +343,7 @@ msgstr "" #. module: fleet #: field:fleet.vehicle,car_value:0 msgid "Car Value" -msgstr "" +msgstr "Valore Veicolo" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_14 @@ -353,7 +353,7 @@ msgstr "Lavaggio macchina" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_15 msgid "Catalytic Converter Replacement" -msgstr "" +msgstr "Sostituzione marmitta catalitica" #. module: fleet #: field:fleet.service.type,category:0 @@ -363,7 +363,7 @@ msgstr "Categoria" #. module: fleet #: field:fleet.vehicle.cost,cost_type:0 msgid "Category of the cost" -msgstr "" +msgstr "Categoria di costo" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_16 @@ -373,7 +373,7 @@ msgstr "" #. module: fleet #: field:fleet.vehicle,vin_sn:0 msgid "Chassis Number" -msgstr "" +msgstr "Numero di telaio" #. module: fleet #: help:fleet.vehicle.log.contract,state:0 @@ -389,12 +389,12 @@ msgstr "" #. module: fleet #: field:fleet.vehicle,color:0 msgid "Color" -msgstr "" +msgstr "Colore" #. module: fleet #: help:fleet.vehicle,color:0 msgid "Color of the vehicle" -msgstr "" +msgstr "Colore del veicolo" #. module: fleet #: model:fleet.vehicle.tag,name:fleet.vehicle_tag_compact @@ -421,22 +421,22 @@ msgstr "" #: field:fleet.vehicle.cost,contract_id:0 #: selection:fleet.vehicle.cost,cost_type:0 msgid "Contract" -msgstr "" +msgstr "Contratto" #. module: fleet #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_graph msgid "Contract Costs Per Month" -msgstr "" +msgstr "Costi Mensili Contratti" #. module: fleet #: field:fleet.vehicle.log.contract,expiration_date:0 msgid "Contract Expiration Date" -msgstr "" +msgstr "Scadenza Contratto" #. module: fleet #: field:fleet.vehicle.log.contract,ins_ref:0 msgid "Contract Reference" -msgstr "" +msgstr "Riferimento Contratto" #. module: fleet #: field:fleet.vehicle.log.contract,start_date:0 @@ -451,23 +451,23 @@ msgstr "Stato contratto" #. module: fleet #: help:fleet.vehicle.cost,contract_id:0 msgid "Contract attached to this cost" -msgstr "" +msgstr "Contratto collegato a questo costo" #. module: fleet #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_form msgid "Contract details" -msgstr "" +msgstr "Dettagli contratto" #. module: fleet #: model:ir.model,name:fleet.model_fleet_vehicle_log_contract msgid "Contract information on a vehicle" -msgstr "" +msgstr "Informazioni contratto su un veicolo" #. module: fleet #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_form #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_tree msgid "Contract logs" -msgstr "" +msgstr "Log Contratti" #. module: fleet #: field:fleet.vehicle.log.contract,purchaser_id:0 @@ -479,7 +479,7 @@ msgstr "Contraente" #: field:fleet.vehicle,contract_count:0 #: field:fleet.vehicle,log_contracts:0 msgid "Contracts" -msgstr "" +msgstr "Contratti" #. module: fleet #: model:fleet.vehicle.tag,name:fleet.vehicle_tag_convertible @@ -491,22 +491,22 @@ msgstr "Convertibile" #: field:fleet.vehicle.log.fuel,cost_id:0 #: field:fleet.vehicle.log.services,cost_id:0 msgid "Cost" -msgstr "" +msgstr "Costi" #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_form msgid "Cost Details" -msgstr "" +msgstr "Dettagli costo" #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Cost Subtype" -msgstr "" +msgstr "Sottotipo di costo" #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Cost Type" -msgstr "" +msgstr "Tipo di costo" #. module: fleet #: model:ir.model,name:fleet.model_fleet_vehicle_cost @@ -527,13 +527,13 @@ msgstr "" #: view:fleet.vehicle:fleet.fleet_vehicle_form #: field:fleet.vehicle,cost_count:0 msgid "Costs" -msgstr "" +msgstr "Costi" #. module: fleet #: model:ir.actions.act_window,name:fleet.action_fleet_reporting_costs #: model:ir.ui.menu,name:fleet.menu_fleet_reporting_costs msgid "Costs Analysis" -msgstr "" +msgstr "Analisi costi" #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_graph @@ -568,7 +568,7 @@ msgstr "" #: field:fleet.vehicle.state,create_uid:0 #: field:fleet.vehicle.tag,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: fleet #: field:fleet.contract.state,create_date:0 @@ -584,7 +584,7 @@ msgstr "" #: field:fleet.vehicle.state,create_date:0 #: field:fleet.vehicle.tag,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: fleet #: help:fleet.vehicle,state_id:0 @@ -600,7 +600,7 @@ msgstr "Giornaliero" #: field:fleet.vehicle.cost,date:0 #: field:fleet.vehicle.odometer,date:0 msgid "Date" -msgstr "" +msgstr "Data" #. module: fleet #: help:fleet.vehicle,message_last_post:0 @@ -652,7 +652,7 @@ msgstr "Numero porte" #. module: fleet #: field:fleet.vehicle,driver_id:0 msgid "Driver" -msgstr "" +msgstr "Autista" #. module: fleet #: help:fleet.vehicle,driver_id:0 @@ -673,17 +673,17 @@ msgstr "Costi effettivi" #. module: fleet #: selection:fleet.vehicle,fuel_type:0 msgid "Electric" -msgstr "" +msgstr "Elettrica" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_service_17 msgid "Emissions" -msgstr "" +msgstr "Emissioni" #. module: fleet #: model:fleet.vehicle.tag,name:fleet.vehicle_tag_leasing msgid "Employee Car" -msgstr "" +msgstr "Vettura impiegato" #. module: fleet #: code:addons/fleet/fleet.py:47 @@ -726,7 +726,7 @@ msgstr "" #: model:ir.ui.menu,name:fleet.menu_fleet_reporting #: model:ir.ui.menu,name:fleet.menu_root msgid "Fleet" -msgstr "" +msgstr "Flotta" #. module: fleet #: field:fleet.vehicle,message_follower_ids:0 @@ -795,17 +795,17 @@ msgstr "Benzina" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "General Properties" -msgstr "" +msgstr "Proprietà generali" #. module: fleet #: field:fleet.vehicle.log.contract,generated_cost_ids:0 msgid "Generated Costs" -msgstr "" +msgstr "Genera costi" #. module: fleet #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_form msgid "Generated Recurring Costs" -msgstr "" +msgstr "Genera corsi ricorrenti" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_search @@ -814,7 +814,7 @@ msgstr "" #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search #: view:fleet.vehicle.odometer:fleet.fleet_vehicle_odometer_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_search @@ -829,7 +829,7 @@ msgstr "Ha contratti scaduti" #. module: fleet #: field:fleet.vehicle,contract_renewal_due_soon:0 msgid "Has Contracts to renew" -msgstr "" +msgstr "Ha ccontratti da rinnovare" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_24 @@ -892,7 +892,7 @@ msgstr "Ibrida" #: field:fleet.vehicle.state,id:0 #: field:fleet.vehicle.tag,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: fleet #: help:fleet.vehicle,message_unread:0 @@ -907,14 +907,14 @@ msgstr "" #. module: fleet #: selection:fleet.vehicle.log.contract,state:0 msgid "In Progress" -msgstr "" +msgstr "In corso" #. module: fleet #: field:fleet.vehicle.cost,cost_ids:0 #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_form #: view:fleet.vehicle.log.services:fleet.fleet_vehicle_log_services_form msgid "Included Services" -msgstr "" +msgstr "Include servizi" #. module: fleet #: view:fleet.vehicle.log.contract:fleet.fleet_vehicle_log_contract_form @@ -942,7 +942,7 @@ msgstr "Costo totale indicativo" #. module: fleet #: model:ir.model,name:fleet.model_fleet_vehicle msgid "Information on a vehicle" -msgstr "" +msgstr "Informazioni su un veicolo" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_30 @@ -973,12 +973,12 @@ msgstr "Junior" #. module: fleet #: selection:fleet.vehicle,odometer_unit:0 msgid "Kilometers" -msgstr "" +msgstr "Chilometri" #. module: fleet #: field:fleet.vehicle,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: fleet #: field:fleet.vehicle,odometer:0 @@ -999,7 +999,7 @@ msgstr "Ultima rilevazione odometrica" #: field:fleet.vehicle.state,write_uid:0 #: field:fleet.vehicle.tag,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: fleet #: field:fleet.contract.state,write_date:0 @@ -1015,12 +1015,12 @@ msgstr "" #: field:fleet.vehicle.state,write_date:0 #: field:fleet.vehicle.tag,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: fleet #: model:fleet.service.type,name:fleet.type_contract_leasing msgid "Leasing" -msgstr "" +msgstr "Leasing" #. module: fleet #: field:fleet.vehicle,license_plate:0 @@ -1051,7 +1051,7 @@ msgstr "Ubicazione" #. module: fleet #: help:fleet.vehicle,location:0 msgid "Location of the vehicle (garage, ...)" -msgstr "" +msgstr "Luogo del veicolo (garage, ...)" #. module: fleet #: field:fleet.vehicle,image:0 @@ -1064,13 +1064,13 @@ msgstr "Logo" #: field:fleet.vehicle,image_medium:0 #: field:fleet.vehicle.model,image_medium:0 msgid "Logo (medium)" -msgstr "" +msgstr "Logo (medio)" #. module: fleet #: field:fleet.vehicle,image_small:0 #: field:fleet.vehicle.model,image_small:0 msgid "Logo (small)" -msgstr "" +msgstr "Logo (piccolo)" #. module: fleet #: model:fleet.service.type,name:fleet.type_service_service_11 @@ -1080,7 +1080,7 @@ msgstr "" #. module: fleet #: model:res.groups,name:fleet.group_fleet_manager msgid "Manager" -msgstr "" +msgstr "Manager" #. module: fleet #: selection:fleet.vehicle,transmission:0 @@ -1108,19 +1108,19 @@ msgstr "Messaggi" #. module: fleet #: help:fleet.vehicle,message_ids:0 msgid "Messages and communication history" -msgstr "" +msgstr "Storico messaggi e comunicazioni" #. module: fleet #: selection:fleet.vehicle,odometer_unit:0 msgid "Miles" -msgstr "" +msgstr "Miglia" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_search #: field:fleet.vehicle,model_id:0 #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_form msgid "Model" -msgstr "" +msgstr "Modello" #. module: fleet #: field:fleet.vehicle.model,brand_id:0 @@ -1138,12 +1138,12 @@ msgstr "" #. module: fleet #: field:fleet.vehicle.model,modelname:0 msgid "Model name" -msgstr "" +msgstr "Nome del modello" #. module: fleet #: model:ir.model,name:fleet.model_fleet_vehicle_model msgid "Model of a vehicle" -msgstr "" +msgstr "Modello di veicolo" #. module: fleet #: help:fleet.vehicle,model_id:0 @@ -1154,13 +1154,18 @@ msgstr "Modello del veicolo" #: code:addons/fleet/fleet.py:400 #, python-format msgid "Model: from '%s' to '%s'" -msgstr "" +msgstr "Modello: da '%s' a '%s'" #. module: fleet #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_tree msgid "Models" msgstr "Modelli" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "Mese" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1176,7 +1181,7 @@ msgstr "Mensile" #: field:fleet.vehicle.state,name:0 #: field:fleet.vehicle.tag,name:0 msgid "Name" -msgstr "" +msgstr "Nome" #. module: fleet #: field:fleet.vehicle,contract_renewal_name:0 @@ -1208,31 +1213,31 @@ msgstr "Note" #. module: fleet #: help:fleet.vehicle,doors:0 msgid "Number of doors of the vehicle" -msgstr "" +msgstr "Numero di porte del veicolo" #. module: fleet #: help:fleet.vehicle,seats:0 msgid "Number of seats of the vehicle" -msgstr "" +msgstr "Numero di posti a sedere veicolo" #. module: fleet #: view:fleet.vehicle:fleet.fleet_vehicle_form #: field:fleet.vehicle,odometer_count:0 #: field:fleet.vehicle.cost,odometer_id:0 msgid "Odometer" -msgstr "" +msgstr "Contachilometri" #. module: fleet #: view:fleet.vehicle.log.fuel:fleet.fleet_vehicle_log_fuel_form #: view:fleet.vehicle.log.services:fleet.fleet_vehicle_log_services_form msgid "Odometer Details" -msgstr "" +msgstr "Dettagli contachilometri" #. module: fleet #: view:fleet.vehicle.odometer:fleet.fleet_vehicle_odometer_form #: view:fleet.vehicle.odometer:fleet.fleet_vehicle_odometer_tree msgid "Odometer Logs" -msgstr "" +msgstr "Log contachilometri" #. module: fleet #: field:fleet.vehicle,odometer_unit:0 @@ -1243,7 +1248,7 @@ msgstr "Unità odometro" #: field:fleet.vehicle.cost,odometer:0 #: field:fleet.vehicle.odometer,value:0 msgid "Odometer Value" -msgstr "" +msgstr "Valore contachilometri" #. module: fleet #: view:fleet.vehicle.odometer:fleet.fleet_vehicle_odometer_graph @@ -1773,11 +1778,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "Costi veicolo" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1843,8 +1843,9 @@ msgid "Vehicles Services Logs" msgstr "Log servizi veicoli" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Costi veicoli" diff --git a/addons/fleet/i18n/lo.po b/addons/fleet/i18n/lo.po index 9aa250b5844..0c65d0155c8 100644 --- a/addons/fleet/i18n/lo.po +++ b/addons/fleet/i18n/lo.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/lv.po b/addons/fleet/i18n/lv.po index 3602f9ad17f..782da3f8106 100644 --- a/addons/fleet/i18n/lv.po +++ b/addons/fleet/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1163,6 +1163,11 @@ msgstr "Modelis: no '%s' līdz '%s'" msgid "Models" msgstr "Modeļi" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1776,11 +1781,6 @@ msgstr "Transportlīdzeklis" msgid "Vehicle Costs" msgstr "Transportlīdzekļu izmaksas" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1846,8 +1846,9 @@ msgid "Vehicles Services Logs" msgstr "Apkopju reģistrs" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Transportlīdzekļu izmaksas" diff --git a/addons/fleet/i18n/mk.po b/addons/fleet/i18n/mk.po index eb70e7fb4f5..d612d141e79 100644 --- a/addons/fleet/i18n/mk.po +++ b/addons/fleet/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,14 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Кликнете за креирање на нов дневник за гориво. \n" -"

    \n" -" Тука може да ги додадете записите за точење на гориво за " -"сите возила.\n" -"Може да ги филтрирате дневниците за одделно возило со користење на полето " -"пребарај.

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -116,7 +108,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -131,7 +123,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -163,7 +155,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1206,6 +1198,11 @@ msgstr "Модел: од '%s' до '%s'" msgid "Models" msgstr "Модели" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1820,11 +1817,6 @@ msgstr "Возило" msgid "Vehicle Costs" msgstr "Трошоци за возило" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1890,8 +1882,9 @@ msgid "Vehicles Services Logs" msgstr "Евиденција на сервиси на возилото" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Трошоци на возило" @@ -2012,3 +2005,23 @@ msgstr "прикажи ги записите за километража на о #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "Прикажи ја историјата на сервиси на оваа возило" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Кликнете за креирање на нов дневник за гориво. \n" +#~ "

    \n" +#~ " Тука може да ги додадете записите за точење на гориво за " +#~ "сите возила.\n" +#~ "Може да ги филтрирате дневниците за одделно возило со користење на полето " +#~ "пребарај.

    \n" +#~ " " diff --git a/addons/fleet/i18n/mn.po b/addons/fleet/i18n/mn.po index 67bd13de3d9..276783c2cb0 100644 --- a/addons/fleet/i18n/mn.po +++ b/addons/fleet/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1164,6 +1164,11 @@ msgstr "" msgid "Models" msgstr "Модел" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1774,11 +1779,6 @@ msgstr "Тээврийн хэрэгсэл" msgid "Vehicle Costs" msgstr "Тээврийн хэрэгслийн өртөг" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1844,8 +1844,9 @@ msgid "Vehicles Services Logs" msgstr "Тээврийн Хэрэгслийн Үйлчилгээний Түүх" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Тээврийн хэрэгслийн үнэ" diff --git a/addons/fleet/i18n/nl.po b/addons/fleet/i18n/nl.po index 65263e4b639..5e8d8edf330 100644 --- a/addons/fleet/i18n/nl.po +++ b/addons/fleet/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-27 11:54+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:49+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:34+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -99,7 +99,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -141,7 +141,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -167,7 +167,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -208,7 +208,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -228,8 +228,8 @@ msgstr "" " contracten, onderhoud, vaste en terugkerende kosten,\n" " kilometerstanden en brandstof verbruik per voertuig.\n" "

    \n" -" Odoo waarschuwt u waneer diensten of contracten\n" -" will warn you when services or contract have to be renewed.\n" +" Odoo waarschuwt u wanneer diensten of contracten\n" +" vernieuwd dienen te worden. \n" "

    \n" " " @@ -1277,6 +1277,11 @@ msgstr "Model: van '%s' tto '%s'" msgid "Models" msgstr "Modellen" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "Maand" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1892,11 +1897,6 @@ msgstr "Voertuig" msgid "Vehicle Costs" msgstr "Voertuig kosten" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "Voertuig kosten maand" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1962,8 +1962,9 @@ msgid "Vehicles Services Logs" msgstr "Voertuig onderhoud logboek" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Voertuig kosten" @@ -2083,3 +2084,48 @@ msgstr "Toon de kilometerteller logs van dit voertuig" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "Toon de service log van dit voertuig" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Klik om een nieuwe brandstof log te maken. \n" +#~ "

    \n" +#~ " Hier kunt u tankbeurt informatie voor alle voertuigen " +#~ "maken,\n" +#~ " U kunt ook filteren op een bepaalde voertuig met het zoek " +#~ "veld.\n" +#~ "

    \n" +#~ " " + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new odometer log. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Here you can add various odometer entries for all vehicles.\n" +#~ " You can also show odometer value for a particular vehicle " +#~ "using\n" +#~ " the search field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Klik voor het aanmaken van een kilometerregistratie. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Hier kunt de verschillende kilometerstanden voor alle " +#~ "voertuigen invoeren.\n" +#~ " U kunt ook de kilometerstand van een bepaald voertuig " +#~ "bekijken door gebruik\n" +#~ " te maken van het zoekveld.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/nl_BE.po b/addons/fleet/i18n/nl_BE.po index 60652d293e4..31455c1579b 100644 --- a/addons/fleet/i18n/nl_BE.po +++ b/addons/fleet/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/pl.po b/addons/fleet/i18n/pl.po index b5d5fec5cdf..f5780e97965 100644 --- a/addons/fleet/i18n/pl.po +++ b/addons/fleet/i18n/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-14 17:43+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-15 07:46+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: fleet @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,14 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Kliknij aby utworzyć nowy rejestr paliwa.\n" -"

    \n" -" Tu możesz dodać pozycje tankowania dla wszystkich pojazdów.\n" -" Możesz również filtrować rejestr dla poszczególnego pojazdu\n" -" używając pola wyszukiwania.\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -116,7 +108,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -126,23 +118,12 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Kliknij aby utworzyć nowy rejestr przebytej drogi.\n" -"

    \n" -"

    \n" -" Tu możesz dodawać rozmaite wskazania drogomierza dla " -"wszystkich pojazdów.\n" -" Możesz również pokazać wskazania drogomierza wybranego " -"pojazdu\n" -" przez pole szukania.\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -174,7 +155,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1219,6 +1200,11 @@ msgstr "Model: od '%s' do '%s'" msgid "Models" msgstr "Modele" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1834,11 +1820,6 @@ msgstr "Pojazd" msgid "Vehicle Costs" msgstr "Koszty pojazdu" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "Koszt miesięczny pojazdu" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1904,8 +1885,9 @@ msgid "Vehicles Services Logs" msgstr "Rejestr obsługi serwisowej pojazdów" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Koszty pojazdów" @@ -2025,3 +2007,50 @@ msgstr "pokazuje rejestr drogomierza dla tego pojazdu" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "pokazuje rejestr obsługi pojazdu" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Kliknij aby utworzyć nowy rejestr paliwa.\n" +#~ "

    \n" +#~ " Tu możesz dodać pozycje tankowania dla wszystkich pojazdów.\n" +#~ " Możesz również filtrować rejestr dla poszczególnego pojazdu\n" +#~ " używając pola wyszukiwania.\n" +#~ "

    \n" +#~ " " + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new odometer log. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Here you can add various odometer entries for all vehicles.\n" +#~ " You can also show odometer value for a particular vehicle " +#~ "using\n" +#~ " the search field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Kliknij aby utworzyć nowy rejestr przebytej drogi.\n" +#~ "

    \n" +#~ "

    \n" +#~ " Tu możesz dodawać rozmaite wskazania drogomierza dla " +#~ "wszystkich pojazdów.\n" +#~ " Możesz również pokazać wskazania drogomierza wybranego " +#~ "pojazdu\n" +#~ " przez pole szukania.\n" +#~ "

    \n" +#~ " " + +#~ msgid "Vehicle Costs Month" +#~ msgstr "Koszt miesięczny pojazdu" diff --git a/addons/fleet/i18n/pt.po b/addons/fleet/i18n/pt.po index 3e76ae9c075..54b1599007c 100644 --- a/addons/fleet/i18n/pt.po +++ b/addons/fleet/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 18:27+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: fleet @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,14 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Clicar para criar um novo registo de combustível. \n" -"

    \n" -" Aqui pode adicionar entradas de reabastecimento para todos " -"os veículos. Pode ainda filtrar registos de um veículo em particular usando " -"o campo de pesquisa.\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -116,7 +108,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -131,7 +123,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -163,7 +155,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1204,6 +1196,11 @@ msgstr "Modelo: de '%s' a '%s'" msgid "Models" msgstr "Modelos" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1819,11 +1816,6 @@ msgstr "Veículo" msgid "Vehicle Costs" msgstr "Custos com os veículos" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1889,8 +1881,9 @@ msgid "Vehicles Services Logs" msgstr "Registos de manutenção de veículos" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Custos do veículo" @@ -2010,3 +2003,23 @@ msgstr "mostrar os registos de quilometragem para este veículo" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "mostrar os registos de serviço deste veículo" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Clicar para criar um novo registo de combustível. \n" +#~ "

    \n" +#~ " Aqui pode adicionar entradas de reabastecimento para todos " +#~ "os veículos. Pode ainda filtrar registos de um veículo em particular usando " +#~ "o campo de pesquisa.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/pt_BR.po b/addons/fleet/i18n/pt_BR.po index 662587cd288..448182ed88e 100644 --- a/addons/fleet/i18n/pt_BR.po +++ b/addons/fleet/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 03:26+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:47+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: fleet @@ -47,7 +47,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -76,7 +76,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -85,15 +85,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Clique para criar um novo registro de combustível. \n" -"

    \n" -" Aqui você pode adicionar registros de abastecimento para " -"todos os veículos. Você pode\n" -" também filtrar registros para um veículo em particular " -"usando o campo de busca. \n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -118,7 +109,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -128,23 +119,12 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Clique para criar um novo log odômetro. \n" -" \n" -"

    \n" -" Aqui você pode adicionar várias entradas hodômetro para " -"todos os veículos.\n" -" Você também pode mostrar valor hodômetro de um veículo " -"particular, usando\n" -" campo de pesquisa.\n" -" \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -176,7 +156,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1223,6 +1203,11 @@ msgstr "Modelo: de '%s' até '%s'" msgid "Models" msgstr "Modelos" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1838,11 +1823,6 @@ msgstr "Veículo" msgid "Vehicle Costs" msgstr "Gastos com veiculo" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "Gastos Mensais do Veículo" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1908,8 +1888,9 @@ msgid "Vehicles Services Logs" msgstr "Registro dos Serviços do Veículo" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Custos dos veiculos" @@ -2032,3 +2013,51 @@ msgstr "Mostrar o registro do odometro para este veículo" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "Mostrar os logs de serviço para este veículo" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Clique para criar um novo registro de combustível. \n" +#~ "

    \n" +#~ " Aqui você pode adicionar registros de abastecimento para " +#~ "todos os veículos. Você pode\n" +#~ " também filtrar registros para um veículo em particular " +#~ "usando o campo de busca. \n" +#~ "

    \n" +#~ " " + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new odometer log. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Here you can add various odometer entries for all vehicles.\n" +#~ " You can also show odometer value for a particular vehicle " +#~ "using\n" +#~ " the search field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Clique para criar um novo log odômetro. \n" +#~ " \n" +#~ "

    \n" +#~ " Aqui você pode adicionar várias entradas hodômetro para " +#~ "todos os veículos.\n" +#~ " Você também pode mostrar valor hodômetro de um veículo " +#~ "particular, usando\n" +#~ " campo de pesquisa.\n" +#~ " \n" +#~ " " + +#~ msgid "Vehicle Costs Month" +#~ msgstr "Gastos Mensais do Veículo" diff --git a/addons/fleet/i18n/ro.po b/addons/fleet/i18n/ro.po index 2017f83016a..27a868a0030 100644 --- a/addons/fleet/i18n/ro.po +++ b/addons/fleet/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,15 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Dați clic pentru a crea o nouă alimentare de carburant. \n" -"

    \n" -" Aici puteți să adaugați înregistrări ale alimentarilor " -"pentru toate vehiculele. De asemenea, puteți să\n" -" filtrați alimentările unui anumit vehicule folosind câmpul " -"de căutare.\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -117,7 +108,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -132,7 +123,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -164,7 +155,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1211,6 +1202,11 @@ msgstr "Model: de la '%s' la '%s'" msgid "Models" msgstr "Modele" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1828,11 +1824,6 @@ msgstr "Vehicul" msgid "Vehicle Costs" msgstr "Costuri Vehicul" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1898,8 +1889,9 @@ msgid "Vehicles Services Logs" msgstr "Servicii Vehicule" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Costuri vehicule" @@ -2019,3 +2011,24 @@ msgstr "arată registrele de kilometraj pentru acest vehicul" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "arata registrele de service pentru acest vehicul" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Dați clic pentru a crea o nouă alimentare de carburant. \n" +#~ "

    \n" +#~ " Aici puteți să adaugați înregistrări ale alimentarilor " +#~ "pentru toate vehiculele. De asemenea, puteți să\n" +#~ " filtrați alimentările unui anumit vehicule folosind câmpul " +#~ "de căutare.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/ru.po b/addons/fleet/i18n/ru.po index 34fde7b6840..735058cd2e4 100644 --- a/addons/fleet/i18n/ru.po +++ b/addons/fleet/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1772,11 +1777,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "Транспортные расходы" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1842,8 +1842,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/sl.po b/addons/fleet/i18n/sl.po index 9eb9f69c5ec..3863e9c0902 100644 --- a/addons/fleet/i18n/sl.po +++ b/addons/fleet/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1162,6 +1162,11 @@ msgstr "" msgid "Models" msgstr "Modeli" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1772,11 +1777,6 @@ msgstr "Vozilo" msgid "Vehicle Costs" msgstr "Stroški vozila" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1842,8 +1842,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/sv.po b/addons/fleet/i18n/sv.po index 9489b1fd47d..699a92b9dfc 100644 --- a/addons/fleet/i18n/sv.po +++ b/addons/fleet/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -42,7 +42,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -71,7 +71,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -112,7 +112,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -137,7 +137,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1161,6 +1161,11 @@ msgstr "" msgid "Models" msgstr "" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1771,11 +1776,6 @@ msgstr "" msgid "Vehicle Costs" msgstr "" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1841,8 +1841,9 @@ msgid "Vehicles Services Logs" msgstr "" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "" diff --git a/addons/fleet/i18n/tr.po b/addons/fleet/i18n/tr.po index 51db49aaf16..18a6213c24b 100644 --- a/addons/fleet/i18n/tr.po +++ b/addons/fleet/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,16 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" Yeni bir yakıt günlüğü oluşturmak için tıklayın. \n" -"

    \n" -" Burada bütün araçlarınız için yakıt alma kayıtlarını " -"ekleyebilirsiniz.\n" -" Ayrıca, arama alanını kullanarak belirli bir araça ait " -"günlükleri\n" -" süzebilirsiniz.\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -118,7 +108,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -133,7 +123,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -165,7 +155,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1210,6 +1200,11 @@ msgstr "Model: den '%s' to '%s'" msgid "Models" msgstr "Modeller" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1825,11 +1820,6 @@ msgstr "Araç" msgid "Vehicle Costs" msgstr "Araç Maliyetleri" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1895,8 +1885,9 @@ msgid "Vehicles Services Logs" msgstr "Araçlar Hizmet Kayıtları" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "Araç maliyetler" @@ -2016,3 +2007,25 @@ msgstr "bu araç için kilometre sayacı kayıtlarını göster" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "Bu araç için hizmet günlükleri göster" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " Yeni bir yakıt günlüğü oluşturmak için tıklayın. \n" +#~ "

    \n" +#~ " Burada bütün araçlarınız için yakıt alma kayıtlarını " +#~ "ekleyebilirsiniz.\n" +#~ " Ayrıca, arama alanını kullanarak belirli bir araça ait " +#~ "günlükleri\n" +#~ " süzebilirsiniz.\n" +#~ "

    \n" +#~ " " diff --git a/addons/fleet/i18n/zh_CN.po b/addons/fleet/i18n/zh_CN.po index a3ce38eea48..caccdfdd540 100644 --- a/addons/fleet/i18n/zh_CN.po +++ b/addons/fleet/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: fleet #: code:addons/fleet/fleet.py:387 @@ -46,7 +46,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_contract_act msgid "" "

    \n" -" Click to create a new contract. \n" +" Click to create a new contract.\n" "

    \n" " Manage all your contracts (leasing, insurances, etc.) with\n" " their related services, costs. Odoo will automatically warn\n" @@ -75,7 +75,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_fuel_act msgid "" "

    \n" -" Click to create a new fuel log. \n" +" Click to create a new fuel log.\n" "

    \n" " Here you can add refuelling entries for all vehicles. You " "can\n" @@ -84,13 +84,6 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" 点击创建一个新的加油日志。 \n" -"

    \n" -" 在这里,你可以添加条目为所有车辆添加加油日志。\n" -"\t\t您也可以使用搜索领域的特殊车辆过滤加油日志。\n" -"\t\t

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_model_act @@ -114,7 +107,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_odometer_act msgid "" "

    \n" -" Click to create a new odometer log. \n" +" Click to create a new odometer log.\n" "

    \n" "

    \n" " Here you can add various odometer entries for all vehicles.\n" @@ -124,20 +117,12 @@ msgid "" "

    \n" " " msgstr "" -"

    \n" -" 点击创建一个新的里程记录 \n" -"

    \n" -"

    \n" -" 这里可以为所有车辆添加不同的里程记录.\n" -" 你也能使用 搜索字段为部分车辆展示里程记录值 。\n" -"

    \n" -" " #. module: fleet #: model:ir.actions.act_window,help:fleet.fleet_vehicle_log_services_act msgid "" "

    \n" -" Click to create a new service entry. \n" +" Click to create a new service entry.\n" "

    \n" " Odoo helps you keeping track of all the services done\n" " on your vehicle. Services can be of many type: occasional\n" @@ -167,7 +152,7 @@ msgstr "" #: model:ir.actions.act_window,help:fleet.fleet_vehicle_act msgid "" "

    \n" -" Click to create a new vehicle. \n" +" Click to create a new vehicle.\n" "

    \n" " You will be able to manage your fleet by keeping track of " "the\n" @@ -1197,6 +1182,11 @@ msgstr "型号:从'%s'到'%s'" msgid "Models" msgstr "型号" +#. module: fleet +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +msgid "Month" +msgstr "" + #. module: fleet #: selection:fleet.vehicle.log.contract,cost_frequency:0 msgid "Monthly" @@ -1807,11 +1797,6 @@ msgstr "车辆" msgid "Vehicle Costs" msgstr "车辆成本" -#. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search -msgid "Vehicle Costs Month" -msgstr "" - #. module: fleet #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search msgid "Vehicle Costs by Month" @@ -1877,8 +1862,9 @@ msgid "Vehicles Services Logs" msgstr "车辆服务日志" #. module: fleet -#: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_report #: view:fleet.vehicle.cost:fleet.fleet_vehicle_costs_search +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_effective_costs_report +#: view:fleet.vehicle.cost:fleet.fleet_vehicle_indicative_costs_report #: view:fleet.vehicle.model:fleet.fleet_vehicle_model_search msgid "Vehicles costs" msgstr "车辆费用" @@ -1998,3 +1984,43 @@ msgstr "显示辆车的里程表日志" #: view:fleet.vehicle:fleet.fleet_vehicle_form msgid "show the services logs for this vehicle" msgstr "显示该车辆的服务日志" + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new fuel log. \n" +#~ "

    \n" +#~ " Here you can add refuelling entries for all vehicles. You " +#~ "can\n" +#~ " also filter logs of a particular vehicle using the search\n" +#~ " field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " 点击创建一个新的加油日志。 \n" +#~ "

    \n" +#~ " 在这里,你可以添加条目为所有车辆添加加油日志。\n" +#~ "\t\t您也可以使用搜索领域的特殊车辆过滤加油日志。\n" +#~ "\t\t

    \n" +#~ " " + +#~ msgid "" +#~ "

    \n" +#~ " Click to create a new odometer log. \n" +#~ "

    \n" +#~ "

    \n" +#~ " Here you can add various odometer entries for all vehicles.\n" +#~ " You can also show odometer value for a particular vehicle " +#~ "using\n" +#~ " the search field.\n" +#~ "

    \n" +#~ " " +#~ msgstr "" +#~ "

    \n" +#~ " 点击创建一个新的里程记录 \n" +#~ "

    \n" +#~ "

    \n" +#~ " 这里可以为所有车辆添加不同的里程记录.\n" +#~ " 你也能使用 搜索字段为部分车辆展示里程记录值 。\n" +#~ "

    \n" +#~ " " diff --git a/addons/gamification/i18n/de.po b/addons/gamification/i18n/de.po index 75954b7eb3a..d3377698955 100644 --- a/addons/gamification/i18n/de.po +++ b/addons/gamification/i18n/de.po @@ -7,54 +7,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-22 17:28+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 08:52+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:25+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
    Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." +"\n" +"

    Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

    \n" +"\n" +" % if object.comment\n" +"

    ${object.comment}

    \n" +" % endif\n" +" " msgstr "" -"
    Es ist niemandem gelungen die gesetzten Ziele zu erreichen, es wurde " -"deshalb keine Auszeichnung für diese Zielvorgabe vergeben." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
    Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" -"
    Der Preis (badge %s) für jeden erfolgreichen Benutzer wurde gesendet an " -"%s." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
    Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" -msgstr "" -"
    Für die erfolgreichsten Teilnehmer des Wettbewerbs, wurden spezielle " -"Preise vergeben. Die Rangfolge ist wie folgt:" +"\n" +"

    Herzlichen Glückwunsch, wir zeichnen Sie aus als " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" Diese Auszeichnung wurde verleihen " +"von${object.sender_id.name}.\n" +" % endif\n" +"

    \n" +"\n" +" % if object.comment\n" +"

    ${object.comment}

    \n" +" % endif\n" +" " #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
    \n" +"\n" +"
    \n" " Reminder ${object.name}\n" "
    \n" " \n" @@ -64,18 +62,22 @@ msgid "" "it.

    \n" " " msgstr "" -"
    \n" +"\n" +"
    \n" " Erinnerung ${object.name}\n" "
    \n" " \n" -"

    Sie haben seit ${object.remind_update_delay} Tagen keinen Fortschritt " -"für dieses Ziel ${object.definition_id.name} (aktueller Stand " -"${object.completeness}%) dokumentiert. Bitte nicht vergessen.

    \n" +"

    Sie haben seit mindestens ${object.remind_update_delay} Tagen keine " +"Aktualisierung mehr für die Erreichung des Ziels " +"${object.definition_id.name} vorgenommen. Der aktuelle Stand ist " +"${object.completeness}%). Bitte vergessen Sie diese Zielvereinbarung " +"nicht.

    \n" " " #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
    \n" " ${object.name}\n" "
    \n" @@ -91,10 +93,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -123,10 +126,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +"\n" "
\n" " ${object.name}\n" "
\n" -"

Mit der folgenden Nachricht erhalten Sie den aktuellen " -"Stand für die Zielvorgabe ${object.name}

\n" +"

Dies ist der aktuelle Stand bei der Zielvereinbarung " +"${object.name}

\n" "\n" "% if object.visibility_mode == 'personal':\n" " \n" " \n" " \n" -" \n" +" \n" " \n" -" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -208,12 +215,45 @@ msgstr "" " % endfor\n" "
ZielZielerreichungEinzelzielAktuellVollständigkeitZielerreichung
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -187,15 +193,16 @@ msgstr "" "
#PersonVollständigkeitMitarbeiterZielerreichungAktuell
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" +"
Es ist niemandem gelungen die gesetzten Ziele zu erreichen, es wurde " +"deshalb keine Auszeichnung für diese Zielvorgabe vergeben." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" +"
Der Preis (badge %s) für jeden erfolgreichen Benutzer wurde gesendet an " +"%s." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" +"
Für die erfolgreichsten Teilnehmer des Wettbewerbs, wurden spezielle " +"Preise vergeben. Die Rangfolge ist wie folgt:" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -259,6 +299,19 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Klicken Sie um eine Zielvorgabe zu definieren. \n" +"

\n" +"

\n" +" Weisen Sie bestimmten Benutzern eine Liste von " +"Einzelzielen zu, und bewerten Sie die Zielerreichung.\n" +" Für die automatische Generierung der Einzelziele kann in " +"der Zielvorgabe mit verschiedenen Zeithorizonten gearbeitet werden " +"(monatlich, wöchentlich,...).\n" +" Die Ziele können für bestimmte User oder " +"Gruppenmitglieder definiert werden.\n" +"

\n" +" " #. module: gamification #: model:ir.actions.act_window,help:gamification.goal_definition_list_action @@ -327,35 +380,6 @@ msgstr "" "

\n" " " -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" -"

Herzlichen Glückwunsch, Sie haben die Auszeichnung " -"${object.badge_id.name} erhalten !\n" -" % if object.sender_id\n" -" Diese Auszeichnung wurde von " -"${object.sender_id.name} verliehen.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -500,7 +524,7 @@ msgid "Can not grant" msgstr "Kann nicht vergeben werden." #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "" @@ -569,7 +593,7 @@ msgstr "" #: model:ir.actions.act_window,name:gamification.challenge_list_action #: model:ir.ui.menu,name:gamification.gamification_challenge_menu msgid "Challenges" -msgstr "" +msgstr "Zielvereinbarung" #. module: gamification #: help:gamification.badge,rule_max:0 @@ -620,11 +644,6 @@ msgstr "Berechnungsmodus" msgid "Condition" msgstr "Bedingung" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "Zielvorgabe anlegen" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -638,6 +657,9 @@ msgid "" "not connect to the system. You can assign them groups in order to give them " "specific access to the applications they need to use in the system." msgstr "" +"Erstellen und verwalten Sie Benutzer und deren Berechtigungen. Benutzer " +"können zeitweise deaktiviert werden. Sie können ausserdem Gruppen zuweisen, " +"um den Zugriff auf Anwendungen zu steuern." #. module: gamification #: field:gamification.badge.user,create_date:0 @@ -672,7 +694,6 @@ msgid "Creator" msgstr "Verfasser" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "Aktuell" @@ -786,6 +807,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "Erledigt" @@ -804,9 +826,9 @@ msgid "End Date" msgstr "Endet am" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "Fehler!" @@ -1159,7 +1181,12 @@ msgid "Individual Goals" msgstr "Individuelle Ziele" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "Vererbte Models" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -1364,7 +1391,7 @@ msgid "No one, assigned through challenges" msgstr "Niemand, Zuordnung erfolgt durch die Zielvorgabe" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1422,11 +1449,6 @@ msgstr "Empfänger" msgid "Participating" msgstr "Teilnehmer" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "Erfolgreich" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1557,7 +1579,7 @@ msgid "Responsible" msgstr "Verantwortlich" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1596,6 +1618,11 @@ msgstr "ausgezeichnet von" msgid "Rewards for challenges" msgstr "Belohnungen für Zielvorgaben" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "Laufend" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1680,6 +1707,11 @@ msgstr "Wählen Sie Ihre Zeitzone aus" msgid "Setup your Company" msgstr "Richten Sie Ihre Firma ein" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "Starte Zielvereinbarung" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1759,7 +1791,7 @@ msgid "The action that will be called to update the goal value." msgstr "Diese Aktion wird ausgeführt, um den Zielwert zu aktualisieren." #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "Die Zielvorgabe ist zu %s erfüllt." @@ -1795,7 +1827,7 @@ msgstr "" "Datum auch als Startdatum für das Einzelziel." #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1953,7 +1985,7 @@ msgid "These goals will not be recomputed." msgstr "Diese Ziele können nicht wiederverwendet werden." #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "Diese Auszeichnung kann nicht von den Benutzern vergeben werden." @@ -2002,7 +2034,7 @@ msgid "Update" msgstr "Aktualsierung" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "aktualisieren %s" @@ -2027,10 +2059,10 @@ msgid "Users" msgstr "Benutzer" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -2069,7 +2101,7 @@ msgid "Yearly" msgstr "Jährlich" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "Sie haben keine Berechtigung" @@ -2086,13 +2118,13 @@ msgid "You can still grant" msgstr "Sie können noch Auszeichnungen vergeben" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "Sie haben die erforderlichen Auszeichnungen erhalten." #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "" diff --git a/addons/gamification/i18n/es.po b/addons/gamification/i18n/es.po index 3a98189ba32..44e767cdfb7 100644 --- a/addons/gamification/i18n/es.po +++ b/addons/gamification/i18n/es.po @@ -7,53 +7,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-29 13:04+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 09:16+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" -"
Nadie ha conseguido alcanzar todas las metas, por lo que no se dará a " -"nadie la insignia por este desafío." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" -"
La recompensa con la (insignia %s) para cada usuario exitoso fue " -"enviada a %s." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" -msgstr "" -"
Las recompensas especiales se enviaron a los usuarios más competitivos. " -"La clasificación para este desafío es:" +"\n" +"

Enhorabuena, ha recibido la insignia " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" Está insignia fue concedida por " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -63,19 +62,20 @@ msgid "" "it.

\n" " " msgstr "" -"
\n" +"\n" +"
\n" " Recordatorio ${object.name}\n" "
\n" " \n" "

No ha actualizado su progreso para el objetivo " -"${object.definition_id.name} (actualmente completado al " -"${object.completeness}%) durante al menos ${object.remind_update_delay} " -"días. No olvide hacerlo.

\n" +"${object.definition_id.name} (currently reached at ${object.completeness}%) " +"durante al menos ${object.remind_update_delay} días. No olvide hacerlo.

\n" " " #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -91,10 +91,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -123,10 +124,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +"\n" "
\n" " ${object.name}\n" "
\n" -"

Este mensaje contiene su progreso actual para el " -"desafío ${object.name}

\n" +"

El siguiente mensaje contiene el progreso actual para " +"el desafío ${object.name}

\n" "\n" "% if object.visibility_mode == 'personal':\n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -208,12 +213,45 @@ msgstr "" " % endfor\n" "
ObjetivoValor objetivoValor actualPorc. de finalizaciónActualCompletitud
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -188,14 +192,15 @@ msgstr "" "
#PersonaPorc. de finalizaciónCompletitudActual
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" +"
Nadie ha conseguido alcanzar todas las metas, por lo que no se dará a " +"nadie la insignia por este desafío." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" +"
La recompensa con la (insignia %s) para cada usuario exitoso fue " +"enviada a %s." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" +"
Las recompensas especiales se enviaron a los usuarios más competitivos. " +"La clasificación para este desafío es:" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -335,35 +373,6 @@ msgstr "" "

\n" " " -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" -"

¡Enhorabuena, ha recibido la insignia " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" Esta insignia ha sido concedida por " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -507,7 +516,7 @@ msgid "Can not grant" msgstr "No se puede conceder" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "No se puede modificar la configuración de un objetivo iniciado" @@ -626,11 +635,6 @@ msgstr "Modo de cálculo" msgid "Condition" msgstr "Condición" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "Configurar desafío" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -682,7 +686,6 @@ msgid "Creator" msgstr "Autor" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "Actual" @@ -793,6 +796,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "Realizado" @@ -811,9 +815,9 @@ msgid "End Date" msgstr "Fecha final" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "Error" @@ -1163,7 +1167,12 @@ msgid "Individual Goals" msgstr "Objetivos individuales" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "Modelos heredados" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -1368,7 +1377,7 @@ msgid "No one, assigned through challenges" msgstr "Nadie asignado a lo largo de los desafíos" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1425,11 +1434,6 @@ msgstr "Propietarios" msgid "Participating" msgstr "Participando" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "Aprobado" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1560,7 +1564,7 @@ msgid "Responsible" msgstr "Responsable" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1597,6 +1601,11 @@ msgstr "Recompensado por" msgid "Rewards for challenges" msgstr "Recompensas de desafíos" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "En ejecución" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1681,6 +1690,11 @@ msgstr "Establezca su zona horaria" msgid "Setup your Company" msgstr "Configure su compañía" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "Comenzar desafío" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1760,7 +1774,7 @@ msgid "The action that will be called to update the goal value." msgstr "La acción que será llamada para actualizar el valor objetivo." #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "El desafío %s está finalizado." @@ -1794,7 +1808,7 @@ msgstr "" "establece periodicidad, se usará esta fecha como fecha de inicio." #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1948,7 +1962,7 @@ msgid "These goals will not be recomputed." msgstr "Estos objetivos no serán recalculados." #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "Esta insignia no puede ser enviada por los usuarios." @@ -1996,7 +2010,7 @@ msgid "Update" msgstr "Actualizar" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "Actualizar %s" @@ -2021,10 +2035,10 @@ msgid "Users" msgstr "Usuarios" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -2063,7 +2077,7 @@ msgid "Yearly" msgstr "Anualmente" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "No está en la lista de autorizados." @@ -2080,13 +2094,13 @@ msgid "You can still grant" msgstr "Aún puede conceder" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "No tiene las insignias requeridas." #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "Ha enviado demasiadas veces esta insignia demasiadas veces este mes." diff --git a/addons/gamification/i18n/hr.po b/addons/gamification/i18n/hr.po index 1637994fec8..4bc5765b5e3 100644 --- a/addons/gamification/i18n/hr.po +++ b/addons/gamification/i18n/hr.po @@ -7,47 +7,39 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 11:05+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -61,6 +53,7 @@ msgstr "" #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -76,10 +69,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -108,10 +102,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -205,23 +227,6 @@ msgid "" " " msgstr "" -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -359,7 +364,7 @@ msgid "Can not grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "" @@ -474,11 +479,6 @@ msgstr "" msgid "Condition" msgstr "" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -526,7 +526,6 @@ msgid "Creator" msgstr "" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "" @@ -628,6 +627,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "" @@ -646,9 +646,9 @@ msgid "End Date" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "" @@ -985,7 +985,12 @@ msgid "Individual Goals" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -1188,7 +1193,7 @@ msgid "No one, assigned through challenges" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1243,11 +1248,6 @@ msgstr "" msgid "Participating" msgstr "" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1373,7 +1373,7 @@ msgid "Responsible" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1409,6 +1409,11 @@ msgstr "" msgid "Rewards for challenges" msgstr "" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1491,6 +1496,11 @@ msgstr "" msgid "Setup your Company" msgstr "" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1570,7 +1580,7 @@ msgid "The action that will be called to update the goal value." msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "" @@ -1600,7 +1610,7 @@ msgid "" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1735,7 +1745,7 @@ msgid "These goals will not be recomputed." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "" @@ -1782,7 +1792,7 @@ msgid "Update" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "" @@ -1807,10 +1817,10 @@ msgid "Users" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1846,7 +1856,7 @@ msgid "Yearly" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "" @@ -1863,13 +1873,13 @@ msgid "You can still grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "" diff --git a/addons/gamification/i18n/it.po b/addons/gamification/i18n/it.po index 468343706d8..c0947b45702 100644 --- a/addons/gamification/i18n/it.po +++ b/addons/gamification/i18n/it.po @@ -7,47 +7,51 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-05 15:05+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 12:14+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-06 08:25+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" +"\n" +"

Congratulazioni, hai ricevuto il badge " +"${object.badge_id.name} !\n" +"% if object.sender_id\n" +"Questo badge è stato concesso da ${object.sender_id.name}.\n" +"% endif\n" +"

\n" +"\n" +"% if object.comment\n" +"

${object.comment}

\n" +"% endif\n" +" " #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -61,6 +65,7 @@ msgstr "" #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -76,10 +81,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -108,10 +114,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -205,27 +239,10 @@ msgid "" " " msgstr "" -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" -msgstr "" +msgstr ">=" #. module: gamification #: help:gamification.goal.definition,condition:0 @@ -242,27 +259,27 @@ msgstr "" #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard msgid "Accept" -msgstr "" +msgstr "Accetta" #. module: gamification #: field:gamification.goal.definition,action_id:0 msgid "Action" -msgstr "" +msgstr "Azione" #. module: gamification #: field:gamification.badge,active:0 msgid "Active" -msgstr "" +msgstr "Attivo" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "Advanced Options" -msgstr "" +msgstr "Opzioni Avanzate" #. module: gamification #: field:gamification.badge,rule_auth:0 msgid "Allowance to Grant" -msgstr "" +msgstr "Indennita di concessione" #. module: gamification #: help:gamification.challenge,user_domain:0 @@ -272,32 +289,32 @@ msgstr "" #. module: gamification #: field:gamification.challenge,category:0 msgid "Appears in" -msgstr "" +msgstr "Appare in" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "Assign Challenge To" -msgstr "" +msgstr "Assegna sfida a" #. module: gamification #: field:gamification.badge,rule_auth_user_ids:0 msgid "Authorized Users" -msgstr "" +msgstr "Utenti autorizzati" #. module: gamification #: selection:gamification.goal.definition,computation_mode:0 msgid "Automatic: execute a specific Python code" -msgstr "" +msgstr "Automatico: esegui codice specifico Python" #. module: gamification #: selection:gamification.goal.definition,computation_mode:0 msgid "Automatic: number of records" -msgstr "" +msgstr "Automatico: numero di record" #. module: gamification #: selection:gamification.goal.definition,computation_mode:0 msgid "Automatic: sum on a field" -msgstr "" +msgstr "Automatico: somma di un campo" #. module: gamification #: view:gamification.badge:gamification.badge_form_view @@ -305,34 +322,34 @@ msgstr "" #: field:gamification.badge.user,badge_id:0 #: field:gamification.badge.user.wizard,badge_id:0 msgid "Badge" -msgstr "" +msgstr "Badge" #. module: gamification #: view:gamification.badge:gamification.badge_form_view msgid "Badge Description" -msgstr "" +msgstr "Descrizione badge" #. module: gamification #: model:mail.message.subtype,description:gamification.mt_badge_granted #: model:mail.message.subtype,name:gamification.mt_badge_granted msgid "Badge Granted" -msgstr "" +msgstr "Badge concesso" #. module: gamification #: view:gamification.badge:gamification.badge_list_view msgid "Badge List" -msgstr "" +msgstr "Lista badge" #. module: gamification #: field:gamification.badge.user,badge_name:0 msgid "Badge Name" -msgstr "" +msgstr "Nome Badge" #. module: gamification #: model:ir.actions.act_window,name:gamification.badge_list_action #: model:ir.ui.menu,name:gamification.gamification_badge_menu msgid "Badges" -msgstr "" +msgstr "Badge" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view @@ -346,7 +363,7 @@ msgstr "" #. module: gamification #: field:gamification.goal.definition,batch_mode:0 msgid "Batch Mode" -msgstr "" +msgstr "Modalità batch" #. module: gamification #: model:gamification.badge,name:gamification.badge_idea @@ -356,10 +373,10 @@ msgstr "" #. module: gamification #: view:gamification.badge:gamification.badge_kanban_view msgid "Can not grant" -msgstr "" +msgstr "Non è possibile concederlo" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "" @@ -368,50 +385,50 @@ msgstr "" #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current msgid "Cancel" -msgstr "" +msgstr "Annulla" #. module: gamification #: selection:gamification.goal,state:0 msgid "Canceled" -msgstr "" +msgstr "Annullato" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "Category" -msgstr "" +msgstr "Categoria" #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard #: field:gamification.challenge.line,challenge_id:0 #: field:gamification.goal,challenge_id:0 msgid "Challenge" -msgstr "" +msgstr "Sfida" #. module: gamification #: model:ir.actions.act_window,name:gamification.challenge_wizard msgid "Challenge Description" -msgstr "" +msgstr "Descrizione sfida" #. module: gamification #: field:gamification.goal,line_id:0 msgid "Challenge Line" -msgstr "" +msgstr "Riga sfida" #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard #: view:gamification.challenge.line:gamification.challenge_line_list_view msgid "Challenge Lines" -msgstr "" +msgstr "Righe sfida" #. module: gamification #: field:gamification.challenge,name:0 msgid "Challenge Name" -msgstr "" +msgstr "Nome sfida" #. module: gamification #: field:gamification.badge.user,challenge_id:0 msgid "Challenge originating" -msgstr "" +msgstr "Origine sfida" #. module: gamification #: help:gamification.goal,challenge_id:0 @@ -425,7 +442,7 @@ msgstr "" #: model:ir.actions.act_window,name:gamification.challenge_list_action #: model:ir.ui.menu,name:gamification.gamification_challenge_menu msgid "Challenges" -msgstr "" +msgstr "Sfide" #. module: gamification #: help:gamification.badge,rule_max:0 @@ -440,18 +457,18 @@ msgstr "" #. module: gamification #: field:gamification.goal,closed:0 msgid "Closed goal" -msgstr "" +msgstr "Obiettivi chiusi" #. module: gamification #: field:gamification.badge.user,comment:0 #: field:gamification.badge.user.wizard,comment:0 msgid "Comment" -msgstr "" +msgstr "Commento" #. module: gamification #: model:gamification.challenge,name:gamification.challenge_base_discover msgid "Complete your Profile" -msgstr "" +msgstr "Completa il tuo profilo" #. module: gamification #: field:gamification.goal,completeness:0 @@ -462,27 +479,22 @@ msgstr "" #: view:gamification.goal.definition:gamification.goal_definition_search_view #: field:gamification.goal.definition,computation_mode:0 msgid "Computation Mode" -msgstr "" +msgstr "Modalità di calcolo" #. module: gamification #: field:gamification.goal,computation_mode:0 msgid "Computation mode" -msgstr "" +msgstr "Modalità di calcolo" #. module: gamification #: field:gamification.challenge.line,condition:0 msgid "Condition" -msgstr "" - -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "" +msgstr "Condizione" #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" -msgstr "" +msgstr "Crea Utente" #. module: gamification #: model:ir.actions.act_window,help:gamification.action_new_simplified_res_users @@ -492,11 +504,16 @@ msgid "" "not connect to the system. You can assign them groups in order to give them " "specific access to the applications they need to use in the system." msgstr "" +"Crea e gestisce gli utenti che si connettono al sistema. Gli utenti possono " +"essere disattivati, anche per un periodo di tempo, durante il quale essi non " +"possono/devono collegarsi al sistema. E' possibile assegnare ad essi gruppi " +"per fornire accessi specifici alle applicazioni, che hanno bisogno di usare, " +"del sistema." #. module: gamification #: field:gamification.badge.user,create_date:0 msgid "Created" -msgstr "" +msgstr "Creato" #. module: gamification #: field:gamification.badge,create_uid:0 @@ -507,7 +524,7 @@ msgstr "" #: field:gamification.goal.definition,create_uid:0 #: field:gamification.goal.wizard,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: gamification #: field:gamification.badge,create_date:0 @@ -518,45 +535,44 @@ msgstr "" #: field:gamification.goal.definition,create_date:0 #: field:gamification.goal.wizard,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: gamification #: field:gamification.badge.user,create_uid:0 msgid "Creator" -msgstr "" +msgstr "Creatore" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" -msgstr "" +msgstr "Correnti" #. module: gamification #: field:gamification.goal,current:0 msgid "Current Value" -msgstr "" +msgstr "Valore Attuale" #. module: gamification #: selection:gamification.challenge,period:0 #: selection:gamification.challenge,report_message_frequency:0 msgid "Daily" -msgstr "" +msgstr "Giornalmente" #. module: gamification #: view:gamification.goal:gamification.goal_form_view msgid "Data" -msgstr "" +msgstr "Data" #. module: gamification #: field:gamification.goal.definition,field_date_id:0 msgid "Date Field" -msgstr "" +msgstr "Campo data" #. module: gamification #: help:gamification.badge,message_last_post:0 #: help:gamification.challenge,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: gamification #: help:gamification.challenge,category:0 @@ -573,12 +589,12 @@ msgstr "" #. module: gamification #: field:gamification.goal,definition_condition:0 msgid "Definition Condition" -msgstr "" +msgstr "Definizione condizione" #. module: gamification #: field:gamification.goal,definition_description:0 msgid "Definition Description" -msgstr "" +msgstr "Definizione descrizione" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view @@ -600,18 +616,18 @@ msgstr "" #: field:gamification.badge,description:0 #: field:gamification.challenge,description:0 msgid "Description" -msgstr "" +msgstr "Descrizione" #. module: gamification #: field:gamification.challenge,visibility_mode:0 #: field:gamification.goal,definition_display:0 msgid "Display Mode" -msgstr "" +msgstr "Modalità di visualizzazione" #. module: gamification #: field:gamification.goal.definition,display_mode:0 msgid "Displayed as" -msgstr "" +msgstr "Visualizzato come" #. module: gamification #: field:gamification.goal.definition,batch_distinctive_field:0 @@ -628,30 +644,31 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" -msgstr "" +msgstr "Fatto" #. module: gamification #: selection:gamification.challenge,state:0 #: view:gamification.goal:gamification.goal_search_view #: selection:gamification.goal,state:0 msgid "Draft" -msgstr "" +msgstr "Bozza" #. module: gamification #: field:gamification.challenge,end_date:0 #: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal,end_date:0 msgid "End Date" -msgstr "" +msgstr "Data di fine" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" -msgstr "" +msgstr "Errore!" #. module: gamification #: help:gamification.goal.definition,batch_mode:0 @@ -671,7 +688,7 @@ msgstr "" #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "Everyone" -msgstr "" +msgstr "Tutti" #. module: gamification #: selection:gamification.goal.definition,display_mode:0 @@ -681,58 +698,58 @@ msgstr "" #. module: gamification #: selection:gamification.goal,state:0 msgid "Failed" -msgstr "" +msgstr "Fallito" #. module: gamification #: field:gamification.goal.definition,field_id:0 msgid "Field to Sum" -msgstr "" +msgstr "Campo da sommare" #. module: gamification #: field:gamification.goal.definition,domain:0 msgid "Filter Domain" -msgstr "" +msgstr "Dominio filtro" #. module: gamification #: field:gamification.badge,message_follower_ids:0 #: field:gamification.challenge,message_follower_ids:0 msgid "Followers" -msgstr "" +msgstr "Follower" #. module: gamification #: field:gamification.challenge,reward_first_id:0 msgid "For 1st user" -msgstr "" +msgstr "Per il primo utente" #. module: gamification #: field:gamification.challenge,reward_second_id:0 msgid "For 2nd user" -msgstr "" +msgstr "Per il secondo utente" #. module: gamification #: field:gamification.challenge,reward_third_id:0 msgid "For 3rd user" -msgstr "" +msgstr "Per il terzo utente" #. module: gamification #: field:gamification.challenge,reward_id:0 msgid "For Every Succeding User" -msgstr "" +msgstr "Per tutti i successivi utenti" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_form_view msgid "Formating Options" -msgstr "" +msgstr "Opzioni formattazione" #. module: gamification #: view:gamification.goal:gamification.goal_kanban_view msgid "From" -msgstr "" +msgstr "Da" #. module: gamification #: field:gamification.goal.definition,full_suffix:0 msgid "Full Suffix" -msgstr "" +msgstr "Suffisso completo" #. module: gamification #: model:ir.module.category,name:gamification.module_goal_category @@ -779,7 +796,7 @@ msgstr "" #: view:gamification.goal:gamification.goal_form_view #: field:gamification.goal.wizard,goal_id:0 msgid "Goal" -msgstr "" +msgstr "Obiettivo" #. module: gamification #: field:gamification.challenge.line,definition_id:0 @@ -787,7 +804,7 @@ msgstr "" #: field:gamification.goal,definition_id:0 #: field:gamification.goal.definition,name:0 msgid "Goal Definition" -msgstr "" +msgstr "Definizione obiettivo" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_list_view @@ -845,7 +862,7 @@ msgstr "" #. module: gamification #: view:gamification.badge:gamification.badge_kanban_view msgid "Grant" -msgstr "" +msgstr "Concedi" #. module: gamification #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant @@ -879,7 +896,7 @@ msgstr "" #: view:gamification.goal:gamification.goal_search_view #: view:gamification.goal.definition:gamification.goal_definition_search_view msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: gamification #: help:gamification.challenge,report_message_group_id:0 @@ -894,7 +911,7 @@ msgstr "" #. module: gamification #: model:gamification.badge,name:gamification.badge_hidden msgid "Hidden" -msgstr "" +msgstr "Nascosto" #. module: gamification #: help:gamification.badge,message_summary:0 @@ -919,17 +936,17 @@ msgstr "" #: field:gamification.goal.definition,id:0 #: field:gamification.goal.wizard,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: gamification #: field:gamification.goal.definition,res_id_field:0 msgid "ID Field of user" -msgstr "" +msgstr "Campo ID dell'utente" #. module: gamification #: help:gamification.badge,remaining_sending:0 msgid "If a maxium is set" -msgstr "" +msgstr "Se un massimo è impostato" #. module: gamification #: help:gamification.badge,message_unread:0 @@ -950,7 +967,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 msgid "In Progress" -msgstr "" +msgstr "In corso" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_form_view @@ -977,7 +994,7 @@ msgstr "" #. module: gamification #: selection:gamification.goal,state:0 msgid "In progress" -msgstr "" +msgstr "In corso" #. module: gamification #: selection:gamification.challenge,visibility_mode:0 @@ -985,7 +1002,12 @@ msgid "Individual Goals" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -998,7 +1020,7 @@ msgstr "" #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard msgid "Invited" -msgstr "" +msgstr "Invitato" #. module: gamification #. openerp-web @@ -1011,13 +1033,13 @@ msgstr "" #: field:gamification.badge,message_is_follower:0 #: field:gamification.challenge,message_is_follower:0 msgid "Is a Follower" -msgstr "" +msgstr "E' un Follower" #. module: gamification #: field:gamification.badge,message_last_post:0 #: field:gamification.challenge,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: gamification #: field:gamification.challenge,last_report_date:0 @@ -1027,7 +1049,7 @@ msgstr "" #. module: gamification #: field:gamification.goal,last_update:0 msgid "Last Update" -msgstr "" +msgstr "Ultimo aggiornamento" #. module: gamification #: field:gamification.badge,write_uid:0 @@ -1039,7 +1061,7 @@ msgstr "" #: field:gamification.goal.definition,write_uid:0 #: field:gamification.goal.wizard,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: gamification #: field:gamification.badge,write_date:0 @@ -1051,7 +1073,7 @@ msgstr "" #: field:gamification.goal.definition,write_date:0 #: field:gamification.goal.wizard,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: gamification #: selection:gamification.challenge,visibility_mode:0 @@ -1071,7 +1093,7 @@ msgstr "" #. module: gamification #: field:gamification.challenge,line_ids:0 msgid "Lines" -msgstr "" +msgstr "Righe" #. module: gamification #: help:gamification.challenge,line_ids:0 @@ -1091,25 +1113,25 @@ msgstr "" #. module: gamification #: model:res.groups,name:gamification.group_goal_manager msgid "Manager" -msgstr "" +msgstr "Manager" #. module: gamification #: field:gamification.badge,message_ids:0 #: field:gamification.challenge,message_ids:0 msgid "Messages" -msgstr "" +msgstr "Messaggi" #. module: gamification #: help:gamification.badge,message_ids:0 #: help:gamification.challenge,message_ids:0 msgid "Messages and communication history" -msgstr "" +msgstr "Storico messaggi e comunicazioni" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_search_view #: field:gamification.goal.definition,model_id:0 msgid "Model" -msgstr "" +msgstr "Modello" #. module: gamification #: field:gamification.challenge.line,definition_monetary:0 @@ -1125,7 +1147,7 @@ msgstr "" #: selection:gamification.challenge,period:0 #: selection:gamification.challenge,report_message_frequency:0 msgid "Monthly" -msgstr "" +msgstr "Mensile" #. module: gamification #: field:gamification.badge,rule_max:0 @@ -1135,12 +1157,12 @@ msgstr "" #. module: gamification #: field:gamification.badge,stat_this_month:0 msgid "Monthly total" -msgstr "" +msgstr "Totale mensile" #. module: gamification #: view:gamification.goal:gamification.goal_search_view msgid "My Goals" -msgstr "" +msgstr "I miei Obiettivi" #. module: gamification #: field:gamification.badge,stat_my_monthly_sending:0 @@ -1160,12 +1182,12 @@ msgstr "" #. module: gamification #: field:gamification.challenge.line,name:0 msgid "Name" -msgstr "" +msgstr "Nome" #. module: gamification #: selection:gamification.challenge,report_message_frequency:0 msgid "Never" -msgstr "" +msgstr "Mai" #. module: gamification #: help:gamification.challenge,remind_update_delay:0 @@ -1188,7 +1210,7 @@ msgid "No one, assigned through challenges" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1206,7 +1228,7 @@ msgstr "" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "Notification Messages" -msgstr "" +msgstr "Messaggi di Notifica" #. module: gamification #: field:gamification.badge,stat_count_distinct:0 @@ -1231,7 +1253,7 @@ msgstr "" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_form_view msgid "Optimisation" -msgstr "" +msgstr "Ottimizzazione" #. module: gamification #: field:gamification.badge,owner_ids:0 @@ -1243,11 +1265,6 @@ msgstr "" msgid "Participating" msgstr "" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1256,7 +1273,7 @@ msgstr "" #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Period" -msgstr "" +msgstr "Periodo" #. module: gamification #: help:gamification.challenge,period:0 @@ -1268,7 +1285,7 @@ msgstr "" #. module: gamification #: field:gamification.challenge,period:0 msgid "Periodicity" -msgstr "" +msgstr "Periodicità" #. module: gamification #: model:gamification.badge,name:gamification.badge_problem_solver @@ -1283,7 +1300,7 @@ msgstr "" #. module: gamification #: field:gamification.goal.definition,compute_code:0 msgid "Python Code" -msgstr "" +msgstr "Codice Python" #. module: gamification #: help:gamification.goal.definition,compute_code:0 @@ -1310,7 +1327,7 @@ msgstr "" #. module: gamification #: view:gamification.goal:gamification.goal_form_view msgid "Reference" -msgstr "" +msgstr "Riferimento" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view @@ -1320,12 +1337,12 @@ msgstr "" #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard msgid "Reject" -msgstr "" +msgstr "Rifiuta" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "Related" -msgstr "" +msgstr "Collegato" #. module: gamification #: model:ir.actions.act_window,name:gamification.goals_from_challenge_act @@ -1370,10 +1387,10 @@ msgstr "" #. module: gamification #: field:gamification.challenge,manager_id:0 msgid "Responsible" -msgstr "" +msgstr "Responsabile" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1409,6 +1426,11 @@ msgstr "" msgid "Rewards for challenges" msgstr "" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1417,7 +1439,7 @@ msgstr "" #. module: gamification #: view:gamification.goal:gamification.goal_form_view msgid "Schedule" -msgstr "" +msgstr "Pianificazione" #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view @@ -1454,12 +1476,12 @@ msgstr "" #. module: gamification #: field:gamification.badge.user,sender_id:0 msgid "Sender" -msgstr "" +msgstr "Mittente" #. module: gamification #: field:gamification.challenge.line,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Sequenza" #. module: gamification #: help:gamification.challenge.line,sequence:0 @@ -1491,6 +1513,11 @@ msgstr "" msgid "Setup your Company" msgstr "" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1570,7 +1597,7 @@ msgid "The action that will be called to update the goal value." msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "" @@ -1600,7 +1627,7 @@ msgid "" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1735,7 +1762,7 @@ msgid "These goals will not be recomputed." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "" @@ -1782,7 +1809,7 @@ msgid "Update" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "" @@ -1807,10 +1834,10 @@ msgid "Users" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1846,7 +1873,7 @@ msgid "Yearly" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "" @@ -1863,13 +1890,13 @@ msgid "You can still grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "" diff --git a/addons/gamification/i18n/ko.po b/addons/gamification/i18n/ko.po index 6ee266f226e..ac8b83a4d10 100644 --- a/addons/gamification/i18n/ko.po +++ b/addons/gamification/i18n/ko.po @@ -7,48 +7,40 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-03 04:42+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: ko\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -62,6 +54,7 @@ msgstr "" #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -77,10 +70,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -109,10 +103,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -206,23 +228,6 @@ msgid "" " " msgstr "" -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -360,7 +365,7 @@ msgid "Can not grant" msgstr "수여할 수 없음" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "시작한 목표의 구성을 수정할 수 없음" @@ -475,11 +480,6 @@ msgstr "연산 모드" msgid "Condition" msgstr "조건" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "도전 구성" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -527,7 +527,6 @@ msgid "Creator" msgstr "생성자" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "현재" @@ -629,6 +628,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "완료" @@ -647,9 +647,9 @@ msgid "End Date" msgstr "종료일" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "오류!" @@ -986,7 +986,12 @@ msgid "Individual Goals" msgstr "개별 목표" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -1189,7 +1194,7 @@ msgid "No one, assigned through challenges" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1244,11 +1249,6 @@ msgstr "소유자" msgid "Participating" msgstr "참여 중" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "통과함" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1374,7 +1374,7 @@ msgid "Responsible" msgstr "담당" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1410,6 +1410,11 @@ msgstr "포상자:" msgid "Rewards for challenges" msgstr "도전에 대한 포상" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1492,6 +1497,11 @@ msgstr "시간대 설정" msgid "Setup your Company" msgstr "회사 설정" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1571,7 +1581,7 @@ msgid "The action that will be called to update the goal value." msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "도전 %s이(가) 끝났습니다." @@ -1601,7 +1611,7 @@ msgid "" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1736,7 +1746,7 @@ msgid "These goals will not be recomputed." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "" @@ -1783,7 +1793,7 @@ msgid "Update" msgstr "업데이트" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "%s 업데이트" @@ -1808,10 +1818,10 @@ msgid "Users" msgstr "사용자" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1847,7 +1857,7 @@ msgid "Yearly" msgstr "연간" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "허용된 사용자 목록에 없습니다." @@ -1864,13 +1874,13 @@ msgid "You can still grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "필수 배지가 없습니다." #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "이미 이번 달에 너무 많은 배지를 보냈습니다." @@ -1945,3 +1955,9 @@ msgstr "" #: view:gamification.badge:gamification.badge_kanban_view msgid "this month" msgstr "이번 달" + +#~ msgid "Configure Challenge" +#~ msgstr "도전 구성" + +#~ msgid "Passed" +#~ msgstr "통과함" diff --git a/addons/gamification/i18n/nl.po b/addons/gamification/i18n/nl.po index 5a61b9d9ae7..32937b00b82 100644 --- a/addons/gamification/i18n/nl.po +++ b/addons/gamification/i18n/nl.po @@ -8,53 +8,52 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-30 17:56+0000\n" -"Last-Translator: Mario Gielissen (Openworx) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 17:27+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" -"
Niemand is er in geslaagd om alle doelen te halen, er zijn geen badges " -"als beloning voor deze uitdaging." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" -"
Beloning (badge %s) voor elke succesvolle gebruiker is verstuurd naar " -"%s." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" -msgstr "" -"
Speciale beloningen zijn verstuurd naar de top van deelnemende spelers. " -"De rangschikking for deze uitdaging is:" +"\n" +"

Gefeliciteerd, u heeft de badge " +"${object.badge_id.name} ontvangen!\n" +" % if object.sender_id\n" +" deze badge is toegewezen door " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -64,19 +63,21 @@ msgid "" "it.

\n" " " msgstr "" -"
\n" -" Herinnering ${object.name}\n" +"\n" +"
\n" +" Herinnering${object.name}\n" "
\n" " \n" -"

Er is geen voortgang gerapporteerd voor het doel: " -"${object.definition_id.name} (huidige voortgang ${object.completeness}%) " -"laatste update sinds ${object.remind_update_delay} dagen. Vergeet niet bij " -"te werken A.U.B.

\n" +"

U heeft niet de voortgang van uw doelstellingen " +"${object.definition_id.name} bijgewerkt (huidig behaald " +"${object.completeness}%) voor tenminste ${object.remind_update_delay} dagen. " +"Verget niet bij te werken.

\n" " " #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -92,10 +93,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -124,10 +126,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +"\n" "
\n" " ${object.name}\n" "
\n" -"

Onderstaand bericht bevat de huidige voortgang van de " -"uitdaging: ${object.name}

\n" +"

The following message contains the current progress for " +"the challenge ${object.name}

\n" "\n" "% if object.visibility_mode == 'personal':\n" " \n" @@ -158,13 +162,14 @@ msgstr "" " \n" " \n" " \n" -" \n" +" \n" " \n" " % for line in ctx[\"challenge_lines\"]:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " % for goal in line['goals']:\n" -" = 100:\n" +" = 100:\n" " style=\"font-weight:bold;\"\n" " % endif\n" -" >\n" +" >\n" " \n" " \n" " \n" @@ -209,12 +215,45 @@ msgstr "" " % endfor\n" "
DoelstellingDoelHuidigvolledigheidVolledigheid
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -189,14 +194,15 @@ msgstr "" "
#PersoonvolledigheidVolledigheidHuidig
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" +"
Niemand is er in geslaagd om alle doelen te halen, er zijn geen badges " +"als beloning voor deze uitdaging." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" +"
Beloning (badge %s) voor elke succesvolle gebruiker is verstuurd naar " +"%s." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" +"
Speciale beloningen zijn verstuurd naar de top van deelnemende spelers. " +"De rangschikking for deze uitdaging is:" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -231,6 +270,18 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Klik voor het aanmaken van een badge. \n" +"

\n" +"

\n" +" Een badge is een symbolisch teken toegekend aan een " +"gebruiker als een teken van beloning. \n" +"                   Het kan automatisch worden verdiend wanneer aan een " +"aantal voorwaarden wordt voldaan of handmatig door gebruikers. \n" +"                   Sommige badges zijn moeilijker te verkrijgen dan anderen " +"met specifieke voorwaarden.\n" +"

\n" +" " #. module: gamification #: model:ir.actions.act_window,help:gamification.challenge_list_action @@ -275,6 +326,16 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Klik voor het aanmaken van een doelstelling definitie. \n" +"

\n" +"

\n" +" Een doelstelling definitie is een technisch model voor " +"het definiëren van een doelstelling, welke behaald kan worden.\n" +" De data, waardes om te behalen of gebruikers worden " +"gedefinieerd in de doelstelling instantie.\n" +"

\n" +" " #. module: gamification #: model:ir.actions.act_window,help:gamification.goal_list_action @@ -288,6 +349,16 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Klik voor het aanmaken van een doelstelling. \n" +"

\n" +"

\n" +" Een doelstelling wordt gedefinieerd door een gebruiker " +"en een doel definitie.\n" +" Doelstellingen kunnen automatisch worden aangemaakt door " +"uitdagingen.\n" +"

\n" +" " #. module: gamification #: model:ir.actions.act_window,help:gamification.goals_from_challenge_act @@ -300,23 +371,13 @@ msgid "" "

\n" " " msgstr "" - -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" +"

\n" +" Er is geen bijbehorende doelstelling bij deze uitdaging " +"welke overeenkomt met uw zoekactie.\n" +" Zorg ervoor dat uw uitdaging actief is en is toegewezen aan " +"tenminste één gebruiker.\n" +"

\n" +" " #. module: gamification #: selection:gamification.challenge.line,condition:0 @@ -360,7 +421,7 @@ msgstr "Geavanceerde opties" #. module: gamification #: field:gamification.badge,rule_auth:0 msgid "Allowance to Grant" -msgstr "" +msgstr "Toelage toe te kennen" #. module: gamification #: help:gamification.challenge,user_domain:0 @@ -440,6 +501,10 @@ msgid "" "end date of a challenge (if no periodicity is set) or when the challenge is " "manually closed." msgstr "" +"Badges worden toegewezen als een uitdaging klaar. Dit is ofwel aan het einde " +"van een lopende perioide (bijv. einde van de maand voor en maandelijkse " +"uitdaging), op de einddatum van een uitdaging (indien geen periode wordt " +"ingesteld) of wanneer de uitdaging handmatig gesloten wordt." #. module: gamification #: field:gamification.goal.definition,batch_mode:0 @@ -457,7 +522,7 @@ msgid "Can not grant" msgstr "Kan niet toekennen" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "Kan de configuratie niet wijzigen van een gestart doel" @@ -517,6 +582,8 @@ msgid "" "Challenge that generated the goal, assign challenge to users to generate " "goals with a value in this field." msgstr "" +"Uitdaging die de doelstelling heeft gegenereerd en heeft toegewezen aan de " +"gebruikers om zo doelstellingen te genereren met de waarde van dit veld." #. module: gamification #: view:gamification.challenge:gamification.view_challenge_kanban @@ -573,11 +640,6 @@ msgstr "Berekenmodus" msgid "Condition" msgstr "Voorwaarde" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "Configureer uitdaging" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -629,7 +691,6 @@ msgid "Creator" msgstr "Aangemaakt door" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "Huidige" @@ -672,6 +733,8 @@ msgid "" "Defined how will be computed the goals. The result of the operation will be " "stored in the field 'Current'." msgstr "" +"Definitie of hoe de doelstellingen worden berekend. Het resultaat van de " +"bewerking wordt opgeslagen in et veld 'Huidig'." #. module: gamification #: field:gamification.goal,definition_condition:0 @@ -732,9 +795,14 @@ msgid "" "[('state', '=', 'done')]. The expression can contain reference to 'user' " "which is a browse record of the current user if not in batch mode." msgstr "" +"Domein voor het filteren van records. Algemene regel, niet gebruiker " +"afhankelijk, bijv. [('state', '=', 'done')]. De expressie kan referenties " +"hebben naar de gebruiker (user) wat de huidige gebruiker opzoekt, indien " +"niet in batch mode." #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "Gereed" @@ -753,9 +821,9 @@ msgid "End Date" msgstr "Einddatum" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "Fout!" @@ -850,7 +918,7 @@ msgstr "Gamification" #. module: gamification #: model:ir.ui.menu,name:gamification.gamification_menu msgid "Gamification Tools" -msgstr "" +msgstr "Gamification hulpmiddelen" #. module: gamification #: model:ir.model,name:gamification.model_gamification_badge @@ -865,17 +933,17 @@ msgstr "Gamification uitdaging" #. module: gamification #: model:ir.model,name:gamification.model_gamification_challenge_line msgid "Gamification generic goal for challenge" -msgstr "" +msgstr "Gamification standaard doelstelling voor uitdading" #. module: gamification #: model:ir.model,name:gamification.model_gamification_goal_definition msgid "Gamification goal definition" -msgstr "" +msgstr "Gamification doelstelling definitite" #. module: gamification #: model:ir.model,name:gamification.model_gamification_goal msgid "Gamification goal instance" -msgstr "" +msgstr "Gamification doelstelling instantie" #. module: gamification #: model:ir.model,name:gamification.model_gamification_badge_user @@ -1069,6 +1137,8 @@ msgid "" "In batch mode, the domain is evaluated globally. If enabled, do not use " "keyword 'user' in above filter domain." msgstr "" +"In batch mode, wordt het domein globaal geëvalueerd. Indien ingesteld, " +"gebruik dan niet het woord 'user' in de domein filter hierboven." #. module: gamification #: help:gamification.goal.definition,batch_distinctive_field:0 @@ -1076,6 +1146,8 @@ msgid "" "In batch mode, this indicates which field distinct one user form the other, " "e.g. user_id, partner_id..." msgstr "" +"In batch mode geeft dit aan welk veld een gebruiker onderscheid van een " +"andere gebruiker, bijv. user_id, partner_id..." #. module: gamification #: help:gamification.goal,last_update:0 @@ -1084,6 +1156,10 @@ msgid "" "for a while (defined in challenge). Ignored in case of non-manual goal or " "goal not linked to a challenge." msgstr "" +"In het geval van een handmatig ingesteld doel, worden herinneringen " +"verstuurt als de doelstelling een tijdje niet is bijgewerkt (gedefinieerd in " +"de uitdaging). Genegeerd in geval van een niet-handmatige doel of een doel " +"niet gekoppeld aan een uitdaging" #. module: gamification #: selection:gamification.goal,state:0 @@ -1096,10 +1172,16 @@ msgid "Individual Goals" msgstr "Individuele doelen" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "Overerfde modellen" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" +"Ongeldige retour inhoud uit de evaluatie van de code voor definitie %s" #. module: gamification #: model:gamification.goal.definition,name:gamification.definition_base_invite @@ -1177,7 +1259,7 @@ msgstr "Limitatienummer" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "Line List" -msgstr "" +msgstr "Regel lijst" #. module: gamification #: field:gamification.challenge,line_ids:0 @@ -1197,7 +1279,7 @@ msgstr "Lijst van deelnemers die deelnemen aan de uitdaging" #. module: gamification #: model:gamification.goal.definition,name:gamification.definition_nbr_following msgid "Mail Group Following" -msgstr "" +msgstr "Mailgroep volgen" #. module: gamification #: model:res.groups,name:gamification.group_goal_manager @@ -1299,7 +1381,7 @@ msgid "No one, assigned through challenges" msgstr "Niemand aangeduid via uitdagingen" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1313,7 +1395,7 @@ msgstr "Niet-herhalend" #. module: gamification #: field:gamification.challenge,remind_update_delay:0 msgid "Non-updated manual goals will be reminded after" -msgstr "" +msgstr "Een niet-handmatige doelstelling wordt herinnerd na" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view @@ -1355,11 +1437,6 @@ msgstr "Eigenaars" msgid "Participating" msgstr "Deelnemende" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "Geslaagd" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1376,6 +1453,8 @@ msgid "" "Period of automatic goal assigment. If none is selected, should be launched " "manually." msgstr "" +"Periode van automatische doelstelling toewijzing. Indien geen geselecteerd, " +"dan dient deze handmatig gestart te worden." #. module: gamification #: field:gamification.challenge,period:0 @@ -1390,7 +1469,7 @@ msgstr "Probleemoplosser" #. module: gamification #: selection:gamification.goal.definition,display_mode:0 msgid "Progressive (using numerical values)" -msgstr "" +msgstr "Progressief (maakt gebruik van numeriek waardes)" #. module: gamification #: field:gamification.goal.definition,compute_code:0 @@ -1403,6 +1482,9 @@ msgid "" "Python code to be executed for each user. 'result' should contains the new " "current value. Evaluated user can be access through object.user_id." msgstr "" +"Python code welke kan worden uitgevoerd voor iedere gebruiker. 'result' " +"dient de nieuwe waarde te bevatten. De te evalueren gebruiker kan worden " +"benaderd door object.user_id" #. module: gamification #: selection:gamification.goal,state:0 @@ -1447,7 +1529,7 @@ msgstr "Gerelateerde doelen" #. module: gamification #: field:gamification.badge,remaining_sending:0 msgid "Remaining Sending Allowed" -msgstr "" +msgstr "Toegestaan restant te versturen" #. module: gamification #: field:gamification.goal,remind_update_delay:0 @@ -1477,7 +1559,7 @@ msgstr "Benodigde badgen" #. module: gamification #: view:gamification.goal:gamification.goal_form_view msgid "Reset Completion" -msgstr "" +msgstr "Reset afronding" #. module: gamification #: field:gamification.challenge,manager_id:0 @@ -1485,10 +1567,11 @@ msgid "Responsible" msgstr "Verantwoordelijk" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" +"Ontvang proces voor persoonlijke uitdaging zonder gebruiker informatie" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view @@ -1521,6 +1604,11 @@ msgstr "Beloond door" msgid "Rewards for challenges" msgstr "Beloning voor uitdagingen" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "In behandeling" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1578,12 +1666,13 @@ msgstr "Reeks" #. module: gamification #: help:gamification.challenge.line,sequence:0 msgid "Sequence number for ordering" -msgstr "" +msgstr "Reeks voor orders" #. module: gamification #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current msgid "Set the current value you have reached for this goal" msgstr "" +"Stel de huidige waarde in welke u heeft bereikt van deze doelstelling" #. module: gamification #: model:gamification.goal.definition,name:gamification.definition_base_company_data @@ -1605,6 +1694,11 @@ msgstr "Stel uw tijdzonde in" msgid "Setup your Company" msgstr "Stel uw bedrijfsgegevens in" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "Start uitdaging" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1682,9 +1776,10 @@ msgstr "Doel: minder dan" #: help:gamification.goal.definition,action_id:0 msgid "The action that will be called to update the goal value." msgstr "" +"De actie welke wordt aangeroepen om de doelstelling waarde bij te werken." #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "Het doel %s is voltooid." @@ -1692,12 +1787,12 @@ msgstr "Het doel %s is voltooid." #. module: gamification #: help:gamification.goal.definition,full_suffix:0 msgid "The currency and suffix field" -msgstr "" +msgstr "Het valuta en achtervoegsel veld" #. module: gamification #: help:gamification.goal.definition,field_date_id:0 msgid "The date to use for the time period evaluated" -msgstr "" +msgstr "De datum welke gebruikt wordt voor de evaluatie periode" #. module: gamification #: help:gamification.challenge,end_date:0 @@ -1718,13 +1813,16 @@ msgstr "" "periode is ingesteld wordt de startdatum van het doel gebruikt." #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" "\n" "%s" msgstr "" +"Het domein voor de definitie %s lijkt niet juist, graag controleren.\n" +"\n" +"%s" #. module: gamification #: help:gamification.goal.definition,field_id:0 @@ -1737,6 +1835,8 @@ msgid "" "The field name on the user profile (res.users) containing the value for " "res_id for action." msgstr "" +"De veldnaam bij het gebruikersprofiel (res.user) welke de waarde bevat voor " +"res_id voor actie." #. module: gamification #: selection:gamification.goal.definition,condition:0 @@ -1746,7 +1846,7 @@ msgstr "Hoe hoger hoe beter" #. module: gamification #: help:gamification.badge,owner_ids:0 msgid "The list of instances of this badge granted to users" -msgstr "" +msgstr "De lijst met instanties van deze badge toegewezen aan gebruikers" #. module: gamification #: help:gamification.badge,unique_owner_ids:0 @@ -1769,7 +1869,7 @@ msgstr "" #. module: gamification #: help:gamification.goal.definition,model_id:0 msgid "The model object for the field to evaluate" -msgstr "" +msgstr "Het model object welke het veld moet evalueren." #. module: gamification #: help:gamification.goal,remind_update_delay:0 @@ -1777,6 +1877,9 @@ msgid "" "The number of days after which the user assigned to a manual goal will be " "reminded. Never reminded if no value is specified." msgstr "" +"Het aantal dagen nadat de gebruiker is toegewezen aan een handmatige " +"doelstelling, voordat deze deze wordt herinnerd. Hij wordt nooit herinnerd " +"als er geen waarde wordt ingevoerd." #. module: gamification #: help:gamification.badge,stat_my_this_month:0 @@ -1846,6 +1949,9 @@ msgid "" "reference to 'user' which is a browse record of the current user, e.g. " "user.id, user.partner_id.id..." msgstr "" +"De waarde om te vergelijken met het onderscheidende veld. De expressie kan " +"een referentie naar hebben naar 'user', wat een zoekactie naar de huidige " +"gebruiker is, bijv. user.id, user.partner_id.id..." #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard @@ -1858,7 +1964,7 @@ msgid "These goals will not be recomputed." msgstr "Deze doelen worden niet herberekend." #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "Deze badge kan niet door gebruikers verstuurd worden." @@ -1906,7 +2012,7 @@ msgid "Update" msgstr "Bijwerken" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "Bijwerken %s" @@ -1931,10 +2037,10 @@ msgid "Users" msgstr "Gebruikers" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1973,7 +2079,7 @@ msgid "Yearly" msgstr "Jaarlijks" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "U bevind zich niet in de toegestane gebruikerslijst." @@ -1987,16 +2093,16 @@ msgstr "U kan geen badge aan uzelf toewijzen" #. module: gamification #: view:gamification.badge:gamification.badge_form_view msgid "You can still grant" -msgstr "" +msgstr "U kunt nog steeds toewijzen" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "U hebt niet de benodigde badges" #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "U hebt deze badge al te vaak verstuurd deze maand." @@ -2015,12 +2121,12 @@ msgstr "dagen" #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view msgid "e.g. Monthly Sales Objectives" -msgstr "" +msgstr "Bijv. Maandelijkse verkoop doelstellingen" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_form_view msgid "e.g. days" -msgstr "" +msgstr "Bijv. dagen" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_form_view @@ -2029,11 +2135,14 @@ msgid "" "'mail.group'), ('partner_id', '=', object.user_id.partner_id.id)], " "count=True, context=context)" msgstr "" +"Bijv. result = pool.get('mail.followers').search(cr, uid, [('res_model', " +"'=', 'mail.group'), ('partner_id', '=', object.user_id.partner_id.id)], " +"count=True, context=context)" #. module: gamification #: view:gamification.goal.definition:gamification.goal_definition_form_view msgid "e.g. user.partner_id.id" -msgstr "" +msgstr "Bijv. user.partner_id.id" #. module: gamification #: view:gamification.badge:gamification.badge_kanban_view diff --git a/addons/gamification/i18n/pl.po b/addons/gamification/i18n/pl.po index abab51577be..ffd106e5c78 100644 --- a/addons/gamification/i18n/pl.po +++ b/addons/gamification/i18n/pl.po @@ -7,55 +7,53 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-31 22:27+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:40+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-01 09:14+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" -"
Nikomu nie udało się osiągnąć wszystkich celów, za to wyzwanie nikt nie " -"otrzymuje odznaki." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" -"
Nagroda (badge %s) dla każdego użytkownika, któremu się udało, została " -"wysłana do %s." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" -msgstr "" -"
Specjalne nagrody zostały wysłane do najlepszych użytkowników " -"uczestniczących w rywalizacji. Ranking dla tego wyzwania przedstawia się " -"następująco :" +"\n" +"

Gratujacje, otrzymałeś/aś odznakę " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" Odznakę przyznał/a " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -65,19 +63,21 @@ msgid "" "it.

\n" " " msgstr "" -"
\n" +"\n" +"
\n" " Przypomnienie ${object.name}\n" "
\n" " \n" -"

Nie zaktualizowałeś/aś swoich postępów do celu " -"${object.definition_id.name} (aktualny postęp wynosi " -"${object.completeness}%) przez co najmniej ${object.remind_update_delay} " -"dni. Nie zapomnij tego zrobić.

\n" +"

Nie uaktualniłeś/aś swoich postępów do celu " +"${object.definition_id.name} (aktualny wypełniono ${object.completeness}%) " +"przez co najmniej ${object.remind_update_delay} dni. Nie zapomnij tego " +"zrobić.

\n" " " #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -93,10 +93,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -125,10 +126,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" +"
Nikomu nie udało się osiągnąć wszystkich celów, za to wyzwanie nikt nie " +"otrzymuje odznaki." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" +"
Nagroda (badge %s) dla każdego użytkownika, któremu się udało, została " +"wysłana do %s." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" +"
Specjalne nagrody zostały wysłane do najlepszych użytkowników " +"uczestniczących w rywalizacji. Ranking dla tego wyzwania przedstawia się " +"następująco :" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -271,35 +307,6 @@ msgstr "" "

\n" " " -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" -"

Gratulacje, zdobyłeś/aś odznakę ${object.badge_id.name} " -"!\n" -" % if object.sender_id\n" -" Ta odznaka została przyznana przez " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -443,7 +450,7 @@ msgid "Can not grant" msgstr "Nie można przyznać" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "Nie można zmieniać konfiguracji zaczętego celu" @@ -560,11 +567,6 @@ msgstr "Tryb obliczeniowy" msgid "Condition" msgstr "Warunek" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "Konfiguruj wyzwanie" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -617,7 +619,6 @@ msgid "Creator" msgstr "Utworzył" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "Bieżące" @@ -724,6 +725,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "Wykonano" @@ -742,9 +744,9 @@ msgid "End Date" msgstr "Data końcowa" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "Błąd!" @@ -1090,7 +1092,12 @@ msgid "Individual Goals" msgstr "Cele indywidualne" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "Odziedziczone modele" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "Zwrócono nieprawidłową treść po ewaluacji kodu definicji %s" @@ -1294,7 +1301,7 @@ msgid "No one, assigned through challenges" msgstr "Nikt, przypisywane w wyzwaniach" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1350,11 +1357,6 @@ msgstr "Właściciele" msgid "Participating" msgstr "Biorący udział" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "Powodzenie" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1485,7 +1487,7 @@ msgid "Responsible" msgstr "Odpowiedzialny" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1522,6 +1524,11 @@ msgstr "Nagrodzony przez" msgid "Rewards for challenges" msgstr "Nagrody za wyzwania" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "Uruchomione" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1553,6 +1560,8 @@ msgid "" "Security rules to define who is allowed to manually grant badges. Not " "enforced for administrator." msgstr "" +"Zasady bezpieczeństwa określające, kto może ręcznie przyznawać odznaki. " +"Nienarzucone dla administratora." #. module: gamification #: view:gamification.challenge:gamification.challenge_form_view @@ -1577,7 +1586,7 @@ msgstr "Numeracja" #. module: gamification #: help:gamification.challenge.line,sequence:0 msgid "Sequence number for ordering" -msgstr "" +msgstr "Numer porządkowy dla zamówień" #. module: gamification #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current @@ -1604,6 +1613,11 @@ msgstr "Ustaw swoją strefę czasową" msgid "Setup your Company" msgstr "Konfiguruj swoją firmę" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "Rozpocznij wyzwanie" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1683,7 +1697,7 @@ msgid "The action that will be called to update the goal value." msgstr "Akcja, która zostanie wywołana, aby zaktualizować wartość dla celu." #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "Wyzwanie %s jest zakończone." @@ -1719,7 +1733,7 @@ msgstr "" "początkowa celu." #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1870,7 +1884,7 @@ msgid "These goals will not be recomputed." msgstr "Te cele nie zostaną ponownie obliczone." #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "Ta odznaka nie może być wysyłana przez użytkowników" @@ -1918,7 +1932,7 @@ msgid "Update" msgstr "Aktualizuj" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "Aktualizuj %s" @@ -1943,10 +1957,10 @@ msgid "Users" msgstr "Użytkownicy" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1984,7 +1998,7 @@ msgid "Yearly" msgstr "Roczny" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "Nie jesteś na liście zezwoleń tego użytkownika." @@ -2001,13 +2015,13 @@ msgid "You can still grant" msgstr "Wciąż możesz przyznać" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "Nie masz wymaganych odznak." #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "Wysłałeś już tę odznakę zbyt wiele razy w miesiącu." diff --git a/addons/gamification/i18n/pt.po b/addons/gamification/i18n/pt.po index f4f81ac5878..86f8006e01b 100644 --- a/addons/gamification/i18n/pt.po +++ b/addons/gamification/i18n/pt.po @@ -7,51 +7,39 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-19 09:22+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:43+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." -msgstr "" -"
Ninguém conseguiu alcançar todos os objetivos, nehum crachá será " -"atribuido para este desafio." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" -"Recompensa
(crashá %s) para cada utilizador bem sucedido foi enviado " -"para% s." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -65,6 +53,7 @@ msgstr "" #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -80,10 +69,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -112,10 +102,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" +"
Ninguém conseguiu alcançar todos os objetivos, nehum crachá será " +"atribuido para este desafio." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" +"Recompensa
(crashá %s) para cada utilizador bem sucedido foi enviado " +"para% s." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -209,23 +231,6 @@ msgid "" " " msgstr "" -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -363,7 +368,7 @@ msgid "Can not grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "" @@ -478,11 +483,6 @@ msgstr "" msgid "Condition" msgstr "" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -530,7 +530,6 @@ msgid "Creator" msgstr "" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "" @@ -632,6 +631,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "" @@ -650,9 +650,9 @@ msgid "End Date" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "" @@ -989,7 +989,12 @@ msgid "Individual Goals" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -1192,7 +1197,7 @@ msgid "No one, assigned through challenges" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1247,11 +1252,6 @@ msgstr "" msgid "Participating" msgstr "" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1377,7 +1377,7 @@ msgid "Responsible" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1413,6 +1413,11 @@ msgstr "" msgid "Rewards for challenges" msgstr "" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1495,6 +1500,11 @@ msgstr "" msgid "Setup your Company" msgstr "" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1574,7 +1584,7 @@ msgid "The action that will be called to update the goal value." msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "" @@ -1604,7 +1614,7 @@ msgid "" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1739,7 +1749,7 @@ msgid "These goals will not be recomputed." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "" @@ -1786,7 +1796,7 @@ msgid "Update" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "" @@ -1811,10 +1821,10 @@ msgid "Users" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1850,7 +1860,7 @@ msgid "Yearly" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "" @@ -1867,13 +1877,13 @@ msgid "You can still grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "" diff --git a/addons/gamification/i18n/pt_BR.po b/addons/gamification/i18n/pt_BR.po index 9321e052678..344c95f419b 100644 --- a/addons/gamification/i18n/pt_BR.po +++ b/addons/gamification/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 19:59+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,45 +15,32 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" -"
Ninguém conseguiu alcançar cada objetivo, nenhuma medalha obtida para " -"este desafio." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" -"
Medalha ( %s) para cada usuário com sucesso foi enviada para %s." - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" -msgstr "" -"
Recompensas especiais foram enviadas aos melhores usuários. O Ranking " -"para este desafio é :" #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -67,6 +54,7 @@ msgstr "" #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -82,10 +70,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -114,10 +103,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" +"
Ninguém conseguiu alcançar cada objetivo, nenhuma medalha obtida para " +"este desafio." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" +"
Medalha ( %s) para cada usuário com sucesso foi enviada para %s." + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" +"
Recompensas especiais foram enviadas aos melhores usuários. O Ranking " +"para este desafio é :" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -211,23 +233,6 @@ msgid "" " " msgstr "" -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -371,7 +376,7 @@ msgid "Can not grant" msgstr "Não pode conceder" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "Não é possível modificar a configuração de um objetivo já iniciado" @@ -489,11 +494,6 @@ msgstr "Modo de cálculo" msgid "Condition" msgstr "Condição" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "Configurar Desafio" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -545,7 +545,6 @@ msgid "Creator" msgstr "Criador" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "Atual" @@ -656,6 +655,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "Concluído" @@ -674,9 +674,9 @@ msgid "End Date" msgstr "Data Final" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "Erro!" @@ -1026,7 +1026,12 @@ msgid "Individual Goals" msgstr "Objetivos Individuais" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -1230,7 +1235,7 @@ msgid "No one, assigned through challenges" msgstr "Ninguém, atribuido através dos desafios" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "Ninguém atingiu as condições para receber as medalhas especiais." @@ -1285,11 +1290,6 @@ msgstr "Proprietários" msgid "Participating" msgstr "Participando" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "Passou" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1420,7 +1420,7 @@ msgid "Responsible" msgstr "Responsável" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1457,6 +1457,11 @@ msgstr "Recompensado por" msgid "Rewards for challenges" msgstr "Recompensas para os desafios" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1541,6 +1546,11 @@ msgstr "Definir o Fuso Horário" msgid "Setup your Company" msgstr "Configurar a Empresa" +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" +msgstr "" + #. module: gamification #: field:gamification.challenge,start_date:0 #: field:gamification.goal,start_date:0 @@ -1620,7 +1630,7 @@ msgid "The action that will be called to update the goal value." msgstr "A ação que será executada para atualizar o valor do objetivo." #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "O desafio %s está concluído." @@ -1656,7 +1666,7 @@ msgstr "" "objetivo." #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1803,7 +1813,7 @@ msgid "These goals will not be recomputed." msgstr "Estes objetivos não serão recalculados." #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "Esta medalha não pode ser enviada por usuários." @@ -1851,7 +1861,7 @@ msgid "Update" msgstr "Atualizar" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "Atualizar %s" @@ -1876,10 +1886,10 @@ msgid "Users" msgstr "Usuários" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1917,7 +1927,7 @@ msgid "Yearly" msgstr "Anualmente" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "Você não está na lista de permissões" @@ -1934,13 +1944,13 @@ msgid "You can still grant" msgstr "Você ainda pode conceder" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "Você não tem as medalhas necessárias" #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "Você já enviou esta medalha muitas vezes este mês." @@ -2015,3 +2025,9 @@ msgstr "o" #: view:gamification.badge:gamification.badge_kanban_view msgid "this month" msgstr "este mês" + +#~ msgid "Configure Challenge" +#~ msgstr "Configurar Desafio" + +#~ msgid "Passed" +#~ msgstr "Passou" diff --git a/addons/gamification/i18n/tr.po b/addons/gamification/i18n/tr.po index b5a0a30a551..bd7bfb5c033 100644 --- a/addons/gamification/i18n/tr.po +++ b/addons/gamification/i18n/tr.po @@ -7,49 +7,39 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 19:35+0000\n" -"Last-Translator: Ediz Duman \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:33+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: gamification -#: selection:gamification.challenge.line,condition:0 -msgid "<=" -msgstr "<=" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:741 -#, python-format +#: model:email.template,body_html:gamification.email_template_badge_received msgid "" -"
Nobody has succeeded to reach every goal, no badge is rewared for this " -"challenge." +"\n" +"

Congratulation, you have received the badge " +"${object.badge_id.name} !\n" +" % if object.sender_id\n" +" This badge was granted by " +"${object.sender_id.name}.\n" +" % endif\n" +"

\n" +"\n" +" % if object.comment\n" +"

${object.comment}

\n" +" % endif\n" +" " msgstr "" -#. module: gamification -#: code:addons/gamification/models/challenge.py:739 -#, python-format -msgid "
Reward (badge %s) for every succeeding user was sent to %s." -msgstr "" - -#. module: gamification -#: code:addons/gamification/models/challenge.py:748 -#, python-format -msgid "" -"
Special rewards were sent to the top competing users. The ranking for " -"this challenge is :" -msgstr "" -"
Özel ödüller üst rakip kullanıcılar gönderildi. Bu mücadele için " -"sıralamasıdır:" - #. module: gamification #: model:email.template,body_html:gamification.email_template_goal_reminder msgid "" -"
\n" +"\n" +"
\n" " Reminder ${object.name}\n" "
\n" " \n" @@ -63,6 +53,7 @@ msgstr "" #. module: gamification #: model:email.template,body_html:gamification.simple_report_template msgid "" +"\n" "
\n" " ${object.name}\n" "
\n" @@ -78,10 +69,11 @@ msgid "" "
Completeness
${line['name']}${line['target']}\n" " % if line['suffix']:\n" @@ -110,10 +102,11 @@ msgid "" " Current
${goal['rank']}${goal['name']}${goal['completeness']}%
\n" "\n" -"

\n" +"

\n" "\n" " % endfor\n" "% endif\n" " " msgstr "" +#. module: gamification +#: selection:gamification.challenge.line,condition:0 +msgid "<=" +msgstr "<=" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:745 +#, python-format +msgid "" +"
Nobody has succeeded to reach every goal, no badge is rewared for this " +"challenge." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:743 +#, python-format +msgid "
Reward (badge %s) for every succeeding user was sent to %s." +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/challenge.py:752 +#, python-format +msgid "" +"
Special rewards were sent to the top competing users. The ranking for " +"this challenge is :" +msgstr "" +"
Özel ödüller üst rakip kullanıcılar gönderildi. Bu mücadele için " +"sıralamasıdır:" + #. module: gamification #: model:ir.actions.act_window,help:gamification.badge_list_action msgid "" @@ -207,23 +229,6 @@ msgid "" " " msgstr "" -#. module: gamification -#: model:email.template,body_html:gamification.email_template_badge_received -msgid "" -"

Congratulation, you have received the badge " -"${object.badge_id.name} !\n" -" % if object.sender_id\n" -" This badge was granted by " -"${object.sender_id.name}.\n" -" % endif\n" -"

\n" -"\n" -" % if object.comment\n" -"

${object.comment}

\n" -" % endif\n" -" " -msgstr "" - #. module: gamification #: selection:gamification.challenge.line,condition:0 msgid ">=" @@ -361,7 +366,7 @@ msgid "Can not grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Can not modify the configuration of a started goal" msgstr "" @@ -476,11 +481,6 @@ msgstr "" msgid "Condition" msgstr "" -#. module: gamification -#: view:gamification.challenge:gamification.view_challenge_kanban -msgid "Configure Challenge" -msgstr "" - #. module: gamification #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users msgid "Create User" @@ -528,7 +528,6 @@ msgid "Creator" msgstr "" #. module: gamification -#: view:gamification.goal:gamification.goal_search_view #: field:gamification.goal.wizard,current:0 msgid "Current" msgstr "" @@ -630,6 +629,7 @@ msgstr "" #. module: gamification #: selection:gamification.challenge,state:0 +#: view:gamification.goal:gamification.goal_search_view msgid "Done" msgstr "" @@ -648,9 +648,9 @@ msgid "End Date" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 -#: code:addons/gamification/models/goal.py:146 -#: code:addons/gamification/models/goal.py:444 +#: code:addons/gamification/models/challenge.py:553 +#: code:addons/gamification/models/goal.py:148 +#: code:addons/gamification/models/goal.py:453 #, python-format msgid "Error!" msgstr "" @@ -987,7 +987,12 @@ msgid "Individual Goals" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:310 +#: field:gamification.goal.definition,model_inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + +#. module: gamification +#: code:addons/gamification/models/goal.py:319 #, python-format msgid "Invalid return content from the evaluation of code for definition %s" msgstr "" @@ -995,7 +1000,7 @@ msgstr "" #. module: gamification #: model:gamification.goal.definition,name:gamification.definition_base_invite msgid "Invite new Users" -msgstr "" +msgstr "Yeni Kullanıcı Davet edin" #. module: gamification #: view:gamification.challenge:gamification.view_challenge_wizard @@ -1190,7 +1195,7 @@ msgid "No one, assigned through challenges" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:751 +#: code:addons/gamification/models/challenge.py:755 #, python-format msgid "Nobody reached the required conditions to receive special badges." msgstr "" @@ -1245,11 +1250,6 @@ msgstr "" msgid "Participating" msgstr "" -#. module: gamification -#: view:gamification.goal:gamification.goal_search_view -msgid "Passed" -msgstr "" - #. module: gamification #: selection:gamification.badge,rule_auth:0 msgid "People having some badges" @@ -1375,7 +1375,7 @@ msgid "Responsible" msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:549 +#: code:addons/gamification/models/challenge.py:553 #, python-format msgid "Retrieving progress for personal challenge without user information" msgstr "" @@ -1411,6 +1411,11 @@ msgstr "" msgid "Rewards for challenges" msgstr "" +#. module: gamification +#: view:gamification.goal:gamification.goal_search_view +msgid "Running" +msgstr "" + #. module: gamification #: view:gamification.challenge:gamification.challenge_search_view msgid "Running Challenges" @@ -1481,7 +1486,7 @@ msgstr "" #. module: gamification #: model:gamification.goal.definition,name:gamification.definition_base_company_logo msgid "Set your Company Logo" -msgstr "" +msgstr "Firmanızın Logosunu Ayarlayın" #. module: gamification #: model:gamification.goal.definition,name:gamification.definition_base_timezone @@ -1491,6 +1496,11 @@ msgstr "" #. module: gamification #: model:gamification.challenge,name:gamification.challenge_base_configure msgid "Setup your Company" +msgstr "Firmanızı Ayarlayın" + +#. module: gamification +#: view:gamification.challenge:gamification.challenge_form_view +msgid "Start Challenge" msgstr "" #. module: gamification @@ -1572,7 +1582,7 @@ msgid "The action that will be called to update the goal value." msgstr "" #. module: gamification -#: code:addons/gamification/models/challenge.py:735 +#: code:addons/gamification/models/challenge.py:739 #, python-format msgid "The challenge %s is finished." msgstr "" @@ -1602,7 +1612,7 @@ msgid "" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:146 +#: code:addons/gamification/models/goal.py:148 #, python-format msgid "" "The domain for the definition %s seems incorrect, please check it.\n" @@ -1737,7 +1747,7 @@ msgid "These goals will not be recomputed." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 +#: code:addons/gamification/models/badge.py:238 #, python-format msgid "This badge can not be sent by users." msgstr "" @@ -1784,7 +1794,7 @@ msgid "Update" msgstr "" #. module: gamification -#: code:addons/gamification/models/goal.py:478 +#: code:addons/gamification/models/goal.py:487 #, python-format msgid "Update %s" msgstr "" @@ -1809,10 +1819,10 @@ msgid "Users" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:230 -#: code:addons/gamification/models/badge.py:232 -#: code:addons/gamification/models/badge.py:234 -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:238 +#: code:addons/gamification/models/badge.py:240 +#: code:addons/gamification/models/badge.py:242 +#: code:addons/gamification/models/badge.py:244 #: code:addons/gamification/wizard/grant_badge.py:44 #, python-format msgid "Warning!" @@ -1848,7 +1858,7 @@ msgid "Yearly" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:232 +#: code:addons/gamification/models/badge.py:240 #, python-format msgid "You are not in the user allowed list." msgstr "" @@ -1865,13 +1875,13 @@ msgid "You can still grant" msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:234 +#: code:addons/gamification/models/badge.py:242 #, python-format msgid "You do not have the required badges." msgstr "" #. module: gamification -#: code:addons/gamification/models/badge.py:236 +#: code:addons/gamification/models/badge.py:244 #, python-format msgid "You have already sent this badge too many time this month." msgstr "" diff --git a/addons/gamification_sale_crm/i18n/it.po b/addons/gamification_sale_crm/i18n/it.po new file mode 100644 index 00000000000..de9cc0b64e1 --- /dev/null +++ b/addons/gamification_sale_crm/i18n/it.po @@ -0,0 +1,115 @@ +# Italian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-03 11:46+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_customer_refunds +msgid "Customer Refunds" +msgstr "Note di Credito" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_lead_delay_close +msgid "Days to Close a Deal" +msgstr "Giorno per chiudere l'accordo" + +#. module: gamification_sale_crm +#: model:gamification.challenge,name:gamification_sale_crm.challenge_crm_marketing +msgid "Lead Acquisition" +msgstr "Acquisizione lead" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_call +msgid "Logged Calls" +msgstr "Chiamate registrate" + +#. module: gamification_sale_crm +#: model:gamification.challenge,name:gamification_sale_crm.challenge_crm_sale +msgid "Monthly Sales Targets" +msgstr "Obiettivi mensili vendite" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_new_leads +msgid "New Leads" +msgstr "Nuove Lead" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_new_opportunities +msgid "New Opportunities" +msgstr "Nuove Opportunità" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_sale_order_created +msgid "New Sales Orders" +msgstr "Nuovo ordini di vendita" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_paid_sale_order +msgid "Paid Sales Orders" +msgstr "Paga ordini di vendita" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_lead_delay_open +msgid "Time to Qualify a Lead" +msgstr "Tempo per qualitificare una lead" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_tot_customer_refunds +msgid "Total Customer Refunds" +msgstr "Totale resi cliente" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_tot_invoices +msgid "Total Invoiced" +msgstr "Totale Fatturato" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_tot_paid_sale_order +msgid "Total Paid Sales Orders" +msgstr "Totale ordini di vendita pagati" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_call +msgid "calls" +msgstr "chiamate" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_lead_delay_close +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_lead_delay_open +msgid "days" +msgstr "giorni" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_customer_refunds +msgid "invoices" +msgstr "fatture" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_new_leads +msgid "leads" +msgstr "lead" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_new_opportunities +msgid "opportunities" +msgstr "opportunità" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_paid_sale_order +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_sale_order_created +msgid "orders" +msgstr "ordini" diff --git a/addons/gamification_sale_crm/i18n/pt.po b/addons/gamification_sale_crm/i18n/pt.po new file mode 100644 index 00000000000..751fcb44069 --- /dev/null +++ b/addons/gamification_sale_crm/i18n/pt.po @@ -0,0 +1,115 @@ +# Portuguese translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-06 10:16+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_customer_refunds +msgid "Customer Refunds" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_lead_delay_close +msgid "Days to Close a Deal" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.challenge,name:gamification_sale_crm.challenge_crm_marketing +msgid "Lead Acquisition" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_call +msgid "Logged Calls" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.challenge,name:gamification_sale_crm.challenge_crm_sale +msgid "Monthly Sales Targets" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_new_leads +msgid "New Leads" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_new_opportunities +msgid "New Opportunities" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_sale_order_created +msgid "New Sales Orders" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_nbr_paid_sale_order +msgid "Paid Sales Orders" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_lead_delay_open +msgid "Time to Qualify a Lead" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_tot_customer_refunds +msgid "Total Customer Refunds" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_tot_invoices +msgid "Total Invoiced" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,name:gamification_sale_crm.definition_crm_tot_paid_sale_order +msgid "Total Paid Sales Orders" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_call +msgid "calls" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_lead_delay_close +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_lead_delay_open +msgid "days" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_customer_refunds +msgid "invoices" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_new_leads +msgid "leads" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_new_opportunities +msgid "opportunities" +msgstr "" + +#. module: gamification_sale_crm +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_paid_sale_order +#: model:gamification.goal.definition,suffix:gamification_sale_crm.definition_crm_nbr_sale_order_created +msgid "orders" +msgstr "" diff --git a/addons/google_account/i18n/es_AR.po b/addons/google_account/i18n/es_AR.po index 3e1b4751f06..a45b2a5dc46 100644 --- a/addons/google_account/i18n/es_AR.po +++ b/addons/google_account/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: google_account #: field:google.service,create_uid:0 @@ -43,7 +43,7 @@ msgid "Last Updated on" msgstr "" #. module: google_account -#: code:addons/google_account/google_account.py:169 +#: code:addons/google_account/google_account.py:168 #, python-format msgid "Something went wrong with your request to google" msgstr "" diff --git a/addons/google_calendar/i18n/de.po b/addons/google_calendar/i18n/de.po index 7526ee80169..9ee4527567d 100644 --- a/addons/google_calendar/i18n/de.po +++ b/addons/google_calendar/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 12:47+0000\n" +"PO-Revision-Date: 2014-09-25 06:43+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: google_calendar @@ -418,7 +418,7 @@ msgstr "durch Klick auf den Button \"OFF\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "https://cloud.google.com/console" -msgstr "" +msgstr "https://cloud.google.com/console" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings diff --git a/addons/google_calendar/i18n/it.po b/addons/google_calendar/i18n/it.po index 4cc36f35cd2..1b1567d4d65 100644 --- a/addons/google_calendar/i18n/it.po +++ b/addons/google_calendar/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 12:40+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -25,7 +25,7 @@ msgstr "" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "\"Calendar API\"" -msgstr "" +msgstr "\"API Calendario\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -35,7 +35,7 @@ msgstr "" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "\"Create Project\"" -msgstr "" +msgstr "\"Crea progetto\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -55,7 +55,7 @@ msgstr "" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "'Credentials'" -msgstr "" +msgstr "'Credenziali'" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -75,12 +75,12 @@ msgstr "" #. module: google_calendar #: model:ir.actions.act_window,name:google_calendar.action_config_settings_google_calendar msgid "API Configuration" -msgstr "" +msgstr "Configurazione API" #. module: google_calendar #: model:ir.ui.menu,name:google_calendar.menu_calendar_google_tech_config msgid "API Credentials" -msgstr "" +msgstr "Credenziali API" #. module: google_calendar #. openerp-web @@ -117,17 +117,17 @@ msgstr "" #. module: google_calendar #: view:res.users:google_calendar.view_users_form msgid "Calendar" -msgstr "" +msgstr "Calendario" #. module: google_calendar #: field:res.users,google_calendar_cal_id:0 msgid "Calendar ID" -msgstr "" +msgstr "ID Calendario" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Click on" -msgstr "" +msgstr "Click su" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings diff --git a/addons/google_calendar/i18n/pl.po b/addons/google_calendar/i18n/pl.po index ef2e5662338..56c4f0f2ea9 100644 --- a/addons/google_calendar/i18n/pl.po +++ b/addons/google_calendar/i18n/pl.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-03 14:46+0000\n" +"PO-Revision-Date: 2014-09-26 20:55+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "\"/google_account/authentication\"" -msgstr "" +msgstr "\"/google_account/authentication\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -41,7 +41,7 @@ msgstr "\"Utwórz projekt\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "\"Redirect RI\"" -msgstr "" +msgstr "\"Przekieruj RI\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -56,32 +56,32 @@ msgstr "'Utwórz nowe ID klienta'" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "'Credentials'" -msgstr "" +msgstr "'Poświadczenia'" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "'Web Application'" -msgstr "" +msgstr "'Aplikacja webowa'" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "(from menu APIs and auth) and click on button" -msgstr "" +msgstr "(z menu API i auth) i naciśnij przycisk" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid ") that you need to insert in the 2 fields below !" -msgstr "" +msgstr ") które musisz wstawić w dwóch polach poniżej !" #. module: google_calendar #: model:ir.actions.act_window,name:google_calendar.action_config_settings_google_calendar msgid "API Configuration" -msgstr "" +msgstr "Konfiguracja API" #. module: google_calendar #: model:ir.ui.menu,name:google_calendar.menu_calendar_google_tech_config msgid "API Credentials" -msgstr "" +msgstr "Poświadczenia API" #. module: google_calendar #. openerp-web @@ -91,6 +91,8 @@ msgid "" "All events have been disconnected from your previous account. You can now " "restart the synchronization" msgstr "" +"Wszystkie wydarzenia zostały odłączone od twojego poprzedniego konta. Możesz " +"teraz wznowić synchronizację" #. module: google_calendar #. openerp-web @@ -100,6 +102,8 @@ msgid "" "An administrator needs to configure Google Synchronization before you can " "use it!" msgstr "" +"Administrator musi skonfigurować Synchronizację Google, zanim będziesz mógł " +"jej używać!" #. module: google_calendar #. openerp-web @@ -109,31 +113,33 @@ msgid "" "An error occured while disconnecting events from your previous account. " "Please retry or contact your administrator." msgstr "" +"Wystąpił błąd podczas odłączania wydarzeń od twojego poprzedniego konta. " +"Spróbuj ponownie lub skontaktuj się z administratorem." #. module: google_calendar #: model:ir.model,name:google_calendar.model_calendar_attendee msgid "Attendee information" -msgstr "" +msgstr "Informacja dla uczestników" #. module: google_calendar #: view:res.users:google_calendar.view_users_form msgid "Calendar" -msgstr "" +msgstr "Kalendarz" #. module: google_calendar #: field:res.users,google_calendar_cal_id:0 msgid "Calendar ID" -msgstr "" +msgstr "ID kalendarza" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Click on" -msgstr "" +msgstr "Naciśnij na" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Client ID" -msgstr "" +msgstr "ID klienta" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -143,52 +149,52 @@ msgstr "" #. module: google_calendar #: field:base.config.settings,cal_client_id:0 msgid "Client_id" -msgstr "" +msgstr "Client_id" #. module: google_calendar #: field:base.config.settings,cal_client_secret:0 msgid "Client_key" -msgstr "" +msgstr "Client_key" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Connect on your google account and go to" -msgstr "" +msgstr "Połącz na swoim koncie google i idź do" #. module: google_calendar #. openerp-web #: code:addons/google_calendar/static/src/js/calendar_sync.js:47 #, python-format msgid "Do you want to do this now?" -msgstr "" +msgstr "Czy chcesz to zrobić teraz?" #. module: google_calendar #: model:ir.model,name:google_calendar.model_calendar_event msgid "Event" -msgstr "" +msgstr "Wydarzenie" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "" "Fill in the Name of application and check that the platform is well on" -msgstr "" +msgstr "Wypełnij nazwę aplikacji i sprawdź, czy platforma jest włączona" #. module: google_calendar #. openerp-web #: code:addons/google_calendar/static/src/xml/web_calendar.xml:8 #, python-format msgid "Google" -msgstr "" +msgstr "Google" #. module: google_calendar #: field:calendar.attendee,google_internal_event_id:0 msgid "Google Calendar Event Id" -msgstr "" +msgstr "ID wydarzenia w Kalendarzu Google" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Google Client ID" -msgstr "" +msgstr "ID Klienta Google" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -198,12 +204,12 @@ msgstr "" #. module: google_calendar #: sql_constraint:calendar.attendee:0 msgid "Google ID should be unique!" -msgstr "" +msgstr "ID Google powinno być unikalne!" #. module: google_calendar #: field:google.calendar,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: google_calendar #. openerp-web @@ -213,11 +219,13 @@ msgid "" "In order to do this, you first need to disconnect all existing events from " "the old account." msgstr "" +"Aby to zrobić, musisz najpierw odłączyć wszystkie wydarzenia od starego " +"konta." #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "In the menu on left side, select the sub menu" -msgstr "" +msgstr "W menu po lewej wybierz menu podrzędne" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -225,6 +233,7 @@ msgid "" "In the menu on left side, select the sub menu APIs (from menu APIs and auth) " "and activate" msgstr "" +"W menu po lewej wybierz menu podrzędne API (z menu API i auth) i aktywuj" #. module: google_calendar #: help:res.users,google_calendar_cal_id:0 @@ -232,31 +241,33 @@ msgid "" "Last Calendar ID who has been synchronized. If it is changed, we remove all " "links between GoogleID and Odoo Google Internal ID" msgstr "" +"Ostatnie ID kalendarza zostało zsynchronizowane. Jeśli zostanie zmienione, " +"usuniemy wszystkie powiązania między ID Google i wewnętrznym ID Odoo Google." #. module: google_calendar #: field:res.users,google_calendar_last_sync_date:0 msgid "Last synchro date" -msgstr "" +msgstr "Data ostatniej synchronizacji" #. module: google_calendar #: field:calendar.attendee,oe_synchro_date:0 msgid "Odoo Synchro Date" -msgstr "" +msgstr "Data synchronizacji Odoo" #. module: google_calendar #: field:calendar.event,oe_update_date:0 msgid "Odoo Update Date" -msgstr "" +msgstr "Data aktualizacji Odoo" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Once done, you will have the both informations (" -msgstr "" +msgstr "Po wszystkim otrzymasz obie informacje (" #. module: google_calendar #: field:res.users,google_calendar_rtoken:0 msgid "Refresh Token" -msgstr "" +msgstr "Znaczek odświeżania" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -264,11 +275,13 @@ msgid "" "Remark : You can, if you want, personalize the consent screen that your " "users will see by clicking on" msgstr "" +"Uwaga: możesz, jeśli chcesz, spersonalizować ekran zgody, który zobaczą twoi " +"użytkownicy, klikając na" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "Return at Top" -msgstr "" +msgstr "Powrót na górę" #. module: google_calendar #: field:base.config.settings,google_cal_sync:0 @@ -281,7 +294,7 @@ msgstr "" #: code:addons/google_calendar/static/src/xml/web_calendar.xml:8 #, python-format msgid "Sync with" -msgstr "" +msgstr "Synchronizuj z" #. module: google_calendar #. openerp-web @@ -291,6 +304,8 @@ msgid "" "The Google Synchronization needs to be configured before you can use it, do " "you want to do it now?" msgstr "" +"Synchronizacja Google musi zostać skonfigurowana przed użyciem, czy chcesz " +"to zrobić teraz?" #. module: google_calendar #. openerp-web @@ -300,6 +315,8 @@ msgid "" "The account you are trying to synchronize (%s) is not the same as the last " "one used (%s)!" msgstr "" +"Konto, które próbujesz zsynchronizować: (%s) , jest inne niż poprzednio " +"używane: (%s)!" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -307,11 +324,12 @@ msgid "" "To setup the signin process with Google, first you have to perform the " "following steps" msgstr "" +"Aby skonfigurować proces logowania z Google, musisz wykonać następujące kroki" #. module: google_calendar #: field:res.users,google_calendar_token_validity:0 msgid "Token Validity" -msgstr "" +msgstr "Ważność znaczka" #. module: google_calendar #: field:base.config.settings,server_uri:0 @@ -321,22 +339,22 @@ msgstr "" #. module: google_calendar #: field:res.users,google_calendar_token:0 msgid "User token" -msgstr "" +msgstr "Znaczek użytkownika" #. module: google_calendar #: model:ir.model,name:google_calendar.model_res_users msgid "Users" -msgstr "" +msgstr "Użytkownicy" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "When it's done, check that the button of" -msgstr "" +msgstr "Kiedy skończyć, zaznacz tek przycisk" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "You can now click on" -msgstr "" +msgstr "Teraz możesz kliknąć na" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -344,6 +362,8 @@ msgid "" "You should now configure the allowed pages on which you will be redirected. " "To do it, you need to complete the field" msgstr "" +"Powinieneś teraz skonfigurować zezwolone strony, na które będziesz " +"przekierowywany. Aby to zrobić, musisz wypełnić to pole" #. module: google_calendar #. openerp-web @@ -352,6 +372,8 @@ msgstr "" msgid "" "You will be redirected to Google to authorize access to your calendar!" msgstr "" +"Zostaniesz przekierowany do Google, aby autoryzować dostęp do swojego " +"kalendarza!" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -359,11 +381,13 @@ msgid "" "You will need to accept again the \"Google APIs Terms of services\" and " "\"Calendar API Terms of service\"" msgstr "" +"Będziesz musiał ponownie zaakceptować \"Warunki użytkowania API Google\" " +"oraz \"Warunki użytkowania API Kalendarza\"" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "and" -msgstr "" +msgstr "i" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings @@ -371,28 +395,30 @@ msgid "" "and enter a project name and change your id if you want. Don't forget to " "accept the Terms of Services" msgstr "" +"i wprowadź nazwę projektu i zmień swoje ID, jeśli chcesz. Nie zapomnij " +"zaakceptować Warunków użytkowania" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "and set as value (your own domain followed by" -msgstr "" +msgstr "i ustaw jako wartość (twoja własna domena, a następnie" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "by clicking on button \"OFF\"." -msgstr "" +msgstr "klikając na przycisk \"OFF\"." #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "https://cloud.google.com/console" -msgstr "" +msgstr "https://cloud.google.com/console" #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "in the left menu." -msgstr "" +msgstr "w menu po lewej." #. module: google_calendar #: view:base.config.settings:google_calendar.view_calendar_config_settings msgid "is well in green and with text \"ON\"" -msgstr "" +msgstr "jest na zielono i z napisem \"ON\"" diff --git a/addons/google_drive/i18n/de.po b/addons/google_drive/i18n/de.po index b2500a3766f..7f4df957383 100644 --- a/addons/google_drive/i18n/de.po +++ b/addons/google_drive/i18n/de.po @@ -8,13 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 12:58+0000\n" -"Last-Translator: Heike Vocks (openbig.org) \n" +"PO-Revision-Date: 2014-09-25 06:45+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: google_drive @@ -354,6 +355,8 @@ msgid "" "You haven't configured 'Authorization Code' generated from google, Please " "generate and configure it ." msgstr "" +"Sie haben noch nicht die Authentifizierung für Google konfiguriert. Bitte " +"generieren und konfigurieren Sie diese." #. module: google_drive #: view:base.config.settings:google_drive.inherited_google_view_general_configuration diff --git a/addons/google_drive/i18n/pl.po b/addons/google_drive/i18n/pl.po index f6458ed21c9..2968fe306a3 100644 --- a/addons/google_drive/i18n/pl.po +++ b/addons/google_drive/i18n/pl.po @@ -8,14 +8,15 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-26 21:25+0000\n" +"Last-Translator: Monika Grzelak (OpenGLOBE.pl) " +"\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -23,6 +24,8 @@ msgid "" "- Go to the Odoo document you want to filter. For instance, go to " "Opportunities and search on Sales Department." msgstr "" +"- Idź do dokumentu Odoo, który chcesz filtrować. Na przykład idź do Szans i " +"wyszukaj Dział sprzedaży." #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -30,6 +33,8 @@ msgid "" "- If filter is not specified, link of google document will appear in " "\"More\" option for all users for all opportunities." msgstr "" +"- jeśli filtr nie został określony, link do dokumentu Google pojawi się w " +"opcji \"Więcej\" dla wszystkich użytkowników i wszystkich szans." #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -38,6 +43,9 @@ msgid "" "\"More\" options will not appear for other users in opportunities of Sales " "Department." msgstr "" +"- Jeśli nie zaznaczysz \"Dziel ze wszystkimi użytkownikami\", link do " +"dokumentu Google nie pojawi się w opcji \"Więcej\" dla innych użytkowników w " +"szansach w Dziale sprzedaży." #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -46,6 +54,9 @@ msgid "" "\"More\" options will appear for all users in opportunities of Sales " "Department." msgstr "" +"- Jeśli wybierzesz \"Dziel ze wszystkimi użytkownikami\", link do dokumentu " +"Google pojawi się w opcji \"Więcej\" dla wszystkich użytkowników w szansach " +"w Dziale sprzedaży." #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -53,6 +64,8 @@ msgid "" "- In this \"Search\" view, select the option \"Save Current Filter\", enter " "the name (Ex: Sales Department)" msgstr "" +"- W tym widoku wyszukiwania zaznacz opcję \"Zapisz aktualny filtr\" i " +"wprowadź nazwę (Np. Dział sprzedaży)" #. module: google_drive #: model:ir.actions.act_window,help:google_drive.action_google_drive_users_config @@ -70,22 +83,36 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Kliknij, aby dodać nowy szablon.\n" +"

\n" +"

\n" +" Zalinkuj swoje szablony dysku Google do dowolnego " +"rekordu Odoo. Jeśli posiadasz bardzo specyficzne dokumenty, które twój " +"współpracownik ma wypełnić, np. używasz arkusza kalkulacyjnego do " +"kontrolowania jakości produktu lub sprawdzania listy kontrolnej dostaw dla " +"każdego zamówienia zagranicznego... Bardzo łatwo można nimi zarządzać, " +"zalinkuj je do Odoo i używaj ich do współpracy ze swoimi pracownikami.\n" +"

\n" +" " #. module: google_drive #: field:google.drive.config,active:0 msgid "Active" -msgstr "" +msgstr "Aktywne" #. module: google_drive #: code:addons/google_drive/google_drive.py:49 #, python-format msgid "At least one key cannot be found in your Google Drive name pattern" msgstr "" +"Co najmniej jeden przycisk nie może zostać znaleziony we wzorze twojej nazwy " +"Google Drive" #. module: google_drive #: field:base.config.settings,google_drive_authorization_code:0 msgid "Authorization Code" -msgstr "" +msgstr "Kod autoryzacyjny" #. module: google_drive #: help:google.drive.config,name_template:0 @@ -93,39 +120,41 @@ msgid "" "Choose how the new google drive will be named, on google side. Eg. " "gdoc_%(field_name)s" msgstr "" +"Wybierz, jak nowy dysk Google zostanie nazwany na stronie Google. Np. " +"gdoc_%(field_name)s" #. module: google_drive #: view:base.config.settings:google_drive.inherited_google_view_general_configuration msgid "Configure your templates" -msgstr "" +msgstr "Konfiguruj swoje szablony" #. module: google_drive #: field:google.drive.config,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Utworzone przez" #. module: google_drive #: field:google.drive.config,create_date:0 msgid "Created on" -msgstr "" +msgstr "Data utworzenia" #. module: google_drive #: code:addons/google_drive/google_drive.py:157 #, python-format msgid "Creating google drive may only be done by one at a time." -msgstr "" +msgstr "Dyski Google mogą być tworzone wyłącznie po jednym w danym czasie." #. module: google_drive #: model:ir.filters,name:google_drive.filter_partner msgid "Customer" -msgstr "" +msgstr "Klient" #. module: google_drive #: code:addons/google_drive/google_drive.py:71 #: code:addons/google_drive/google_drive.py:91 #, python-format msgid "Error!" -msgstr "" +msgstr "Błąd!" #. module: google_drive #: field:google.drive.config,filter_id:0 @@ -137,34 +166,34 @@ msgstr "Filtr" #: code:addons/google_drive/google_drive.py:89 #, python-format msgid "Go to the configuration panel" -msgstr "" +msgstr "Przejdź do panelu konfiguracji" #. module: google_drive #: field:google.drive.config,google_drive_client_id:0 msgid "Google Client " -msgstr "" +msgstr "Klient Google " #. module: google_drive #: model:ir.ui.menu,name:google_drive.menu_google_drive_config msgid "Google Drive" -msgstr "" +msgstr "Dysk Google" #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form #: view:google.drive.config:google_drive.view_google_drive_config_tree msgid "Google Drive Configuration" -msgstr "" +msgstr "Konfiguracja dysku Google" #. module: google_drive #: code:addons/google_drive/google_drive.py:157 #, python-format msgid "Google Drive Error!" -msgstr "" +msgstr "Błąd dysku Google!" #. module: google_drive #: field:google.drive.config,name_template:0 msgid "Google Drive Name Pattern" -msgstr "" +msgstr "Wzór nazwy dysku Google" #. module: google_drive #: code:addons/google_drive/google_drive.py:71 @@ -173,22 +202,24 @@ msgstr "" msgid "" "Google Drive is not yet configured. Please contact your administrator." msgstr "" +"Dysk Google nie został jeszcze skonfigurowany. Skontaktuj się z " +"administratorem" #. module: google_drive #: model:ir.model,name:google_drive.model_google_drive_config msgid "Google Drive templates config" -msgstr "" +msgstr "Konfiguracja szablonów dysku Google" #. module: google_drive #: field:google.drive.config,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: google_drive #: code:addons/google_drive/google_drive.py:189 #, python-format msgid "Incorrect URL!" -msgstr "" +msgstr "Nieprawidłowy adres URL!" #. module: google_drive #: code:addons/google_drive/google_drive.py:49 @@ -199,35 +230,35 @@ msgstr "Błąd klucza" #. module: google_drive #: field:google.drive.config,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ostatnio modyfikowane przez" #. module: google_drive #: field:google.drive.config,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Data ostatniej modyfikacji" #. module: google_drive #: field:google.drive.config,model:0 #: field:google.drive.config,model_id:0 msgid "Model" -msgstr "" +msgstr "Model" #. module: google_drive #: constraint:google.drive.config:0 msgid "" "Model of selected filter is not matching with model of current template." -msgstr "" +msgstr "Model wybranego filtru nie pasuje do modelu aktualnego szablonu." #. module: google_drive #: code:addons/google_drive/google_drive.py:189 #, python-format msgid "Please enter a valid Google Document URL." -msgstr "" +msgstr "Wpisz prawidłowy adres dokumentu Google." #. module: google_drive #: field:google.drive.config,google_drive_resource_id:0 msgid "Resource Id" -msgstr "" +msgstr "ID zasobu" #. module: google_drive #: code:addons/google_drive/google_drive.py:88 @@ -236,33 +267,35 @@ msgid "" "Something went wrong during the token generation. Please request again an " "authorization code ." msgstr "" +"Coś poszło nie tak podczas generowania znaczka. Poproś o ponowne nadanie " +"kodu autoryzacji." #. module: google_drive #: field:google.drive.config,name:0 msgid "Template Name" -msgstr "" +msgstr "Nazwa szablonu" #. module: google_drive #: field:google.drive.config,google_drive_template_url:0 msgid "Template URL" -msgstr "" +msgstr "Adres szablonu" #. module: google_drive #: model:ir.actions.act_window,name:google_drive.action_google_drive_users_config #: model:ir.ui.menu,name:google_drive.menu_google_drive_model_config msgid "Templates" -msgstr "" +msgstr "Szablony" #. module: google_drive #: code:addons/google_drive/google_drive.py:106 #, python-format msgid "The Google Template cannot be found. Maybe it has been deleted." -msgstr "" +msgstr "Nie można znaleźć szablonu Google. Mógł zostać usunięty." #. module: google_drive #: help:base.config.settings,google_drive_uri:0 msgid "The URL to generate the authorization code from Google" -msgstr "" +msgstr "Adres do generowania kodu autoryzacji w Google" #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -275,6 +308,13 @@ msgid "" "in your Google Drive and in Odoo attachment will be named\n" " 'Agrolait_SO0001_Sales'." msgstr "" +"Nazwa załączonego dokumentu może używać stałych lub zmiennych danych. Aby " +"rozróżniać dokumenty w\n" +" dysku Google, użyj stałych słów i pól. Np. w " +"przykładzie powyżej, jeśli napisałeś Agrolait_%(name)s_Sales\n" +" w polu nazwy dysku Google, dokument w dysku " +"Google i załączniku Odoo zostanie nazwany\n" +" 'Agrolait_SO0001_Sales'." #. module: google_drive #: code:addons/google_drive/google_drive.py:133 @@ -283,22 +323,24 @@ msgid "" "The permission 'reader' for 'anyone with the link' has not been written on " "the document" msgstr "" +"Zezwolenie 'czytelnik' dla 'każdy z linkiem' nie zostało umieszczone w " +"dokumencie" #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form msgid "To create a new filter:" -msgstr "" +msgstr "Aby utworzyć nowy filtr:" #. module: google_drive #: field:base.config.settings,google_drive_uri:0 msgid "URI" -msgstr "" +msgstr "Adres URI" #. module: google_drive #: code:addons/google_drive/google_drive.py:106 #, python-format msgid "Warning!" -msgstr "" +msgstr "Ostrzeżenie!" #. module: google_drive #: code:addons/google_drive/google_drive.py:68 @@ -307,11 +349,13 @@ msgid "" "You haven't configured 'Authorization Code' generated from google, Please " "generate and configure it ." msgstr "" +"Nie skonfigurowałeś 'Kodu autoryzacji' generowanego w Google, wygeneruj go i " +"skonfiguruj." #. module: google_drive #: view:base.config.settings:google_drive.inherited_google_view_general_configuration msgid "and paste it here" -msgstr "" +msgstr "i wklej tutaj" #. module: google_drive #: view:google.drive.config:google_drive.view_google_drive_config_form @@ -319,3 +363,5 @@ msgid "" "https://docs.google.com/document/d/1vOtpJK9scIQz6taD9tJRIETWbEw3fSiaQHArsJYcu" "a4/edit" msgstr "" +"https://docs.google.com/document/d/1vOtpJK9scIQz6taD9tJRIETWbEw3fSiaQHArsJYcu" +"a4/edit" diff --git a/addons/google_spreadsheet/i18n/hr.po b/addons/google_spreadsheet/i18n/hr.po index f9a76040664..150c696984d 100644 --- a/addons/google_spreadsheet/i18n/hr.po +++ b/addons/google_spreadsheet/i18n/hr.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-01 11:25+0000\n" -"Last-Translator: Goran Kliska \n" +"PO-Revision-Date: 2014-09-26 13:35+0000\n" +"Last-Translator: Ivan Marijanović \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: google_spreadsheet #. openerp-web @@ -27,7 +27,7 @@ msgstr "Dodaj u Google Spreadsheet" #. module: google_spreadsheet #: model:ir.model,name:google_spreadsheet.model_google_drive_config msgid "Google Drive templates config" -msgstr "" +msgstr "Google Drive postavke predložaka" #. module: google_spreadsheet #: model:ir.actions.act_window,help:google_spreadsheet.action_ir_attachment_google_spreadsheet_tree diff --git a/addons/google_spreadsheet/i18n/pl.po b/addons/google_spreadsheet/i18n/pl.po new file mode 100644 index 00000000000..7d79c1ceb2f --- /dev/null +++ b/addons/google_spreadsheet/i18n/pl.po @@ -0,0 +1,46 @@ +# Polish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-09-26 21:27+0000\n" +"Last-Translator: Monika Grzelak (OpenGLOBE.pl) " +"\n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: google_spreadsheet +#. openerp-web +#: code:addons/google_spreadsheet/static/src/xml/addtospreadsheet.xml:3 +#, python-format +msgid "Add to Google Spreadsheet" +msgstr "Dodaj do arkusza kalkulacyjnego Google" + +#. module: google_spreadsheet +#: model:ir.model,name:google_spreadsheet.model_google_drive_config +msgid "Google Drive templates config" +msgstr "Konfiguracja szablonów dysku Google" + +#. module: google_spreadsheet +#: model:ir.actions.act_window,help:google_spreadsheet.action_ir_attachment_google_spreadsheet_tree +#: model:ir.actions.act_window,name:google_spreadsheet.action_ir_attachment_google_spreadsheet_tree +#: view:ir.attachment:google_spreadsheet.view_ir_attachment_google_spreadsheet_form +#: view:ir.attachment:google_spreadsheet.view_ir_attachment_google_spreadsheet_tree +#: model:ir.ui.menu,name:google_spreadsheet.menu_reporting_dashboard_google_spreadsheets +msgid "Google Spreadsheets" +msgstr "Arkusze kalkulacyjne Google" + +#. module: google_spreadsheet +#: view:ir.attachment:google_spreadsheet.view_ir_attachment_google_spreadsheet_form +#: view:ir.attachment:google_spreadsheet.view_ir_attachment_google_spreadsheet_tree +msgid "Name" +msgstr "Nazwa" diff --git a/addons/hr/i18n/de.po b/addons/hr/i18n/de.po index b307930834b..09be0f2ce5a 100644 --- a/addons/hr/i18n/de.po +++ b/addons/hr/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 09:26+0000\n" +"PO-Revision-Date: 2014-09-25 15:22+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr @@ -353,13 +353,13 @@ msgstr "Mitarbeiter kategorie" #. module: hr #: field:hr.employee.category,name:0 msgid "Employee Tag" -msgstr "Mitarbeiter 'Tag'" +msgstr "Mitarbeiterkategorie" #. module: hr #: model:ir.actions.act_window,name:hr.open_view_categ_form #: model:ir.ui.menu,name:hr.menu_view_employee_category_form msgid "Employee Tags" -msgstr "Schlagwörter" +msgstr "Mitarbeiterkategorie" #. module: hr #: help:hr.employee,bank_account_id:0 @@ -439,7 +439,7 @@ msgstr "Followers" #. module: hr #: view:hr.employee:hr.hr_kanban_view_employees msgid "Following" -msgstr "Verfolgen" +msgstr "Folgen" #. module: hr #: field:hr.employee,gender:0 @@ -782,7 +782,7 @@ msgstr "Hauptabteilung" #. module: hr #: field:hr.employee.category,parent_id:0 msgid "Parent Employee Tag" -msgstr "Übergordneter Mitarbeiter-Tag" +msgstr "Übergeordnete Kategorie" #. module: hr #: field:hr.employee,passport_id:0 @@ -842,7 +842,7 @@ msgstr "Verbundene Mitarbeiter" #. module: hr #: model:ir.ui.menu,name:hr.menu_hr_reporting_timesheet msgid "Reports" -msgstr "Statistiken" +msgstr "Auswertungen" #. module: hr #: field:hr.job,requirements:0 @@ -933,12 +933,12 @@ msgstr "Zusammenfassung" #. module: hr #: field:hr.employee,category_ids:0 msgid "Tags" -msgstr "Schlagwörter" +msgstr "Kategorien" #. module: hr #: view:hr.config.settings:hr.view_human_resources_configuration msgid "Talent Management" -msgstr "Talentmanagement" +msgstr "Bewerbermanagement" #. module: hr #: sql_constraint:hr.job:0 @@ -1028,7 +1028,7 @@ msgstr "Prognose Mitarbeiterzahl" #. module: hr #: view:hr.employee:hr.hr_kanban_view_employees msgid "Unfollow" -msgstr "Verfolgen beenden" +msgstr "Nicht mehr folgen" #. module: hr #: field:hr.employee,message_unread:0 diff --git a/addons/hr/i18n/pt.po b/addons/hr/i18n/pt.po index 11ade7343b4..e3d99528799 100644 --- a/addons/hr/i18n/pt.po +++ b/addons/hr/i18n/pt.po @@ -6,22 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" +"Report-Msgid-Bugs-To: Daniel Santos \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-30 19:26+0000\n" +"Last-Translator: Daniel Santos - ThinkOpen \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr #: code:addons/hr/hr.py:158 #, python-format msgid "%s (copy)" -msgstr "" +msgstr "%s (cópia)" #. module: hr #: model:ir.actions.act_window,help:hr.open_view_employee_list_my @@ -36,6 +36,17 @@ msgid "" "

\n" " " msgstr "" +"

\n" +" Clique para adicionar um novo Funcionário.\n" +"

\n" +" Com apenas uma rápida revisão no ecrã de Funcionários do " +"Odoo, \n" +" consegue facilmente encontrar toda a informação que precisa " +"para cada pessoa;\n" +" dados de contacto, vagas de emprego em aberto, " +"disponibilidade, etc.\n" +"

\n" +" " #. module: hr #: model:ir.actions.act_window,help:hr.open_module_tree_department @@ -64,11 +75,11 @@ msgid "" " " msgstr "" "

\n" -" Clique para definir um novo departamento.\n" +" Clique para definir um novo Departamento.\n" "

\n" -" A sua estrutura de departamentos é usada para gerir todos os " -"documentos relacionados com empregados por departamentos: despesas e " -"controlo horário, dispensas e férias, recrutamentos, etc.\n" +" A sua estrutura de Departamentos é usada para gerir todos os " +"\t\t\t\t documentos relacionados com funcionários por departamentos: " +"despesas e \t\t\t\t folha de horas, ausências e férias, recrutamento, etc.\n" "

\n" " " @@ -95,14 +106,14 @@ msgid "" " " msgstr "" "

\n" -" Clicar para definir um novo cargo.\n" +" Clique para definir um Novo Cargo.\n" "

\n" -" Os cargos são usados para definir as tarefas e requisitos. " -"Pode rastrear o número de funcionários por cargo e seguir a evolução de " -"acordo com o que planeou para o futuro.\n" +" Os Cargos são usados para definir as tarefas e os seus " +"requisitos. \t\t\t\t Pode acompanhar o número de funcionários por cargo e " +"seguir as \t\t\t\t evoluções de acordo com o que planeou para o futuro.\n" "

\n" " Pode anexar um inquérito a um cargo. Será usado no processo " -"de recrutamento para avaliar as candidaturas à este cargo.\n" +"\t\t\t\t de recrutamento para avaliar as candidaturas a este cargo.\n" "

\n" " " @@ -121,7 +132,7 @@ msgstr "Funcionalidades adicionais" msgid "" "Allow invoicing based on timesheets (the sale application will be installed)" msgstr "" -"Permite faturação baseada em registo de horas (a aplicação de vendas será " +"Permite faturação baseada em folhas de horas (a aplicação de vendas será " "instalada)" #. module: hr @@ -155,6 +166,8 @@ msgid "" "By default 'Closed', set it to 'In Recruitment' if recruitment process is " "going on for this job position." msgstr "" +"Por padrão 'Fechado', defina-o como 'Em Recrutamento' se o processo de " +"recrutamento está em curso." #. module: hr #: view:hr.config.settings:hr.view_human_resources_configuration @@ -185,7 +198,7 @@ msgstr "Cidade" #: view:hr.employee:hr.view_employee_filter #: field:hr.employee,coach_id:0 msgid "Coach" -msgstr "Treinador" +msgstr "Tutor" #. module: hr #: field:hr.employee,color:0 @@ -214,7 +227,7 @@ msgstr "Configuração" #: view:hr.config.settings:hr.view_human_resources_configuration #: model:ir.actions.act_window,name:hr.action_human_resources_configuration msgid "Configure Human Resources" -msgstr "Configurar recursos humanos" +msgstr "Configurar Recursos Humanos" #. module: hr #: view:hr.employee:hr.view_employee_form @@ -238,7 +251,7 @@ msgstr "Crie os Seus Departamentos" #: field:hr.employee.category,create_uid:0 #: field:hr.job,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Criado por" #. module: hr #: field:hr.config.settings,create_date:0 @@ -247,7 +260,7 @@ msgstr "" #: field:hr.employee.category,create_date:0 #: field:hr.job,create_date:0 msgid "Created on" -msgstr "" +msgstr "Criado em" #. module: hr #: field:hr.job,no_of_employee:0 @@ -263,7 +276,7 @@ msgstr "Data de Nascimento" #: help:hr.employee,message_last_post:0 #: help:hr.job,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data da última mensagem colocada no registo." #. module: hr #: view:hr.department:hr.view_department_filter @@ -289,7 +302,7 @@ msgstr "Departamentos" #. module: hr #: field:res.users,display_employees_suggestions:0 msgid "Display Employees Suggestions" -msgstr "" +msgstr "Mostrar Sugestões Empregados" #. module: hr #: selection:hr.employee,marital:0 @@ -299,7 +312,7 @@ msgstr "Divorciado" #. module: hr #: field:hr.config.settings,module_hr_gamification:0 msgid "Drive engagement with challenges and badges" -msgstr "" +msgstr "Conduza os comprimissoes com desafios e medalhas" #. module: hr #: view:hr.employee:hr.view_employee_form @@ -316,18 +329,18 @@ msgstr "Categoria do funcionário" #. module: hr #: field:hr.employee.category,name:0 msgid "Employee Tag" -msgstr "" +msgstr "Etiqueta de Funcionário" #. module: hr #: model:ir.actions.act_window,name:hr.open_view_categ_form #: model:ir.ui.menu,name:hr.menu_view_employee_category_form msgid "Employee Tags" -msgstr "Etiquetas de empregados" +msgstr "Etiquetas de Funcionários" #. module: hr #: help:hr.employee,bank_account_id:0 msgid "Employee bank salary account" -msgstr "Conta bancária do funcionário" +msgstr "Conta bancária do Funcionário" #. module: hr #: view:hr.employee:hr.view_employee_filter @@ -346,12 +359,12 @@ msgstr "Funcionários" #: view:hr.employee.category:hr.view_employee_category_list #: view:hr.employee.category:hr.view_employee_category_tree msgid "Employees Categories" -msgstr "Categorias de funcionários" +msgstr "Categorias de Funcionários" #. module: hr #: model:ir.actions.act_window,name:hr.open_view_employee_tree msgid "Employees Structure" -msgstr "Estrutura de funcionários" +msgstr "Estrutura de Funcionários" #. module: hr #: constraint:hr.employee.category:0 @@ -371,13 +384,13 @@ msgstr "Erro! Não pode criar hierarquias de funcionários de forma recursiva." #. module: hr #: field:hr.job,no_of_recruitment:0 msgid "Expected New Employees" -msgstr "" +msgstr "Esperados Novos Funcionários" #. module: hr #: help:hr.job,expected_employees:0 msgid "" "Expected number of employees for this job position after new recruitment." -msgstr "Número de empregados neste cargo após novo recrutamento." +msgstr "Número de funcionários neste cargo após novo recrutamento." #. module: hr #: selection:hr.employee,gender:0 @@ -390,7 +403,7 @@ msgstr "Feminino" #: view:hr.employee:hr.hr_kanban_view_employees #, python-format msgid "Follow" -msgstr "" +msgstr "Seguir" #. module: hr #: field:hr.employee,message_follower_ids:0 @@ -401,7 +414,7 @@ msgstr "Seguidores" #. module: hr #: view:hr.employee:hr.hr_kanban_view_employees msgid "Following" -msgstr "" +msgstr "Seguindo" #. module: hr #: field:hr.employee,gender:0 @@ -412,7 +425,7 @@ msgstr "Género" #: view:hr.employee:hr.view_employee_filter #: view:hr.job:hr.view_job_filter msgid "Group By" -msgstr "" +msgstr "Agrupar por" #. module: hr #: view:hr.employee:hr.view_employee_form @@ -422,7 +435,7 @@ msgstr "Definições RH" #. module: hr #: field:hr.job,no_of_hired_employee:0 msgid "Hired Employees" -msgstr "" +msgstr "Funcionários Contratados" #. module: hr #: help:hr.employee,message_summary:0 @@ -431,6 +444,8 @@ msgid "" "Holds the Chatter summary (number of messages, ...). This summary is " "directly in html format in order to be inserted in kanban views." msgstr "" +"Mantém o resumo Chatter (número de mensagens, ...). Este resumo édiretamente " +"em formato html para serem inseridas nas vistas kanban." #. module: hr #: field:hr.employee,address_home_id:0 @@ -457,7 +472,7 @@ msgstr "Gestão de recursos humanos" #: field:hr.employee.category,id:0 #: field:hr.job,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: hr #: field:hr.employee,identification_id:0 @@ -512,23 +527,23 @@ msgstr "Descrição de funções" #. module: hr #: field:hr.job,name:0 msgid "Job Name" -msgstr "Nome do cargo" +msgstr "Nome do Cargo" #. module: hr #: model:ir.model,name:hr.model_hr_job msgid "Job Position" -msgstr "" +msgstr "Posição do Cargo" #. module: hr #: model:ir.actions.act_window,name:hr.action_hr_job #: model:ir.ui.menu,name:hr.menu_hr_job_position msgid "Job Positions" -msgstr "Posições de cargos" +msgstr "Posições de Cargos" #. module: hr #: field:hr.employee,job_id:0 msgid "Job Title" -msgstr "" +msgstr "Título do Cargo" #. module: hr #: field:hr.department,jobs_ids:0 @@ -540,7 +555,7 @@ msgstr "Cargos" #: field:hr.employee,message_last_post:0 #: field:hr.job,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data da última Mensagem" #. module: hr #: field:hr.config.settings,write_uid:0 @@ -577,7 +592,7 @@ msgstr "Folhas" #. module: hr #: field:hr.employee,login:0 msgid "Login" -msgstr "LogIn" +msgstr "Iniciar Sessão" #. module: hr #: selection:hr.employee,gender:0 @@ -587,12 +602,12 @@ msgstr "Masculino" #. module: hr #: field:hr.config.settings,module_hr_expense:0 msgid "Manage employees expenses" -msgstr "Gerir despesas de empregados" +msgstr "Gerir despesas de Funcionários" #. module: hr #: field:hr.config.settings,module_hr_holidays:0 msgid "Manage holidays, leaves and allocation requests" -msgstr "Gerir férias, dispensas e pedidos de alocação" +msgstr "Gerir férias, ausências e pedidos de alocação" #. module: hr #: field:hr.config.settings,module_hr_payroll:0 @@ -684,7 +699,7 @@ msgstr "Notas" #. module: hr #: help:hr.job,no_of_employee:0 msgid "Number of employees currently occupying this job position." -msgstr "Número de empregados ocupando este cargo." +msgstr "Número de funcionários a ocupar este cargo." #. module: hr #: sql_constraint:hr.job:0 @@ -692,12 +707,16 @@ msgid "" "Number of hired employee must be less than expected number of employee in " "recruitment." msgstr "" +"Número de funcionários contratados deve ser menor do que o número esperado " +"de trabalhadores em recrutamento." #. module: hr #: help:hr.job,no_of_hired_employee:0 msgid "" "Number of hired employees for this job position during recruitment phase." msgstr "" +"Número de funcionários contratados para este posto de trabalho durante a " +"fase de recrutamento." #. module: hr #: help:hr.job,no_of_recruitment:0 @@ -717,7 +736,7 @@ msgstr "Abrir Menu RH" #. module: hr #: field:hr.config.settings,module_hr_evaluation:0 msgid "Organize employees periodic evaluation" -msgstr "Organizar avaliação periódica de empregados" +msgstr "Organizar avaliação periódica de funcionários" #. module: hr #: field:hr.employee,otherid:0 @@ -727,7 +746,7 @@ msgstr "Outro Id" #. module: hr #: view:hr.employee:hr.view_employee_form msgid "Other Information ..." -msgstr "" +msgstr "Outra Informação ..." #. module: hr #: field:hr.department,parent_id:0 @@ -737,7 +756,7 @@ msgstr "Departamento Pai" #. module: hr #: field:hr.employee.category,parent_id:0 msgid "Parent Employee Tag" -msgstr "" +msgstr "Etiqueta de Departamento Pai" #. module: hr #: field:hr.employee,passport_id:0 @@ -772,17 +791,17 @@ msgstr "Informação pública" #. module: hr #: field:hr.config.settings,module_hr_contract:0 msgid "Record contracts per employee" -msgstr "" +msgstr "Registar Contratos por Funcionário" #. module: hr #: selection:hr.job,state:0 msgid "Recruitment Closed" -msgstr "" +msgstr "Recrutamento Fechado" #. module: hr #: selection:hr.job,state:0 msgid "Recruitment in Progress" -msgstr "" +msgstr "Recrutamento em Progresso" #. module: hr #: view:hr.employee:hr.view_employee_form @@ -827,7 +846,7 @@ msgstr "Solteiro" #. module: hr #: field:hr.employee,image_small:0 msgid "Small-sized photo" -msgstr "" +msgstr "Foto tamanho pequeno" #. module: hr #: help:hr.employee,image_small:0 @@ -836,9 +855,9 @@ msgid "" "image, with aspect ratio preserved. Use this field anywhere a small image is " "required." msgstr "" -"Foto de tamanho pequeno do empregado. É automaticamente redimensionada para " -"uma imagem de 64x64 pixéis, com o rácio preservado. Use este campo onde uma " -"imagem pequena for necessária." +"Foto de tamanho pequeno do funcionário. É automaticamente redimensionada " +"para uma imagem de 64x64 pixéis, com o rácio preservado. Use este campo onde " +"uma imagem pequena for necessária." #. module: hr #: help:hr.employee,sinid:0 @@ -877,7 +896,7 @@ msgstr "Subordinados" #: code:addons/hr/static/src/xml/suggestions.xml:15 #, python-format msgid "Suggested Employees" -msgstr "" +msgstr "Funcionários Sugeridos" #. module: hr #: field:hr.employee,message_summary:0 @@ -888,7 +907,7 @@ msgstr "Resumo" #. module: hr #: field:hr.employee,category_ids:0 msgid "Tags" -msgstr "" +msgstr "Etiquetas" #. module: hr #: view:hr.config.settings:hr.view_human_resources_configuration @@ -900,6 +919,7 @@ msgstr "Gestão de talento" msgid "" "The name of the job position must be unique per department in company!" msgstr "" +"O nome do posto de trabalho deve ser único por departamento na empresa!" #. module: hr #: help:hr.employee,image:0 @@ -916,8 +936,8 @@ msgid "" "This installs the module account_analytic_analysis, which will install sales " "management too." msgstr "" -"Instala o módulo account_analytic_analysis, que instalará também a gestão " -"de vendas." +"Instala o módulo account_analytic_analysis, que instalará também a Gestão " +"de Vendas." #. module: hr #: help:hr.config.settings,module_hr_attendance:0 @@ -942,7 +962,7 @@ msgstr "Instala o módulo hr_expense." #. module: hr #: help:hr.config.settings,module_hr_gamification:0 msgid "This installs the module hr_gamification." -msgstr "" +msgstr "Instala o módulo hr_gamification" #. module: hr #: help:hr.config.settings,module_hr_holidays:0 @@ -977,12 +997,12 @@ msgstr "Registo de Tempo" #. module: hr #: field:hr.job,expected_employees:0 msgid "Total Forecasted Employees" -msgstr "Total de empregados previsto" +msgstr "Total de funcionários previstos" #. module: hr #: view:hr.employee:hr.hr_kanban_view_employees msgid "Unfollow" -msgstr "" +msgstr "Deixar de seguir" #. module: hr #: field:hr.employee,message_unread:0 @@ -993,7 +1013,7 @@ msgstr "Mensagens por ler" #. module: hr #: field:hr.job,write_date:0 msgid "Update Date" -msgstr "" +msgstr "Atualizar data" #. module: hr #: model:ir.model,name:hr.model_res_users @@ -1005,6 +1025,8 @@ msgstr "Utilizadores" #, python-format msgid "Welcome to %s! Please help him/her take the first steps with Odoo!" msgstr "" +"Dê as boas vindas á/ao %s! Por favor, ajude-o/a a dar os primeiros passos no " +"Odoo!" #. module: hr #: selection:hr.employee,marital:0 @@ -1024,12 +1046,12 @@ msgstr "Telémovel do Emprego" #. module: hr #: field:hr.employee,work_phone:0 msgid "Work Phone" -msgstr "Telefone do Trabalho" +msgstr "Telefone do Emprego" #. module: hr #: field:hr.employee,address_id:0 msgid "Working Address" -msgstr "Endereço de Trabalho" +msgstr "Endereço de Emprego" #. module: hr #: view:hr.department:hr.view_department_form @@ -1039,14 +1061,14 @@ msgstr "departamento" #. module: hr #: view:hr.employee:hr.view_employee_form msgid "e.g. Part Time" -msgstr "" +msgstr "por ex.: Part Time" #. module: hr #: view:hr.job:hr.view_hr_job_form msgid "new employee(s) expected" -msgstr "" +msgstr "novo(s) funcionário(s) esperado(s)" #. module: hr #: view:hr.job:hr.view_hr_job_form msgid "no_of_recruitment" -msgstr "" +msgstr "no_of_recruitment" diff --git a/addons/hr_applicant_document/i18n/pt.po b/addons/hr_applicant_document/i18n/pt.po new file mode 100644 index 00000000000..b0ebf902bfe --- /dev/null +++ b/addons/hr_applicant_document/i18n/pt.po @@ -0,0 +1,48 @@ +# Portuguese translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"PO-Revision-Date: 2014-09-30 14:31+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: hr_applicant_document +#: model:ir.actions.act_window,help:hr_applicant_document.hr_applicant_resumes +msgid "" +"

\n" +" Search through resumes and motivation letters.\n" +"

\n" +" " +msgstr "" + +#. module: hr_applicant_document +#: model:ir.model,name:hr_applicant_document.model_hr_applicant +msgid "Applicant" +msgstr "" + +#. module: hr_applicant_document +#: field:hr.applicant,index_content:0 +msgid "Index Content" +msgstr "" + +#. module: hr_applicant_document +#: view:hr.applicant:hr_applicant_document.view_crm_case_jobs_filter_inherit +msgid "Resume Content" +msgstr "" + +#. module: hr_applicant_document +#: model:ir.actions.act_window,name:hr_applicant_document.hr_applicant_resumes +#: model:ir.ui.menu,name:hr_applicant_document.menu_crm_case_categ0_act_job02 +msgid "Resumes and Letters" +msgstr "" diff --git a/addons/hr_attendance/i18n/ar.po b/addons/hr_attendance/i18n/ar.po index a3ff1b4c52b..71d291881f1 100644 --- a/addons/hr_attendance/i18n/ar.po +++ b/addons/hr_attendance/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "تاريخ" @@ -249,6 +248,11 @@ msgstr "أقصى. تأخير(أدنى)" msgid "Min Delay" msgstr "التأخير الادنى" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "شهر" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/bg.po b/addons/hr_attendance/i18n/bg.po index 6c2c29ac6d8..a87f05f7ec6 100644 --- a/addons/hr_attendance/i18n/bg.po +++ b/addons/hr_attendance/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Дата" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "Минимално закъснение" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Месец" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/bs.po b/addons/hr_attendance/i18n/bs.po index 5c3e71a5be3..d3367635035 100644 --- a/addons/hr_attendance/i18n/bs.po +++ b/addons/hr_attendance/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/ca.po b/addons/hr_attendance/i18n/ca.po index e33b91dcd5d..9d0401cd71d 100644 --- a/addons/hr_attendance/i18n/ca.po +++ b/addons/hr_attendance/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -151,7 +151,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -254,6 +253,11 @@ msgstr "Màx. retard (minuts)" msgid "Min Delay" msgstr "Mín. retard" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/cs.po b/addons/hr_attendance/i18n/cs.po index fbb96a80963..33028a2f046 100644 --- a/addons/hr_attendance/i18n/cs.po +++ b/addons/hr_attendance/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -148,7 +148,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datum" @@ -251,6 +250,11 @@ msgstr "Max. zpoždění (minut)" msgid "Min Delay" msgstr "Min. zpoždění" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Měsíc" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/da.po b/addons/hr_attendance/i18n/da.po index b08002f06ce..4d91428a0e6 100644 --- a/addons/hr_attendance/i18n/da.po +++ b/addons/hr_attendance/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/de.po b/addons/hr_attendance/i18n/de.po index 853f7e2b97b..eee08b7dc0d 100644 --- a/addons/hr_attendance/i18n/de.po +++ b/addons/hr_attendance/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-22 10:16+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 22:20+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance @@ -100,7 +100,7 @@ msgstr "Fehler Anwesenheit:" #: model:ir.actions.act_window,name:hr_attendance.open_view_attendance_reason #: model:ir.ui.menu,name:hr_attendance.menu_open_view_attendance_reason msgid "Attendance Reasons" -msgstr "Anmeldungen / Abmeldungen" +msgstr "An- und Abmeldegründe" #. module: hr_attendance #: view:hr.action.reason:hr_attendance.view_attendance_reason @@ -151,7 +151,6 @@ msgid "Current Month" msgstr "Aktueller Monat" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datum" @@ -255,6 +254,11 @@ msgstr "Max. Zeitabw. (Min)" msgid "Min Delay" msgstr "Minus Abw." +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Monat" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/el.po b/addons/hr_attendance/i18n/el.po index b08e386f124..fbd45314ca2 100644 --- a/addons/hr_attendance/i18n/el.po +++ b/addons/hr_attendance/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -148,7 +148,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Ημερομηνία" @@ -251,6 +250,11 @@ msgstr "Μέγιστη Καθυστέρηση" msgid "Min Delay" msgstr "Ελάχιστη Καθυστέρηση" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Μήνας" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/en_GB.po b/addons/hr_attendance/i18n/en_GB.po index c6d4850fad8..68cdcc7b3eb 100644 --- a/addons/hr_attendance/i18n/en_GB.po +++ b/addons/hr_attendance/i18n/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -147,7 +147,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Date" @@ -251,6 +250,11 @@ msgstr "" msgid "Min Delay" msgstr "Min Delay" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Month" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/es.po b/addons/hr_attendance/i18n/es.po index dc915d40599..1744542497d 100644 --- a/addons/hr_attendance/i18n/es.po +++ b/addons/hr_attendance/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-15 07:54+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "Mes actual" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Fecha" @@ -253,6 +252,11 @@ msgstr "Máx. retraso (minutos)" msgid "Min Delay" msgstr "Mín. retraso" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/es_AR.po b/addons/hr_attendance/i18n/es_AR.po index 0764dc5d03b..df42ae07ff4 100644 --- a/addons/hr_attendance/i18n/es_AR.po +++ b/addons/hr_attendance/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -148,7 +148,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Fecha" @@ -251,6 +250,11 @@ msgstr "Máx. retraso (minutos)" msgid "Min Delay" msgstr "Retraso Mínimo" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/es_CL.po b/addons/hr_attendance/i18n/es_CL.po index cfce5009435..dd55257b607 100644 --- a/addons/hr_attendance/i18n/es_CL.po +++ b/addons/hr_attendance/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -148,7 +148,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -251,6 +250,11 @@ msgstr "Máx. retraso (minutos)" msgid "Min Delay" msgstr "Mín. retraso" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/es_CR.po b/addons/hr_attendance/i18n/es_CR.po index 0729df2bee7..4400ac3a60c 100644 --- a/addons/hr_attendance/i18n/es_CR.po +++ b/addons/hr_attendance/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Fecha" @@ -253,6 +252,11 @@ msgstr "Máx. retraso (minutos)" msgid "Min Delay" msgstr "Mín. retraso" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/es_EC.po b/addons/hr_attendance/i18n/es_EC.po index bf47275ee86..ba41ba93a99 100644 --- a/addons/hr_attendance/i18n/es_EC.po +++ b/addons/hr_attendance/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Fecha" @@ -253,6 +252,11 @@ msgstr "Máx. retraso (minutos)" msgid "Min Delay" msgstr "Mín. retraso" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/es_PY.po b/addons/hr_attendance/i18n/es_PY.po index eee50059023..da739f76b84 100644 --- a/addons/hr_attendance/i18n/es_PY.po +++ b/addons/hr_attendance/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Fecha" @@ -253,6 +252,11 @@ msgstr "Máx. retraso (minutos)" msgid "Min Delay" msgstr "Mín. retraso" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/et.po b/addons/hr_attendance/i18n/et.po index 2d64a3c19b0..a9df3821d23 100644 --- a/addons/hr_attendance/i18n/et.po +++ b/addons/hr_attendance/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -147,7 +147,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Kuupäev" @@ -250,6 +249,11 @@ msgstr "Maks viivitus (min)" msgid "Min Delay" msgstr "Min viivitus" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Kuu" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/fi.po b/addons/hr_attendance/i18n/fi.po index a717c73f07d..0cad465e8f0 100644 --- a/addons/hr_attendance/i18n/fi.po +++ b/addons/hr_attendance/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Päivä" @@ -257,6 +256,11 @@ msgstr "Suurin myöhästyminen (min.)" msgid "Min Delay" msgstr "Pienin myöhästyminen" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Kuukausi" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/fr.po b/addons/hr_attendance/i18n/fr.po index 45c6b98672e..2660aa72353 100644 --- a/addons/hr_attendance/i18n/fr.po +++ b/addons/hr_attendance/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -149,7 +149,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Date" @@ -253,6 +252,11 @@ msgstr "Retard max (Min)" msgid "Min Delay" msgstr "Retard min" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mois" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/gl.po b/addons/hr_attendance/i18n/gl.po index fdc18775636..ee580840888 100644 --- a/addons/hr_attendance/i18n/gl.po +++ b/addons/hr_attendance/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -253,6 +252,11 @@ msgstr "Atraso máx. (minutos)" msgid "Min Delay" msgstr "Atraso mín." +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mes" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/he.po b/addons/hr_attendance/i18n/he.po index b38fe94e423..316d5159577 100644 --- a/addons/hr_attendance/i18n/he.po +++ b/addons/hr_attendance/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/hr.po b/addons/hr_attendance/i18n/hr.po index b65d61f135a..5c127698fc4 100644 --- a/addons/hr_attendance/i18n/hr.po +++ b/addons/hr_attendance/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -149,7 +149,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datum" @@ -253,6 +252,11 @@ msgstr "Maksimalno kašnjenje (Min)" msgid "Min Delay" msgstr "Minimalno kašnjenje" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mjesec" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/hu.po b/addons/hr_attendance/i18n/hu.po index 0509c4b9b5f..269aabf6b8b 100644 --- a/addons/hr_attendance/i18n/hu.po +++ b/addons/hr_attendance/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Dátum" @@ -256,6 +255,11 @@ msgstr "Max. késés (perc)" msgid "Min Delay" msgstr "Min. késés" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Hónap" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/id.po b/addons/hr_attendance/i18n/id.po index f0abb3c0e24..e456725f39a 100644 --- a/addons/hr_attendance/i18n/id.po +++ b/addons/hr_attendance/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Tanggal" @@ -253,6 +252,11 @@ msgstr "Max.Keterlambatan (Min)" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Bulan" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/it.po b/addons/hr_attendance/i18n/it.po index faac6e8ffec..59c65e2166a 100644 --- a/addons/hr_attendance/i18n/it.po +++ b/addons/hr_attendance/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -149,7 +149,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -252,6 +251,11 @@ msgstr "Ritardo Massimo (min.)" msgid "Min Delay" msgstr "Minuti di Ritardoa" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mese" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/ja.po b/addons/hr_attendance/i18n/ja.po index 8896e9e9143..f9c68bb3696 100644 --- a/addons/hr_attendance/i18n/ja.po +++ b/addons/hr_attendance/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "日付" @@ -249,6 +248,11 @@ msgstr "最大の遅れ(分)" msgid "Min Delay" msgstr "最小遅れ" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "月" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/ko.po b/addons/hr_attendance/i18n/ko.po index 344563e752b..4b887c00b10 100644 --- a/addons/hr_attendance/i18n/ko.po +++ b/addons/hr_attendance/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "나짜" @@ -249,6 +248,11 @@ msgstr "최대 지연 (분)" msgid "Min Delay" msgstr "최소 지연" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "월" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/lt.po b/addons/hr_attendance/i18n/lt.po index 439797d94db..44ea0af417f 100644 --- a/addons/hr_attendance/i18n/lt.po +++ b/addons/hr_attendance/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/lv.po b/addons/hr_attendance/i18n/lv.po index ab66c5065b5..021d3f14d10 100644 --- a/addons/hr_attendance/i18n/lv.po +++ b/addons/hr_attendance/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -149,7 +149,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datums" @@ -252,6 +251,11 @@ msgstr "Max. Kavējums (min.)" msgid "Min Delay" msgstr "Min. Kavējums" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mēnesis" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/mk.po b/addons/hr_attendance/i18n/mk.po index 80860bc163a..56be110e3e0 100644 --- a/addons/hr_attendance/i18n/mk.po +++ b/addons/hr_attendance/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Датум" @@ -255,6 +254,11 @@ msgstr "Максимум Доцнење (Мин.)" msgid "Min Delay" msgstr "Минимум доцнење" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Месец" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/mn.po b/addons/hr_attendance/i18n/mn.po index 22c2e795f49..d15e68b7e9c 100644 --- a/addons/hr_attendance/i18n/mn.po +++ b/addons/hr_attendance/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -147,7 +147,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Огноо" @@ -253,6 +252,11 @@ msgstr "Хамгийн их саатал (Хамгийн бага)" msgid "Min Delay" msgstr "Хамгийн бага саатал" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Сар" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/nb.po b/addons/hr_attendance/i18n/nb.po index 56609f5b002..5514bcb2585 100644 --- a/addons/hr_attendance/i18n/nb.po +++ b/addons/hr_attendance/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -149,7 +149,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Dato" @@ -252,6 +251,11 @@ msgstr "Maks. Forsinkelse (Min)" msgid "Min Delay" msgstr "Minimum forsinkelse." +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Måned" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/nl.po b/addons/hr_attendance/i18n/nl.po index 98da4dffbf5..0523b34b094 100644 --- a/addons/hr_attendance/i18n/nl.po +++ b/addons/hr_attendance/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-17 09:43+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -151,7 +151,6 @@ msgid "Current Month" msgstr "Huidige maand" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datum" @@ -255,6 +254,11 @@ msgstr "Maximale vertraging (min)" msgid "Min Delay" msgstr "Minimale vertraging" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Maand" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/nl_BE.po b/addons/hr_attendance/i18n/nl_BE.po index 4d519036b89..56f63cb74bd 100644 --- a/addons/hr_attendance/i18n/nl_BE.po +++ b/addons/hr_attendance/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/pl.po b/addons/hr_attendance/i18n/pl.po index 0d9c192edb1..d3fd4ef39d2 100644 --- a/addons/hr_attendance/i18n/pl.po +++ b/addons/hr_attendance/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 12:49+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "Bieżący miesiąc" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -253,6 +252,11 @@ msgstr "Maks. opóźnienie (min)" msgid "Min Delay" msgstr "Minimalne opóźnienie" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Miesiąc" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/pt.po b/addons/hr_attendance/i18n/pt.po index 51ebd1ce773..a18b9947ca5 100644 --- a/addons/hr_attendance/i18n/pt.po +++ b/addons/hr_attendance/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -253,6 +252,11 @@ msgstr "Máx. Atraso (Min)" msgid "Min Delay" msgstr "Atraso Mínimo" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mês" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/pt_BR.po b/addons/hr_attendance/i18n/pt_BR.po index bf2f8cf79cf..99d3e0954cb 100644 --- a/addons/hr_attendance/i18n/pt_BR.po +++ b/addons/hr_attendance/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -253,6 +252,11 @@ msgstr "Atraso Máx. (Min)" msgid "Min Delay" msgstr "Atraso Mín." +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Mês" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/ro.po b/addons/hr_attendance/i18n/ro.po index d29b1a00ce2..5429fd171e0 100644 --- a/addons/hr_attendance/i18n/ro.po +++ b/addons/hr_attendance/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -151,7 +151,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Data" @@ -256,6 +255,11 @@ msgstr "Intarzierea max. (Min)" msgid "Min Delay" msgstr "Min intarziere" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Luna" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/ru.po b/addons/hr_attendance/i18n/ru.po index e0d4b46f1b1..00e486f726c 100644 --- a/addons/hr_attendance/i18n/ru.po +++ b/addons/hr_attendance/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Дата" @@ -253,6 +252,11 @@ msgstr "Макс. задержка (мин)" msgid "Min Delay" msgstr "Мин. задержка" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Месяц" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/sl.po b/addons/hr_attendance/i18n/sl.po index a7ebe390206..f3f56104b7e 100644 --- a/addons/hr_attendance/i18n/sl.po +++ b/addons/hr_attendance/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datum" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "mesec" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/sq.po b/addons/hr_attendance/i18n/sq.po index 9564e5f28cb..ce8f9a4d524 100644 --- a/addons/hr_attendance/i18n/sq.po +++ b/addons/hr_attendance/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/sr.po b/addons/hr_attendance/i18n/sr.po index 57bc9d06c9b..8e813817876 100644 --- a/addons/hr_attendance/i18n/sr.po +++ b/addons/hr_attendance/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/sr@latin.po b/addons/hr_attendance/i18n/sr@latin.po index 5d17418389d..9f384f7e672 100644 --- a/addons/hr_attendance/i18n/sr@latin.po +++ b/addons/hr_attendance/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/sv.po b/addons/hr_attendance/i18n/sv.po index 3492f6ffbcb..51345be4588 100644 --- a/addons/hr_attendance/i18n/sv.po +++ b/addons/hr_attendance/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -150,7 +150,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Datum" @@ -255,6 +254,11 @@ msgstr "Max. Delay (Min)" msgid "Min Delay" msgstr "Minsta fördröjning" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Månad" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/th.po b/addons/hr_attendance/i18n/th.po index 1b4741c9fa4..74254412b3e 100644 --- a/addons/hr_attendance/i18n/th.po +++ b/addons/hr_attendance/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "วันที่" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "เดือน" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/tlh.po b/addons/hr_attendance/i18n/tlh.po index 23f55a64f40..6f6378a6905 100644 --- a/addons/hr_attendance/i18n/tlh.po +++ b/addons/hr_attendance/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/tr.po b/addons/hr_attendance/i18n/tr.po index 6312af3905e..0301778e67c 100644 --- a/addons/hr_attendance/i18n/tr.po +++ b/addons/hr_attendance/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -149,7 +149,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Tarih" @@ -252,6 +251,11 @@ msgstr "Max. Gecikme Süresi" msgid "Min Delay" msgstr "Enaz Gecikme" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Ay" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/uk.po b/addons/hr_attendance/i18n/uk.po index 92fe4f735e0..4ed23854315 100644 --- a/addons/hr_attendance/i18n/uk.po +++ b/addons/hr_attendance/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/vi.po b/addons/hr_attendance/i18n/vi.po index e0d8dfee624..c8fe4e3a0a9 100644 --- a/addons/hr_attendance/i18n/vi.po +++ b/addons/hr_attendance/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "Ngày" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "Tháng" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/zh_CN.po b/addons/hr_attendance/i18n/zh_CN.po index b02beda664c..fe1a68bf2ca 100644 --- a/addons/hr_attendance/i18n/zh_CN.po +++ b/addons/hr_attendance/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "日期" @@ -249,6 +248,11 @@ msgstr "Max. Delay (Min)" msgid "Min Delay" msgstr "最小推延" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "月份" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_attendance/i18n/zh_TW.po b/addons/hr_attendance/i18n/zh_TW.po index cc2d57c78ee..8f0d738375a 100644 --- a/addons/hr_attendance/i18n/zh_TW.po +++ b/addons/hr_attendance/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_attendance #: view:website:hr_attendance.report_attendanceerrors @@ -146,7 +146,6 @@ msgid "Current Month" msgstr "" #. module: hr_attendance -#: view:hr.attendance:hr_attendance.view_hr_attendance_filter #: field:hr.attendance,name:0 msgid "Date" msgstr "日期" @@ -249,6 +248,11 @@ msgstr "" msgid "Min Delay" msgstr "" +#. module: hr_attendance +#: view:hr.attendance:hr_attendance.view_hr_attendance_filter +msgid "Month" +msgstr "" + #. module: hr_attendance #: view:hr.attendance:hr_attendance.view_hr_attendance_filter msgid "My Attendance" diff --git a/addons/hr_contract/i18n/it.po b/addons/hr_contract/i18n/it.po index 959d9881933..68c0dccec9e 100644 --- a/addons/hr_contract/i18n/it.po +++ b/addons/hr_contract/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-09 14:13+0000\n" +"PO-Revision-Date: 2014-10-03 07:15+0000\n" "Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_contract @@ -249,12 +249,12 @@ msgstr "Data inizio prova" #. module: hr_contract #: field:base.action.rule,trg_date_resource_field_id:0 msgid "Use employee work schedule" -msgstr "" +msgstr "Utilizza schedulazione lavoro impiegato" #. module: hr_contract #: help:base.action.rule,trg_date_resource_field_id:0 msgid "Use the user's working schedule." -msgstr "" +msgstr "Usa la schedulazione di lavoro dell'utente" #. module: hr_contract #: field:hr.contract,visa_expire:0 diff --git a/addons/hr_evaluation/i18n/ar.po b/addons/hr_evaluation/i18n/ar.po index b7ca91d0e81..543e7a6af20 100644 --- a/addons/hr_evaluation/i18n/ar.po +++ b/addons/hr_evaluation/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -482,6 +482,11 @@ msgstr "" "راجع هذه الخانة اذا كنت تريد كل المراحل السابقة التي أُنهت قبل بدء هذه " "المرحلة." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -536,8 +541,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "تاريخ الإنشاء" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1021,6 +1026,11 @@ msgstr "الرسائل و سجل التواصل" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "شهر" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1177,8 +1187,8 @@ msgstr "متعلق " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1515,7 +1525,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "لا يمكنك بدء التقييم بدون تقييم مسبق" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "مغلق" +#~ msgid "closed" +#~ msgstr "مغلق" + +#~ msgid "Creation Date" +#~ msgstr "تاريخ الإنشاء" + +#~ msgid "Request_id" +#~ msgstr "Request_id" diff --git a/addons/hr_evaluation/i18n/bg.po b/addons/hr_evaluation/i18n/bg.po index 7cf41dfb3c4..75c73cfc92d 100644 --- a/addons/hr_evaluation/i18n/bg.po +++ b/addons/hr_evaluation/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Месец" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "Относно " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1511,7 +1521,5 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "Затворен" +#~ msgid "closed" +#~ msgstr "Затворен" diff --git a/addons/hr_evaluation/i18n/ca.po b/addons/hr_evaluation/i18n/ca.po index 42ee2865060..11702494ecd 100644 --- a/addons/hr_evaluation/i18n/ca.po +++ b/addons/hr_evaluation/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Marqueu aquesta casella si voleu esperar a que totes les fases prèvies " "estiguin finalitzades abans de iniciar aquesta." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,7 +556,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1036,6 +1041,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1192,8 +1202,8 @@ msgstr "Referent a " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "id_solicitud" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1532,7 +1542,8 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "tancat" +#~ msgid "Request_id" +#~ msgstr "id_solicitud" + +#~ msgid "closed" +#~ msgstr "tancat" diff --git a/addons/hr_evaluation/i18n/cs.po b/addons/hr_evaluation/i18n/cs.po index f3d33ab748e..b4ab12202a8 100644 --- a/addons/hr_evaluation/i18n/cs.po +++ b/addons/hr_evaluation/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_evaluation/i18n/da.po b/addons/hr_evaluation/i18n/da.po index d6b45c86193..72e268dfc75 100644 --- a/addons/hr_evaluation/i18n/da.po +++ b/addons/hr_evaluation/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_evaluation/i18n/de.po b/addons/hr_evaluation/i18n/de.po index d3b61ded9df..4dc344fdddc 100644 --- a/addons/hr_evaluation/i18n/de.po +++ b/addons/hr_evaluation/i18n/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 12:59+0000\n" -"Last-Translator: Heike Vocks (openbig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 08:59+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation @@ -101,17 +101,17 @@ msgid "" "
  • Significantly below standards and expectations
  • \n" "" msgstr "" -"h2> Bei der Vorgesetztenbeurteilung \n" +"

    Selbstbeurteilung von Vorgesetzten \n" "

    Zur Selbstbeurteilung erhalten Vorgesetzte die Möglichkeit zur " "Formulierung einer realistischen Einschätzung über die eigene Motivation, " "die Effizienz und das Engagement zur kontinuierlichen Verbesserung der " "eigenen Arbeit. \n" -"

    Die befragten Mitarbeiter senden die Beurteilung Ihrer Vorgesetzten " +"

    Die befragten Vorgesetzten senden die Beurteilung der eigenen Person " "anonym zurück. Es erfolgt eine Auswertung der Daten mit kurzer schriftliche " "Zusammenfassung durch die Personalleitung zur Weitergabe an den betroffenen " "Vorgesetzten, sein Team und die Bereichs- oder Geschäftsleitung. \n" -"

    Die Beurteilung von Arbeitsleistungen sollen nach der folgenden Metrik " -"erfolgen: \n" +"

    Die Beurteilung der eigenen Leistungen sollte dabei nach der folgenden " +"Metrik erfolgen: \n" "

      \n" "
    1. Übertrifft deutlich die Normen und Erwartungen für diese Stelle " "\n" @@ -430,7 +430,7 @@ msgstr "Beantworte Befragung" #: model:ir.actions.act_window,name:hr_evaluation.open_view_hr_evaluation_tree #: model:ir.ui.menu,name:hr_evaluation.menu_eval_hr msgid "Appraisal" -msgstr "Bewertung" +msgstr "Mitarbeiterbewertung" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_graph @@ -449,13 +449,13 @@ msgstr "Beurteilung Frist" #: field:hr.evaluation.interview,survey_id:0 #: field:hr_evaluation.plan.phase,survey_id:0 msgid "Appraisal Form" -msgstr "Formular Beurteilung" +msgstr "Beurteilungsfragebogen" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form #: field:hr_evaluation.evaluation,survey_request_ids:0 msgid "Appraisal Forms" -msgstr "Bewertungsformular" +msgstr "Beurteilungsfragebögen" #. module: hr_evaluation #: model:ir.model,name:hr_evaluation.model_hr_evaluation_interview @@ -470,13 +470,13 @@ msgstr "Beurteilung Interviews" #. module: hr_evaluation #: field:hr.evaluation.interview,phase_id:0 msgid "Appraisal Phase" -msgstr "Beurteilungszeitraum" +msgstr "Beurteilungsstufe" #. module: hr_evaluation #: view:hr_evaluation.plan:hr_evaluation.view_hr_evaluation_plan_form #: field:hr_evaluation.plan,phase_ids:0 msgid "Appraisal Phases" -msgstr "Beurteilungs Phasen" +msgstr "Beurteilung Stufen" #. module: hr_evaluation #: field:hr.employee,evaluation_plan_id:0 @@ -493,13 +493,13 @@ msgstr "Beurteilungsplan" #. module: hr_evaluation #: model:ir.model,name:hr_evaluation.model_hr_evaluation_plan_phase msgid "Appraisal Plan Phase" -msgstr "Beurteilungsplan Phase" +msgstr "Beurteilung Planungsstufe" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_tree msgid "Appraisal Plan Phases" -msgstr "Phasen des Beurteilungsplanes" +msgstr "Stufenplan für die Beurteilung" #. module: hr_evaluation #: view:hr_evaluation.plan:hr_evaluation.view_hr_evaluation_plan_search @@ -511,7 +511,7 @@ msgstr "Beurteilungspläne" #. module: hr_evaluation #: model:survey.page,title:hr_evaluation.opinion_1 msgid "Appraisal Process" -msgstr "Beurteilungsvorgehen" +msgstr "Beurteilungsablauf" #. module: hr_evaluation #: model:ir.actions.act_window,name:hr_evaluation.evaluation_reminders @@ -547,7 +547,7 @@ msgstr "Beurteilungen die auf Bestätigung warten" #: view:hr.employee:hr_evaluation.hr_hr_employee_view_form #: model:ir.ui.menu,name:hr_evaluation.menu_open_view_hr_evaluation_tree msgid "Appraisals" -msgstr "Bewertung" +msgstr "Personalbeurteilung" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.evaluation_search @@ -578,12 +578,12 @@ msgstr "Beurteilung von Vorgesetzten" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form msgid "Cancel Appraisal" -msgstr "Bewertung verwerfen" +msgstr "Bewertung abbrechen" #. module: hr_evaluation #: view:hr.evaluation.interview:hr_evaluation.view_hr_evaluation_interview_form msgid "Cancel Survey" -msgstr "Umfrage verwerfen" +msgstr "Befragung abbrechen" #. module: hr_evaluation #: selection:hr.evaluation.interview,state:0 @@ -597,8 +597,9 @@ msgstr "Abgebrochen" msgid "" "Check this box if you want to send mail to employees coming under this phase" msgstr "" -"Aktiviere Option, wenn Sie den durch diese Phase betroffenen Mitarbeiter " -"eine Mail senden wollen." +"Aktiviere Sie diese Einstellung, wenn Sie bereits in dieser Stufe der " +"Beurteilung den betroffenen Mitarbeiter eine E-Mail Benachrichtigung senden " +"möchten." #. module: hr_evaluation #: help:hr_evaluation.plan.phase,wait:0 @@ -606,8 +607,13 @@ msgid "" "Check this box if you want to wait that all preceding phases are finished " "before launching this phase." msgstr "" -"Aktiviere diese Box, wenn alle vorherigen Phasen abgeschlossen sein müssen, " -"um diese Phase zu eröffnen." +"Aktivieren Sie diese Einstellung, wenn alle vorherigen Stufen beendet sein " +"müssen, um mit dieser Stufe zu beginnen." + +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "Enddatum" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 @@ -666,8 +672,8 @@ msgstr "Erstellt am" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Datum Erstellung" +msgid "Creation Month" +msgstr "Erstellungsmonat" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -791,7 +797,7 @@ msgstr "Mitarbeiterkommentare" #. module: hr_evaluation #: model:survey.survey,title:hr_evaluation.opinion_form msgid "Employee Opinion Form" -msgstr "Mitarbeitermeinungsformular" +msgstr "Selbstbeurteilungsformular" #. module: hr_evaluation #: model:survey.page,title:hr_evaluation.appraisal_3 @@ -919,8 +925,8 @@ msgid "" "I consistently acquire new knowledge, skills or understanding through " "contact with my supervisor. He helps me growing my compete" msgstr "" -"Ich arbeite konsequent an der Steigerung meines Wissens in enger Absprache " -"mit meinem Vorgesetzten." +"Ich arbeite konsequent an der Steigerung meines Wissens, in enger Absprache " +"mit meinem Vorgesetzten" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_3_2 @@ -964,7 +970,7 @@ msgid "" "available in another company" msgstr "" "Ich würde bevorzugen, bei dieser Firma zu bleiben, auch wenn es einen " -"gleichwertigen Job woanders gibt." +"gleichwertigen Job woanders gibt" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_3_1 @@ -1062,7 +1068,7 @@ msgstr "Beurteilungsanfrage" #: model:ir.actions.act_window,name:hr_evaluation.action_hr_evaluation_interview_tree #: model:ir.ui.menu,name:hr_evaluation.menu_open_hr_evaluation_interview_requests msgid "Interview Requests" -msgstr "Fragestellungen" +msgstr "Mitarbeiterbefragung" #. module: hr_evaluation #: view:hr.evaluation.interview:hr_evaluation.view_hr_evaluation_interview_form @@ -1136,7 +1142,8 @@ msgstr "Legende" msgid "" "Listens and takes into account all ideas and do his best to put in place the " "best of these" -msgstr "Ist offen für andere Ideen und bereit diese zu fördern" +msgstr "" +"Ich bin offen für andere Ideen und auch bereit diese mit Einsatz zu verfolgen" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form @@ -1171,6 +1178,11 @@ msgstr "Nachrichten und Kommunikations-Historie" msgid "Miscellaneous" msgstr "Sonstiges" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Monat" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1190,7 +1202,7 @@ msgstr "Meine Arbeit gibt mir eine persönliche Befriedigung" msgid "" "My work contributes towards the continuous improvement of the company, our " "services or products" -msgstr "Meine Arbeit trägt zur kontinuierlichen Unternehmensentwicklung bei." +msgstr "Meine Arbeit trägt zur kontinuierlichen Unternehmensentwicklung bei" #. module: hr_evaluation #: model:survey.question,question:hr_evaluation.appraisal_1_1 @@ -1200,7 +1212,7 @@ msgstr "Bezeichnung" #. module: hr_evaluation #: model:survey.question,question:hr_evaluation.opinion_1_1 msgid "Name of your direct supervisor" -msgstr "Name des beurteilenden Vorgesetzten" +msgstr "Name des sich selbst beurteilenden Vorgesetzen" #. module: hr_evaluation #: selection:hr_evaluation.evaluation,state:0 @@ -1228,8 +1240,8 @@ msgid "" "Our workgroup identifies and reduces waste of time in our activities and " "processes" msgstr "" -"Unsere Arbeitsgruppe hat Zeitverschwendung entdeckt und den Arbeitsablauf " -"reduziert." +"Unsere Arbeitsgruppe legt Wert darauf, die Verschwendung von Arbeitszeit zu " +"vermeiden." #. module: hr_evaluation #: field:hr.evaluation.report,rating:0 @@ -1271,7 +1283,7 @@ msgstr "Persönliche Arbeitsleistung" #. module: hr_evaluation #: field:hr_evaluation.plan.phase,name:0 msgid "Phase" -msgstr "Phase" +msgstr "Stufe" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search @@ -1279,7 +1291,7 @@ msgstr "Phase" #: view:hr_evaluation.evaluation:hr_evaluation.evaluation_search #: field:hr_evaluation.evaluation,plan_id:0 msgid "Plan" -msgstr "Abfolge" +msgstr "Beurteilungsplan" #. module: hr_evaluation #: selection:hr.evaluation.report,state:0 @@ -1296,7 +1308,7 @@ msgstr "Stellenbezeichnung" #: view:hr.evaluation.interview:hr_evaluation.view_hr_evaluation_interview_form #: view:hr.evaluation.interview:hr_evaluation.view_hr_evaluation_interview_tree msgid "Print Survey" -msgstr "Druck Umfrage" +msgstr "Fragebogen drucken" #. module: hr_evaluation #: model:survey.question,question:hr_evaluation.appraisal_4_1 @@ -1331,7 +1343,7 @@ msgstr "Bezüglich " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "Anfrage ID" #. module: hr_evaluation @@ -1404,7 +1416,7 @@ msgstr "Sende eine anonymisiertes Ergebnis an Abteilungsleiter" #. module: hr_evaluation #: field:hr_evaluation.plan.phase,mail_feature:0 msgid "Send mail for this phase" -msgstr "Sende EMail für diese Phase" +msgstr "Sende E-Mail für diese Stufe" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form @@ -1476,20 +1488,18 @@ msgstr "Nur beurteilende Vorgesetzte" #. module: hr_evaluation #: view:hr.evaluation.interview:hr_evaluation.view_hr_evaluation_interview_search msgid "Survey" -msgstr "Umfrage" +msgstr "Befragung" #. module: hr_evaluation #: field:hr.evaluation.interview,request_id:0 msgid "Survey Request" -msgstr "Umfrageanfrage" +msgstr "Befragungsanfrage" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_1_4 msgid "" "Taking everything into account, how satisfied are you with your current job?" -msgstr "" -"Unter Berücksichtigung aller Umstände, wie glücklich sind Sie mit Ihrem " -"aktuellen Job." +msgstr "Wie glücklich sind Sie insgesamt mit Ihrem aktuellen Job ?" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_4 @@ -1624,7 +1634,7 @@ msgstr "Bestätige Beurteilung" #. module: hr_evaluation #: field:hr_evaluation.plan.phase,wait:0 msgid "Wait Previous Phases" -msgstr "Vorphase beenden?" +msgstr "Vorstufe beenden" #. module: hr_evaluation #: selection:hr_evaluation.evaluation,state:0 @@ -1671,8 +1681,8 @@ msgid "" "You cannot change state, because some appraisal forms have not been " "completed." msgstr "" -"Sie können den Status für das Formular nicht zurücksetzen, da einige " -"Umfragen fertig erstellt sind" +"Sie können den Status nicht ändern, da einige Befragungen noch nicht " +"vollständig sind." #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:338 @@ -1680,7 +1690,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Ohne Beurteilung können Sie keine den Vorgang nicht starten" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "Beendet" +#~ msgid "closed" +#~ msgstr "Beendet" + +#~ msgid "Request_id" +#~ msgstr "Anfrage ID" + +#~ msgid "Creation Date" +#~ msgstr "Datum Erstellung" diff --git a/addons/hr_evaluation/i18n/es.po b/addons/hr_evaluation/i18n/es.po index 97de50cd5b9..4171f6f0c31 100644 --- a/addons/hr_evaluation/i18n/es.po +++ b/addons/hr_evaluation/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-26 08:58+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:42+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:29+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -599,6 +599,11 @@ msgstr "" "Marque esta casilla si quiere esperar a que todas las fases previas estén " "finalizadas antes de iniciar esta." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "Fecha de cierre" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -659,8 +664,8 @@ msgstr "Creado en" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Fecha de creación" +msgid "Creation Month" +msgstr "Mes de creación" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1165,6 +1170,11 @@ msgstr "Mensajes e historial de comunicación" msgid "Miscellaneous" msgstr "Miscelánea" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1329,8 +1339,8 @@ msgstr "Referente a " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "id_solicitud" +msgid "Request ID" +msgstr "ID de petición" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1684,7 +1694,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "No puede comenzar el proceso de evaluación sin la evaluación" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "cerrada" +#~ msgid "Request_id" +#~ msgstr "id_solicitud" + +#~ msgid "closed" +#~ msgstr "cerrada" + +#~ msgid "Creation Date" +#~ msgstr "Fecha de creación" diff --git a/addons/hr_evaluation/i18n/es_AR.po b/addons/hr_evaluation/i18n/es_AR.po index 049c35980ae..5223407e875 100644 --- a/addons/hr_evaluation/i18n/es_AR.po +++ b/addons/hr_evaluation/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1020,6 +1025,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1176,8 +1186,8 @@ msgstr "Respecto a " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1514,7 +1524,5 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" +#~ msgid "Request_id" +#~ msgstr "Request_id" diff --git a/addons/hr_evaluation/i18n/es_CR.po b/addons/hr_evaluation/i18n/es_CR.po index 571a9a1a318..d453e5a00a5 100644 --- a/addons/hr_evaluation/i18n/es_CR.po +++ b/addons/hr_evaluation/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Marque esta casilla si quiere esperar a que todas las fases previas estén " "finalizadas antes de iniciar esta." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Fecha creación" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1036,6 +1041,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1192,8 +1202,8 @@ msgstr "Referente a " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "id_solicitud" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1534,7 +1544,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "No se puede iniciar la evaluación sin una valoración." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "cerrada" +#~ msgid "Request_id" +#~ msgstr "id_solicitud" + +#~ msgid "closed" +#~ msgstr "cerrada" + +#~ msgid "Creation Date" +#~ msgstr "Fecha creación" diff --git a/addons/hr_evaluation/i18n/es_EC.po b/addons/hr_evaluation/i18n/es_EC.po index 2dc44a5f950..9eafa9cb799 100644 --- a/addons/hr_evaluation/i18n/es_EC.po +++ b/addons/hr_evaluation/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_evaluation/i18n/et.po b/addons/hr_evaluation/i18n/et.po index c73e1030a3e..dc5c2d9f488 100644 --- a/addons/hr_evaluation/i18n/et.po +++ b/addons/hr_evaluation/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:08+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_evaluation/i18n/fi.po b/addons/hr_evaluation/i18n/fi.po index c0515e62cab..67558fd9272 100644 --- a/addons/hr_evaluation/i18n/fi.po +++ b/addons/hr_evaluation/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -503,6 +503,11 @@ msgstr "" "Valitse tämä, jos odotetaan, että edelliset vaiheet on päätetty ennen tämän " "vaiheen aloittamista." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -557,7 +562,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1042,6 +1047,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1198,7 +1208,7 @@ msgstr "Koskien " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1540,7 +1550,5 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Arvostelua ei voi aloittaa ilman arviointia." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "suljettu" +#~ msgid "closed" +#~ msgstr "suljettu" diff --git a/addons/hr_evaluation/i18n/fr.po b/addons/hr_evaluation/i18n/fr.po index 816540a418f..d37be47a215 100644 --- a/addons/hr_evaluation/i18n/fr.po +++ b/addons/hr_evaluation/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Cochez cette case si vous souhaitez que toutes les phases précédant celle-ci " "devront être terminées avant de pouvoir lancer cette phase." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Date de création" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1036,6 +1041,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mois" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1192,8 +1202,8 @@ msgstr "Concernant " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1536,7 +1546,11 @@ msgstr "" "Vous ne pouvez démarrer une entrevue d'évaluation sans formulaire " "d'évaluation" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "Fermé" +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "closed" +#~ msgstr "Fermé" + +#~ msgid "Creation Date" +#~ msgstr "Date de création" diff --git a/addons/hr_evaluation/i18n/gl.po b/addons/hr_evaluation/i18n/gl.po index 328fe2b1270..7aa16315fae 100644 --- a/addons/hr_evaluation/i18n/gl.po +++ b/addons/hr_evaluation/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -487,6 +487,11 @@ msgstr "" "Antes de comezar esta fase, marque esta casa se quere esperar a que tódalas " "fases previas se rematen." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -541,7 +546,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1026,6 +1031,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1182,8 +1192,8 @@ msgstr "Referente a " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "id_solicitude" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1522,7 +1532,8 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "pechado" +#~ msgid "Request_id" +#~ msgstr "id_solicitude" + +#~ msgid "closed" +#~ msgstr "pechado" diff --git a/addons/hr_evaluation/i18n/hr.po b/addons/hr_evaluation/i18n/hr.po index 3d9a6bd9301..b36a2090848 100644 --- a/addons/hr_evaluation/i18n/hr.po +++ b/addons/hr_evaluation/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,8 +537,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Datum kreiranja" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1019,6 +1024,11 @@ msgstr "Poruke i povijest komuniciranja" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mjesec" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1175,8 +1185,8 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "ID zahtjeva" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1511,7 +1521,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "zatvoreno" +#~ msgid "Request_id" +#~ msgstr "ID zahtjeva" + +#~ msgid "Creation Date" +#~ msgstr "Datum kreiranja" + +#~ msgid "closed" +#~ msgstr "zatvoreno" diff --git a/addons/hr_evaluation/i18n/hu.po b/addons/hr_evaluation/i18n/hu.po index 8bf2244ca7e..1f0b28ddc5d 100644 --- a/addons/hr_evaluation/i18n/hu.po +++ b/addons/hr_evaluation/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Jelölje ki ezt a négyzetet, ha azt szeretné, hogy az összes megelőző fázis " "be legyen fejezve, mielőtt ezt a fázist elindítaná." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Létrehozás dátuma" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1038,6 +1043,11 @@ msgstr "Üzenetek és kommunikáció történet" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Hónap" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1194,8 +1204,8 @@ msgstr "Kapcsolatos " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1534,7 +1544,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Nem indíthat el elemézt értékelés nélkül." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "lezárt" +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "closed" +#~ msgstr "lezárt" + +#~ msgid "Creation Date" +#~ msgstr "Létrehozás dátuma" diff --git a/addons/hr_evaluation/i18n/id.po b/addons/hr_evaluation/i18n/id.po index a61531ec852..92a2725438b 100644 --- a/addons/hr_evaluation/i18n/id.po +++ b/addons/hr_evaluation/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -482,6 +482,11 @@ msgstr "" "Centang kotak ini jika Anda ingin menunggu bahwa semua tahapan sebelumnya " "selesai sebelum meluncurkan Tahap ini." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -536,7 +541,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1021,6 +1026,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Bulan" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1177,7 +1187,7 @@ msgstr "Perihal " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1517,7 +1527,5 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "sudah ditutup" +#~ msgid "closed" +#~ msgstr "sudah ditutup" diff --git a/addons/hr_evaluation/i18n/it.po b/addons/hr_evaluation/i18n/it.po index ce7ebbd59db..fa4bd6e224d 100644 --- a/addons/hr_evaluation/i18n/it.po +++ b/addons/hr_evaluation/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 07:07+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -66,12 +66,12 @@ msgstr "(date)s: Data attuale" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form msgid "(employee_name)s: Partner name" -msgstr "" +msgstr "(employee_name)s: Nome partner" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form msgid "(eval_name)s:Appraisal Name" -msgstr "" +msgstr "(eval_name)s: Nome valutazoine" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form @@ -200,7 +200,7 @@ msgstr "" #. module: hr_evaluation #: model:survey.page,description:hr_evaluation.appraisal_5 msgid "

      " -msgstr "" +msgstr "

      " #. module: hr_evaluation #: model:survey.page,description:hr_evaluation.appraisal_4 @@ -493,6 +493,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -547,7 +552,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1032,6 +1037,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mese" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1188,8 +1198,8 @@ msgstr "Riguardante " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "ID richiesta" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1526,7 +1536,8 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "chiuso" +#~ msgid "Request_id" +#~ msgstr "ID richiesta" + +#~ msgid "closed" +#~ msgstr "chiuso" diff --git a/addons/hr_evaluation/i18n/ja.po b/addons/hr_evaluation/i18n/ja.po index 51c6ca74cec..77fefa8e020 100644 --- a/addons/hr_evaluation/i18n/ja.po +++ b/addons/hr_evaluation/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -491,6 +491,11 @@ msgid "" "before launching this phase." msgstr "この文章を挿入する前に、上記の文章が終わるまで待つのであれば、このボックスをチェックして下さい。" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -545,8 +550,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "作成日" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1030,6 +1035,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "月" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1186,8 +1196,8 @@ msgstr "次に関して " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "要求ID" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1522,7 +1532,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "査定なしでは評価を開始できません。" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "済み" +#~ msgid "Request_id" +#~ msgstr "要求ID" + +#~ msgid "Creation Date" +#~ msgstr "作成日" + +#~ msgid "closed" +#~ msgstr "済み" diff --git a/addons/hr_evaluation/i18n/mk.po b/addons/hr_evaluation/i18n/mk.po index 60c50500b4d..606ae4e816f 100644 --- a/addons/hr_evaluation/i18n/mk.po +++ b/addons/hr_evaluation/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Означете го ова поле доколку сакате да чекате сите претходни фази да бидат " "завршени пред лансирањето на оваа фаза." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Датум на креирање" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1038,6 +1043,11 @@ msgstr "Историја на пораки и комуникација" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Месец" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1194,8 +1204,8 @@ msgstr "Во врска со " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Барање_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1536,7 +1546,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Можете да започнете евалуација без оценување." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "затворено" +#~ msgid "Request_id" +#~ msgstr "Барање_id" + +#~ msgid "Creation Date" +#~ msgstr "Датум на креирање" + +#~ msgid "closed" +#~ msgstr "затворено" diff --git a/addons/hr_evaluation/i18n/mn.po b/addons/hr_evaluation/i18n/mn.po index 0cc5a6fb8d0..1dd4e93fbec 100644 --- a/addons/hr_evaluation/i18n/mn.po +++ b/addons/hr_evaluation/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -496,6 +496,11 @@ msgstr "" "Энэ шат эхлэхээс өмнө түүнээс өмнөх бүх шат дуустал нь хүлээхийг хүсвэл энэ " "талбарыг сонгоорой." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -550,8 +555,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Үүсгэсэн огноо" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1037,6 +1042,11 @@ msgstr "Зурвас болон харилцсан түүх" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Сар" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1193,8 +1203,8 @@ msgstr "Холбоотой " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Хүсэлтийн дугаар" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1535,7 +1545,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Үнэлгээгээр дүгнэлтийг эхлүүлж болохгүй." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "Хаасан" +#~ msgid "Request_id" +#~ msgstr "Хүсэлтийн дугаар" + +#~ msgid "closed" +#~ msgstr "Хаасан" + +#~ msgid "Creation Date" +#~ msgstr "Үүсгэсэн огноо" diff --git a/addons/hr_evaluation/i18n/nl.po b/addons/hr_evaluation/i18n/nl.po index c6fdd26f855..d6b408dde0a 100644 --- a/addons/hr_evaluation/i18n/nl.po +++ b/addons/hr_evaluation/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 06:49+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:15+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation @@ -56,7 +56,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,nbr:0 msgid "# of Requests" -msgstr "# aanvragen" +msgstr "# Aanvragen" #. module: hr_evaluation #: view:hr_evaluation.plan.phase:hr_evaluation.view_hr_evaluation_plan_phase_form @@ -604,6 +604,11 @@ msgstr "" "Vink aan als u wilt dat alle voorgaande fases zijn afgesloten voordat deze " "fase start." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "Sluitingsdatum" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -662,8 +667,8 @@ msgstr "Aangemaakt op" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Aanmaakdatum" +msgid "Creation Month" +msgstr "Aanmaak maand" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1169,6 +1174,11 @@ msgstr "Berichten en communicatie historie" msgid "Miscellaneous" msgstr "Diversen" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Maand" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1333,8 +1343,8 @@ msgstr "Betreffend " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "Aanvraag ID" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1687,7 +1697,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Het is niet mogelijk een evaluatie te starten zonder beoordeling." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "gesloten" +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "closed" +#~ msgstr "gesloten" + +#~ msgid "Creation Date" +#~ msgstr "Aanmaakdatum" diff --git a/addons/hr_evaluation/i18n/pl.po b/addons/hr_evaluation/i18n/pl.po index cd475fcb8ab..f76c6cd7f25 100644 --- a/addons/hr_evaluation/i18n/pl.po +++ b/addons/hr_evaluation/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 14:32+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -484,6 +484,11 @@ msgid "" msgstr "" "Zaznacz jeśli chcesz poczekać na zakończenie wszystkich poprzednich faz." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -542,8 +547,8 @@ msgstr "Data utworzenia" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Data utworzenia" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1046,6 +1051,11 @@ msgstr "Wiadomości i historia komunikacji" msgid "Miscellaneous" msgstr "Różne" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Miesiąc" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1210,7 +1220,7 @@ msgstr "Odnośnie " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1561,7 +1571,8 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Nie możesz rozpocząć oszacowania kwalifikacji bez oceny." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "zamknięte" +#~ msgid "Creation Date" +#~ msgstr "Data utworzenia" + +#~ msgid "closed" +#~ msgstr "zamknięte" diff --git a/addons/hr_evaluation/i18n/pt.po b/addons/hr_evaluation/i18n/pt.po index 7151b4a072b..d00e244ee0a 100644 --- a/addons/hr_evaluation/i18n/pt.po +++ b/addons/hr_evaluation/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Marque esta caixa se quiser esperar que todas as fases anteriores sejam " "concluídas antes de lançar esta fase." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Data da Criação" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1036,6 +1041,11 @@ msgstr "Histórico de mensagens e comunicação" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mês" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1192,8 +1202,8 @@ msgstr "Tendo em conta " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1534,7 +1544,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Não pode arrancar uma avaliação sem Validação" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "fechado" +#~ msgid "closed" +#~ msgstr "fechado" + +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "Creation Date" +#~ msgstr "Data da Criação" diff --git a/addons/hr_evaluation/i18n/pt_BR.po b/addons/hr_evaluation/i18n/pt_BR.po index 024b695eceb..e252de63cd1 100644 --- a/addons/hr_evaluation/i18n/pt_BR.po +++ b/addons/hr_evaluation/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-14 01:22+0000\n" "Last-Translator: RibraX \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-14 08:33+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation @@ -517,6 +517,11 @@ msgstr "" "Clique nesta caixa se você quer esperar que todas as fases precedentes " "estejam terminadas antes de iniciar esta fase" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -571,8 +576,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Data de Criação" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1059,6 +1064,11 @@ msgstr "Histórico de mensagens e comunicação" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mês" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1215,8 +1225,8 @@ msgstr "A respeito de " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1557,7 +1567,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Você não pode iniciar um teste sem avaliação." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "fechado" +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "closed" +#~ msgstr "fechado" + +#~ msgid "Creation Date" +#~ msgstr "Data de Criação" diff --git a/addons/hr_evaluation/i18n/ro.po b/addons/hr_evaluation/i18n/ro.po index 70909b877d8..b7951064d05 100644 --- a/addons/hr_evaluation/i18n/ro.po +++ b/addons/hr_evaluation/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Bifati aceasta casuta daca doriti ca toate etapele anterioare sa fie " "incheiate inainte de a lansa aceasta etapa." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Data crearii" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1038,6 +1043,11 @@ msgstr "Istoric mesaje si conversatii" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Luna" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1194,8 +1204,8 @@ msgstr "Referitor la " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Id_cerere" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1536,7 +1546,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Nu puteti incepe evaluarea fara Apreciere." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "inchis" +#~ msgid "Request_id" +#~ msgstr "Id_cerere" + +#~ msgid "Creation Date" +#~ msgstr "Data crearii" + +#~ msgid "closed" +#~ msgstr "inchis" diff --git a/addons/hr_evaluation/i18n/ru.po b/addons/hr_evaluation/i18n/ru.po index f59e8d74de2..0189f070e08 100644 --- a/addons/hr_evaluation/i18n/ru.po +++ b/addons/hr_evaluation/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Отметьте, если необходимо, чтобы перед началом данной фазы все предыдущие " "были завершены." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,7 +556,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1036,6 +1041,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Месяц" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1192,8 +1202,8 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Идентификатор запроса" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1530,7 +1540,8 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "закрыто" +#~ msgid "Request_id" +#~ msgstr "Идентификатор запроса" + +#~ msgid "closed" +#~ msgstr "закрыто" diff --git a/addons/hr_evaluation/i18n/sl.po b/addons/hr_evaluation/i18n/sl.po index cde7524a3bf..182016dcb26 100644 --- a/addons/hr_evaluation/i18n/sl.po +++ b/addons/hr_evaluation/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -481,6 +481,11 @@ msgstr "" "Označite okence, če želite počakati, da so vse predhodne faze zaključne " "preden se prične ta faza." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -535,8 +540,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Ustvarjeno dne" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1022,6 +1027,11 @@ msgstr "Sporočila in zgodovina sporočil" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Mesec" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1178,8 +1188,8 @@ msgstr "Glede na " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Id zahevka" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1516,7 +1526,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "zaprto" +#~ msgid "Creation Date" +#~ msgstr "Ustvarjeno dne" + +#~ msgid "closed" +#~ msgstr "zaprto" + +#~ msgid "Request_id" +#~ msgstr "Id zahevka" diff --git a/addons/hr_evaluation/i18n/sr.po b/addons/hr_evaluation/i18n/sr.po index e74de96bbdd..ea85be22052 100644 --- a/addons/hr_evaluation/i18n/sr.po +++ b/addons/hr_evaluation/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_evaluation/i18n/sr@latin.po b/addons/hr_evaluation/i18n/sr@latin.po index d019f943839..7c3511cf2e2 100644 --- a/addons/hr_evaluation/i18n/sr@latin.po +++ b/addons/hr_evaluation/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_evaluation/i18n/sv.po b/addons/hr_evaluation/i18n/sv.po index a544a01f66b..56023b2f4cd 100644 --- a/addons/hr_evaluation/i18n/sv.po +++ b/addons/hr_evaluation/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -497,6 +497,11 @@ msgstr "" "Markera den här rutan om du vill invänta att alla föregående faser är klara " "innan du startar denna fas." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -551,8 +556,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Registeringsdatum" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1038,6 +1043,11 @@ msgstr "Meddelande- och kommunikationshistorik" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Månad" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1194,8 +1204,8 @@ msgstr "Beträffande " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1536,7 +1546,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Du kan inte starta kartläggning utan utvärdering." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "stängd" +#~ msgid "closed" +#~ msgstr "stängd" + +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "Creation Date" +#~ msgstr "Registeringsdatum" diff --git a/addons/hr_evaluation/i18n/tr.po b/addons/hr_evaluation/i18n/tr.po index 488d03439fc..7b435fac29d 100644 --- a/addons/hr_evaluation/i18n/tr.po +++ b/addons/hr_evaluation/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -495,6 +495,11 @@ msgstr "" "Tüm önceki aşamaları bitmiş olduğunda bekletmek istiyorsanız bu kutuyu " "işaretleyin Bu aşamada başlamadan önce." +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -549,8 +554,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "Oluşturma Tarihi" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1036,6 +1041,11 @@ msgstr "Mesajlar ve iletişim geçmişi" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "Ay" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1192,8 +1202,8 @@ msgstr "Hakkında " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "Request_id" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1530,7 +1540,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "Sen Değerleme olmadan değerlendirilmesi başlatılamıyor." -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "kapandı" +#~ msgid "Creation Date" +#~ msgstr "Oluşturma Tarihi" + +#~ msgid "Request_id" +#~ msgstr "Request_id" + +#~ msgid "closed" +#~ msgstr "kapandı" diff --git a/addons/hr_evaluation/i18n/zh_CN.po b/addons/hr_evaluation/i18n/zh_CN.po index 91e77cb719f..87e18e1a7be 100644 --- a/addons/hr_evaluation/i18n/zh_CN.po +++ b/addons/hr_evaluation/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -490,6 +490,11 @@ msgid "" "before launching this phase." msgstr "如果您要等前面所有阶段都完成才开启这阶段,勾选" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -544,8 +549,8 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" -msgstr "创建日期" +msgid "Creation Month" +msgstr "" #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_14 @@ -1029,6 +1034,11 @@ msgstr "消息和通信历史" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "月份" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1185,8 +1195,8 @@ msgstr "关于 " #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" -msgstr "要求ID" +msgid "Request ID" +msgstr "" #. module: hr_evaluation #: view:hr_evaluation.evaluation:hr_evaluation.view_hr_evaluation_form @@ -1521,7 +1531,11 @@ msgstr "" msgid "You cannot start evaluation without Appraisal." msgstr "没有评估计划无法开始评估" -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "已结束" +#~ msgid "closed" +#~ msgstr "已结束" + +#~ msgid "Request_id" +#~ msgstr "要求ID" + +#~ msgid "Creation Date" +#~ msgstr "创建日期" diff --git a/addons/hr_evaluation/i18n/zh_TW.po b/addons/hr_evaluation/i18n/zh_TW.po index 16c236b5d41..805a4663571 100644 --- a/addons/hr_evaluation/i18n/zh_TW.po +++ b/addons/hr_evaluation/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_evaluation #: code:addons/hr_evaluation/hr_evaluation.py:84 @@ -478,6 +478,11 @@ msgid "" "before launching this phase." msgstr "" +#. module: hr_evaluation +#: field:hr.evaluation.report,closed:0 +msgid "Close Date" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.arow_3_1_9 msgid "" @@ -532,7 +537,7 @@ msgstr "" #. module: hr_evaluation #: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search -msgid "Creation Date" +msgid "Creation Month" msgstr "" #. module: hr_evaluation @@ -1017,6 +1022,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: hr_evaluation +#: view:hr.evaluation.report:hr_evaluation.view_evaluation_report_search +msgid "Month" +msgstr "" + #. module: hr_evaluation #: model:survey.label,value:hr_evaluation.oprow_2_5_2 msgid "" @@ -1173,7 +1183,7 @@ msgstr "" #. module: hr_evaluation #: field:hr.evaluation.report,request_id:0 -msgid "Request_id" +msgid "Request ID" msgstr "" #. module: hr_evaluation @@ -1508,8 +1518,3 @@ msgstr "" #, python-format msgid "You cannot start evaluation without Appraisal." msgstr "" - -#. module: hr_evaluation -#: field:hr.evaluation.report,closed:0 -msgid "closed" -msgstr "" diff --git a/addons/hr_expense/i18n/ar.po b/addons/hr_expense/i18n/ar.po index 0e9c96814db..fd79d5754d6 100644 --- a/addons/hr_expense/i18n/ar.po +++ b/addons/hr_expense/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "تذاكر الرحلات الجوية" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "حساب تحليلي" @@ -160,7 +159,7 @@ msgstr "المصروفات المؤكدة" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "مسودة" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "موظف" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "خطأ!" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "مصروف" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "السعر" msgid "Product" msgstr "المنتج" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "منتجات" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "الكمية" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "انتظار التأكيد" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "تحذير" diff --git a/addons/hr_expense/i18n/bg.po b/addons/hr_expense/i18n/bg.po index fb6242003bc..6a0d2763645 100644 --- a/addons/hr_expense/i18n/bg.po +++ b/addons/hr_expense/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Самолетен билет" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Аналтична сметка" @@ -160,7 +159,7 @@ msgstr "Потвърдени разходи" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Чернова" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Служител" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Разход" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "Цена" msgid "Product" msgstr "Продукт" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "К-во" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Чака потвърждение" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/bs.po b/addons/hr_expense/i18n/bs.po index 78a9c34b9e9..6574617c6e8 100644 --- a/addons/hr_expense/i18n/bs.po +++ b/addons/hr_expense/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analitički račun" @@ -160,7 +159,7 @@ msgstr "Potvrđeni Troškovi" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Skica" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Radnik" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Trošak" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "Proizvod" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Količina" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Čekanje na potvrdu" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/ca.po b/addons/hr_expense/i18n/ca.po index 26a3a590517..79a5ffd9483 100644 --- a/addons/hr_expense/i18n/ca.po +++ b/addons/hr_expense/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Billet d'avió" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Compte analític" @@ -160,7 +159,7 @@ msgstr "Despeses confirmades" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -286,7 +285,6 @@ msgstr "Esborrany" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Empleat" @@ -304,8 +302,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -318,7 +316,7 @@ msgid "Expense" msgstr "Despesa" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -554,7 +552,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -582,7 +580,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -601,6 +599,11 @@ msgstr "Preu" msgid "Product" msgstr "Producte" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -612,7 +615,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Qtat." @@ -650,7 +652,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -806,7 +808,7 @@ msgid "Waiting confirmation" msgstr "Esperant confirmació" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/cs.po b/addons/hr_expense/i18n/cs.po index 0745631ba9c..981cb1cc8dd 100644 --- a/addons/hr_expense/i18n/cs.po +++ b/addons/hr_expense/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/da.po b/addons/hr_expense/i18n/da.po index d16975fa7aa..ff8ea564f8b 100644 --- a/addons/hr_expense/i18n/da.po +++ b/addons/hr_expense/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/de.po b/addons/hr_expense/i18n/de.po index b1305a60f5d..497648c06b9 100644 --- a/addons/hr_expense/i18n/de.po +++ b/addons/hr_expense/i18n/de.po @@ -7,14 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-16 09:46+0000\n" -"Last-Translator: Heike Vocks (openbig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-25 08:52+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_expense @@ -98,7 +99,6 @@ msgstr "Flugticket" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analytisches Konto" @@ -175,8 +175,8 @@ msgstr "Bestätigte Spesen" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" -msgstr "Erstellt am" +msgid "Create Month" +msgstr "Erstellungsmonat" #. module: hr_expense #: field:hr.expense.expense,create_uid:0 @@ -306,7 +306,6 @@ msgstr "Entwurf" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Mitarbeiter" @@ -324,8 +323,8 @@ msgstr "Mitarbeiter/in" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Fehler !" @@ -338,7 +337,7 @@ msgid "Expense" msgstr "Personalspesen" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Spesenbuchung" @@ -403,7 +402,7 @@ msgstr "Personalspesen" #: model:ir.actions.act_window,name:hr_expense.action_hr_expense_report_all #: model:ir.ui.menu,name:hr_expense.menu_hr_expense_report_all msgid "Expenses Analysis" -msgstr "Statistik Personalspesen" +msgstr "Statistik Spesenabrechnung" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter @@ -418,7 +417,7 @@ msgstr "Speseneingabeformular" #. module: hr_expense #: model:ir.model,name:hr_expense.model_hr_expense_report msgid "Expenses Statistics" -msgstr "Statistik Personalspesen" +msgstr "Personalspesen Statistik" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter @@ -444,7 +443,7 @@ msgstr "Followers" #: field:hr.expense.expense,journal_id:0 #: field:hr.expense.report,journal_id:0 msgid "Force Journal" -msgstr "Journal Personalspesen" +msgstr "Spesenbuchung" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form @@ -579,7 +578,7 @@ msgstr "" "konfigurieren." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -601,7 +600,7 @@ msgstr "Bemerkungen" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Open Accounting Entries" -msgstr "Offene Buchungen" +msgstr "Buchungspositionen anzeigen" #. module: hr_expense #: selection:hr.expense.expense,state:0 @@ -609,7 +608,7 @@ msgid "Paid" msgstr "Bezahlt" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -630,6 +629,11 @@ msgstr "Preis" msgid "Product" msgstr "Produkt" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "Produktmenge" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -641,7 +645,6 @@ msgid "Products" msgstr "Produkte" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Anz." @@ -679,7 +682,7 @@ msgid "Review Your Expenses Products" msgstr "Überprüfen Sie Ihre Ausgaben - Produkte" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -713,7 +716,7 @@ msgstr "Status" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Submit to Manager" -msgstr "Dem Manager vorlegen" +msgstr "Zur Prüfung einreichen" #. module: hr_expense #: field:hr.expense.expense,message_summary:0 @@ -840,7 +843,7 @@ msgid "Waiting confirmation" msgstr "Erwarte Bestätigung" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Warnung !" diff --git a/addons/hr_expense/i18n/el.po b/addons/hr_expense/i18n/el.po index c234348f2f0..38e1978e517 100644 --- a/addons/hr_expense/i18n/el.po +++ b/addons/hr_expense/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Αναλυτικός Λογαριασμός" @@ -160,7 +159,7 @@ msgstr "Επιβεβαιωμένα Έξοδα" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Πρόχειρα" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Υπάλληλος" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Έξοδο" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "Προϊόν" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Ποσ." @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Προς Επιβεβαίωση" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/es.po b/addons/hr_expense/i18n/es.po index 16cf370c3ba..c5207fe47f4 100644 --- a/addons/hr_expense/i18n/es.po +++ b/addons/hr_expense/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-15 07:51+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:37+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -94,7 +94,6 @@ msgstr "Billete de avión" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Cuenta analítica" @@ -171,8 +170,8 @@ msgstr "Gastos confirmados" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" -msgstr "Fecha de creación" +msgid "Create Month" +msgstr "Crear mes" #. module: hr_expense #: field:hr.expense.expense,create_uid:0 @@ -302,7 +301,6 @@ msgstr "Borrador" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Empleado" @@ -320,8 +318,8 @@ msgstr "Empleado:" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "¡Error!" @@ -334,7 +332,7 @@ msgid "Expense" msgstr "Gasto" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Asiento de gastos" @@ -573,7 +571,7 @@ msgstr "" "diario con el tipo 'Compras' configurado." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -603,7 +601,7 @@ msgid "Paid" msgstr "Pagado/a" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -624,6 +622,11 @@ msgstr "Precio" msgid "Product" msgstr "Producto" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "Cantidad del producto" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -635,7 +638,6 @@ msgid "Products" msgstr "Products" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Ctd." @@ -673,7 +675,7 @@ msgid "Review Your Expenses Products" msgstr "Revisar los gastos de productos" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -835,7 +837,7 @@ msgid "Waiting confirmation" msgstr "Esperando confirmación" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Advertencia" diff --git a/addons/hr_expense/i18n/es_AR.po b/addons/hr_expense/i18n/es_AR.po index 04a3434e36b..e8e5b5118f0 100644 --- a/addons/hr_expense/i18n/es_AR.po +++ b/addons/hr_expense/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Billete Aéreo" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Cuenta analítica" @@ -160,7 +159,7 @@ msgstr "Gastos confirmados" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -284,7 +283,6 @@ msgstr "Borrador" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Empleado" @@ -302,8 +300,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "¡Error!" @@ -316,7 +314,7 @@ msgid "Expense" msgstr "Gasto" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -553,7 +551,7 @@ msgstr "" "diario con el tipo 'compras' configurado." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -581,7 +579,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -600,6 +598,11 @@ msgstr "" msgid "Product" msgstr "Producto" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -611,7 +614,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Ctd." @@ -649,7 +651,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -805,7 +807,7 @@ msgid "Waiting confirmation" msgstr "Esperando confirmación" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/es_CR.po b/addons/hr_expense/i18n/es_CR.po index be0a9b6181f..c146020fdbf 100644 --- a/addons/hr_expense/i18n/es_CR.po +++ b/addons/hr_expense/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Billete de avión" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Cuenta analítica" @@ -160,7 +159,7 @@ msgstr "Gastos confirmados" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -292,7 +291,6 @@ msgstr "Borrador" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Empleado" @@ -310,8 +308,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -324,7 +322,7 @@ msgid "Expense" msgstr "Gasto" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -559,7 +557,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -587,7 +585,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -606,6 +604,11 @@ msgstr "Precio" msgid "Product" msgstr "Producto" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -617,7 +620,6 @@ msgid "Products" msgstr "Productos" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Ctd." @@ -655,7 +657,7 @@ msgid "Review Your Expenses Products" msgstr "Revise sus gastos Productos" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -811,7 +813,7 @@ msgid "Waiting confirmation" msgstr "Esperando confirmación" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/es_EC.po b/addons/hr_expense/i18n/es_EC.po index 3952cc86658..83c9ff4b7f1 100644 --- a/addons/hr_expense/i18n/es_EC.po +++ b/addons/hr_expense/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Cuenta analítica" @@ -160,7 +159,7 @@ msgstr "Gastos confirmados" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Borrador" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Empleado" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Gasto" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "Producto" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Ctd." @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Esperando confirmación" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/et.po b/addons/hr_expense/i18n/et.po index ffbb9aeb3a3..4aaaa5e43f8 100644 --- a/addons/hr_expense/i18n/et.po +++ b/addons/hr_expense/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analüütiline konto" @@ -160,7 +159,7 @@ msgstr "Kinnitatud kulud" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Mustand" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Töötaja" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Kulu" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "Toode" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Kogus" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Kinnitamise ootel" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/fi.po b/addons/hr_expense/i18n/fi.po index 0f560a3cb01..6693ad57600 100644 --- a/addons/hr_expense/i18n/fi.po +++ b/addons/hr_expense/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Lentolippu" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analyyttinen kirjanpito" @@ -164,7 +163,7 @@ msgstr "Vahvistetut kulukorvaukset" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -290,7 +289,6 @@ msgstr "Luonnos" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Työntekijä" @@ -308,8 +306,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Virhe!" @@ -322,7 +320,7 @@ msgid "Expense" msgstr "Kulu" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Kulutilisiirto" @@ -559,7 +557,7 @@ msgstr "" "päiväkirjatyyppi 'osto' määriteltynä." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -587,7 +585,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -606,6 +604,11 @@ msgstr "Hinta" msgid "Product" msgstr "Tuote" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -617,7 +620,6 @@ msgid "Products" msgstr "Tuotteet" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Määrä" @@ -655,7 +657,7 @@ msgid "Review Your Expenses Products" msgstr "Tarkasta omat kulut" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -811,7 +813,7 @@ msgid "Waiting confirmation" msgstr "Vahvistusta odottavat" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Varoitus" diff --git a/addons/hr_expense/i18n/fr.po b/addons/hr_expense/i18n/fr.po index af519f8cbb7..d94322a739e 100644 --- a/addons/hr_expense/i18n/fr.po +++ b/addons/hr_expense/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Billet d'avion" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Compte analytique" @@ -164,7 +163,7 @@ msgstr "Notes de frais confirmées" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -281,7 +280,7 @@ msgstr "" #: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: selection:hr.expense.report,state:0 msgid "Done" -msgstr "" +msgstr "Terminée" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search @@ -296,7 +295,6 @@ msgstr "Brouillon" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Employé" @@ -314,11 +312,11 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" -msgstr "" +msgstr "Erreur!" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter @@ -328,7 +326,7 @@ msgid "Expense" msgstr "Frais" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -342,7 +340,7 @@ msgstr "Type de dépense" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Expense Date" -msgstr "" +msgstr "Date de la dépense" #. module: hr_expense #: model:ir.model,name:hr_expense.model_hr_expense_line @@ -428,7 +426,7 @@ msgstr "Filtres étendus..." #. module: hr_expense #: field:hr.expense.expense,message_follower_ids:0 msgid "Followers" -msgstr "" +msgstr "Abonnés" #. module: hr_expense #: field:hr.expense.expense,journal_id:0 @@ -444,7 +442,7 @@ msgstr "Notes libres" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Generate Accounting Entries" -msgstr "" +msgstr "Générer les mouvements d'écritures" #. module: hr_expense #: help:hr.expense.line,sequence:0 @@ -489,17 +487,17 @@ msgstr "" #. module: hr_expense #: help:hr.expense.expense,message_unread:0 msgid "If checked new messages require your attention." -msgstr "" +msgstr "Si coché, de nouveaux messages nécessitent votre attention." #. module: hr_expense #: field:hr.expense.expense,message_is_follower:0 msgid "Is a Follower" -msgstr "" +msgstr "Est un abonné" #. module: hr_expense #: model:ir.model,name:hr_expense.model_account_move_line msgid "Journal Items" -msgstr "" +msgstr "Écritures comptables" #. module: hr_expense #: field:hr.expense.expense,message_last_post:0 @@ -526,7 +524,7 @@ msgstr "Comptabilisation au grand livre" #. module: hr_expense #: field:hr.expense.expense,message_ids:0 msgid "Messages" -msgstr "" +msgstr "Messages" #. module: hr_expense #: help:hr.expense.expense,message_ids:0 @@ -563,7 +561,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -583,15 +581,15 @@ msgstr "Notes" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Open Accounting Entries" -msgstr "" +msgstr "Ouvrir les mouvements d'écriture" #. module: hr_expense #: selection:hr.expense.expense,state:0 msgid "Paid" -msgstr "" +msgstr "Payée" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -610,6 +608,11 @@ msgstr "Prix" msgid "Product" msgstr "Produit" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -621,7 +624,6 @@ msgid "Products" msgstr "Produits" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Qté" @@ -629,7 +631,7 @@ msgstr "Qté" #. module: hr_expense #: field:hr.expense.line,unit_quantity:0 msgid "Quantities" -msgstr "Quantités" +msgstr "Quantité" #. module: hr_expense #: view:website:hr_expense.report_expense @@ -659,7 +661,7 @@ msgid "Review Your Expenses Products" msgstr "Réexaminer vos produits associés à des frais" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -688,7 +690,7 @@ msgstr "" #: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,state:0 msgid "Status" -msgstr "" +msgstr "Statut" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form @@ -698,7 +700,7 @@ msgstr "Soumettre au responsable" #. module: hr_expense #: field:hr.expense.expense,message_summary:0 msgid "Summary" -msgstr "" +msgstr "Résumé" #. module: hr_expense #: code:addons/hr_expense/hr_expense.py:230 @@ -762,12 +764,12 @@ msgstr "Prix unitaire" #: field:hr.expense.line,uom_id:0 #: view:product.product:hr_expense.product_expense_installer_tree_view msgid "Unit of Measure" -msgstr "" +msgstr "Unité de mesure" #. module: hr_expense #: field:hr.expense.expense,message_unread:0 msgid "Unread Messages" -msgstr "" +msgstr "Messages non lus" #. module: hr_expense #: field:hr.expense.expense,user_id:0 @@ -809,7 +811,7 @@ msgstr "En attente d'approbation" #. module: hr_expense #: selection:hr.expense.expense,state:0 msgid "Waiting Payment" -msgstr "" +msgstr "En attente de paiement" #. module: hr_expense #: selection:hr.expense.report,state:0 @@ -817,7 +819,7 @@ msgid "Waiting confirmation" msgstr "En attente de confirmation" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" @@ -826,7 +828,7 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:116 #, python-format msgid "Warning!" -msgstr "" +msgstr "Avertissement!" #. module: hr_expense #: field:hr.expense.expense,website_message_ids:0 diff --git a/addons/hr_expense/i18n/hr.po b/addons/hr_expense/i18n/hr.po index 07f54fa2709..070b32d16e3 100644 --- a/addons/hr_expense/i18n/hr.po +++ b/addons/hr_expense/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Avionska karta" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analitički konto" @@ -160,7 +159,7 @@ msgstr "Potvrđeni troškovi" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Nacrt" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Djelatnik" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Greška!" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Trošak" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "Cijena" msgid "Product" msgstr "Proizvod" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "Proizvodi" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Kol." @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Čekam potvrđenje" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Upozoranje" diff --git a/addons/hr_expense/i18n/hu.po b/addons/hr_expense/i18n/hu.po index 2ea9261deb5..b53ec83899e 100644 --- a/addons/hr_expense/i18n/hu.po +++ b/addons/hr_expense/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Repülőjegy" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Gyűjtőkód" @@ -164,7 +163,7 @@ msgstr "Megerősített költségek" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -296,7 +295,6 @@ msgstr "Tervezet" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Alkalmazott" @@ -314,8 +312,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Hiba!" @@ -328,7 +326,7 @@ msgid "Expense" msgstr "Költség" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Költség számla mozgás" @@ -567,7 +565,7 @@ msgstr "" "melynek típusa be van állítva mint 'Beszerzés' ." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -597,7 +595,7 @@ msgid "Paid" msgstr "Fizetve" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -618,6 +616,11 @@ msgstr "Érték" msgid "Product" msgstr "Termék" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -629,7 +632,6 @@ msgid "Products" msgstr "Termékek" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Menny." @@ -667,7 +669,7 @@ msgid "Review Your Expenses Products" msgstr "Kézpénzes kiadási termékek naplója" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -829,7 +831,7 @@ msgid "Waiting confirmation" msgstr "Megerősítésre váró" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Figyelmeztetés" diff --git a/addons/hr_expense/i18n/id.po b/addons/hr_expense/i18n/id.po index 059d4ba7ff8..897b75a5ae1 100644 --- a/addons/hr_expense/i18n/id.po +++ b/addons/hr_expense/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/it.po b/addons/hr_expense/i18n/it.po index b59a9c62b27..e3cdd5a16b1 100644 --- a/addons/hr_expense/i18n/it.po +++ b/addons/hr_expense/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 08:56+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -35,7 +35,7 @@ msgstr "Numero di prodotti" #. module: hr_expense #: view:website:hr_expense.report_expense msgid "(Date and signature)." -msgstr "" +msgstr "(Data e firma)." #. module: hr_expense #: model:ir.actions.act_window,help:hr_expense.hr_expense_product @@ -45,6 +45,10 @@ msgid "" "

      \n" " " msgstr "" +"

      \n" +" Fai click per creare una nuova categoria di spesa.\n" +"

      \n" +" " #. module: hr_expense #: model:ir.actions.act_window,help:hr_expense.expense_all @@ -60,6 +64,18 @@ msgid "" "

      \n" " " msgstr "" +"

      \n" +" Fai click per inserire nuove spese.\n" +"

      \n" +" Odoo assicurerà che il seguente flusso di lavoro sia " +"garantito: il foglio spese\n" +" deve essere convalidato da uno o più manager, le spese " +"sostenute dall'impiegato\n" +" devono essere rimborsate, e, se necessario, alcune spese " +"devono essere fatturate\n" +" al cliente.\n" +"

      \n" +" " #. module: hr_expense #: selection:hr.expense.report,state:0 @@ -69,7 +85,7 @@ msgstr "Accettata" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Accounting" -msgstr "" +msgstr "Contabilità" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form @@ -83,7 +99,6 @@ msgstr "Biglietto aereo" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Contabilità Analitica" @@ -103,7 +118,7 @@ msgstr "Approvato" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Approved Expenses" -msgstr "" +msgstr "Spese Approvate" #. module: hr_expense #: field:hr.expense.report,price_average:0 @@ -123,7 +138,7 @@ msgstr "Cancellato" #. module: hr_expense #: model:product.template,name:hr_expense.car_travel_product_template msgid "Car Travel Expenses" -msgstr "" +msgstr "Spese trasporto con vettura" #. module: hr_expense #: view:website:hr_expense.report_expense @@ -145,7 +160,7 @@ msgstr "Conferma" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Confirm Expenses" -msgstr "" +msgstr "Conferma Spese" #. module: hr_expense #: field:hr.expense.expense,date_confirm:0 @@ -160,20 +175,20 @@ msgstr "Spese confermate" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense #: field:hr.expense.expense,create_uid:0 #: field:hr.expense.line,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: hr_expense #: field:hr.expense.expense,create_date:0 #: field:hr.expense.line,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search @@ -220,12 +235,12 @@ msgstr "" #. module: hr_expense #: help:hr.expense.expense,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: hr_expense #: view:website:hr_expense.report_expense msgid "Date:" -msgstr "" +msgstr "Data:" #. module: hr_expense #: model:ir.actions.act_window,help:hr_expense.product_normal_form_view_installer @@ -265,18 +280,18 @@ msgstr "Descrizione" #. module: hr_expense #: view:website:hr_expense.report_expense msgid "Description:" -msgstr "" +msgstr "Descrizione:" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: selection:hr.expense.report,state:0 msgid "Done" -msgstr "" +msgstr "Fatto" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Done Expenses" -msgstr "" +msgstr "Fatte spese" #. module: hr_expense #: selection:hr.expense.report,state:0 @@ -286,7 +301,6 @@ msgstr "Bozza" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Dipendente" @@ -298,17 +312,17 @@ msgstr "Nome dell'impiegato" #. module: hr_expense #: view:website:hr_expense.report_expense msgid "Employee:" -msgstr "" +msgstr "Impiegato:" #. module: hr_expense #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" -msgstr "" +msgstr "Errore!" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter @@ -318,7 +332,7 @@ msgid "Expense" msgstr "Spesa" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -327,12 +341,12 @@ msgstr "" #: model:ir.actions.act_window,name:hr_expense.hr_expense_product #: model:ir.ui.menu,name:hr_expense.menu_hr_product msgid "Expense Categories" -msgstr "" +msgstr "Categorie di Spesa" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Expense Date" -msgstr "" +msgstr "Data Spesa" #. module: hr_expense #: model:ir.model,name:hr_expense.model_hr_expense_line @@ -354,7 +368,7 @@ msgstr "Nota spese" #. module: hr_expense #: model:mail.message.subtype,description:hr_expense.mt_expense_approved msgid "Expense approved" -msgstr "" +msgstr "Spesa Approvata" #. module: hr_expense #: model:mail.message.subtype,description:hr_expense.mt_expense_confirmed @@ -364,7 +378,7 @@ msgstr "" #. module: hr_expense #: model:mail.message.subtype,description:hr_expense.mt_expense_refused msgid "Expense refused" -msgstr "" +msgstr "Spesa rifiutata" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_editable_expenses_tree @@ -403,12 +417,12 @@ msgstr "Sommario spese" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter msgid "Expenses by Month" -msgstr "" +msgstr "Spese per mese" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter msgid "Expenses to Invoice" -msgstr "" +msgstr "Spese da fatturare" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search @@ -418,7 +432,7 @@ msgstr "Filtri estesi..." #. module: hr_expense #: field:hr.expense.expense,message_follower_ids:0 msgid "Followers" -msgstr "" +msgstr "Followers" #. module: hr_expense #: field:hr.expense.expense,journal_id:0 @@ -429,12 +443,12 @@ msgstr "Forza Sezionale" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Free Notes" -msgstr "" +msgstr "Note libere" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Generate Accounting Entries" -msgstr "" +msgstr "Genera Registrazioni Contabili" #. module: hr_expense #: help:hr.expense.line,sequence:0 @@ -447,12 +461,12 @@ msgstr "" #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: hr_expense #: model:ir.actions.report.xml,name:hr_expense.action_report_hr_expense msgid "HR Expense" -msgstr "" +msgstr "Spese HR" #. module: hr_expense #: view:website:hr_expense.report_expense @@ -476,39 +490,39 @@ msgstr "Sistemazione in hotel" #: field:hr.expense.line,id:0 #: field:hr.expense.report,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: hr_expense #: help:hr.expense.expense,message_unread:0 msgid "If checked new messages require your attention." -msgstr "" +msgstr "Se selezionato, nuovi messaggi richiedono la tua attenzione." #. module: hr_expense #: field:hr.expense.expense,message_is_follower:0 msgid "Is a Follower" -msgstr "" +msgstr "E' un Follower" #. module: hr_expense #: model:ir.model,name:hr_expense.model_account_move_line msgid "Journal Items" -msgstr "" +msgstr "Voci Giornale" #. module: hr_expense #: field:hr.expense.expense,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: hr_expense #: field:hr.expense.expense,write_uid:0 #: field:hr.expense.line,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: hr_expense #: field:hr.expense.expense,write_date:0 #: field:hr.expense.line,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: hr_expense #: field:hr.expense.expense,account_move_id:0 @@ -518,12 +532,12 @@ msgstr "Invio registro" #. module: hr_expense #: field:hr.expense.expense,message_ids:0 msgid "Messages" -msgstr "" +msgstr "Messaggi" #. module: hr_expense #: help:hr.expense.expense,message_ids:0 msgid "Messages and communication history" -msgstr "" +msgstr "Storico messaggi e comunicazioni" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter @@ -539,12 +553,12 @@ msgstr "Nome" #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: selection:hr.expense.expense,state:0 msgid "New" -msgstr "" +msgstr "Nuovo" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter msgid "New Expense" -msgstr "" +msgstr "Nuova Spesa" #. module: hr_expense #: code:addons/hr_expense/hr_expense.py:167 @@ -555,7 +569,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -575,20 +589,22 @@ msgstr "Note" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Open Accounting Entries" -msgstr "" +msgstr "Apri Registrazioni Contabili" #. module: hr_expense #: selection:hr.expense.expense,state:0 msgid "Paid" -msgstr "" +msgstr "Pagata" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " "`property_account_expense_categ`." msgstr "" +"Configura il conto predefinito di spesa per l'acquisto del prodotto: " +"`property_account_expense_categ`." #. module: hr_expense #: view:website:hr_expense.report_expense @@ -602,18 +618,22 @@ msgstr "Prezzo" msgid "Product" msgstr "Prodotto" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "Quantità prodotto" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" -msgstr "" +msgstr "Modello Prodotto" #. module: hr_expense #: view:product.product:hr_expense.product_expense_installer_tree_view msgid "Products" -msgstr "" +msgstr "Prodotti" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Qtà" @@ -651,7 +671,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -678,17 +698,17 @@ msgstr "" #: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,state:0 msgid "Status" -msgstr "" +msgstr "Stato" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_expenses_form msgid "Submit to Manager" -msgstr "" +msgstr "Sottoponi al manager" #. module: hr_expense #: field:hr.expense.expense,message_summary:0 msgid "Summary" -msgstr "" +msgstr "Sommario" #. module: hr_expense #: code:addons/hr_expense/hr_expense.py:230 @@ -710,7 +730,7 @@ msgstr "" #. module: hr_expense #: view:website:hr_expense.report_expense msgid "This document must be dated and signed for reimbursement." -msgstr "" +msgstr "Questo documento deve essere datato e firmato per il rimborso." #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter @@ -752,12 +772,12 @@ msgstr "Prezzo unitario" #: field:hr.expense.line,uom_id:0 #: view:product.product:hr_expense.product_expense_installer_tree_view msgid "Unit of Measure" -msgstr "" +msgstr "Unità di misura" #. module: hr_expense #: field:hr.expense.expense,message_unread:0 msgid "Unread Messages" -msgstr "" +msgstr "Messaggi non letti" #. module: hr_expense #: field:hr.expense.expense,user_id:0 @@ -767,12 +787,12 @@ msgstr "Utente" #. module: hr_expense #: view:website:hr_expense.report_expense msgid "Validated By:" -msgstr "" +msgstr "Validato da:" #. module: hr_expense #: field:hr.expense.expense,user_valid:0 msgid "Validation By" -msgstr "" +msgstr "Validazione da" #. module: hr_expense #: field:hr.expense.expense,date_valid:0 @@ -799,7 +819,7 @@ msgstr "In attesa di approvazione" #. module: hr_expense #: selection:hr.expense.expense,state:0 msgid "Waiting Payment" -msgstr "" +msgstr "In attesa di Pagamento" #. module: hr_expense #: selection:hr.expense.report,state:0 @@ -807,21 +827,21 @@ msgid "Waiting confirmation" msgstr "In attesa di conferma" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" -msgstr "" +msgstr "Attenzione" #. module: hr_expense #: code:addons/hr_expense/hr_expense.py:116 #, python-format msgid "Warning!" -msgstr "" +msgstr "Attenzione!" #. module: hr_expense #: field:hr.expense.expense,website_message_ids:0 msgid "Website Messages" -msgstr "" +msgstr "Messaggio sito" #. module: hr_expense #: help:hr.expense.expense,website_message_ids:0 @@ -843,4 +863,4 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:116 #, python-format msgid "You can only delete draft expenses!" -msgstr "" +msgstr "Puoi cancellare solo le spese in stato di bozza!" diff --git a/addons/hr_expense/i18n/ja.po b/addons/hr_expense/i18n/ja.po index a4c988fed7c..db4871f09af 100644 --- a/addons/hr_expense/i18n/ja.po +++ b/addons/hr_expense/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "航空券" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "分析アカウント" @@ -160,7 +159,7 @@ msgstr "承認済経費" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -284,7 +283,6 @@ msgstr "草案" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "従業員" @@ -302,8 +300,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -316,7 +314,7 @@ msgid "Expense" msgstr "経費" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -551,7 +549,7 @@ msgid "" msgstr "経費用の仕訳帳がありません。タイプが「購買」の仕訳帳を登録してください。" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -579,7 +577,7 @@ msgid "Paid" msgstr "支払済" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -598,6 +596,11 @@ msgstr "価格" msgid "Product" msgstr "プロダクト" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -609,7 +612,6 @@ msgid "Products" msgstr "品目" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "数量" @@ -647,7 +649,7 @@ msgid "Review Your Expenses Products" msgstr "あなたが出費したプロダクトを見直す。" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -803,7 +805,7 @@ msgid "Waiting confirmation" msgstr "確認待ち" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "警告" diff --git a/addons/hr_expense/i18n/ko.po b/addons/hr_expense/i18n/ko.po index ae6003462b4..6a07e9449bc 100644 --- a/addons/hr_expense/i18n/ko.po +++ b/addons/hr_expense/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "분석 계정" @@ -160,7 +159,7 @@ msgstr "확정된 비용" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "초안" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "직원" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "비용" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "상품" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "수량" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "대기 중인 확정" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/lt.po b/addons/hr_expense/i18n/lt.po index ce97fc50a5f..1743697b6f6 100644 --- a/addons/hr_expense/i18n/lt.po +++ b/addons/hr_expense/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analitinė sąskaita" @@ -160,7 +159,7 @@ msgstr "Patvirtintos išlaidos" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Juodraštis" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Darbuotojas" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Klaida!" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Išlaidos" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -551,7 +549,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -579,7 +577,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -598,6 +596,11 @@ msgstr "Kaina" msgid "Product" msgstr "Produktas" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -609,7 +612,6 @@ msgid "Products" msgstr "Produktai" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Kiekis" @@ -647,7 +649,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -804,7 +806,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Įspėjimas" diff --git a/addons/hr_expense/i18n/lv.po b/addons/hr_expense/i18n/lv.po index a749f679166..ca4e7161be4 100644 --- a/addons/hr_expense/i18n/lv.po +++ b/addons/hr_expense/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Biļete" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analītiskais konts" @@ -160,7 +159,7 @@ msgstr "Apstiprinātie Avansa Norēķini" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -286,7 +285,6 @@ msgstr "Uzmetums" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Darbinieks" @@ -304,8 +302,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -318,7 +316,7 @@ msgid "Expense" msgstr "Avansa Norēķini" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -553,7 +551,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -581,7 +579,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -600,6 +598,11 @@ msgstr "Cena" msgid "Product" msgstr "Produkts" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -611,7 +614,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Sk." @@ -649,7 +651,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -805,7 +807,7 @@ msgid "Waiting confirmation" msgstr "Gaida apstiprināšanu" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/mk.po b/addons/hr_expense/i18n/mk.po index 9bb2e668ed7..32893bd7eec 100644 --- a/addons/hr_expense/i18n/mk.po +++ b/addons/hr_expense/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Авионски билет" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Аналитичка сметка" @@ -160,7 +159,7 @@ msgstr "Потврдени трошоци" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -286,7 +285,6 @@ msgstr "Нацрт" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Вработен" @@ -304,8 +302,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Грешка!" @@ -318,7 +316,7 @@ msgid "Expense" msgstr "Трошок" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -558,7 +556,7 @@ msgstr "" "дневник со тип 'набавки'." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -586,7 +584,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -607,6 +605,11 @@ msgstr "Цена" msgid "Product" msgstr "Производ" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -618,7 +621,6 @@ msgid "Products" msgstr "Производи" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Количина" @@ -656,7 +658,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -816,7 +818,7 @@ msgid "Waiting confirmation" msgstr "Чекање конфирмација" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Внимание" diff --git a/addons/hr_expense/i18n/mn.po b/addons/hr_expense/i18n/mn.po index baf785c7bbb..bf02558d633 100644 --- a/addons/hr_expense/i18n/mn.po +++ b/addons/hr_expense/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Онгоцны тийз" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Шинжилгээний данс" @@ -164,7 +163,7 @@ msgstr "Батлагдсан зардлууд" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -295,7 +294,6 @@ msgstr "Ноорог" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Ажилтан" @@ -313,8 +311,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -327,7 +325,7 @@ msgid "Expense" msgstr "Зардал" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Зардлын Дансны Хөдөлгөөн" @@ -567,7 +565,7 @@ msgstr "" "шалгана." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -596,7 +594,7 @@ msgid "Paid" msgstr "Төлөгдсөн" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -617,6 +615,11 @@ msgstr "Үнэ" msgid "Product" msgstr "Бараа" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -628,7 +631,6 @@ msgid "Products" msgstr "Бараанууд" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Тоо хэмжээ" @@ -666,7 +668,7 @@ msgid "Review Your Expenses Products" msgstr "Зардлын Барааг Нягтлах" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -824,7 +826,7 @@ msgid "Waiting confirmation" msgstr "Батлахыг хүлээсэн" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Анхааруулга" diff --git a/addons/hr_expense/i18n/nb.po b/addons/hr_expense/i18n/nb.po index 88c79dcf2bd..ce6d8dccd8d 100644 --- a/addons/hr_expense/i18n/nb.po +++ b/addons/hr_expense/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Fly billett." #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analytisk konto." @@ -160,7 +159,7 @@ msgstr "Bekreftede utgifter." #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Kladd." #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Ansatt." @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Feil!" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Utgift" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "Pris." msgid "Product" msgstr "Produkt." +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "Produkter." #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Mengde," @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Venter på bekreftelse." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Advarsel." diff --git a/addons/hr_expense/i18n/nl.po b/addons/hr_expense/i18n/nl.po index c7face8b681..a91f847f878 100644 --- a/addons/hr_expense/i18n/nl.po +++ b/addons/hr_expense/i18n/nl.po @@ -7,20 +7,20 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-22 18:59+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:16+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-23 07:54+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 msgid "# of Accounts" -msgstr "# rekeningen" +msgstr "# Rekeningen" #. module: hr_expense #: field:hr.expense.report,nbr:0 @@ -30,7 +30,7 @@ msgstr "# Regels" #. module: hr_expense #: field:hr.expense.report,no_of_products:0 msgid "# of Products" -msgstr "# producten" +msgstr "# Producten" #. module: hr_expense #: view:website:hr_expense.report_expense @@ -97,7 +97,6 @@ msgstr "Vliegticket" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Kostenplaatsen" @@ -174,8 +173,8 @@ msgstr "Goedgekeurde declaraties" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" -msgstr "Aanmaakdatum" +msgid "Create Month" +msgstr "Aanmaak maand" #. module: hr_expense #: field:hr.expense.expense,create_uid:0 @@ -305,7 +304,6 @@ msgstr "Concept" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Werknemer" @@ -323,8 +321,8 @@ msgstr "Werknemer:" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Fout!" @@ -337,7 +335,7 @@ msgid "Expense" msgstr "Declaratie" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Kosten boeking" @@ -578,7 +576,7 @@ msgstr "" "van het type \"Inkoop\"." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -608,7 +606,7 @@ msgid "Paid" msgstr "Betaald" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -629,6 +627,11 @@ msgstr "Bedrag" msgid "Product" msgstr "Product" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "Product hoeveelheid" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -640,7 +643,6 @@ msgid "Products" msgstr "Producten" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Aantal" @@ -678,7 +680,7 @@ msgid "Review Your Expenses Products" msgstr "Uw declaratieproducten inzien" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -839,7 +841,7 @@ msgid "Waiting confirmation" msgstr "Wacht op goedkeuring" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Waarschuwing" diff --git a/addons/hr_expense/i18n/nl_BE.po b/addons/hr_expense/i18n/nl_BE.po index ef5d1242984..b433244bbc1 100644 --- a/addons/hr_expense/i18n/nl_BE.po +++ b/addons/hr_expense/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/pl.po b/addons/hr_expense/i18n/pl.po index 89b70bbc195..eae13e3b1f3 100644 --- a/addons/hr_expense/i18n/pl.po +++ b/addons/hr_expense/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 14:52+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Bilet lotniczy" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Konto analityczne" @@ -160,8 +159,8 @@ msgstr "Potwierdzone wydatki" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" -msgstr "Data utworzenia" +msgid "Create Month" +msgstr "" #. module: hr_expense #: field:hr.expense.expense,create_uid:0 @@ -291,7 +290,6 @@ msgstr "Projekt" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Pracownik" @@ -309,8 +307,8 @@ msgstr "Pracownik:" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Błąd!" @@ -323,7 +321,7 @@ msgid "Expense" msgstr "Wydatek" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Zapis wydatków" @@ -563,7 +561,7 @@ msgstr "" "skonfigurowany dziennik o typie 'zakupy'." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -593,7 +591,7 @@ msgid "Paid" msgstr "Zapłacono" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -614,6 +612,11 @@ msgstr "Cena" msgid "Product" msgstr "Produkt" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -625,7 +628,6 @@ msgid "Products" msgstr "Produkty" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Il." @@ -663,7 +665,7 @@ msgid "Review Your Expenses Products" msgstr "Przgląd produktów wydatkowych" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -821,7 +823,7 @@ msgid "Waiting confirmation" msgstr "Czeka na zatwierdzenie" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Ostrzeżenie" @@ -858,3 +860,6 @@ msgstr "" #, python-format msgid "You can only delete draft expenses!" msgstr "Możesz usuwać jedynie projekty wydatków!" + +#~ msgid "Create Date" +#~ msgstr "Data utworzenia" diff --git a/addons/hr_expense/i18n/pt.po b/addons/hr_expense/i18n/pt.po index dfb74072921..de7ecb4cb16 100644 --- a/addons/hr_expense/i18n/pt.po +++ b/addons/hr_expense/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Bilhete de avião" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Conta Analítica" @@ -160,7 +159,7 @@ msgstr "Despesas Confirmada" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -290,7 +289,6 @@ msgstr "Rascunho" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Funcionário" @@ -308,8 +306,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Erro!" @@ -322,7 +320,7 @@ msgid "Expense" msgstr "Despesa" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -558,7 +556,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -586,7 +584,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -605,6 +603,11 @@ msgstr "Preço" msgid "Product" msgstr "Artigo" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -616,7 +619,6 @@ msgid "Products" msgstr "Artigos" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Quantidade" @@ -654,7 +656,7 @@ msgid "Review Your Expenses Products" msgstr "Reveja as Despesas em Artigos" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -810,7 +812,7 @@ msgid "Waiting confirmation" msgstr "A Espera de Confirmação" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Aviso" diff --git a/addons/hr_expense/i18n/pt_BR.po b/addons/hr_expense/i18n/pt_BR.po index 6f818aed8a7..8ee4c3a5cac 100644 --- a/addons/hr_expense/i18n/pt_BR.po +++ b/addons/hr_expense/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Passagem Aérea" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Centro de Custo" @@ -164,7 +163,7 @@ msgstr "Despesas Confirmadas" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -295,7 +294,6 @@ msgstr "Provisório" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Funcionário" @@ -313,8 +311,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Erro!" @@ -327,7 +325,7 @@ msgid "Expense" msgstr "Despesas" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Despesa Conta Movimento" @@ -568,7 +566,7 @@ msgstr "" "diário com o tipo 'compras' configurado." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -598,7 +596,7 @@ msgid "Paid" msgstr "Pago" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -619,6 +617,11 @@ msgstr "Preço" msgid "Product" msgstr "Produto" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -630,7 +633,6 @@ msgid "Products" msgstr "Produtos" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Qtd" @@ -668,7 +670,7 @@ msgid "Review Your Expenses Products" msgstr "Reveja seus produtos de Despesas" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -829,7 +831,7 @@ msgid "Waiting confirmation" msgstr "Aguardando confirmação" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Atenção" diff --git a/addons/hr_expense/i18n/ro.po b/addons/hr_expense/i18n/ro.po index c2f109534c6..28a712cb525 100644 --- a/addons/hr_expense/i18n/ro.po +++ b/addons/hr_expense/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Bilet de avion" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Cont analitic" @@ -160,7 +159,7 @@ msgstr "Cheltuieli Confirmate" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -292,7 +291,6 @@ msgstr "Ciorna" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Angajat" @@ -310,8 +308,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Eroare!" @@ -324,7 +322,7 @@ msgid "Expense" msgstr "Cheltuieli" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -564,7 +562,7 @@ msgstr "" "registru cu tipul 'achizitii' configurat." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -592,7 +590,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -613,6 +611,11 @@ msgstr "Pret" msgid "Product" msgstr "Produs" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -624,7 +627,6 @@ msgid "Products" msgstr "Produse" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Cant" @@ -662,7 +664,7 @@ msgid "Review Your Expenses Products" msgstr "Revizuiti Cheltuielile pe Produse" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -821,7 +823,7 @@ msgid "Waiting confirmation" msgstr "In asteptarea confirmarii" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Avertisment" diff --git a/addons/hr_expense/i18n/ru.po b/addons/hr_expense/i18n/ru.po index 7d555291d9e..9f008f76d9a 100644 --- a/addons/hr_expense/i18n/ru.po +++ b/addons/hr_expense/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Счет аналитики" @@ -160,7 +159,7 @@ msgstr "Подтвержденные расходы" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "Черновик" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Сотрудник" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "Расход" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "Оплачено" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "Продукт" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "Продукты" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Кол-во" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "Ожидает утверждения" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/sl.po b/addons/hr_expense/i18n/sl.po index 5cf1e3bb51c..88235e976bb 100644 --- a/addons/hr_expense/i18n/sl.po +++ b/addons/hr_expense/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Letalska vozovnica" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analitični konto" @@ -164,7 +163,7 @@ msgstr "Potrjeni stroški" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -293,7 +292,6 @@ msgstr "Osnutek" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Zaposlenec" @@ -311,8 +309,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Napaka!" @@ -325,7 +323,7 @@ msgid "Expense" msgstr "Strošek" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Transakcija stroškov" @@ -562,7 +560,7 @@ msgstr "" "tipa 'nabava'." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -592,7 +590,7 @@ msgid "Paid" msgstr "Plačano" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -613,6 +611,11 @@ msgstr "Cena" msgid "Product" msgstr "Proizvod" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -624,7 +627,6 @@ msgid "Products" msgstr "Izdelki" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Kol." @@ -662,7 +664,7 @@ msgid "Review Your Expenses Products" msgstr "Preglejte vaše stroškovne prizvode" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -820,7 +822,7 @@ msgid "Waiting confirmation" msgstr "Čaka na potrditev" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Opozorilo" diff --git a/addons/hr_expense/i18n/sq.po b/addons/hr_expense/i18n/sq.po index 8aa6ef6d245..a54838b6a0c 100644 --- a/addons/hr_expense/i18n/sq.po +++ b/addons/hr_expense/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:09+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/sr.po b/addons/hr_expense/i18n/sr.po index c99d4a2f818..4346272ae33 100644 --- a/addons/hr_expense/i18n/sr.po +++ b/addons/hr_expense/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/sr@latin.po b/addons/hr_expense/i18n/sr@latin.po index 177df80cbbd..08b741d39bb 100644 --- a/addons/hr_expense/i18n/sr@latin.po +++ b/addons/hr_expense/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Avionska karta" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analitički račun" @@ -160,7 +159,7 @@ msgstr "Potvrđeni Rashodi" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -284,7 +283,6 @@ msgstr "Nacrt" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Zaposleni" @@ -302,8 +300,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -316,7 +314,7 @@ msgid "Expense" msgstr "Trošak" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -551,7 +549,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -579,7 +577,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -598,6 +596,11 @@ msgstr "Cena" msgid "Product" msgstr "Proizvod" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -609,7 +612,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Kol" @@ -647,7 +649,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -803,7 +805,7 @@ msgid "Waiting confirmation" msgstr "Čeka potvrdu" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/sv.po b/addons/hr_expense/i18n/sv.po index 74b062b9099..db859c35d76 100644 --- a/addons/hr_expense/i18n/sv.po +++ b/addons/hr_expense/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "Flygbiljett" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Objektkonto" @@ -160,7 +159,7 @@ msgstr "Bekräftade utlägg" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -292,7 +291,6 @@ msgstr "Preliminär" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Medarbetare" @@ -310,8 +308,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Fel!" @@ -324,7 +322,7 @@ msgid "Expense" msgstr "Utgift" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -561,7 +559,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -589,7 +587,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -608,6 +606,11 @@ msgstr "Pris" msgid "Product" msgstr "Produkt" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -619,7 +622,6 @@ msgid "Products" msgstr "Produkter" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Antal" @@ -657,7 +659,7 @@ msgid "Review Your Expenses Products" msgstr "Granska dina utgiftsprodukter" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -813,7 +815,7 @@ msgid "Waiting confirmation" msgstr "Väntar på bekräftelse" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Varning" diff --git a/addons/hr_expense/i18n/th.po b/addons/hr_expense/i18n/th.po index 80ff35eaf12..c52e2fbb306 100644 --- a/addons/hr_expense/i18n/th.po +++ b/addons/hr_expense/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/tlh.po b/addons/hr_expense/i18n/tlh.po index b7eb7106d39..de4edbeeb6f 100644 --- a/addons/hr_expense/i18n/tlh.po +++ b/addons/hr_expense/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/tr.po b/addons/hr_expense/i18n/tr.po index 19f07ce6eac..5bf85ad09d1 100644 --- a/addons/hr_expense/i18n/tr.po +++ b/addons/hr_expense/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -87,7 +87,6 @@ msgstr "Uçak Bileti" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "Analiz hesabı" @@ -164,7 +163,7 @@ msgstr "Onaylı Giderler" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -293,7 +292,6 @@ msgstr "Taslak" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "Personel" @@ -311,8 +309,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "Hata!" @@ -325,7 +323,7 @@ msgid "Expense" msgstr "Gider" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "Gider Hesap Hareketi" @@ -564,7 +562,7 @@ msgstr "" "bir yevmiyesi olduğundan emin olun." #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -594,7 +592,7 @@ msgid "Paid" msgstr "Ödeme" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -615,6 +613,11 @@ msgstr "Fiyat" msgid "Product" msgstr "Ürün" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -626,7 +629,6 @@ msgid "Products" msgstr "Ürünler" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "Mik." @@ -664,7 +666,7 @@ msgid "Review Your Expenses Products" msgstr "Gider Ürünlerinizi İnceleyin" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -820,7 +822,7 @@ msgid "Waiting confirmation" msgstr "Onay bekliyor" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "Uyarı" diff --git a/addons/hr_expense/i18n/uk.po b/addons/hr_expense/i18n/uk.po index 5bfc29506da..a5e603784dd 100644 --- a/addons/hr_expense/i18n/uk.po +++ b/addons/hr_expense/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/vi.po b/addons/hr_expense/i18n/vi.po index 3b8a2517a95..f1ce6fb520d 100644 --- a/addons/hr_expense/i18n/vi.po +++ b/addons/hr_expense/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "" @@ -160,7 +159,7 @@ msgstr "" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/zh_CN.po b/addons/hr_expense/i18n/zh_CN.po index e3827549a56..0a1bd7b1b19 100644 --- a/addons/hr_expense/i18n/zh_CN.po +++ b/addons/hr_expense/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "飞机票" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "辅助核算项" @@ -160,7 +159,7 @@ msgstr "已确认费用" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -284,7 +283,6 @@ msgstr "草稿" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "员工" @@ -302,8 +300,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "错误!" @@ -316,7 +314,7 @@ msgid "Expense" msgstr "费用" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -551,7 +549,7 @@ msgid "" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -579,7 +577,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -598,6 +596,11 @@ msgstr "价格" msgid "Product" msgstr "产品" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -609,7 +612,6 @@ msgid "Products" msgstr "产品" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "数量" @@ -647,7 +649,7 @@ msgid "Review Your Expenses Products" msgstr "查看你的费用产品" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -803,7 +805,7 @@ msgid "Waiting confirmation" msgstr "等待确认" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "" diff --git a/addons/hr_expense/i18n/zh_TW.po b/addons/hr_expense/i18n/zh_TW.po index 08a76b2c355..09d86eb1d3c 100644 --- a/addons/hr_expense/i18n/zh_TW.po +++ b/addons/hr_expense/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_expense #: field:hr.expense.report,no_of_account:0 @@ -83,7 +83,6 @@ msgstr "機票" #. module: hr_expense #: field:hr.expense.line,analytic_account:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search #: field:hr.expense.report,analytic_account:0 msgid "Analytic account" msgstr "分析科目" @@ -160,7 +159,7 @@ msgstr "已確認費用報支" #. module: hr_expense #: view:hr.expense.report:hr_expense.view_hr_expense_report_search -msgid "Create Date" +msgid "Create Month" msgstr "" #. module: hr_expense @@ -282,7 +281,6 @@ msgstr "" #. module: hr_expense #: view:hr.expense.expense:hr_expense.view_hr_expense_filter #: field:hr.expense.expense,employee_id:0 -#: view:hr.expense.report:hr_expense.view_hr_expense_report_search msgid "Employee" msgstr "員工" @@ -300,8 +298,8 @@ msgstr "" #: code:addons/hr_expense/hr_expense.py:167 #: code:addons/hr_expense/hr_expense.py:230 #: code:addons/hr_expense/hr_expense.py:232 +#: code:addons/hr_expense/hr_expense.py:341 #: code:addons/hr_expense/hr_expense.py:345 -#: code:addons/hr_expense/hr_expense.py:349 #, python-format msgid "Error!" msgstr "錯誤!" @@ -314,7 +312,7 @@ msgid "Expense" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:374 +#: code:addons/hr_expense/hr_expense.py:370 #, python-format msgid "Expense Account Move" msgstr "" @@ -549,7 +547,7 @@ msgid "" msgstr "未找到費用日記帳。請確認您是否有設置型態為「採購」的日記帳。" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:345 +#: code:addons/hr_expense/hr_expense.py:341 #, python-format msgid "" "No purchase account found for the product %s (or for his category), please " @@ -577,7 +575,7 @@ msgid "Paid" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:349 +#: code:addons/hr_expense/hr_expense.py:345 #, python-format msgid "" "Please configure Default Expense account for Product purchase: " @@ -596,6 +594,11 @@ msgstr "" msgid "Product" msgstr "" +#. module: hr_expense +#: field:hr.expense.report,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: hr_expense #: model:ir.model,name:hr_expense.model_product_template msgid "Product Template" @@ -607,7 +610,6 @@ msgid "Products" msgstr "產品" #. module: hr_expense -#: field:hr.expense.report,product_qty:0 #: view:website:hr_expense.report_expense msgid "Qty" msgstr "數量" @@ -645,7 +647,7 @@ msgid "Review Your Expenses Products" msgstr "" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -801,7 +803,7 @@ msgid "Waiting confirmation" msgstr "等待確認中" #. module: hr_expense -#: code:addons/hr_expense/hr_expense.py:447 +#: code:addons/hr_expense/hr_expense.py:443 #, python-format msgid "Warning" msgstr "警告" diff --git a/addons/hr_gamification/i18n/it.po b/addons/hr_gamification/i18n/it.po new file mode 100644 index 00000000000..b715608b9a3 --- /dev/null +++ b/addons/hr_gamification/i18n/it.po @@ -0,0 +1,188 @@ +# Italian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-04 07:10+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: hr_gamification +#: model:ir.actions.act_window,help:hr_gamification.challenge_list_action2 +msgid "" +"

      \n" +" Click to create a challenge. \n" +"

      \n" +"

      \n" +" Assign a list of goals to chosen users to evaluate " +"them.\n" +" The challenge can use a period (weekly, monthly...) for " +"automatic creation of goals.\n" +" The goals are created for the specified users or member " +"of the group.\n" +"

      \n" +" " +msgstr "" + +#. module: hr_gamification +#: model:ir.actions.act_window,help:hr_gamification.goals_menu_groupby_action2 +msgid "" +"

      \n" +" Click to create a goal. \n" +"

      \n" +"

      \n" +" A goal is defined by a user and a goal type.\n" +" Goals can be created automatically by using challenges.\n" +"

      \n" +" " +msgstr "" + +#. module: hr_gamification +#: model:ir.ui.menu,name:hr_gamification.gamification_badge_menu_hr +msgid "Badges" +msgstr "Badge" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "" +"Badges are rewards of good work. Give them to people you believe deserve it." +msgstr "" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "Cancel" +msgstr "Annulla" + +#. module: hr_gamification +#: model:ir.actions.act_window,name:hr_gamification.challenge_list_action2 +#: model:ir.ui.menu,name:hr_gamification.gamification_challenge_menu_hr +msgid "Challenges" +msgstr "Sfide" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Click to grant this employee his first badge" +msgstr "Click per assegnare a questo impiegato il suo primo badge" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "Describe what they did and why it matters (will be public)" +msgstr "Descrive cosa essi fanno e perchè serve (sarà reso pubblico)" + +#. module: hr_gamification +#: field:gamification.badge.user,employee_id:0 +#: field:gamification.badge.user.wizard,employee_id:0 +#: model:ir.model,name:hr_gamification.model_hr_employee +msgid "Employee" +msgstr "Impiegato" + +#. module: hr_gamification +#: field:hr.employee,badge_ids:0 +msgid "Employee Badges" +msgstr "Badge impiegato" + +#. module: hr_gamification +#: field:hr.employee,goal_ids:0 +msgid "Employee HR Goals" +msgstr "Obiettivi HR per gli impiegati" + +#. module: hr_gamification +#: model:ir.ui.menu,name:hr_gamification.menu_hr_gamification +msgid "Engagement" +msgstr "Fidanzamento" + +#. module: hr_gamification +#: model:ir.model,name:hr_gamification.model_gamification_badge +msgid "Gamification badge" +msgstr "" + +#. module: hr_gamification +#: model:ir.model,name:hr_gamification.model_gamification_badge_user +msgid "Gamification user badge" +msgstr "" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Goals" +msgstr "Obiettivi" + +#. module: hr_gamification +#: model:ir.actions.act_window,name:hr_gamification.goals_menu_groupby_action2 +#: model:ir.ui.menu,name:hr_gamification.gamification_goal_menu_hr +msgid "Goals History" +msgstr "Storico obiettivi" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Grant a Badge" +msgstr "Concedi un badge" + +#. module: hr_gamification +#: view:gamification.badge:hr_gamification.hr_badge_form_view +msgid "Granted Employees" +msgstr "Impiegati concessi" + +#. module: hr_gamification +#: field:hr.employee,has_badges:0 +msgid "Has Badges" +msgstr "Ha un badge" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Received Badges" +msgstr "Badge ricevuti" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +#: model:ir.actions.act_window,name:hr_gamification.action_reward_wizard +msgid "Reward Employee" +msgstr "" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "Reward Employee with" +msgstr "" + +#. module: hr_gamification +#: constraint:gamification.badge.user:0 +msgid "The selected employee does not correspond to the selected user." +msgstr "" + +#. module: hr_gamification +#: code:addons/hr_gamification/wizard/grant_badge.py:45 +#: code:addons/hr_gamification/wizard/grant_badge.py:48 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "What are you thank for?" +msgstr "" + +#. module: hr_gamification +#: code:addons/hr_gamification/wizard/grant_badge.py:48 +#, python-format +msgid "You can not send a badge to yourself" +msgstr "" + +#. module: hr_gamification +#: code:addons/hr_gamification/wizard/grant_badge.py:45 +#, python-format +msgid "You can send badges only to employees linked to a user." +msgstr "" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "to reward this employee for a good action" +msgstr "" diff --git a/addons/hr_gamification/i18n/pt.po b/addons/hr_gamification/i18n/pt.po new file mode 100644 index 00000000000..16ec2d02a66 --- /dev/null +++ b/addons/hr_gamification/i18n/pt.po @@ -0,0 +1,211 @@ +# Portuguese translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: Daniel Santos \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-06 14:49+0000\n" +"Last-Translator: Daniel Santos - ThinkOpen \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: hr_gamification +#: model:ir.actions.act_window,help:hr_gamification.challenge_list_action2 +msgid "" +"

      \n" +" Click to create a challenge. \n" +"

      \n" +"

      \n" +" Assign a list of goals to chosen users to evaluate " +"them.\n" +" The challenge can use a period (weekly, monthly...) for " +"automatic creation of goals.\n" +" The goals are created for the specified users or member " +"of the group.\n" +"

      \n" +" " +msgstr "" +"

      \n" +" Clique para adicionar um novo Desafio. \n" +"

      \n" +"

      \n" +" Atribua uma lista de objetivos para os utilizadores " +"escolhidos para avaliá-los.\n" +" O desafio pode usar um período (semanal, mensal ...) " +"para criação automática de metas.\n" +" As metas são criadas para os utilizadores especificados " +"ou membros do grupo.\n" +"

      \n" +" " + +#. module: hr_gamification +#: model:ir.actions.act_window,help:hr_gamification.goals_menu_groupby_action2 +msgid "" +"

      \n" +" Click to create a goal. \n" +"

      \n" +"

      \n" +" A goal is defined by a user and a goal type.\n" +" Goals can be created automatically by using challenges.\n" +"

      \n" +" " +msgstr "" +"

      \n" +" Clique para adicionar uma Meta. \n" +"

      \n" +"

      \n" +" Uma Meta é definido por utilizador e tipo de meta.\n" +" Podem ser criadas automaticamente usando os desafios.\n" +"

      \n" +" " + +#. module: hr_gamification +#: model:ir.ui.menu,name:hr_gamification.gamification_badge_menu_hr +msgid "Badges" +msgstr "Distintivo" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "" +"Badges are rewards of good work. Give them to people you believe deserve it." +msgstr "" +"Distintivos são fruto de um bom trabalho. Dê a pessoas que acredita merecer." + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "Cancel" +msgstr "Cancelar" + +#. module: hr_gamification +#: model:ir.actions.act_window,name:hr_gamification.challenge_list_action2 +#: model:ir.ui.menu,name:hr_gamification.gamification_challenge_menu_hr +msgid "Challenges" +msgstr "Desafios" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Click to grant this employee his first badge" +msgstr "Clique para conceder este funcionário o seu primeiro distintivo" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "Describe what they did and why it matters (will be public)" +msgstr "Descreva o que eles fizeram e por que é importante (será público)" + +#. module: hr_gamification +#: field:gamification.badge.user,employee_id:0 +#: field:gamification.badge.user.wizard,employee_id:0 +#: model:ir.model,name:hr_gamification.model_hr_employee +msgid "Employee" +msgstr "Funcionário" + +#. module: hr_gamification +#: field:hr.employee,badge_ids:0 +msgid "Employee Badges" +msgstr "Distintivo de Funcionário" + +#. module: hr_gamification +#: field:hr.employee,goal_ids:0 +msgid "Employee HR Goals" +msgstr "Metas RH de Funcionário" + +#. module: hr_gamification +#: model:ir.ui.menu,name:hr_gamification.menu_hr_gamification +msgid "Engagement" +msgstr "Comprimisso" + +#. module: hr_gamification +#: model:ir.model,name:hr_gamification.model_gamification_badge +msgid "Gamification badge" +msgstr "Distintivo de Desafios" + +#. module: hr_gamification +#: model:ir.model,name:hr_gamification.model_gamification_badge_user +msgid "Gamification user badge" +msgstr "Distintivo de Utilizador Desafiado" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Goals" +msgstr "Metas" + +#. module: hr_gamification +#: model:ir.actions.act_window,name:hr_gamification.goals_menu_groupby_action2 +#: model:ir.ui.menu,name:hr_gamification.gamification_goal_menu_hr +msgid "Goals History" +msgstr "Histórico de Metas" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Grant a Badge" +msgstr "Conceder um Distintivo" + +#. module: hr_gamification +#: view:gamification.badge:hr_gamification.hr_badge_form_view +msgid "Granted Employees" +msgstr "Funcionários Concedidos" + +#. module: hr_gamification +#: field:hr.employee,has_badges:0 +msgid "Has Badges" +msgstr "Tem Distintivos" + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "Received Badges" +msgstr "Recebeu Distintivos" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +#: model:ir.actions.act_window,name:hr_gamification.action_reward_wizard +msgid "Reward Employee" +msgstr "Prémio de Funcionário" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "Reward Employee with" +msgstr "Prémio de Funcionário com" + +#. module: hr_gamification +#: constraint:gamification.badge.user:0 +msgid "The selected employee does not correspond to the selected user." +msgstr "" +"O funcionário selecionado não corresponde ao utilizador seleccionado." + +#. module: hr_gamification +#: code:addons/hr_gamification/wizard/grant_badge.py:45 +#: code:addons/hr_gamification/wizard/grant_badge.py:48 +#, python-format +msgid "Warning!" +msgstr "Aviso!" + +#. module: hr_gamification +#: view:gamification.badge.user.wizard:hr_gamification.view_badge_wizard_reward +msgid "What are you thank for?" +msgstr "O que está a agradecer ?" + +#. module: hr_gamification +#: code:addons/hr_gamification/wizard/grant_badge.py:48 +#, python-format +msgid "You can not send a badge to yourself" +msgstr "Não pode enviar um distintivo para si mesmo" + +#. module: hr_gamification +#: code:addons/hr_gamification/wizard/grant_badge.py:45 +#, python-format +msgid "You can send badges only to employees linked to a user." +msgstr "" +"Pode enviar distintivos apenas aos funcionários vinculados a um utilizador." + +#. module: hr_gamification +#: view:hr.employee:hr_gamification.hr_hr_employee_view_form +msgid "to reward this employee for a good action" +msgstr "para recompensar este funcionário para uma boa ação" diff --git a/addons/hr_holidays/i18n/am.po b/addons/hr_holidays/i18n/am.po index c95b920e941..4bb7c968254 100644 --- a/addons/hr_holidays/i18n/am.po +++ b/addons/hr_holidays/i18n/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "የሚረጋገጥ የምደባ ጥያቄ" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "የተነተነበት" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "የስራ ክፍል" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "የፍቃድ ስብሰባዎች" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "ጥያቄው ፀድቕል" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "ጥያቂው ፀድቆ የበላይ አለቃ እስኪያረጋግጥ መጠበቅ" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "ሁኔታ" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "የበላይ አለቃ ማረጋገጫ" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "ማስጠንቀቅያ!" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/ar.po b/addons/hr_holidays/i18n/ar.po index 182113f33ab..2d69d2c1796 100644 --- a/addons/hr_holidays/i18n/ar.po +++ b/addons/hr_holidays/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "تحليل من" msgid "Apply Double Validation" msgstr "قم بالتحقق من صلاحية الازدواج" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -261,7 +266,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "الإدارة" @@ -449,7 +453,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -754,7 +758,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -817,7 +821,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "الحالة" @@ -845,7 +848,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -868,7 +871,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1025,8 +1028,10 @@ msgstr "في انتظار الموافقة الثانية" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "تحذير!" @@ -1060,11 +1065,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/bg.po b/addons/hr_holidays/i18n/bg.po index d6e8db211e8..1e172e3386e 100644 --- a/addons/hr_holidays/i18n/bg.po +++ b/addons/hr_holidays/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Прилагане на двойно одобрение" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Отдел" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "Чакащи второ одобрение" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Предупреждение!" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/bs.po b/addons/hr_holidays/i18n/bs.po index 3bc57d7a8be..0a9b5ae949f 100644 --- a/addons/hr_holidays/i18n/bs.po +++ b/addons/hr_holidays/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/ca.po b/addons/hr_holidays/i18n/ca.po index dc7eb4095d2..6947bbb487c 100644 --- a/addons/hr_holidays/i18n/ca.po +++ b/addons/hr_holidays/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Aplica doble validació" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -262,7 +267,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departament" @@ -451,7 +455,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -756,7 +760,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -819,7 +823,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -847,7 +850,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -870,7 +873,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1031,8 +1034,10 @@ msgstr "A l'espera de segona aprovació" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Avís!" @@ -1066,11 +1071,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/cs.po b/addons/hr_holidays/i18n/cs.po index afb913a8772..993c7471a19 100644 --- a/addons/hr_holidays/i18n/cs.po +++ b/addons/hr_holidays/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Použít dvojté ověření" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -262,7 +267,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Oddělení" @@ -451,7 +455,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -756,7 +760,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -819,7 +823,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -847,7 +850,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -870,7 +873,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1030,8 +1033,10 @@ msgstr "Čekající na druhé schválení" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Varování!" @@ -1065,11 +1070,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/da.po b/addons/hr_holidays/i18n/da.po index 6682e31e9ea..9622490a419 100644 --- a/addons/hr_holidays/i18n/da.po +++ b/addons/hr_holidays/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/de.po b/addons/hr_holidays/i18n/de.po index de9c8bdc1b0..1b84cfd4245 100644 --- a/addons/hr_holidays/i18n/de.po +++ b/addons/hr_holidays/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 11:05+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-25 09:00+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-26 06:55+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays @@ -82,7 +82,7 @@ msgstr "Urlaub für Mitarbeiter zuweisen" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_holiday_allocation_tree msgid "Allocated Days" -msgstr "Urlaubsanspruchstage" +msgstr "Anspruchstage" #. module: hr_holidays #: field:hr.holidays,number_of_days_temp:0 @@ -113,7 +113,7 @@ msgid "Allocation Requests to Approve" msgstr "Zu prüfende Urlaubsanfrage" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Zuteilung für %s" @@ -134,6 +134,11 @@ msgstr "Analysieren durch" msgid "Apply Double Validation" msgstr "Doppelte Genehmigung" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -183,7 +188,7 @@ msgstr "Nach Mitarbeiter" #. module: hr_holidays #: selection:hr.holidays,holiday_type:0 msgid "By Employee Tag" -msgstr "Nach Schlagwort" +msgstr "Nach Kategorie" #. module: hr_holidays #: help:hr.holidays,holiday_type:0 @@ -192,7 +197,7 @@ msgid "" "Allocation/Request for group of employees in category" msgstr "" "Nach Mitarbeiter: Anspruch / Anfrage für einzelne Mitarbeiter, nach " -"Schlagwort: Anspruch / Anfragen für Gruppe von Mitarbeitern in einer " +"Kategorien: Anspruch / Anfragen für Gruppe von Mitarbeitern in einer " "Kategorien" #. module: hr_holidays @@ -286,7 +291,6 @@ msgid "Date of the last message posted on the record." msgstr "Datum der zuletzt gesendeten Nachricht" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Abteilung" @@ -324,7 +328,7 @@ msgstr "Mitarbeiter" #. module: hr_holidays #: field:hr.holidays,category_id:0 msgid "Employee Tag" -msgstr "Schlagwörter" +msgstr "Mitarbeiterkategorie" #. module: hr_holidays #: field:hr.holidays.summary.employee,emp:0 @@ -380,7 +384,7 @@ msgstr "Gruppierung" #. module: hr_holidays #: model:ir.model,name:hr_holidays.model_hr_holidays_summary_dept msgid "HR Leaves Summary Report By Department" -msgstr "Personal Urlaubsstatistik nach Abteilungen" +msgstr "Urlaubsstatistik nach Abteilungen" #. module: hr_holidays #: model:ir.model,name:hr_holidays.model_hr_holidays_summary_employee @@ -483,7 +487,7 @@ msgid "Leave Meetings" msgstr "Abwesenheit Kalendereinträge" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -542,7 +546,7 @@ msgstr "Beanspruchter Uralub" #: model:ir.actions.act_window,name:hr_holidays.action_hr_available_holidays_report #: model:ir.ui.menu,name:hr_holidays.menu_hr_available_holidays_report_tree msgid "Leaves Analysis" -msgstr "Statistik Abwesenheit" +msgstr "Statistik Urlaub" #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new @@ -792,7 +796,7 @@ msgid "Request approved" msgstr "Anfrage geprüft und genehmigt" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Anfrage genehmigt, warten auf zweite Bestätigung" @@ -810,7 +814,7 @@ msgstr "Anfrage abgelehnt" #. module: hr_holidays #: model:ir.actions.act_window,name:hr_holidays.request_approve_holidays msgid "Requests to Approve" -msgstr "Zu genehmigende Anfragen" +msgstr "Zu genehmigende Anträge" #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new @@ -855,7 +859,6 @@ msgid "Start Month" msgstr "Start Monat" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Status" @@ -886,7 +889,7 @@ msgstr "" "verbunden ist." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -920,7 +923,7 @@ msgstr "" "nicht aus." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1099,8 +1102,10 @@ msgstr "Zweite Genehmigung" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Warnung !" @@ -1138,11 +1143,21 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Sie können keine Anfrage im %s Status stornieren" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "Sie können bereits genehmigten Urlaub nicht reduzieren" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" +"Sie können keine Urlaubsanfrage auf '%s' setzen. Bitte setzen Sie sich mit " +"einem Personalmanager in Verbindung." + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/el.po b/addons/hr_holidays/i18n/el.po index 0473e78403d..9490dabade5 100644 --- a/addons/hr_holidays/i18n/el.po +++ b/addons/hr_holidays/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/es.po b/addons/hr_holidays/i18n/es.po index 0cc80f41424..f6e4bedb3ea 100644 --- a/addons/hr_holidays/i18n/es.po +++ b/addons/hr_holidays/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-15 10:05+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:38+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -106,7 +106,7 @@ msgid "Allocation Requests to Approve" msgstr "Peticiones de asignación a aprobar" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Asignación para %s" @@ -127,6 +127,11 @@ msgstr "Analizar de" msgid "Apply Double Validation" msgstr "Aplicar doble validación" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "Análisis de evaluaciones" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -279,7 +284,6 @@ msgid "Date of the last message posted on the record." msgstr "Fecha del último mensaje publicado en el registro." #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departamento" @@ -475,7 +479,7 @@ msgid "Leave Meetings" msgstr "Reuniones de ausencia" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -784,7 +788,7 @@ msgid "Request approved" msgstr "Petición aprobada" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Petición aprobada, esperando segunda validación." @@ -847,7 +851,6 @@ msgid "Start Month" msgstr "Mes de inicio" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Estado" @@ -877,7 +880,7 @@ msgstr "" "Asegúrese por favor de que hay un usuario asociado con el empleado." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -910,7 +913,7 @@ msgstr "" "El número de ausencias restantes no es suficiente para este tipo de ausencia" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1085,8 +1088,10 @@ msgstr "A la espera de segunda aprobación" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -1122,11 +1127,21 @@ msgid "You cannot delete a leave which is in %s state." msgstr "No puede eliminar una ausencia que está en estado %s." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "No puede reducir la asignación de peticiones validadas" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" +"No puede establecer una petición de ausencia como '%s'. Contacte con un " +"responsable de RRHH." + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/es_AR.po b/addons/hr_holidays/i18n/es_AR.po index 7d9649d8e1a..32c7a3623c9 100644 --- a/addons/hr_holidays/i18n/es_AR.po +++ b/addons/hr_holidays/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "Solicitudes de Asignación para Aprobar" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "Analizar de" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -262,7 +267,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departamento" @@ -452,7 +456,7 @@ msgid "Leave Meetings" msgstr "Reuniones de Ausencia" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -757,7 +761,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -820,7 +824,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -848,7 +851,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -871,7 +874,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1027,8 +1030,10 @@ msgstr "Esperando Segunda Aprobación" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "¡Cuidado!" @@ -1062,11 +1067,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/es_CR.po b/addons/hr_holidays/i18n/es_CR.po index c2ddaa8709f..0c6497ba68b 100644 --- a/addons/hr_holidays/i18n/es_CR.po +++ b/addons/hr_holidays/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Asignación para %s" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Aplicar doble validación" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -262,7 +267,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departamento" @@ -451,7 +455,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -756,7 +760,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -819,7 +823,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -847,7 +850,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -879,7 +882,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1042,8 +1045,10 @@ msgstr "A la espera de segunda aprobación" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -1077,11 +1082,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/es_EC.po b/addons/hr_holidays/i18n/es_EC.po index b4575db5ba8..6290f7516ba 100644 --- a/addons/hr_holidays/i18n/es_EC.po +++ b/addons/hr_holidays/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/et.po b/addons/hr_holidays/i18n/et.po index 0ee95a057f0..becf8df64f8 100644 --- a/addons/hr_holidays/i18n/et.po +++ b/addons/hr_holidays/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/fi.po b/addons/hr_holidays/i18n/fi.po index f4cc1aca867..1fb9b269edf 100644 --- a/addons/hr_holidays/i18n/fi.po +++ b/addons/hr_holidays/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -101,7 +101,7 @@ msgid "Allocation Requests to Approve" msgstr "Varauspyynnöt hyväksyttäviksi" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Varaus henkilölle %s" @@ -122,6 +122,11 @@ msgstr "Analysoi alkaen" msgid "Apply Double Validation" msgstr "Käytä kahta vahvistusta" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -270,7 +275,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Osasto" @@ -459,7 +463,7 @@ msgid "Leave Meetings" msgstr "Poissaolotapaamiset" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -764,7 +768,7 @@ msgid "Request approved" msgstr "Pyyntö hyväksytty" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Pyyntö hyväksytty, mutta odottaa vielä lopullista vahvistusta." @@ -827,7 +831,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Tilanne" @@ -855,7 +858,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -878,7 +881,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1041,8 +1044,10 @@ msgstr "Odottaa toista hyväksyntää" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Varoitus!" @@ -1078,11 +1083,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Et voi poistaa poissaoloa, joka on tilassa %s." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/fr.po b/addons/hr_holidays/i18n/fr.po index 0249c75755b..be60947fd66 100644 --- a/addons/hr_holidays/i18n/fr.po +++ b/addons/hr_holidays/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -103,7 +103,7 @@ msgid "Allocation Requests to Approve" msgstr "Demandes d'attribution de congés à approuver" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Allocation pour %s" @@ -124,6 +124,11 @@ msgstr "Analyser depuis" msgid "Apply Double Validation" msgstr "Appliquer la double validation" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -275,7 +280,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Département" @@ -468,7 +472,7 @@ msgid "Leave Meetings" msgstr "Congés" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -773,7 +777,7 @@ msgid "Request approved" msgstr "Demande approuvée" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Demande approuvée, en attente d'une seconde validation." @@ -836,7 +840,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "État" @@ -864,7 +867,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -895,7 +898,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1071,8 +1074,10 @@ msgstr "En attente d'une deuxième approbation" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Avertissement !" @@ -1110,11 +1115,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Vous ne pouvez pas supprimer des congés qui sont dans l'état %s." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/gu.po b/addons/hr_holidays/i18n/gu.po index b1c5d553b3b..50695b3262d 100644 --- a/addons/hr_holidays/i18n/gu.po +++ b/addons/hr_holidays/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "વિભાગ" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "ચેતવણી!" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/hi.po b/addons/hr_holidays/i18n/hi.po index 402b0848bf5..c416b3f4658 100644 --- a/addons/hr_holidays/i18n/hi.po +++ b/addons/hr_holidays/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/hr.po b/addons/hr_holidays/i18n/hr.po index 1eca0604ea8..4ba91606895 100644 --- a/addons/hr_holidays/i18n/hr.po +++ b/addons/hr_holidays/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -103,7 +103,7 @@ msgid "Allocation Requests to Approve" msgstr "Zahtjevi za dodjelom za odobriti" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Dodjela za %s" @@ -124,6 +124,11 @@ msgstr "Analiziraj iz" msgid "Apply Double Validation" msgstr "Primjeni dvostruku ovjeru" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -275,7 +280,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Odjel" @@ -468,7 +472,7 @@ msgid "Leave Meetings" msgstr "Sastanci" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -773,7 +777,7 @@ msgid "Request approved" msgstr "Zahtjev odobren" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Zahtjev odobren, čeka drugu ovjeru." @@ -836,7 +840,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Status" @@ -866,7 +869,7 @@ msgstr "" "provjerite da je vaše korisničko ime povezano sa zaposlenikom." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -897,7 +900,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1071,8 +1074,10 @@ msgstr "Čeka drugo odobrenje" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -1108,11 +1113,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Ne možete ukloniti odsustvo koje je u %s stanju." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/hu.po b/addons/hr_holidays/i18n/hu.po index 665e2b50dbf..799e4448f7c 100644 --- a/addons/hr_holidays/i18n/hu.po +++ b/addons/hr_holidays/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -103,7 +103,7 @@ msgid "Allocation Requests to Approve" msgstr "Kiosztási igény elfogadásra" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Kihelyezés ehhez %s" @@ -124,6 +124,11 @@ msgstr "Analízis/Elemzés innen" msgid "Apply Double Validation" msgstr "Dupla érvényesítés alkalmazása" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -275,7 +280,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Osztály, részleg" @@ -468,7 +472,7 @@ msgid "Leave Meetings" msgstr "Szabadság értekezlet" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -773,7 +777,7 @@ msgid "Request approved" msgstr "Igény elfogadva" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Igénylés elfogadva, második érvényesítésre vár." @@ -836,7 +840,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Állapot" @@ -866,7 +869,7 @@ msgstr "" "meg arról, hogy a belépése egy alkalmazotthoz van csatolva." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -898,7 +901,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1071,8 +1074,10 @@ msgstr "Várakozás a második jóváhagyásra" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Vigyázat!" @@ -1108,11 +1113,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Nem törölhet olyan szabadságot ami %s állapotú." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/id.po b/addons/hr_holidays/i18n/id.po index 19be1a7f4f2..2d9f1eafe07 100644 --- a/addons/hr_holidays/i18n/id.po +++ b/addons/hr_holidays/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -270,7 +275,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departmen" @@ -459,7 +463,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -764,7 +768,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -827,7 +831,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -855,7 +858,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -878,7 +881,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1039,8 +1042,10 @@ msgstr "Menunggu Persetujuan Kedua" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Peringatan!" @@ -1074,11 +1079,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/it.po b/addons/hr_holidays/i18n/it.po index 076f4f2588c..51b5e2856af 100644 --- a/addons/hr_holidays/i18n/it.po +++ b/addons/hr_holidays/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 08:53+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -30,6 +30,15 @@ msgid "" "

      \n" " " msgstr "" +"

      \n" +"Click per creare una nuova richiesta permesso.\n" +"

      \n" +"Una volta registrata la richiesta permesso sarà spedita\n" +"al manager per la convalida. Assicuratevi di impostare il corretto tipo di\n" +"permesso (recupero, ferie, malattia) e l'esatto\n" +"numero di giorni relativi al permesso stesso.\n" +"

      \n" +" " #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.hr_holidays_leaves_assign_legal @@ -41,6 +50,11 @@ msgid "" "

      \n" " " msgstr "" +"

      \n" +"Potete assegnare le rimanenti ferie spettanti ad ogni impiegato, ODOO \n" +"automaticamente creerà e convaliderà le richieste di assegnazione.\n" +"

      \n" +" " #. module: hr_holidays #: field:hr.holidays.status,active:0 @@ -51,17 +65,17 @@ msgstr "Attivo" #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new msgid "Add a reason..." -msgstr "" +msgstr "Aggiungi una motivazione..." #. module: hr_holidays #: model:ir.actions.act_window,name:hr_holidays.hr_holidays_leaves_assign_legal msgid "Allocate Leaves for Employees" -msgstr "" +msgstr "Assegna ferie per gli impiegati" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_holiday_allocation_tree msgid "Allocated Days" -msgstr "" +msgstr "Giorni assegnati" #. module: hr_holidays #: field:hr.holidays,number_of_days_temp:0 @@ -89,10 +103,10 @@ msgstr "Richieste assegnazione" #: model:ir.actions.act_window,name:hr_holidays.request_approve_allocation #: model:ir.ui.menu,name:hr_holidays.menu_request_approve_allocation msgid "Allocation Requests to Approve" -msgstr "" +msgstr "Assegnamento richieste da approvare" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Allocazione per %s" @@ -105,7 +119,7 @@ msgstr "Permette di non tenere conto del limite" #. module: hr_holidays #: xsl:holidays.summary:0 msgid "Analyze from" -msgstr "" +msgstr "Analizza da" #. module: hr_holidays #: field:hr.holidays,double_validation:0 @@ -113,6 +127,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Applica doppia convalida" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "Analisi valutazione" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -131,7 +150,7 @@ msgstr "Approvato" #. module: hr_holidays #: view:hr.employee:hr_holidays.hr_holidays_leaves_assign_tree_view msgid "Assign Leaves" -msgstr "" +msgstr "Assegna permessi" #. module: hr_holidays #: selection:hr.holidays.status,color_name:0 @@ -147,7 +166,7 @@ msgstr "Blu" #: selection:hr.holidays.summary.dept,holiday_type:0 #: selection:hr.holidays.summary.employee,holiday_type:0 msgid "Both Approved and Confirmed" -msgstr "" +msgstr "Entrambe approvate e confermate" #. module: hr_holidays #: selection:hr.holidays.status,color_name:0 @@ -162,7 +181,7 @@ msgstr "Per impiegato" #. module: hr_holidays #: selection:hr.holidays,holiday_type:0 msgid "By Employee Tag" -msgstr "" +msgstr "Per tag impiegato" #. module: hr_holidays #: help:hr.holidays,holiday_type:0 @@ -170,6 +189,9 @@ msgid "" "By Employee: Allocation/Request for individual Employee, By Employee Tag: " "Allocation/Request for group of employees in category" msgstr "" +"Per impiegato: Assegnazione / Richieste individuali per un impiegato, per " +"tag impiegato: Assegnazione / Richieste per gruppi di impiegati nella " +"categoria" #. module: hr_holidays #: view:hr.holidays.summary.dept:hr_holidays.view_hr_holidays_summary_dept @@ -208,7 +230,7 @@ msgstr "" #. module: hr_holidays #: xsl:holidays.summary:0 msgid "Color" -msgstr "" +msgstr "Colore" #. module: hr_holidays #: field:hr.holidays.status,color_name:0 @@ -218,7 +240,7 @@ msgstr "Colore nel report" #. module: hr_holidays #: model:hr.holidays.status,name:hr_holidays.holiday_status_comp msgid "Compensatory Days" -msgstr "" +msgstr "Giorni di compensazione" #. module: hr_holidays #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -237,7 +259,7 @@ msgstr "Confermato" #: field:hr.holidays.summary.dept,create_uid:0 #: field:hr.holidays.summary.employee,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: hr_holidays #: field:hr.holidays,create_date:0 @@ -245,12 +267,12 @@ msgstr "" #: field:hr.holidays.summary.dept,create_date:0 #: field:hr.holidays.summary.employee,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: hr_holidays #: field:hr.employee,current_leave_state:0 msgid "Current Leave Status" -msgstr "" +msgstr "Stato corrente permessi" #. module: hr_holidays #: field:hr.employee,current_leave_id:0 @@ -260,10 +282,9 @@ msgstr "Tipo permesso corrente" #. module: hr_holidays #: help:hr.holidays,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Dipartimento" @@ -287,7 +308,7 @@ msgstr "Dettagli" #. module: hr_holidays #: view:hr.holidays:hr_holidays.edit_holiday_new msgid "Duration" -msgstr "" +msgstr "Durata" #. module: hr_holidays #: view:hr.employee:hr_holidays.hr_holidays_leaves_assign_tree_view @@ -301,7 +322,7 @@ msgstr "Dipendente/Impiegato" #. module: hr_holidays #: field:hr.holidays,category_id:0 msgid "Employee Tag" -msgstr "" +msgstr "Tag impiegato" #. module: hr_holidays #: field:hr.holidays.summary.employee,emp:0 @@ -325,6 +346,8 @@ msgid "" "Filters only on allocations and requests that belong to an holiday type that " "is 'active' (active field is True)" msgstr "" +"Filtra solamente sulle assegnazioni e richieste che appartengono ad un tipo " +"di ferie che risulta 'attivo' (il campo attivo è impostato a vero)" #. module: hr_holidays #: field:hr.holidays,manager_id:0 @@ -350,17 +373,17 @@ msgstr "Da Data" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_hr_holidays_filter msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: hr_holidays #: model:ir.model,name:hr_holidays.model_hr_holidays_summary_dept msgid "HR Leaves Summary Report By Department" -msgstr "" +msgstr "HR Report riepilogo permessi per dipartimento" #. module: hr_holidays #: model:ir.model,name:hr_holidays.model_hr_holidays_summary_employee msgid "HR Leaves Summary Report By Employee" -msgstr "" +msgstr "HR Report riepilogo permessi per impiegato" #. module: hr_holidays #: help:hr.holidays,message_summary:0 @@ -378,7 +401,7 @@ msgstr "" #: field:hr.holidays.summary.dept,id:0 #: field:hr.holidays.summary.employee,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: hr_holidays #: help:hr.holidays,message_unread:0 @@ -401,11 +424,14 @@ msgid "" "leaves than the available ones for this type and will not take them into " "account for the \"Remaining Legal Leaves\" defined on the employee form." msgstr "" +"Se selezoinate questo box il sistema permetterà agli impiegati di prendere " +"più permessi di quelli disponibili per il questo tipo e non li scalerà dal " +"conto per i \"Permessi spettanti rimanenti\" definito nella scheda impiegato" #. module: hr_holidays #: field:hr.holidays,message_is_follower:0 msgid "Is a Follower" -msgstr "" +msgstr "E' un Follower" #. module: hr_holidays #: selection:hr.holidays.status,color_name:0 @@ -415,7 +441,7 @@ msgstr "Avorio" #. module: hr_holidays #: field:hr.holidays,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: hr_holidays #: field:hr.holidays,write_uid:0 @@ -423,7 +449,7 @@ msgstr "" #: field:hr.holidays.summary.dept,write_uid:0 #: field:hr.holidays.summary.employee,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Ultima modifica di" #. module: hr_holidays #: field:hr.holidays,write_date:0 @@ -431,7 +457,7 @@ msgstr "" #: field:hr.holidays.summary.dept,write_date:0 #: field:hr.holidays.summary.employee,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: hr_holidays #: selection:hr.holidays.status,color_name:0 @@ -451,10 +477,10 @@ msgstr "Dettaglio permesso" #. module: hr_holidays #: model:ir.actions.act_window,name:hr_holidays.act_hr_leave_request_to_meeting msgid "Leave Meetings" -msgstr "" +msgstr "Incontri permesso" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -553,7 +579,7 @@ msgstr "Permessi per tipo" #. module: hr_holidays #: model:hr.holidays.status,name:hr_holidays.holiday_status_cl msgid "Legal Leaves 2014" -msgstr "" +msgstr "Permessi di legge 2014" #. module: hr_holidays #: selection:hr.holidays.status,color_name:0 @@ -620,16 +646,18 @@ msgstr "Massimi permessi maturati - Permessi già fruiti" msgid "" "Maximum Leaves Allowed - Leaves Already Taken - Leaves Waiting Approval" msgstr "" +"Massimi permessi concessi - Permessi già presi - Permessi in attesa di " +"approvazione" #. module: hr_holidays #: field:hr.holidays,meeting_id:0 msgid "Meeting" -msgstr "" +msgstr "Meeting" #. module: hr_holidays #: field:hr.holidays.status,categ_id:0 msgid "Meeting Type" -msgstr "" +msgstr "Tipo di meeting" #. module: hr_holidays #: field:hr.holidays,message_ids:0 @@ -639,18 +667,18 @@ msgstr "Messaggi" #. module: hr_holidays #: help:hr.holidays,message_ids:0 msgid "Messages and communication history" -msgstr "" +msgstr "Storico messaggi e comunicazioni" #. module: hr_holidays #: view:hr.holidays.status:hr_holidays.edit_holiday_status_form msgid "Misc" -msgstr "" +msgstr "Varie" #. module: hr_holidays #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday msgid "Mode" -msgstr "" +msgstr "Modalità" #. module: hr_holidays #: xsl:holidays.summary:0 @@ -660,17 +688,17 @@ msgstr "Mese" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_hr_holidays_filter msgid "My Department Leaves" -msgstr "" +msgstr "Permessi mio dipartimento" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_hr_holidays_filter msgid "My Leave Requests" -msgstr "" +msgstr "Le mie richieste di permesso" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_hr_holidays_filter msgid "My Requests" -msgstr "" +msgstr "Le Mie Richieste" #. module: hr_holidays #: selection:hr.employee,current_leave_state:0 @@ -756,10 +784,10 @@ msgstr "Tipo di richiesta" #. module: hr_holidays #: model:mail.message.subtype,description:hr_holidays.mt_holidays_approved msgid "Request approved" -msgstr "" +msgstr "Richiesta approvata" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -819,18 +847,17 @@ msgstr "Data inizio" #. module: hr_holidays #: view:hr.holidays:hr_holidays.view_hr_holidays_filter msgid "Start Month" -msgstr "" +msgstr "Mese di partenza" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" -msgstr "" +msgstr "Stato" #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new msgid "Submit to Manager" -msgstr "" +msgstr "Sottoponi al manager" #. module: hr_holidays #: xsl:holidays.summary:0 @@ -840,7 +867,7 @@ msgstr "Totale" #. module: hr_holidays #: field:hr.holidays,message_summary:0 msgid "Summary" -msgstr "" +msgstr "Riepilogo" #. module: hr_holidays #: sql_constraint:hr.holidays:0 @@ -850,7 +877,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -873,7 +900,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1033,8 +1060,10 @@ msgstr "In attesa della seconda approvazione" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Attenzione!" @@ -1068,11 +1097,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/ja.po b/addons/hr_holidays/i18n/ja.po index 6a3d0fd1180..455e90e5e05 100644 --- a/addons/hr_holidays/i18n/ja.po +++ b/addons/hr_holidays/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "割当申請承認" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "%s の割当て" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "2段階承認を適用" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -261,7 +266,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "部門" @@ -448,7 +452,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -753,7 +757,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -816,7 +820,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "ステータス" @@ -844,7 +847,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -870,7 +873,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1025,8 +1028,10 @@ msgstr "2番目の承認待ち" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "警告" @@ -1060,11 +1065,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/ko.po b/addons/hr_holidays/i18n/ko.po index fef0b27ff22..abe94c210b4 100644 --- a/addons/hr_holidays/i18n/ko.po +++ b/addons/hr_holidays/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/lt.po b/addons/hr_holidays/i18n/lt.po index c00bd721024..737db0829a7 100644 --- a/addons/hr_holidays/i18n/lt.po +++ b/addons/hr_holidays/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -102,7 +102,7 @@ msgid "Allocation Requests to Approve" msgstr "Paskyrimų pritarimas" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -123,6 +123,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Reikalingas dvigubas patvirtinimas" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -272,7 +277,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Padalinys" @@ -465,7 +469,7 @@ msgid "Leave Meetings" msgstr "Susitikimas dėl atostogų" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -770,7 +774,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -833,7 +837,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Būsena" @@ -861,7 +864,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -884,7 +887,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1045,8 +1048,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Įspėjimas!" @@ -1081,11 +1086,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/lv.po b/addons/hr_holidays/i18n/lv.po index dbeebfb11bc..619624a3f5a 100644 --- a/addons/hr_holidays/i18n/lv.po +++ b/addons/hr_holidays/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/mk.po b/addons/hr_holidays/i18n/mk.po index dfb2e576370..f6ad95af051 100644 --- a/addons/hr_holidays/i18n/mk.po +++ b/addons/hr_holidays/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -103,7 +103,7 @@ msgid "Allocation Requests to Approve" msgstr "Барања за распределба кои треба да се одобрат" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Распределба за %s" @@ -124,6 +124,11 @@ msgstr "Анализирај од" msgid "Apply Double Validation" msgstr "Примени Дупла Валидација" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -275,7 +280,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Одделение" @@ -468,7 +472,7 @@ msgid "Leave Meetings" msgstr "Состаноци за отсуство" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -773,7 +777,7 @@ msgid "Request approved" msgstr "Барањето е одобрено" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Барањето е одобрено, се чека секундарно потврдување." @@ -836,7 +840,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Статус" @@ -864,7 +867,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -887,7 +890,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1062,8 +1065,10 @@ msgstr "Се чека на второ одобрување" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Предупредување!" @@ -1099,11 +1104,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Не може да избришете отсуство кое е во %s состојба." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/mn.po b/addons/hr_holidays/i18n/mn.po index 647d643e89e..5be7d6aa67b 100644 --- a/addons/hr_holidays/i18n/mn.po +++ b/addons/hr_holidays/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -102,7 +102,7 @@ msgid "Allocation Requests to Approve" msgstr "Батлах Хуваарилах хүсэлт" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "%s хуваарилалт" @@ -123,6 +123,11 @@ msgstr "Дараахаас шинжлэх" msgid "Apply Double Validation" msgstr "2 удаа батламжлах эсэх" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -274,7 +279,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Хэлтэс" @@ -467,7 +471,7 @@ msgid "Leave Meetings" msgstr "Уулзалтын чөлөө" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -772,7 +776,7 @@ msgid "Request approved" msgstr "Хүсэлт батлагдсан" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Хүсэлт зөвшөөрөгдсөн, хоёр дахь зөвшөөрлийг хүлээж байна." @@ -835,7 +839,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Төлөв" @@ -865,7 +868,7 @@ msgstr "" "байгаа хэрэглэгчийн нэр чинь ажилтантай холбогдсон эсэхийг шалгана уу." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -894,7 +897,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1068,8 +1071,10 @@ msgstr "2 дахь зөвшөөрлийг хүлээж байна" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Анхааруулга!" @@ -1105,11 +1110,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "%s төлөвтэй амралт, чөлөөг устгах боломжгүй." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/nb.po b/addons/hr_holidays/i18n/nb.po index c06c8827dd5..8b55ea2e540 100644 --- a/addons/hr_holidays/i18n/nb.po +++ b/addons/hr_holidays/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Avsetning for% s" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Avdeling" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/nl.po b/addons/hr_holidays/i18n/nl.po index d43f2757bd3..bc007c27130 100644 --- a/addons/hr_holidays/i18n/nl.po +++ b/addons/hr_holidays/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-27 11:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 09:50+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -110,7 +110,7 @@ msgid "Allocation Requests to Approve" msgstr "Verloftoewijzingen goedkeuren" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Verloftoewijzing voor %s" @@ -131,6 +131,11 @@ msgstr "Analyseer vanaf" msgid "Apply Double Validation" msgstr "Gebruik dubbele goedkeuring" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "Beoordelingsanalyse" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -283,7 +288,6 @@ msgid "Date of the last message posted on the record." msgstr "Datum van het laatste bericht verstuurt op deze regel." #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Afdeling" @@ -481,7 +485,7 @@ msgid "Leave Meetings" msgstr "Verlof afspraken" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -790,7 +794,7 @@ msgid "Request approved" msgstr "Goedgekeurde aanvragen" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Aanvraag aangemaakt en in afwachting van tweede bevestiging." @@ -853,7 +857,6 @@ msgid "Start Month" msgstr "Startmaand" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Status" @@ -883,7 +886,7 @@ msgstr "" "ervoor dat de gebruikers inlognaam is gekoppeld aan een werknemer." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -916,7 +919,7 @@ msgstr "" "Het resterende verlof saldo is niet genoeg voor deze verlof aanvraag." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1095,8 +1098,10 @@ msgstr "Wacht op tweede goedkeuring" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -1132,11 +1137,20 @@ msgid "You cannot delete a leave which is in %s state." msgstr "U kunt geen verlof verwijderen welke zich in de %s status bevind." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "Het is niet mogelijk om goedgekeurde aanvragen te verlagen" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" +"U kunt geen verlofaanvraag doen als '%s'. Neem contact op het uw HR manager." + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/nl_BE.po b/addons/hr_holidays/i18n/nl_BE.po index 924dfe2e855..2fe34e60196 100644 --- a/addons/hr_holidays/i18n/nl_BE.po +++ b/addons/hr_holidays/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/pl.po b/addons/hr_holidays/i18n/pl.po index 6c7df9a6735..9d81874819e 100644 --- a/addons/hr_holidays/i18n/pl.po +++ b/addons/hr_holidays/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 14:54+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "Wnioski przydziałowe do aprobaty" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Przydział dla %s" @@ -113,6 +113,11 @@ msgstr "Analizuj od" msgid "Apply Double Validation" msgstr "Zastosuj podwójne zatwierdzanie" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -262,7 +267,6 @@ msgid "Date of the last message posted on the record." msgstr "Data ostatniej wiadomości w rekordzie" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Dział" @@ -454,7 +458,7 @@ msgid "Leave Meetings" msgstr "Nieobecności z powodu spotkań" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -763,7 +767,7 @@ msgid "Request approved" msgstr "Wniosek aprobowano" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Wniosek aprobowano i czeka na drugą aprobatę." @@ -826,7 +830,6 @@ msgid "Start Month" msgstr "Miesiąc początkowy" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Stan" @@ -854,7 +857,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -877,7 +880,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1037,8 +1040,10 @@ msgstr "Oczekuje na drugą aprobatę" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Ostrzeżenie !" @@ -1072,11 +1077,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Nie możesz usunąć nieobecności, która jest w stanie %s." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "Nie możesz zmniejszyć zatwierdzonych wniosków przydziałowych" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/pt.po b/addons/hr_holidays/i18n/pt.po index d79be165749..85b60949eeb 100644 --- a/addons/hr_holidays/i18n/pt.po +++ b/addons/hr_holidays/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Alocação para %s" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Aplicar validação dupla" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -262,7 +267,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departamento" @@ -451,7 +455,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -756,7 +760,7 @@ msgid "Request approved" msgstr "Pedido aprovado" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -819,7 +823,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Estado" @@ -847,7 +850,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -875,7 +878,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1037,8 +1040,10 @@ msgstr "A aguardar confirmação da aprovação" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Atenção!" @@ -1072,11 +1077,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/pt_BR.po b/addons/hr_holidays/i18n/pt_BR.po index 0c52fee2a2b..b3d29169e13 100644 --- a/addons/hr_holidays/i18n/pt_BR.po +++ b/addons/hr_holidays/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-14 01:25+0000\n" "Last-Translator: Rafael Reuber \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-14 08:33+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays @@ -104,7 +104,7 @@ msgid "Allocation Requests to Approve" msgstr "Pedidos de alocação de aprovar" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Alocação para %s" @@ -125,6 +125,11 @@ msgstr "Análise" msgid "Apply Double Validation" msgstr "Aplicar Validação Dupla" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -276,7 +281,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departamento" @@ -470,7 +474,7 @@ msgid "Leave Meetings" msgstr "Deixar Reuniões" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -779,7 +783,7 @@ msgid "Request approved" msgstr "Solicitação Aprovada" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Pedido aprovado, aguardando segunda validação." @@ -842,7 +846,6 @@ msgid "Start Month" msgstr "Mês de Início" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Situação" @@ -873,7 +876,7 @@ msgstr "" "empregado." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -904,7 +907,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1077,8 +1080,10 @@ msgstr "Aguardando Segunda Aprovação" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -1114,11 +1119,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Você não pode excluir uma folga que está no estado %s." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/ro.po b/addons/hr_holidays/i18n/ro.po index f2f385b037e..33b446617c6 100644 --- a/addons/hr_holidays/i18n/ro.po +++ b/addons/hr_holidays/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -104,7 +104,7 @@ msgid "Allocation Requests to Approve" msgstr "Cereri de Alocare de Aprobat" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Alocare pentru %s" @@ -125,6 +125,11 @@ msgstr "Analiza de la" msgid "Apply Double Validation" msgstr "Aplicati Validarea Dubla" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -276,7 +281,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departament" @@ -469,7 +473,7 @@ msgid "Leave Meetings" msgstr "Intalniri Concedii" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -774,7 +778,7 @@ msgid "Request approved" msgstr "Cerere aprobata" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Solicitarea aprobata, asteapta a doua validare." @@ -837,7 +841,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Stare" @@ -865,7 +868,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -897,7 +900,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1074,8 +1077,10 @@ msgstr "Se asteapta a doua aprobare" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Avertizare!" @@ -1111,11 +1116,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "Nu puteti sterge un concediu care este in starea %s." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/ru.po b/addons/hr_holidays/i18n/ru.po index c1bbf8c26d6..4786277ef6b 100644 --- a/addons/hr_holidays/i18n/ru.po +++ b/addons/hr_holidays/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Применить двойное утверждение" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1022,8 +1025,10 @@ msgstr "Ожидает второго подтверждения" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1057,11 +1062,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/sl.po b/addons/hr_holidays/i18n/sl.po index cf09ac53241..a212e0c3541 100644 --- a/addons/hr_holidays/i18n/sl.po +++ b/addons/hr_holidays/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Oddelek" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "Čakanje na drugo potrditev" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/sq.po b/addons/hr_holidays/i18n/sq.po index 555144b9f30..f337195daff 100644 --- a/addons/hr_holidays/i18n/sq.po +++ b/addons/hr_holidays/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:10+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/sr.po b/addons/hr_holidays/i18n/sr.po index 28d852435d8..f8d893d8e42 100644 --- a/addons/hr_holidays/i18n/sr.po +++ b/addons/hr_holidays/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/sr@latin.po b/addons/hr_holidays/i18n/sr@latin.po index e44b92d3d59..b3073c9f256 100644 --- a/addons/hr_holidays/i18n/sr@latin.po +++ b/addons/hr_holidays/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "U Očekivanju Druge POtvrde" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/sv.po b/addons/hr_holidays/i18n/sv.po index 79ff68dbbec..52b1abe4efd 100644 --- a/addons/hr_holidays/i18n/sv.po +++ b/addons/hr_holidays/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -102,7 +102,7 @@ msgid "Allocation Requests to Approve" msgstr "Semesterönskemål att godkänna" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Tilldelning för %s" @@ -123,6 +123,11 @@ msgstr "Granska från" msgid "Apply Double Validation" msgstr "Applicera Dubbel validering" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -271,7 +276,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Avdelning" @@ -464,7 +468,7 @@ msgid "Leave Meetings" msgstr "Frånvaromöten" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -769,7 +773,7 @@ msgid "Request approved" msgstr "Önskemål accepterat" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "Förfrågan godkänd, väntar sekundär validering." @@ -832,7 +836,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Status" @@ -860,7 +863,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -891,7 +894,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1059,8 +1062,10 @@ msgstr "Väntar på Andra godkännandet" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Varning!" @@ -1094,11 +1099,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/th.po b/addons/hr_holidays/i18n/th.po index c0f91409cfa..12e2c046d2c 100644 --- a/addons/hr_holidays/i18n/th.po +++ b/addons/hr_holidays/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "แผนก" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "สถานะ" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "กำลังรอการอนุมัติระดับที #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "คำเตือน!" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/tlh.po b/addons/hr_holidays/i18n/tlh.po index 010bac1e1ed..0945af3586b 100644 --- a/addons/hr_holidays/i18n/tlh.po +++ b/addons/hr_holidays/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/tr.po b/addons/hr_holidays/i18n/tr.po index f71e7434b6e..53bfdc24d37 100644 --- a/addons/hr_holidays/i18n/tr.po +++ b/addons/hr_holidays/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -99,7 +99,7 @@ msgid "Allocation Requests to Approve" msgstr "Onaylanacak Tahsis İstekleri" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "Tahsisi %s" @@ -120,6 +120,11 @@ msgstr "Analiz" msgid "Apply Double Validation" msgstr "Çift Doğrulama Uygula" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -266,7 +271,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Departmen" @@ -455,7 +459,7 @@ msgid "Leave Meetings" msgstr "İzin Toplantıs" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -760,7 +764,7 @@ msgid "Request approved" msgstr "İstek onaylandı" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "İstek onayladı, ikinci doğrulama bekliyor." @@ -823,7 +827,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "Durumu" @@ -851,7 +854,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -874,7 +877,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1038,8 +1041,10 @@ msgstr "İkinci Onayı Bekliyor" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -1073,11 +1078,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "%s durumda bir izini silemezsiniz." #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/uk.po b/addons/hr_holidays/i18n/uk.po index 177e76f0daf..7f62b24c09a 100644 --- a/addons/hr_holidays/i18n/uk.po +++ b/addons/hr_holidays/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/vi.po b/addons/hr_holidays/i18n/vi.po index 7b24283f773..dad6c1e07ba 100644 --- a/addons/hr_holidays/i18n/vi.po +++ b/addons/hr_holidays/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "Thực hiện Xét duyệt Hai lần" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "Phòng ban" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "Đang chờ Chấp thuận Thứ hai" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "Cảnh báo!" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/zh_CN.po b/addons/hr_holidays/i18n/zh_CN.po index cb96c50bc65..0fb77437d98 100644 --- a/addons/hr_holidays/i18n/zh_CN.po +++ b/addons/hr_holidays/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "准假审核" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "%s 的年假" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "要两次生效" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -261,7 +266,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "部门" @@ -448,7 +452,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -753,7 +757,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -816,7 +820,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "状态" @@ -844,7 +847,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -870,7 +873,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1029,8 +1032,10 @@ msgstr "等待第二次审批" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "警告!" @@ -1064,11 +1069,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_holidays/i18n/zh_TW.po b/addons/hr_holidays/i18n/zh_TW.po index 95d7df8b583..6937383d828 100644 --- a/addons/hr_holidays/i18n/zh_TW.po +++ b/addons/hr_holidays/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_holidays #: model:ir.actions.act_window,help:hr_holidays.open_ask_holidays @@ -92,7 +92,7 @@ msgid "Allocation Requests to Approve" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:501 +#: code:addons/hr_holidays/hr_holidays.py:507 #, python-format msgid "Allocation for %s" msgstr "" @@ -113,6 +113,11 @@ msgstr "" msgid "Apply Double Validation" msgstr "" +#. module: hr_holidays +#: view:hr.holidays:hr_holidays.view_evaluation_report_graph +msgid "Appraisal Analysis" +msgstr "" + #. module: hr_holidays #: view:hr.holidays:hr_holidays.allocation_company_new #: view:hr.holidays:hr_holidays.edit_holiday_new @@ -259,7 +264,6 @@ msgid "Date of the last message posted on the record." msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,department_id:0 msgid "Department" msgstr "" @@ -446,7 +450,7 @@ msgid "Leave Meetings" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:367 +#: code:addons/hr_holidays/hr_holidays.py:373 #: view:hr.holidays:hr_holidays.edit_holiday_new #: view:hr.holidays:hr_holidays.view_holiday_new_calendar #: selection:hr.holidays,type:0 @@ -751,7 +755,7 @@ msgid "Request approved" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:466 +#: code:addons/hr_holidays/hr_holidays.py:472 #, python-format msgid "Request approved, waiting second validation." msgstr "" @@ -814,7 +818,6 @@ msgid "Start Month" msgstr "" #. module: hr_holidays -#: view:hr.holidays:hr_holidays.view_hr_holidays_filter #: field:hr.holidays,state:0 msgid "Status" msgstr "" @@ -842,7 +845,7 @@ msgid "" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:496 +#: code:addons/hr_holidays/hr_holidays.py:502 #, python-format msgid "" "The feature behind the field 'Remaining Legal Leaves' can only be used when " @@ -865,7 +868,7 @@ msgid "The number of remaining leaves is not sufficient for this leave type" msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:446 +#: code:addons/hr_holidays/hr_holidays.py:452 #, python-format msgid "" "The number of remaining leaves is not sufficient for this leave type.\n" @@ -1020,8 +1023,10 @@ msgstr "" #: code:addons/hr_holidays/hr_holidays.py:274 #: code:addons/hr_holidays/hr_holidays.py:285 #: code:addons/hr_holidays/hr_holidays.py:310 -#: code:addons/hr_holidays/hr_holidays.py:496 -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#: code:addons/hr_holidays/hr_holidays.py:502 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "Warning!" msgstr "" @@ -1055,11 +1060,19 @@ msgid "You cannot delete a leave which is in %s state." msgstr "" #. module: hr_holidays -#: code:addons/hr_holidays/hr_holidays.py:503 +#: code:addons/hr_holidays/hr_holidays.py:509 #, python-format msgid "You cannot reduce validated allocation requests" msgstr "" +#. module: hr_holidays +#: code:addons/hr_holidays/hr_holidays.py:329 +#: code:addons/hr_holidays/hr_holidays.py:334 +#, python-format +msgid "" +"You cannot set a leave request as '%s'. Contact a human resource manager." +msgstr "" + #. module: hr_holidays #: code:addons/hr_holidays/wizard/hr_holidays_summary_department.py:44 #, python-format diff --git a/addons/hr_payroll/i18n/ar.po b/addons/hr_payroll/i18n/ar.po index c502a4f60c7..0eacff6a00a 100644 --- a/addons/hr_payroll/i18n/ar.po +++ b/addons/hr_payroll/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "نشط" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/bg.po b/addons/hr_payroll/i18n/bg.po index bc988e93d78..182da662c06 100644 --- a/addons/hr_payroll/i18n/bg.po +++ b/addons/hr_payroll/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Активен" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/ca.po b/addons/hr_payroll/i18n/ca.po index 5aca48c68d8..0b90520134c 100644 --- a/addons/hr_payroll/i18n/ca.po +++ b/addons/hr_payroll/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Actiu" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/cs.po b/addons/hr_payroll/i18n/cs.po index 4d3a9e5f825..b8c761a532c 100644 --- a/addons/hr_payroll/i18n/cs.po +++ b/addons/hr_payroll/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Aktivní" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/da.po b/addons/hr_payroll/i18n/da.po index f3efeac7a8b..74964bb0057 100644 --- a/addons/hr_payroll/i18n/da.po +++ b/addons/hr_payroll/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/de.po b/addons/hr_payroll/i18n/de.po index 224c0cb42f1..4116863bb7b 100644 --- a/addons/hr_payroll/i18n/de.po +++ b/addons/hr_payroll/i18n/de.po @@ -7,15 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 10:27+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 09:00+0000\n" +"Last-Translator: Niklas Heth \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll @@ -81,6 +80,11 @@ msgstr "Buchhaltungsinformationen" msgid "Active" msgstr "Aktiv" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "Interne Anmerkung hinzufügen..." + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/en_GB.po b/addons/hr_payroll/i18n/en_GB.po index 9236b7e1571..9a4f69e09a8 100644 --- a/addons/hr_payroll/i18n/en_GB.po +++ b/addons/hr_payroll/i18n/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/es.po b/addons/hr_payroll/i18n/es.po index efbef4fafa8..d632d55efd0 100644 --- a/addons/hr_payroll/i18n/es.po +++ b/addons/hr_payroll/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-15 07:46+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:37+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -76,6 +76,11 @@ msgstr "Información contable" msgid "Active" msgstr "Activo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "Añadir una nota interna..." + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/es_AR.po b/addons/hr_payroll/i18n/es_AR.po index c8addfc2530..85da5eae1c1 100644 --- a/addons/hr_payroll/i18n/es_AR.po +++ b/addons/hr_payroll/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/es_CR.po b/addons/hr_payroll/i18n/es_CR.po index 26119f1a181..8a63bf294d8 100644 --- a/addons/hr_payroll/i18n/es_CR.po +++ b/addons/hr_payroll/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "Información contable" msgid "Active" msgstr "Activo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/es_EC.po b/addons/hr_payroll/i18n/es_EC.po index e6d03c0aa1e..1b7a4e721eb 100644 --- a/addons/hr_payroll/i18n/es_EC.po +++ b/addons/hr_payroll/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Activo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/es_MX.po b/addons/hr_payroll/i18n/es_MX.po index 12155db20f6..019a7174534 100644 --- a/addons/hr_payroll/i18n/es_MX.po +++ b/addons/hr_payroll/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/et.po b/addons/hr_payroll/i18n/et.po index 29f47b2eaa1..0794b3cf49e 100644 --- a/addons/hr_payroll/i18n/et.po +++ b/addons/hr_payroll/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Aktiivne" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/fa.po b/addons/hr_payroll/i18n/fa.po index e03fddbc069..b743604a98b 100644 --- a/addons/hr_payroll/i18n/fa.po +++ b/addons/hr_payroll/i18n/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/fi.po b/addons/hr_payroll/i18n/fi.po index cbd11a670e2..263fc7854ac 100644 --- a/addons/hr_payroll/i18n/fi.po +++ b/addons/hr_payroll/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/fr.po b/addons/hr_payroll/i18n/fr.po index 780351114ff..bf2d64a07aa 100644 --- a/addons/hr_payroll/i18n/fr.po +++ b/addons/hr_payroll/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -68,6 +68,11 @@ msgstr "" msgid "Active" msgstr "Actif" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/gl.po b/addons/hr_payroll/i18n/gl.po index 154aca4d280..6a9cacc4ccc 100644 --- a/addons/hr_payroll/i18n/gl.po +++ b/addons/hr_payroll/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Activo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/gu.po b/addons/hr_payroll/i18n/gu.po index 2190b019b36..7363af47b8b 100644 --- a/addons/hr_payroll/i18n/gu.po +++ b/addons/hr_payroll/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/he.po b/addons/hr_payroll/i18n/he.po index fe4b5b6c166..347ede76b5f 100644 --- a/addons/hr_payroll/i18n/he.po +++ b/addons/hr_payroll/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/hr.po b/addons/hr_payroll/i18n/hr.po index a2acebad3bc..f6482300a42 100644 --- a/addons/hr_payroll/i18n/hr.po +++ b/addons/hr_payroll/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Aktivan" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/hu.po b/addons/hr_payroll/i18n/hu.po index c92d95eb5da..e0c6df1abac 100644 --- a/addons/hr_payroll/i18n/hu.po +++ b/addons/hr_payroll/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -82,6 +82,11 @@ msgstr "" msgid "Active" msgstr "Aktív" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/id.po b/addons/hr_payroll/i18n/id.po index 3b1bf6b1019..90ed340964a 100644 --- a/addons/hr_payroll/i18n/id.po +++ b/addons/hr_payroll/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Aktif" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/it.po b/addons/hr_payroll/i18n/it.po index 16a9c3d467b..a512fbf7c85 100644 --- a/addons/hr_payroll/i18n/it.po +++ b/addons/hr_payroll/i18n/it.po @@ -7,21 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 08:53+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 #, python-format msgid "%s (copy)" -msgstr "" +msgstr "%s (copia)" #. module: hr_payroll #: help:hr.payslip,state:0 @@ -32,6 +32,10 @@ msgid "" "* If the payslip is confirmed then status is set to 'Done'. \n" "* When user cancel payslip the status is 'Rejected'." msgstr "" +"* Quando una busta paga è create lo stato è 'Bozza'.\n" +"* Se la busta paga è in via di verifica lo stato è 'Attesa'.\n" +"* Se la busta paga è confermata allora lo stato è impostato a 'Fatto'.\n" +"* Quando un utente annulla la busta paga lo stato è 'Rigettata'." #. module: hr_payroll #: model:ir.actions.act_window,help:hr_payroll.action_contribution_register_form @@ -51,12 +55,12 @@ msgstr "" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form msgid "Accounting" -msgstr "" +msgstr "Contabilità" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form msgid "Accounting Information" -msgstr "" +msgstr "Informazione contabile" #. module: hr_payroll #: field:hr.payslip.line,active:0 @@ -64,6 +68,11 @@ msgstr "" msgid "Active" msgstr "Attivo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "Aggiungi una nota interna..." + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails @@ -73,13 +82,13 @@ msgstr "Indirizzo" #. module: hr_payroll #: model:ir.actions.act_window,name:hr_payroll.act_children_salary_rules msgid "All Children Rules" -msgstr "" +msgstr "Tutte le regole figlio" #. module: hr_payroll #: selection:hr.payslip.line,condition_select:0 #: selection:hr.salary.rule,condition_select:0 msgid "Always True" -msgstr "" +msgstr "Sempre vero" #. module: hr_payroll #: field:hr.payslip.input,amount:0 @@ -100,13 +109,13 @@ msgstr "Tipo di importo" #. module: hr_payroll #: selection:hr.contract,schedule_pay:0 msgid "Annually" -msgstr "" +msgstr "Annualmente" #. module: hr_payroll #: field:hr.payslip.line,appears_on_payslip:0 #: field:hr.salary.rule,appears_on_payslip:0 msgid "Appears on Payslip" -msgstr "" +msgstr "Compare sulla busta paga" #. module: hr_payroll #: help:hr.payslip.line,condition_python:0 @@ -115,12 +124,14 @@ msgid "" "Applied this rule for calculation if condition is true. You can specify " "condition like basic > 1000." msgstr "" +"Applica questa regola di calcolo se la condizione è vera. Potrete " +"specificare una condizione come base > 1000." #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails msgid "Authorized signature" -msgstr "" +msgstr "Firma autorizzata" #. module: hr_payroll #: view:website:hr_payroll.report_payslip @@ -131,17 +142,17 @@ msgstr "Conto bancario" #. module: hr_payroll #: selection:hr.contract,schedule_pay:0 msgid "Bi-monthly" -msgstr "" +msgstr "Bimestrale" #. module: hr_payroll #: selection:hr.contract,schedule_pay:0 msgid "Bi-weekly" -msgstr "" +msgstr "bisettimanale" #. module: hr_payroll #: view:hr.payslip.line:hr_payroll.view_hr_payslip_line_form msgid "Calculations" -msgstr "" +msgstr "Calcoli" #. module: hr_payroll #: view:payslip.lines.contribution.register:hr_payroll.view_payslip_lines_contribution_register @@ -151,7 +162,7 @@ msgstr "Annulla" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form msgid "Cancel Payslip" -msgstr "" +msgstr "Annulla busta paga" #. module: hr_payroll #: field:hr.payslip.line,category_id:0 @@ -163,24 +174,24 @@ msgstr "Categoria" #. module: hr_payroll #: view:hr.salary.rule:hr_payroll.hr_salary_rule_form msgid "Child Rules" -msgstr "" +msgstr "Regole figlio" #. module: hr_payroll #: field:hr.payslip.line,child_ids:0 #: field:hr.salary.rule,child_ids:0 msgid "Child Salary Rule" -msgstr "" +msgstr "Regole paga figlio" #. module: hr_payroll #: field:hr.payroll.structure,children_ids:0 #: field:hr.salary.rule.category,children_ids:0 msgid "Children" -msgstr "" +msgstr "Figlio" #. module: hr_payroll #: view:hr.salary.rule:hr_payroll.hr_salary_rule_form msgid "Children Definition" -msgstr "" +msgstr "Definizione figli" #. module: hr_payroll #: view:hr.payslip.run:hr_payroll.hr_payslip_run_form @@ -219,33 +230,33 @@ msgstr "Azienda" #. module: hr_payroll #: view:hr.salary.rule:hr_payroll.hr_salary_rule_form msgid "Company Contribution" -msgstr "" +msgstr "Contributo azienda" #. module: hr_payroll #: view:hr.salary.rule:hr_payroll.hr_salary_rule_form msgid "Computation" -msgstr "" +msgstr "Calcolo" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form msgid "Compute Sheet" -msgstr "" +msgstr "Foglio di calcolo" #. module: hr_payroll #: field:hr.payslip.line,condition_select:0 #: field:hr.salary.rule,condition_select:0 msgid "Condition Based on" -msgstr "" +msgstr "Condizione basata su" #. module: hr_payroll #: view:hr.salary.rule:hr_payroll.hr_salary_rule_form msgid "Conditions" -msgstr "" +msgstr "Condizioni" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form msgid "Confirm" -msgstr "" +msgstr "Conferma" #. module: hr_payroll #: field:hr.payslip,contract_id:0 @@ -259,7 +270,7 @@ msgstr "Contratto" #. module: hr_payroll #: view:hr.contribution.register:hr_payroll.hr_contribution_register_form msgid "Contribution" -msgstr "" +msgstr "Contributi" #. module: hr_payroll #: view:hr.payslip.line:hr_payroll.view_hr_payslip_line_filter @@ -267,12 +278,12 @@ msgstr "" #: field:hr.salary.rule,register_id:0 #: model:ir.model,name:hr_payroll.model_hr_contribution_register msgid "Contribution Register" -msgstr "" +msgstr "Registro contributi" #. module: hr_payroll #: view:payslip.lines.contribution.register:hr_payroll.view_payslip_lines_contribution_register msgid "Contribution Register's Payslip Lines" -msgstr "" +msgstr "Registro contributi delle righe busta paga" #. module: hr_payroll #: view:hr.contribution.register:hr_payroll.hr_contribution_register_filter @@ -280,12 +291,12 @@ msgstr "" #: model:ir.actions.act_window,name:hr_payroll.action_contribution_register_form #: model:ir.ui.menu,name:hr_payroll.menu_action_hr_contribution_register_form msgid "Contribution Registers" -msgstr "" +msgstr "Registro contributi" #. module: hr_payroll #: help:hr.config.settings,module_hr_payroll_account:0 msgid "Create journal entries from payslips" -msgstr "" +msgstr "Crea voce di giornale per busta paga" #. module: hr_payroll #: field:hr.contribution.register,create_uid:0 @@ -301,7 +312,7 @@ msgstr "" #: field:hr.salary.rule.category,create_uid:0 #: field:payslip.lines.contribution.register,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: hr_payroll #: field:hr.contribution.register,create_date:0 @@ -317,13 +328,13 @@ msgstr "" #: field:hr.salary.rule.category,create_date:0 #: field:payslip.lines.contribution.register,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: hr_payroll #: field:hr.payslip,credit_note:0 #: field:hr.payslip.run,credit_note:0 msgid "Credit Note" -msgstr "" +msgstr "Nota di credito" #. module: hr_payroll #: field:hr.payslip,date_from:0 @@ -332,12 +343,12 @@ msgstr "" #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails msgid "Date From" -msgstr "" +msgstr "Dalla data" #. module: hr_payroll #: view:website:hr_payroll.report_contributionregister msgid "Date From:" -msgstr "" +msgstr "Dalla data:" #. module: hr_payroll #: field:hr.payslip,date_to:0 @@ -346,12 +357,12 @@ msgstr "" #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails msgid "Date To" -msgstr "" +msgstr "Alla data" #. module: hr_payroll #: view:website:hr_payroll.report_contributionregister msgid "Date To:" -msgstr "" +msgstr "Alla data:" #. module: hr_payroll #: help:hr.payslip,struct_id:0 @@ -361,6 +372,11 @@ msgid "" "mandatory anymore and thus the rules applied will be all the rules set on " "the structure of all contracts of the employee valid for the chosen period" msgstr "" +"Definisce le regole che devono essere applicata per questa busta paga in " +"accordo con il contratto scelto. Se lasciate vuoto il campo contratto il " +"campo non è più obbligatorio e così le regole applicate saranno tutte le " +"regole impostata nella struttura di contratti degli impiegati validi per il " +"periodo selezoinato" #. module: hr_payroll #: view:hr.contribution.register:hr_payroll.hr_contribution_register_form @@ -380,7 +396,7 @@ msgstr "Descrizione" #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails msgid "Designation" -msgstr "" +msgstr "Designazione" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form @@ -398,7 +414,7 @@ msgstr "" #: selection:hr.payslip,state:0 #: view:hr.payslip.run:hr_payroll.hr_payslip_run_filter msgid "Done" -msgstr "" +msgstr "Fatto" #. module: hr_payroll #: view:hr.payslip.run:hr_payroll.hr_payslip_run_filter @@ -451,7 +467,7 @@ msgstr "Funzione impiegato" #: model:ir.actions.act_window,name:hr_payroll.action_view_hr_payslip_form #: model:ir.ui.menu,name:hr_payroll.menu_department_tree msgid "Employee Payslips" -msgstr "" +msgstr "Buste paga impiegato" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_filter @@ -474,7 +490,7 @@ msgstr "" #: code:addons/hr_payroll/hr_payroll.py:885 #, python-format msgid "Error!" -msgstr "" +msgstr "Errore!" #. module: hr_payroll #: help:hr.payslip.line,register_id:0 diff --git a/addons/hr_payroll/i18n/ja.po b/addons/hr_payroll/i18n/ja.po index becc858d438..cf7828641a7 100644 --- a/addons/hr_payroll/i18n/ja.po +++ b/addons/hr_payroll/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "有効" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/lo.po b/addons/hr_payroll/i18n/lo.po index 4235cd32e12..17163dbd8ee 100644 --- a/addons/hr_payroll/i18n/lo.po +++ b/addons/hr_payroll/i18n/lo.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/lt.po b/addons/hr_payroll/i18n/lt.po index 64f7265d08d..34b357d7e8e 100644 --- a/addons/hr_payroll/i18n/lt.po +++ b/addons/hr_payroll/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -74,6 +74,11 @@ msgstr "" msgid "Active" msgstr "Aktyvus" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/lv.po b/addons/hr_payroll/i18n/lv.po index 4a937793b57..512111da019 100644 --- a/addons/hr_payroll/i18n/lv.po +++ b/addons/hr_payroll/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Aktīvs" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/mk.po b/addons/hr_payroll/i18n/mk.po index 4a310a45a08..32d9599e16f 100644 --- a/addons/hr_payroll/i18n/mk.po +++ b/addons/hr_payroll/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Активно" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/mn.po b/addons/hr_payroll/i18n/mn.po index 5c67b1499d3..ce26dcbdccc 100644 --- a/addons/hr_payroll/i18n/mn.po +++ b/addons/hr_payroll/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -78,6 +78,11 @@ msgstr "" msgid "Active" msgstr "Идэвхитэй" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/nb.po b/addons/hr_payroll/i18n/nb.po index 25ee36c74ce..2f9ee3cebd1 100644 --- a/addons/hr_payroll/i18n/nb.po +++ b/addons/hr_payroll/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/nl.po b/addons/hr_payroll/i18n/nl.po index 994027b443a..ab1e9bdb7fe 100644 --- a/addons/hr_payroll/i18n/nl.po +++ b/addons/hr_payroll/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-10 07:24+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 05:56+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-10-02 06:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll @@ -32,6 +32,12 @@ msgid "" "* If the payslip is confirmed then status is set to 'Done'. \n" "* When user cancel payslip the status is 'Rejected'." msgstr "" +"* Wanneer een loonafschrift is aangemaakt is de status 'Concept'. " +"\n" +"* Wanneer een loonafschrift ter goedkeuring is ingedient, is de status " +"'Wachtend'. \n" +"* Wanneer een loonafschrift is goedgekeurd, is de status 'Gereed'.\n" +"* Wanneer een loonafschrift is geannuleerd, is de status 'Afgewezen'." #. module: hr_payroll #: model:ir.actions.act_window,help:hr_payroll.action_contribution_register_form @@ -47,6 +53,16 @@ msgid "" "

      \n" " " msgstr "" +"

      \n" +" Klik hier voor het toevoegen van bijdrage register.\n" +"

      \n" +" Een bijdrage register is een derde partij welke is opgenomen " +"in het salarisbetaling\n" +" van de werknemer. Het kunnen sociale premies, de staat of " +"iedereen die bedragen\n" +" toewijst of ontvangt op het loonafschrift.\n" +"

      \n" +" " #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form @@ -64,6 +80,11 @@ msgstr "Financiële informatie" msgid "Active" msgstr "Actief" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "Voeg interne notitie toe..." + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails @@ -274,7 +295,7 @@ msgstr "Contributie registratie" #. module: hr_payroll #: view:payslip.lines.contribution.register:hr_payroll.view_payslip_lines_contribution_register msgid "Contribution Register's Payslip Lines" -msgstr "" +msgstr "Bijdrage register loonafschriftregels" #. module: hr_payroll #: view:hr.contribution.register:hr_payroll.hr_contribution_register_filter @@ -363,6 +384,11 @@ msgid "" "mandatory anymore and thus the rules applied will be all the rules set on " "the structure of all contracts of the employee valid for the chosen period" msgstr "" +"Definieert de regels die moeten worden toegepast op dit loonafschrift, op " +"basis van het gekozen contract. Als u het contract veld leeg laat, is dit " +"veld veld niet meer verplicht en zijn dus de regels van toepassing zijn dan " +"alle regels ingesteld op de structuur van alle contracten van de werknemer " +"geldig in de gekozen periode" #. module: hr_payroll #: view:hr.contribution.register:hr_payroll.hr_contribution_register_form @@ -559,6 +585,8 @@ msgid "" "If its checked, indicates that all payslips generated from here are refund " "payslips." msgstr "" +"Indien aangevinkt, geeft dit aan dat alle loonafschriften, gegenereerd vanaf " +"hier, credits zijn." #. module: hr_payroll #: help:hr.payslip.line,active:0 @@ -573,7 +601,7 @@ msgstr "" #. module: hr_payroll #: help:hr.payslip,credit_note:0 msgid "Indicates this payslip has a refund of another" -msgstr "" +msgstr "Geeft aan dat dit loonafschrift een credit heeft van een andere" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form @@ -612,6 +640,9 @@ msgid "" "basic salary for per product can defined in expression like result = " "inputs.SALEURO.amount * contract.wage*0.01." msgstr "" +"Wordt gebruikt voor berekeningen. Voor bijvoorbeeld een regel voor de " +"verkopers dat ze 1% commissie krijgen over het basis salaris. Dit kan worden " +"gedefinieerd als result = inputs.SALEURO.amount * contract.wage*0.01" #. module: hr_payroll #: field:hr.contribution.register,write_uid:0 @@ -723,7 +754,7 @@ msgstr "Aantal uren" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form msgid "Other Inputs" -msgstr "" +msgstr "Overige ingaves" #. module: hr_payroll #: field:hr.payroll.structure,parent_id:0 @@ -770,17 +801,17 @@ msgstr "Salarisstrook-regels" #. module: hr_payroll #: model:ir.actions.report.xml,name:hr_payroll.action_contribution_register msgid "PaySlip Lines By Conribution Register" -msgstr "" +msgstr "Loonafschriftregels per bijdrage register" #. module: hr_payroll #: view:website:hr_payroll.report_contributionregister msgid "PaySlip Lines by Contribution Register" -msgstr "" +msgstr "Loonafschriftregels per bijdrage register" #. module: hr_payroll #: model:ir.model,name:hr_payroll.model_payslip_lines_contribution_register msgid "PaySlip Lines by Contribution Registers" -msgstr "" +msgstr "Loonafschriftregels per bijdrage registers" #. module: hr_payroll #: view:website:hr_payroll.report_contributionregister @@ -832,7 +863,7 @@ msgstr "Salarisstrook Input" #. module: hr_payroll #: field:hr.payslip,input_line_ids:0 msgid "Payslip Inputs" -msgstr "" +msgstr "Loonafschrift ingaves" #. module: hr_payroll #: view:hr.payslip:hr_payroll.view_hr_payslip_form @@ -852,12 +883,12 @@ msgstr "Salarisstrook-regels" #. module: hr_payroll #: view:website:hr_payroll.report_payslipdetails msgid "Payslip Lines by Contribution Register" -msgstr "" +msgstr "Loonafschriftregels per bijdrage register" #. module: hr_payroll #: field:hr.payslip,name:0 msgid "Payslip Name" -msgstr "" +msgstr "Loonafschrift naam" #. module: hr_payroll #: field:hr.payslip,worked_days_line_ids:0 @@ -1042,7 +1073,7 @@ msgstr "Salarisregel categorieën" #: model:ir.actions.act_window,name:hr_payroll.action_hr_salary_rule_category_tree_view #: model:ir.ui.menu,name:hr_payroll.menu_hr_salary_rule_category_tree_view msgid "Salary Rule Categories Hierarchy" -msgstr "" +msgstr "Salarisregel categorie hirarchie" #. module: hr_payroll #: view:hr.payslip.line:hr_payroll.view_hr_payslip_line_filter @@ -1211,6 +1242,9 @@ msgid "" "but you can also use categories code fields in lowercase as a variable names " "(hra, ma, lta, etc.) and the variable basic." msgstr "" +"Dit wordt gebruikt om de waardes van de %fields te berekenen. Normaliter is " +"dit standaard, maar u kunt ook categorie veldcodes in kleine letters " +"gebruiken als variabele naam (hra, ma, lta, etc.) en de variabele basic" #. module: hr_payroll #: view:hr.payslip.employees:hr_payroll.view_hr_payslip_by_employees diff --git a/addons/hr_payroll/i18n/pl.po b/addons/hr_payroll/i18n/pl.po index 3e8047dec1f..9c10a3966db 100644 --- a/addons/hr_payroll/i18n/pl.po +++ b/addons/hr_payroll/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 14:56+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -69,6 +69,11 @@ msgstr "Informacje księgowe" msgid "Active" msgstr "Aktywne" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/pt.po b/addons/hr_payroll/i18n/pt.po index 704dc060b23..2e2a469020c 100644 --- a/addons/hr_payroll/i18n/pt.po +++ b/addons/hr_payroll/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:11+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Ativo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/pt_BR.po b/addons/hr_payroll/i18n/pt_BR.po index b10766415d1..03befd2366a 100644 --- a/addons/hr_payroll/i18n/pt_BR.po +++ b/addons/hr_payroll/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -79,6 +79,11 @@ msgstr "" msgid "Active" msgstr "Ativo" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/ro.po b/addons/hr_payroll/i18n/ro.po index eb585765c2c..5810c0e1a41 100644 --- a/addons/hr_payroll/i18n/ro.po +++ b/addons/hr_payroll/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -82,6 +82,11 @@ msgstr "" msgid "Active" msgstr "Activ(a)" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/ru.po b/addons/hr_payroll/i18n/ru.po index 854208dd1e6..a8d2119e9e3 100644 --- a/addons/hr_payroll/i18n/ru.po +++ b/addons/hr_payroll/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "Учетная информация" msgid "Active" msgstr "Активен" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/sl.po b/addons/hr_payroll/i18n/sl.po index 3a5e14094d5..562abd4c320 100644 --- a/addons/hr_payroll/i18n/sl.po +++ b/addons/hr_payroll/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Aktivno" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/sr.po b/addons/hr_payroll/i18n/sr.po index f666fa1f2c1..480f1e6a65b 100644 --- a/addons/hr_payroll/i18n/sr.po +++ b/addons/hr_payroll/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/sr@latin.po b/addons/hr_payroll/i18n/sr@latin.po index 8f129d430e2..dd7e2cc444c 100644 --- a/addons/hr_payroll/i18n/sr@latin.po +++ b/addons/hr_payroll/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/sv.po b/addons/hr_payroll/i18n/sv.po index 33fe0018740..b617187dca3 100644 --- a/addons/hr_payroll/i18n/sv.po +++ b/addons/hr_payroll/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -79,6 +79,11 @@ msgstr "" msgid "Active" msgstr "Aktiv" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/tr.po b/addons/hr_payroll/i18n/tr.po index ef7ca0ad3e5..128e20ea8bb 100644 --- a/addons/hr_payroll/i18n/tr.po +++ b/addons/hr_payroll/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Etkin" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/vi.po b/addons/hr_payroll/i18n/vi.po index c2130352b22..fbfcfd8a1dd 100644 --- a/addons/hr_payroll/i18n/vi.po +++ b/addons/hr_payroll/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "Hoạt động" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/zh_CN.po b/addons/hr_payroll/i18n/zh_CN.po index 2bab2d24cf8..6e83c5974f0 100644 --- a/addons/hr_payroll/i18n/zh_CN.po +++ b/addons/hr_payroll/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "会计信息" msgid "Active" msgstr "有效" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll/i18n/zh_TW.po b/addons/hr_payroll/i18n/zh_TW.po index 246996b2329..c1b468b0798 100644 --- a/addons/hr_payroll/i18n/zh_TW.po +++ b/addons/hr_payroll/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll #: code:addons/hr_payroll/hr_payroll.py:77 @@ -64,6 +64,11 @@ msgstr "" msgid "Active" msgstr "" +#. module: hr_payroll +#: view:hr.payslip:hr_payroll.view_hr_payslip_form +msgid "Add an internal note..." +msgstr "" + #. module: hr_payroll #: view:website:hr_payroll.report_payslip #: view:website:hr_payroll.report_payslipdetails diff --git a/addons/hr_payroll_account/i18n/it.po b/addons/hr_payroll_account/i18n/it.po index 1be6e7a9937..6ee01c021ec 100644 --- a/addons/hr_payroll_account/i18n/it.po +++ b/addons/hr_payroll_account/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-04 06:49+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_payroll_account #: view:hr.contract:hr_payroll_account.hr_contract_form_inherit @@ -26,14 +26,14 @@ msgstr "Contabilità" #. module: hr_payroll_account #: field:hr.payslip,move_id:0 msgid "Accounting Entry" -msgstr "" +msgstr "Voce contabile" #. module: hr_payroll_account #: code:addons/hr_payroll_account/hr_payroll_account.py:152 #: code:addons/hr_payroll_account/hr_payroll_account.py:168 #, python-format msgid "Adjustment Entry" -msgstr "" +msgstr "Voce di aggiustamento" #. module: hr_payroll_account #: field:hr.contract,analytic_account_id:0 @@ -71,12 +71,13 @@ msgstr "Forza Periodo" #. module: hr_payroll_account #: model:ir.model,name:hr_payroll_account.model_hr_payslip_employees msgid "Generate payslips for all selected employees" -msgstr "" +msgstr "Genera la busta paga per tutti gli impegati selezionti" #. module: hr_payroll_account #: help:hr.payslip,period_id:0 msgid "Keep empty to use the period of the validation(Payslip) date." msgstr "" +"Tenere vuoto per utilizzare il periodo della data di validazione (busta paga)" #. module: hr_payroll_account #: model:ir.model,name:hr_payroll_account.model_hr_payslip @@ -86,20 +87,20 @@ msgstr "Busta paga" #. module: hr_payroll_account #: model:ir.model,name:hr_payroll_account.model_hr_payslip_run msgid "Payslip Batches" -msgstr "" +msgstr "Batch busta paga" #. module: hr_payroll_account #: code:addons/hr_payroll_account/hr_payroll_account.py:97 #, python-format msgid "Payslip of %s" -msgstr "" +msgstr "Busta paga di %s" #. module: hr_payroll_account #: field:hr.contract,journal_id:0 #: field:hr.payslip,journal_id:0 #: field:hr.payslip.run,journal_id:0 msgid "Salary Journal" -msgstr "" +msgstr "Giornale stipendi" #. module: hr_payroll_account #: field:hr.salary.rule,account_tax_id:0 @@ -112,6 +113,8 @@ msgstr "Codice tassa" msgid "" "The Expense Journal \"%s\" has not properly configured the Credit Account!" msgstr "" +"Il giornale delle spese '%s' non ha correttamente configurato il conto " +"crediti!" #. module: hr_payroll_account #: code:addons/hr_payroll_account/hr_payroll_account.py:166 @@ -119,3 +122,5 @@ msgstr "" msgid "" "The Expense Journal \"%s\" has not properly configured the Debit Account!" msgstr "" +"Il giornale delle spese '%s' non ha correttamente configurato il conto " +"debiti!" diff --git a/addons/hr_recruitment/i18n/ar.po b/addons/hr_recruitment/i18n/ar.po index ef9cec09942..496204f8a34 100644 --- a/addons/hr_recruitment/i18n/ar.po +++ b/addons/hr_recruitment/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "اسم المتقدم" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -457,14 +457,14 @@ msgid "Company Website" msgstr "الموقع الإلكتروني للشركة" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "جهة الاتصال" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -535,11 +535,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "تاريخ الإنشاء" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -584,7 +589,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -963,7 +967,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -971,7 +974,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1029,13 +1031,6 @@ msgstr "" msgid "Master Degree" msgstr "درجة ماجستير" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1094,7 +1089,7 @@ msgid "New Applicant" msgstr "متقدم للعمل جديد" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1105,8 +1100,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1127,7 +1122,7 @@ msgid "Next Actions" msgstr "الاجراء التالي" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "بدون موضوع" @@ -1163,7 +1158,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "شريك" @@ -1585,7 +1579,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "تحذير!" @@ -1621,7 +1615,7 @@ msgid "Word of Mouth" msgstr "علي لسان العامة" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1637,7 +1631,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/bg.po b/addons/hr_recruitment/i18n/bg.po index 3aeacbc28c6..7dc54a6fd9d 100644 --- a/addons/hr_recruitment/i18n/bg.po +++ b/addons/hr_recruitment/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "За контакт" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Дата на създаване" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "Следващи действия" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Контрагент" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/ca.po b/addons/hr_recruitment/i18n/ca.po index cec54b6483d..779a79ec1a3 100644 --- a/addons/hr_recruitment/i18n/ca.po +++ b/addons/hr_recruitment/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Nom del candidat" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contacte" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Data creació" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -960,7 +964,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -968,7 +971,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1026,13 +1028,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1091,7 +1086,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1102,8 +1097,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1124,7 +1119,7 @@ msgid "Next Actions" msgstr "Accions següents" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1160,7 +1155,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1582,7 +1576,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1618,7 +1612,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1634,7 +1628,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/cs.po b/addons/hr_recruitment/i18n/cs.po index 376bea7d1bd..38f72457d69 100644 --- a/addons/hr_recruitment/i18n/cs.po +++ b/addons/hr_recruitment/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/da.po b/addons/hr_recruitment/i18n/da.po index 391246065c1..55f0900a10f 100644 --- a/addons/hr_recruitment/i18n/da.po +++ b/addons/hr_recruitment/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/de.po b/addons/hr_recruitment/i18n/de.po index 396bde0a01e..b50c1cd6f34 100644 --- a/addons/hr_recruitment/i18n/de.po +++ b/addons/hr_recruitment/i18n/de.po @@ -7,15 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 19:40+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:21+0000\n" +"Last-Translator: Heike Vocks (openbig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment @@ -82,6 +81,19 @@ msgid "" "

      \n" " " msgstr "" +"

      \n" +" Klicken Sie hier zur Erstellung eines neuen Stellenangebots " +"oder entfernen Sie den Filter \"Stelle besetzen\" um ehemals " +"veröffentlichte, aktuell nicht ausgeschriebene Stellen auszuschreiben.\n" +"

      \n" +"

      \n" +" \n" +" Definieren Sie das Stellenprofil und verwalten Sie den " +"Bewerbungsvorgang im Kontext einer vorhandenen Arbeitsstelle: Drucken Sie " +"das Bewerberinterview, definieren Sie die potenzielle Anzahl zu erwartender " +"Neueinstellungen ,u.s.w. \n" +"

      \n" +" " #. module: hr_recruitment #: model:ir.actions.act_window,help:hr_recruitment.hr_job_stage_act @@ -104,7 +116,7 @@ msgstr "" "Einstellungsprozess, z.B.:\n" " Erste Bewerberqualifizierung, erstes Bewerberinterview, zweites " "Vorstellungsgespräch,\n" -" Absage an Bewerber, eingestellt.\n" +" Absage an Bewerber, Einstellung.\n" "

      \n" " " @@ -207,20 +219,19 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" -"

      Sehr ${object.partner_name or 'applicant'},

      \n" -"

      Gratulation! Ihre Bewerbung hat unser Interesse geweckt!\n" -" Wir melden uns kurzfristig für ein 10-minütiges Telefongespräch zur " -"Vereinbarung eines ersten Vorstellungstermins.

      \n" -"

      Sollten wir Sie nicht erreichen, können Sie mich gerne " -"zurückrufen.\n" -" Sollte ich dann nicht an meinem Platz sein, hinterlassen Sie bitte " -"eine kurze Nachricht mit einigen Terminvorschlägen für das " -"Vorstellungsgespräch, ich rufe Sie dann zurück.

      \n" -"

      Freundliche Grüße,

      \n" -"
      \n" +"

      Sehr geehrter ${object.partner_name or 'applicant'},

      \n" +"

      Herzlichen Glückwunsch! Wir finden Ihre Bewerbung interessant.\n" +" In Kürze werden wir Sie telefonisch für die Vereinbarung eines " +"kurzen Gesprächs kontaktieren.

      \n" +"

      Sollten wir Sie nicht erreichen können, haben Sie die Möglichkeit " +"uns eine Nachricht zu hinterlassen. \n" +" Sollten Sie mich dann nicht persönlich erreichen, hinterlassen Sie " +"bitte eine Nachricht.

      \n" +"

      Freundliche Grüsse

      \n" +"
      \n" " ${object.user_id.signature | safe}" #. module: hr_recruitment @@ -234,17 +245,17 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" -"

      Sehr geehrte(r) ${object.partner_name or 'applicant'},

      \n" -"

      Wir bedanken uns für Ihr Interesse an unserem Unternehmen und " -"Ihre Bewerbung.\n" -" Leider entspricht Ihr Profil nicht unseren Anforderungen bzw. die " -"Bewerbungsfrist ist ausgelaufen.

      \n" -"

      Für weitere Informationen können Sie uns gerne anrufen.

      \n" -"

      Freundliche Grüße,

      \n" -"
      \n" +"

      Sehr geehrter ${object.partner_name or 'applicant'},

      \n" +"

      Wir danken Ihnen herzlich für das Interesse an unserem " +"Unternehmen und für Ihre Bewerbung.\n" +" Unglücklicherweise weicht Ihr Profil von unseren Vorstellungen " +"ab.

      \n" +"

      Für weitere Detailauskünfte stehen wir gerne zur Verfügung.

      \n" +"

      Freundliche Grüsse

      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" #. module: hr_recruitment @@ -253,7 +264,7 @@ msgid "" "

      This form is intended to help the responsible of a recruitment " "interview.

      " msgstr "" -"

      Diese Fragebogen ist als Hilfsmittel für den Personalverantwortlichen " +"

      Dieser Fragebogen ist als Hilfsmittel für den Personalverantwortlichen " "während des Bewerbungsgesprächs gedacht.

      " #. module: hr_recruitment @@ -296,7 +307,7 @@ msgstr "Alias Domain" #. module: hr_recruitment #: field:hr.config.settings,module_document:0 msgid "Allow the automatic indexation of resumes" -msgstr "Ermöglicht die automatische Indizierung der Zusammenfassung" +msgstr "Ermöglicht eine automatische Indizierung von Lebensläufen" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job @@ -340,7 +351,7 @@ msgid "Applicant's Name" msgstr "Bewerber" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -460,7 +471,7 @@ msgstr "nach Arbeitsstelle" #. module: hr_recruitment #: model:ir.filters,name:hr_recruitment.filter_recruitment_report_recruiter msgid "By Recruiter" -msgstr "nach Personalverantwortlichem" +msgstr "Nach Verantwortlichem" #. module: hr_recruitment #: view:hr.recruitment.partner.create:hr_recruitment.view_hr_recruitment_partner_create @@ -527,14 +538,14 @@ msgid "Company Website" msgstr "Unternehmens Webseite" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontakt" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Kontakt-E-Mail" @@ -605,11 +616,16 @@ msgid "Created on" msgstr "Erstellt am" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Datum Erstellung" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "Erstellungswoche" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -657,7 +673,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -709,7 +724,7 @@ msgstr "Beschreibung" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_4 msgid "Desk space" -msgstr "Platznummer" +msgstr "Bürogröße" #. module: hr_recruitment #: model:hr.recruitment.degree,name:hr_recruitment.degree_bac5 @@ -733,7 +748,7 @@ msgstr "Dokumente" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_11 msgid "Dress code" -msgstr "Kleidervorschrift" +msgstr "Freie Bekleidungswahl" #. module: hr_recruitment #: view:hr.job:hr_recruitment.view_hr_job_kanban @@ -748,7 +763,7 @@ msgstr "Ausbildung" #. module: hr_recruitment #: model:survey.page,title:hr_recruitment.recruitment_2 msgid "Education and Activities" -msgstr "Ausbildung und berufliche Erfahrung" +msgstr "Welche Ausbildung und Berufserfahrung haben Sie?" #. module: hr_recruitment #: field:hr.applicant,email_from:0 @@ -850,7 +865,7 @@ msgstr "Followers" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_8 msgid "Freebies such as tea, coffee and stationery" -msgstr "kostenlose Angebote wie Tee, Kaffee, Schreibwaren" +msgstr "Kostenlose Verpflegung (Tee, Kaffee)" #. module: hr_recruitment #: model:survey.question,question:hr_recruitment.recruitment_1_1 @@ -860,7 +875,7 @@ msgstr "Von welcher Universität erhalten Sie Ihren Abschluss?" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_2 msgid "Getting on with colleagues" -msgstr "sich mit Kollegen verstehen" +msgstr "Gutes Arbeitsklima" #. module: hr_recruitment #: help:hr.recruitment.degree,sequence:0 @@ -883,17 +898,17 @@ msgstr "Gut" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_7 msgid "Good management" -msgstr "gutes Management" +msgstr "Kompetentes Management" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_1 msgid "Good pay" -msgstr "gute Bezahlung" +msgstr "Gutes Einkommen" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_13 msgid "Good social life" -msgstr "gute soziale Kontakte" +msgstr "Kundenkontakte" #. module: hr_recruitment #: model:hr.recruitment.degree,name:hr_recruitment.degree_graduate @@ -909,7 +924,7 @@ msgstr "Gruppierung" #. module: hr_recruitment #: view:hr.job:hr_recruitment.view_hr_job_kanban msgid "Hired Employees" -msgstr "eingestellte Mitarbeiter" +msgstr "Einstellungen" #. module: hr_recruitment #: help:hr.applicant,message_summary:0 @@ -1022,7 +1037,7 @@ msgstr "Arbeitsstelle" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.action_hr_job msgid "Job Positions" -msgstr "Stellenangebot" +msgstr "Stellenangebote" #. module: hr_recruitment #: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search @@ -1046,18 +1061,16 @@ msgstr "Datum der letzten Nachricht" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" -msgstr "letzte Stufe" +msgstr "Letzte Stufe" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" -msgstr "Aktuellste Stufenaktualisierung" +msgstr "Letzte Stufenaktualisierung" #. module: hr_recruitment #: field:hr.applicant,write_uid:0 @@ -1116,15 +1129,6 @@ msgstr "Verantwortlicher" msgid "Master Degree" msgstr "Master Titel" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" -"Um Ihren Einstellungsprozess zu analysieren, können Sie die Gruppierung mit " -"einem Filter auf eine spezifische Einstellungsstufe verbinden." - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1163,7 +1167,7 @@ msgstr "Monster" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rcol_3_1_5 msgid "Most important" -msgstr "die wichtigsten" +msgstr "Extrem Wichtig" #. module: hr_recruitment #: field:hr.applicant_category,name:0 @@ -1183,10 +1187,10 @@ msgid "New Applicant" msgstr "Neue Bewerbung" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" -msgstr "Anzahl neu eingestellter Mitarbeiter %s" +msgstr "Neuer Mitarbeiter %s wurde eingestellt" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter @@ -1194,8 +1198,8 @@ msgid "New Mail" msgstr "Neue E-Mail" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "Neue Bewerbung von %s" @@ -1216,7 +1220,7 @@ msgid "Next Actions" msgstr "Nächste Schritte" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Kein Betreff" @@ -1229,7 +1233,7 @@ msgstr "keine Überstunden" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rcol_3_1_1 msgid "Not important" -msgstr "nicht wichtig" +msgstr "Unwichtig" #. module: hr_recruitment #: field:hr.applicant,attachment_number:0 @@ -1244,7 +1248,7 @@ msgstr "Anz. Tg. b. Lösung" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_3 msgid "Office environment" -msgstr "Arbeitsumgebung" +msgstr "Moderne Büroausstattung" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_6 @@ -1252,7 +1256,6 @@ msgid "Office location" msgstr "Arbeitsort" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1260,9 +1263,7 @@ msgstr "Partner" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_9 msgid "Perks such as free parking, gym passes" -msgstr "" -"Vergünstigungen, wie kostenlose Parkplätze oder freie Mitgliedschaft für " -"Fitness-Studios" +msgstr "Zusatzvergünstigungen (Parkplatz, Fitness)" #. module: hr_recruitment #: field:hr.applicant,partner_phone:0 @@ -1278,7 +1279,7 @@ msgstr "Drucken" #: view:hr.job:hr_recruitment.hr_job_survey #: view:hr.job:hr_recruitment.view_hr_job_kanban msgid "Print Interview" -msgstr "Drucke Fragebogen" +msgstr "Fragebogen drucken" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job @@ -1313,7 +1314,7 @@ msgstr "Personalbeschaffung" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.hr_job_stage_act msgid "Recruitment / Applicants Stages" -msgstr "Personalbeschaffung / Bewerber Stufen" +msgstr "Einstellung / Bewerbung Stufen" #. module: hr_recruitment #: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_graph @@ -1321,12 +1322,12 @@ msgstr "Personalbeschaffung / Bewerber Stufen" #: model:ir.actions.act_window,name:hr_recruitment.action_hr_recruitment_report_all #: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_report_all msgid "Recruitment Analysis" -msgstr "Statistik Personalbeschaffung" +msgstr "Statistik Einstellungen" #. module: hr_recruitment #: view:hr.job:hr_recruitment.view_hr_job_kanban msgid "Recruitment Done" -msgstr "Einstellung beendet" +msgstr "Angebot beenden" #. module: hr_recruitment #: model:survey.survey,title:hr_recruitment.recruitment_form @@ -1341,7 +1342,7 @@ msgstr "Verantwortlich für die Einstellung" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_recruitment_report msgid "Recruitments Statistics" -msgstr "Statistik Personaleinstellungen" +msgstr "Statistik Einstellungen" #. module: hr_recruitment #: field:hr.applicant,reference:0 @@ -1356,7 +1357,7 @@ msgstr "Abgesagt" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_12 msgid "Regular meetings" -msgstr "regelmäßige Treffen" +msgstr "Regelmässige Beurteilungen" #. module: hr_recruitment #: view:hr.recruitment.stage:hr_recruitment.hr_recruitment_stage_form @@ -1400,8 +1401,7 @@ msgstr "Gehaltsforderung" #: help:hr.applicant,salary_expected_extra:0 msgid "Salary Expected by Applicant, extra advantages" msgstr "" -"Erwartete Entlohnung seitens des Bewerbers, zusätzlichen Vorteile aus dem " -"Dinesverhältniss" +"Erwartete Entlohnung seitens des Bewerbers, sowie weitere Vergünstigungen" #. module: hr_recruitment #: field:hr.recruitment.report,salary_prop:0 @@ -1416,7 +1416,7 @@ msgstr "Gehaltsvorschlag des Unt." #. module: hr_recruitment #: help:hr.applicant,salary_proposed_extra:0 msgid "Salary Proposed by the Organisation, extra advantages" -msgstr "Entlohnung vom Unternehmen vorgeschlagen, zusätzliche Vorteile" +msgstr "Vom Unternehmen angebotene Entlohnung, sowie weitere Vergünstigungen" #. module: hr_recruitment #: model:hr.applicant_category,name:hr_recruitment.tag_applicant_sales @@ -1457,7 +1457,7 @@ msgstr "Reihenfolge" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rcol_3_1_2 msgid "Somewhat important" -msgstr "einigermaßen wichtig" +msgstr "Weniger Wichtig" #. module: hr_recruitment #: field:hr.applicant,source_id:0 @@ -1514,12 +1514,12 @@ msgstr "Definition Stufen" #. module: hr_recruitment #: model:mail.message.subtype,description:hr_recruitment.mt_applicant_stage_changed msgid "Stage changed" -msgstr "Stufe geändert" +msgstr "Stufe wurde geändert" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_recruitment_stage msgid "Stage of Recruitment" -msgstr "Stufe Personaleinstellung" +msgstr "Stufe Einstellung" #. module: hr_recruitment #: help:hr.applicant,last_stage_id:0 @@ -1554,7 +1554,7 @@ msgstr "Start" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rrow_2_1_5 msgid "State of the art technology" -msgstr "Letzter Stand der Technik" +msgstr "Moderne Technologie" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter @@ -1579,7 +1579,7 @@ msgstr "Umfrage" #. module: hr_recruitment #: field:hr.applicant,categ_ids:0 msgid "Tags" -msgstr "Schlagwörter" +msgstr "Kategorien" #. module: hr_recruitment #: model:survey.question,validation_error_msg:hr_recruitment.recruitment_1_1 @@ -1682,10 +1682,10 @@ msgstr "Benutzer EMail" #. module: hr_recruitment #: model:survey.label,value:hr_recruitment.rcol_3_1_4 msgid "Very important" -msgstr "Sehr wichtig" +msgstr "Sehr Wichtig" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Warnung!" @@ -1708,12 +1708,12 @@ msgstr "Website Kommunikationshistorie" #. module: hr_recruitment #: model:survey.question,question:hr_recruitment.recruitment_1_3 msgid "What age group do you belong to?" -msgstr "Altersgruppe?" +msgstr "Welcher Altersgruppe gehören Sie an?" #. module: hr_recruitment #: model:survey.question,question:hr_recruitment.recruitment_1_2 msgid "What is your gender?" -msgstr "Geschlecht?" +msgstr "Was ist Ihr Geschlecht ?" #. module: hr_recruitment #: model:hr.recruitment.source,name:hr_recruitment.source_word @@ -1721,7 +1721,7 @@ msgid "Word of Mouth" msgstr "Mundpropaganda" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1739,7 +1739,7 @@ msgid "e.g. Call for interview" msgstr "z. B. Zum Vorstellungsgespräch einladen" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "Bewerber für die Stelle" @@ -1747,4 +1747,4 @@ msgstr "Bewerber für die Stelle" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.hr_kanban_view_applicant msgid "oe_kanban_text_red" -msgstr "" +msgstr "oe_kanban_text_red" diff --git a/addons/hr_recruitment/i18n/es.po b/addons/hr_recruitment/i18n/es.po index 9adf2b9f4ca..3bd9e667922 100644 --- a/addons/hr_recruitment/i18n/es.po +++ b/addons/hr_recruitment/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-30 10:39+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 01:09+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -212,20 +212,20 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" "

      Estimado ${object.partner_name or 'applicant'},

      \n" -"

      ¡Enhorabuena! ¡Su CV ha llamado nuestro interés!\n" -"Le llamaré tan pronto como sea posible para realizar una pequeña entrevista " -"telefónica de 10 minutos y planear una primera reunión

      \n" -"

      Si no podemos contactarle o si pierde la llamada, siéntase libre de " -"contactarme en el número ${object.user_id.partner_id.phone}. Si no le " -"contesto, déjeme por favor un mensaje, con horarios disponibles, para " -"volverle a llamar.

      \n" -"

      Saludos cordiales,

      \n" -"
      \n" -"${object.user_id.signature | safe}" +"

      ¡Enhorabuena! ¡Su CV nos ha resultado de interés!\n" +" Le llamaré lo antes posible para realizar una entrevista telefónica " +"de 10 minutos y planificar una primera reunión.

      \n" +"

      Si no podemos contactarle o si pierde esa llamada, puede " +"contactarme directamente en el número de contacto.\n" +" Si no le contesto, por favor deje un mensaje con varias posibles " +"fechas y horas para llamarle después.

      \n" +"

      Saludos cordiales,

      \n" +"
      \n" +" ${object.user_id.signature | safe}" #. module: hr_recruitment #: model:email.template,body_html:hr_recruitment.applicant_refuse @@ -238,17 +238,17 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" "

      Estimado ${object.partner_name or 'applicant'},

      \n" -"

      Le agradecemos su interés en nuestra compañía y su solicitud.\n" -"Desafortunadamente, su perfil no casa con nuestras necesidades o nuestra " -"campaña de contratación ha llegado a su término.

      \n" -"

      Si quiere más detalles, siéntase libre de contactar con nosotros.

      \n" -"

      Saludos cordiales,

      \n" -"
      \n" -"${object.user_id and object.user_id.signature | safe or ''}" +"

      Agradecemos su interés en nuestra compañía y su solicitud.\n" +" Desafortunadamente, su perfil no concuerda con nuestras necesidades " +"o nuestra campaña de contratación ha terminado.

      \n" +"

      Si desea más detalles, no dude en contactarnos por teléfono.

      \n" +"

      Saludos cordiales,

      \n" +"
      \n" +" ${object.user_id and object.user_id.signature | safe or ''}" #. module: hr_recruitment #: model:survey.survey,description:hr_recruitment.recruitment_form @@ -343,7 +343,7 @@ msgid "Applicant's Name" msgstr "Nombre del candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -531,14 +531,14 @@ msgid "Company Website" msgstr "Sitio web de la compañía" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contacto" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Correo electrónico de contacto" @@ -609,11 +609,16 @@ msgid "Created on" msgstr "Creado en" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Fecha creación" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "Semana de creación" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -661,7 +666,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -1047,7 +1051,6 @@ msgstr "Fecha del último mensaje" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "Última etapa" @@ -1055,7 +1058,6 @@ msgstr "Última etapa" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Actualización de la última etapa" @@ -1117,15 +1119,6 @@ msgstr "Responsable" msgid "Master Degree" msgstr "Titulación máster" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" -"Casar este grupo con un filtro específico de etapa para analizar el proceso " -"de reclutamiento" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1184,7 +1177,7 @@ msgid "New Applicant" msgstr "Nuevo solicitante" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "Nuevo empleado contratado: %s" @@ -1195,8 +1188,8 @@ msgid "New Mail" msgstr "Nuevo correo" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "Nuevo solicitante de %s" @@ -1217,7 +1210,7 @@ msgid "Next Actions" msgstr "Próximas acciones" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Sin sujeto" @@ -1253,7 +1246,6 @@ msgid "Office location" msgstr "Ubicación de la oficina" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1683,7 +1675,7 @@ msgid "Very important" msgstr "Muy importante" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "¡Advertencia!" @@ -1719,7 +1711,7 @@ msgid "Word of Mouth" msgstr "Boca a boca" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1736,7 +1728,7 @@ msgid "e.g. Call for interview" msgstr "Por ejemplo, llamar para una entrevista" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "solicitudes de trabajo" diff --git a/addons/hr_recruitment/i18n/es_AR.po b/addons/hr_recruitment/i18n/es_AR.po index 008f3234e57..efe320d6b78 100644 --- a/addons/hr_recruitment/i18n/es_AR.po +++ b/addons/hr_recruitment/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -456,14 +456,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -534,11 +534,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Fecha de Creación" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -583,7 +588,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -967,7 +971,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -975,7 +978,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1033,13 +1035,6 @@ msgstr "" msgid "Master Degree" msgstr "Master" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1098,7 +1093,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1109,8 +1104,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1131,7 +1126,7 @@ msgid "Next Actions" msgstr "Próximas acciones" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1167,7 +1162,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1588,7 +1582,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "¡Cuidado!" @@ -1624,7 +1618,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1640,7 +1634,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/es_CR.po b/addons/hr_recruitment/i18n/es_CR.po index 31ab142c987..2fe341aac5e 100644 --- a/addons/hr_recruitment/i18n/es_CR.po +++ b/addons/hr_recruitment/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Nombre del candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -459,14 +459,14 @@ msgid "Company Website" msgstr "Sitio web compañía" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contacto" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -537,11 +537,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Fecha de Creación" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -586,7 +591,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -966,7 +970,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -974,7 +977,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1032,13 +1034,6 @@ msgstr "" msgid "Master Degree" msgstr "Maestría" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1097,7 +1092,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1108,8 +1103,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1130,7 +1125,7 @@ msgid "Next Actions" msgstr "Próximas acciones" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Sin Asunto" @@ -1166,7 +1161,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1588,7 +1582,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -1624,7 +1618,7 @@ msgid "Word of Mouth" msgstr "Palabra de boca" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1640,7 +1634,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/fr.po b/addons/hr_recruitment/i18n/fr.po index f71fbc7d248..a0c63da7ec5 100644 --- a/addons/hr_recruitment/i18n/fr.po +++ b/addons/hr_recruitment/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -182,7 +182,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -197,7 +197,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -292,7 +292,7 @@ msgid "Applicant's Name" msgstr "Nom du candidat" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -477,14 +477,14 @@ msgid "Company Website" msgstr "Site web de la société" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contact" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -555,11 +555,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Date de création" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -604,7 +609,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -986,7 +990,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -994,7 +997,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1052,13 +1054,6 @@ msgstr "" msgid "Master Degree" msgstr "Maîtrise" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1117,7 +1112,7 @@ msgid "New Applicant" msgstr "Nouveau candidat" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1128,8 +1123,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1150,7 +1145,7 @@ msgid "Next Actions" msgstr "Actions suivantes" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Aucun objet" @@ -1186,7 +1181,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partenaire" @@ -1610,7 +1604,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Attention!" @@ -1646,7 +1640,7 @@ msgid "Word of Mouth" msgstr "Bouche à oreille" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1662,7 +1656,7 @@ msgid "e.g. Call for interview" msgstr "par ex. appel pour l'entretien" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/hi.po b/addons/hr_recruitment/i18n/hi.po index 80b3f716dc9..2046e4fe2ad 100644 --- a/addons/hr_recruitment/i18n/hi.po +++ b/addons/hr_recruitment/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "संपर्क" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "निर्माण दिनांक" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "अगले क्रियाएँ" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "साथी" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/hr.po b/addons/hr_recruitment/i18n/hr.po index 3b7530fffb7..97cb4edcc5c 100644 --- a/addons/hr_recruitment/i18n/hr.po +++ b/addons/hr_recruitment/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Ime kandidata" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -459,14 +459,14 @@ msgid "Company Website" msgstr "Web adresa tvrtke" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontakt" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "E-mail kontakta" @@ -537,11 +537,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Datum kreiranja" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -586,7 +591,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -967,7 +971,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -975,7 +978,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1033,13 +1035,6 @@ msgstr "" msgid "Master Degree" msgstr "Magistar" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1098,7 +1093,7 @@ msgid "New Applicant" msgstr "Novi kandidat" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1109,8 +1104,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1131,7 +1126,7 @@ msgid "Next Actions" msgstr "Sljedeća akcija" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Nema naslova" @@ -1167,7 +1162,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1588,7 +1582,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -1624,7 +1618,7 @@ msgid "Word of Mouth" msgstr "Usmena primopredaja" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1640,7 +1634,7 @@ msgid "e.g. Call for interview" msgstr "npr. Poziv na razgovor" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/hu.po b/addons/hr_recruitment/i18n/hu.po index 10d04ef5481..553600403ef 100644 --- a/addons/hr_recruitment/i18n/hu.po +++ b/addons/hr_recruitment/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -179,7 +179,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -194,7 +194,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -289,7 +289,7 @@ msgid "Applicant's Name" msgstr "Kérelmező neve" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -476,14 +476,14 @@ msgid "Company Website" msgstr "Cég weboldala" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kapcsolat" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Kapcsolat Email" @@ -554,11 +554,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Létrehozás dátuma" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -603,7 +608,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -987,7 +991,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -995,7 +998,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1053,13 +1055,6 @@ msgstr "" msgid "Master Degree" msgstr "Mester fokozat" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1118,7 +1113,7 @@ msgid "New Applicant" msgstr "Új pályázó" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1129,8 +1124,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1151,7 +1146,7 @@ msgid "Next Actions" msgstr "Következő műveletek" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Nincs tárgy" @@ -1187,7 +1182,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1611,7 +1605,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Figyelem!" @@ -1647,7 +1641,7 @@ msgid "Word of Mouth" msgstr "Élő szóval" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1663,7 +1657,7 @@ msgid "e.g. Call for interview" msgstr "pl. Interjúra hívás" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/id.po b/addons/hr_recruitment/i18n/id.po index 48e13509917..f20e8c9cf7c 100644 --- a/addons/hr_recruitment/i18n/id.po +++ b/addons/hr_recruitment/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 23:31+0000\n" "Last-Translator: Budi Iskandar (Databit) \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Nama Pelamar" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontrak" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Tanggal dibuat" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -960,7 +964,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -968,7 +971,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1026,13 +1028,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1091,7 +1086,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1102,8 +1097,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1124,7 +1119,7 @@ msgid "Next Actions" msgstr "Aksi Selanjutnya" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1160,7 +1155,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Rekanan" @@ -1582,7 +1576,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1618,7 +1612,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1634,7 +1628,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/it.po b/addons/hr_recruitment/i18n/it.po index 60d4960edb7..c6a003739a4 100644 --- a/addons/hr_recruitment/i18n/it.po +++ b/addons/hr_recruitment/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Nome candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contatto" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Data creazione" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -960,7 +964,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -968,7 +971,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1026,13 +1028,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1091,7 +1086,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1102,8 +1097,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1124,7 +1119,7 @@ msgid "Next Actions" msgstr "Prossima azione" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1160,7 +1155,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1582,7 +1576,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1618,7 +1612,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1634,7 +1628,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/ja.po b/addons/hr_recruitment/i18n/ja.po index af51e573ce4..74d15cdc561 100644 --- a/addons/hr_recruitment/i18n/ja.po +++ b/addons/hr_recruitment/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "応募者の氏名" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "会社のウェブサイト" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "コンタクト" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "作成日" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "修士号" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "次のアクション" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "件名なし" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "パートナ" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "警告" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "口コミ" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/lt.po b/addons/hr_recruitment/i18n/lt.po index c037df27ae8..06335b03d7a 100644 --- a/addons/hr_recruitment/i18n/lt.po +++ b/addons/hr_recruitment/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/mk.po b/addons/hr_recruitment/i18n/mk.po index 871a722ebfa..0d55574995f 100644 --- a/addons/hr_recruitment/i18n/mk.po +++ b/addons/hr_recruitment/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -180,7 +180,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -195,7 +195,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -290,7 +290,7 @@ msgid "Applicant's Name" msgstr "Име на апликантот" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -478,14 +478,14 @@ msgid "Company Website" msgstr "Веб страна на компанијата" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Контакт" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Контакт емаил" @@ -556,11 +556,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Датум на креирање" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -605,7 +610,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -990,7 +994,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -998,7 +1001,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1056,13 +1058,6 @@ msgstr "" msgid "Master Degree" msgstr "МАгистратура" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1121,7 +1116,7 @@ msgid "New Applicant" msgstr "Нов апликант" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1132,8 +1127,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1154,7 +1149,7 @@ msgid "Next Actions" msgstr "Следна активност" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Нема наслов" @@ -1190,7 +1185,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "партнер" @@ -1614,7 +1608,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Предупредување!" @@ -1650,7 +1644,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1666,7 +1660,7 @@ msgid "e.g. Call for interview" msgstr "на пр. Повик за интервју" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/mn.po b/addons/hr_recruitment/i18n/mn.po index fa909e04ad3..8a890b7c461 100644 --- a/addons/hr_recruitment/i18n/mn.po +++ b/addons/hr_recruitment/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -179,7 +179,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -194,7 +194,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -289,7 +289,7 @@ msgid "Applicant's Name" msgstr "Горилогчийн нэр" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -475,14 +475,14 @@ msgid "Company Website" msgstr "Компаний Вэбсайт" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Харилцах хаяг" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Холбогдох эмэйл" @@ -553,11 +553,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Үүсгэсэн огноо" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -602,7 +607,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -987,7 +991,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -995,7 +998,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1053,13 +1055,6 @@ msgstr "" msgid "Master Degree" msgstr "Магистрын зэрэг" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1118,7 +1113,7 @@ msgid "New Applicant" msgstr "Шинэ горилогч" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1129,8 +1124,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1151,7 +1146,7 @@ msgid "Next Actions" msgstr "Дараагийн үйлдэл" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Гарчиг үгүй" @@ -1187,7 +1182,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Харилцагч" @@ -1610,7 +1604,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Анхааруулга!" @@ -1646,7 +1640,7 @@ msgid "Word of Mouth" msgstr "Аман яриа" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1662,7 +1656,7 @@ msgid "e.g. Call for interview" msgstr "ж. Ярилцлагад дуудах" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/nb.po b/addons/hr_recruitment/i18n/nb.po index cc76cafb269..60181a2b144 100644 --- a/addons/hr_recruitment/i18n/nb.po +++ b/addons/hr_recruitment/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "Firma Nettside." #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontakt." #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Opprettelses dato." +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "Mastergrad." -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "Neste handling." #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Ingen emne." @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partner." @@ -1579,7 +1573,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -1615,7 +1609,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1631,7 +1625,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/nl.po b/addons/hr_recruitment/i18n/nl.po index 82e6458ae67..494b522fea6 100644 --- a/addons/hr_recruitment/i18n/nl.po +++ b/addons/hr_recruitment/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 06:50+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 17:34+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment @@ -217,21 +217,21 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" "

      Beste ${object.partner_name or 'applicant'},

      \n" "

      Gefeliciteerd, uw CV heeft onze aandacht getrokken!\n" -" Ik zal u zo spoedig mogelijk opbellen voor een 10 min. durend " -"telefonisch sollicitatiegesprek en het plannen van een eerste afspraak " -".

      \n" -"

      Indien we u niet kunnen bereiken, of als u het gesprek heeft " -"gemist, kunt u me bereiken op 001 312 349 3030\n" -" Indien ik niet kan opnemen, laat dan a.u.b. een bericht achter met " -"tijden waarop ik u het beste kan bereiken.

      \n" +" Ik zal u zo spoedig mogelijk opbellen voor een 10 min. durend\"\n" +" telefonisch sollicitatiegesprek en het plannen van een eerste " +"afspraak.

      \n" +"

      Indien we u niet kunnen bereiken, of als u het gesprek heeft\n" +" gemist, kunt u me bereiken op 001 312 349 3030\n" +" Indien ik niet kan opnemen, laat dan a.u.b. een bericht achter met \n" +" tijden waarop ik u het beste kan bereiken.

      \n" "

      Met vriendelijke groet,

      \n" "
      \n" -" ${object.user_id.signature | safe}" +" ${object.user_id.signature | safe}" #. module: hr_recruitment #: model:email.template,body_html:hr_recruitment.applicant_refuse @@ -244,20 +244,20 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" "

      Beste ${object.partner_name or 'applicant'},

      \n" "

      We willen u danken voor de interesse in ons bedrijf en voor uw " "sollicitatie.\n" " Helaas komt u profiel niet overeen met de onze vereisten of " -"het termijn \n" +"het termijn\n" " is reeds verstreken.

      \n" "

      Indien u meer details wilt, kunt u altijd contact opnemen met " "ons.

      \n" "

      Kind regards,

      \n" "
      \n" -" ${object.user_id and object.user_id.signature | safe or ''}" +" ${object.user_id and object.user_id.signature | safe or ''}" #. module: hr_recruitment #: model:survey.survey,description:hr_recruitment.recruitment_form @@ -352,7 +352,7 @@ msgid "Applicant's Name" msgstr "Naam kandidaat" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -538,14 +538,14 @@ msgid "Company Website" msgstr "Website bedrijf" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contact" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "E-mail adres contactpersoon" @@ -616,11 +616,16 @@ msgid "Created on" msgstr "Aangemaakt op" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Aanmaakdatum" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "Aanmaak week" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -668,7 +673,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -1055,7 +1059,6 @@ msgstr "Laatste bericht datum" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "Laatste fase" @@ -1063,7 +1066,6 @@ msgstr "Laatste fase" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Laatste fase aanpassing" @@ -1125,15 +1127,6 @@ msgstr "Manager" msgid "Master Degree" msgstr "Master diploma" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" -"Maak deze groep gelijk met een specifieke fase filter om het wervingsproces " -"te kunnen analyseren" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1192,7 +1185,7 @@ msgid "New Applicant" msgstr "Nieuwe sollicitant" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "Nieuwe werknemer %s aangenomen" @@ -1203,8 +1196,8 @@ msgid "New Mail" msgstr "Nieuw bericht" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "Nieuwe sollicitatie van %s" @@ -1225,7 +1218,7 @@ msgid "Next Actions" msgstr "Volgende acties" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Geen onderwerp" @@ -1261,7 +1254,6 @@ msgid "Office location" msgstr "Kantoorlocatie" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Relatie" @@ -1691,7 +1683,7 @@ msgid "Very important" msgstr "Heel belangrijk" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -1727,7 +1719,7 @@ msgid "Word of Mouth" msgstr "Mond tot mond" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1745,7 +1737,7 @@ msgid "e.g. Call for interview" msgstr "Bijv. bellen voor een sollicitatiegesprek" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "Sollicitanten" diff --git a/addons/hr_recruitment/i18n/pl.po b/addons/hr_recruitment/i18n/pl.po index 5704a978e22..576abe19158 100644 --- a/addons/hr_recruitment/i18n/pl.po +++ b/addons/hr_recruitment/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 09:14+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Nazwa aplikanta" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -461,14 +461,14 @@ msgid "Company Website" msgstr "Strona www firmy" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontakt" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Kontakt email" @@ -539,11 +539,16 @@ msgid "Created on" msgstr "Data utworzenia" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Data utworzenia" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -590,7 +595,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -977,7 +981,6 @@ msgstr "Data ostatniej wiadomości" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "Ostatni etap" @@ -985,7 +988,6 @@ msgstr "Ostatni etap" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Ostatnia zmiana etapu" @@ -1043,15 +1045,6 @@ msgstr "Menedżer" msgid "Master Degree" msgstr "Magister" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" -"Dopasuj tę grupę używając filtru z określonym etapem w celu analizy procesu " -"rekrutacji" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1110,7 +1103,7 @@ msgid "New Applicant" msgstr "Nowy aplikant" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "Zatrudniono nowego pracownika %s" @@ -1121,8 +1114,8 @@ msgid "New Mail" msgstr "Nowa wiadomość" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "Nowy kandydat z %s" @@ -1143,7 +1136,7 @@ msgid "Next Actions" msgstr "Następne działania" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Brak tematu" @@ -1179,7 +1172,6 @@ msgid "Office location" msgstr "Miejsce pracy" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Kontrahent" @@ -1607,7 +1599,7 @@ msgid "Very important" msgstr "Bardzo ważne" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Ostrzeżenie !" @@ -1643,7 +1635,7 @@ msgid "Word of Mouth" msgstr "Ustnie" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "Musisz podać Stanowisko i Nazwę kontaktu dla tego kandydata." @@ -1659,7 +1651,7 @@ msgid "e.g. Call for interview" msgstr "np. Telefon na rozmowę kwalifikacyjną" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" @@ -1668,3 +1660,10 @@ msgstr "" #: view:hr.applicant:hr_recruitment.hr_kanban_view_applicant msgid "oe_kanban_text_red" msgstr "" + +#~ msgid "" +#~ "Match this group by with a specific stage filter in order to analyse the " +#~ "recruitment process" +#~ msgstr "" +#~ "Dopasuj tę grupę używając filtru z określonym etapem w celu analizy procesu " +#~ "rekrutacji" diff --git a/addons/hr_recruitment/i18n/pt.po b/addons/hr_recruitment/i18n/pt.po index 580e76fef22..8a0e1b3a4f2 100644 --- a/addons/hr_recruitment/i18n/pt.po +++ b/addons/hr_recruitment/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Nome do candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -459,14 +459,14 @@ msgid "Company Website" msgstr "Página web da empresa" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -537,11 +537,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Data de criação" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -586,7 +591,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -966,7 +970,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -974,7 +977,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1032,13 +1034,6 @@ msgstr "" msgid "Master Degree" msgstr "Mestrado" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1097,7 +1092,7 @@ msgid "New Applicant" msgstr "Novo candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1108,8 +1103,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1130,7 +1125,7 @@ msgid "Next Actions" msgstr "Próximas ações" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Sem Assunto" @@ -1166,7 +1161,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Parceiro" @@ -1590,7 +1584,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -1626,7 +1620,7 @@ msgid "Word of Mouth" msgstr "Passa Palavra" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1642,7 +1636,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/pt_BR.po b/addons/hr_recruitment/i18n/pt_BR.po index 467f5093069..9643f75e108 100644 --- a/addons/hr_recruitment/i18n/pt_BR.po +++ b/addons/hr_recruitment/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -180,7 +180,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -195,7 +195,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -290,7 +290,7 @@ msgid "Applicant's Name" msgstr "Nome do Candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -477,14 +477,14 @@ msgid "Company Website" msgstr "Site da Empresa" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Email de Contato" @@ -555,11 +555,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Data de Criação" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -604,7 +609,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -990,7 +994,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -998,7 +1001,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1056,13 +1058,6 @@ msgstr "" msgid "Master Degree" msgstr "Mestrado" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1121,7 +1116,7 @@ msgid "New Applicant" msgstr "Novo Candidato" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1132,8 +1127,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1154,7 +1149,7 @@ msgid "Next Actions" msgstr "Próximas Ações" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Sem Assunto" @@ -1190,7 +1185,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Parceiro" @@ -1614,7 +1608,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Atenção!" @@ -1650,7 +1644,7 @@ msgid "Word of Mouth" msgstr "Boca a Boca" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1666,7 +1660,7 @@ msgid "e.g. Call for interview" msgstr "ex: Ligar para entrevista" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/ro.po b/addons/hr_recruitment/i18n/ro.po index db53a86b827..5c1e5ce02b7 100644 --- a/addons/hr_recruitment/i18n/ro.po +++ b/addons/hr_recruitment/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -182,7 +182,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -197,7 +197,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -292,7 +292,7 @@ msgid "Applicant's Name" msgstr "Numele candidatului" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -480,14 +480,14 @@ msgid "Company Website" msgstr "Pagina de Internet a Companiei" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Contact" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Email Contact" @@ -558,11 +558,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Data crearii" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -607,7 +612,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -991,7 +995,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -999,7 +1002,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1057,13 +1059,6 @@ msgstr "" msgid "Master Degree" msgstr "Diploma de masterat" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1122,7 +1117,7 @@ msgid "New Applicant" msgstr "Candidat Nou" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1133,8 +1128,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1155,7 +1150,7 @@ msgid "Next Actions" msgstr "Actiunile urmatoare" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Nici un subiect" @@ -1191,7 +1186,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Partener" @@ -1616,7 +1610,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Avertizare!" @@ -1652,7 +1646,7 @@ msgid "Word of Mouth" msgstr "Oral" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1668,7 +1662,7 @@ msgid "e.g. Call for interview" msgstr "de exemplu Sunati pentru un interviu" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/ru.po b/addons/hr_recruitment/i18n/ru.po index 9d55721d9ac..65d613b2bfd 100644 --- a/addons/hr_recruitment/i18n/ru.po +++ b/addons/hr_recruitment/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:12+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Контакт" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Дата создания" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "Ученая степень" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "Следующие действия" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Партнер" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Внимание!" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/sl.po b/addons/hr_recruitment/i18n/sl.po index 99110600045..d4807cd1eeb 100644 --- a/addons/hr_recruitment/i18n/sl.po +++ b/addons/hr_recruitment/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "Spletna stran podjetja" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Stik" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Ustvarjeno dne" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Ni zadeve" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Opozorilo!" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/sr.po b/addons/hr_recruitment/i18n/sr.po index 282295cd696..eed06960f93 100644 --- a/addons/hr_recruitment/i18n/sr.po +++ b/addons/hr_recruitment/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/sr@latin.po b/addons/hr_recruitment/i18n/sr@latin.po index 128d256f9e9..c186b1cd167 100644 --- a/addons/hr_recruitment/i18n/sr@latin.po +++ b/addons/hr_recruitment/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/sv.po b/addons/hr_recruitment/i18n/sv.po index 83d2f4c0ba4..4c02e8bea9d 100644 --- a/addons/hr_recruitment/i18n/sv.po +++ b/addons/hr_recruitment/i18n/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-09 07:10+0000\n" "Last-Translator: Mikael Akerberg \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:13+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment @@ -206,7 +206,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -221,7 +221,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -316,7 +316,7 @@ msgid "Applicant's Name" msgstr "Sökandes namn" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -501,14 +501,14 @@ msgid "Company Website" msgstr "Företagets webbplats" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontakt" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Kontaktpersonens e-postadress" @@ -579,11 +579,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Skapad datum" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -628,7 +633,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -1012,7 +1016,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -1020,7 +1023,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1082,13 +1084,6 @@ msgstr "" msgid "Master Degree" msgstr "Magisterexamen" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1147,7 +1142,7 @@ msgid "New Applicant" msgstr "Ny sökande" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1158,8 +1153,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1180,7 +1175,7 @@ msgid "Next Actions" msgstr "Nästa åtgärd" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Inget ämne" @@ -1216,7 +1211,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Företag" @@ -1638,7 +1632,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Varning!" @@ -1674,7 +1668,7 @@ msgid "Word of Mouth" msgstr "Muntliga rykten" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1690,7 +1684,7 @@ msgid "e.g. Call for interview" msgstr "eg Kalla till intervju" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "Jobbsökande" diff --git a/addons/hr_recruitment/i18n/th.po b/addons/hr_recruitment/i18n/th.po index 5b3d86b3afb..75a3a7a378c 100644 --- a/addons/hr_recruitment/i18n/th.po +++ b/addons/hr_recruitment/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "ชื่อของผู้ยื่นคำขอ" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "เวปไซต์ บริษัท" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "ที่อยู่ติดต่อ" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "วันที่สร้าง" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "ปริญญาโท" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "ผู้สมัครใหม่" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "การกระทำต่อไป" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "ไม่มีชื่อเรื่อง" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "คู่ค้า" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "คำเตือน!" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "ตัวอย่างเช่น โทรสำหรับการสัมภาษณ์" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/tr.po b/addons/hr_recruitment/i18n/tr.po index b15c72b6358..f0fd590a55f 100644 --- a/addons/hr_recruitment/i18n/tr.po +++ b/addons/hr_recruitment/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -179,7 +179,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -194,7 +194,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -289,7 +289,7 @@ msgid "Applicant's Name" msgstr "Başvuranın Adı" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -470,14 +470,14 @@ msgid "Company Website" msgstr "Firma Websitesi" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Kontak" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "Kontak E-mail" @@ -548,11 +548,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Oluşturma Tarihi" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -597,7 +602,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -979,7 +983,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -987,7 +990,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1045,13 +1047,6 @@ msgstr "" msgid "Master Degree" msgstr "Master Derecesi" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1110,7 +1105,7 @@ msgid "New Applicant" msgstr "Yeni Başvuru" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1121,8 +1116,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1143,7 +1138,7 @@ msgid "Next Actions" msgstr "Sonraki İşlemler" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "Konu Yok" @@ -1179,7 +1174,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "İş Ortağı" @@ -1598,7 +1592,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -1634,7 +1628,7 @@ msgid "Word of Mouth" msgstr "Ağızdan Duyma" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1650,7 +1644,7 @@ msgid "e.g. Call for interview" msgstr "örn. Görüşme çağrısı" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/vi.po b/addons/hr_recruitment/i18n/vi.po index 534cc4b51c7..7df6ac9ea32 100644 --- a/addons/hr_recruitment/i18n/vi.po +++ b/addons/hr_recruitment/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "Tên Ứng viên" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "Liên hệ" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "Ngày tạo" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "Các Hành động Kế tiếp" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "Đối tác" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/zh_CN.po b/addons/hr_recruitment/i18n/zh_CN.po index c4de70702b8..336f847f555 100644 --- a/addons/hr_recruitment/i18n/zh_CN.po +++ b/addons/hr_recruitment/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "申请人姓名" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "公司网站" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "联系方式" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "创建日期" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "硕士" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "下一操作" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "无主题" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "业务伙伴" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "警告!" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "口头" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_recruitment/i18n/zh_TW.po b/addons/hr_recruitment/i18n/zh_TW.po index ddd6a3a1ffa..9f307c84a03 100644 --- a/addons/hr_recruitment/i18n/zh_TW.po +++ b/addons/hr_recruitment/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_recruitment #: view:hr.job:hr_recruitment.hr_job_survey @@ -163,7 +163,7 @@ msgid "" " If I do not answer, please let me a message with some schedules to " "call you back.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id.signature | safe}" msgstr "" @@ -178,7 +178,7 @@ msgid "" " campaign has reached its term.

      \n" "

      If you want more details, feel free to contact us by phone.

      \n" "

      Kind regards,

      \n" -"
      \n" +"
      \n" " ${object.user_id and object.user_id.signature | safe or ''}" msgstr "" @@ -273,7 +273,7 @@ msgid "Applicant's Name" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:92 +#: code:addons/hr_recruitment/hr_recruitment.py:93 #: view:hr.applicant:hr_recruitment.crm_case_tree_view_job #: view:hr.applicant:hr_recruitment.hr_applicant_calendar_view #, python-format @@ -453,14 +453,14 @@ msgid "Company Website" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:374 +#: code:addons/hr_recruitment/hr_recruitment.py:377 #: field:hr.applicant,partner_id:0 #, python-format msgid "Contact" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:376 +#: code:addons/hr_recruitment/hr_recruitment.py:379 #, python-format msgid "Contact Email" msgstr "" @@ -531,11 +531,16 @@ msgid "Created on" msgstr "" #. module: hr_recruitment +#: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,create_date:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search msgid "Creation Date" msgstr "" +#. module: hr_recruitment +#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search +msgid "Creation Week" +msgstr "" + #. module: hr_recruitment #: help:hr.applicant,message_last_post:0 msgid "Date of the last message posted on the record." @@ -580,7 +585,6 @@ msgstr "" #: field:hr.applicant,type_id:0 #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_form #: view:hr.recruitment.degree:hr_recruitment.hr_recruitment_degree_tree -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,type_id:0 #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action msgid "Degree" @@ -958,7 +962,6 @@ msgstr "" #. module: hr_recruitment #: field:hr.applicant,last_stage_id:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,last_stage_id:0 msgid "Last Stage" msgstr "" @@ -966,7 +969,6 @@ msgstr "" #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.view_crm_case_jobs_filter #: field:hr.applicant,date_last_stage_update:0 -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -1024,13 +1026,6 @@ msgstr "" msgid "Master Degree" msgstr "" -#. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search -msgid "" -"Match this group by with a specific stage filter in order to analyse the " -"recruitment process" -msgstr "" - #. module: hr_recruitment #: view:hr.applicant:hr_recruitment.crm_case_form_view_job msgid "Meeting" @@ -1089,7 +1084,7 @@ msgid "New Applicant" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:496 +#: code:addons/hr_recruitment/hr_recruitment.py:504 #, python-format msgid "New Employee %s Hired" msgstr "" @@ -1100,8 +1095,8 @@ msgid "New Mail" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:414 -#: code:addons/hr_recruitment/hr_recruitment.py:441 +#: code:addons/hr_recruitment/hr_recruitment.py:421 +#: code:addons/hr_recruitment/hr_recruitment.py:449 #, python-format msgid "New application from %s" msgstr "" @@ -1122,7 +1117,7 @@ msgid "Next Actions" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:388 +#: code:addons/hr_recruitment/hr_recruitment.py:391 #, python-format msgid "No Subject" msgstr "" @@ -1158,7 +1153,6 @@ msgid "Office location" msgstr "" #. module: hr_recruitment -#: view:hr.recruitment.report:hr_recruitment.view_hr_recruitment_report_search #: field:hr.recruitment.report,partner_id:0 msgid "Partner" msgstr "" @@ -1577,7 +1571,7 @@ msgid "Very important" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "Warning!" msgstr "" @@ -1613,7 +1607,7 @@ msgid "Word of Mouth" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:499 +#: code:addons/hr_recruitment/hr_recruitment.py:507 #, python-format msgid "You must define an Applied Job and a Contact Name for this applicant." msgstr "" @@ -1629,7 +1623,7 @@ msgid "e.g. Call for interview" msgstr "" #. module: hr_recruitment -#: code:addons/hr_recruitment/hr_recruitment.py:512 +#: code:addons/hr_recruitment/hr_recruitment.py:520 #, python-format msgid "job applicants" msgstr "" diff --git a/addons/hr_timesheet/i18n/ar.po b/addons/hr_timesheet/i18n/ar.po index 5e67c5b4aae..a6578b8e7c8 100644 --- a/addons/hr_timesheet/i18n/ar.po +++ b/addons/hr_timesheet/i18n/ar.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "المحاسبة" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "تاريخ الاغلاق" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "الحالة الحالية" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "تاريخ" @@ -249,7 +247,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -320,6 +317,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "الحد الأدنى لتحليل الكمية" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "شهر" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -371,7 +373,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "المنتج" diff --git a/addons/hr_timesheet/i18n/bg.po b/addons/hr_timesheet/i18n/bg.po index cfb2031683c..f31aa54d8fb 100644 --- a/addons/hr_timesheet/i18n/bg.po +++ b/addons/hr_timesheet/i18n/bg.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Осчетоводяване" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Дата на затваряне" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Дата" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Максимално аналитично количество" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Месец" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Продукт" diff --git a/addons/hr_timesheet/i18n/bs.po b/addons/hr_timesheet/i18n/bs.po index 88bb6b76a2b..a701b897301 100644 --- a/addons/hr_timesheet/i18n/bs.po +++ b/addons/hr_timesheet/i18n/bs.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/ca.po b/addons/hr_timesheet/i18n/ca.po index 009064d3eb4..691618b6cd9 100644 --- a/addons/hr_timesheet/i18n/ca.po +++ b/addons/hr_timesheet/i18n/ca.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Comptabilitat" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Data límit" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Import analític mínim" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Producte" diff --git a/addons/hr_timesheet/i18n/cs.po b/addons/hr_timesheet/i18n/cs.po index 98f4aa51236..def529d7075 100644 --- a/addons/hr_timesheet/i18n/cs.po +++ b/addons/hr_timesheet/i18n/cs.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Účetnictví" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Koncové datum" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datum" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimální analytická částka" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Měsíc" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Výrobek" diff --git a/addons/hr_timesheet/i18n/da.po b/addons/hr_timesheet/i18n/da.po index 9350b32e138..594792eea36 100644 --- a/addons/hr_timesheet/i18n/da.po +++ b/addons/hr_timesheet/i18n/da.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/de.po b/addons/hr_timesheet/i18n/de.po index 1c00031684b..656fb0363a6 100644 --- a/addons/hr_timesheet/i18n/de.po +++ b/addons/hr_timesheet/i18n/de.po @@ -7,22 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 10:05+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:22+0000\n" +"Last-Translator: Felix Schubert \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "#Kosten" - #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in #: view:hr.sign.out.project:hr_timesheet.view_hr_timesheet_sign_out @@ -120,7 +114,6 @@ msgid "Accounting" msgstr "Finanzen" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -171,6 +164,11 @@ msgstr "Enddatum" msgid "Company" msgstr "Unternehmen" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "Kosten" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -208,7 +206,6 @@ msgid "Current Status" msgstr "Aktueller Status" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datum" @@ -290,7 +287,6 @@ msgid "Extended Filters..." msgstr "Erweiterte Filter" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "Sachkonto" @@ -365,6 +361,11 @@ msgstr "Zuletzt aktualisiert am" msgid "Minimum Analytic Amount" msgstr "Mindestwert für Kosten" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Monat" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -424,7 +425,6 @@ msgstr "Anwesend" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -516,7 +516,7 @@ msgstr "Zeitkonto" #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line_evry1_all_form #: model:ir.ui.menu,name:hr_timesheet.menu_hr_working_hours msgid "Timesheet Activities" -msgstr "" +msgstr "Zeiterfassungsaktivitäten" #. module: hr_timesheet #: model:ir.actions.act_window,name:hr_timesheet.action_hr_timesheet_report_stat_all diff --git a/addons/hr_timesheet/i18n/el.po b/addons/hr_timesheet/i18n/el.po index 95e5017aae8..64b1ed0b4a0 100644 --- a/addons/hr_timesheet/i18n/el.po +++ b/addons/hr_timesheet/i18n/el.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Ημερ/νία Κλεισίματος" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Ελάχιστος Αναλυτικός Λογαριασμός" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Μήνας" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Προϊον" diff --git a/addons/hr_timesheet/i18n/en_GB.po b/addons/hr_timesheet/i18n/en_GB.po index f7196d7471e..9f7a1eed580 100644 --- a/addons/hr_timesheet/i18n/en_GB.po +++ b/addons/hr_timesheet/i18n/en_GB.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Accounting" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -147,6 +141,11 @@ msgstr "Closing Date" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -184,7 +183,6 @@ msgid "Current Status" msgstr "Current Status" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Date" @@ -262,7 +260,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -333,6 +330,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimum Analytic Amount" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Month" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -390,7 +392,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Product" diff --git a/addons/hr_timesheet/i18n/es.po b/addons/hr_timesheet/i18n/es.po index 8c2aede5be6..1707e994580 100644 --- a/addons/hr_timesheet/i18n/es.po +++ b/addons/hr_timesheet/i18n/es.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-18 14:38+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 00:59+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "#Coste" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -113,7 +108,6 @@ msgid "Accounting" msgstr "Contabilidad" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -162,6 +156,11 @@ msgstr "Fecha límite" msgid "Company" msgstr "Compañia" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "Coste" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -199,7 +198,6 @@ msgid "Current Status" msgstr "Estado actual" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Fecha" @@ -279,7 +277,6 @@ msgid "Extended Filters..." msgstr "Filtros extendidos..." #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "Cuenta general" @@ -352,6 +349,11 @@ msgstr "Última actualización en" msgid "Minimum Analytic Amount" msgstr "Importe analítico mínimo" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -410,7 +412,6 @@ msgstr "Presente" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Producto" diff --git a/addons/hr_timesheet/i18n/es_AR.po b/addons/hr_timesheet/i18n/es_AR.po index 5c2f32734bb..7f6be7f1d45 100644 --- a/addons/hr_timesheet/i18n/es_AR.po +++ b/addons/hr_timesheet/i18n/es_AR.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Fecha límite" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "Estado Actual" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Fecha" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Importe analítico mínimo" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -372,7 +374,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Producto" diff --git a/addons/hr_timesheet/i18n/es_CR.po b/addons/hr_timesheet/i18n/es_CR.po index e60bbdecbe9..a94e66792b5 100644 --- a/addons/hr_timesheet/i18n/es_CR.po +++ b/addons/hr_timesheet/i18n/es_CR.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Contabilidad" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Fecha de cierre" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Fecha" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Importe analítico mínimo" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Producto" diff --git a/addons/hr_timesheet/i18n/es_EC.po b/addons/hr_timesheet/i18n/es_EC.po index 31468ab8eba..4cea70dc07f 100644 --- a/addons/hr_timesheet/i18n/es_EC.po +++ b/addons/hr_timesheet/i18n/es_EC.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Administración Financiera" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Fecha de cierre" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Fecha" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Importe analítico mínimo" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Producto" diff --git a/addons/hr_timesheet/i18n/et.po b/addons/hr_timesheet/i18n/et.po index 6499d184b6e..92e927c354c 100644 --- a/addons/hr_timesheet/i18n/et.po +++ b/addons/hr_timesheet/i18n/et.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Sulgemise kuupäev" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimaalne analüütiline kogus" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Kuu" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Toode" diff --git a/addons/hr_timesheet/i18n/fi.po b/addons/hr_timesheet/i18n/fi.po index 50d41c1d8f9..b67e624530b 100644 --- a/addons/hr_timesheet/i18n/fi.po +++ b/addons/hr_timesheet/i18n/fi.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Kirjanpito" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -137,6 +131,11 @@ msgstr "Päättymispäivämäärä" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -174,7 +173,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Päivämäärä" @@ -248,7 +246,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -319,6 +316,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Pienin analyyttinen määrä" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Kuukausi" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -378,7 +380,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Tuote" diff --git a/addons/hr_timesheet/i18n/fr.po b/addons/hr_timesheet/i18n/fr.po index 3eda21ab158..dac7538fde6 100644 --- a/addons/hr_timesheet/i18n/fr.po +++ b/addons/hr_timesheet/i18n/fr.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Comptabilité" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Date de clôture" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "Statut actuel" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Date" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Montant analytique minimum" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mois" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produit" diff --git a/addons/hr_timesheet/i18n/gl.po b/addons/hr_timesheet/i18n/gl.po index fd560d648ec..3a2f5f86154 100644 --- a/addons/hr_timesheet/i18n/gl.po +++ b/addons/hr_timesheet/i18n/gl.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Contabilidade" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Data límite" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Importe analítico mínimo" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mes" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produto" diff --git a/addons/hr_timesheet/i18n/hr.po b/addons/hr_timesheet/i18n/hr.po index fb8d77d9649..def897e2222 100644 --- a/addons/hr_timesheet/i18n/hr.po +++ b/addons/hr_timesheet/i18n/hr.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Računovodstvo" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -147,6 +141,11 @@ msgstr "Datum zaključenja" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -184,7 +183,6 @@ msgid "Current Status" msgstr "Trenutni status" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datum" @@ -262,7 +260,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -333,6 +330,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimalni analitički konto" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mjesec" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -390,7 +392,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Artikl" diff --git a/addons/hr_timesheet/i18n/hu.po b/addons/hr_timesheet/i18n/hu.po index 59fa56014e9..f4f6b6b15bf 100644 --- a/addons/hr_timesheet/i18n/hu.po +++ b/addons/hr_timesheet/i18n/hu.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -99,7 +94,6 @@ msgid "Accounting" msgstr "Könyvelés" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -148,6 +142,11 @@ msgstr "Zárás időpontja" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -185,7 +184,6 @@ msgid "Current Status" msgstr "Jelenlegi állapot" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Dátum" @@ -263,7 +261,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -334,6 +331,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimális gyűjtőkód összeg" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Hónap" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -393,7 +395,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Termék" diff --git a/addons/hr_timesheet/i18n/id.po b/addons/hr_timesheet/i18n/id.po index fb7fe7ee700..bda7d04c9e8 100644 --- a/addons/hr_timesheet/i18n/id.po +++ b/addons/hr_timesheet/i18n/id.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Jumlah Minimum Analitik" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/it.po b/addons/hr_timesheet/i18n/it.po index aa25df7ef71..038aaff0e2a 100644 --- a/addons/hr_timesheet/i18n/it.po +++ b/addons/hr_timesheet/i18n/it.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Contabilità" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Data di fine" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "Stato Attuale" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Contabilità Analitica Minima" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mese" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -381,7 +383,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Prodotto" diff --git a/addons/hr_timesheet/i18n/ja.po b/addons/hr_timesheet/i18n/ja.po index 4ea926748d8..de55e07f06b 100644 --- a/addons/hr_timesheet/i18n/ja.po +++ b/addons/hr_timesheet/i18n/ja.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "会計" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "終了日" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "現在の状態" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "日付" @@ -247,7 +245,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -318,6 +315,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "最小分析数(時/日)" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "月" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -371,7 +373,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "製品" diff --git a/addons/hr_timesheet/i18n/ko.po b/addons/hr_timesheet/i18n/ko.po index f3a9789da29..472212b296b 100644 --- a/addons/hr_timesheet/i18n/ko.po +++ b/addons/hr_timesheet/i18n/ko.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "마감 날짜" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "최소 분석 금액" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "월" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "상품" diff --git a/addons/hr_timesheet/i18n/lt.po b/addons/hr_timesheet/i18n/lt.po index ddc101a6bc8..0c21adaaf4a 100644 --- a/addons/hr_timesheet/i18n/lt.po +++ b/addons/hr_timesheet/i18n/lt.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mėnuo" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/lv.po b/addons/hr_timesheet/i18n/lv.po index 6972acbec4c..ed10b390efc 100644 --- a/addons/hr_timesheet/i18n/lv.po +++ b/addons/hr_timesheet/i18n/lv.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Grāmatvedība" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Beigu Datums" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datums" @@ -249,7 +247,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -320,6 +317,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimālais daudzums (Analītiskais)" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mēnesis" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -371,7 +373,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produkts" diff --git a/addons/hr_timesheet/i18n/mk.po b/addons/hr_timesheet/i18n/mk.po index 3e025abbe37..af57b41ee42 100644 --- a/addons/hr_timesheet/i18n/mk.po +++ b/addons/hr_timesheet/i18n/mk.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Сметководство" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -148,6 +142,11 @@ msgstr "Датум на затварање" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -185,7 +184,6 @@ msgid "Current Status" msgstr "Тековен статус" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Датум" @@ -263,7 +261,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -334,6 +331,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Минимална аналитичка сума" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Месец" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -392,7 +394,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Продукт" diff --git a/addons/hr_timesheet/i18n/mn.po b/addons/hr_timesheet/i18n/mn.po index 0d7f29d838e..a8517651863 100644 --- a/addons/hr_timesheet/i18n/mn.po +++ b/addons/hr_timesheet/i18n/mn.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -97,7 +92,6 @@ msgid "Accounting" msgstr "Санхүүгийн бүртгэл" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -146,6 +140,11 @@ msgstr "Хаагдах огноо" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -183,7 +182,6 @@ msgid "Current Status" msgstr "Одоогийн төлөв" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Огноо" @@ -261,7 +259,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -332,6 +329,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Хамгийн бага шинжилгээний дүн" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Сар" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -389,7 +391,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Бараа" diff --git a/addons/hr_timesheet/i18n/nb.po b/addons/hr_timesheet/i18n/nb.po index a18ec9003cb..b28058df1f6 100644 --- a/addons/hr_timesheet/i18n/nb.po +++ b/addons/hr_timesheet/i18n/nb.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Regnskap" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Sluttdato" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Dato" @@ -250,7 +248,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -321,6 +318,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimum analytisk beløp" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Måned" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -372,7 +374,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produkt" diff --git a/addons/hr_timesheet/i18n/nl.po b/addons/hr_timesheet/i18n/nl.po index cd108d8f10d..d756f30a570 100644 --- a/addons/hr_timesheet/i18n/nl.po +++ b/addons/hr_timesheet/i18n/nl.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-27 11:32+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:47+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "#Kosten" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -118,7 +113,6 @@ msgid "Accounting" msgstr "Financieel" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -167,6 +161,11 @@ msgstr "Afsluitdatum" msgid "Company" msgstr "Bedrijf" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "Kosten" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -204,7 +203,6 @@ msgid "Current Status" msgstr "Huidige status" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datum" @@ -284,7 +282,6 @@ msgid "Extended Filters..." msgstr "Uitgebreide filters..." #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "Algemene grootboekrekening" @@ -358,6 +355,11 @@ msgstr "Laatst aangepast op" msgid "Minimum Analytic Amount" msgstr "Minimum bedrag kostenplaats" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Maand" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -416,7 +418,6 @@ msgstr "Aanwezig" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Product" diff --git a/addons/hr_timesheet/i18n/pl.po b/addons/hr_timesheet/i18n/pl.po index fe34478caa7..91f9f83df2e 100644 --- a/addons/hr_timesheet/i18n/pl.po +++ b/addons/hr_timesheet/i18n/pl.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 08:49+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:37+0000\n" -"X-Generator: Launchpad (build 17176)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "#Koszt" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Księgowość" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Data zamknięcia" msgid "Company" msgstr "Firma" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "Bieżący stan" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "Rozszerzone filtry..." #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "Konto główne" @@ -324,6 +321,11 @@ msgstr "Data ostatniej modyfikacji" msgid "Minimum Analytic Amount" msgstr "Minimalna wartość analityczna" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Miesiąc" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -375,7 +377,6 @@ msgstr "Obecny(a)" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -562,3 +563,6 @@ msgstr "" #: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search msgid "month" msgstr "miesiąc" + +#~ msgid "#Cost" +#~ msgstr "#Koszt" diff --git a/addons/hr_timesheet/i18n/pt.po b/addons/hr_timesheet/i18n/pt.po index 05d10c1a152..e2eead92c32 100644 --- a/addons/hr_timesheet/i18n/pt.po +++ b/addons/hr_timesheet/i18n/pt.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Contabilidade" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Data de Fecho" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "Estado atual" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Montante Mínimo Analítico" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mês" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Artigo" diff --git a/addons/hr_timesheet/i18n/pt_BR.po b/addons/hr_timesheet/i18n/pt_BR.po index 43fcac7f957..f9a17805192 100644 --- a/addons/hr_timesheet/i18n/pt_BR.po +++ b/addons/hr_timesheet/i18n/pt_BR.po @@ -7,21 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 19:46+0000\n" "Last-Translator: Joe Pimentel \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" - #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in #: view:hr.sign.out.project:hr_timesheet.view_hr_timesheet_sign_out @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Contabilidade" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -147,6 +141,11 @@ msgstr "Data de Fechamento" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -184,7 +183,6 @@ msgid "Current Status" msgstr "Situação Atual" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -262,7 +260,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -333,6 +330,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Quantia Analítica Mínima" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Mês" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -391,7 +393,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produto" diff --git a/addons/hr_timesheet/i18n/ro.po b/addons/hr_timesheet/i18n/ro.po index 754f330fc4d..f93ae686858 100644 --- a/addons/hr_timesheet/i18n/ro.po +++ b/addons/hr_timesheet/i18n/ro.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Contabilitate" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -147,6 +141,11 @@ msgstr "Data de inchidere" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -184,7 +183,6 @@ msgid "Current Status" msgstr "Stara Actuala" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Data" @@ -262,7 +260,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -333,6 +330,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Suma Analitica Minima" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Luna" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -392,7 +394,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produs" diff --git a/addons/hr_timesheet/i18n/ru.po b/addons/hr_timesheet/i18n/ru.po index 8f6afb1fdd7..26aeb86527b 100644 --- a/addons/hr_timesheet/i18n/ru.po +++ b/addons/hr_timesheet/i18n/ru.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Учёт" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Дата закрытия" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Дата" @@ -251,7 +249,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -322,6 +319,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Минимальное аналитическое количество" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Месяц" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -373,7 +375,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Продукция" diff --git a/addons/hr_timesheet/i18n/sl.po b/addons/hr_timesheet/i18n/sl.po index fbb47a34f88..2382a73f6d4 100644 --- a/addons/hr_timesheet/i18n/sl.po +++ b/addons/hr_timesheet/i18n/sl.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Računovodstvo" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -147,6 +141,11 @@ msgstr "Zaključni datum" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -184,7 +183,6 @@ msgid "Current Status" msgstr "Trenutni status" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datum" @@ -254,7 +252,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -325,6 +322,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimalna analitična količina" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "mesec" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -381,7 +383,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Proizvod" diff --git a/addons/hr_timesheet/i18n/sq.po b/addons/hr_timesheet/i18n/sq.po index e122e60759f..1046e09e973 100644 --- a/addons/hr_timesheet/i18n/sq.po +++ b/addons/hr_timesheet/i18n/sq.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/sr@latin.po b/addons/hr_timesheet/i18n/sr@latin.po index 1b72875b3be..800fc4f3e7c 100644 --- a/addons/hr_timesheet/i18n/sr@latin.po +++ b/addons/hr_timesheet/i18n/sr@latin.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/sv.po b/addons/hr_timesheet/i18n/sv.po index 1b9c3f59e42..b01d70cb3ef 100644 --- a/addons/hr_timesheet/i18n/sv.po +++ b/addons/hr_timesheet/i18n/sv.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -97,7 +92,6 @@ msgid "Accounting" msgstr "Redovisning" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -146,6 +140,11 @@ msgstr "Slutdatum" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -183,7 +182,6 @@ msgid "Current Status" msgstr "Nuvarande Status" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Datum" @@ -259,7 +257,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -330,6 +327,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimum Analytic Amount" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Månad" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -387,7 +389,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Produkt" diff --git a/addons/hr_timesheet/i18n/th.po b/addons/hr_timesheet/i18n/th.po index b4a16f8bb1c..e1e6979b724 100644 --- a/addons/hr_timesheet/i18n/th.po +++ b/addons/hr_timesheet/i18n/th.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "บัญชี" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "ปิดวันที่" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "สถานะปัจจุบัน" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "วันที่" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "เดือน" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "ผลิตภัณฑ์" diff --git a/addons/hr_timesheet/i18n/tlh.po b/addons/hr_timesheet/i18n/tlh.po index 426f2e6ac4a..47683e6d540 100644 --- a/addons/hr_timesheet/i18n/tlh.po +++ b/addons/hr_timesheet/i18n/tlh.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet/i18n/tr.po b/addons/hr_timesheet/i18n/tr.po index f0d807c5037..e175072ccf4 100644 --- a/addons/hr_timesheet/i18n/tr.po +++ b/addons/hr_timesheet/i18n/tr.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -98,7 +93,6 @@ msgid "Accounting" msgstr "Muhasebe" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -147,6 +141,11 @@ msgstr "Kapanış Tarihi" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -184,7 +183,6 @@ msgid "Current Status" msgstr "Şimdiki Durumu" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "Tarih" @@ -258,7 +256,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -329,6 +326,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Minimum Analitik Tutarı" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Ay" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -387,7 +389,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Ürünler" diff --git a/addons/hr_timesheet/i18n/uk.po b/addons/hr_timesheet/i18n/uk.po index aa8877f5efc..e049726aa44 100644 --- a/addons/hr_timesheet/i18n/uk.po +++ b/addons/hr_timesheet/i18n/uk.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "Дата закриття" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "Мінімальна аналітична сума" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Місяць" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Продукт" diff --git a/addons/hr_timesheet/i18n/vi.po b/addons/hr_timesheet/i18n/vi.po index 5199bc358b4..6ea185030c0 100644 --- a/addons/hr_timesheet/i18n/vi.po +++ b/addons/hr_timesheet/i18n/vi.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "Kế toán" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "Tháng" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "Sản phẩm" diff --git a/addons/hr_timesheet/i18n/zh_CN.po b/addons/hr_timesheet/i18n/zh_CN.po index 87155285877..af5ee25e3cd 100644 --- a/addons/hr_timesheet/i18n/zh_CN.po +++ b/addons/hr_timesheet/i18n/zh_CN.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "会计" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "结束日期" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "当前状态" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "日期" @@ -249,7 +247,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -320,6 +317,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "最低辅助核算金额" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "月份" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -375,7 +377,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "产品" diff --git a/addons/hr_timesheet/i18n/zh_TW.po b/addons/hr_timesheet/i18n/zh_TW.po index 8fd565d2632..183d72f203a 100644 --- a/addons/hr_timesheet/i18n/zh_TW.po +++ b/addons/hr_timesheet/i18n/zh_TW.po @@ -7,20 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: hr_timesheet -#: field:hr.timesheet.report,cost:0 -msgid "#Cost" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet #: view:hr.sign.in.project:hr_timesheet.view_hr_timesheet_sign_in @@ -87,7 +82,6 @@ msgid "Accounting" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,account_id:0 #: model:ir.model,name:hr_timesheet.model_account_analytic_account msgid "Analytic Account" @@ -136,6 +130,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: hr_timesheet +#: field:hr.timesheet.report,cost:0 +msgid "Cost" +msgstr "" + #. module: hr_timesheet #: view:account.analytic.account:hr_timesheet.account_analytic_account_timesheet_form msgid "Cost/Revenue" @@ -173,7 +172,6 @@ msgid "Current Status" msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,date:0 msgid "Date" msgstr "" @@ -243,7 +241,6 @@ msgid "Extended Filters..." msgstr "" #. module: hr_timesheet -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,general_account_id:0 msgid "General Account" msgstr "" @@ -314,6 +311,11 @@ msgstr "" msgid "Minimum Analytic Amount" msgstr "" +#. module: hr_timesheet +#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search +msgid "Month" +msgstr "" + #. module: hr_timesheet #: code:addons/hr_timesheet/hr_timesheet.py:189 #, python-format @@ -365,7 +367,6 @@ msgstr "" #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_form #: view:hr.analytic.timesheet:hr_timesheet.hr_timesheet_line_search #: field:hr.employee,product_id:0 -#: view:hr.timesheet.report:hr_timesheet.view_hr_timesheet_report_search #: field:hr.timesheet.report,product_id:0 msgid "Product" msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/ar.po b/addons/hr_timesheet_sheet/i18n/ar.po index 910b43e32e0..57c06640f3e 100644 --- a/addons/hr_timesheet_sheet/i18n/ar.po +++ b/addons/hr_timesheet_sheet/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "# عدد" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#المجموع الكلي للحضور" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#الفروقات الكلية" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#سجل الدوام الكلي" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -284,14 +284,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "خطأ!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -367,8 +372,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -492,7 +502,7 @@ msgid "Please create an employee and associate it with this user." msgstr "الرجاء انشاء موظف واربطه بهذا المستخدم." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -713,8 +723,8 @@ msgid "User" msgstr "المستخدم" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "خطأ للمستخدم !" @@ -736,7 +746,7 @@ msgid "Warning !" msgstr "تحذير !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "تحذير!" @@ -758,20 +768,20 @@ msgid "Week" msgstr "الأسبوع" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -779,13 +789,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -797,7 +807,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -824,13 +834,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "لا يمكنك تعديل سجل حضور قد تمت الموافقة عليها" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "لا يمكنك تعديل مدخل في سجل حضور قد تمت الموافقة عليه" @@ -843,3 +853,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Total Timesheet" +#~ msgstr "#سجل الدوام الكلي" + +#~ msgid "#Total Diff" +#~ msgstr "#الفروقات الكلية" + +#~ msgid "#Total Attendance" +#~ msgstr "#المجموع الكلي للحضور" + +#~ msgid "#Nbr" +#~ msgstr "# عدد" diff --git a/addons/hr_timesheet_sheet/i18n/bg.po b/addons/hr_timesheet_sheet/i18n/bg.po index faffc77696f..9a4b8164125 100644 --- a/addons/hr_timesheet_sheet/i18n/bg.po +++ b/addons/hr_timesheet_sheet/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Потребител" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "Предупреждение!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Седмица" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/bs.po b/addons/hr_timesheet_sheet/i18n/bs.po index 72d8a78b091..e3c249371a0 100644 --- a/addons/hr_timesheet_sheet/i18n/bs.po +++ b/addons/hr_timesheet_sheet/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/ca.po b/addons/hr_timesheet_sheet/i18n/ca.po index a808282ae1a..7500e9d254b 100644 --- a/addons/hr_timesheet_sheet/i18n/ca.po +++ b/addons/hr_timesheet_sheet/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Núm" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Nº total assistència" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total dif." +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total full assistència" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -285,14 +285,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -368,8 +373,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -495,7 +505,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -716,8 +726,8 @@ msgid "User" msgstr "Usuari" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -739,7 +749,7 @@ msgid "Warning !" msgstr "Atenció!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -761,20 +771,20 @@ msgid "Week" msgstr "Setmana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -782,13 +792,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -800,7 +810,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -827,13 +837,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -846,3 +856,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "#Núm" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total full assistència" + +#~ msgid "#Total Diff" +#~ msgstr "#Total dif." + +#~ msgid "#Total Attendance" +#~ msgstr "Nº total assistència" diff --git a/addons/hr_timesheet_sheet/i18n/cs.po b/addons/hr_timesheet_sheet/i18n/cs.po index 56153400af6..1b4a6fd1e24 100644 --- a/addons/hr_timesheet_sheet/i18n/cs.po +++ b/addons/hr_timesheet_sheet/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Uživatel" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "Varování !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Týden" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/da.po b/addons/hr_timesheet_sheet/i18n/da.po index 711d9ef67fd..0ce68331067 100644 --- a/addons/hr_timesheet_sheet/i18n/da.po +++ b/addons/hr_timesheet_sheet/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/de.po b/addons/hr_timesheet_sheet/i18n/de.po index 23c352f966d..44c96fbf0cf 100644 --- a/addons/hr_timesheet_sheet/i18n/de.po +++ b/addons/hr_timesheet_sheet/i18n/de.po @@ -7,14 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 10:45+0000\n" -"Last-Translator: Thorsten Vocks \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:25+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet @@ -36,23 +37,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nummer" +msgid "# Nbr Timesheet" +msgstr "# Anzahl Stundenzettel" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Anwesenheit" +msgid "# Total Attendance" +msgstr "# Gesamte Arbeitszeit" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "# Abweichung" +msgid "# Total Diff" +msgstr "# Gesamtabweichung" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "# Projektstunden" +msgid "# Total Timesheet" +msgstr "# Gesamte Zeiterfassung" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -308,14 +309,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Fehler!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "Externe Zeiterfassung" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -403,8 +409,13 @@ msgstr "" "ein Produkt zugewiesen werden." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "Interne Zeiterfassung" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Ungültige Aktion!" @@ -532,7 +543,7 @@ msgstr "" "Bitte legen Sie einen Mitarbeiter an und weisen Sie ihm einen Benutzer zu." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -757,8 +768,8 @@ msgid "User" msgstr "Benutzer" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Benutzerfehler!" @@ -780,7 +791,7 @@ msgid "Warning !" msgstr "Warnung" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Warnung !" @@ -802,13 +813,13 @@ msgid "Week" msgstr "Woche" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Woche " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." @@ -817,7 +828,7 @@ msgstr "" "Datums des Zeiterfassungsformulars liegen." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -828,14 +839,14 @@ msgstr "" "mit Ihrem Vorgesetzten." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" "Sie können keine Zeiterfassung löschen, die Anwesenheitseinträge enthält." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Sie können keine Zeiterfassung löschen, die bereits bestätigt wurde." @@ -847,7 +858,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Sie können keine Zeiterfassung duplizieren." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -885,13 +896,13 @@ msgstr "" "Stundenzettel übernehmen" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Sie können keinen Eintrag in einer bestätigten Zeiterfassung ändern" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -905,3 +916,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "Sie können sämtliche Arbeitszeiten und Aktivitäten eingeben." + +#~ msgid "#Total Timesheet" +#~ msgstr "# Projektstunden" + +#~ msgid "#Total Diff" +#~ msgstr "# Abweichung" + +#~ msgid "#Total Attendance" +#~ msgstr "#Anwesenheit" + +#~ msgid "#Nbr" +#~ msgstr "#Nummer" diff --git a/addons/hr_timesheet_sheet/i18n/el.po b/addons/hr_timesheet_sheet/i18n/el.po index 76ab36f709f..66fc10366eb 100644 --- a/addons/hr_timesheet_sheet/i18n/el.po +++ b/addons/hr_timesheet_sheet/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Χρήστης" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "Προσοχή!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Εβδομάδα" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/es.po b/addons/hr_timesheet_sheet/i18n/es.po index 6204b258c73..2940e8c1da9 100644 --- a/addons/hr_timesheet_sheet/i18n/es.po +++ b/addons/hr_timesheet_sheet/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 21:15+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 01:06+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -36,23 +36,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Núm" +msgid "# Nbr Timesheet" +msgstr "Nº partes de horas" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Nº total asistencia" +msgid "# Total Attendance" +msgstr "Nº total de asistencias" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total dif." +msgid "# Total Diff" +msgstr "Nº total de diferencias" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total hoja asistencia" +msgid "# Total Timesheet" +msgstr "Nº total de partes de horas" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -303,14 +303,19 @@ msgstr "¡Error! Una entrada debe seguir a un registro de salida." #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "¡Error!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "Parte de horas externo" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -396,8 +401,13 @@ msgstr "" "un producto." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "Parte de horas interno" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "¡Acción no válida!" @@ -523,7 +533,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Por favor, cree un empleado y asócielo con este usuario." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -747,8 +757,8 @@ msgid "User" msgstr "Usuario" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "¡Error de usuario!" @@ -770,7 +780,7 @@ msgid "Warning !" msgstr "¡Aviso!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "¡Advertencia!" @@ -792,13 +802,13 @@ msgid "Week" msgstr "Semana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Semana " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." @@ -807,7 +817,7 @@ msgstr "" "horas." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -817,14 +827,14 @@ msgstr "" "su responsable para restablecerlo antes de añadir una asistencia." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" "No se puede borrar un parte de horas que tenga entradas de asistencia." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "No puede eliminar un parte de horas que ya está confirmado." @@ -836,7 +846,7 @@ msgid "You cannot duplicate a timesheet." msgstr "No puede duplicar un parte de horas" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -870,13 +880,13 @@ msgstr "" "¡No puede modificar una entrada en un parte de horas confirmado/realizado!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "No puede modificar una entrada en un parte de horas confirmado." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "No puede modificar una entrada en un parte de horas confirmado." @@ -889,3 +899,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "Podrá registrar las horas trabajadas y las actividades." + +#~ msgid "#Nbr" +#~ msgstr "#Núm" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total hoja asistencia" + +#~ msgid "#Total Diff" +#~ msgstr "#Total dif." + +#~ msgid "#Total Attendance" +#~ msgstr "Nº total asistencia" diff --git a/addons/hr_timesheet_sheet/i18n/es_AR.po b/addons/hr_timesheet_sheet/i18n/es_AR.po index 7e409ae4841..d9341f2d1b4 100644 --- a/addons/hr_timesheet_sheet/i18n/es_AR.po +++ b/addons/hr_timesheet_sheet/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -36,23 +36,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Núm" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total dif." +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total Hoja de Asistencia" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -301,14 +301,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "¡Error!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -393,8 +398,13 @@ msgstr "" "un producto." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "¡Acción Inválida!" @@ -520,7 +530,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Por favor, cree un empleado y asócielo con este usuario." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -744,8 +754,8 @@ msgid "User" msgstr "Usuario" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -767,7 +777,7 @@ msgid "Warning !" msgstr "Atención !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -789,20 +799,20 @@ msgid "Week" msgstr "Semana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Semana " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -810,14 +820,14 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" "No se puede borrar un parte de horas que tenga entradas de asistencia." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -829,7 +839,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -860,13 +870,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "No puede modificar una entrada en un parte de horas confirmado." @@ -879,3 +889,12 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "Podrá registrar las horas trabajadas y las actividades." + +#~ msgid "#Nbr" +#~ msgstr "#Núm" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total Hoja de Asistencia" + +#~ msgid "#Total Diff" +#~ msgstr "#Total dif." diff --git a/addons/hr_timesheet_sheet/i18n/es_CR.po b/addons/hr_timesheet_sheet/i18n/es_CR.po index 86572b5ac5e..534ea5df2d3 100644 --- a/addons/hr_timesheet_sheet/i18n/es_CR.po +++ b/addons/hr_timesheet_sheet/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Núm" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Nº total asistencia" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total dif." +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total hoja asistencia" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -284,14 +284,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -367,8 +372,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -494,7 +504,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -715,8 +725,8 @@ msgid "User" msgstr "Usuario" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -738,7 +748,7 @@ msgid "Warning !" msgstr "¡Aviso!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -760,20 +770,20 @@ msgid "Week" msgstr "Semana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -781,13 +791,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -799,7 +809,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -826,13 +836,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -845,3 +855,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "#Núm" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total hoja asistencia" + +#~ msgid "#Total Diff" +#~ msgstr "#Total dif." + +#~ msgid "#Total Attendance" +#~ msgstr "Nº total asistencia" diff --git a/addons/hr_timesheet_sheet/i18n/es_EC.po b/addons/hr_timesheet_sheet/i18n/es_EC.po index be0755b7713..972dad5a78d 100644 --- a/addons/hr_timesheet_sheet/i18n/es_EC.po +++ b/addons/hr_timesheet_sheet/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Núm" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total dif." +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total hoja servicios" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -492,7 +502,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -713,8 +723,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -736,7 +746,7 @@ msgid "Warning !" msgstr "Advertencia !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -758,20 +768,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -779,13 +789,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -797,7 +807,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -824,13 +834,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -843,3 +853,12 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "#Núm" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total hoja servicios" + +#~ msgid "#Total Diff" +#~ msgstr "#Total dif." diff --git a/addons/hr_timesheet_sheet/i18n/et.po b/addons/hr_timesheet_sheet/i18n/et.po index b3463462f38..91af6859e5b 100644 --- a/addons/hr_timesheet_sheet/i18n/et.po +++ b/addons/hr_timesheet_sheet/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Kasutaja" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Nädal" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/fi.po b/addons/hr_timesheet_sheet/i18n/fi.po index a2b367bbcd3..0a36319dc92 100644 --- a/addons/hr_timesheet_sheet/i18n/fi.po +++ b/addons/hr_timesheet_sheet/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -34,23 +34,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Kokonaisläsnäolo" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "Kokonaiserotus" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "Tuntikortti yhteensä" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -289,14 +289,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Virhe!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -376,8 +381,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Virheellinen toiminto!" @@ -496,7 +506,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Ole hyvä ja luo työntekijä ja yhdistä hänet tähän käyttäjään." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -720,8 +730,8 @@ msgid "User" msgstr "Käyttäjä" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Käyttäjän virhe!" @@ -743,7 +753,7 @@ msgid "Warning !" msgstr "Varoitus !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Varoitus!" @@ -765,20 +775,20 @@ msgid "Week" msgstr "Viikko" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Viikko " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -786,13 +796,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "Et voi poistaa tuntikorttia, jolla on läsnäolokirjauksia." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Et voi poistaa jo vahvistettua tuntikorttia." @@ -804,7 +814,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Et voi tuplata tuntikorttia." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -838,13 +848,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "Et voi muuttaa vahvistetun tai valmiin tuntikortin kirjauksia!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Et voi muuttaa vahvistetun tuntikortin kirjauksia" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Et voi muuttaa vahvistetulla tuntikortilla olevaa tietoa." @@ -857,3 +867,12 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Total Diff" +#~ msgstr "Kokonaiserotus" + +#~ msgid "#Total Attendance" +#~ msgstr "Kokonaisläsnäolo" + +#~ msgid "#Total Timesheet" +#~ msgstr "Tuntikortti yhteensä" diff --git a/addons/hr_timesheet_sheet/i18n/fr.po b/addons/hr_timesheet_sheet/i18n/fr.po index 771e217c1df..f8dc9594f97 100644 --- a/addons/hr_timesheet_sheet/i18n/fr.po +++ b/addons/hr_timesheet_sheet/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "Nombre" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Présence totale" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "Différence totale" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "Total des feuilles de temps" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -286,14 +286,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Erreur!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -377,8 +382,13 @@ msgstr "" "à un article." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Action invalide!" @@ -505,7 +515,7 @@ msgid "Please create an employee and associate it with this user." msgstr "SVP Créez un employé et associez-le à cet utilisateur." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -730,8 +740,8 @@ msgid "User" msgstr "Utilisateur" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Erreur utilisateur!" @@ -753,7 +763,7 @@ msgid "Warning !" msgstr "Avertissement !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Attention !" @@ -775,20 +785,20 @@ msgid "Week" msgstr "Semaine" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Semaine " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -796,7 +806,7 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" @@ -804,7 +814,7 @@ msgstr "" "présence." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -817,7 +827,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Vous ne pouvez pas dupliquer une feuille de temps." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -850,14 +860,14 @@ msgstr "" "confirmée/terminée!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" "Vous ne pouvez pas modifier une entrée dans une feuille de temps confirmée." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -871,3 +881,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "Nombre" + +#~ msgid "#Total Diff" +#~ msgstr "Différence totale" + +#~ msgid "#Total Attendance" +#~ msgstr "Présence totale" + +#~ msgid "#Total Timesheet" +#~ msgstr "Total des feuilles de temps" diff --git a/addons/hr_timesheet_sheet/i18n/hr.po b/addons/hr_timesheet_sheet/i18n/hr.po index 3ac0b0b1cc8..9c306807d24 100644 --- a/addons/hr_timesheet_sheet/i18n/hr.po +++ b/addons/hr_timesheet_sheet/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Br" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Greška!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -367,8 +372,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -487,7 +497,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Kreirajte zaposlenika i pridružite ga sa ovim korisnikom." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -708,8 +718,8 @@ msgid "User" msgstr "Korisnik" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Greška korisnika!" @@ -731,7 +741,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -753,20 +763,20 @@ msgid "Week" msgstr "Tjedan" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Tjedan " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -774,13 +784,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -792,7 +802,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -819,13 +829,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Ne možete modificirati polje u potvrđenoj kontrolnoj kartici." @@ -838,3 +848,6 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "#Br" diff --git a/addons/hr_timesheet_sheet/i18n/hu.po b/addons/hr_timesheet_sheet/i18n/hu.po index 8b24f7f6aaf..2dab23ecdf1 100644 --- a/addons/hr_timesheet_sheet/i18n/hu.po +++ b/addons/hr_timesheet_sheet/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -36,23 +36,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "Szám" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Összes jelenlét" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "Összes eltérés" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "Munkaidő-kimutatás összesen" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -307,14 +307,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Hiba!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -399,8 +404,13 @@ msgstr "" "alkalmazottat egy termékhez kell rendelnie." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Érvénytelen lépés!" @@ -527,7 +537,7 @@ msgstr "" "Kérem hozzon létre egy munkavállalót és társítsa ezzel a felhasználóval." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -752,8 +762,8 @@ msgid "User" msgstr "Felhasználó" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Felhasználói hiba!" @@ -775,7 +785,7 @@ msgid "Warning !" msgstr "Vigyázat!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Figyelem!" @@ -797,20 +807,20 @@ msgid "Week" msgstr "Hét" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Hét " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -818,13 +828,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "Nem tud olyan időkimutatást törölni amihez van jelenlét bevitel." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Nem törölhet olyan időkimutatást, mely már visszaigazolt." @@ -836,7 +846,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Nem többszörözhet egy időkimutatást." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -871,13 +881,13 @@ msgstr "" "Nem módosíthat beírásokat egy visszaigazolt/Elvégzett időkimutatáson !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Nem módosíthatja a beírásokat egy visszaigazolt időkimutatáson." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Nem tud módosítani a visszaigazolt időkimutatáson." @@ -892,3 +902,15 @@ msgid "" msgstr "" "Lehetősége lesz a munka óráit és a tevékenységeit\n" " regisztrálnia." + +#~ msgid "#Nbr" +#~ msgstr "Szám" + +#~ msgid "#Total Timesheet" +#~ msgstr "Munkaidő-kimutatás összesen" + +#~ msgid "#Total Diff" +#~ msgstr "Összes eltérés" + +#~ msgid "#Total Attendance" +#~ msgstr "Összes jelenlét" diff --git a/addons/hr_timesheet_sheet/i18n/id.po b/addons/hr_timesheet_sheet/i18n/id.po index cfeb3248ec1..2b461b3247d 100644 --- a/addons/hr_timesheet_sheet/i18n/id.po +++ b/addons/hr_timesheet_sheet/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/it.po b/addons/hr_timesheet_sheet/i18n/it.po index 26bb1e12b7b..3d581cc2a84 100644 --- a/addons/hr_timesheet_sheet/i18n/it.po +++ b/addons/hr_timesheet_sheet/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nbr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "# Presenza totale" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Errore!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -367,8 +372,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -487,7 +497,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Crea un dipendente e associalo a questo utente." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -708,8 +718,8 @@ msgid "User" msgstr "Utente" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -731,7 +741,7 @@ msgid "Warning !" msgstr "Attenzione !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -753,20 +763,20 @@ msgid "Week" msgstr "Settimana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Settimana " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -774,13 +784,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -792,7 +802,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -819,13 +829,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Non è possibile modificare le righe di un timesheet confermato." @@ -838,3 +848,9 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Total Attendance" +#~ msgstr "# Presenza totale" + +#~ msgid "#Nbr" +#~ msgstr "#Nbr" diff --git a/addons/hr_timesheet_sheet/i18n/ja.po b/addons/hr_timesheet_sheet/i18n/ja.po index 969643f5ff8..06863e7a621 100644 --- a/addons/hr_timesheet_sheet/i18n/ja.po +++ b/addons/hr_timesheet_sheet/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#番号" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "出勤日の合計日数" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "差分の合計" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "勤務表の合計" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -488,7 +498,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -709,8 +719,8 @@ msgid "User" msgstr "ユーザ" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -732,7 +742,7 @@ msgid "Warning !" msgstr "警告" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -754,20 +764,20 @@ msgid "Week" msgstr "週" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -775,13 +785,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -793,7 +803,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -820,13 +830,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -839,3 +849,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "作業時間と活動が記録できるようになります。" + +#~ msgid "#Nbr" +#~ msgstr "#番号" + +#~ msgid "#Total Timesheet" +#~ msgstr "勤務表の合計" + +#~ msgid "#Total Attendance" +#~ msgstr "出勤日の合計日数" + +#~ msgid "#Total Diff" +#~ msgstr "差分の合計" diff --git a/addons/hr_timesheet_sheet/i18n/ko.po b/addons/hr_timesheet_sheet/i18n/ko.po index 4b7ff052068..a5457562e88 100644 --- a/addons/hr_timesheet_sheet/i18n/ko.po +++ b/addons/hr_timesheet_sheet/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "오류!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "유효하지 않은 액션!" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "사용자" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "경고!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "주" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "확정된 타임시트에 있는 엔트리를 수정할 수 없습니다." diff --git a/addons/hr_timesheet_sheet/i18n/lt.po b/addons/hr_timesheet_sheet/i18n/lt.po index 4da12fa52ce..42080aedb52 100644 --- a/addons/hr_timesheet_sheet/i18n/lt.po +++ b/addons/hr_timesheet_sheet/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Naudotojas" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Savaitė" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/lv.po b/addons/hr_timesheet_sheet/i18n/lv.po index 9b02a9a19af..2cc4f9e34e3 100644 --- a/addons/hr_timesheet_sheet/i18n/lv.po +++ b/addons/hr_timesheet_sheet/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/mk.po b/addons/hr_timesheet_sheet/i18n/mk.po index e9fafe3ea82..de3f8da9306 100644 --- a/addons/hr_timesheet_sheet/i18n/mk.po +++ b/addons/hr_timesheet_sheet/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -36,23 +36,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nbr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Вкупно присуства" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Вкупна разл." +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "# Вкупно временска таблица" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -306,14 +306,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Грешка!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -397,8 +402,13 @@ msgstr "" "вработениот за производ." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Погрешна операција!" @@ -525,7 +535,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Креирајте вработен и поврзете го со овој корисник." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -748,8 +758,8 @@ msgid "User" msgstr "Корисник" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Корисничка грешка!" @@ -771,7 +781,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Предупредување!" @@ -793,20 +803,20 @@ msgid "Week" msgstr "Недела" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Недела " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -814,13 +824,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "Не може да избришете временска таблица која има записи за присуство." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Не може да избришете временска таблица која е веќе потврдена." @@ -832,7 +842,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Не може да дуплирате временски таблици." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -867,13 +877,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "Не можете да измените внес во Потврдена/Завршена временска таблица !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Не може да измените внес во потврдена временска таблица" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Не можете да измените внес во потврдена временска таблица." @@ -888,3 +898,15 @@ msgid "" msgstr "" "Ќе може да ги регистрирате вашите работни часови и\n" "активности." + +#~ msgid "#Total Attendance" +#~ msgstr "#Вкупно присуства" + +#~ msgid "#Total Diff" +#~ msgstr "#Вкупна разл." + +#~ msgid "#Nbr" +#~ msgstr "#Nbr" + +#~ msgid "#Total Timesheet" +#~ msgstr "# Вкупно временска таблица" diff --git a/addons/hr_timesheet_sheet/i18n/mn.po b/addons/hr_timesheet_sheet/i18n/mn.po index 2a68da967ac..3851b9cefbb 100644 --- a/addons/hr_timesheet_sheet/i18n/mn.po +++ b/addons/hr_timesheet_sheet/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -35,23 +35,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Тоо" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "# Бүх ирц" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "# Бүх зөрүү" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Нийт цагийн хуудас" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -304,14 +304,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Алдаа!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -394,8 +399,13 @@ msgstr "" "Энэ ажилчинд цагийн хуудас үүсгэхийн тулд ажилчинд барааг холбож өгөх ёстой." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Буруу Үйлдэл!" @@ -520,7 +530,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Ажилчинг үүсгэх холбогдох хэрэглэгчтэй холбоно уу." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -742,8 +752,8 @@ msgid "User" msgstr "Хэрэглэгч" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Хэрэглэгчийн алдаа!" @@ -765,7 +775,7 @@ msgid "Warning !" msgstr "Сануулга !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Анхааруулга!" @@ -787,20 +797,20 @@ msgid "Week" msgstr "Долоо хоног" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "7 хоног " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -808,13 +818,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "Та ирцийн бүртгэл хийгдсэн цагийн хуудас устгах боломжгүй." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Та аль хэдийн батлагдсан цагийн хуудас устгаж чадахгүй." @@ -826,7 +836,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Та цагийн хуудсыг хувилбах боломжгүй." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -857,13 +867,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "Та Батлагдсан/Дууссан цагийн хуудас өөрчлөх боломжгүй !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Та батлагдсан цагийн хуудсыг өөрчлөх боломжгүй" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Та баталгаажсан цагийн хуудсыг орж өөрчлөх боломжгүй." @@ -878,3 +888,15 @@ msgid "" msgstr "" "Ажилласан цаг, хийсэн ажлаа бүртгэх боломжтой \n" " байна." + +#~ msgid "#Nbr" +#~ msgstr "#Тоо" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Нийт цагийн хуудас" + +#~ msgid "#Total Diff" +#~ msgstr "# Бүх зөрүү" + +#~ msgid "#Total Attendance" +#~ msgstr "# Бүх ирц" diff --git a/addons/hr_timesheet_sheet/i18n/nl.po b/addons/hr_timesheet_sheet/i18n/nl.po index 834f272b0c0..59ba99ba5e9 100644 --- a/addons/hr_timesheet_sheet/i18n/nl.po +++ b/addons/hr_timesheet_sheet/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-27 11:33+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:47+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -36,23 +36,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Aant" +msgid "# Nbr Timesheet" +msgstr "# Urenstaten" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Totaal aanwezigheid" +msgid "# Total Attendance" +msgstr "# Totaal aanwezigheid" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Totaal verschil" +msgid "# Total Diff" +msgstr "# Totaal verschil" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Totaal urenstaat" +msgid "# Total Timesheet" +msgstr "# Totaal urenstaat" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -306,14 +306,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Fout!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "Externe urenstaat" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -400,8 +405,13 @@ msgstr "" "koppelen aan een gebruiker." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "Interne urenstaat" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie!" @@ -527,7 +537,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Maak een werknemer aan en koppel deze aan de gebruiker." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -751,8 +761,8 @@ msgid "User" msgstr "Gebruiker" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Gebruikersfout!" @@ -774,7 +784,7 @@ msgid "Warning !" msgstr "Waarschuwing !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -796,13 +806,13 @@ msgid "Week" msgstr "Week" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Week " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." @@ -810,7 +820,7 @@ msgstr "" "U kunt geen presentie datum invoeren buiten het huidige tijdschema data." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -820,7 +830,7 @@ msgstr "" "Vraag uw beheerder om deze te resetten voor het toevoegen van de presentie." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" @@ -828,7 +838,7 @@ msgstr "" "aanwezigheidsregels bevat." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "U kunt geen urenstaat verwijderen welke al is bevestigd" @@ -840,7 +850,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Het is niet mogelijk een urenstaat te dupliceren." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -877,14 +887,14 @@ msgstr "" "te bewerken!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" "U kunt geen wijziging aanbrengen in een geaccordeerde urenregistratie" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "U kunt geen wijziging doen in een geaccordeerde tijdsregistratie." @@ -899,3 +909,15 @@ msgid "" msgstr "" "U heeft de mogelijkheid om uw werkuren en activiteiten\n" " te registreren." + +#~ msgid "#Nbr" +#~ msgstr "#Aant" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Totaal urenstaat" + +#~ msgid "#Total Diff" +#~ msgstr "#Totaal verschil" + +#~ msgid "#Total Attendance" +#~ msgstr "#Totaal aanwezigheid" diff --git a/addons/hr_timesheet_sheet/i18n/nl_BE.po b/addons/hr_timesheet_sheet/i18n/nl_BE.po index 43513cc230c..4328cb329ed 100644 --- a/addons/hr_timesheet_sheet/i18n/nl_BE.po +++ b/addons/hr_timesheet_sheet/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/oc.po b/addons/hr_timesheet_sheet/i18n/oc.po index 3d79027ff14..d65ab2d4b2e 100644 --- a/addons/hr_timesheet_sheet/i18n/oc.po +++ b/addons/hr_timesheet_sheet/i18n/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/pl.po b/addons/hr_timesheet_sheet/i18n/pl.po index 2a12cf7206a..fee598027ff 100644 --- a/addons/hr_timesheet_sheet/i18n/pl.po +++ b/addons/hr_timesheet_sheet/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-26 12:20+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:30+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -35,23 +35,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Lp" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#SumaObecności" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#SumaRóżn" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Suma czasu pracy" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -302,14 +302,19 @@ msgstr "Błąd! Wejście (lub Wyjście) musi odpowiadać Wyjściu (lub Wejściu) #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Błąd!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -396,8 +401,13 @@ msgstr "" "produktem." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Niedozwolona akcja!" @@ -522,7 +532,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Utwórz pracownika i przypisz do tego użytkownika." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -744,8 +754,8 @@ msgid "User" msgstr "Użytkownik" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Błąd użytkownika!" @@ -767,7 +777,7 @@ msgid "Warning !" msgstr "Ostrzeżenie !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Ostrzeżenie !" @@ -789,20 +799,20 @@ msgid "Week" msgstr "Tydzień" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Tydzień " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "Nie możesz wprowadzić daty obecności poza datami karty czasu pracy." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -812,13 +822,13 @@ msgstr "" "menedżera, aby ustawił poprawną kartę." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "Nie możesz usunąć karyy pracy, która ma zapisy obecności." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Nie możesz usuwać karty pracy, która jest już potwierdzona" @@ -830,7 +840,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Nie można duplikować karty pracy." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -862,13 +872,13 @@ msgstr "" "Nie możesz modyfikować zapisu karty pracy w stanie Potwierdzone/Wykonano !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Nie możesz modyfikować zapisu w potwierdzonej karcie pracy" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Nie możesz modyfikować zapisów w potwierdzonej karcie pracy." @@ -883,3 +893,15 @@ msgid "" msgstr "" "Będziesz mógł rejestrować swoje godziny pracy i\n" " aktywności." + +#~ msgid "#Total Timesheet" +#~ msgstr "#Suma czasu pracy" + +#~ msgid "#Nbr" +#~ msgstr "#Lp" + +#~ msgid "#Total Diff" +#~ msgstr "#SumaRóżn" + +#~ msgid "#Total Attendance" +#~ msgstr "#SumaObecności" diff --git a/addons/hr_timesheet_sheet/i18n/pt.po b/addons/hr_timesheet_sheet/i18n/pt.po index 47ade7fc8ad..ddb973a21eb 100644 --- a/addons/hr_timesheet_sheet/i18n/pt.po +++ b/addons/hr_timesheet_sheet/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nbr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Total Attendance" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total Diff" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total Timesheet" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -284,14 +284,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Erro!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -367,8 +372,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Ação inválida!" @@ -493,7 +503,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -714,8 +724,8 @@ msgid "User" msgstr "Utilizador" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Erro do utilizador!" @@ -737,7 +747,7 @@ msgid "Warning !" msgstr "Aviso !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -759,20 +769,20 @@ msgid "Week" msgstr "Semana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Semana " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -780,13 +790,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -798,7 +808,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -825,13 +835,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -844,3 +854,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "#Nbr" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total Timesheet" + +#~ msgid "#Total Diff" +#~ msgstr "#Total Diff" + +#~ msgid "#Total Attendance" +#~ msgstr "#Total Attendance" diff --git a/addons/hr_timesheet_sheet/i18n/pt_BR.po b/addons/hr_timesheet_sheet/i18n/pt_BR.po index 2af2b6da032..d3597923df5 100644 --- a/addons/hr_timesheet_sheet/i18n/pt_BR.po +++ b/addons/hr_timesheet_sheet/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -35,23 +35,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nbr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Presenças Totais" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Diff Total" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Folha de Horas Totais" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -305,14 +305,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Erro!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -397,8 +402,13 @@ msgstr "" "associar o funcionário ao produto." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Ação Inválida!" @@ -524,7 +534,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Por favor crie um funcionário e associe com o usuário." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -747,8 +757,8 @@ msgid "User" msgstr "Usuário" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Erro de Usuário!" @@ -770,7 +780,7 @@ msgid "Warning !" msgstr "Atenção!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -792,20 +802,20 @@ msgid "Week" msgstr "Semana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Semana " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -813,7 +823,7 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" @@ -821,7 +831,7 @@ msgstr "" "atendimentos." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Você não pode excluir uma planilha de horas que já foi confirmada." @@ -833,7 +843,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Você não pode duplicar uma planilha de horas." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -868,14 +878,14 @@ msgstr "" "Confirmada/Concluída!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" "Você não pode modificar uma entrada em uma planilha de horas confirmada" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -889,3 +899,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "Você poderá registrar as horas trabalhadas e atividades." + +#~ msgid "#Total Timesheet" +#~ msgstr "#Folha de Horas Totais" + +#~ msgid "#Total Diff" +#~ msgstr "#Diff Total" + +#~ msgid "#Total Attendance" +#~ msgstr "#Presenças Totais" + +#~ msgid "#Nbr" +#~ msgstr "#Nbr" diff --git a/addons/hr_timesheet_sheet/i18n/ro.po b/addons/hr_timesheet_sheet/i18n/ro.po index 752b6875e72..73e26d4163e 100644 --- a/addons/hr_timesheet_sheet/i18n/ro.po +++ b/addons/hr_timesheet_sheet/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -36,23 +36,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Total Prezenta" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Total diferenta" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Total Fise de pontaj" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -306,14 +306,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Eroare!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -397,8 +402,13 @@ msgstr "" "angajatul unui produs." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Actiune Nevalida!" @@ -524,7 +534,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Va rugam sa creati un angajat si sa il asociati cu acest utilizator." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -748,8 +758,8 @@ msgid "User" msgstr "Utilizator" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Eroare utilizator!" @@ -771,7 +781,7 @@ msgid "Warning !" msgstr "Avertizare !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Avertisment!" @@ -793,20 +803,20 @@ msgid "Week" msgstr "Saptamana" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Saptamana " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -814,14 +824,14 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" "Nu puteti sterge o fisa de pontaj care contine inregistrari ale prezentei." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Nu puteti sterge o fisa de pontaj care este deja confirmata." @@ -833,7 +843,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Nu puteti copia o fisa de pontaj." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -870,13 +880,13 @@ msgstr "" "confirmata/efectuata !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Nu puteti modifica o inregistrare dintr-o fisa de pontaj confirmata" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Nu puteti modifica o inregistrare intr-o fisa de pontaj confirmata." @@ -891,3 +901,15 @@ msgid "" msgstr "" "Veti putea sa va inregistrati programul de lucru si\n" " activitatile." + +#~ msgid "#Nbr" +#~ msgstr "#Nr" + +#~ msgid "#Total Diff" +#~ msgstr "#Total diferenta" + +#~ msgid "#Total Attendance" +#~ msgstr "#Total Prezenta" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Total Fise de pontaj" diff --git a/addons/hr_timesheet_sheet/i18n/ru.po b/addons/hr_timesheet_sheet/i18n/ru.po index d7bdc038008..f0b7cb86c3b 100644 --- a/addons/hr_timesheet_sheet/i18n/ru.po +++ b/addons/hr_timesheet_sheet/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "№" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "Общая посещаемость" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Итого разница" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "#Итого расписание" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Ошибка!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Неверное действие!" @@ -493,7 +503,7 @@ msgstr "" "Пожалуйста, создайте сотрудника и свяжите его с данным пользователем." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -714,8 +724,8 @@ msgid "User" msgstr "Пользователь" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Ошибка пользователя!" @@ -737,7 +747,7 @@ msgid "Warning !" msgstr "Внимание !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Предупреждение!" @@ -759,20 +769,20 @@ msgid "Week" msgstr "Неделя" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Неделя " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -780,13 +790,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -798,7 +808,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -825,13 +835,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -844,3 +854,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "№" + +#~ msgid "#Total Attendance" +#~ msgstr "Общая посещаемость" + +#~ msgid "#Total Timesheet" +#~ msgstr "#Итого расписание" + +#~ msgid "#Total Diff" +#~ msgstr "#Итого разница" diff --git a/addons/hr_timesheet_sheet/i18n/sk.po b/addons/hr_timesheet_sheet/i18n/sk.po index 8b6124eb2fd..2811ddb58f9 100644 --- a/addons/hr_timesheet_sheet/i18n/sk.po +++ b/addons/hr_timesheet_sheet/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/sl.po b/addons/hr_timesheet_sheet/i18n/sl.po index 55482334f29..4078ce0c04c 100644 --- a/addons/hr_timesheet_sheet/i18n/sl.po +++ b/addons/hr_timesheet_sheet/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Napaka!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Napačno dejanje!" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Uporabnik" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Napaka uporabnika!" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "Opozorilo!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Opozorilo!" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Teden" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Teden " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/sq.po b/addons/hr_timesheet_sheet/i18n/sq.po index e3d1b0c96bb..9bf43fc12b6 100644 --- a/addons/hr_timesheet_sheet/i18n/sq.po +++ b/addons/hr_timesheet_sheet/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:13+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/sv.po b/addons/hr_timesheet_sheet/i18n/sv.po index 819177c4cff..84d511dde25 100644 --- a/addons/hr_timesheet_sheet/i18n/sv.po +++ b/addons/hr_timesheet_sheet/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "Antal" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "# Total Närvaro" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "# Total Diff" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "# Totalt Tidrapport" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -284,14 +284,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -367,8 +372,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -493,7 +503,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -714,8 +724,8 @@ msgid "User" msgstr "Användare" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -737,7 +747,7 @@ msgid "Warning !" msgstr "Varning !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -759,20 +769,20 @@ msgid "Week" msgstr "Vecka" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -780,13 +790,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -798,7 +808,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -827,13 +837,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -846,3 +856,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "Antal" + +#~ msgid "#Total Timesheet" +#~ msgstr "# Totalt Tidrapport" + +#~ msgid "#Total Diff" +#~ msgstr "# Total Diff" + +#~ msgid "#Total Attendance" +#~ msgstr "# Total Närvaro" diff --git a/addons/hr_timesheet_sheet/i18n/th.po b/addons/hr_timesheet_sheet/i18n/th.po index de788b6ff17..cbe8f924455 100644 --- a/addons/hr_timesheet_sheet/i18n/th.po +++ b/addons/hr_timesheet_sheet/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nbr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "ผิดพลาด!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "การกระทำไม่ถูกต้อง!" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "โปรดสร้างพนักงานและเชื่อมโยงกับผู้ใช้นี้" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "ผู้ใช้งาน" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "คำเตือน!" @@ -751,20 +761,20 @@ msgid "Week" msgstr "สัปดาห์" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "สัปดาห์ " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" @@ -836,3 +846,6 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "#Nbr" diff --git a/addons/hr_timesheet_sheet/i18n/tlh.po b/addons/hr_timesheet_sheet/i18n/tlh.po index 16c9787a6dc..9925835d64e 100644 --- a/addons/hr_timesheet_sheet/i18n/tlh.po +++ b/addons/hr_timesheet_sheet/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/tr.po b/addons/hr_timesheet_sheet/i18n/tr.po index 89d36c4fceb..3c565b73ac2 100644 --- a/addons/hr_timesheet_sheet/i18n/tr.po +++ b/addons/hr_timesheet_sheet/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "#Nbr" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#Toplam Katılımcı" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "#Toplam Diff" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "# Toplam ZamanÇizelge" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -283,14 +283,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "Hata!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -374,8 +379,13 @@ msgstr "" "bağlantı gerekir." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "Geçersiz İşlem!" @@ -500,7 +510,7 @@ msgid "Please create an employee and associate it with this user." msgstr "Lütfen bir çalışan oluşturun ve bu kullanıcı ile ilişkilendirin" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -721,8 +731,8 @@ msgid "User" msgstr "Kullanıcı" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "Kullanıcı Hatası!" @@ -744,7 +754,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -766,20 +776,20 @@ msgid "Week" msgstr "Hafta" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "Hafta " #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -787,13 +797,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "Katılım girişleri var zamançizelgesini silemezsiniz." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "Onaylandıktan sonra bir zaman çizelgesini silemezsiniz." @@ -805,7 +815,7 @@ msgid "You cannot duplicate a timesheet." msgstr "Bir zamançizelgesi çift olamaz." #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -835,13 +845,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "Onaylanan/Biten zamançizelgesi girişi değiştiremezsiniz!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "Doğrulanmış bir girdi zamançizelgesinde değiştiremezsiniz" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "Onaylamış ZamanÇizelgesi bir girişi değiştiremezsiniz." @@ -854,3 +864,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Total Timesheet" +#~ msgstr "# Toplam ZamanÇizelge" + +#~ msgid "#Total Attendance" +#~ msgstr "#Toplam Katılımcı" + +#~ msgid "#Nbr" +#~ msgstr "#Nbr" + +#~ msgid "#Total Diff" +#~ msgstr "#Toplam Diff" diff --git a/addons/hr_timesheet_sheet/i18n/uk.po b/addons/hr_timesheet_sheet/i18n/uk.po index 79ce7199515..14bf2f598a9 100644 --- a/addons/hr_timesheet_sheet/i18n/uk.po +++ b/addons/hr_timesheet_sheet/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Користувач" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Тиждень" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/vi.po b/addons/hr_timesheet_sheet/i18n/vi.po index b87c240e9da..67e2c8d3a11 100644 --- a/addons/hr_timesheet_sheet/i18n/vi.po +++ b/addons/hr_timesheet_sheet/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "Người sử dụng" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "Cảnh báo !" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "Tuần" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/hr_timesheet_sheet/i18n/zh_CN.po b/addons/hr_timesheet_sheet/i18n/zh_CN.po index 8fc536fbed3..a308f26be7a 100644 --- a/addons/hr_timesheet_sheet/i18n/zh_CN.po +++ b/addons/hr_timesheet_sheet/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,23 +30,23 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" -msgstr "编号" +msgid "# Nbr Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" -msgstr "#总考勤" +msgid "# Total Attendance" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" -msgstr "# 总差异" +msgid "# Total Diff" +msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" -msgstr "# 总计工单" +msgid "# Total Timesheet" +msgstr "" #. module: hr_timesheet_sheet #: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "错误!" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "无效的动作!" @@ -487,7 +497,7 @@ msgid "Please create an employee and associate it with this user." msgstr "请创建员工信息并关联到此用户" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -708,8 +718,8 @@ msgid "User" msgstr "用户" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -731,7 +741,7 @@ msgid "Warning !" msgstr "警告!" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -753,20 +763,20 @@ msgid "Week" msgstr "周" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -774,13 +784,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -792,7 +802,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -819,13 +829,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "你不能修改已确认的时间表条目" @@ -838,3 +848,15 @@ msgid "" "You will be able to register your working hours and\n" " activities." msgstr "" + +#~ msgid "#Nbr" +#~ msgstr "编号" + +#~ msgid "#Total Diff" +#~ msgstr "# 总差异" + +#~ msgid "#Total Attendance" +#~ msgstr "#总考勤" + +#~ msgid "#Total Timesheet" +#~ msgstr "# 总计工单" diff --git a/addons/hr_timesheet_sheet/i18n/zh_TW.po b/addons/hr_timesheet_sheet/i18n/zh_TW.po index b9d8fac1d50..109a6f0fcbb 100644 --- a/addons/hr_timesheet_sheet/i18n/zh_TW.po +++ b/addons/hr_timesheet_sheet/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: hr_timesheet_sheet #: help:hr_timesheet_sheet.sheet,state:0 @@ -30,22 +30,22 @@ msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,nbr:0 -msgid "#Nbr" +msgid "# Nbr Timesheet" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_attendance:0 -msgid "#Total Attendance" +msgid "# Total Attendance" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_diff:0 -msgid "#Total Diff" +msgid "# Total Diff" msgstr "" #. module: hr_timesheet_sheet #: field:hr.timesheet.report,total_timesheet:0 -msgid "#Total Timesheet" +msgid "# Total Timesheet" msgstr "" #. module: hr_timesheet_sheet @@ -282,14 +282,19 @@ msgstr "" #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87 #: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38 #, python-format msgid "Error!" msgstr "" +#. module: hr_timesheet_sheet +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets +msgid "External Timesheet" +msgstr "" + #. module: hr_timesheet_sheet #: field:hr_timesheet_sheet.sheet,message_follower_ids:0 msgid "Followers" @@ -365,8 +370,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets +msgid "Internal Timesheet" +msgstr "" + +#. module: hr_timesheet_sheet +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "Invalid Action!" msgstr "" @@ -485,7 +495,7 @@ msgid "Please create an employee and associate it with this user." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "" "Please verify that the total difference of the sheet is lower than %.2f." @@ -706,8 +716,8 @@ msgid "User" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "User Error!" msgstr "" @@ -729,7 +739,7 @@ msgid "Warning !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:128 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131 #, python-format msgid "Warning!" msgstr "" @@ -751,20 +761,20 @@ msgid "Week" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:245 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248 #, python-format msgid "Week " msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:493 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496 #, python-format msgid "" "You can not enter an attendance date outside the current timesheet dates." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:491 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494 #, python-format msgid "" "You can not enter an attendance in a submitted timesheet. Ask your manager " @@ -772,13 +782,13 @@ msgid "" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:255 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258 #, python-format msgid "You cannot delete a timesheet which have attendance entries." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:253 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256 #, python-format msgid "You cannot delete a timesheet which is already confirmed." msgstr "" @@ -790,7 +800,7 @@ msgid "You cannot duplicate a timesheet." msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:512 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515 #, python-format msgid "" "You cannot enter an attendance date outside the current timesheet dates." @@ -817,13 +827,13 @@ msgid "You cannot modify an entry in a Confirmed/Done timesheet !" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:519 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522 #, python-format msgid "You cannot modify an entry in a confirmed timesheet" msgstr "" #. module: hr_timesheet_sheet -#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:378 +#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381 #, python-format msgid "You cannot modify an entry in a confirmed timesheet." msgstr "" diff --git a/addons/im_chat/i18n/de.po b/addons/im_chat/i18n/de.po index dd288db9357..dde7b9c1578 100644 --- a/addons/im_chat/i18n/de.po +++ b/addons/im_chat/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-18 13:08+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,12 +15,12 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d Mitteilungen" @@ -148,7 +148,7 @@ msgstr "Verbundene Teilnehmer" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "Sag etwas ..." @@ -187,7 +187,7 @@ msgstr "Benutzer" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "Besucher" diff --git a/addons/im_chat/i18n/es.po b/addons/im_chat/i18n/es.po index ac6943ae104..aebf79e2dcf 100644 --- a/addons/im_chat/i18n/es.po +++ b/addons/im_chat/i18n/es.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-18 14:41+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d mensajes" @@ -147,7 +147,7 @@ msgstr "Usuarios de sesión relacionados" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "Diga algo..." @@ -186,7 +186,7 @@ msgstr "Usuarios" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "Visitante" diff --git a/addons/im_chat/i18n/hr.po b/addons/im_chat/i18n/hr.po index 9e1da118929..f89b5ab2afb 100644 --- a/addons/im_chat/i18n/hr.po +++ b/addons/im_chat/i18n/hr.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 11:12+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d poruka" @@ -147,7 +147,7 @@ msgstr "" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "" diff --git a/addons/im_chat/i18n/nl.po b/addons/im_chat/i18n/nl.po index bad7be8e8b3..fc48acfc54e 100644 --- a/addons/im_chat/i18n/nl.po +++ b/addons/im_chat/i18n/nl.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-15 16:07+0000\n" "Last-Translator: Mario Gielissen (Openworx) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d Berichten" @@ -147,7 +147,7 @@ msgstr "Relatie gebruikers sessie" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "Zeg iets ..." @@ -186,7 +186,7 @@ msgstr "Gebruikers" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "Bezoeker" diff --git a/addons/im_chat/i18n/pl.po b/addons/im_chat/i18n/pl.po index de258b95b25..96c7c3e098a 100644 --- a/addons/im_chat/i18n/pl.po +++ b/addons/im_chat/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-27 21:10+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,12 +15,12 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d Wiadomości" @@ -148,7 +148,7 @@ msgstr "Uczestnicy sesji relacyjnej" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "Powiedz coś..." @@ -187,7 +187,7 @@ msgstr "Użytkownicy" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "Gość" diff --git a/addons/im_chat/i18n/pt.po b/addons/im_chat/i18n/pt.po index a39c1e44da6..614a9d49cbb 100644 --- a/addons/im_chat/i18n/pt.po +++ b/addons/im_chat/i18n/pt.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 17:42+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d Mensagens" @@ -147,7 +147,7 @@ msgstr "Utilizadores da Sessão Relacionados" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "Diga algo..." @@ -186,7 +186,7 @@ msgstr "Utilizadores" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "Visitante" diff --git a/addons/im_chat/i18n/pt_BR.po b/addons/im_chat/i18n/pt_BR.po index 5c7102c8217..cd0a1ff72b5 100644 --- a/addons/im_chat/i18n/pt_BR.po +++ b/addons/im_chat/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 19:08+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,12 +15,12 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:87 +#: code:addons/im_chat/static/src/js/im_chat.js:88 #, python-format msgid "%d Messages" msgstr "%d Mensagens" @@ -148,7 +148,7 @@ msgstr "Relação Sessões Usuários" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:17 +#: code:addons/im_chat/static/src/js/im_chat.js:18 #, python-format msgid "Say something..." msgstr "Diga alguma coisa..." @@ -187,7 +187,7 @@ msgstr "Usuários" #. module: im_chat #. openerp-web -#: code:addons/im_chat/static/src/js/im_chat.js:19 +#: code:addons/im_chat/static/src/js/im_chat.js:20 #, python-format msgid "Visitor" msgstr "Visitante" diff --git a/addons/im_livechat/i18n/de.po b/addons/im_livechat/i18n/de.po index 466b0971547..0af48bae503 100644 --- a/addons/im_livechat/i18n/de.po +++ b/addons/im_livechat/i18n/de.po @@ -7,15 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-21 20:56+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 09:01+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:01+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_livechat @@ -25,6 +24,9 @@ msgid "" " auto: window.oe_im_livechat_auto || false,\n" " defaultUsername: \"" msgstr "" +"\" || '',\n" +" auto: window.oe_im_livechat_auto || false,\n" +" defaultUsername: \"" #. module: im_livechat #: view:website:im_livechat.loader @@ -33,6 +35,9 @@ msgid "" " });\n" " })();" msgstr "" +"\" || undefined,\n" +" });\n" +" })();" #. module: im_livechat #: view:website:im_livechat.loader @@ -40,6 +45,8 @@ msgid "" "\",\n" " defaultMessage: \"" msgstr "" +"\",\n" +" defaultMessage: \"" #. module: im_livechat #: view:website:im_livechat.loader @@ -47,6 +54,8 @@ msgid "" "\",\n" " inputPlaceholder: \"" msgstr "" +"\",\n" +" inputPlaceholder: \"" #. module: im_livechat #: view:website:im_livechat.loader @@ -54,6 +63,8 @@ msgid "" "\",\n" " \"" msgstr "" +"\",\n" +" \"" #. module: im_livechat #: view:website:im_livechat.loader @@ -62,6 +73,9 @@ msgid "" " {\n" " buttonText: \"" msgstr "" +",\n" +" {\n" +" buttonText: \"" #. module: im_livechat #: model:ir.actions.act_window,help:im_livechat.action_support_channels @@ -89,13 +103,6 @@ msgstr "" "hre Kunden senden können, um mit Ihnen zu chatten. \n" " " -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Anonym" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -128,7 +135,7 @@ msgstr "Chat Eingabe Platzhalter" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "Chat mit einem Ihrer Mitarbeiter" @@ -187,7 +194,7 @@ msgstr "Historie" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "Wie kann ich Ihnen helfen?" @@ -280,7 +287,7 @@ msgstr "Meine Sitzungen" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -400,6 +407,13 @@ msgstr "Benutzer" msgid "Users" msgstr "Benutzer" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "Besucher" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" diff --git a/addons/im_livechat/i18n/es.po b/addons/im_livechat/i18n/es.po index a83af5aaeb6..c2c1c759180 100644 --- a/addons/im_livechat/i18n/es.po +++ b/addons/im_livechat/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-25 11:02+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 00:59+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-26 08:40+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_livechat #: view:website:im_livechat.loader @@ -104,13 +104,6 @@ msgstr "" "

      \n" " " -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Anónimo" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -143,7 +136,7 @@ msgstr "Entrada de texto" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "Converse con uno de nuestros colaboradores" @@ -200,7 +193,7 @@ msgstr "Historial" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "¿Cómo puedo ayudarle?" @@ -293,7 +286,7 @@ msgstr "Mis sesiones" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -414,6 +407,13 @@ msgstr "Usuario" msgid "Users" msgstr "Usuarios" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "Visitante" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" diff --git a/addons/im_livechat/i18n/hr.po b/addons/im_livechat/i18n/hr.po index f9c3fd2f6bc..da5ae8f063a 100644 --- a/addons/im_livechat/i18n/hr.po +++ b/addons/im_livechat/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 11:10+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_livechat #: view:website:im_livechat.loader @@ -78,13 +78,6 @@ msgid "" " " msgstr "" -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Anonimno" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -117,7 +110,7 @@ msgstr "" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "" @@ -170,7 +163,7 @@ msgstr "" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "" @@ -260,7 +253,7 @@ msgstr "" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -373,6 +366,13 @@ msgstr "" msgid "Users" msgstr "" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" @@ -397,3 +397,7 @@ msgstr "" #: view:im_livechat.channel:im_livechat.support_channel_form msgid "or copy this url and send it by email to your customers or suppliers:" msgstr "" + +#, python-format +#~ msgid "Anonymous" +#~ msgstr "Anonimno" diff --git a/addons/im_livechat/i18n/nl.po b/addons/im_livechat/i18n/nl.po index acb9a6394f8..30fbfa44589 100644 --- a/addons/im_livechat/i18n/nl.po +++ b/addons/im_livechat/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 07:19+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:46+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_livechat @@ -104,13 +104,6 @@ msgstr "" "

      \n" " " -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Anoniem" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -143,7 +136,7 @@ msgstr "Chat invoerveld" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "Chat met een van onze medewerkers" @@ -200,7 +193,7 @@ msgstr "Geschiedenis" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "Hoe kan ik u helpen?" @@ -293,7 +286,7 @@ msgstr "Mijn sessies" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -415,6 +408,13 @@ msgstr "Gebruiker" msgid "Users" msgstr "Gebruikers" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "Bezoeker" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" diff --git a/addons/im_livechat/i18n/pl.po b/addons/im_livechat/i18n/pl.po index 005460f1d07..f4a900d12a8 100644 --- a/addons/im_livechat/i18n/pl.po +++ b/addons/im_livechat/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-27 21:08+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: im_livechat #: view:website:im_livechat.loader @@ -91,13 +91,6 @@ msgstr "" "

      \n" " " -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Anonimowy" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -130,7 +123,7 @@ msgstr "" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "Czatuj z jednym z naszych współpracowników" @@ -187,7 +180,7 @@ msgstr "Historia" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "Jak mogę pomóc?" @@ -280,7 +273,7 @@ msgstr "Moje sesje" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -399,6 +392,13 @@ msgstr "Użytkownik" msgid "Users" msgstr "Użytkownicy" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" @@ -423,3 +423,7 @@ msgstr "np. TwojaStrona.pl" #: view:im_livechat.channel:im_livechat.support_channel_form msgid "or copy this url and send it by email to your customers or suppliers:" msgstr "lub skopiuj ten adres i wyślij emailem do klientów lub dostawców:" + +#, python-format +#~ msgid "Anonymous" +#~ msgstr "Anonimowy" diff --git a/addons/im_livechat/i18n/pt.po b/addons/im_livechat/i18n/pt.po index 65dfe64a691..1b06a1982c8 100644 --- a/addons/im_livechat/i18n/pt.po +++ b/addons/im_livechat/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 17:55+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_livechat @@ -106,13 +106,6 @@ msgstr "" "               \n" " " -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Anónimo" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -145,7 +138,7 @@ msgstr "Contentor de Input do Chat" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "Converse com um dos nossos colaboradores" @@ -201,7 +194,7 @@ msgstr "Histórico" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "Como posso ajudá-lo?" @@ -294,7 +287,7 @@ msgstr "Minhas Sessões" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -415,6 +408,13 @@ msgstr "Utilizador" msgid "Users" msgstr "Utilizadores" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" @@ -440,3 +440,7 @@ msgstr "e.g. OseuWebsite.pt" msgid "or copy this url and send it by email to your customers or suppliers:" msgstr "" "ou copie este URL e envie-o por e-mail aos seus clientes ou fornecedores:" + +#, python-format +#~ msgid "Anonymous" +#~ msgstr "Anónimo" diff --git a/addons/im_livechat/i18n/pt_BR.po b/addons/im_livechat/i18n/pt_BR.po index 33664a0175f..caed91517dd 100644 --- a/addons/im_livechat/i18n/pt_BR.po +++ b/addons/im_livechat/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-07 00:02+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: im_livechat @@ -92,13 +92,6 @@ msgstr "" "

      \n" " " -#. module: im_livechat -#. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:61 -#, python-format -msgid "Anonymous" -msgstr "Visitante" - #. module: im_livechat #: field:im_chat.session,anonymous_name:0 msgid "Anonymous Name" @@ -131,7 +124,7 @@ msgstr "Espaço para Digitar no Chat" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:58 +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 #, python-format msgid "Chat with one of our collaborators" msgstr "Converse com um de nossos colaboradores" @@ -188,7 +181,7 @@ msgstr "Histórico" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:60 +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 #, python-format msgid "How may I help you?" msgstr "Como posso ajudá-lo?" @@ -281,7 +274,7 @@ msgstr "Minhas Sessões" #. module: im_livechat #. openerp-web -#: code:addons/im_livechat/static/src/js/im_livechat.js:119 +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 #, python-format msgid "" "None of our collaborators seems to be available, please try again later." @@ -403,6 +396,13 @@ msgstr "Usuário" msgid "Users" msgstr "Usuários" +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "" + #. module: im_livechat #: field:im_livechat.channel,web_page:0 msgid "Web Page" @@ -429,3 +429,7 @@ msgid "or copy this url and send it by email to your customers or suppliers:" msgstr "" "ou copie e cole esta url e envie para email para seus clientes ou " "fornecedores:" + +#, python-format +#~ msgid "Anonymous" +#~ msgstr "Visitante" diff --git a/addons/im_livechat/i18n/tr.po b/addons/im_livechat/i18n/tr.po new file mode 100644 index 00000000000..158e00d5ec8 --- /dev/null +++ b/addons/im_livechat/i18n/tr.po @@ -0,0 +1,399 @@ +# Turkish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 15:14+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: im_livechat +#: view:website:im_livechat.loader +msgid "" +"\" || '',\n" +" auto: window.oe_im_livechat_auto || false,\n" +" defaultUsername: \"" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.loader +msgid "" +"\" || undefined,\n" +" });\n" +" })();" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.loader +msgid "" +"\",\n" +" defaultMessage: \"" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.loader +msgid "" +"\",\n" +" inputPlaceholder: \"" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.loader +msgid "" +"\",\n" +" \"" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.loader +msgid "" +",\n" +" {\n" +" buttonText: \"" +msgstr "" + +#. module: im_livechat +#: model:ir.actions.act_window,help:im_livechat.action_support_channels +msgid "" +"

      \n" +" Click to define a new live chat channel.\n" +"

      \n" +" You can create channels for each website on which you want\n" +" to integrate the live chat widget, allowing you website\n" +" visitors to talk in real time with your operators.\n" +"

      \n" +" Each channel has it's own URL that you can send by email to\n" +" your customers in order to start chatting with you.\n" +"

      \n" +" " +msgstr "" + +#. module: im_livechat +#: field:im_chat.session,anonymous_name:0 +msgid "Anonymous Name" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,are_you_inside:0 +msgid "Are you inside the matrix?" +msgstr "" + +#. module: im_livechat +#: field:im_chat.session,channel_id:0 +msgid "Channel" +msgstr "Kanal" + +#. module: im_livechat +#: field:im_livechat.channel,name:0 +msgid "Channel Name" +msgstr "" + +#. module: im_livechat +#: model:ir.ui.menu,name:im_livechat.support_channels +msgid "Channels" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,input_placeholder:0 +msgid "Chat Input Placeholder" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:85 +#, python-format +msgid "Chat with one of our collaborators" +msgstr "" + +#. module: im_livechat +#: field:im_chat.session,fullname:0 +msgid "Complete name" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "" +"Copy and paste this code into your website, within the <head> tag:" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,create_date:0 +msgid "Created on" +msgstr "" + +#. module: im_livechat +#: view:im_chat.message:im_livechat.im_message_search +msgid "Date" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "" +"For website built with Odoo CMS, please install the website_livechat module. " +"Then go to Settings > Website Settings and select the Live Chat Channel you " +"want to add on your website." +msgstr "" + +#. module: im_livechat +#: view:im_chat.message:im_livechat.im_message_search +msgid "Group By..." +msgstr "" + +#. module: im_livechat +#: view:im_chat.message:im_livechat.im_message_form +#: model:ir.actions.act_window,name:im_livechat.action_history +#: model:ir.ui.menu,name:im_livechat.history +msgid "History" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:87 +#, python-format +msgid "How may I help you?" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "How to use the Live Chat widget?" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,id:0 +msgid "ID" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_kanban +msgid "Join" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "Join Channel" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "Leave Channel" +msgstr "" + +#. module: im_livechat +#: model:ir.ui.menu,name:im_livechat.im_livechat +msgid "Live Chat" +msgstr "" + +#. module: im_livechat +#: model:ir.actions.act_window,name:im_livechat.action_support_channels +msgid "Live Chat Channels" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.support_page +msgid "Live Chat Powered by" +msgstr "" + +#. module: im_livechat +#: model:ir.module.category,name:im_livechat.module_category_im_livechat +msgid "Live Support" +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.support_page +msgid "Livechat Support Page" +msgstr "" + +#. module: im_livechat +#: model:res.groups,name:im_livechat.group_im_livechat_manager +msgid "Manager" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,image_medium:0 +msgid "Medium-sized photo" +msgstr "" + +#. module: im_livechat +#: help:im_livechat.channel,image_medium:0 +msgid "" +"Medium-sized photo of the group. It is automatically resized as a 128x128px " +"image, with aspect ratio preserved. Use this field in form views or some " +"kanban views." +msgstr "" + +#. module: im_livechat +#: view:im_chat.message:im_livechat.im_message_search +msgid "My Sessions" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:137 +#, python-format +msgid "" +"None of our collaborators seems to be available, please try again later." +msgstr "" + +#. module: im_livechat +#: view:website:im_livechat.support_page +msgid "Odoo" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "Operators" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "Options" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,image:0 +msgid "Photo" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_kanban +msgid "Quit" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,script_external:0 +msgid "Script (external)" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,script_internal:0 +msgid "Script (internal)" +msgstr "" + +#. module: im_livechat +#: view:im_chat.message:im_livechat.im_message_search +msgid "Search history" +msgstr "" + +#. module: im_livechat +#: view:im_chat.message:im_livechat.im_message_search +msgid "Session" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,image_small:0 +msgid "Small-sized photo" +msgstr "" + +#. module: im_livechat +#: help:im_livechat.channel,image_small:0 +msgid "" +"Small-sized photo of the group. It is automatically resized as a 64x64px " +"image, with aspect ratio preserved. Use this field anywhere a small image is " +"required." +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "Support Channels" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "Test" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,button_text:0 +msgid "Text of the Button" +msgstr "" + +#. module: im_livechat +#: model:res.groups,comment:im_livechat.group_im_livechat_manager +msgid "The user will be able to delete support channels." +msgstr "" + +#. module: im_livechat +#: model:res.groups,comment:im_livechat.group_im_livechat +msgid "The user will be able to join support channels." +msgstr "" + +#. module: im_livechat +#: help:im_livechat.channel,image:0 +msgid "" +"This field holds the image used as photo for the group, limited to " +"1024x1024px." +msgstr "" + +#. module: im_livechat +#: help:im_livechat.channel,default_message:0 +msgid "" +"This is an automated 'welcome' message that your visitor will see when they " +"initiate a new chat session." +msgstr "" + +#. module: im_livechat +#: model:res.groups,name:im_livechat.group_im_livechat +msgid "User" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,user_ids:0 +msgid "Users" +msgstr "" + +#. module: im_livechat +#. openerp-web +#: code:addons/im_livechat/static/src/js/im_livechat.js:88 +#, python-format +msgid "Visitor" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,web_page:0 +msgid "Web Page" +msgstr "" + +#. module: im_livechat +#: field:im_livechat.channel,default_message:0 +msgid "Welcome Message" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "e.g. Hello, how may I help you?" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "e.g. YourWebsite.com" +msgstr "" + +#. module: im_livechat +#: view:im_livechat.channel:im_livechat.support_channel_form +msgid "or copy this url and send it by email to your customers or suppliers:" +msgstr "" diff --git a/addons/l10n_lu/i18n/nl.po b/addons/l10n_lu/i18n/nl.po index c554a4ca66f..c7b98679767 100644 --- a/addons/l10n_lu/i18n/nl.po +++ b/addons/l10n_lu/i18n/nl.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-11-24 02:53+0000\n" -"PO-Revision-Date: 2014-09-01 19:38+0000\n" +"PO-Revision-Date: 2014-09-29 18:26+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:33+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-30 07:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: l10n_lu #: view:vat.declaration.report:0 msgid "Print Tax Statements" -msgstr "Print fiscale verklaringen" +msgstr "Fiscale verklaringen afdrukken" #. module: l10n_lu #: model:ir.actions.act_window,name:l10n_lu.action_vat_report diff --git a/addons/l10n_multilang/i18n/de.po b/addons/l10n_multilang/i18n/de.po index c43dee23df7..92f0ca4a76e 100644 --- a/addons/l10n_multilang/i18n/de.po +++ b/addons/l10n_multilang/i18n/de.po @@ -8,19 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:06+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 17:42+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_fiscal_position_template msgid "Template for Fiscal Position" -msgstr "Vorlagen für die Bilanz" +msgstr "Steuerzuordnung Vorlage" #. module: l10n_multilang #: sql_constraint:account.account:0 @@ -41,12 +42,12 @@ msgstr "" #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_analytic_journal msgid "Analytic Journal" -msgstr "Analytisches Journal" +msgstr "Kostenstellen Journal" #. module: l10n_multilang #: constraint:account.account.template:0 msgid "Error ! You can not create recursive account templates." -msgstr "Fehler ! Rekursive Finanzkontenvorlagen sind nicht erlaubt" +msgstr "Fehler! Rekursive Finanzkontenvorlagen sind nicht erlaubt." #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_journal @@ -56,7 +57,7 @@ msgstr "Journal" #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_chart_template msgid "Templates for Account Chart" -msgstr "Kontenplanvorlagen" +msgstr "Vorlage Kontenplan" #. module: l10n_multilang #: sql_constraint:account.tax:0 @@ -66,7 +67,7 @@ msgstr "Die Beschreibung muss je Unternehmen eindeutig sein." #. module: l10n_multilang #: constraint:account.tax.code.template:0 msgid "Error ! You can not create recursive Tax Codes." -msgstr "Fehler! Steuerschlüssel dürfen sich nicht auf sich selbst beziehen." +msgstr "Fehler! Sie können keine rekursiven Steuern definieren" #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_tax_template @@ -128,19 +129,19 @@ msgid "" "\"Unreconciled\" for accounts with internal type \"Payable/Receivable\"! " msgstr "" "Konfigurationsfehler!\n" -"Forderungen und Verbindlichkeiten müssen, von der Vortragsmethode her, " -"\"unausgegleichen\" sein " +"Forderungen und Verbindlichkeiten müssen als Vortragsmethode " +"\"unausgegleichen\" haben ! " #. module: l10n_multilang #: sql_constraint:account.journal:0 msgid "The name of the journal must be unique per company !" msgstr "" -"Die Journalbezeichnung muss innerhalb eines Unternehmens eindeutig sein." +"Die Journalbezeichnung muss innerhalb eines Unternehmens eindeutig sein!" #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_analytic_account msgid "Analytic Account" -msgstr "Analytisches Konto" +msgstr "Kostenstelle" #. module: l10n_multilang #: sql_constraint:account.journal:0 @@ -152,7 +153,7 @@ msgstr "" #. module: l10n_multilang #: model:ir.model,name:l10n_multilang.model_account_fiscal_position msgid "Fiscal Position" -msgstr "Bilanz" +msgstr "Steuerzuordnung" #. module: l10n_multilang #: constraint:account.account:0 diff --git a/addons/mail/i18n/ar.po b/addons/mail/i18n/ar.po index 283a64fbd07..1e936d84587 100644 --- a/addons/mail/i18n/ar.po +++ b/addons/mail/i18n/ar.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

      \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

      Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "البريد الإلكتروني" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/bg.po b/addons/mail/i18n/bg.po index ccde65f2a8c..bd7fbf6fb9f 100644 --- a/addons/mail/i18n/bg.po +++ b/addons/mail/i18n/bg.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

      \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

      Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "Имейли" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/bs.po b/addons/mail/i18n/bs.po index cf5b998f903..4e1a859520c 100644 --- a/addons/mail/i18n/bs.po +++ b/addons/mail/i18n/bs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s kreiran" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

      \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

      Click here to add new " @@ -176,14 +176,6 @@ msgstr "" "

      \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -194,7 +186,7 @@ msgstr "" "novi zapis za ovaj alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Pristup Odbijen" @@ -513,7 +505,6 @@ msgstr "Sadržaji" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -525,7 +516,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -733,13 +723,13 @@ msgid "Emails" msgstr "E-mail" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Greška" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Greška tijekom komunikacije sa serverom nosioca održavanja." @@ -1000,7 +990,7 @@ msgstr "" "'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1051,7 +1041,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1063,7 +1052,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1094,7 +1082,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1320,7 +1308,7 @@ msgid "Never" msgstr "Nikada" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nova..." @@ -1747,7 +1735,7 @@ msgstr "Poslato" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1906,7 +1894,7 @@ msgstr "" "pronađe sistemskog korisnika za tu adresu." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2139,17 +2127,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Imate %d nepročitanih poruka" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Imate nepročitane poruke" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2159,7 +2159,7 @@ msgid "and" msgstr "i" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2298,3 +2298,9 @@ msgstr "ažuriran dokument" #, python-format msgid "uploading" msgstr "učitavanje" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/ca.po b/addons/mail/i18n/ca.po index 451bc8f1e26..f8e3ed106b4 100644 --- a/addons/mail/i18n/ca.po +++ b/addons/mail/i18n/ca.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

      \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

      Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "Correus electrònics" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/cs.po b/addons/mail/i18n/cs.po index c854784157f..7baa72a3314 100644 --- a/addons/mail/i18n/cs.po +++ b/addons/mail/i18n/cs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

      \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

      Click here to add new " @@ -178,14 +178,6 @@ msgstr "" "

      \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -196,7 +188,7 @@ msgstr "" "nového záznamu pro tento alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Přístup odepřen" @@ -515,7 +507,6 @@ msgstr "Obsahy" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -527,7 +518,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -736,13 +726,13 @@ msgid "Emails" msgstr "E-maily" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Chyba" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Chyba v púrůběhu komunikace s 'publisher waranty' serverem." @@ -1006,7 +996,7 @@ msgstr "" "\"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1057,7 +1047,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1069,7 +1058,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1100,7 +1088,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1326,7 +1314,7 @@ msgid "Never" msgstr "Nikdy" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nové" @@ -1755,7 +1743,7 @@ msgstr "Odeslané" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1915,7 +1903,7 @@ msgstr "" "uživatele s touto adresou)." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2149,17 +2137,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Máte %d nepřečtených zpráv" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Máte jednu nepřečtenou zprávu" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2169,7 +2169,7 @@ msgid "and" msgstr "a" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2308,3 +2308,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "upload" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/da.po b/addons/mail/i18n/da.po index 713c3b6adc2..8909b498607 100644 --- a/addons/mail/i18n/da.po +++ b/addons/mail/i18n/da.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

      \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

      Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/de.po b/addons/mail/i18n/de.po index 67ef4f68eee..76fc48bc742 100644 --- a/addons/mail/i18n/de.po +++ b/addons/mail/i18n/de.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-19 20:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 15:55+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:43+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s erstellt" @@ -63,7 +63,7 @@ msgstr "" "eingeladen.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -80,7 +80,7 @@ msgstr "" " %(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -190,16 +190,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -"über%s %s" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -210,7 +200,7 @@ msgstr "" "Alias angelegt werden." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Zugriff verweigert" @@ -436,7 +426,7 @@ msgstr "Automatisch bereinigter HTML-Inhalt" #. module: mail #: model:mail.group,name:mail.group_best_sales_practices msgid "Best Sales Practices" -msgstr "Bewährte Verkaufspraxis" +msgstr "Verkaufshilfe" #. module: mail #: model:mail.group,name:mail.group_board @@ -534,7 +524,6 @@ msgstr "Inhalte" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Erstellt durch" @@ -546,7 +535,6 @@ msgstr "Erstellt durch" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Erstellt am" @@ -753,13 +741,13 @@ msgid "Emails" msgstr "E-Mails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Fehler" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -773,7 +761,7 @@ msgstr "Fehler, ein Partner kann nicht zweimal dem gleichen Objekt folgen" #. module: mail #: selection:mail.alias,alias_contact:0 msgid "Everyone" -msgstr "Jede/r" +msgstr "Alle Benutzer" #. module: mail #: view:mail.mail:mail.view_mail_search @@ -900,7 +888,7 @@ msgstr "Gruppen" #. module: mail #: model:mail.group,name:mail.group_hr_policies msgid "HR Policies" -msgstr "HR Richtlinien" +msgstr "Personalrichtlinien" #. module: mail #: view:mail.message:mail.view_message_search @@ -1032,7 +1020,7 @@ msgstr "" "werden, z.B. \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "Folgen Sie %s: %s" @@ -1083,7 +1071,6 @@ msgstr "Datum der letzten Nachricht" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "Zuletzt aktualisiert durch" @@ -1095,7 +1082,6 @@ msgstr "Zuletzt aktualisiert durch" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" @@ -1130,7 +1116,7 @@ msgid "Log an internal note" msgstr "Interne Notiz eingeben" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "Der E-Mailversand ist gescheitert" @@ -1341,7 +1327,7 @@ msgstr "Meine Verfolger" #. module: mail #: model:ir.ui.menu,name:mail.mail_group_root msgid "My Groups" -msgstr "Meine Gruppen" +msgstr "Meine Nachrichtengruppen" #. module: mail #: field:mail.group,name:0 @@ -1360,7 +1346,7 @@ msgid "Never" msgstr "Niemals" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Neu" @@ -1590,10 +1576,10 @@ msgid "" "- partners: only authenticated partners\n" "- followers: only followers of the related document\n" msgstr "" -"Versandregel für das Mailing von Dokumenten per E-Mail.\n" -"- Jeder: Jeder kann uneingeschränkt Mails senden\n" -"- Partner: Nur angemeldete Partner\n" -"- Verfolger: Nur Verfolger dieses Dokuments\n" +"Regel für den Versand von Mitteilungen über das E-Mail-Gateways.\n" +"- Alle Benutzer: Jeder kann uneingeschränkt Mails senden\n" +"- Authentifizierte Partner: Nur angemeldete Partner\n" +"- Nur Verfolger: Nur Verfolger dieses Dokuments\n" #. module: mail #: help:res.partner,notify_email:0 @@ -1602,13 +1588,9 @@ msgid "" "- Never: no emails are sent\n" "- All Messages: for every notification you receive in your Inbox" msgstr "" -"Empfangsregel für ein an Sie persönlich weitergleitete E-Mail-Postfach.\n" -"- Niemand: Es werden keine E-Mails versendet.\n" -"- Partner: Nur Mails mit angemeldeten Partnern werden empfangen oder " -"versendet.\n" -"- Alle Benachrichtigungen: Alle Nachrichten in Ihrer Mailbox eingehen werden " -"an die \n" -"Verfolger dieses Dokuments weitergeleitet." +"Empfangsregel für E-Mails an Ihren persönlichen E-Mail-Posteingang.\n" +"- Niemals: Es werden keine E-Mails an Ihren Posteingang weitergeleitet.\n" +"- Alle Mitteilungen: Alle Mitteilungen an Ihren E-Mail-Posteingang" #. module: mail #: field:mail.group,public:0 @@ -1809,8 +1791,8 @@ msgstr "Gesendet" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." -msgstr "Versendet durch %(odoo)s von %(company) s" +msgid "Sent by %(company)s using %(odoo)s" +msgstr "Gesendet von %(company)s mit %(odoo)s" #. module: mail #: field:mail.message.subtype,sequence:0 @@ -1913,7 +1895,7 @@ msgstr "Zusammenfassung" #. module: mail #: model:mail.group,name:mail.group_support msgid "Support" -msgstr "Unterstützung" +msgstr "Kundendienst" #. module: mail #: selection:mail.compose.message,type:0 @@ -1975,7 +1957,7 @@ msgstr "" "Adresse gefunden wird." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2193,7 +2175,7 @@ msgstr "Wenn die Nachricht eine interne Notiz ist (Kommentar Modus)" #. module: mail #: model:mail.group,name:mail.group_all_employees msgid "Whole Company" -msgstr "Gesamtes Unternehmen" +msgstr "Mitarbeiternachrichten" #. module: mail #: code:addons/mail/res_users.py:74 @@ -2216,17 +2198,29 @@ msgstr "" "Gesamtunternehmen in anderen Modulen benötigt wird." #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Sie haben %d ungelesene Nachrichten" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Sie haben eine ungelesene Nachricht" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "Info" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "Zugriff" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2236,7 +2230,7 @@ msgid "and" msgstr "und" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "Dokument" @@ -2375,3 +2369,9 @@ msgstr "aktualisiertes Dokument" #, python-format msgid "uploading" msgstr "hochladen" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "Ihre Nachrichten" diff --git a/addons/mail/i18n/el.po b/addons/mail/i18n/el.po new file mode 100644 index 00000000000..a14666f6cb0 --- /dev/null +++ b/addons/mail/i18n/el.po @@ -0,0 +1,2209 @@ +# Greek translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-05 23:03+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-06 07:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: mail +#: code:addons/mail/mail_thread.py:384 +#, python-format +msgid "%s created" +msgstr "" + +#. module: mail +#: code:addons/mail/res_users.py:98 +#, python-format +msgid "%s has joined the %s network." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:29 +#, python-format +msgid "ò" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:156 +#, python-format +msgid "(no email address)" +msgstr "" + +#. module: mail +#: code:addons/mail/wizard/invite.py:44 +#, python-format +msgid "" +"

    Hello,

    %s invited you to follow %s document: %s.

    " +msgstr "" + +#. module: mail +#: code:addons/mail/wizard/invite.py:47 +#, python-format +msgid "" +"

    Hello,

    %s invited you to follow a new document.

    " +msgstr "" + +#. module: mail +#: code:addons/mail/mail_thread.py:134 +#, python-format +msgid "" +"

    \n" +" Click here to add new %(document)s or send an " +"email to: %(email)s\n" +"

    \n" +" %(static_help)s" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_thread.py:145 +#, python-format +msgid "" +"

    Click here to add new " +"%(document)s

    %(static_help)s" +msgstr "" + +#. module: mail +#: model:ir.actions.client,help:mail.action_mail_inbox_feeds +msgid "" +"

    \n" +" Good Job! Your inbox is empty.\n" +"

    \n" +" Your inbox contains private messages or emails sent to " +"you\n" +" as well as information related to documents or people " +"you\n" +" follow.\n" +"

    \n" +" " +msgstr "" + +#. module: mail +#: model:ir.actions.client,help:mail.action_mail_to_me_feeds +msgid "" +"

    \n" +" No private message.\n" +"

    \n" +" This list contains messages sent to you.\n" +"

    \n" +" " +msgstr "" + +#. module: mail +#: model:ir.actions.client,help:mail.action_mail_star_feeds +msgid "" +"

    \n" +" No todo.\n" +"

    \n" +" When you process messages in your inbox, you can mark " +"some\n" +" as todo. From this menu, you can process all your " +"todo.\n" +"

    \n" +" " +msgstr "" + +#. module: mail +#: model:ir.actions.client,help:mail.action_mail_archives_feeds +msgid "" +"

    \n" +" No message found and no message sent yet.\n" +"

    \n" +" Click on the top-right icon to compose a message. This\n" +" message will be sent by email if it's an internal " +"contact.\n" +"

    \n" +" " +msgstr "" + +#. module: mail +#: model:ir.actions.client,help:mail.action_mail_group_feeds +msgid "" +"

    \n" +" No message in this group.\n" +"

    \n" +" " +msgstr "" + +#. module: mail +#: help:mail.alias,alias_defaults:0 +msgid "" +"A Python dictionary that will be evaluated to provide default values when " +"creating new records for this alias." +msgstr "" + +#. module: mail +#: code:addons/mail/mail_message.py:763 +#, python-format +msgid "Access Denied" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_res_groups +msgid "Access Groups" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,default:0 +msgid "Activated by default when subscribing." +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_search +msgid "Active" +msgstr "" + +#. module: mail +#: field:mail.compose.message,active_domain:0 +msgid "Active domain" +msgstr "" + +#. module: mail +#: view:mail.wizard.invite:mail.mail_wizard_invite_form +msgid "Add Followers" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:161 +#, python-format +msgid "Add an internal note that will not be sent to the followers" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +#: view:mail.wizard.invite:mail.mail_wizard_invite_form +msgid "Add contacts to notify..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:28 +#, python-format +msgid "Add others" +msgstr "" + +#. module: mail +#: field:mail.compose.message,partner_ids:0 +msgid "Additional Contacts" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +msgid "Advanced" +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_form +#: view:mail.alias:mail.view_mail_alias_tree +#: field:mail.group,alias_id:0 +#: field:res.users,alias_id:0 +msgid "Alias" +msgstr "" + +#. module: mail +#: view:res.users:mail.view_users_form_mail +msgid "Alias Accepts Emails From" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_contact:0 +msgid "Alias Contact Security" +msgstr "" + +#. module: mail +#: field:base.config.settings,alias_domain:0 +msgid "Alias Domain" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_name:0 +msgid "Alias Name" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_domain:0 +msgid "Alias domain" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_model_id:0 +msgid "Aliased Model" +msgstr "" + +#. module: mail +#: model:ir.actions.act_window,name:mail.action_view_mail_alias +#: model:ir.ui.menu,name:mail.mail_alias_menu +msgid "Aliases" +msgstr "" + +#. module: mail +#: selection:res.partner,notify_email:0 +msgid "All Messages" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "" +"All records matching your current search filter will be mailed,\n" +" not only the ids selected in the list " +"view." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:62 +#, python-format +msgid "And" +msgstr "" + +#. module: mail +#: help:mail.compose.message,no_auto_thread:0 +#: help:mail.message,no_auto_thread:0 +msgid "" +"Answers do not go in the original document' discussion thread. This has an " +"impact on the generated message-id." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:101 +#, python-format +msgid "Apply" +msgstr "" + +#. module: mail +#: model:ir.actions.client,name:mail.action_mail_archives_feeds +#: model:ir.ui.menu,name:mail.mail_archivesfeeds +msgid "Archives" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:74 +#, python-format +msgid "Attach a File" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "Attach a file" +msgstr "" + +#. module: mail +#: field:mail.compose.message,attachment_ids:0 +#: view:mail.mail:mail.view_mail_form +#: field:mail.message,attachment_ids:0 +msgid "Attachments" +msgstr "" + +#. module: mail +#: selection:mail.alias,alias_contact:0 +msgid "Authenticated Partners" +msgstr "" + +#. module: mail +#: field:mail.compose.message,author_id:0 +#: view:mail.mail:mail.view_mail_search +#: field:mail.message,author_id:0 +msgid "Author" +msgstr "" + +#. module: mail +#: help:mail.compose.message,author_id:0 +#: help:mail.message,author_id:0 +msgid "" +"Author of the message. If not set, email_from may hold an email address that " +"did not match any partner." +msgstr "" + +#. module: mail +#: field:mail.compose.message,author_avatar:0 +#: field:mail.message,author_avatar:0 +msgid "Author's Avatar" +msgstr "" + +#. module: mail +#: field:mail.group,group_public_id:0 +msgid "Authorized Group" +msgstr "" + +#. module: mail +#: field:mail.mail,auto_delete:0 +msgid "Auto Delete" +msgstr "" + +#. module: mail +#: field:mail.group,group_ids:0 +msgid "Auto Subscription" +msgstr "" + +#. module: mail +#: view:mail.message.subtype:mail.view_mail_message_subtype_form +msgid "Auto subscription" +msgstr "" + +#. module: mail +#: help:mail.compose.message,body:0 +#: help:mail.message,body:0 +msgid "Automatically sanitized HTML contents" +msgstr "" + +#. module: mail +#: model:mail.group,name:mail.group_best_sales_practices +msgid "Best Sales Practices" +msgstr "" + +#. module: mail +#: model:mail.group,name:mail.group_board +msgid "Board meetings" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +msgid "Body" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:105 +#: view:mail.compose.message:mail.email_compose_message_wizard_form +#: view:mail.mail:mail.view_mail_form +#: view:mail.wizard.invite:mail.mail_wizard_invite_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_tree +msgid "Cancel Email" +msgstr "" + +#. module: mail +#: selection:mail.mail,state:0 +msgid "Cancelled" +msgstr "" + +#. module: mail +#: help:mail.mail,email_cc:0 +msgid "Carbon copy message recipients" +msgstr "" + +#. module: mail +#: field:mail.mail,email_cc:0 +msgid "Cc" +msgstr "" + +#. module: mail +#: field:mail.compose.message,child_ids:0 +#: field:mail.message,child_ids:0 +msgid "Child Messages" +msgstr "" + +#. module: mail +#: selection:mail.compose.message,type:0 +#: view:mail.mail:mail.view_mail_search +#: selection:mail.message,type:0 +msgid "Comment" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail.js:1970 +#: model:ir.actions.act_window,name:mail.action_email_compose_message_wizard +#: view:mail.compose.message:mail.email_compose_message_wizard_form +#, python-format +msgid "Compose Email" +msgstr "" + +#. module: mail +#: field:mail.compose.message,composition_mode:0 +msgid "Composition mode" +msgstr "" + +#. module: mail +#: field:mail.notification,partner_id:0 +msgid "Contact" +msgstr "" + +#. module: mail +#: view:mail.message:mail.view_message_search +msgid "Content" +msgstr "" + +#. module: mail +#: field:ir.attachment,file_type:0 +msgid "Content Type" +msgstr "" + +#. module: mail +#: field:mail.compose.message,body:0 +#: field:mail.message,body:0 +msgid "Contents" +msgstr "" + +#. module: mail +#: field:mail.alias,create_uid:0 +#: field:mail.compose.message,create_uid:0 +#: field:mail.group,create_uid:0 +#: field:mail.mail,create_uid:0 +#: field:mail.message,create_uid:0 +#: field:mail.message.subtype,create_uid:0 +#: field:mail.wizard.invite,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: mail +#: field:mail.alias,create_date:0 +#: field:mail.compose.message,create_date:0 +#: field:mail.group,create_date:0 +#: field:mail.mail,create_date:0 +#: field:mail.message,create_date:0 +#: field:mail.message.subtype,create_date:0 +#: field:mail.wizard.invite,create_date:0 +msgid "Created on" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Creation Month" +msgstr "" + +#. module: mail +#: help:mail.compose.message,starred:0 +#: help:mail.message,starred:0 +msgid "Current user has a starred notification linked to this message" +msgstr "" + +#. module: mail +#: help:mail.compose.message,to_read:0 +#: help:mail.message,to_read:0 +msgid "Current user has an unread notification linked to this message" +msgstr "" + +#. module: mail +#: code:addons/mail/res_partner.py:31 +#, python-format +msgid "Customers" +msgstr "" + +#. module: mail +#: field:mail.compose.message,date:0 +#: field:mail.message,date:0 +msgid "Date" +msgstr "" + +#. module: mail +#: help:mail.group,message_last_post:0 +#: help:mail.thread,message_last_post:0 +#: help:res.partner,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + +#. module: mail +#: field:mail.message.subtype,default:0 +msgid "Default" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_defaults:0 +msgid "Default Values" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:98 +#: code:addons/mail/static/src/xml/mail.xml:110 +#, python-format +msgid "Delete this attachment" +msgstr "" + +#. module: mail +#: selection:mail.mail,state:0 +msgid "Delivery Failed" +msgstr "" + +#. module: mail +#: field:mail.group,description:0 +#: view:mail.message.subtype:mail.view_mail_message_subtype_form +#: field:mail.message.subtype,description:0 +msgid "Description" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,description:0 +msgid "" +"Description that will be added in the message posted for this subtype. If " +"void, the name will be added instead." +msgstr "" + +#. module: mail +#: model:ir.actions.client,name:mail.action_mail_group_feeds +msgid "Discussion Group" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_group +msgid "Discussion group" +msgstr "" + +#. module: mail +#: model:mail.message.subtype,name:mail.mt_comment +msgid "Discussions" +msgstr "" + +#. module: mail +#: field:res.users,display_groups_suggestions:0 +msgid "Display Groups Suggestions" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail.js:1021 +#, python-format +msgid "Do you really want to delete this message?" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_followers +msgid "Document Followers" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:253 +#, python-format +msgid "Done" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:99 +#, python-format +msgid "Edit Subscription of " +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:40 +#, python-format +msgid "Edit subscription" +msgstr "" + +#. module: mail +#: selection:mail.compose.message,type:0 +#: view:mail.mail:mail.view_mail_search +#: selection:mail.message,type:0 +msgid "Email" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +msgid "Email Alias" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_alias +msgid "Email Aliases" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Email Search" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_thread +msgid "Email Thread" +msgstr "" + +#. module: mail +#: help:res.users,alias_id:0 +msgid "" +"Email address internally associated with this user. Incoming emails will " +"appear in the user's notifications." +msgstr "" + +#. module: mail +#: help:mail.compose.message,email_from:0 +#: help:mail.message,email_from:0 +msgid "" +"Email address of the sender. This field is set when no matching partner is " +"found for incoming emails." +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "Email address to redirect replies..." +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_compose_message +msgid "Email composition wizard" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "Email mass mailing" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +#: view:mail.message.subtype:mail.view_mail_message_subtype_form +msgid "Email message" +msgstr "" + +#. module: mail +#: model:ir.actions.act_window,name:mail.action_view_mail_mail +#: model:ir.ui.menu,name:mail.menu_mail_mail +#: view:mail.mail:mail.view_mail_tree +msgid "Emails" +msgstr "" + +#. module: mail +#: code:addons/mail/update.py:91 +#, python-format +msgid "Error" +msgstr "" + +#. module: mail +#: code:addons/mail/update.py:91 +#, python-format +msgid "Error during communication with the publisher warranty server." +msgstr "" + +#. module: mail +#: sql_constraint:mail.followers:0 +msgid "Error, a partner cannot follow twice the same object." +msgstr "" + +#. module: mail +#: selection:mail.alias,alias_contact:0 +msgid "Everyone" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Extended Filters..." +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Failed" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,relation_field:0 +msgid "" +"Field used to link the related model to the subtype model when using " +"automatic subscription on a related document. The field is used to compute " +"getattr(related_document.relation_field)." +msgstr "" + +#. module: mail +#: field:ir.attachment,file_type_icon:0 +msgid "File Type Icon" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:12 +#, python-format +msgid "Follow" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:27 +#: model:ir.actions.act_window,name:mail.action_view_followers +#: model:ir.ui.menu,name:mail.menu_email_followers +#: view:mail.followers:mail.view_followers_tree +#: field:mail.group,message_follower_ids:0 +#: field:mail.thread,message_follower_ids:0 +#: field:res.partner,message_follower_ids:0 +#, python-format +msgid "Followers" +msgstr "" + +#. module: mail +#: view:mail.followers:mail.view_mail_subscription_form +msgid "Followers Form" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:127 +#, python-format +msgid "Followers of" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "Followers of the document and" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:131 +#, python-format +msgid "Followers of this document" +msgstr "" + +#. module: mail +#: selection:mail.alias,alias_contact:0 +msgid "Followers only" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:14 +#, python-format +msgid "Following" +msgstr "" + +#. module: mail +#: field:mail.compose.message,email_from:0 +#: field:mail.message,email_from:0 +msgid "From" +msgstr "" + +#. module: mail +#: code:addons/mail/res_users.py:75 +#, python-format +msgid "Go to the configuration panel" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_search +msgid "Group" +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_search +#: view:mail.mail:mail.view_mail_search +#: view:mail.message:mail.view_message_search +msgid "Group By" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +msgid "Group Form" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +#: view:mail.group:mail.view_group_tree +msgid "Group Name" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_tree +msgid "Groups" +msgstr "" + +#. module: mail +#: model:mail.group,name:mail.group_hr_policies +msgid "HR Policies" +msgstr "" + +#. module: mail +#: view:mail.message:mail.view_message_search +msgid "Has attachments" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +#: field:mail.mail,headers:0 +msgid "Headers" +msgstr "" + +#. module: mail +#: field:mail.message.subtype,hidden:0 +msgid "Hidden" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,hidden:0 +msgid "Hide the subtype in the follower options" +msgstr "" + +#. module: mail +#: help:mail.group,message_summary:0 +#: help:mail.thread,message_summary:0 +#: help:res.partner,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + +#. module: mail +#: field:mail.alias,id:0 +#: field:mail.compose.message,id:0 +#: field:mail.followers,id:0 +#: field:mail.group,id:0 +#: field:mail.mail,id:0 +#: field:mail.message,id:0 +#: field:mail.message.subtype,id:0 +#: field:mail.notification,id:0 +#: field:mail.thread,id:0 +#: field:mail.wizard.invite,id:0 +#: field:publisher_warranty.contract,id:0 +msgid "ID" +msgstr "" + +#. module: mail +#: help:mail.alias,alias_parent_thread_id:0 +msgid "" +"ID of the parent record holding the alias (example: project holding the task " +"creation alias)" +msgstr "" + +#. module: mail +#: help:mail.followers,res_id:0 +#: help:mail.wizard.invite,res_id:0 +msgid "Id of the followed resource" +msgstr "" + +#. module: mail +#: help:mail.group,message_unread:0 +#: help:mail.thread,message_unread:0 +#: help:res.partner,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + +#. module: mail +#: help:mail.wizard.invite,send_mail:0 +msgid "" +"If checked, the partners will receive an email warning they have been added " +"in the document's followers." +msgstr "" + +#. module: mail +#: help:base.config.settings,alias_domain:0 +msgid "" +"If you have setup a catch-all email domain redirected to the Odoo server, " +"enter the domain name here." +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "" +"If you want to work only with selected ids, please uncheck the\n" +" list header checkbox." +msgstr "" + +#. module: mail +#: code:addons/mail/mail_alias.py:144 +#, python-format +msgid "Inactive Alias" +msgstr "" + +#. module: mail +#: model:ir.actions.client,name:mail.action_mail_inbox_feeds +#: model:ir.ui.menu,name:mail.mail_inboxfeeds +msgid "Inbox" +msgstr "" + +#. module: mail +#: help:mail.compose.message,parent_id:0 +#: help:mail.message,parent_id:0 +msgid "Initial thread message." +msgstr "" + +#. module: mail +#: code:addons/mail/mail_message.py:177 +#, python-format +msgid "Invalid Action!" +msgstr "" + +#. module: mail +#: constraint:mail.alias:0 +msgid "" +"Invalid expression, it must be a literal python dictionary definition e.g. " +"\"{'field': 'value'}\"" +msgstr "" + +#. module: mail +#: code:addons/mail/wizard/invite.py:97 +#, python-format +msgid "Invitation to follow %s: %s" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_wizard_invite +msgid "Invite wizard" +msgstr "" + +#. module: mail +#: field:mail.mail,notification:0 +msgid "Is Notification" +msgstr "" + +#. module: mail +#: field:mail.group,message_is_follower:0 +#: field:mail.thread,message_is_follower:0 +#: field:res.partner,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/suggestions.xml:30 +#: view:mail.group:mail.view_group_kanban +#, python-format +msgid "Join Group" +msgstr "" + +#. module: mail +#: model:ir.actions.act_window,name:mail.action_view_groups +#: model:ir.ui.menu,name:mail.mail_allgroups +msgid "Join a group" +msgstr "" + +#. module: mail +#: field:mail.group,message_last_post:0 +#: field:mail.thread,message_last_post:0 +#: field:res.partner,message_last_post:0 +msgid "Last Message Date" +msgstr "" + +#. module: mail +#: field:mail.alias,write_uid:0 +#: field:mail.compose.message,write_uid:0 +#: field:mail.group,write_uid:0 +#: field:mail.mail,write_uid:0 +#: field:mail.message,write_uid:0 +#: field:mail.message.subtype,write_uid:0 +#: field:mail.wizard.invite,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: mail +#: field:mail.alias,write_date:0 +#: field:mail.compose.message,write_date:0 +#: field:mail.group,write_date:0 +#: field:mail.mail,write_date:0 +#: field:mail.message,write_date:0 +#: field:mail.message.subtype,write_date:0 +#: field:mail.wizard.invite,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: mail +#: help:mail.wizard.invite,partner_ids:0 +msgid "" +"List of partners that will be added as follower of the current document." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:57 +#, python-format +msgid "Log a note for this document. No notification will be sent" +msgstr "" + +#. module: mail +#: field:mail.compose.message,is_log:0 +msgid "Log an Internal Note" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:37 +#: code:addons/mail/static/src/xml/mail.xml:57 +#, python-format +msgid "Log an internal note" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:330 +#, python-format +msgid "Mail Delivery Failed" +msgstr "" + +#. module: mail +#: field:ir.ui.menu,mail_group_id:0 +msgid "Mail Group" +msgstr "" + +#. module: mail +#: model:ir.actions.server,name:mail.action_mail_redirect +msgid "Mail Redirection (Document / Inbox)" +msgstr "" + +#. module: mail +#: help:mail.mail,notification:0 +msgid "Mail has been created to notify people of an existing mail.message" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:257 +#, python-format +msgid "Mark as Todo" +msgstr "" + +#. module: mail +#: field:mail.group,image_medium:0 +msgid "Medium-sized photo" +msgstr "" + +#. module: mail +#: help:mail.group,image_medium:0 +msgid "" +"Medium-sized photo of the group. It is automatically resized as a 128x128px " +"image, with aspect ratio preserved. Use this field in form views or some " +"kanban views." +msgstr "" + +#. module: mail +#: help:mail.group,group_ids:0 +msgid "" +"Members of those groups will automatically added as followers. Note that " +"they will be able to manage their subscription manually if necessary." +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_message +#: field:mail.mail,mail_message_id:0 +#: view:mail.message:mail.view_message_form +#: field:mail.notification,message_id:0 +#: field:mail.wizard.invite,message:0 +msgid "Message" +msgstr "" + +#. module: mail +#: field:mail.compose.message,record_name:0 +#: field:mail.message,record_name:0 +msgid "Message Record Name" +msgstr "" + +#. module: mail +#: field:mail.message.subtype,name:0 +msgid "Message Type" +msgstr "" + +#. module: mail +#: help:mail.mail,email_to:0 +msgid "Message recipients (emails)" +msgstr "" + +#. module: mail +#: help:mail.mail,references:0 +msgid "Message references, such as identifiers of previous messages" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,name:0 +msgid "" +"Message subtype gives a more precise type on the message, especially for " +"system notifications. For example, it can be a notification related to a new " +"record (New), or to a stage change in a process (Stage change). Message " +"subtypes allow to precisely tune the notifications the user want to receive " +"on its wall." +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_message_subtype +msgid "Message subtypes" +msgstr "" + +#. module: mail +#: help:mail.followers,subtype_ids:0 +msgid "" +"Message subtypes followed, meaning subtypes that will be pushed onto the " +"user's Wall." +msgstr "" + +#. module: mail +#: help:mail.compose.message,type:0 +#: help:mail.message,type:0 +msgid "" +"Message type: email for email message, notification for system message, " +"comment for other messages such as user replies" +msgstr "" + +#. module: mail +#: help:mail.compose.message,message_id:0 +#: help:mail.message,message_id:0 +msgid "Message unique identifier" +msgstr "" + +#. module: mail +#: field:mail.compose.message,message_id:0 +#: field:mail.message,message_id:0 +msgid "Message-Id" +msgstr "" + +#. module: mail +#: model:ir.actions.act_window,name:mail.action_view_mail_message +#: model:ir.ui.menu,name:mail.menu_mail_message +#: field:mail.group,message_ids:0 +#: view:mail.message:mail.view_message_tree +#: field:mail.thread,message_ids:0 +#: field:res.partner,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: mail +#: view:mail.message:mail.view_message_search +msgid "Messages Search" +msgstr "" + +#. module: mail +#: help:mail.group,message_ids:0 +#: help:mail.thread,message_ids:0 +#: help:res.partner,message_ids:0 +msgid "Messages and communication history" +msgstr "" + +#. module: mail +#: model:ir.ui.menu,name:mail.mail_feeds +#: model:ir.ui.menu,name:mail.mail_feeds_main +msgid "Messaging" +msgstr "" + +#. module: mail +#: view:res.users:mail.view_users_form_mail +msgid "Messaging Alias" +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_search +#: field:mail.message.subtype,res_model:0 +msgid "Model" +msgstr "" + +#. module: mail +#: help:mail.followers,res_model:0 +#: help:mail.wizard.invite,res_model:0 +msgid "Model of the followed resource" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,res_model:0 +msgid "" +"Model the subtype applies to. If False, this subtype applies to all models." +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Month" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:255 +#, python-format +msgid "Move to Inbox" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:130 +#, python-format +msgid "My Followers" +msgstr "" + +#. module: mail +#: model:ir.ui.menu,name:mail.mail_group_root +msgid "My Groups" +msgstr "" + +#. module: mail +#: field:mail.group,name:0 +msgid "Name" +msgstr "" + +#. module: mail +#: help:mail.compose.message,record_name:0 +#: help:mail.message,record_name:0 +msgid "Name get of the related document." +msgstr "" + +#. module: mail +#: selection:res.partner,notify_email:0 +msgid "Never" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_thread.py:172 +#, python-format +msgid "New" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:184 +#, python-format +msgid "No followers" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:217 +#, python-format +msgid "No messages." +msgstr "" + +#. module: mail +#: field:mail.compose.message,no_auto_thread:0 +#: field:mail.message,no_auto_thread:0 +msgid "No threading for answers" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Notification" +msgstr "" + +#. module: mail +#: model:ir.actions.act_window,name:mail.action_view_notifications +#: model:ir.model,name:mail.model_mail_notification +#: model:ir.ui.menu,name:mail.menu_email_notifications +#: field:mail.compose.message,notification_ids:0 +#: field:mail.message,notification_ids:0 +#: view:mail.notification:mail.view_notification_tree +msgid "Notifications" +msgstr "" + +#. module: mail +#: field:mail.compose.message,notified_partner_ids:0 +#: field:mail.message,notified_partner_ids:0 +msgid "Notified partners" +msgstr "" + +#. module: mail +#: field:mail.compose.message,notify:0 +msgid "Notify followers" +msgstr "" + +#. module: mail +#: help:mail.compose.message,notify:0 +msgid "Notify followers of the document (mass post only)" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:186 +#, python-format +msgid "One follower" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +msgid "" +"Only the invited followers can read the\n" +" discussions on this group." +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_form +msgid "Open Document" +msgstr "" + +#. module: mail +#: model:ir.actions.client,name:mail.action_client_messaging_menu +msgid "Open Messaging Menu" +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_form +msgid "Open Parent Document" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:29 +#, python-format +msgid "Open the full mail composer" +msgstr "" + +#. module: mail +#: help:mail.alias,alias_force_thread_id:0 +msgid "" +"Optional ID of a thread (record) to which all incoming messages will be " +"attached, even if they did not reply to it. If set, this will disable the " +"creation of new records completely." +msgstr "" + +#. module: mail +#: model:ir.ui.menu,name:mail.mail_my_stuff +msgid "Organizer" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +#: selection:mail.mail,state:0 +msgid "Outgoing" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_mail_mail +msgid "Outgoing Mails" +msgstr "" + +#. module: mail +#: field:mail.compose.message,mail_server_id:0 +#: field:mail.message,mail_server_id:0 +msgid "Outgoing mail server" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_user_id:0 +msgid "Owner" +msgstr "" + +#. module: mail +#: field:mail.message.subtype,parent_id:0 +msgid "Parent" +msgstr "" + +#. module: mail +#: field:mail.compose.message,parent_id:0 +#: field:mail.message,parent_id:0 +msgid "Parent Message" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_parent_model_id:0 +msgid "Parent Model" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_parent_thread_id:0 +msgid "Parent Record Thread ID" +msgstr "" + +#. module: mail +#: help:mail.alias,alias_parent_model_id:0 +msgid "" +"Parent model holding the alias. The model holding the alias reference\n" +"is not necessarily the model given by alias_model_id\n" +"(example: project (parent_model) and task (model))" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,parent_id:0 +msgid "Parent subtype, used for automatic subscription." +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_res_partner +msgid "Partner" +msgstr "" + +#. module: mail +#: code:addons/mail/res_partner.py:51 +#, python-format +msgid "Partner Profile" +msgstr "" + +#. module: mail +#: help:mail.compose.message,notified_partner_ids:0 +#: help:mail.message,notified_partner_ids:0 +msgid "" +"Partners that have a notification pushing this message in their mailboxes" +msgstr "" + +#. module: mail +#: help:mail.mail,auto_delete:0 +msgid "Permanently delete this email after sending it, to save space" +msgstr "" + +#. module: mail +#: field:mail.group,image:0 +msgid "Photo" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail.js:611 +#, python-format +msgid "Please complete partner's informations" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/many2many_tags_email.js:63 +#, python-format +msgid "Please complete partner's informations and Email" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:224 +#, python-format +msgid "Please, wait while the file is uploading." +msgstr "" + +#. module: mail +#: help:mail.alias,alias_contact:0 +msgid "" +"Policy to post a message on the document using the mailgateway.\n" +"- everyone: everyone can post\n" +"- partners: only authenticated partners\n" +"- followers: only followers of the related document\n" +msgstr "" + +#. module: mail +#: help:res.partner,notify_email:0 +msgid "" +"Policy to receive emails for new messages pushed to your personal Inbox:\n" +"- Never: no emails are sent\n" +"- All Messages: for every notification you receive in your Inbox" +msgstr "" + +#. module: mail +#: field:mail.group,public:0 +msgid "Privacy" +msgstr "" + +#. module: mail +#: selection:mail.group,public:0 +msgid "Private" +msgstr "" + +#. module: mail +#: selection:mail.group,public:0 +msgid "Public" +msgstr "" + +#. module: mail +#: model:mail.group,name:mail.group_rd +msgid "R&D" +msgstr "" + +#. module: mail +#: code:addons/mail/wizard/mail_compose_message.py:188 +#, python-format +msgid "Re:" +msgstr "" + +#. module: mail +#: field:mail.notification,is_read:0 +msgid "Read" +msgstr "" + +#. module: mail +#: field:res.partner,notify_email:0 +msgid "Receive Inbox Notifications by Email" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +#: selection:mail.mail,state:0 +msgid "Received" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +#: field:mail.message,partner_ids:0 +#: field:mail.wizard.invite,partner_ids:0 +msgid "Recipients" +msgstr "" + +#. module: mail +#: field:mail.alias,alias_force_thread_id:0 +msgid "Record Thread ID" +msgstr "" + +#. module: mail +#: field:mail.mail,references:0 +msgid "References" +msgstr "" + +#. module: mail +#: field:mail.compose.message,res_id:0 +#: field:mail.followers,res_id:0 +#: field:mail.message,res_id:0 +#: field:mail.wizard.invite,res_id:0 +msgid "Related Document ID" +msgstr "" + +#. module: mail +#: field:mail.compose.message,model:0 +#: field:mail.followers,res_model:0 +#: field:mail.message,model:0 +#: field:mail.wizard.invite,res_model:0 +msgid "Related Document Model" +msgstr "" + +#. module: mail +#: field:mail.group,menu_id:0 +msgid "Related Menu" +msgstr "" + +#. module: mail +#: field:mail.followers,partner_id:0 +msgid "Related Partner" +msgstr "" + +#. module: mail +#: field:mail.message.subtype,relation_field:0 +msgid "Relation field" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:41 +#, python-format +msgid "Remove this follower" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:256 +#: view:mail.mail:mail.view_mail_form +#, python-format +msgid "Reply" +msgstr "" + +#. module: mail +#: help:mail.compose.message,reply_to:0 +#: help:mail.message,reply_to:0 +msgid "" +"Reply email address. Setting the reply_to bypasses the automatic thread " +"creation." +msgstr "" + +#. module: mail +#: field:mail.compose.message,reply_to:0 +#: field:mail.message,reply_to:0 +msgid "Reply-To" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +#: view:mail.mail:mail.view_mail_tree +msgid "Retry" +msgstr "" + +#. module: mail +#: field:mail.mail,body_html:0 +msgid "Rich-text Contents" +msgstr "" + +#. module: mail +#: help:mail.mail,body_html:0 +msgid "Rich-text/HTML message" +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_search +msgid "Search Alias" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_search +msgid "Search Groups" +msgstr "" + +#. module: mail +#: selection:mail.group,public:0 +msgid "Selected Group Only" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:36 +#: view:mail.compose.message:mail.email_compose_message_wizard_form +#, python-format +msgid "Send" +msgstr "" + +#. module: mail +#: field:mail.wizard.invite,send_mail:0 +msgid "Send Email" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +#: view:mail.mail:mail.view_mail_tree +msgid "Send Now" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:54 +#, python-format +msgid "Send a message" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:54 +#, python-format +msgid "Send a message to all followers of the document" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +msgid "Send a message to the group" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +#: selection:mail.mail,state:0 +msgid "Sent" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_followers.py:155 +#, python-format +msgid "Sent by %(company)s using %(odoo)s" +msgstr "" + +#. module: mail +#: field:mail.message.subtype,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:254 +#, python-format +msgid "Set back to Todo" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:47 +#, python-format +msgid "Share with my followers..." +msgstr "" + +#. module: mail +#: view:mail.message:mail.view_message_search +msgid "Show messages to read" +msgstr "" + +#. module: mail +#: field:mail.group,image_small:0 +msgid "Small-sized photo" +msgstr "" + +#. module: mail +#: help:mail.group,image_small:0 +msgid "" +"Small-sized photo of the group. It is automatically resized as a 64x64px " +"image, with aspect ratio preserved. Use this field anywhere a small image is " +"required." +msgstr "" + +#. module: mail +#: field:mail.compose.message,starred:0 +#: field:mail.message,starred:0 +#: field:mail.notification,starred:0 +msgid "Starred" +msgstr "" + +#. module: mail +#: help:mail.notification,starred:0 +msgid "Starred message that goes into the todo mailbox" +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_form +#: view:mail.mail:mail.view_mail_search +#: field:mail.mail,state:0 +msgid "Status" +msgstr "" + +#. module: mail +#: field:mail.compose.message,subject:0 +#: field:mail.message,subject:0 +msgid "Subject" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "Subject..." +msgstr "" + +#. module: mail +#: field:mail.compose.message,subtype_id:0 +#: field:mail.followers,subtype_ids:0 +#: field:mail.message,subtype_id:0 +#: view:mail.message.subtype:mail.view_message_subtype_tree +msgid "Subtype" +msgstr "" + +#. module: mail +#: model:ir.actions.act_window,name:mail.action_view_message_subtype +#: model:ir.ui.menu,name:mail.menu_message_subtype +msgid "Subtypes" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/suggestions.xml:16 +#, python-format +msgid "Suggested Groups" +msgstr "" + +#. module: mail +#: field:mail.group,message_summary:0 +#: field:mail.thread,message_summary:0 +#: field:res.partner,message_summary:0 +msgid "Summary" +msgstr "" + +#. module: mail +#: model:mail.group,name:mail.group_support +msgid "Support" +msgstr "" + +#. module: mail +#: selection:mail.compose.message,type:0 +#: selection:mail.message,type:0 +msgid "System notification" +msgstr "" + +#. module: mail +#: help:mail.compose.message,notification_ids:0 +#: help:mail.message,notification_ids:0 +msgid "" +"Technical field holding the message notifications. Use notified_partner_ids " +"to access notified partners." +msgstr "" + +#. module: mail +#: help:mail.group,alias_id:0 +msgid "" +"The email address associated with this group. New emails received will " +"automatically create new topics." +msgstr "" + +#. module: mail +#: help:mail.alias,alias_model_id:0 +msgid "" +"The model (Odoo Document Kind) to which this alias corresponds. Any incoming " +"email that does not reply to an existing record will cause the creation of a " +"new record of this model (e.g. a Project Task)" +msgstr "" + +#. module: mail +#: help:mail.alias,alias_name:0 +msgid "" +"The name of the email alias, e.g. 'jobs' if you want to catch emails for " +"" +msgstr "" + +#. module: mail +#: help:mail.alias,alias_user_id:0 +msgid "" +"The owner of records created upon receiving emails on this alias. If this " +"field is not set the system will attempt to find the right owner based on " +"the sender (From) address, or will use the Administrator account if no " +"system user is found for that address." +msgstr "" + +#. module: mail +#: code:addons/mail/mail_message.py:764 +#, python-format +msgid "" +"The requested operation cannot be completed due to security restrictions. " +"Please contact your system administrator.\n" +"\n" +"(Document type: %s, Operation: %s)" +msgstr "" + +#. module: mail +#: help:mail.group,image:0 +msgid "" +"This field holds the image used as photo for the group, limited to " +"1024x1024px." +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +msgid "" +"This group is visible by everyone,\n" +" including your customers if you installed\n" +" the portal module." +msgstr "" + +#. module: mail +#: help:mail.group,public:0 +msgid "" +"This group is visible by non members. Invisible groups can add " +"members through the invite button." +msgstr "" + +#. module: mail +#: view:mail.mail:mail.view_mail_search +msgid "Thread" +msgstr "" + +#. module: mail +#: field:mail.mail,email_to:0 +msgid "To" +msgstr "" + +#. module: mail +#: field:mail.mail,recipient_ids:0 +msgid "To (Partners)" +msgstr "" + +#. module: mail +#: view:mail.message:mail.view_message_search +msgid "To Read" +msgstr "" + +#. module: mail +#: field:mail.compose.message,to_read:0 +#: field:mail.message,to_read:0 +msgid "To read" +msgstr "" + +#. module: mail +#: model:ir.actions.client,name:mail.action_mail_star_feeds +#: model:ir.ui.menu,name:mail.mail_starfeeds +msgid "To-do" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:123 +#, python-format +msgid "To:" +msgstr "" + +#. module: mail +#: model:ir.actions.client,name:mail.action_mail_to_me_feeds +#: model:ir.ui.menu,name:mail.mail_tomefeeds +msgid "To: me" +msgstr "" + +#. module: mail +#: view:mail.group:mail.view_group_form +msgid "Topics discussed in this group..." +msgstr "" + +#. module: mail +#: field:mail.compose.message,type:0 +#: view:mail.message:mail.view_message_search +#: field:mail.message,type:0 +msgid "Type" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_message.py:177 +#, python-format +msgid "" +"Unable to send email, please configure the sender's email address or alias." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:13 +#: view:mail.group:mail.view_group_kanban +#, python-format +msgid "Unfollow" +msgstr "" + +#. module: mail +#: sql_constraint:mail.alias:0 +msgid "" +"Unfortunately this email alias is already used, please choose a unique one" +msgstr "" + +#. module: mail +#: field:mail.group,message_unread:0 +#: field:mail.thread,message_unread:0 +#: field:res.partner,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:223 +#, python-format +msgid "Uploading error" +msgstr "" + +#. module: mail +#: field:mail.compose.message,use_active_domain:0 +msgid "Use active domain" +msgstr "" + +#. module: mail +#: help:mail.message.subtype,sequence:0 +msgid "Used to order subtypes." +msgstr "" + +#. module: mail +#: view:mail.alias:mail.view_mail_alias_search +#: view:mail.mail:mail.view_mail_form +#: view:mail.mail:mail.view_mail_tree +msgid "User" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:25 +#, python-format +msgid "User img" +msgstr "" + +#. module: mail +#: model:ir.model,name:mail.model_res_users +msgid "Users" +msgstr "" + +#. module: mail +#: help:mail.compose.message,vote_user_ids:0 +#: help:mail.message,vote_user_ids:0 +msgid "Users that voted for this message" +msgstr "" + +#. module: mail +#: field:mail.compose.message,vote_user_ids:0 +#: field:mail.message,vote_user_ids:0 +msgid "Votes" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_group.py:174 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:140 +#, python-format +msgid "" +"Warning! \n" +" %s won't be notified of any email or discussion on this document. Do you " +"really want to remove him from the followers ?" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:309 +#, python-format +msgid "" +"Warning! \n" +"You won't be notified of any email or discussion on this document. Do you " +"really want to unfollow this document ?" +msgstr "" + +#. module: mail +#: help:mail.compose.message,is_log:0 +msgid "Whether the message is an internal note (comment mode only)" +msgstr "" + +#. module: mail +#: model:mail.group,name:mail.group_all_employees +msgid "Whole Company" +msgstr "" + +#. module: mail +#: code:addons/mail/res_users.py:74 +#, python-format +msgid "" +"You cannot create a new user from here.\n" +" To create new user please go to configuration panel." +msgstr "" + +#. module: mail +#: code:addons/mail/mail_group.py:174 +#, python-format +msgid "" +"You cannot delete those groups, as the Whole Company group is required by " +"other modules." +msgstr "" + +#. module: mail +#: code:addons/mail/mail_thread.py:171 +#, python-format +msgid "You have %d unread messages" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_thread.py:171 +#, python-format +msgid "You have one unread message" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:137 +#: code:addons/mail/static/src/xml/mail.xml:310 +#, python-format +msgid "and" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_thread.py:115 +#, python-format +msgid "document" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/js/mail_followers.js:188 +#, python-format +msgid "followers" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:348 +#, python-format +msgid "like" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:292 +#, python-format +msgid "logged a note" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:310 +#, python-format +msgid "more" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:334 +#, python-format +msgid "more messages" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail_followers.xml:62 +#, python-format +msgid "more." +msgstr "" + +#. module: mail +#: view:base.config.settings:mail.view_general_configuration_mail_alias_domain +msgid "mycompany.odoo.com" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:312 +#, python-format +msgid "notified" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:56 +#, python-format +msgid "or" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:146 +#, python-format +msgid "others..." +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:273 +#, python-format +msgid "read less" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:334 +#, python-format +msgid "show" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:332 +#, python-format +msgid "show more message" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:333 +#, python-format +msgid "show one more message" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "the current search filter" +msgstr "" + +#. module: mail +#: view:mail.compose.message:mail.email_compose_message_wizard_form +msgid "the selected records" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:297 +#, python-format +msgid "to" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:349 +#, python-format +msgid "unlike" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:286 +#, python-format +msgid "updated document" +msgstr "" + +#. module: mail +#. openerp-web +#: code:addons/mail/static/src/xml/mail.xml:99 +#: code:addons/mail/static/src/xml/mail.xml:111 +#, python-format +msgid "uploading" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/es.po b/addons/mail/i18n/es.po index 81b8dd10353..57420ca2ce0 100644 --- a/addons/mail/i18n/es.po +++ b/addons/mail/i18n/es.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-30 11:18+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 01:00+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s creado" @@ -60,7 +60,7 @@ msgstr "" "

    Hola,

    %s le ha invitado a seguir un nuevo documento.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -76,7 +76,7 @@ msgstr "" "%(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -183,16 +183,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -"acerca de %s %s" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -203,7 +193,7 @@ msgstr "" "nuevo registro se cree para este seudónimo." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Acceso denegado" @@ -526,7 +516,6 @@ msgstr "Contenidos" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Creado por" @@ -538,7 +527,6 @@ msgstr "Creado por" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Creado en" @@ -747,13 +735,13 @@ msgid "Emails" msgstr "Emails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Error" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -1027,7 +1015,7 @@ msgstr "" "'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "Invitación para seguir %s: %s" @@ -1078,7 +1066,6 @@ msgstr "Fecha del último mensaje" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "Última actualización de" @@ -1090,7 +1077,6 @@ msgstr "Última actualización de" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" @@ -1123,7 +1109,7 @@ msgid "Log an internal note" msgstr "Registrar una nota interna" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "Fallo de entrega de correo" @@ -1354,7 +1340,7 @@ msgid "Never" msgstr "Nunca" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nuevo" @@ -1801,8 +1787,8 @@ msgstr "Enviado" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." -msgstr "Enviado por %(company)s usando %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" +msgstr "Enviado por %(company)s usando %(odoo)s" #. module: mail #: field:mail.message.subtype,sequence:0 @@ -1969,7 +1955,7 @@ msgstr "" "dirección." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2210,17 +2196,29 @@ msgstr "" "requerido por otros módulos." #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Tiene %d mensajes sin leer" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Tiene un mensaje sin leer" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "acerca de" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "acceso" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2230,7 +2228,7 @@ msgid "and" msgstr "y" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "documento" @@ -2369,3 +2367,9 @@ msgstr "documento actualizado" #, python-format msgid "uploading" msgstr "subiendo" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "Sus mensajes" diff --git a/addons/mail/i18n/es_AR.po b/addons/mail/i18n/es_AR.po index 2541a9545a7..059e191658d 100644 --- a/addons/mail/i18n/es_AR.po +++ b/addons/mail/i18n/es_AR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -176,14 +176,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -194,7 +186,7 @@ msgstr "" "cuando un nuevo registro se cree para este alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Acceso Denegado" @@ -513,7 +505,6 @@ msgstr "Contenidos" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -525,7 +516,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -734,13 +724,13 @@ msgid "Emails" msgstr "Emails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Error" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -1006,7 +996,7 @@ msgstr "" "'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1057,7 +1047,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1069,7 +1058,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1100,7 +1088,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1330,7 +1318,7 @@ msgid "Never" msgstr "Nunca" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1760,7 +1748,7 @@ msgstr "Enviado" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1920,7 +1908,7 @@ msgstr "" "Administrador si no se encuentra un usuario para esa dirección." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2149,17 +2137,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2169,7 +2169,7 @@ msgid "and" msgstr "y" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2308,3 +2308,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "subiendo" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/es_CR.po b/addons/mail/i18n/es_CR.po index dc3b2581ffa..650edf3d88a 100644 --- a/addons/mail/i18n/es_CR.po +++ b/addons/mail/i18n/es_CR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "Emails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1254,7 +1242,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1679,7 +1667,7 @@ msgstr "Enviar" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1828,7 +1816,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2045,17 +2033,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2065,7 +2065,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2204,3 +2204,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/es_MX.po b/addons/mail/i18n/es_MX.po index 0843fdc9010..ea61d1afc5d 100644 --- a/addons/mail/i18n/es_MX.po +++ b/addons/mail/i18n/es_MX.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s creado" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1829,7 +1817,7 @@ msgstr "" "cuenta de administrador si no se encuentra un usuario para esa dirección." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2046,17 +2034,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2066,7 +2066,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2205,3 +2205,9 @@ msgstr "documento actualizado" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/es_PY.po b/addons/mail/i18n/es_PY.po index 87f2ef382e5..84838507c71 100644 --- a/addons/mail/i18n/es_PY.po +++ b/addons/mail/i18n/es_PY.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/es_VE.po b/addons/mail/i18n/es_VE.po index 1e62483b2f3..696cbba72e9 100644 --- a/addons/mail/i18n/es_VE.po +++ b/addons/mail/i18n/es_VE.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Venezuela) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/et.po b/addons/mail/i18n/et.po index 071d5ada924..27458ace91b 100644 --- a/addons/mail/i18n/et.po +++ b/addons/mail/i18n/et.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -153,14 +153,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -169,7 +161,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Juurdepääs keelatud" @@ -486,7 +478,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -498,7 +489,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -699,13 +689,13 @@ msgid "Emails" msgstr "E-kirjad" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -962,7 +952,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1013,7 +1003,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1025,7 +1014,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1056,7 +1044,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1267,7 +1255,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1691,7 +1679,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1840,7 +1828,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2057,17 +2045,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2077,7 +2077,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2216,3 +2216,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/fi.po b/addons/mail/i18n/fi.po index 4229321de7f..ff27d7de8fc 100644 --- a/addons/mail/i18n/fi.po +++ b/addons/mail/i18n/fi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:14+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s luotu" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -174,14 +174,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -190,7 +182,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Pääsy evätty" @@ -507,7 +499,6 @@ msgstr "Sisällöt" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -519,7 +510,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -721,13 +711,13 @@ msgid "Emails" msgstr "Sähköpostit" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Virhe" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Virhe kommunikoidessa julkaisijan takuupalvelimen kanssa." @@ -986,7 +976,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1037,7 +1027,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1049,7 +1038,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1080,7 +1068,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1293,7 +1281,7 @@ msgid "Never" msgstr "Ei koskaan" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Uusi" @@ -1718,7 +1706,7 @@ msgstr "Lähetetty" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1869,7 +1857,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2086,17 +2074,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Sinulla on %d lukematonta viestiä" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Sinulla on yksi lukematon viesti" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2106,7 +2106,7 @@ msgid "and" msgstr "ja" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2245,3 +2245,9 @@ msgstr "päivitetty dokumentti" #, python-format msgid "uploading" msgstr "siirretään" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/fr.po b/addons/mail/i18n/fr.po index c7a775378db..fcc8451721b 100644 --- a/addons/mail/i18n/fr.po +++ b/addons/mail/i18n/fr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s créé(e)" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -180,14 +180,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -198,7 +190,7 @@ msgstr "" "défaut lors de la création des nouveaux enregistrements pour cet alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Accès refusé" @@ -517,7 +509,6 @@ msgstr "Contenu" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -529,7 +520,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -737,13 +727,13 @@ msgid "Emails" msgstr "Courriels" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Erreur" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -1008,7 +998,7 @@ msgstr "" "attendue, par exemple \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1059,7 +1049,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1071,7 +1060,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1102,7 +1090,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1332,7 +1320,7 @@ msgid "Never" msgstr "Jamais" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nouveau" @@ -1761,7 +1749,7 @@ msgstr "Envoyé" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1922,7 +1910,7 @@ msgstr "" "trouvé pour cette adresse." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2157,17 +2145,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Vous avez %d nouveaux messages" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Vous avez un nouveau message" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2177,7 +2177,7 @@ msgid "and" msgstr "et" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2316,3 +2316,9 @@ msgstr "a fait une mise à jour" #, python-format msgid "uploading" msgstr "envoi" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/gl.po b/addons/mail/i18n/gl.po index 43b744aa144..d02d93e9ecd 100644 --- a/addons/mail/i18n/gl.po +++ b/addons/mail/i18n/gl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "E-mails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/he.po b/addons/mail/i18n/he.po index 518255bafdd..9212827e72e 100644 --- a/addons/mail/i18n/he.po +++ b/addons/mail/i18n/he.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s נוצר" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -157,14 +157,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -173,7 +165,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "הגישה נדחתה" @@ -490,7 +482,6 @@ msgstr "תוכן" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -502,7 +493,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -703,13 +693,13 @@ msgid "Emails" msgstr "הודעות דוא\"ל" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "שגיאה" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -966,7 +956,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1017,7 +1007,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1029,7 +1018,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1060,7 +1048,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1271,7 +1259,7 @@ msgid "Never" msgstr "לעולם לא" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "חדש" @@ -1695,7 +1683,7 @@ msgstr "נשלח" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1844,7 +1832,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2061,17 +2049,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "יש לך %d הודעות שלא נקראו" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "יש לך הודעה אחת שלא נקראה" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2081,7 +2081,7 @@ msgid "and" msgstr "וגם" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2220,3 +2220,9 @@ msgstr "מסמך מעודכן" #, python-format msgid "uploading" msgstr "מעלה" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/hr.po b/addons/mail/i18n/hr.po index 92b7cf7255d..e8ab73a613c 100644 --- a/addons/mail/i18n/hr.po +++ b/addons/mail/i18n/hr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s kreiran" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -176,14 +176,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -194,7 +186,7 @@ msgstr "" "zapis za ovaj alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Pristup odbijen" @@ -513,7 +505,6 @@ msgstr "Sadržaj" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -525,7 +516,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -733,13 +723,13 @@ msgid "Emails" msgstr "E-pošta" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Greška" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Greška tijekom komunikacije sa serverom nositelja održavanja." @@ -1000,7 +990,7 @@ msgstr "" "'Vrijednost'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1051,7 +1041,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1063,7 +1052,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1094,7 +1082,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1320,7 +1308,7 @@ msgid "Never" msgstr "Nikad" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Novi" @@ -1747,7 +1735,7 @@ msgstr "Poslano" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1906,7 +1894,7 @@ msgstr "" "pronađe sistemskog korisnika za tu adresu." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2139,17 +2127,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Imate %d nepročitanih poruka" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Imate nepročitane poruke" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2159,7 +2159,7 @@ msgid "and" msgstr "i" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2298,3 +2298,9 @@ msgstr "Ažurirani dokument" #, python-format msgid "uploading" msgstr "učitavanje" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/hu.po b/addons/mail/i18n/hu.po index 1791f2346a8..314ddef88b3 100644 --- a/addons/mail/i18n/hu.po +++ b/addons/mail/i18n/hu.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s létrehozva" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -176,14 +176,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -194,7 +186,7 @@ msgstr "" "az álnévhez új rekordokat hoz létre." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Hozzáférés megtagadva" @@ -513,7 +505,6 @@ msgstr "Tartalmak" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -525,7 +516,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -736,13 +726,13 @@ msgid "Emails" msgstr "E-mailek" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Hiba" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Hiba a kiadó garancia szerverével történő kommunikációval." @@ -1005,7 +995,7 @@ msgstr "" "\"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1056,7 +1046,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1068,7 +1057,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1099,7 +1087,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1327,7 +1315,7 @@ msgid "Never" msgstr "Soha" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Új" @@ -1757,7 +1745,7 @@ msgstr "Elküldött" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1918,7 +1906,7 @@ msgstr "" "címmel." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2151,17 +2139,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "%d olvasatlan üzenete van" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Egy olvasatlan üzenete van" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2171,7 +2171,7 @@ msgid "and" msgstr "és" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2310,3 +2310,9 @@ msgstr "módosította a dokumentumot" #, python-format msgid "uploading" msgstr "feltöltés" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/it.po b/addons/mail/i18n/it.po index fe9004e7a8a..f7451671703 100644 --- a/addons/mail/i18n/it.po +++ b/addons/mail/i18n/it.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s creato" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -176,14 +176,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -194,7 +186,7 @@ msgstr "" "la creazione di nuovi record per questi alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Accesso Negato" @@ -513,7 +505,6 @@ msgstr "Contenuti" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -525,7 +516,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -733,13 +723,13 @@ msgid "Emails" msgstr "Email" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Errore" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Errore nella comunicazione con il server di garanzia dell'editore." @@ -1003,7 +993,7 @@ msgstr "" "\"{'field':'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1054,7 +1044,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1066,7 +1055,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1097,7 +1085,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1324,7 +1312,7 @@ msgid "Never" msgstr "Mai" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1755,7 +1743,7 @@ msgstr "Inviato" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1915,7 +1903,7 @@ msgstr "" "amministratore se nessun utente verrà trovato per quell'indirizzo." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2150,17 +2138,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Ci sono %d nuovi messaggi" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Hai un messaggio non letto" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2170,7 +2170,7 @@ msgid "and" msgstr "e" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2309,3 +2309,9 @@ msgstr "documento aggiornato" #, python-format msgid "uploading" msgstr "Caricamento" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/ja.po b/addons/mail/i18n/ja.po index 7df2e916aa0..aff313791da 100644 --- a/addons/mail/i18n/ja.po +++ b/addons/mail/i18n/ja.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s 登録" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -146,14 +146,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -162,7 +154,7 @@ msgid "" msgstr "このエイリアスの新しいレコードを作成する時にデフォルト値を与えるためのPython辞書です。" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -479,7 +471,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -491,7 +482,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -692,13 +682,13 @@ msgid "Emails" msgstr "Eメール" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -957,7 +947,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1008,7 +998,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1020,7 +1009,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1051,7 +1039,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1264,7 +1252,7 @@ msgid "Never" msgstr "通知なし" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1688,7 +1676,7 @@ msgstr "送信済" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1839,7 +1827,7 @@ msgstr "" "所有者を見つけるか、見つからなければ管理者アカウントを使用します。" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2056,17 +2044,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2076,7 +2076,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2215,3 +2215,9 @@ msgstr "がドキュメントを更新しました。" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/ko.po b/addons/mail/i18n/ko.po index 669948369d9..5a5b1256a74 100644 --- a/addons/mail/i18n/ko.po +++ b/addons/mail/i18n/ko.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-03 02:53+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: ko\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s을(를) 생성함" @@ -59,7 +59,7 @@ msgid "" msgstr "

    안녕하세요,

    %s이(가) 새로운 문서를 팔로우하도록 초대했습니다.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -70,7 +70,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -143,16 +143,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -" %s %s정보" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -161,7 +151,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "접근이 거부됨" @@ -478,7 +468,6 @@ msgstr "내용" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "작성자:" @@ -490,7 +479,6 @@ msgstr "작성자:" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "작성일:" @@ -691,13 +679,13 @@ msgid "Emails" msgstr "이메일" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "오류" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "발행자 보증 서버와 통신 중 오류가 발생했습니다." @@ -954,7 +942,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "%s을(를) 팔로우할 수 있도록 초대: %s" @@ -1005,7 +993,6 @@ msgstr "최근 메시지 일자" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "최근 업데이트한 사람:" @@ -1017,7 +1004,6 @@ msgstr "최근 업데이트한 사람:" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "최근 업데이트한 날짜:" @@ -1048,7 +1034,7 @@ msgid "Log an internal note" msgstr "내부 메모 기록" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "메일 전송에 실패함" @@ -1259,7 +1245,7 @@ msgid "Never" msgstr "하지않음" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "새로 만들기" @@ -1683,7 +1669,7 @@ msgstr "보냄" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1832,7 +1818,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2049,17 +2035,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "%d개의 읽지 않은 메시지가 있습니다" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "한 개의 읽지 않은 메시지가 있습니다" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2069,7 +2067,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "문서" @@ -2208,3 +2206,17 @@ msgstr "업데이트된 문서" #, python-format msgid "uploading" msgstr "업로드하는 중" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" + +#, python-format +#~ msgid "" +#~ "about %s %s" +#~ msgstr "" +#~ " %s %s정보" diff --git a/addons/mail/i18n/lt.po b/addons/mail/i18n/lt.po index 50c96eee9c9..82b88d34b38 100644 --- a/addons/mail/i18n/lt.po +++ b/addons/mail/i18n/lt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s sukurta" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -170,14 +170,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -186,7 +178,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -503,7 +495,6 @@ msgstr "Turinys" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -515,7 +506,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -716,13 +706,13 @@ msgid "Emails" msgstr "El. laiškai" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Klaida" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -981,7 +971,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1032,7 +1022,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1044,7 +1033,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1075,7 +1063,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1291,7 +1279,7 @@ msgid "Never" msgstr "Niekada" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nauja" @@ -1715,7 +1703,7 @@ msgstr "Išsiųsta" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1864,7 +1852,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2084,17 +2072,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2104,7 +2104,7 @@ msgid "and" msgstr "ir" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2243,3 +2243,9 @@ msgstr "atnaujino dukomentą" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/lv.po b/addons/mail/i18n/lv.po index 5154c970e77..abe9811e476 100644 --- a/addons/mail/i18n/lv.po +++ b/addons/mail/i18n/lv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "E-pasti" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "Nosūtīts" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/mk.po b/addons/mail/i18n/mk.po index e16e6a975e7..f433b666c09 100644 --- a/addons/mail/i18n/mk.po +++ b/addons/mail/i18n/mk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -175,14 +175,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -193,7 +185,7 @@ msgstr "" "креирање нови записи за овој алијас." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Пристапот е одбиен" @@ -512,7 +504,6 @@ msgstr "Содржини" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -524,7 +515,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -731,13 +721,13 @@ msgid "Emails" msgstr "Е-пошти" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Грешка" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Грешка при комуникацијата со гаранцискиот сервер на издавачот." @@ -1001,7 +991,7 @@ msgstr "" "\"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1052,7 +1042,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1064,7 +1053,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1095,7 +1083,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1323,7 +1311,7 @@ msgid "Never" msgstr "Никогаш" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Ново" @@ -1754,7 +1742,7 @@ msgstr "Испратено" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1915,7 +1903,7 @@ msgstr "" "адреса." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2149,17 +2137,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Имате %d непрочитани пораки" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Имате една непрочитана порака" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2169,7 +2169,7 @@ msgid "and" msgstr "и" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2308,3 +2308,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "качување" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/mn.po b/addons/mail/i18n/mn.po index 70f871ccdf5..cf1e21ee39e 100644 --- a/addons/mail/i18n/mn.po +++ b/addons/mail/i18n/mn.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s үүсгэгдсэн" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -171,14 +171,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -189,7 +181,7 @@ msgstr "" "тооцоологддог." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Хандалтыг татгалзав" @@ -508,7 +500,6 @@ msgstr "Агуулга" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -520,7 +511,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -730,13 +720,13 @@ msgid "Emails" msgstr "Э-мэйлүүд" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Алдаа" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Зохиогчийн Баталгааны сервертэй холбогдоход алдаа гарлаа." @@ -1000,7 +990,7 @@ msgstr "" "тухайлбал \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1051,7 +1041,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1063,7 +1052,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1094,7 +1082,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1319,7 +1307,7 @@ msgid "Never" msgstr "Хэзээч үгүй" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Шинэ..." @@ -1747,7 +1735,7 @@ msgstr "Илгээгдсэн" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1906,7 +1894,7 @@ msgstr "" "Administrator-ийг онооно." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2141,17 +2129,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Танд %d уншаагүй зурвас байна" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Танд уншаагүй нэг зурвас байна" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2161,7 +2161,7 @@ msgid "and" msgstr "ба" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2300,3 +2300,9 @@ msgstr "баримт шинэчлэгдсэн" #, python-format msgid "uploading" msgstr "хуулах" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/nl.po b/addons/mail/i18n/nl.po index e2d2dfb8881..8dcdc5dbdf3 100644 --- a/addons/mail/i18n/nl.po +++ b/addons/mail/i18n/nl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-26 14:51+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:48+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s aangemaakt" @@ -61,7 +61,7 @@ msgstr "" "volgen.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -78,7 +78,7 @@ msgstr "" " %(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -187,16 +187,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -"over %s %s" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -207,7 +197,7 @@ msgstr "" "bij het maken van nieuwe records voor deze alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Toegang geweigerd" @@ -532,7 +522,6 @@ msgstr "Inhoud" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Aangemaakt door" @@ -544,7 +533,6 @@ msgstr "Aangemaakt door" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Aangemaakt op" @@ -754,13 +742,13 @@ msgid "Emails" msgstr "E-mails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Fout" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Fout tijdens communicatie met de uitgevers garantie server." @@ -1034,7 +1022,7 @@ msgstr "" "zijn, bijvoorbeeld: \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "Uitnodiging om te volgen %s: %s" @@ -1085,7 +1073,6 @@ msgstr "Laatste bericht datum" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "Laatst aangepast door" @@ -1097,7 +1084,6 @@ msgstr "Laatst aangepast door" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "Laatst aangepast op" @@ -1129,7 +1115,7 @@ msgid "Log an internal note" msgstr "Maak een interne notitie" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "E-mail afleveren mislukt" @@ -1358,7 +1344,7 @@ msgid "Never" msgstr "Nooit" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nieuw" @@ -1801,8 +1787,8 @@ msgstr "Verzonden" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." -msgstr "Verstuurt door %(company)s via %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" +msgstr "Verstuurt door %(company)s met gebruik van %(odoo)s" #. module: mail #: field:mail.message.subtype,sequence:0 @@ -1967,7 +1953,7 @@ msgstr "" "gebruiker gebruikt." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2207,17 +2193,29 @@ msgstr "" "modules." #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "U heeft %d ongelezen berichten" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "U heeft een ongelezen bericht" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "over" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "toegang" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2227,7 +2225,7 @@ msgid "and" msgstr "en" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "document" @@ -2366,3 +2364,9 @@ msgstr "bijgewerkt document" #, python-format msgid "uploading" msgstr "uploaden" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "uw bericht" diff --git a/addons/mail/i18n/pl.po b/addons/mail/i18n/pl.po index e48191a1cf5..0648d2abf3e 100644 --- a/addons/mail/i18n/pl.po +++ b/addons/mail/i18n/pl.po @@ -7,18 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-29 15:42+0000\n" -"Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-26 21:50+0000\n" +"Last-Translator: Monika Grzelak (OpenGLOBE.pl) " +"\n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s utworzono" @@ -62,7 +63,7 @@ msgstr "" "dokumentu.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -71,14 +72,21 @@ msgid "" "

    \n" " %(static_help)s" msgstr "" +"

    \n" +" Kliknij tutaj, aby dodać nowe %(document)s lub " +"wysłać wiadomość do: %(email)s\n" +"

    \n" +" %(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " "%(document)s

    %(static_help)s" msgstr "" +"

    Kliknij tutaj, aby dodać nowe " +"%(document)s

    %(static_help)s" #. module: mail #: model:ir.actions.client,help:mail.action_mail_inbox_feeds @@ -178,14 +186,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -196,7 +196,7 @@ msgstr "" "wartości domyślne do tworzenia nowego rekordu w tym aliasie." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Brak dostępu" @@ -267,7 +267,7 @@ msgstr "Alias" #. module: mail #: view:res.users:mail.view_users_form_mail msgid "Alias Accepts Emails From" -msgstr "" +msgstr "Alias akceptuje wiadomości od" #. module: mail #: field:mail.alias,alias_contact:0 @@ -282,7 +282,7 @@ msgstr "Alias domeny" #. module: mail #: field:mail.alias,alias_name:0 msgid "Alias Name" -msgstr "" +msgstr "Nazwa aliasu" #. module: mail #: field:mail.alias,alias_domain:0 @@ -312,6 +312,9 @@ msgid "" " not only the ids selected in the list " "view." msgstr "" +"Wszystkie rekordy pasujące do aktualnego filtru wyszukiwania zostaną " +"wysłane,\n" +" nie tylko ID zaznaczone w widoku listy." #. module: mail #. openerp-web @@ -327,6 +330,8 @@ msgid "" "Answers do not go in the original document' discussion thread. This has an " "impact on the generated message-id." msgstr "" +"Odpowiedzi nie idą do wątku dyskusji oryginalnego dokumentu. Ma to wpływ na " +"generowane ID wiadomości." #. module: mail #. openerp-web @@ -363,7 +368,7 @@ msgstr "Załączniki" #. module: mail #: selection:mail.alias,alias_contact:0 msgid "Authenticated Partners" -msgstr "" +msgstr "Uwierzytelnieni partnerzy" #. module: mail #: field:mail.compose.message,author_id:0 @@ -386,7 +391,7 @@ msgstr "" #: field:mail.compose.message,author_avatar:0 #: field:mail.message,author_avatar:0 msgid "Author's Avatar" -msgstr "" +msgstr "Awatar autora" #. module: mail #: field:mail.group,group_public_id:0 @@ -406,7 +411,7 @@ msgstr "Autosubskrypcja" #. module: mail #: view:mail.message.subtype:mail.view_mail_message_subtype_form msgid "Auto subscription" -msgstr "" +msgstr "Automatyczna subskrypcja" #. module: mail #: help:mail.compose.message,body:0 @@ -515,7 +520,6 @@ msgstr "Zawartość" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Utworzone przez" @@ -527,7 +531,6 @@ msgstr "Utworzone przez" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Data utworzenia" @@ -541,6 +544,8 @@ msgstr "Miesiąc utworzenia" #: help:mail.message,starred:0 msgid "Current user has a starred notification linked to this message" msgstr "" +"Aktualny użytkownik posiada ogwiazdkowaną notyfikację powiązaną z tą " +"wiadomością" #. module: mail #: help:mail.compose.message,to_read:0 @@ -604,6 +609,8 @@ msgid "" "Description that will be added in the message posted for this subtype. If " "void, the name will be added instead." msgstr "" +"Opis, który zostanie dodany do wiadomości umieszczonej dla tego podtypu. " +"Jeśli puste, zostanie dodana nazwa." #. module: mail #: model:ir.actions.client,name:mail.action_mail_group_feeds @@ -623,7 +630,7 @@ msgstr "Dyskusje" #. module: mail #: field:res.users,display_groups_suggestions:0 msgid "Display Groups Suggestions" -msgstr "" +msgstr "Wyświetl sugestie grup" #. module: mail #. openerp-web @@ -649,14 +656,14 @@ msgstr "Wykonano" #: code:addons/mail/static/src/js/mail_followers.js:99 #, python-format msgid "Edit Subscription of " -msgstr "" +msgstr "Edytuj subskrypcję " #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail_followers.xml:40 #, python-format msgid "Edit subscription" -msgstr "" +msgstr "Edytuj subskrypcję" #. module: mail #: selection:mail.compose.message,type:0 @@ -707,7 +714,7 @@ msgstr "" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "Email address to redirect replies..." -msgstr "" +msgstr "Adres e-mail do przekierowywania odpowiedzi" #. module: mail #: model:ir.model,name:mail.model_mail_compose_message @@ -717,7 +724,7 @@ msgstr "Kreator email" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "Email mass mailing" -msgstr "" +msgstr "Adres e-mail do mass-mailingu" #. module: mail #: view:mail.mail:mail.view_mail_form @@ -733,13 +740,13 @@ msgid "Emails" msgstr "Emaile" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Błąd" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -747,7 +754,7 @@ msgstr "" #. module: mail #: sql_constraint:mail.followers:0 msgid "Error, a partner cannot follow twice the same object." -msgstr "" +msgstr "Błąd, partner nie może dwukrotnie obserwować tego samego obiektu." #. module: mail #: selection:mail.alias,alias_contact:0 @@ -771,11 +778,14 @@ msgid "" "automatic subscription on a related document. The field is used to compute " "getattr(related_document.relation_field)." msgstr "" +"Pole używane do powiązania związanego modelu z podrzędnym modelem kiedy " +"używana jest automatyczna subskrypcja w związanym dokumencie. Pole używane " +"do obliczenia getattr(related_document.relation_field)." #. module: mail #: field:ir.attachment,file_type_icon:0 msgid "File Type Icon" -msgstr "" +msgstr "Ikona typu pliku" #. module: mail #. openerp-web @@ -924,7 +934,7 @@ msgstr "" #: field:mail.wizard.invite,id:0 #: field:publisher_warranty.contract,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: mail #: help:mail.alias,alias_parent_thread_id:0 @@ -932,6 +942,8 @@ msgid "" "ID of the parent record holding the alias (example: project holding the task " "creation alias)" msgstr "" +"ID rekordu nadrzędnego zawierającego alias (np. projekt zawierający alias " +"tworzenia zadań)" #. module: mail #: help:mail.followers,res_id:0 @@ -952,6 +964,8 @@ msgid "" "If checked, the partners will receive an email warning they have been added " "in the document's followers." msgstr "" +"Jeśli zaznaczone, partnerzy będą otrzymywać wiadomość ostrzegającą, że " +"dostali dodani do obserwujących dokument." #. module: mail #: help:base.config.settings,alias_domain:0 @@ -966,12 +980,14 @@ msgid "" "If you want to work only with selected ids, please uncheck the\n" " list header checkbox." msgstr "" +"Jeśli chcesz pracować tylko z wybranymi ID, odznacz\n" +" pole wyboru nagłówka listy." #. module: mail #: code:addons/mail/mail_alias.py:144 #, python-format msgid "Inactive Alias" -msgstr "" +msgstr "Nieaktywny alias" #. module: mail #: model:ir.actions.client,name:mail.action_mail_inbox_feeds @@ -1001,7 +1017,7 @@ msgstr "" "'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "Zaproszenie do obserwacji %s: %s" @@ -1052,7 +1068,6 @@ msgstr "Data ostatniej wiadomości" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "Ostatnio modyfikowano przez" @@ -1064,7 +1079,6 @@ msgstr "Ostatnio modyfikowano przez" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "Data ostatniej modyfikacji" @@ -1073,13 +1087,14 @@ msgstr "Data ostatniej modyfikacji" msgid "" "List of partners that will be added as follower of the current document." msgstr "" +"Lista partnerów, którzy zostaną dodani jako obserwujący aktualny dokument." #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:57 #, python-format msgid "Log a note for this document. No notification will be sent" -msgstr "" +msgstr "Dodaj notatkę do tego dokumentu. Notyfikacja nie zostanie wysłana" #. module: mail #: field:mail.compose.message,is_log:0 @@ -1095,10 +1110,10 @@ msgid "Log an internal note" msgstr "Zapisz wewnętrzną notatkę" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" -msgstr "" +msgstr "Dostarczenie wiadomości nie powiodło się" #. module: mail #: field:ir.ui.menu,mail_group_id:0 @@ -1108,12 +1123,13 @@ msgstr "Grupa mailowa" #. module: mail #: model:ir.actions.server,name:mail.action_mail_redirect msgid "Mail Redirection (Document / Inbox)" -msgstr "" +msgstr "Przekierowanie wiadomości (Dokument / Skrzynka odbiorcza)" #. module: mail #: help:mail.mail,notification:0 msgid "Mail has been created to notify people of an existing mail.message" msgstr "" +"Wiadomość została utworzona, aby poinformować o istniejącym mail.message" #. module: mail #. openerp-web @@ -1170,7 +1186,7 @@ msgstr "Typ Wiadomości" #. module: mail #: help:mail.mail,email_to:0 msgid "Message recipients (emails)" -msgstr "" +msgstr "Odbiorcy wiadomości (adresy e-mail)" #. module: mail #: help:mail.mail,references:0 @@ -1275,6 +1291,8 @@ msgstr "Model następnego zasobu" msgid "" "Model the subtype applies to. If False, this subtype applies to all models." msgstr "" +"Model, którego dotyczy podtyp. Jeśli \"Fałsz\", podtyp odnosi się do " +"wszystkich modeli." #. module: mail #: view:mail.mail:mail.view_mail_search @@ -1317,7 +1335,7 @@ msgid "Never" msgstr "Nigdy" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nowy(a)" @@ -1371,7 +1389,7 @@ msgstr "Powiadom obserwatorów" #. module: mail #: help:mail.compose.message,notify:0 msgid "Notify followers of the document (mass post only)" -msgstr "" +msgstr "Powiadom obserwujących dokument (tylko wiadomość masowa)" #. module: mail #. openerp-web @@ -1386,6 +1404,8 @@ msgid "" "Only the invited followers can read the\n" " discussions on this group." msgstr "" +"Tylko zaproszeni obserwujący mogą czytać\n" +" dyskusje w tej grupie." #. module: mail #: view:mail.alias:mail.view_mail_alias_form @@ -1395,12 +1415,12 @@ msgstr "Otwórz dokument" #. module: mail #: model:ir.actions.client,name:mail.action_client_messaging_menu msgid "Open Messaging Menu" -msgstr "" +msgstr "Otwórz menu wiadomości" #. module: mail #: view:mail.alias:mail.view_mail_alias_form msgid "Open Parent Document" -msgstr "" +msgstr "Otwórz dokument nadrzędny" #. module: mail #. openerp-web @@ -1466,7 +1486,7 @@ msgstr "Model nadrzędny" #. module: mail #: field:mail.alias,alias_parent_thread_id:0 msgid "Parent Record Thread ID" -msgstr "" +msgstr "ID wątku rekordu nadrzędnego" #. module: mail #: help:mail.alias,alias_parent_model_id:0 @@ -1475,6 +1495,9 @@ msgid "" "is not necessarily the model given by alias_model_id\n" "(example: project (parent_model) and task (model))" msgstr "" +"Model nadrzędny zawierający alias. Model zawierający odwołanie do aliasu\n" +"nie musi być modelem z alias_model_id\n" +"(np. projekt (parent_model) i zadanie (model))" #. module: mail #: help:mail.message.subtype,parent_id:0 @@ -1744,7 +1767,7 @@ msgstr "Wysłano" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1902,7 +1925,7 @@ msgstr "" "nadawcy. Jeśli nie znajdzie takiego użytkownika, to przypisze Administratora." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2126,17 +2149,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Masz %d nieprzeczytanych wiadomości" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Masz nieprzeczytaną wiadomość" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2146,7 +2181,7 @@ msgid "and" msgstr "i" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "dokument" @@ -2285,3 +2320,9 @@ msgstr "opracowane dokumenty" #, python-format msgid "uploading" msgstr "wysyłanie" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/pt.po b/addons/mail/i18n/pt.po index a725b5040ce..9108d4a98bc 100644 --- a/addons/mail/i18n/pt.po +++ b/addons/mail/i18n/pt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 11:56+0000\n" -"Last-Translator: Opencloud - PT \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 20:51+0000\n" +"Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s criado" @@ -59,7 +59,7 @@ msgstr "" "

    Olá,

    %s convidou-o a seguir um novo documento.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -75,7 +75,7 @@ msgstr "" "                         %(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -181,16 +181,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -"sobre%s %s" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -201,7 +191,7 @@ msgstr "" "forem criados novos registros para este apelido." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Acesso Negado" @@ -526,7 +516,6 @@ msgstr "Conteúdo" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Criada por" @@ -538,7 +527,6 @@ msgstr "Criada por" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Criada em" @@ -745,13 +733,13 @@ msgid "Emails" msgstr "E-mails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Erro" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Erro durante a comunicação com o servidor de suporte." @@ -1024,7 +1012,7 @@ msgstr "" "python como \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "Convite para seguir %s: %s" @@ -1075,7 +1063,6 @@ msgstr "Ultima Data de Mensagem" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "Ultima atualização por" @@ -1087,7 +1074,6 @@ msgstr "Ultima atualização por" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "Ultima atualização em" @@ -1120,7 +1106,7 @@ msgid "Log an internal note" msgstr "Registar uma nota interna" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "Entrega de Mensagem Falhada" @@ -1350,7 +1336,7 @@ msgid "Never" msgstr "Nunca" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Novo" @@ -1797,8 +1783,8 @@ msgstr "Enviada" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." -msgstr "Enviado por %(company)s usando o %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" +msgstr "Enviado por %(company)s usando %(odoo)s" #. module: mail #: field:mail.message.subtype,sequence:0 @@ -1964,7 +1950,7 @@ msgstr "" "endereço." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2207,17 +2193,29 @@ msgstr "" "outros módulos." #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Você tem %d mensagens por ler." #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Tem uma mensagem por ler" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "acerca de" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "acesso" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2227,7 +2225,7 @@ msgid "and" msgstr "e" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "documento" @@ -2366,3 +2364,9 @@ msgstr "documento actualizado" #, python-format msgid "uploading" msgstr "enviando" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "suas mensagens" diff --git a/addons/mail/i18n/pt_BR.po b/addons/mail/i18n/pt_BR.po index a9ef55f05af..c7066529a4e 100644 --- a/addons/mail/i18n/pt_BR.po +++ b/addons/mail/i18n/pt_BR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 21:36+0000\n" "Last-Translator: Luiz Fernando M.França (Sig Informática) \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s created" @@ -62,7 +62,7 @@ msgstr "" "documento..

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -73,7 +73,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -179,16 +179,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -"sobre %s %s" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -199,7 +189,7 @@ msgstr "" "forem criados novos registros para este apelido." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Acesso Negado" @@ -518,7 +508,6 @@ msgstr "Conteúdo" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Criado por" @@ -530,7 +519,6 @@ msgstr "Criado por" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Criado em" @@ -737,13 +725,13 @@ msgid "Emails" msgstr "E-mails" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Erro" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Erro durante a comunicação com o servidor de garantia." @@ -1010,7 +998,7 @@ msgstr "" "python como \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "Convite para seguir %s: %s" @@ -1061,7 +1049,6 @@ msgstr "Data da última mensagem" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "Última atualização por" @@ -1073,7 +1060,6 @@ msgstr "Última atualização por" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "Última atualização em" @@ -1105,7 +1091,7 @@ msgid "Log an internal note" msgstr "Registra uma nota interna" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "Falhou a entrega da mensagem" @@ -1334,7 +1320,7 @@ msgid "Never" msgstr "Nunca" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nova" @@ -1766,8 +1752,8 @@ msgstr "Enviada" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." -msgstr "Enviar para %(company)s usando %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" +msgstr "" #. module: mail #: field:mail.message.subtype,sequence:0 @@ -1927,7 +1913,7 @@ msgstr "" "endereço." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2165,17 +2151,29 @@ msgstr "" "Você não pode excluir estes grupos. Eles são necessários à outros módulos." #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Você possui %d mensagens não lidas" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Você tem uma mensagem não lida" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2185,7 +2183,7 @@ msgid "and" msgstr "e" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "documento" @@ -2324,3 +2322,21 @@ msgstr "Documento atualizado" #, python-format msgid "uploading" msgstr "enviando" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" + +#, python-format +#~ msgid "Sent by %(company)s using %(odoo)s." +#~ msgstr "Enviar para %(company)s usando %(odoo)s." + +#, python-format +#~ msgid "" +#~ "about %s %s" +#~ msgstr "" +#~ "sobre %s %s" diff --git a/addons/mail/i18n/ro.po b/addons/mail/i18n/ro.po index 77b0aa84bd4..8c2ea9402ff 100644 --- a/addons/mail/i18n/ro.po +++ b/addons/mail/i18n/ro.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-24 17:11+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:05+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s creat(ă)" @@ -62,7 +62,7 @@ msgstr "" "document.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -78,7 +78,7 @@ msgstr "" " %(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -186,16 +186,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" -"despre %s %s" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -206,7 +196,7 @@ msgstr "" "atunci cand creati inregistrari noi pentru acest alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Acces interzis" @@ -531,7 +521,6 @@ msgstr "Cuprins" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "Creat de" @@ -543,7 +532,6 @@ msgstr "Creat de" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "Creat la" @@ -752,13 +740,13 @@ msgid "Emails" msgstr "Email-uri" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Eroare" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Eroare în timpul comunicării cu serverul garanției editorului." @@ -1022,7 +1010,7 @@ msgstr "" "python, de exemplu \"{'camp': 'valoare'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1073,7 +1061,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1085,7 +1072,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1116,7 +1102,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1344,7 +1330,7 @@ msgid "Never" msgstr "Niciodată" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Nou(ă)" @@ -1772,7 +1758,7 @@ msgstr "Trimis" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1933,7 +1919,7 @@ msgstr "" "adresă." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2167,17 +2153,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Aveți %d mesaje necitite" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Aveți un mesaj necitit" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2187,7 +2185,7 @@ msgid "and" msgstr "și" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2326,3 +2324,17 @@ msgstr "a actualizat documentul" #, python-format msgid "uploading" msgstr "se încarcă" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" + +#, python-format +#~ msgid "" +#~ "about %s %s" +#~ msgstr "" +#~ "despre %s %s" diff --git a/addons/mail/i18n/ru.po b/addons/mail/i18n/ru.po index c419b6b3ed5..3f14ad68ccf 100644 --- a/addons/mail/i18n/ru.po +++ b/addons/mail/i18n/ru.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s создан" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -175,14 +175,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -193,7 +185,7 @@ msgstr "" "при создании записей для этого псевдонима." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Доступ запрещен" @@ -512,7 +504,6 @@ msgstr "Содержание" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -524,7 +515,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -735,13 +725,13 @@ msgid "Emails" msgstr "Эл. почта" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Ошибка" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Ошибка во время связи с сервером гарантии издателя." @@ -1005,7 +995,7 @@ msgstr "" "\"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1056,7 +1046,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1068,7 +1057,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1099,7 +1087,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1326,7 +1314,7 @@ msgid "Never" msgstr "Никогда" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Новый" @@ -1753,7 +1741,7 @@ msgstr "Отправлено" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1912,7 +1900,7 @@ msgstr "" "или сделает владельцем администратора." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2147,17 +2135,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "У Вас %d непрочитанных сообщений" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "У Вас одно непрочитанное сообщение" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2167,7 +2167,7 @@ msgid "and" msgstr "и" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2306,3 +2306,9 @@ msgstr "обновил документ" #, python-format msgid "uploading" msgstr "отправка данных" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/sl.po b/addons/mail/i18n/sl.po index df155fb940b..c74a5d3a461 100644 --- a/addons/mail/i18n/sl.po +++ b/addons/mail/i18n/sl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s kreirano" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Dostop zavrnjen" @@ -473,7 +465,6 @@ msgstr "Vsebina" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -485,7 +476,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -688,13 +678,13 @@ msgid "Emails" msgstr "Elektronska pošta" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Napaka" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -953,7 +943,7 @@ msgstr "" "\"{'field':'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1004,7 +994,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1016,7 +1005,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1047,7 +1035,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1266,7 +1254,7 @@ msgid "Never" msgstr "Nikoli" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1690,7 +1678,7 @@ msgstr "Poslano" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1839,7 +1827,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2062,17 +2050,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2082,7 +2082,7 @@ msgid "and" msgstr "in" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2221,3 +2221,9 @@ msgstr "ažuriran dokument" #, python-format msgid "uploading" msgstr "nalaganje" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/sr@latin.po b/addons/mail/i18n/sr@latin.po index 290fe751cdf..41c627dc3ee 100644 --- a/addons/mail/i18n/sr@latin.po +++ b/addons/mail/i18n/sr@latin.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/sv.po b/addons/mail/i18n/sv.po index 9e50fd1b06c..4e2011eb292 100644 --- a/addons/mail/i18n/sv.po +++ b/addons/mail/i18n/sv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s skapad" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -176,14 +176,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -194,7 +186,7 @@ msgstr "" "för detta alias." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Åtkomst nekad" @@ -513,7 +505,6 @@ msgstr "Innehåll" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -525,7 +516,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -732,13 +722,13 @@ msgid "Emails" msgstr "E-post" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Fel" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Fel vid kommunikation med servern för 'utgivarens underhållsavtal'." @@ -999,7 +989,7 @@ msgstr "" "{'fält':'värde'}" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1050,7 +1040,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1062,7 +1051,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1093,7 +1081,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1312,7 +1300,7 @@ msgid "Never" msgstr "Aldrig" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Ny" @@ -1741,7 +1729,7 @@ msgstr "Skickat" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1899,7 +1887,7 @@ msgstr "" "system user is found for that address." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2130,17 +2118,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "You have %d unread messages" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Du har ett oläst meddelande" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2150,7 +2150,7 @@ msgid "and" msgstr "and" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2289,3 +2289,9 @@ msgstr "uppdaterat dokument" #, python-format msgid "uploading" msgstr "laddar upp" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/th.po b/addons/mail/i18n/th.po index 85ecc8b3416..93587ae493b 100644 --- a/addons/mail/i18n/th.po +++ b/addons/mail/i18n/th.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -153,14 +153,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -169,7 +161,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "ไม่ได้รับอนุญาตให้เข้าใช้" @@ -486,7 +478,6 @@ msgstr "เนื้อหา" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -498,7 +489,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -699,13 +689,13 @@ msgid "Emails" msgstr "อีเมล์" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -962,7 +952,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1013,7 +1003,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1025,7 +1014,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1056,7 +1044,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1267,7 +1255,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "ใหม่" @@ -1691,7 +1679,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1840,7 +1828,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2057,17 +2045,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2077,7 +2077,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2216,3 +2216,9 @@ msgstr "เอกสารที่ปรับปรุง" #, python-format msgid "uploading" msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/tr.po b/addons/mail/i18n/tr.po index 92267d9713c..a3f12023699 100644 --- a/addons/mail/i18n/tr.po +++ b/addons/mail/i18n/tr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 08:37+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s oluşturuldu" @@ -49,6 +49,8 @@ msgstr "(e-mail adresi yok)" msgid "" "

    Hello,

    %s invited you to follow %s document: %s.

    " msgstr "" +"

    Merhaba,

    %s sizi %s belgesini izlemeniz için davet etti: " +"%s.

    " #. module: mail #: code:addons/mail/wizard/invite.py:47 @@ -56,9 +58,11 @@ msgstr "" msgid "" "

    Hello,

    %s invited you to follow a new document.

    " msgstr "" +"

    Merhaba,

    %s sizi bir yeni belgeyi izlemeniz için davet " +"etti.

    " #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -67,9 +71,15 @@ msgid "" "

    \n" " %(static_help)s" msgstr "" +"

    \n" +" Yeni %(document)s eklemek veya bu adrese bir " +"eposta göndermek için buraya tıklayın: %(email)s\n" +"

    \n" +" %(static_help)s" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -175,14 +185,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -193,7 +195,7 @@ msgstr "" "değerleri sağlamak için değerlendirilir." #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Erişim Rededildi" @@ -211,12 +213,12 @@ msgstr "Abone olurken varsayılan olarak etkinleştirilir." #. module: mail #: view:mail.alias:mail.view_mail_alias_search msgid "Active" -msgstr "" +msgstr "Etkin" #. module: mail #: field:mail.compose.message,active_domain:0 msgid "Active domain" -msgstr "" +msgstr "Etkin alan adı" #. module: mail #: view:mail.wizard.invite:mail.mail_wizard_invite_form @@ -300,7 +302,7 @@ msgstr "Rumuzlar" #. module: mail #: selection:res.partner,notify_email:0 msgid "All Messages" -msgstr "" +msgstr "Tüm İletiler" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form @@ -330,7 +332,7 @@ msgstr "" #: code:addons/mail/static/src/js/mail_followers.js:101 #, python-format msgid "Apply" -msgstr "" +msgstr "Uygula" #. module: mail #: model:ir.actions.client,name:mail.action_mail_archives_feeds @@ -348,7 +350,7 @@ msgstr "Bir Dosya Ekle" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "Attach a file" -msgstr "" +msgstr "Bir dosya ekle" #. module: mail #: field:mail.compose.message,attachment_ids:0 @@ -403,7 +405,7 @@ msgstr "Otomatik Abonelik" #. module: mail #: view:mail.message.subtype:mail.view_mail_message_subtype_form msgid "Auto subscription" -msgstr "" +msgstr "Otomatik abonelik" #. module: mail #: help:mail.compose.message,body:0 @@ -496,7 +498,7 @@ msgstr "İçerek" #. module: mail #: field:ir.attachment,file_type:0 msgid "Content Type" -msgstr "" +msgstr "İçerik Türü" #. module: mail #: field:mail.compose.message,body:0 @@ -512,9 +514,8 @@ msgstr "İçerekler" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: mail #: field:mail.alias,create_date:0 @@ -524,9 +525,8 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturulma" #. module: mail #: view:mail.mail:mail.view_mail_search @@ -549,7 +549,7 @@ msgstr "Geçerli kullanıcı bu mesajı bağlantılı okunmadı bildirim var" #: code:addons/mail/res_partner.py:31 #, python-format msgid "Customers" -msgstr "" +msgstr "Müşteriler" #. module: mail #: field:mail.compose.message,date:0 @@ -562,7 +562,7 @@ msgstr "Tarih" #: help:mail.thread,message_last_post:0 #: help:res.partner,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Kayıta işlenmiş son mesajın tarihi." #. module: mail #: field:mail.message.subtype,default:0 @@ -621,7 +621,7 @@ msgstr "Tartışmalar" #. module: mail #: field:res.users,display_groups_suggestions:0 msgid "Display Groups Suggestions" -msgstr "" +msgstr "Grup Önerilerini Göster" #. module: mail #. openerp-web @@ -647,14 +647,14 @@ msgstr "Biten" #: code:addons/mail/static/src/js/mail_followers.js:99 #, python-format msgid "Edit Subscription of " -msgstr "" +msgstr "Buna ait Aboneliği düzenle " #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail_followers.xml:40 #, python-format msgid "Edit subscription" -msgstr "" +msgstr "Abonelik düzenle" #. module: mail #: selection:mail.compose.message,type:0 @@ -666,7 +666,7 @@ msgstr "Eposta" #. module: mail #: view:mail.group:mail.view_group_form msgid "Email Alias" -msgstr "" +msgstr "Eposta Rumuzu" #. module: mail #: model:ir.model,name:mail.model_mail_alias @@ -705,7 +705,7 @@ msgstr "" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "Email address to redirect replies..." -msgstr "" +msgstr "Yanıtlara yeniden iletilecek eposta adresi..." #. module: mail #: model:ir.model,name:mail.model_mail_compose_message @@ -715,7 +715,7 @@ msgstr "Eposta yazma sihirbazı" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "Email mass mailing" -msgstr "" +msgstr "Toplu eposta gönderimi" #. module: mail #: view:mail.mail:mail.view_mail_form @@ -731,13 +731,13 @@ msgid "Emails" msgstr "Epostalar" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "Hata" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "Yayıncı garanti sunucuyla iletişim sırasında hata oluştu." @@ -745,12 +745,12 @@ msgstr "Yayıncı garanti sunucuyla iletişim sırasında hata oluştu." #. module: mail #: sql_constraint:mail.followers:0 msgid "Error, a partner cannot follow twice the same object." -msgstr "" +msgstr "Hata, bir iş ortağı aynı nesneyi iki defa izleyemez." #. module: mail #: selection:mail.alias,alias_contact:0 msgid "Everyone" -msgstr "" +msgstr "Herkes" #. module: mail #: view:mail.mail:mail.view_mail_search @@ -776,7 +776,7 @@ msgstr "" #. module: mail #: field:ir.attachment,file_type_icon:0 msgid "File Type Icon" -msgstr "" +msgstr "Dosya Türü İkonu" #. module: mail #. openerp-web @@ -813,19 +813,19 @@ msgstr "Bunu izleyiciler" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "Followers of the document and" -msgstr "" +msgstr "Belgenin izleyicileri ve" #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:131 #, python-format msgid "Followers of this document" -msgstr "" +msgstr "Bu belgenin izleyicileri" #. module: mail #: selection:mail.alias,alias_contact:0 msgid "Followers only" -msgstr "" +msgstr "Yalnızca izleyiciler" #. module: mail #. openerp-web @@ -844,7 +844,7 @@ msgstr "Kimden" #: code:addons/mail/res_users.py:75 #, python-format msgid "Go to the configuration panel" -msgstr "" +msgstr "Yapılandırma paneline git" #. module: mail #: view:mail.group:mail.view_group_search @@ -856,7 +856,7 @@ msgstr "Grup" #: view:mail.mail:mail.view_mail_search #: view:mail.message:mail.view_message_search msgid "Group By" -msgstr "" +msgstr "Gruplandır" #. module: mail #: view:mail.group:mail.view_group_form @@ -888,12 +888,12 @@ msgstr "Ekleri var" #: view:mail.mail:mail.view_mail_form #: field:mail.mail,headers:0 msgid "Headers" -msgstr "" +msgstr "Başlıklar" #. module: mail #: field:mail.message.subtype,hidden:0 msgid "Hidden" -msgstr "" +msgstr "Gizli" #. module: mail #: help:mail.message.subtype,hidden:0 @@ -924,7 +924,7 @@ msgstr "" #: field:mail.wizard.invite,id:0 #: field:publisher_warranty.contract,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: mail #: help:mail.alias,alias_parent_thread_id:0 @@ -1001,7 +1001,7 @@ msgstr "" "'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1042,7 +1042,7 @@ msgstr "Bir Gruba Katılın" #: field:mail.thread,message_last_post:0 #: field:res.partner,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Son Mesaj Tarihi" #. module: mail #: field:mail.alias,write_uid:0 @@ -1052,9 +1052,8 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Son Güncelleyen" #. module: mail #: field:mail.alias,write_date:0 @@ -1064,9 +1063,8 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: mail #: help:mail.wizard.invite,partner_ids:0 @@ -1095,10 +1093,10 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" -msgstr "" +msgstr "Posta Gönderiminde Hata" #. module: mail #: field:ir.ui.menu,mail_group_id:0 @@ -1108,7 +1106,7 @@ msgstr "Mail Grubu" #. module: mail #: model:ir.actions.server,name:mail.action_mail_redirect msgid "Mail Redirection (Document / Inbox)" -msgstr "" +msgstr "Posta Yönlendirmesi (Belge / Gelen kutusu)" #. module: mail #: help:mail.mail,notification:0 @@ -1170,7 +1168,7 @@ msgstr "Mesaj Tipi" #. module: mail #: help:mail.mail,email_to:0 msgid "Message recipients (emails)" -msgstr "" +msgstr "Posta alıcıları (eposta)" #. module: mail #: help:mail.mail,references:0 @@ -1298,7 +1296,7 @@ msgstr "Gelen Kutusuna Taşı" #: code:addons/mail/static/src/xml/mail.xml:130 #, python-format msgid "My Followers" -msgstr "" +msgstr "İzleyicilerim" #. module: mail #: model:ir.ui.menu,name:mail.mail_group_root @@ -1322,7 +1320,7 @@ msgid "Never" msgstr "Asla" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "Yeni" @@ -1371,7 +1369,7 @@ msgstr "Onaylanmış partnerler" #. module: mail #: field:mail.compose.message,notify:0 msgid "Notify followers" -msgstr "" +msgstr "İzleyicileri bilgilendir" #. module: mail #: help:mail.compose.message,notify:0 @@ -1391,21 +1389,23 @@ msgid "" "Only the invited followers can read the\n" " discussions on this group." msgstr "" +"Bu gruptaki görüşmeleri yalnızca\n" +" davetli izleyiciler okuyabilr." #. module: mail #: view:mail.alias:mail.view_mail_alias_form msgid "Open Document" -msgstr "" +msgstr "Belge Aç" #. module: mail #: model:ir.actions.client,name:mail.action_client_messaging_menu msgid "Open Messaging Menu" -msgstr "" +msgstr "Mesajlaşma Menüsünü Aç" #. module: mail #: view:mail.alias:mail.view_mail_alias_form msgid "Open Parent Document" -msgstr "" +msgstr "Ana Belgeyi Aç" #. module: mail #. openerp-web @@ -1465,7 +1465,7 @@ msgstr "Üst Mesaj" #. module: mail #: field:mail.alias,alias_parent_model_id:0 msgid "Parent Model" -msgstr "" +msgstr "Ana Model" #. module: mail #: field:mail.alias,alias_parent_thread_id:0 @@ -1712,7 +1712,7 @@ msgstr "Gönder" #. module: mail #: field:mail.wizard.invite,send_mail:0 msgid "Send Email" -msgstr "" +msgstr "Eposta Gönder" #. module: mail #: view:mail.mail:mail.view_mail_form @@ -1732,7 +1732,7 @@ msgstr "Bir mesaj gönder" #: code:addons/mail/static/src/xml/mail.xml:54 #, python-format msgid "Send a message to all followers of the document" -msgstr "" +msgstr "Belgenin tüm izleyicilerine bir mesaj gönder" #. module: mail #: view:mail.group:mail.view_group_form @@ -1748,13 +1748,13 @@ msgstr "Gönderilmiş" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail #: field:mail.message.subtype,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Sıralama" #. module: mail #. openerp-web @@ -1839,7 +1839,7 @@ msgstr "Alt-Türler" #: code:addons/mail/static/src/xml/suggestions.xml:16 #, python-format msgid "Suggested Groups" -msgstr "" +msgstr "Önerilen Gruplar" #. module: mail #: field:mail.group,message_summary:0 @@ -1907,7 +1907,7 @@ msgstr "" "Administratörü kullanacaktır." #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2085,7 +2085,7 @@ msgstr "Oylamalar" #: code:addons/mail/mail_group.py:174 #, python-format msgid "Warning!" -msgstr "" +msgstr "Uyarı!" #. module: mail #. openerp-web @@ -2140,17 +2140,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "Okunmamış %d mesajınız var" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "Bir okunmamış mesajınız var" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "hakkında" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "erişim" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2160,10 +2172,10 @@ msgid "and" msgstr "ve" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" -msgstr "" +msgstr "belge" #. module: mail #. openerp-web @@ -2269,7 +2281,7 @@ msgstr "" #. module: mail #: view:mail.compose.message:mail.email_compose_message_wizard_form msgid "the selected records" -msgstr "" +msgstr "seçili kayıtlar" #. module: mail #. openerp-web @@ -2299,3 +2311,9 @@ msgstr "belge güncellendi" #, python-format msgid "uploading" msgstr "yükleniyor" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "mesajlarınız" diff --git a/addons/mail/i18n/vi.po b/addons/mail/i18n/vi.po index 5251853c1fb..812f7ab6de3 100644 --- a/addons/mail/i18n/vi.po +++ b/addons/mail/i18n/vi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s đã được tạo" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -138,14 +138,6 @@ msgid "" " " msgstr "" -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -154,7 +146,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "Từ chối truy cập" @@ -471,7 +463,6 @@ msgstr "" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -483,7 +474,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -684,13 +674,13 @@ msgid "Emails" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "" @@ -947,7 +937,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -998,7 +988,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1010,7 +999,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1041,7 +1029,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1252,7 +1240,7 @@ msgid "Never" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1676,7 +1664,7 @@ msgstr "" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1825,7 +1813,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2042,17 +2030,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2062,7 +2062,7 @@ msgid "and" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2201,3 +2201,9 @@ msgstr "đã cập nhật tài liệu" #, python-format msgid "uploading" msgstr "đang tải lên" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/zh_CN.po b/addons/mail/i18n/zh_CN.po index c351c259b81..9f017dda486 100644 --- a/addons/mail/i18n/zh_CN.po +++ b/addons/mail/i18n/zh_CN.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "%s 创建" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -169,14 +169,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -185,7 +177,7 @@ msgid "" msgstr "当创建别名的新记录时,一个Python字典被提供作为默认值" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "访问被拒绝" @@ -502,7 +494,6 @@ msgstr "内容" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -514,7 +505,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -715,13 +705,13 @@ msgid "Emails" msgstr "电子邮件" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "错误" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "当与保障服务器通信时发生错误。" @@ -979,7 +969,7 @@ msgid "" msgstr "错误的表达式,必须是 python 字典定义,例如: \"{'field': 'value'}\"" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1030,7 +1020,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1042,7 +1031,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1073,7 +1061,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1285,7 +1273,7 @@ msgid "Never" msgstr "未曾" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "新建" @@ -1709,7 +1697,7 @@ msgstr "已发送" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1860,7 +1848,7 @@ msgstr "" "若此字段无设置,系统将依据收发地址来寻找正确的所有者,如果在那个地址上没有系统使用者可以找到的话,将使用admin账户。" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2082,17 +2070,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "您有 %d 条未读消息" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "您有一个未读消息" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2102,7 +2102,7 @@ msgid "and" msgstr "且" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2241,3 +2241,9 @@ msgstr "更新文档" #, python-format msgid "uploading" msgstr "上传中" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/mail/i18n/zh_TW.po b/addons/mail/i18n/zh_TW.po index 9c62fb21c2b..d2fb9de75e4 100644 --- a/addons/mail/i18n/zh_TW.po +++ b/addons/mail/i18n/zh_TW.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:15+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mail -#: code:addons/mail/mail_thread.py:385 +#: code:addons/mail/mail_thread.py:384 #, python-format msgid "%s created" msgstr "" @@ -58,7 +58,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:135 +#: code:addons/mail/mail_thread.py:134 #, python-format msgid "" "

    \n" @@ -69,7 +69,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:146 +#: code:addons/mail/mail_thread.py:145 #, python-format msgid "" "

    Click here to add new " @@ -148,14 +148,6 @@ msgstr "" "

    \n" " " -#. module: mail -#: code:addons/mail/mail_mail.py:159 -#, python-format -msgid "" -"about %s %s" -msgstr "" - #. module: mail #: help:mail.alias,alias_defaults:0 msgid "" @@ -164,7 +156,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:755 +#: code:addons/mail/mail_message.py:763 #, python-format msgid "Access Denied" msgstr "拒絕存取" @@ -481,7 +473,6 @@ msgstr "內容" #: field:mail.message,create_uid:0 #: field:mail.message.subtype,create_uid:0 #: field:mail.wizard.invite,create_uid:0 -#: field:publisher_warranty.contract,create_uid:0 msgid "Created by" msgstr "" @@ -493,7 +484,6 @@ msgstr "" #: field:mail.message,create_date:0 #: field:mail.message.subtype,create_date:0 #: field:mail.wizard.invite,create_date:0 -#: field:publisher_warranty.contract,create_date:0 msgid "Created on" msgstr "" @@ -694,13 +684,13 @@ msgid "Emails" msgstr "電子郵件" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error" msgstr "錯誤" #. module: mail -#: code:addons/mail/update.py:93 +#: code:addons/mail/update.py:91 #, python-format msgid "Error during communication with the publisher warranty server." msgstr "與發佈者保用伺服器聯絡時發生錯誤。" @@ -957,7 +947,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/wizard/invite.py:96 +#: code:addons/mail/wizard/invite.py:97 #, python-format msgid "Invitation to follow %s: %s" msgstr "" @@ -1008,7 +998,6 @@ msgstr "" #: field:mail.message,write_uid:0 #: field:mail.message.subtype,write_uid:0 #: field:mail.wizard.invite,write_uid:0 -#: field:publisher_warranty.contract,write_uid:0 msgid "Last Updated by" msgstr "" @@ -1020,7 +1009,6 @@ msgstr "" #: field:mail.message,write_date:0 #: field:mail.message.subtype,write_date:0 #: field:mail.wizard.invite,write_date:0 -#: field:publisher_warranty.contract,write_date:0 msgid "Last Updated on" msgstr "" @@ -1051,7 +1039,7 @@ msgid "Log an internal note" msgstr "" #. module: mail -#: code:addons/mail/mail_mail.py:323 +#: code:addons/mail/mail_mail.py:330 #, python-format msgid "Mail Delivery Failed" msgstr "" @@ -1262,7 +1250,7 @@ msgid "Never" msgstr "從不" #. module: mail -#: code:addons/mail/mail_thread.py:173 +#: code:addons/mail/mail_thread.py:172 #, python-format msgid "New" msgstr "" @@ -1686,7 +1674,7 @@ msgstr "已傳送" #. module: mail #: code:addons/mail/mail_followers.py:155 #, python-format -msgid "Sent by %(company)s using %(odoo)s." +msgid "Sent by %(company)s using %(odoo)s" msgstr "" #. module: mail @@ -1835,7 +1823,7 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_message.py:756 +#: code:addons/mail/mail_message.py:764 #, python-format msgid "" "The requested operation cannot be completed due to security restrictions. " @@ -2054,17 +2042,29 @@ msgid "" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have %d unread messages" msgstr "" #. module: mail -#: code:addons/mail/mail_thread.py:172 +#: code:addons/mail/mail_thread.py:171 #, python-format msgid "You have one unread message" msgstr "" +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "about" +msgstr "" + +#. module: mail +#: code:addons/mail/mail_mail.py:160 +#, python-format +msgid "access" +msgstr "" + #. module: mail #. openerp-web #: code:addons/mail/static/src/xml/mail.xml:137 @@ -2074,7 +2074,7 @@ msgid "and" msgstr "與" #. module: mail -#: code:addons/mail/mail_thread.py:116 +#: code:addons/mail/mail_thread.py:115 #, python-format msgid "document" msgstr "" @@ -2213,3 +2213,9 @@ msgstr "" #, python-format msgid "uploading" msgstr "上傳" + +#. module: mail +#: code:addons/mail/mail_mail.py:162 +#, python-format +msgid "your messages" +msgstr "" diff --git a/addons/marketing_campaign/i18n/ar.po b/addons/marketing_campaign/i18n/ar.po index f6bca73ab33..338bfc641a8 100644 --- a/addons/marketing_campaign/i18n/ar.po +++ b/addons/marketing_campaign/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "يوم" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "تقارير التسويق" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "التنقلات الصادرة" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "إستعادة" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1116,7 +1113,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/bg.po b/addons/marketing_campaign/i18n/bg.po index 7c418cc75c1..ea9691b0d24 100644 --- a/addons/marketing_campaign/i18n/bg.po +++ b/addons/marketing_campaign/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -309,7 +290,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Ден" @@ -468,6 +448,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -614,6 +612,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Маркетингови доклади" @@ -742,7 +741,6 @@ msgid "Outgoing Transitions" msgstr "Изходящи преходи" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -806,7 +804,6 @@ msgid "Reset" msgstr "Изчистване" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1107,7 +1104,6 @@ msgid "Workitems" msgstr "Задачи" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Година" diff --git a/addons/marketing_campaign/i18n/ca.po b/addons/marketing_campaign/i18n/ca.po index d187c37f738..33f3e206117 100644 --- a/addons/marketing_campaign/i18n/ca.po +++ b/addons/marketing_campaign/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -316,7 +297,6 @@ msgstr "" "Data en la qual aquest segment va ser tancat o cancel·lat per última vegada" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dia" @@ -483,6 +463,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -631,6 +629,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Informes de marketing" @@ -765,7 +764,6 @@ msgid "Outgoing Transitions" msgstr "Transicions sortints" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -838,7 +836,6 @@ msgid "Reset" msgstr "Reinicia" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1165,7 +1162,6 @@ msgid "Workitems" msgstr "Elements de treball" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Any" diff --git a/addons/marketing_campaign/i18n/cs.po b/addons/marketing_campaign/i18n/cs.po index 05277cb6dee..32eb699131a 100644 --- a/addons/marketing_campaign/i18n/cs.po +++ b/addons/marketing_campaign/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -312,7 +293,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Datum posledního uzavření nebo zrušení segmentu." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Den" @@ -484,6 +464,26 @@ msgstr "Sledování" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "Brzy obdržíte uvítací balíček." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"S potěšením vám můžeme oznámit, že vstoupili do výběrového okruhu našicj " +"Gold partnerů" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "S potěšením vás ede dneška vítáme mezi našimi Silver partnery!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -638,6 +638,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Marketingová hlášení" @@ -766,7 +767,6 @@ msgid "Outgoing Transitions" msgstr "Přechod na konci" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -838,7 +838,6 @@ msgid "Reset" msgstr "Obnovit" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1166,7 +1165,6 @@ msgid "Workitems" msgstr "Pracovní kroky" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Rok" diff --git a/addons/marketing_campaign/i18n/da.po b/addons/marketing_campaign/i18n/da.po index e2cd5dc49c1..efbdba5c6b6 100644 --- a/addons/marketing_campaign/i18n/da.po +++ b/addons/marketing_campaign/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/de.po b/addons/marketing_campaign/i18n/de.po index 2b37ff1eb2b..2e8124388f8 100644 --- a/addons/marketing_campaign/i18n/de.po +++ b/addons/marketing_campaign/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-15 08:36+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:34+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign @@ -62,25 +62,6 @@ msgstr "" "

    \n" " " -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "

    Hallo, Sie erhalten Ihr Begrüßungspaket in Kürze per E-Mail.

    " - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "

    Hallo, wir begrüßen Sie als unseren Gold-Partner!

    " - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "

    Hallo, wir begrüßen Sie als unseren Silber-Partner!

    " - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -334,7 +315,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Datum der letzten Ausführung" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Tag" @@ -508,6 +488,25 @@ msgstr "Erinnerung" msgid "Group By" msgstr "Gruppierung" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "Hallo, Sie werden das Willkommenspaket in Kürze per E-Mail erhalten" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Hallo, wir teilen Ihnen mit, daß wir Sie zum Gold Partner ernennen dürfen" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "Hallo, wir sind glücklich Sie als Silber Partner zu begrüssen!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -666,6 +665,7 @@ msgstr "Statistik Kampagnen" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Marketing-Auswertungen" @@ -795,7 +795,6 @@ msgid "Outgoing Transitions" msgstr "Abgehende Verbindung" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -868,7 +867,6 @@ msgid "Reset" msgstr "Zurücksetzen" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1204,7 +1202,6 @@ msgid "Workitems" msgstr "Auftragspositionen" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Jahr" @@ -1219,3 +1216,16 @@ msgstr "Jahr(e)" #, python-format msgid "You cannot duplicate a campaign, Not supported yet." msgstr "Duplizieren einer Kampagne ist derzeit nicht möglich" + +#~ msgid "" +#~ "

    Hi, we are delighted to welcome you among our Silver Partners as of " +#~ "today!

    " +#~ msgstr "

    Hallo, wir begrüßen Sie als unseren Silber-Partner!

    " + +#~ msgid "

    Hello, you will receive your welcome pack via email shortly.

    " +#~ msgstr "

    Hallo, Sie erhalten Ihr Begrüßungspaket in Kürze per E-Mail.

    " + +#~ msgid "" +#~ "

    Hi, we are delighted to let you know that you have entered the select " +#~ "circle of our Gold Partners

    " +#~ msgstr "

    Hallo, wir begrüßen Sie als unseren Gold-Partner!

    " diff --git a/addons/marketing_campaign/i18n/el.po b/addons/marketing_campaign/i18n/el.po index 04a183f185a..cdaaffc3a13 100644 --- a/addons/marketing_campaign/i18n/el.po +++ b/addons/marketing_campaign/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Ημέρα" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "Εξερχόμενες Μεταβάσεις" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "Επαναφορά" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1108,7 +1105,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/es.po b/addons/marketing_campaign/i18n/es.po index 8a19979cb43..b1e2fdcf933 100644 --- a/addons/marketing_campaign/i18n/es.po +++ b/addons/marketing_campaign/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-17 21:59+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -58,29 +58,6 @@ msgstr "" "

    \n" " " -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" -"

    Hola, recibirá su paquete de bienvenida vía correo electrónico muy " -"pronto.

    " - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" -"

    Hola, nos complace informarle de que ha entrado en el selecto círculo de " -"socios gold.

    " - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "

    Hola, nos complace darle la bienvenida como socio silver.

    " - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -335,7 +312,6 @@ msgstr "" "Fecha en la cual este segmento fue cerrado o cancelado por última vez" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Día" @@ -508,6 +484,28 @@ msgstr "Seguimiento" msgid "Group By" msgstr "Agrupar por" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" +"Hola, recibirá su lote de bienvenidad por correo electrónico en breve." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Hola, estamos complacidos de anunciarle que ha entrado en el selecto círculo " +"de nuestros gold partners." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" +"Hola, ¡estamos encantados de darle la bienvenida como silver partner!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -665,6 +663,7 @@ msgstr "Estadísticas de campaña de marketing" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Informes de marketing" @@ -799,7 +798,6 @@ msgid "Outgoing Transitions" msgstr "Transiciones salientes" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -872,7 +870,6 @@ msgid "Reset" msgstr "Reiniciar" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1211,7 +1208,6 @@ msgid "Workitems" msgstr "Elementos de trabajo" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Año" @@ -1226,3 +1222,20 @@ msgstr "Año(s)" #, python-format msgid "You cannot duplicate a campaign, Not supported yet." msgstr "No puede duplicar una campaña. No está soportado aún." + +#~ msgid "" +#~ "

    Hi, we are delighted to welcome you among our Silver Partners as of " +#~ "today!

    " +#~ msgstr "

    Hola, nos complace darle la bienvenida como socio silver.

    " + +#~ msgid "

    Hello, you will receive your welcome pack via email shortly.

    " +#~ msgstr "" +#~ "

    Hola, recibirá su paquete de bienvenida vía correo electrónico muy " +#~ "pronto.

    " + +#~ msgid "" +#~ "

    Hi, we are delighted to let you know that you have entered the select " +#~ "circle of our Gold Partners

    " +#~ msgstr "" +#~ "

    Hola, nos complace informarle de que ha entrado en el selecto círculo de " +#~ "socios gold.

    " diff --git a/addons/marketing_campaign/i18n/es_AR.po b/addons/marketing_campaign/i18n/es_AR.po index e76f461c2a7..a9cd6c9a2a1 100644 --- a/addons/marketing_campaign/i18n/es_AR.po +++ b/addons/marketing_campaign/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "" @@ -467,6 +447,26 @@ msgstr "Seguimiento" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Hola, estamos complacidos de anunciarle que ha entrado en el selecto círculo " +"de nuestros Gold Partners." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +613,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +742,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +805,6 @@ msgid "Reset" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1112,7 +1111,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/es_CR.po b/addons/marketing_campaign/i18n/es_CR.po index 857b2ed458d..610011ca10b 100644 --- a/addons/marketing_campaign/i18n/es_CR.po +++ b/addons/marketing_campaign/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -316,7 +297,6 @@ msgstr "" "Fecha en la cual este segmento fue cerrado o cancelado por última vez" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Día" @@ -489,6 +469,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -647,6 +645,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Informes de marketing" @@ -781,7 +780,6 @@ msgid "Outgoing Transitions" msgstr "Transiciones salientes" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -854,7 +852,6 @@ msgid "Reset" msgstr "Reiniciar" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1190,7 +1187,6 @@ msgid "Workitems" msgstr "Elementos de trabajo" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Año" diff --git a/addons/marketing_campaign/i18n/fi.po b/addons/marketing_campaign/i18n/fi.po index 3a376fa182a..d015adac668 100644 --- a/addons/marketing_campaign/i18n/fi.po +++ b/addons/marketing_campaign/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -310,7 +291,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Päivä jolloin tämä osio suljettiin tai peruutettiin." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Päivä" @@ -469,6 +449,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -616,6 +614,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Markkinointiraportit" @@ -744,7 +743,6 @@ msgid "Outgoing Transitions" msgstr "Lähtevät siirtymät" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -808,7 +806,6 @@ msgid "Reset" msgstr "Palauta" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1111,7 +1108,6 @@ msgid "Workitems" msgstr "Työkohteet" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Vuosi" diff --git a/addons/marketing_campaign/i18n/fr.po b/addons/marketing_campaign/i18n/fr.po index f9aa2484329..9a1f0c40e9c 100644 --- a/addons/marketing_campaign/i18n/fr.po +++ b/addons/marketing_campaign/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -315,7 +296,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Dernière date à laquelle ce segment a été fermé ou annulé." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Jour" @@ -490,6 +470,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -644,6 +642,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Rapports marketing" @@ -778,7 +777,6 @@ msgid "Outgoing Transitions" msgstr "Transitions sortantes" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -851,7 +849,6 @@ msgid "Reset" msgstr "Réinitialiser" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1193,7 +1190,6 @@ msgid "Workitems" msgstr "Objets" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Année" diff --git a/addons/marketing_campaign/i18n/he.po b/addons/marketing_campaign/i18n/he.po index 39931e27214..56262529d2d 100644 --- a/addons/marketing_campaign/i18n/he.po +++ b/addons/marketing_campaign/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "יום" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "דוחות שיווק" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "אפס" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "פריטי עבודה" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "שנה" diff --git a/addons/marketing_campaign/i18n/hi.po b/addons/marketing_campaign/i18n/hi.po index 2eb4ca7e2eb..bd18a89e3fd 100644 --- a/addons/marketing_campaign/i18n/hi.po +++ b/addons/marketing_campaign/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "दिन" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "निवर्तमान बदलाव" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "फिर से कायम करना" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1107,7 +1104,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/hr.po b/addons/marketing_campaign/i18n/hr.po index 3671501b5cd..340009ebe8c 100644 --- a/addons/marketing_campaign/i18n/hr.po +++ b/addons/marketing_campaign/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dan" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "Izlazne tranzicije" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "Resetiraj" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/hu.po b/addons/marketing_campaign/i18n/hu.po index dd26dc6b8e9..13aeb4ff106 100644 --- a/addons/marketing_campaign/i18n/hu.po +++ b/addons/marketing_campaign/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -316,7 +297,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Dátum amikor ez a szakasz utoljára le volt zárva vagy visszavonva." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Nap" @@ -490,6 +470,25 @@ msgstr "Fizetési emlékeztető" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "Helló, nemsokára emailben megkapja az üdvözlő csomagot." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Helló, mi örömmel tudatjuk, hogy bekerül az arany kiválasztott tagok körébe" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "Helló, örömmel köszöntjük az Ezüst Partnereink között a mai naptól!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -646,6 +645,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Marketing jelentések" @@ -777,7 +777,6 @@ msgid "Outgoing Transitions" msgstr "Kimenő átmenetek" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -850,7 +849,6 @@ msgid "Reset" msgstr "Visszaállítás" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1185,7 +1183,6 @@ msgid "Workitems" msgstr "Feladatelemek" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Év" diff --git a/addons/marketing_campaign/i18n/it.po b/addons/marketing_campaign/i18n/it.po index 4ed2bd076d7..d3c7221ee87 100644 --- a/addons/marketing_campaign/i18n/it.po +++ b/addons/marketing_campaign/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -310,7 +291,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Ultima data in cui questo segmento è stato chiuso o annullato." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Giorno" @@ -472,6 +452,24 @@ msgstr "Attività Successive" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "Buongiorno, riceverete il pacco benvenuto via email a breve." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -618,6 +616,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Report Marketing" @@ -750,7 +749,6 @@ msgid "Outgoing Transitions" msgstr "Transizioni in Uscita" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -814,7 +812,6 @@ msgid "Reset" msgstr "Ripristina" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1130,7 +1127,6 @@ msgid "Workitems" msgstr "Oggetti di Lavoro" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Anno" diff --git a/addons/marketing_campaign/i18n/ja.po b/addons/marketing_campaign/i18n/ja.po index ef666c243ea..04ec34fd8ad 100644 --- a/addons/marketing_campaign/i18n/ja.po +++ b/addons/marketing_campaign/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "このセグメントが最後に閉じたあるいはキャンセルされた日付" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "日" @@ -474,6 +454,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -624,6 +622,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "マーケティングレポート" @@ -752,7 +751,6 @@ msgid "Outgoing Transitions" msgstr "外向き遷移" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -823,7 +821,6 @@ msgid "Reset" msgstr "リセット" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1135,7 +1132,6 @@ msgid "Workitems" msgstr "作業項目" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "年" diff --git a/addons/marketing_campaign/i18n/ko.po b/addons/marketing_campaign/i18n/ko.po index 5d8d502baa6..4e97fe7c448 100644 --- a/addons/marketing_campaign/i18n/ko.po +++ b/addons/marketing_campaign/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 00:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/lv.po b/addons/marketing_campaign/i18n/lv.po index 36091e8c8dd..e67b213fc69 100644 --- a/addons/marketing_campaign/i18n/lv.po +++ b/addons/marketing_campaign/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Diena" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Mārketinga atskaites" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "Izejošās pārejas" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "Pārstatīt" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "Darba piederumi" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Gads" diff --git a/addons/marketing_campaign/i18n/mk.po b/addons/marketing_campaign/i18n/mk.po index e15ffb8af86..2cc2e66d3c1 100644 --- a/addons/marketing_campaign/i18n/mk.po +++ b/addons/marketing_campaign/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -310,7 +291,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Датум на кој овој сегмент беше последен пат затворен или откажан." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Ден" @@ -469,6 +449,24 @@ msgstr "Проследи" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -615,6 +613,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Маркетинг извештаи" @@ -743,7 +742,6 @@ msgid "Outgoing Transitions" msgstr "Излезни премини" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -807,7 +805,6 @@ msgid "Reset" msgstr "Ресетирај" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1111,7 +1108,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Година" diff --git a/addons/marketing_campaign/i18n/mn.po b/addons/marketing_campaign/i18n/mn.po index 9a01964310a..9366ffd2c44 100644 --- a/addons/marketing_campaign/i18n/mn.po +++ b/addons/marketing_campaign/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -313,7 +294,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Энэ сегмент хамгийн сүүлд хаагдсан эсвэл цуцлагдсан огноо." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Өдөр" @@ -484,6 +464,28 @@ msgstr "Мөшгөлт" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" +"Сайн байна уу? Таныг урьсан багцыг товчхоноор эмэйлээр та хүлээн авах болно." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Сайн байна уу, Танд манай Алтан түнш болсныг дуулгахдаа бид таатай байна." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" +"Сайн байна уу? Өнөөдөр таныг манай Мөнгөн харилцагч болсныг мэдэгдэхэд " +"таатай байна!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -638,6 +640,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Маркетингийн тайлан" @@ -767,7 +770,6 @@ msgid "Outgoing Transitions" msgstr "Гарах шилжилтүүд" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -839,7 +841,6 @@ msgid "Reset" msgstr "Шинэчлэх" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1172,7 +1173,6 @@ msgid "Workitems" msgstr "Ажлууд" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Жил" diff --git a/addons/marketing_campaign/i18n/nl.po b/addons/marketing_campaign/i18n/nl.po index 5b45f0c2cd9..6b1529addb9 100644 --- a/addons/marketing_campaign/i18n/nl.po +++ b/addons/marketing_campaign/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-26 07:05+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -59,29 +59,6 @@ msgstr "" "

    \n" " " -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "p>Hallo, u ontvangt uw welkomstpakket binnenkort via e-mail.

    " - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" -"

    Halllo, we zijn verheugd om te melden dat u nu behoort tot de kring van " -"Gold Partners.

    " - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" -"

    Hallo, we zijn verheugd om u te verwelkomen tot onze Silver Partners " -"vanaf vandaag!

    " - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -335,7 +312,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Datum waarop dit segment het laatst verwijderd of geannuleerd is." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dag" @@ -508,6 +484,28 @@ msgstr "Betalingsherinnering" msgid "Group By" msgstr "Groepeer op" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "Hallo, uw ontvangt binnenkort een welkomgeschenk per e-mail" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Hallo, we zijn verheugt om je te kunnen melden dat je bent toegetreden tot " +"de selectie groep van Gold partners." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" +"Hallo, we zijn verheugt om je te kunnen melden dat je bent toegetreden tot " +"de groep van Silver partners." + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -665,6 +663,7 @@ msgstr "Statistieken marketingcampagne" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Marketingrapporten" @@ -794,7 +793,6 @@ msgid "Outgoing Transitions" msgstr "Uitgaande overgangen" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -867,7 +865,6 @@ msgid "Reset" msgstr "Herstellen" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1201,7 +1198,6 @@ msgid "Workitems" msgstr "Taken" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Jaar" @@ -1217,3 +1213,20 @@ msgstr "Jaar(en)" msgid "You cannot duplicate a campaign, Not supported yet." msgstr "" "Het is niet mogelijk een campagne te dupliceren, dit wordt niet ondersteund." + +#~ msgid "" +#~ "

    Hi, we are delighted to welcome you among our Silver Partners as of " +#~ "today!

    " +#~ msgstr "" +#~ "

    Hallo, we zijn verheugd om u te verwelkomen tot onze Silver Partners " +#~ "vanaf vandaag!

    " + +#~ msgid "

    Hello, you will receive your welcome pack via email shortly.

    " +#~ msgstr "p>Hallo, u ontvangt uw welkomstpakket binnenkort via e-mail.

    " + +#~ msgid "" +#~ "

    Hi, we are delighted to let you know that you have entered the select " +#~ "circle of our Gold Partners

    " +#~ msgstr "" +#~ "

    Halllo, we zijn verheugd om te melden dat u nu behoort tot de kring van " +#~ "Gold Partners.

    " diff --git a/addons/marketing_campaign/i18n/pl.po b/addons/marketing_campaign/i18n/pl.po index 750dbe26ca1..5780c7645d7 100644 --- a/addons/marketing_campaign/i18n/pl.po +++ b/addons/marketing_campaign/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-30 20:24+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dzień" @@ -467,6 +447,24 @@ msgstr "Śledzenie" msgid "Group By" msgstr "Grupuj wg" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Raporty marketingowe" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "Przejścia wyjściowe" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "Przywróć" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "Elementy obiegu" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Rok" diff --git a/addons/marketing_campaign/i18n/pt.po b/addons/marketing_campaign/i18n/pt.po index a8e37a837a7..9fe04d19abe 100644 --- a/addons/marketing_campaign/i18n/pt.po +++ b/addons/marketing_campaign/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -315,7 +296,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Data em que este segmento foi fechado pela última vez ou cancelado." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dia" @@ -488,6 +468,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -644,6 +642,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Relatórios de marketing" @@ -773,7 +772,6 @@ msgid "Outgoing Transitions" msgstr "As transições de saída" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -845,7 +843,6 @@ msgid "Reset" msgstr "Reiniciar" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1178,7 +1175,6 @@ msgid "Workitems" msgstr "WorkItems" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Ano" diff --git a/addons/marketing_campaign/i18n/pt_BR.po b/addons/marketing_campaign/i18n/pt_BR.po index 78a89974a0c..81cf3aa591d 100644 --- a/addons/marketing_campaign/i18n/pt_BR.po +++ b/addons/marketing_campaign/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 19:34+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign @@ -44,25 +44,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -316,7 +297,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Data em que este segmento foi fechado ou cancelado pela última vez" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dia" @@ -489,6 +469,29 @@ msgstr "Acompanhamento" msgid "Group By" msgstr "Agrupar por" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" +"Olá, você irá receber as instruções de boas vindas por e-mail em breve." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Oi, temos o prazer de informá-lo que você entrou no seleto círculo dos " +"nossos Parceiros Ouro" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" +"Oi, temos o prazer de recebê-lo entre os nossos Parceiros Prata a partir de " +"hoje!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -646,6 +649,7 @@ msgstr "Estatísticas da Campanha de Marketing" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Relatórios de Marketing" @@ -777,7 +781,6 @@ msgid "Outgoing Transitions" msgstr "Transições de saída" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -850,7 +853,6 @@ msgid "Reset" msgstr "Reiniciar" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1186,7 +1188,6 @@ msgid "Workitems" msgstr "Itens de trabalho" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Ano" diff --git a/addons/marketing_campaign/i18n/ro.po b/addons/marketing_campaign/i18n/ro.po index 9402adef206..2dc1ec9c1b0 100644 --- a/addons/marketing_campaign/i18n/ro.po +++ b/addons/marketing_campaign/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -316,7 +297,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Data cand acest segment a fost inchis sau anulat ultima data." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Zi" @@ -490,6 +470,29 @@ msgstr "Urmare" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" +"Buna ziua, in scurt timp veti primi prin email pachetul de bun venit." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Buna ziua, suntem incantati va sa aducem la cunostinta faptul ca ati intrat " +"in cercul select al Partenerilor nostri de Aur" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" +"Buna ziua, suntem incantati sa va avem printre Partenerii nostri de Argint " +"incepand de azi!" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -647,6 +650,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Rapoarte de maketing" @@ -777,7 +781,6 @@ msgid "Outgoing Transitions" msgstr "Tranzitii iesire" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -851,7 +854,6 @@ msgid "Reset" msgstr "Reseteaza" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1186,7 +1188,6 @@ msgid "Workitems" msgstr "Elemente de lucru" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "An" diff --git a/addons/marketing_campaign/i18n/ru.po b/addons/marketing_campaign/i18n/ru.po index dbb72f7d8ed..97fc385eb17 100644 --- a/addons/marketing_campaign/i18n/ru.po +++ b/addons/marketing_campaign/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "День" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "Исходящее перемещение" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "Сброс" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1108,7 +1105,6 @@ msgid "Workitems" msgstr "Рабочие элементы" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Год" diff --git a/addons/marketing_campaign/i18n/sl.po b/addons/marketing_campaign/i18n/sl.po index 2c85124ce1e..20c6f50f945 100644 --- a/addons/marketing_campaign/i18n/sl.po +++ b/addons/marketing_campaign/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -313,7 +294,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "Datum, ko je bil ta segment nazadnje zaključen ali preklican." #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dan" @@ -475,6 +455,27 @@ msgstr "Sledenje" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" +"Pozdravljeni, kmalu boste prejeli paket dobrodošlice po elektronski pošti." + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"Pozdravljeni, veseli smo, da vas lahko obvestimo, da ste postali naš Zlati " +"partner" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -621,6 +622,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Marketinška poročila" @@ -749,7 +751,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -821,7 +822,6 @@ msgid "Reset" msgstr "Ponastavi" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1145,7 +1145,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "Leto" diff --git a/addons/marketing_campaign/i18n/sr@latin.po b/addons/marketing_campaign/i18n/sr@latin.po index a8ee7b3c251..7795f5a648e 100644 --- a/addons/marketing_campaign/i18n/sr@latin.po +++ b/addons/marketing_campaign/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "" @@ -467,6 +447,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/sv.po b/addons/marketing_campaign/i18n/sv.po index 2614ed8f0cc..4f67ad39191 100644 --- a/addons/marketing_campaign/i18n/sv.po +++ b/addons/marketing_campaign/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Dag" @@ -467,6 +447,24 @@ msgstr "Uppföljning" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "År" diff --git a/addons/marketing_campaign/i18n/th.po b/addons/marketing_campaign/i18n/th.po index 50a17ec5b7f..33b7e246b4e 100644 --- a/addons/marketing_campaign/i18n/th.po +++ b/addons/marketing_campaign/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -310,7 +291,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "วันที่ส่วนถูกยกเลิกหรือเสร็จแล้ว" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "วัน" @@ -471,6 +451,25 @@ msgstr "แปะประกาศตอบ" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" +"สวัสดี เรายินดีที่แจ้งให้คุณรู้ว่าคุณได้เข้ามาสู่ส่วนหนึ่งของ Gold Partners" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "สวัสดี เรายินดีต้อนรับคุณเป็นส่วนหนึ่งของ Silver Partners" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -617,6 +616,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "รายงานทางการตลาด" @@ -745,7 +745,6 @@ msgid "Outgoing Transitions" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -809,7 +808,6 @@ msgid "Reset" msgstr "ตั้งค่าใหม่" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1124,7 +1122,6 @@ msgid "Workitems" msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "ปี" diff --git a/addons/marketing_campaign/i18n/tr.po b/addons/marketing_campaign/i18n/tr.po index cf2937b8458..4c3c8befb4a 100644 --- a/addons/marketing_campaign/i18n/tr.po +++ b/addons/marketing_campaign/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "Gün" @@ -467,6 +447,24 @@ msgstr "İzleme" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -613,6 +611,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "Pazarlama Raporları" @@ -741,7 +740,6 @@ msgid "Outgoing Transitions" msgstr "Giden Geçişler" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -805,7 +803,6 @@ msgid "Reset" msgstr "Sıfırla" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1106,7 +1103,6 @@ msgid "Workitems" msgstr "İşöğeleri" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "" diff --git a/addons/marketing_campaign/i18n/zh_CN.po b/addons/marketing_campaign/i18n/zh_CN.po index 64c33e7eb7a..50a52d9ca19 100644 --- a/addons/marketing_campaign/i18n/zh_CN.po +++ b/addons/marketing_campaign/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign #: field:campaign.analysis,count:0 @@ -43,25 +43,6 @@ msgid "" " " msgstr "" -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_1 -msgid "

    Hello, you will receive your welcome pack via email shortly.

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_3 -msgid "" -"

    Hi, we are delighted to let you know that you have entered the select " -"circle of our Gold Partners

    " -msgstr "" - -#. module: marketing_campaign -#: model:email.template,body_html:marketing_campaign.email_template_2 -msgid "" -"

    Hi, we are delighted to welcome you among our Silver Partners as of " -"today!

    " -msgstr "" - #. module: marketing_campaign #: field:marketing.campaign.activity,server_action_id:0 msgid "Action" @@ -308,7 +289,6 @@ msgid "Date this segment was last closed or cancelled." msgstr "此部分最近关闭或取消的日期" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,day:0 msgid "Day" msgstr "天" @@ -471,6 +451,24 @@ msgstr "" msgid "Group By" msgstr "" +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_1 +msgid "Hello, you will receive your welcome pack via email shortly." +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_3 +msgid "" +"Hi, we are delighted to let you know that you have entered the select circle " +"of our Gold Partners" +msgstr "" + +#. module: marketing_campaign +#: model:email.template,body_html:marketing_campaign.email_template_2 +msgid "" +"Hi, we are delighted to welcome you among our Silver Partners as of today!" +msgstr "" + #. module: marketing_campaign #: selection:marketing.campaign.transition,interval_type:0 msgid "Hour(s)" @@ -620,6 +618,7 @@ msgstr "" #. module: marketing_campaign #: view:campaign.analysis:marketing_campaign.view_campaign_analysis_tree +#: view:campaign.analysis:marketing_campaign.view_report_campaign_analysis_graph msgid "Marketing Reports" msgstr "市场报告" @@ -748,7 +747,6 @@ msgid "Outgoing Transitions" msgstr "输出转换" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,partner_id:0 #: field:marketing.campaign.workitem,partner_id:0 msgid "Partner" @@ -818,7 +816,6 @@ msgid "Reset" msgstr "重置" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,res_id:0 #: view:marketing.campaign:marketing_campaign.view_marketing_campaign_search #: field:marketing.campaign,object_id:0 @@ -1128,7 +1125,6 @@ msgid "Workitems" msgstr "工作项" #. module: marketing_campaign -#: view:campaign.analysis:marketing_campaign.view_campaign_analysis_search #: field:campaign.analysis,year:0 msgid "Year" msgstr "年" diff --git a/addons/marketing_campaign_crm_demo/i18n/ar.po b/addons/marketing_campaign_crm_demo/i18n/ar.po index 3f5425e5591..553e3513e0a 100644 --- a/addons/marketing_campaign_crm_demo/i18n/ar.po +++ b/addons/marketing_campaign_crm_demo/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/bg.po b/addons/marketing_campaign_crm_demo/i18n/bg.po index fe1cb861d69..124a89d6b2a 100644 --- a/addons/marketing_campaign_crm_demo/i18n/bg.po +++ b/addons/marketing_campaign_crm_demo/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/ca.po b/addons/marketing_campaign_crm_demo/i18n/ca.po index 7f21238962f..66e0230a8b9 100644 --- a/addons/marketing_campaign_crm_demo/i18n/ca.po +++ b/addons/marketing_campaign_crm_demo/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/da.po b/addons/marketing_campaign_crm_demo/i18n/da.po index 4956024aacb..3de1043ec0b 100644 --- a/addons/marketing_campaign_crm_demo/i18n/da.po +++ b/addons/marketing_campaign_crm_demo/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/de.po b/addons/marketing_campaign_crm_demo/i18n/de.po index 30f936ab91d..7647880e145 100644 --- a/addons/marketing_campaign_crm_demo/i18n/de.po +++ b/addons/marketing_campaign_crm_demo/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 13:40+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 20:29+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo @@ -39,19 +39,20 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " msgstr "" "

    Hallo,

    \n" -"

    Vielen Dank für Ihr Interesse an einem Technischen " +"

    vielen Dank für Ihr Interesse an einem technischen " "Training.

    \n" -" Bei weiteren Fragen, kontaktieren Sie uns gerne. Wir freuen uns " -"auf die Zusammenarbeit mit Ihnen.

    \n" -"

    Sollten Sie weitere Infos benötigen, können Sie uns ebenfalls " -"gerne anschreiben.

    \n" -"

    Viele Grüsse von Ihrem Odoo Team

    " +" Falls Sie weitere Information benötigen, können Sie jederzeit " +"auf uns zurückkommen .\n" +" Wir freuen uns auf Ihre Kooperation.

    \n" +"

    Sie können auch gerne, durch die Beantwortung dieser E-Mail, " +"mit uns kooperieren.

    \n" +"

    Viele Grüße vom Odoo Team

    " #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_3 diff --git a/addons/marketing_campaign_crm_demo/i18n/es.po b/addons/marketing_campaign_crm_demo/i18n/es.po index 72e2ba37dd8..951e0264d57 100644 --- a/addons/marketing_campaign_crm_demo/i18n/es.po +++ b/addons/marketing_campaign_crm_demo/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-17 21:52+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:02+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -37,15 +37,17 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " msgstr "" "

    Hola,

    \n" -"

    Gracias por mostrar interés y suscribirse a la formación técnica.

    \n" -"

    Si necesita más información, conteste a este correo.

    \n" -"

    Atentamente, el equipo de Odoo,

    " +"

    Gracias por mostrar interés y suscribirse al curso " +"técnico.

    \n" +" Si necesita más información, contéstenos pidiéndola a esta " +"dirección.

    \n" +"

    Saludos cordiales, Equipo Odoo,

    " #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_3 diff --git a/addons/marketing_campaign_crm_demo/i18n/es_AR.po b/addons/marketing_campaign_crm_demo/i18n/es_AR.po index d3a26e21ea2..d60d0c9ed10 100644 --- a/addons/marketing_campaign_crm_demo/i18n/es_AR.po +++ b/addons/marketing_campaign_crm_demo/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/es_CR.po b/addons/marketing_campaign_crm_demo/i18n/es_CR.po index 4f2c3316c28..25e8f120640 100644 --- a/addons/marketing_campaign_crm_demo/i18n/es_CR.po +++ b/addons/marketing_campaign_crm_demo/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/fr.po b/addons/marketing_campaign_crm_demo/i18n/fr.po index 53f8baf5e81..a6b56035708 100644 --- a/addons/marketing_campaign_crm_demo/i18n/fr.po +++ b/addons/marketing_campaign_crm_demo/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/gl.po b/addons/marketing_campaign_crm_demo/i18n/gl.po index ba2c54adfce..040a60503d2 100644 --- a/addons/marketing_campaign_crm_demo/i18n/gl.po +++ b/addons/marketing_campaign_crm_demo/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/hr.po b/addons/marketing_campaign_crm_demo/i18n/hr.po index 98e68eb1540..b596672de8a 100644 --- a/addons/marketing_campaign_crm_demo/i18n/hr.po +++ b/addons/marketing_campaign_crm_demo/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/hu.po b/addons/marketing_campaign_crm_demo/i18n/hu.po index 514a7c08f98..8b5df257af4 100644 --- a/addons/marketing_campaign_crm_demo/i18n/hu.po +++ b/addons/marketing_campaign_crm_demo/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/it.po b/addons/marketing_campaign_crm_demo/i18n/it.po index 0c2f1e09ca1..d7fadde2fba 100644 --- a/addons/marketing_campaign_crm_demo/i18n/it.po +++ b/addons/marketing_campaign_crm_demo/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/ja.po b/addons/marketing_campaign_crm_demo/i18n/ja.po index 2e0546f598d..8f39c013560 100644 --- a/addons/marketing_campaign_crm_demo/i18n/ja.po +++ b/addons/marketing_campaign_crm_demo/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/ko.po b/addons/marketing_campaign_crm_demo/i18n/ko.po index 3eb67ce8875..877859ffd57 100644 --- a/addons/marketing_campaign_crm_demo/i18n/ko.po +++ b/addons/marketing_campaign_crm_demo/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 00:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/mk.po b/addons/marketing_campaign_crm_demo/i18n/mk.po index dd8f098a2b6..d4de487d212 100644 --- a/addons/marketing_campaign_crm_demo/i18n/mk.po +++ b/addons/marketing_campaign_crm_demo/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/nb.po b/addons/marketing_campaign_crm_demo/i18n/nb.po index b9db2e2c0b6..d935cf4508e 100644 --- a/addons/marketing_campaign_crm_demo/i18n/nb.po +++ b/addons/marketing_campaign_crm_demo/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/nl.po b/addons/marketing_campaign_crm_demo/i18n/nl.po index e7ff8035bb6..17c1b4fd1ed 100644 --- a/addons/marketing_campaign_crm_demo/i18n/nl.po +++ b/addons/marketing_campaign_crm_demo/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-27 12:13+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 17:35+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -37,19 +37,19 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " msgstr "" -"

    Hallo,

    \n" -"

    Bedankt voor de interesse en abonnering op de technische " -"training..

    \n" -" Als je nog informatie nodig hebt kan je ons contacteren. Ik " -"waardeer je samenwerking.\n" -"

    Als je nog extra informatie nodig hebt kan je antwoorden op " -"dit bericht.

    \n" -"

    Met vriendelijke groeten, het Odoo Team,

    " +"

    Hello,

    \n" +"

    Thanks for showing interest and for subscribing to technical " +"training.

    \n" +" If any further information required kindly revert back.I really " +"appreciate your co-operation on this.

    \n" +"

    If any further information is required, do not hesitate to " +"reply to this message.

    \n" +"

    Regards,Odoo Team,

    " #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_3 diff --git a/addons/marketing_campaign_crm_demo/i18n/pt.po b/addons/marketing_campaign_crm_demo/i18n/pt.po index cace9e5c17c..477bcdc67eb 100644 --- a/addons/marketing_campaign_crm_demo/i18n/pt.po +++ b/addons/marketing_campaign_crm_demo/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/pt_BR.po b/addons/marketing_campaign_crm_demo/i18n/pt_BR.po index f52cc0400cb..c65c1299319 100644 --- a/addons/marketing_campaign_crm_demo/i18n/pt_BR.po +++ b/addons/marketing_campaign_crm_demo/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 19:27+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo @@ -34,7 +34,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/ro.po b/addons/marketing_campaign_crm_demo/i18n/ro.po index 3d0a5ab52b1..e428dcb2423 100644 --- a/addons/marketing_campaign_crm_demo/i18n/ro.po +++ b/addons/marketing_campaign_crm_demo/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/ru.po b/addons/marketing_campaign_crm_demo/i18n/ru.po index a3cb49baea1..82a459edf9b 100644 --- a/addons/marketing_campaign_crm_demo/i18n/ru.po +++ b/addons/marketing_campaign_crm_demo/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/sl.po b/addons/marketing_campaign_crm_demo/i18n/sl.po index 17b288886b5..84c75872a70 100644 --- a/addons/marketing_campaign_crm_demo/i18n/sl.po +++ b/addons/marketing_campaign_crm_demo/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/sr.po b/addons/marketing_campaign_crm_demo/i18n/sr.po index 40cac070173..7a554f90e12 100644 --- a/addons/marketing_campaign_crm_demo/i18n/sr.po +++ b/addons/marketing_campaign_crm_demo/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/sr@latin.po b/addons/marketing_campaign_crm_demo/i18n/sr@latin.po index 961afb0e323..fcadeb6301c 100644 --- a/addons/marketing_campaign_crm_demo/i18n/sr@latin.po +++ b/addons/marketing_campaign_crm_demo/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/tr.po b/addons/marketing_campaign_crm_demo/i18n/tr.po index 6c4a0b91a39..123684c6996 100644 --- a/addons/marketing_campaign_crm_demo/i18n/tr.po +++ b/addons/marketing_campaign_crm_demo/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:16+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/marketing_campaign_crm_demo/i18n/zh_CN.po b/addons/marketing_campaign_crm_demo/i18n/zh_CN.po index 5902b0aa0df..10665a96ab3 100644 --- a/addons/marketing_campaign_crm_demo/i18n/zh_CN.po +++ b/addons/marketing_campaign_crm_demo/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: marketing_campaign_crm_demo #: model:email.template,body_html:marketing_campaign_crm_demo.email_template_4 @@ -33,7 +33,7 @@ msgid "" "

    Thanks for showing interest and for subscribing to technical " "training.

    \n" " If any further information required kindly revert back.I really " -"appreciate your co-operation on this.\n" +"appreciate your co-operation on this.

    \n" "

    If any further information is required, do not hesitate to " "reply to this message.

    \n" "

    Regards,Odoo Team,

    " diff --git a/addons/mass_mailing/i18n/de.po b/addons/mass_mailing/i18n/de.po index 47f277034eb..0a4e26011ee 100644 --- a/addons/mass_mailing/i18n/de.po +++ b/addons/mass_mailing/i18n/de.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 13:44+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-04 08:11+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "%s (Kopie)" @@ -273,6 +273,7 @@ msgstr "Textkörper" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "Verworfen" @@ -387,6 +388,11 @@ msgstr "Erstellungsdatum" msgid "Date of technical error leading to the email not being sent" msgstr "Datum der Fehlerursache" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "Datum der zuletzt gesendeten Nachricht" + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -422,6 +428,7 @@ msgstr "Löschen" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "Zugestellt" @@ -452,6 +459,7 @@ msgstr "Domäne" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "Entwurf" @@ -510,14 +518,25 @@ msgstr "Fehlermitteilung" msgid "Exclude Opt Out" msgstr "Exkludiere Kündigung" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "Erweiterte Filter" + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "Fehlgeschlagen" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "Followers" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "Von" @@ -528,6 +547,21 @@ msgstr "Von" msgid "Group By" msgstr "Gruppierung" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "Gruppierung..." + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" +"Beinhaltet die Chatter Historie (Anzahl der Nachrichten, etc.) Diese " +"Zusammenfassung ist im html Format und kann in Kanban Ansichten benutzt " +"werden." + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -537,6 +571,7 @@ msgstr "Gruppierung" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "ID" @@ -551,6 +586,11 @@ msgstr "" "gelöscht und somit nicht ausgewertet werden könnte. Diese ID wird allerdings " "für verschiedene Controller und Aktionen benötigt." +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "Bei Aktivierung erfordern neue Mitteilungen Ihre Aufmerksamkeit." + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -565,6 +605,16 @@ msgstr "" msgid "In Document" msgstr "In Dokument" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "Ist bereits Follower" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "Datum der letzten Nachricht" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -626,7 +676,7 @@ msgid "Mailing" msgstr "E-Mail Versand" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -682,6 +732,16 @@ msgstr "Verwalten Sie eine Massenemail durch Kampagnen" msgid "Manage mass mailign using Campaigns" msgstr "Verwalten Sie Massenmailings mit Kampagnen" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "Massenmail" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "Massenmail Kampagne" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -690,15 +750,23 @@ msgstr "Verwalten Sie Massenmailings mit Kampagnen" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "Massenmailing" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "Statistik Massenmailing" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "Massenmail Kampagne" @@ -729,6 +797,25 @@ msgstr "Massenmail Kontakt" msgid "Mass Mailing Stages" msgstr "Massenmail Stufen" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "Statistik Massenmailing" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" +"Die Statistiken zum Massenmailing zeigen wie viele E-Mails geöffnet, " +"gelesen, oder gelöscht wurden. Durch die veschiedenen Merkmale zur " +"Gruppierung ist eine differenzierte Analyse Ihrer Kampagne möglich." + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -746,6 +833,16 @@ msgstr "Massenmailings" msgid "Message-ID" msgstr "Nachricht-ID" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "Mitteilungen" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "Nachrichten- und Kommunikationshistorie" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -774,7 +871,7 @@ msgid "Open Marketing Menu" msgstr "Öffne Marketingmenü" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "Mit visueller Tastatur bearbeiten" @@ -788,6 +885,7 @@ msgstr "Mit visueller Tastatur bearbeiten" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "Geöffnet" @@ -875,6 +973,7 @@ msgstr "Verknüpfte(s) Mailing(s)" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "Beantwortet" @@ -922,6 +1021,16 @@ msgstr "Ausführungsplan" msgid "Scheduled" msgstr "Eingeplant" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "Geplantes Datum" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "Geplanter Monat" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -964,9 +1073,17 @@ msgstr "An alle senden" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "Gesendete" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "Gesendet durch" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -977,6 +1094,11 @@ msgstr "Sendedatum" msgid "Sent Emails" msgstr "Gesendete E-Mails" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "Gesendeter Monat" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -1000,6 +1122,7 @@ msgstr "Stufe" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "Status" @@ -1010,6 +1133,7 @@ msgstr "Statistik" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "Status" @@ -1023,6 +1147,11 @@ msgstr "Betreff" msgid "Subscribe" msgstr "Anmelden" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "Zusammenfassung" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -1030,7 +1159,7 @@ msgid "Templates" msgstr "Vorlagen" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -1038,6 +1167,7 @@ msgstr "Test E-Mail" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "Getestet" @@ -1075,6 +1205,21 @@ msgstr "" msgid "Total" msgstr "Gesamt" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "Ungelesene Nachrichten" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "Webseite Nachrichten" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "Webseite Kommunikationshistorie" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/mass_mailing/i18n/es.po b/addons/mass_mailing/i18n/es.po index ce51804bb99..908528dcf89 100644 --- a/addons/mass_mailing/i18n/es.po +++ b/addons/mass_mailing/i18n/es.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-27 22:12+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:14+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -267,6 +267,7 @@ msgstr "Cuerpo del mensaje" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "Rebotado" @@ -381,6 +382,11 @@ msgstr "Fecha de creación" msgid "Date of technical error leading to the email not being sent" msgstr "Fecha del error técnico que has causado que no se envíe el correo" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "Fecha del último mensaje publicado en el registro." + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -416,6 +422,7 @@ msgstr "Eliminar" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "Entregado" @@ -446,6 +453,7 @@ msgstr "Dominio" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "Borrador" @@ -504,14 +512,25 @@ msgstr "Excepción" msgid "Exclude Opt Out" msgstr "Excluir los que han rehusado envíos" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "Filtros extendidos..." + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "Fallido" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "Seguidores" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "De" @@ -522,6 +541,20 @@ msgstr "De" msgid "Group By" msgstr "Agrupar por" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "Agrupar por..." + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" +"Contiene el resumen del chatter (nº de mensajes, ...). Este resumen está " +"directamente en formato html para ser insertado en vistas kanban." + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -531,6 +564,7 @@ msgstr "Agrupar por" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "ID" @@ -545,6 +579,11 @@ msgstr "" "registro relacionado se puede eliminar separadamente de sus estadísticas. " "Sin embargo, el ID es necesario para varios acciones y controladores." +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "Si está marcado, hay nuevos mensajes que requieren su atención." + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -560,6 +599,16 @@ msgstr "" msgid "In Document" msgstr "En el documento" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "Es un seguidor" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "Fecha del último mensaje" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -621,7 +670,7 @@ msgid "Mailing" msgstr "Envío de correo" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -677,6 +726,16 @@ msgstr "Gestionar envíos masivos usando campañas" msgid "Manage mass mailign using Campaigns" msgstr "Gestionar envíos masivos usando campañas" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "Envío masivo de correo" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "Campaña de envío masivo de correo" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -685,15 +744,23 @@ msgstr "Gestionar envíos masivos usando campañas" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "Envío masivo" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "Análisis de envíos masivos" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "Campaña de envío masivo" @@ -724,6 +791,26 @@ msgstr "Contacto de envío masivo" msgid "Mass Mailing Stages" msgstr "Etapas de los envíos masivos" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "Estadísticas de envíos masivos" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" +"Las estadísticas de envío masivo le permiten comprobar la información " +"relacionada con el envío de correos, tal como el nº de correos rebotados o " +"abiertos. Puede ordenar su análisis según diferentes grupos para obtener un " +"análisis más preciso." + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -741,6 +828,16 @@ msgstr "Envíos masivos" msgid "Message-ID" msgstr "ID del mensaje" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "Mensajes" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "Mensajes e historial de comunicación" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -769,7 +866,7 @@ msgid "Open Marketing Menu" msgstr "Abrit menú Marketing" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "Abrir con el editor visual" @@ -783,6 +880,7 @@ msgstr "Abrir con el editor visual" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "Abierto" @@ -870,6 +968,7 @@ msgstr "Envío(s) relacionado(s)" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "Respondido" @@ -917,6 +1016,16 @@ msgstr "Planificacion" msgid "Scheduled" msgstr "Planificado" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "Fecha planificada" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "Mes planificado" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -961,9 +1070,17 @@ msgstr "Enviar a todos" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "Enviado" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "Enviado por" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -974,6 +1091,11 @@ msgstr "Fecha de envío" msgid "Sent Emails" msgstr "Correos enviados" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "Mes enviado" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -997,6 +1119,7 @@ msgstr "Etapa" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "Estado" @@ -1007,6 +1130,7 @@ msgstr "Estadísticas" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "Estado" @@ -1020,6 +1144,11 @@ msgstr "Asunto" msgid "Subscribe" msgstr "Suscribirse" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "Resumen" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -1027,7 +1156,7 @@ msgid "Templates" msgstr "Plantillas" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -1035,6 +1164,7 @@ msgstr "Envío de prueba" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "Probado" @@ -1069,6 +1199,21 @@ msgstr "" msgid "Total" msgstr "Total" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "Mensajes sin leer" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "Historial de comunicaciones del sitio web" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/mass_mailing/i18n/hr.po b/addons/mass_mailing/i18n/hr.po index d638c06f17a..20789cb7a7c 100644 --- a/addons/mass_mailing/i18n/hr.po +++ b/addons/mass_mailing/i18n/hr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 11:13+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -177,6 +177,7 @@ msgstr "Sadržaj" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "" @@ -291,6 +292,11 @@ msgstr "" msgid "Date of technical error leading to the email not being sent" msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -326,6 +332,7 @@ msgstr "" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "" @@ -356,6 +363,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "" @@ -414,14 +422,25 @@ msgstr "" msgid "Exclude Opt Out" msgstr "" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "" @@ -432,6 +451,18 @@ msgstr "" msgid "Group By" msgstr "" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -441,6 +472,7 @@ msgstr "" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "" @@ -452,6 +484,11 @@ msgid "" "ID is needed for several action and controllers." msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -464,6 +501,16 @@ msgstr "" msgid "In Document" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -525,7 +572,7 @@ msgid "Mailing" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -581,6 +628,16 @@ msgstr "" msgid "Manage mass mailign using Campaigns" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -589,15 +646,23 @@ msgstr "" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "" @@ -628,6 +693,22 @@ msgstr "" msgid "Mass Mailing Stages" msgstr "" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -645,6 +726,16 @@ msgstr "" msgid "Message-ID" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -673,7 +764,7 @@ msgid "Open Marketing Menu" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "" @@ -687,6 +778,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "" @@ -772,6 +864,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "" @@ -819,6 +912,16 @@ msgstr "" msgid "Scheduled" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -861,9 +964,17 @@ msgstr "" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -874,6 +985,11 @@ msgstr "" msgid "Sent Emails" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -897,6 +1013,7 @@ msgstr "" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "" @@ -907,6 +1024,7 @@ msgstr "" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "" @@ -920,6 +1038,11 @@ msgstr "" msgid "Subscribe" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -927,7 +1050,7 @@ msgid "Templates" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -935,6 +1058,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "" @@ -967,6 +1091,21 @@ msgstr "" msgid "Total" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/mass_mailing/i18n/ko.po b/addons/mass_mailing/i18n/ko.po index 6188a9a7739..057f904cbc2 100644 --- a/addons/mass_mailing/i18n/ko.po +++ b/addons/mass_mailing/i18n/ko.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 00:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "" @@ -177,6 +177,7 @@ msgstr "" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "" @@ -291,6 +292,11 @@ msgstr "" msgid "Date of technical error leading to the email not being sent" msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -326,6 +332,7 @@ msgstr "" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "" @@ -356,6 +363,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "" @@ -414,14 +422,25 @@ msgstr "" msgid "Exclude Opt Out" msgstr "" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "" @@ -432,6 +451,18 @@ msgstr "" msgid "Group By" msgstr "" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -441,6 +472,7 @@ msgstr "" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "" @@ -452,6 +484,11 @@ msgid "" "ID is needed for several action and controllers." msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -464,6 +501,16 @@ msgstr "" msgid "In Document" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -525,7 +572,7 @@ msgid "Mailing" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -581,6 +628,16 @@ msgstr "" msgid "Manage mass mailign using Campaigns" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -589,15 +646,23 @@ msgstr "" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "" @@ -628,6 +693,22 @@ msgstr "" msgid "Mass Mailing Stages" msgstr "" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -645,6 +726,16 @@ msgstr "" msgid "Message-ID" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -673,7 +764,7 @@ msgid "Open Marketing Menu" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "" @@ -687,6 +778,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "" @@ -772,6 +864,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "" @@ -819,6 +912,16 @@ msgstr "" msgid "Scheduled" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -861,9 +964,17 @@ msgstr "" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -874,6 +985,11 @@ msgstr "" msgid "Sent Emails" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -897,6 +1013,7 @@ msgstr "" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "" @@ -907,6 +1024,7 @@ msgstr "" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "" @@ -920,6 +1038,11 @@ msgstr "" msgid "Subscribe" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -927,7 +1050,7 @@ msgid "Templates" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -935,6 +1058,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "" @@ -967,6 +1091,21 @@ msgstr "" msgid "Total" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/mass_mailing/i18n/nl.po b/addons/mass_mailing/i18n/nl.po index e6934780558..c32aaec1fcc 100644 --- a/addons/mass_mailing/i18n/nl.po +++ b/addons/mass_mailing/i18n/nl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-26 14:57+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-29 16:38+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-30 07:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -268,6 +268,7 @@ msgstr "Inhoud" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "Bounced" @@ -382,6 +383,11 @@ msgstr "Aanmaakdatum" msgid "Date of technical error leading to the email not being sent" msgstr "Datum van de technische fout waardoor de e-mail niet verstuurd is" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "Datum van het laatste bericht verstuurt op deze regel." + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -417,6 +423,7 @@ msgstr "Verwijderen" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "Afgeleverd" @@ -447,6 +454,7 @@ msgstr "Domein" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "Concept" @@ -505,14 +513,25 @@ msgstr "Fout" msgid "Exclude Opt Out" msgstr "Opt Out uitsluiten" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "Uitgebreide filters..." + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "Niet gelukt" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "Volgers" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "Vanaf" @@ -523,6 +542,21 @@ msgstr "Vanaf" msgid "Group By" msgstr "Groeperen op" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "Groepeer op..." + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" +"Bevat de samenvatting van de chatter (aantal berichten,...). Deze " +"samenvatting is direct in html formaat om zo in de kanban weergave te worden " +"ingevoegd." + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -532,6 +566,7 @@ msgstr "Groeperen op" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "ID" @@ -546,6 +581,11 @@ msgstr "" "bijbehorende mail_mail apart verwijderd kan worden van de statistieken. Maar " "de ID is nodig voor diverse acties en controllers." +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "Indien aangevinkt zullen nieuwe berichten uw aandacht vragen." + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -561,6 +601,16 @@ msgstr "" msgid "In Document" msgstr "In document" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "Is een volger" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "Laatste bericht datum" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -622,7 +672,7 @@ msgid "Mailing" msgstr "Mailing" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -678,6 +728,16 @@ msgstr "Beheer bulk mailing met campagnes" msgid "Manage mass mailign using Campaigns" msgstr "Beheer bulk mailing door gebruik te maken van campagnes" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "Bulkmail" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "Bulkmail campagne" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -686,15 +746,23 @@ msgstr "Beheer bulk mailing door gebruik te maken van campagnes" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "Bulk-mailing" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "Bulkmail analyse" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "Bulk mailing campagne" @@ -725,6 +793,26 @@ msgstr "Bulk mailing contact" msgid "Mass Mailing Stages" msgstr "Bulk mailing stadiums" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "Bulkmail analyses" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" +"Bulkmailing analyses geeft u de mogelijkheid om verschillende mailingen te " +"controleren, zoals aantal gebounchde e-mails, geopende e-mails of " +"beantwoorde e-mails. U kunt u analyses sorteren op verschillende groepen " +"voor het verkrijgen van de juiste analyse." + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -735,13 +823,23 @@ msgstr "Bulk mailing stadiums" #: view:mail.mass_mailing.stage:mass_mailing.view_mail_mass_mailing_stage_search #: view:mail.mass_mailing.stage:mass_mailing.view_mail_mass_mailing_stage_tree msgid "Mass Mailings" -msgstr "Bulik mailingen" +msgstr "Bulk mailingen" #. module: mass_mailing #: field:mail.mail.statistics,message_id:0 msgid "Message-ID" msgstr "Bericht-ID" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "Berichten" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "Berichten en communicatie historie" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -770,7 +868,7 @@ msgid "Open Marketing Menu" msgstr "Open Marketing menu" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "Openen met visuele editor" @@ -784,6 +882,7 @@ msgstr "Openen met visuele editor" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "Geopend" @@ -871,6 +970,7 @@ msgstr "Bijbehorende mailing(en)" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "Beantwoord" @@ -918,6 +1018,16 @@ msgstr "Plannen" msgid "Scheduled" msgstr "Ingepland" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "Geplande datum" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "Geplande maand" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -962,9 +1072,17 @@ msgstr "Verstuur naar iedereen" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "Verstuurd" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "Verstuurd door" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -975,6 +1093,11 @@ msgstr "Verstuurdatum" msgid "Sent Emails" msgstr "Verstuur e-mails" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "Verstuur maand" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -998,6 +1121,7 @@ msgstr "Fase" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "Status" @@ -1008,6 +1132,7 @@ msgstr "Statistieken" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "Status" @@ -1021,6 +1146,11 @@ msgstr "Onderwerp" msgid "Subscribe" msgstr "Inschrijven" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "Samenvatting" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -1028,7 +1158,7 @@ msgid "Templates" msgstr "Sjablonen" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -1036,6 +1166,7 @@ msgstr "Test Mailing" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "Getest" @@ -1073,6 +1204,21 @@ msgstr "" msgid "Total" msgstr "Totaal" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "Ongelezen berichten" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "Website berichten" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "Website communicatie geschiedenis" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/mass_mailing/i18n/pl.po b/addons/mass_mailing/i18n/pl.po index bbc6ccdbce7..58b18f9ec1b 100644 --- a/addons/mass_mailing/i18n/pl.po +++ b/addons/mass_mailing/i18n/pl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 12:42+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:27+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -181,6 +181,7 @@ msgstr "Treść" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "" @@ -295,6 +296,11 @@ msgstr "Data utworzenia" msgid "Date of technical error leading to the email not being sent" msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -330,6 +336,7 @@ msgstr "Usuń" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "Dostarczone" @@ -360,6 +367,7 @@ msgstr "Domena" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "Projekt" @@ -418,14 +426,25 @@ msgstr "Wyjątek" msgid "Exclude Opt Out" msgstr "Wyłącz zastrzeżenia" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "Nie udało się" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "Od" @@ -436,6 +455,18 @@ msgstr "Od" msgid "Group By" msgstr "Grupuj wg" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -445,6 +476,7 @@ msgstr "Grupuj wg" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "" @@ -456,6 +488,11 @@ msgid "" "ID is needed for several action and controllers." msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -468,6 +505,16 @@ msgstr "" msgid "In Document" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -529,7 +576,7 @@ msgid "Mailing" msgstr "Wysyłanie wiadomości" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -585,6 +632,16 @@ msgstr "" msgid "Manage mass mailign using Campaigns" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -593,15 +650,23 @@ msgstr "" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "Poczta masowa" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "" @@ -632,6 +697,22 @@ msgstr "" msgid "Mass Mailing Stages" msgstr "" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -649,6 +730,16 @@ msgstr "" msgid "Message-ID" msgstr "id wiadomości" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -677,7 +768,7 @@ msgid "Open Marketing Menu" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "" @@ -691,6 +782,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "Otwarte" @@ -776,6 +868,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "Odpowiedziane" @@ -823,6 +916,16 @@ msgstr "Planowanie" msgid "Scheduled" msgstr "Zaplanowane" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -865,9 +968,17 @@ msgstr "" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "Wysłane" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -878,6 +989,11 @@ msgstr "" msgid "Sent Emails" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -901,6 +1017,7 @@ msgstr "Etap" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "Stan" @@ -911,6 +1028,7 @@ msgstr "Statystyki" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "Stan" @@ -924,6 +1042,11 @@ msgstr "Temat" msgid "Subscribe" msgstr "Subskrybuj" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -931,7 +1054,7 @@ msgid "Templates" msgstr "Szablony" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -939,6 +1062,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "" @@ -971,6 +1095,21 @@ msgstr "" msgid "Total" msgstr "Suma" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/mass_mailing/i18n/pt_BR.po b/addons/mass_mailing/i18n/pt_BR.po index 73523b1b467..fe23a68aa55 100644 --- a/addons/mass_mailing/i18n/pt_BR.po +++ b/addons/mass_mailing/i18n/pt_BR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 10:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:43+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:472 +#: code:addons/mass_mailing/models/mass_mailing.py:473 #, python-format msgid "%s (copy)" msgstr "" @@ -177,6 +177,7 @@ msgstr "" #: field:mail.mail.statistics,bounced:0 #: field:mail.mass_mailing,bounced:0 #: field:mail.mass_mailing.campaign,bounced:0 +#: field:mail.statistics.report,bounced:0 msgid "Bounced" msgstr "" @@ -291,6 +292,11 @@ msgstr "" msgid "Date of technical error leading to the email not being sent" msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + #. module: mass_mailing #: help:mail.mail.statistics,scheduled:0 msgid "Date when the email has been created" @@ -326,6 +332,7 @@ msgstr "" #. module: mass_mailing #: field:mail.mass_mailing,delivered:0 #: field:mail.mass_mailing.campaign,delivered:0 +#: field:mail.statistics.report,delivered:0 msgid "Delivered" msgstr "" @@ -356,6 +363,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Draft" msgstr "" @@ -414,14 +422,25 @@ msgstr "" msgid "Exclude Opt Out" msgstr "" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Extended Filters..." +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,failed:0 #: field:mail.mass_mailing.campaign,failed:0 msgid "Failed" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_follower_ids:0 +msgid "Followers" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,email_from:0 +#: field:mail.statistics.report,email_from:0 msgid "From" msgstr "" @@ -432,6 +451,18 @@ msgstr "" msgid "Group By" msgstr "" +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Group By..." +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,id:0 #: field:mail.mass_mailing,id:0 @@ -441,6 +472,7 @@ msgstr "" #: field:mail.mass_mailing.list,id:0 #: field:mail.mass_mailing.stage,id:0 #: field:mail.mass_mailing.test,id:0 +#: field:mail.statistics.report,id:0 msgid "ID" msgstr "" @@ -452,6 +484,11 @@ msgid "" "ID is needed for several action and controllers." msgstr "" +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + #. module: mass_mailing #: help:mail.mass_mailing.campaign,unique_ab_testing:0 msgid "" @@ -464,6 +501,16 @@ msgstr "" msgid "In Document" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_last_post:0 +msgid "Last Message Date" +msgstr "" + #. module: mass_mailing #: field:mail.mail.statistics,write_uid:0 #: field:mail.mass_mailing,write_uid:0 @@ -525,7 +572,7 @@ msgid "Mailing" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:343 +#: code:addons/mass_mailing/models/mass_mailing.py:344 #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_list #: field:mail.compose.message,mailing_list_ids:0 #: field:mail.mass_mailing.contact,list_id:0 @@ -581,6 +628,16 @@ msgstr "" msgid "Manage mass mailign using Campaigns" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,name:0 +msgid "Mass Mail" +msgstr "" + +#. module: mass_mailing +#: field:mail.statistics.report,campaign:0 +msgid "Mass Mail Campaign" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing #: model:ir.ui.menu,name:mass_mailing.mass_mailing_campaign @@ -589,15 +646,23 @@ msgstr "" #: field:mail.mail,mailing_id:0 #: field:mail.mail.statistics,mass_mailing_id:0 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_graph msgid "Mass Mailing" msgstr "" +#. module: mass_mailing +#: model:ir.actions.act_window,name:mass_mailing.action_mail_statistics_report +#: model:ir.ui.menu,name:mass_mailing.menu_mass_mailing_report +msgid "Mass Mailing Analysis" +msgstr "" + #. module: mass_mailing #: model:ir.model,name:mass_mailing.model_mail_mass_mailing_campaign #: field:mail.compose.message,mass_mailing_campaign_id:0 #: field:mail.mail.statistics,mass_mailing_campaign_id:0 #: field:mail.mass_mailing,mass_mailing_campaign_id:0 #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "Mass Mailing Campaign" msgstr "" @@ -628,6 +693,22 @@ msgstr "" msgid "Mass Mailing Stages" msgstr "" +#. module: mass_mailing +#: model:ir.model,name:mass_mailing.model_mail_statistics_report +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_graph +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Mass Mailing Statistics" +msgstr "" + +#. module: mass_mailing +#: model:ir.actions.act_window,help:mass_mailing.action_mail_statistics_report +msgid "" +"Mass Mailing Statistics allows you to check different mailing related " +"information like number of bounced mails, opened mails, replied mails. You " +"can sort out your analysis by different groups to get accurate grained " +"analysis." +msgstr "" + #. module: mass_mailing #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings #: model:ir.actions.act_window,name:mass_mailing.action_view_mass_mailings_from_campaign @@ -645,6 +726,16 @@ msgstr "" msgid "Message-ID" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,message_ids:0 +msgid "Messages and communication history" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.campaign,name:0 #: field:mail.mass_mailing.category,name:0 @@ -673,7 +764,7 @@ msgid "Open Marketing Menu" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:554 +#: code:addons/mass_mailing/models/mass_mailing.py:555 #, python-format msgid "Open with Visual Editor" msgstr "" @@ -687,6 +778,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,opened:0 +#: field:mail.statistics.report,opened:0 msgid "Opened" msgstr "" @@ -772,6 +864,7 @@ msgstr "" #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_form #: view:mail.mass_mailing.campaign:mass_mailing.view_mail_mass_mailing_campaign_kanban #: field:mail.mass_mailing.campaign,replied:0 +#: field:mail.statistics.report,replied:0 msgid "Replied" msgstr "" @@ -819,6 +912,16 @@ msgstr "" msgid "Scheduled" msgstr "" +#. module: mass_mailing +#: field:mail.statistics.report,scheduled_date:0 +msgid "Scheduled Date" +msgstr "" + +#. module: mass_mailing +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Scheduled Month" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "Select mailing lists..." @@ -861,9 +964,17 @@ msgstr "" #: field:mail.mass_mailing,sent:0 #: selection:mail.mass_mailing,state:0 #: model:mail.mass_mailing.stage,name:mass_mailing.campaign_stage_3 +#: field:mail.statistics.report,sent:0 +#: selection:mail.statistics.report,state:0 msgid "Sent" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search +msgid "Sent By" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing,sent_date:0 msgid "Sent Date" @@ -874,6 +985,11 @@ msgstr "" msgid "Sent Emails" msgstr "" +#. module: mass_mailing +#: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +msgid "Sent Month" +msgstr "" + #. module: mass_mailing #: field:mail.mass_mailing.stage,sequence:0 msgid "Sequence" @@ -897,6 +1013,7 @@ msgstr "" #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_search +#: view:mail.statistics.report:mass_mailing.view_mail_statistics_report_search msgid "State" msgstr "" @@ -907,6 +1024,7 @@ msgstr "" #. module: mass_mailing #: field:mail.mass_mailing,state:0 +#: field:mail.statistics.report,state:0 msgid "Status" msgstr "" @@ -920,6 +1038,11 @@ msgstr "" msgid "Subscribe" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_summary:0 +msgid "Summary" +msgstr "" + #. module: mass_mailing #: view:email.template:mass_mailing.email_template_form_minimal #: model:ir.actions.act_window,name:mass_mailing.action_email_template_marketing @@ -927,7 +1050,7 @@ msgid "Templates" msgstr "" #. module: mass_mailing -#: code:addons/mass_mailing/models/mass_mailing.py:540 +#: code:addons/mass_mailing/models/mass_mailing.py:541 #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form #, python-format msgid "Test Mailing" @@ -935,6 +1058,7 @@ msgstr "" #. module: mass_mailing #: selection:mail.mass_mailing,state:0 +#: selection:mail.statistics.report,state:0 msgid "Tested" msgstr "" @@ -967,6 +1091,21 @@ msgstr "" msgid "Total" msgstr "" +#. module: mass_mailing +#: field:mail.mass_mailing.contact,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: mass_mailing +#: field:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website Messages" +msgstr "" + +#. module: mass_mailing +#: help:mail.mass_mailing.contact,website_message_ids:0 +msgid "Website communication history" +msgstr "" + #. module: mass_mailing #: view:mail.mass_mailing:mass_mailing.view_mail_mass_mailing_form msgid "emails are in queue and will be sent soon." diff --git a/addons/membership/i18n/ar.po b/addons/membership/i18n/ar.po index 2531fd9d043..929e5036cc9 100644 --- a/addons/membership/i18n/ar.po +++ b/addons/membership/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "في انتظار المبلغ" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/bg.po b/addons/membership/i18n/bg.po index cb2b696e1ab..2147e0e3a43 100644 --- a/addons/membership/i18n/bg.po +++ b/addons/membership/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "Клиенти" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Месец" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "Шаблон на продукт" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/bs.po b/addons/membership/i18n/bs.po index e0778deb5f6..2329a9dbaf0 100644 --- a/addons/membership/i18n/bs.po +++ b/addons/membership/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Članski proizvodi" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/ca.po b/addons/membership/i18n/ca.po index 9c33b504301..0fbcbbe4068 100644 --- a/addons/membership/i18n/ca.po +++ b/addons/membership/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "" msgid "Customers" msgstr "Clients" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -493,6 +488,11 @@ msgstr "Productes per socis" msgid "Memberships" msgstr "Socis" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mes" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -547,6 +547,11 @@ msgstr "Import pendent" msgid "Product Template" msgstr "Plantilla de producte" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/cs.po b/addons/membership/i18n/cs.po index 0899d1342e5..1a183daee09 100644 --- a/addons/membership/i18n/cs.po +++ b/addons/membership/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "" msgid "Customers" msgstr "Zákazníci" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -492,6 +487,11 @@ msgstr "Výrobky členství" msgid "Memberships" msgstr "Členství" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Měsíc" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -546,6 +546,11 @@ msgstr "Čekající částka" msgid "Product Template" msgstr "Šablona výrobku" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/da.po b/addons/membership/i18n/da.po index fb2ec50f92f..a99019c79b8 100644 --- a/addons/membership/i18n/da.po +++ b/addons/membership/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/de.po b/addons/membership/i18n/de.po index 29bd3ae4dcb..b29a655bcbe 100644 --- a/addons/membership/i18n/de.po +++ b/addons/membership/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-15 10:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 06:23+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: membership @@ -82,7 +82,7 @@ msgstr "Zugehöriger Partner" #. module: membership #: model:product.template,name:membership.membership_2_product_template msgid "Basic Membership" -msgstr "Basismitgliedschaft" +msgstr "Basis-Mitglied" #. module: membership #: view:res.partner:membership.view_partner_form @@ -155,7 +155,7 @@ msgstr "Aktueller Mitgliedschaftsstatus" #. module: membership #: field:res.partner,membership_state:0 msgid "Current Membership Status" -msgstr "Aktueller Mitgliedsschaftsstatus" +msgstr "Aktueller Status" #. module: membership #: view:res.partner:membership.view_res_partner_member_filter @@ -167,11 +167,6 @@ msgstr "Kunden" msgid "Customers" msgstr "Kunden" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "Datum" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -186,7 +181,7 @@ msgstr "Eintrittsdatum des Mitglied" #. module: membership #: help:res.partner,membership_cancel:0 msgid "Date on which membership has been cancelled" -msgstr "Datum an dem die Mitgliedschaft gekündigt wurde." +msgstr "Datum an dem die Mitgliedschaft gekündigt wurde" #. module: membership #: help:product.template,membership_date_to:0 @@ -257,7 +252,7 @@ msgstr "Prognose" #: field:res.partner,free_member:0 #: selection:res.partner,membership_state:0 msgid "Free Member" -msgstr "Freie Mitglieder" +msgstr "Freiwilliges Mitglied" #. module: membership #: field:membership.membership_line,date_from:0 @@ -272,7 +267,7 @@ msgstr "Von Monat" #. module: membership #: model:product.template,name:membership.membership_0_product_template msgid "Gold Membership" -msgstr "Gold Mitgliedschaft" +msgstr "Gold-Mitglied" #. module: membership #: view:report.membership:membership.view_report_membership_search @@ -365,18 +360,13 @@ msgid "" "amount." msgstr "" "Zeigt den Mitgliedschaftsstatuts:\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- Kein Mitglied: Partner, der keine " -"Mitgliedschaft beantragt hat.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- Gekündigetes Mitglied: Mitglied, das seine " -"Mitgliedschaft gekündigt hat.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- Ehemaliges Mitglied: Mitglied, dessen " -"Mitgliedschaft abgelaufen ist.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- Wartendes Mitglied: Mitglied, der eine " -"Mitgliedschaft beantragt hat und dessen Rechnung erzeugt wird.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- Abgrechnetes Mitglied: Mitglied, dessen " -"Rechnung angelegt wurde.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- Zahlendes Mitglied: Mitglied, das seinen " -"Mitgliedsbeitrag bezahlt hat." +"- Kein Mitglied: Partner, der keine Mitgliedschaft beantragt hat.\n" +"- Gekündigetes Mitglied: Mitglied, das seine Mitgliedschaft gekündigt hat.\n" +"- Ehemaliges Mitglied: Mitglied, dessen Mitgliedschaft abgelaufen ist.\n" +"- Wartendes Mitglied: Mitglied, der eine Mitgliedschaft beantragt hat und " +"dessen Rechnung erzeugt wird.\n" +"- Abgerechnetes Mitglied: Mitglied, dessen Rechnung angelegt wurde.\n" +"- Zahlendes Mitglied: Mitglied, das seinen Mitgliedsbeitrag bezahlt hat." #. module: membership #: field:membership.membership_line,date:0 @@ -422,7 +412,7 @@ msgstr "Mitglieder" #: model:ir.actions.act_window,name:membership.action_report_membership_tree #: model:ir.ui.menu,name:membership.menu_report_membership msgid "Members Analysis" -msgstr "Mitgliederanalyse" +msgstr "Statistik Mitgliederzahlen" #. module: membership #: field:membership.invoice,product_id:0 @@ -515,6 +505,11 @@ msgstr "Mitgliedschafts-Produkte" msgid "Memberships" msgstr "Mitgliedschaft" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Monat" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -569,6 +564,11 @@ msgstr "Offene Beiträge" msgid "Product Template" msgstr "Produkt Vorlage" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "Anzahl" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" @@ -589,7 +589,7 @@ msgstr "Zur Vergabe freier Mitgliedschaft aktivieren" #. module: membership #: model:product.template,name:membership.membership_1_product_template msgid "Silver Membership" -msgstr "Silber-Mitgliedschaft" +msgstr "Silber-Mitglied" #. module: membership #: field:report.membership,start_date:0 diff --git a/addons/membership/i18n/es.po b/addons/membership/i18n/es.po index 68d2110c548..f67c345facb 100644 --- a/addons/membership/i18n/es.po +++ b/addons/membership/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-18 10:20+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:02+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Clientes" msgid "Customers" msgstr "Clientes" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "Fecha" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -510,6 +505,11 @@ msgstr "Productos para socios" msgid "Memberships" msgstr "Socios" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mes" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -564,6 +564,11 @@ msgstr "Importe pendiente" msgid "Product Template" msgstr "Plantilla producto" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "Cantidad" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/es_AR.po b/addons/membership/i18n/es_AR.po index 2f5fc6ae8fd..2bdcd3b7385 100644 --- a/addons/membership/i18n/es_AR.po +++ b/addons/membership/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -492,6 +487,11 @@ msgstr "Productos para socios" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -546,6 +546,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/es_CR.po b/addons/membership/i18n/es_CR.po index c1f393089e4..be5b40e474b 100644 --- a/addons/membership/i18n/es_CR.po +++ b/addons/membership/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Socios del cliente" msgid "Customers" msgstr "Clientes" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -494,6 +489,11 @@ msgstr "Productos para socios" msgid "Memberships" msgstr "Socios" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mes" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -548,6 +548,11 @@ msgstr "Importe pendiente" msgid "Product Template" msgstr "Plantilla producto" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/et.po b/addons/membership/i18n/et.po index 0fa9c55a5bd..b2fa6aa2eec 100644 --- a/addons/membership/i18n/et.po +++ b/addons/membership/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Liikmelisuse tooted" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/fi.po b/addons/membership/i18n/fi.po index 3591eb071c0..bd8c405b78c 100644 --- a/addons/membership/i18n/fi.po +++ b/addons/membership/i18n/fi.po @@ -7,30 +7,30 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-28 04:15+0000\n" +"Last-Translator: Mikko Salmela \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-29 05:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 msgid "# Invoiced" -msgstr "" +msgstr "# Laskutettu" #. module: membership #: field:report.membership,num_paid:0 msgid "# Paid" -msgstr "" +msgstr "# Maksettu" #. module: membership #: field:report.membership,num_waiting:0 msgid "# Waiting" -msgstr "" +msgstr "# Odottaa" #. module: membership #: help:res.partner,associate_member:0 @@ -47,12 +47,12 @@ msgstr "Tilin laskurivi" #. module: membership #: view:product.template:membership.membership_products_form msgid "Add a description..." -msgstr "" +msgstr "Lisää kuvaus..." #. module: membership #: view:res.partner:membership.view_res_partner_member_filter msgid "All Members" -msgstr "" +msgstr "Kaikki jäsenet" #. module: membership #: view:res.partner:membership.view_res_partner_member_filter @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Jäsenyystuotteet" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/fr.po b/addons/membership/i18n/fr.po index d2ad4e2677b..a7d7c5c9b85 100644 --- a/addons/membership/i18n/fr.po +++ b/addons/membership/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Partenaires clients" msgid "Customers" msgstr "Clients" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -505,6 +500,11 @@ msgstr "Articles d'adhésion" msgid "Memberships" msgstr "Adhésions" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mois" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -559,6 +559,11 @@ msgstr "Montant en attente" msgid "Product Template" msgstr "Modèle de produit" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/gl.po b/addons/membership/i18n/gl.po index 83c10e71df9..644f913414e 100644 --- a/addons/membership/i18n/gl.po +++ b/addons/membership/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "" msgid "Customers" msgstr "Clientes" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -492,6 +487,11 @@ msgstr "Produtos para socios" msgid "Memberships" msgstr "Socios" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mes" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -546,6 +546,11 @@ msgstr "Importe pendente" msgid "Product Template" msgstr "Modelo de Produto" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/hr.po b/addons/membership/i18n/hr.po index 3c25bef6e87..8cbd977bc1b 100644 --- a/addons/membership/i18n/hr.po +++ b/addons/membership/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/hu.po b/addons/membership/i18n/hu.po index 257e6fe7cd8..7c363a71f32 100644 --- a/addons/membership/i18n/hu.po +++ b/addons/membership/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Vevői Partnerek" msgid "Customers" msgstr "Vevők" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -501,6 +496,11 @@ msgstr "Tagsági termékek" msgid "Memberships" msgstr "Tagságok" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Hónap" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -555,6 +555,11 @@ msgstr "Függőben lévő összeg" msgid "Product Template" msgstr "Terméksablon" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/id.po b/addons/membership/i18n/id.po index 1add4a92d0a..d550d71d571 100644 --- a/addons/membership/i18n/id.po +++ b/addons/membership/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/it.po b/addons/membership/i18n/it.po index cc2663c6b58..b778b20555b 100644 --- a/addons/membership/i18n/it.po +++ b/addons/membership/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "Partner clienti" msgid "Customers" msgstr "Clienti" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Prodotti Iscrizione" msgid "Memberships" msgstr "Iscrizioni" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mese" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "Importo in sospeso" msgid "Product Template" msgstr "Modello Prodotto" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/ja.po b/addons/membership/i18n/ja.po index e6d5c7c2f9a..d0c17004695 100644 --- a/addons/membership/i18n/ja.po +++ b/addons/membership/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "顧客パートナ" msgid "Customers" msgstr "顧客" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "会員製品" msgid "Memberships" msgstr "会員" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "月" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "保留中金額" msgid "Product Template" msgstr "製品テンプレート" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/ko.po b/addons/membership/i18n/ko.po index 7bd54af3f4b..1b915a312cb 100644 --- a/addons/membership/i18n/ko.po +++ b/addons/membership/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "멤버십 상품" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/lt.po b/addons/membership/i18n/lt.po index ad633c71fd0..e06dbffddf9 100644 --- a/addons/membership/i18n/lt.po +++ b/addons/membership/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/mk.po b/addons/membership/i18n/mk.po index 9d919ac26a7..7df33d9fbe5 100644 --- a/addons/membership/i18n/mk.po +++ b/addons/membership/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Партнери на клиент" msgid "Customers" msgstr "Клиенти" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -501,6 +496,11 @@ msgstr "Производи на членство" msgid "Memberships" msgstr "Членства" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Месец" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -555,6 +555,11 @@ msgstr "Очекуван износ" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/mn.po b/addons/membership/i18n/mn.po index 44de9398d8e..b74f8838447 100644 --- a/addons/membership/i18n/mn.po +++ b/addons/membership/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Захиалагч Харилцагчид" msgid "Customers" msgstr "Захиалагчид" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -501,6 +496,11 @@ msgstr "Гишүүнчлэлийн бараа" msgid "Memberships" msgstr "Гишүүнчлэлүүд" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Сар" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -555,6 +555,11 @@ msgstr "Хүлээгдэж байгаа дүн" msgid "Product Template" msgstr "Барааны үлгэр" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/nl.po b/addons/membership/i18n/nl.po index 6d2056af93d..dd994bc5720 100644 --- a/addons/membership/i18n/nl.po +++ b/addons/membership/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-26 07:06+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 10:53+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Klant relaties" msgid "Customers" msgstr "Klanten" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "Datum" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -515,6 +510,11 @@ msgstr "Producten voor leden" msgid "Memberships" msgstr "Lidmaatschappen" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Maand" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -569,6 +569,11 @@ msgstr "Te ontvangen bedrag" msgid "Product Template" msgstr "Product sjabloon" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "Hoeveelheid" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/nl_BE.po b/addons/membership/i18n/nl_BE.po index 9d899cdf08c..16747b8fee2 100644 --- a/addons/membership/i18n/nl_BE.po +++ b/addons/membership/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/pl.po b/addons/membership/i18n/pl.po index 261a4a092fd..41b4def3348 100644 --- a/addons/membership/i18n/pl.po +++ b/addons/membership/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Produkty członka" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/pt.po b/addons/membership/i18n/pt.po index 9446fc9e3d2..a5332952693 100644 --- a/addons/membership/i18n/pt.po +++ b/addons/membership/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "Parceiros Clientes" msgid "Customers" msgstr "Clientes" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Artigos de adesão" msgid "Memberships" msgstr "Associações" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mês" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "Montante Pendente" msgid "Product Template" msgstr "Template do Artigo" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/pt_BR.po b/addons/membership/i18n/pt_BR.po index a80b6a2953d..8e511332364 100644 --- a/addons/membership/i18n/pt_BR.po +++ b/addons/membership/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Parceiros do Cliente" msgid "Customers" msgstr "Clientes" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -503,6 +498,11 @@ msgstr "Produtos de adesão" msgid "Memberships" msgstr "Grupo de Membros" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mês" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -557,6 +557,11 @@ msgstr "Valor Pendente" msgid "Product Template" msgstr "Modelo de Produto" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/ro.po b/addons/membership/i18n/ro.po index 3ccdb9ca80b..9fd4dc43973 100644 --- a/addons/membership/i18n/ro.po +++ b/addons/membership/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Parteneri Client" msgid "Customers" msgstr "Clienti" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -506,6 +501,11 @@ msgstr "Produse de membru" msgid "Memberships" msgstr "Apartenente ca membru" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Luna" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -560,6 +560,11 @@ msgstr "Suma in asteptare" msgid "Product Template" msgstr "Sablon produs" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/ru.po b/addons/membership/i18n/ru.po index 9c9eb74cb51..fd9f4ee16c1 100644 --- a/addons/membership/i18n/ru.po +++ b/addons/membership/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "Заказчики" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Месяц" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "Шаблон ТМЦ" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/sk.po b/addons/membership/i18n/sk.po index 2923c67954e..9792a098988 100644 --- a/addons/membership/i18n/sk.po +++ b/addons/membership/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/sl.po b/addons/membership/i18n/sl.po index f972460d30d..0d60a53d402 100644 --- a/addons/membership/i18n/sl.po +++ b/addons/membership/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -165,11 +165,6 @@ msgstr "Kupci" msgid "Customers" msgstr "Kupci" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -492,6 +487,11 @@ msgstr "Opcije članstva" msgid "Memberships" msgstr "Članstva" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Mesec" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -546,6 +546,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/sq.po b/addons/membership/i18n/sq.po index 350ad344991..1aa13ff48e0 100644 --- a/addons/membership/i18n/sq.po +++ b/addons/membership/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/sr@latin.po b/addons/membership/i18n/sr@latin.po index 1a38b4ece5f..69fd16757f7 100644 --- a/addons/membership/i18n/sr@latin.po +++ b/addons/membership/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/sv.po b/addons/membership/i18n/sv.po index de52ad1492d..0a8777c4024 100644 --- a/addons/membership/i18n/sv.po +++ b/addons/membership/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Medlemskapsprodukter" msgid "Memberships" msgstr "Medlemskap" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/tlh.po b/addons/membership/i18n/tlh.po index c578e83098e..fb9cefbd3f1 100644 --- a/addons/membership/i18n/tlh.po +++ b/addons/membership/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/tr.po b/addons/membership/i18n/tr.po index 1d2e41f6958..86cd1211645 100644 --- a/addons/membership/i18n/tr.po +++ b/addons/membership/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "Müşteri İş Ortakları" msgid "Customers" msgstr "Müşteriler" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "Ürün Üyeliği" msgid "Memberships" msgstr "Üyelikleri" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "Ay" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "Bekleyen Tutar" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/uk.po b/addons/membership/i18n/uk.po index 125f07ff069..0eb9aff22ba 100644 --- a/addons/membership/i18n/uk.po +++ b/addons/membership/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/vi.po b/addons/membership/i18n/vi.po index ad5e80ea6bd..58933c5b774 100644 --- a/addons/membership/i18n/vi.po +++ b/addons/membership/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/zh_CN.po b/addons/membership/i18n/zh_CN.po index 6bd9943b66e..6b62b32c3d5 100644 --- a/addons/membership/i18n/zh_CN.po +++ b/addons/membership/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "客户业务伙伴" msgid "Customers" msgstr "客户" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -497,6 +492,11 @@ msgstr "会员卡" msgid "Memberships" msgstr "会员" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "月份" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -551,6 +551,11 @@ msgstr "未决金额" msgid "Product Template" msgstr "产品模板" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/membership/i18n/zh_TW.po b/addons/membership/i18n/zh_TW.po index 5a826b8e431..8a7e6541144 100644 --- a/addons/membership/i18n/zh_TW.po +++ b/addons/membership/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: membership #: field:report.membership,num_invoiced:0 @@ -163,11 +163,6 @@ msgstr "" msgid "Customers" msgstr "" -#. module: membership -#: view:report.membership:membership.view_report_membership_search -msgid "Date" -msgstr "" - #. module: membership #: help:product.template,membership_date_from:0 #: help:res.partner,membership_start:0 @@ -490,6 +485,11 @@ msgstr "" msgid "Memberships" msgstr "" +#. module: membership +#: view:report.membership:membership.view_report_membership_search +msgid "Month" +msgstr "" + #. module: membership #: selection:membership.membership_line,state:0 #: selection:report.membership,membership_state:0 @@ -544,6 +544,11 @@ msgstr "" msgid "Product Template" msgstr "" +#. module: membership +#: field:report.membership,quantity:0 +msgid "Quantity" +msgstr "" + #. module: membership #: view:report.membership:membership.view_report_membership_search msgid "Revenue Done" diff --git a/addons/mrp/i18n/ar.po b/addons/mrp/i18n/ar.po index c48472b3943..30721670850 100644 --- a/addons/mrp/i18n/ar.po +++ b/addons/mrp/i18n/ar.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -374,13 +374,13 @@ msgid "BoM" msgstr "فاتورة المواد" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -408,7 +408,7 @@ msgid "BoM Type" msgstr "علامة فاتورة القياس" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -434,19 +434,19 @@ msgid "Cancelled" msgstr "أُلغيت" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -738,9 +738,9 @@ msgid "End Date" msgstr "تاريخ الإنتهاء" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -931,9 +931,9 @@ msgid "Internal Reference" msgstr "مرجع داخلي" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1054,7 +1054,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1342,7 +1342,7 @@ msgid "Planning" msgstr "التخطيط" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1969,8 +1969,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2208,17 +2208,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2380,14 +2379,6 @@ msgstr "مركز العمل" msgid "Working Time" msgstr "ساعات العمل" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/bg.po b/addons/mrp/i18n/bg.po index 91d03d4ab43..7924f4eea1c 100644 --- a/addons/mrp/i18n/bg.po +++ b/addons/mrp/i18n/bg.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "Отказан" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "Крайна дата" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "Вътрешно означение" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1050,7 +1050,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1340,7 +1340,7 @@ msgid "Planning" msgstr "Планиране" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1962,8 +1962,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2195,17 +2195,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2367,14 +2366,6 @@ msgstr "Цех" msgid "Working Time" msgstr "Работно време" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/bs.po b/addons/mrp/i18n/bs.po index 85017120c9e..f69f64241c3 100644 --- a/addons/mrp/i18n/bs.po +++ b/addons/mrp/i18n/bs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -412,13 +412,13 @@ msgid "BoM" msgstr "Sastavnica" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -446,7 +446,7 @@ msgid "BoM Type" msgstr "Tip sastavnice" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -472,19 +472,19 @@ msgid "Cancelled" msgstr "Otkazano" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Ne može se obrisati radni nalog proizvodnje u statusu '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Ne može se pronaći sastavnica za ovaj proizvod." @@ -778,9 +778,9 @@ msgid "End Date" msgstr "Datum završetka" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -980,9 +980,9 @@ msgid "Internal Reference" msgstr "Interna referenca" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Neispravna akcija!" @@ -1103,7 +1103,7 @@ msgstr "Menadžer" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1395,7 +1395,7 @@ msgid "Planning" msgstr "Planiranje" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2023,8 +2023,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2270,17 +2270,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Upozorenje" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -2453,16 +2452,6 @@ msgstr "Radni Centar" msgid "Working Time" msgstr "Radno Vrijeme" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Želite proizvesti ukupno %s količina od \"%s\".\n" -"Ali možete samo proizvesti ukupno %s quantities." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2505,3 +2494,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Želite proizvesti ukupno %s količina od \"%s\".\n" +#~ "Ali možete samo proizvesti ukupno %s quantities." diff --git a/addons/mrp/i18n/ca.po b/addons/mrp/i18n/ca.po index 6dcf55d0a3f..3861f439594 100644 --- a/addons/mrp/i18n/ca.po +++ b/addons/mrp/i18n/ca.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -377,13 +377,13 @@ msgid "BoM" msgstr "Llista de materials (LdM)" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -411,7 +411,7 @@ msgid "BoM Type" msgstr "Tipus de llista de materials" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -437,19 +437,19 @@ msgid "Cancelled" msgstr "Cancel·lada" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -743,9 +743,9 @@ msgid "End Date" msgstr "Data final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -940,9 +940,9 @@ msgid "Internal Reference" msgstr "Referència interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1064,7 +1064,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1357,7 +1357,7 @@ msgid "Planning" msgstr "Planificació" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1993,8 +1993,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2234,17 +2234,16 @@ msgid "Warehouse" msgstr "Magatzem" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2406,14 +2405,6 @@ msgstr "Centre de producció" msgid "Working Time" msgstr "Horari treball" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/cs.po b/addons/mrp/i18n/cs.po index 3ab62a93a45..007135c5681 100644 --- a/addons/mrp/i18n/cs.po +++ b/addons/mrp/i18n/cs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -410,13 +410,13 @@ msgid "BoM" msgstr "Kusovník" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -444,7 +444,7 @@ msgid "BoM Type" msgstr "Druh kusovníku" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -470,19 +470,19 @@ msgid "Cancelled" msgstr "Zrušeno" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Nemohu smazat objednávku výroby ve stavu '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Nepodařilo se najít kusovník tohoto výrobku" @@ -776,9 +776,9 @@ msgid "End Date" msgstr "Datum ukončení" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -977,9 +977,9 @@ msgid "Internal Reference" msgstr "Vnitřní odkaz" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Neplatná akce!" @@ -1100,7 +1100,7 @@ msgstr "Manažer" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1392,7 +1392,7 @@ msgid "Planning" msgstr "Plánování" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2021,8 +2021,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2267,17 +2267,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Varování" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Varování!" @@ -2450,16 +2449,6 @@ msgstr "Pracovní centrum" msgid "Working Time" msgstr "Pracovní čas" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Celkem vyrobíte %s jednotek \"%s\".\n" -"Můžete však vyrobit jen %s jednotek." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2502,3 +2491,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Celkem vyrobíte %s jednotek \"%s\".\n" +#~ "Můžete však vyrobit jen %s jednotek." diff --git a/addons/mrp/i18n/da.po b/addons/mrp/i18n/da.po index 6589e14efe5..b81e93960b4 100644 --- a/addons/mrp/i18n/da.po +++ b/addons/mrp/i18n/da.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopi)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -409,13 +409,13 @@ msgid "BoM" msgstr "Stykliste" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -443,7 +443,7 @@ msgid "BoM Type" msgstr "Stykliste type" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -469,19 +469,19 @@ msgid "Cancelled" msgstr "Annulleret" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Kan ikke slette en produktionsordre i status '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Kan ikke finde en stykliste på denne vare." @@ -775,9 +775,9 @@ msgid "End Date" msgstr "Slut dato" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -974,9 +974,9 @@ msgid "Internal Reference" msgstr "Intern reference" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Ulovlig handling!" @@ -1097,7 +1097,7 @@ msgstr "Leder" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1388,7 +1388,7 @@ msgid "Planning" msgstr "Planlægning" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2013,8 +2013,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2254,17 +2254,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Advarsel" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -2435,16 +2434,6 @@ msgstr "Arbejdscenter" msgid "Working Time" msgstr "Arbejdstid" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Du er ved at producere ialt l %s stk. \"%s\".\n" -"Du kan kun producere op til total %s antal." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2487,3 +2476,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Du er ved at producere ialt l %s stk. \"%s\".\n" +#~ "Du kan kun producere op til total %s antal." diff --git a/addons/mrp/i18n/de.po b/addons/mrp/i18n/de.po index e5defc11826..b564b689307 100644 --- a/addons/mrp/i18n/de.po +++ b/addons/mrp/i18n/de.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-09 12:07+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 07:20+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:14+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Fertigung" @@ -36,13 +36,13 @@ msgid "# Manufacturing Orders" msgstr "# Fertigungsaufträge" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (Kopie)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s gefertigt" @@ -510,13 +510,13 @@ msgid "BoM" msgstr "Stückliste" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "Die Stückliste \"%s\" beinhaltet eine rekursive Position: \"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -546,7 +546,7 @@ msgid "BoM Type" msgstr "Stücklisten Typ" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "Ein passender Fertigungsablaufplan kann nicht ermittelt werden." @@ -572,19 +572,19 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "Eine negative oder Nullbuchung eines Verbrauchs ist nicht möglich." #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Ein Fertigungsauftrag mit Status '%s' kann nicht gelöscht werden." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Es konnte keine Stückliste gefunden werden." @@ -878,9 +878,9 @@ msgid "End Date" msgstr "Enddatum" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -1080,9 +1080,9 @@ msgid "Internal Reference" msgstr "Interne Referenz" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Ungültige Aktion!" @@ -1205,7 +1205,7 @@ msgstr "Manager" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "Fertigung" @@ -1501,7 +1501,7 @@ msgid "Planning" msgstr "Fertigungsterminierung" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "Bitte geben Sie eine korrekte Anzahl an" @@ -2135,8 +2135,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "Datenfeld, das zur Verfolgung der Fertigungsprodukte eingesetzt wird" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2265,7 +2265,7 @@ msgstr "Gesamtkosten von %s %s" #: view:mrp.production:mrp.mrp_production_tree_view #: field:mrp.production,cycle_total:0 msgid "Total Cycles" -msgstr "Gesamt Zyklen" +msgstr "Gesamte Zyklen" #. module: mrp #: view:mrp.production:mrp.mrp_production_tree_view @@ -2392,17 +2392,16 @@ msgid "Warehouse" msgstr "Zentrallager" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Warnung" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Warnung!" @@ -2580,16 +2579,6 @@ msgstr "Arbeitsplatz" msgid "Working Time" msgstr "Arbeitszeit" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Sie möchten %s Einheiten von \"%s\" produzieren.\n" -"Sie können aber nur %s Einheiten produzieren.." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2636,3 +2625,11 @@ msgstr "Plus" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "unbekannt" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Sie möchten %s Einheiten von \"%s\" produzieren.\n" +#~ "Sie können aber nur %s Einheiten produzieren.." diff --git a/addons/mrp/i18n/el.po b/addons/mrp/i18n/el.po index 6e9bdb90c7e..aa0fd3a002b 100644 --- a/addons/mrp/i18n/el.po +++ b/addons/mrp/i18n/el.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "Κ.Υ." #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "Τύπος Κ.Υ." #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "Ημερ/νία Τέλους" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1050,7 +1050,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1338,7 +1338,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1960,8 +1960,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2193,17 +2193,16 @@ msgid "Warehouse" msgstr "Αποθήκη" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2365,14 +2364,6 @@ msgstr "Κέντρο Εργασίας" msgid "Working Time" msgstr "Χρόνος Εργασίας" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/es.po b/addons/mrp/i18n/es.po index 471bede4ada..83dbdf96209 100644 --- a/addons/mrp/i18n/es.po +++ b/addons/mrp/i18n/es.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 11:10+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Fabricar" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "Nº de órdenes de producción" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (copia)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s fabricado" @@ -482,14 +482,14 @@ msgid "BoM" msgstr "Lista de materiales (LdM)" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" "La LdM \"%s\" contiene una línea con una recursión de producto: \"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -519,7 +519,7 @@ msgid "BoM Type" msgstr "Tipo de lista de materiales" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "No se puede encontrar ningún proceso productivo genérico." @@ -545,19 +545,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "No se puede consumir un movimiento con cantidad negativa o nula." #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "No se puede eliminar una orden de fabricación en estado '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "No se ha encontrado ninguna lista de materiales para este producto." @@ -851,9 +851,9 @@ msgid "End Date" msgstr "Fecha final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -1061,9 +1061,9 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "¡Acción no válida!" @@ -1185,7 +1185,7 @@ msgstr "Gerente" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "Producir" @@ -1481,7 +1481,7 @@ msgid "Planning" msgstr "Planificación" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "Por favor introduzca una cantidad adecuada." @@ -2119,8 +2119,8 @@ msgstr "" "Campo técnico usado para mantener la trazabilidad de los productos producidos" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2379,17 +2379,16 @@ msgid "Warehouse" msgstr "Almacén" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Advertencia" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "¡Advertencia!" @@ -2564,16 +2563,6 @@ msgstr "Centro de producción" msgid "Working Time" msgstr "Horario trabajo" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Va a fabricar un total de %s cantidades de \"%s\".\n" -"Pero solo puede fabricar hasta un total de %s cantidades." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2620,3 +2609,11 @@ msgstr "más" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "desconocido" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Va a fabricar un total de %s cantidades de \"%s\".\n" +#~ "Pero solo puede fabricar hasta un total de %s cantidades." diff --git a/addons/mrp/i18n/es_AR.po b/addons/mrp/i18n/es_AR.po index 3ffb4574f9e..275a48ceb9a 100644 --- a/addons/mrp/i18n/es_AR.po +++ b/addons/mrp/i18n/es_AR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -372,13 +372,13 @@ msgid "BoM" msgstr "LdM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -406,7 +406,7 @@ msgid "BoM Type" msgstr "Tipo de lista de materiales" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -432,19 +432,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -736,9 +736,9 @@ msgid "End Date" msgstr "Fecha de término" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -934,9 +934,9 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1058,7 +1058,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1348,7 +1348,7 @@ msgid "Planning" msgstr "Planificación" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1975,8 +1975,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2208,17 +2208,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2380,14 +2379,6 @@ msgstr "Centro de producción" msgid "Working Time" msgstr "Horario de trabajo" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/es_BO.po b/addons/mrp/i18n/es_BO.po index f22e6ed741d..50d5230aa3b 100644 --- a/addons/mrp/i18n/es_BO.po +++ b/addons/mrp/i18n/es_BO.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Bolivia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/es_CL.po b/addons/mrp/i18n/es_CL.po index c5b3c59055e..4125bdcfa69 100644 --- a/addons/mrp/i18n/es_CL.po +++ b/addons/mrp/i18n/es_CL.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -377,13 +377,13 @@ msgid "BoM" msgstr "Lista de materiales (LdM)" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -411,7 +411,7 @@ msgid "BoM Type" msgstr "Tipo de lista de materiales" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -437,19 +437,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -743,9 +743,9 @@ msgid "End Date" msgstr "Fecha final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -943,9 +943,9 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1067,7 +1067,7 @@ msgstr "Administrador" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1360,7 +1360,7 @@ msgid "Planning" msgstr "Planificación" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1995,8 +1995,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2240,17 +2240,16 @@ msgid "Warehouse" msgstr "Almacén" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Atención!" @@ -2412,16 +2411,6 @@ msgstr "Centro de producción" msgid "Working Time" msgstr "Horario trabajo" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Usted va a producir %s cantidades del total de \"%s\".\n" -"Pero sólo se puede producir hasta %s cantidades del total." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2464,3 +2453,11 @@ msgstr "más" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Usted va a producir %s cantidades del total de \"%s\".\n" +#~ "Pero sólo se puede producir hasta %s cantidades del total." diff --git a/addons/mrp/i18n/es_CR.po b/addons/mrp/i18n/es_CR.po index c92971f2178..a80e9350b5c 100644 --- a/addons/mrp/i18n/es_CR.po +++ b/addons/mrp/i18n/es_CR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -377,13 +377,13 @@ msgid "BoM" msgstr "Lista de materiales (LdM)" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -411,7 +411,7 @@ msgid "BoM Type" msgstr "Tipo de lista de materiales" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -437,19 +437,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -743,9 +743,9 @@ msgid "End Date" msgstr "Fecha final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -943,9 +943,9 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1067,7 +1067,7 @@ msgstr "Gerente" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1360,7 +1360,7 @@ msgid "Planning" msgstr "Planificación" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1995,8 +1995,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2240,17 +2240,16 @@ msgid "Warehouse" msgstr "Almacén" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -2412,16 +2411,6 @@ msgstr "Centro de producción" msgid "Working Time" msgstr "Horario trabajo" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Va a producir un total de %s cantidades de \"%s\".\n" -"Pero solo puede producir hasta un total de %s cantidades." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2464,3 +2453,11 @@ msgstr "más" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Va a producir un total de %s cantidades de \"%s\".\n" +#~ "Pero solo puede producir hasta un total de %s cantidades." diff --git a/addons/mrp/i18n/es_EC.po b/addons/mrp/i18n/es_EC.po index eaa836c0ed4..8f4a0e6b6fe 100644 --- a/addons/mrp/i18n/es_EC.po +++ b/addons/mrp/i18n/es_EC.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -377,13 +377,13 @@ msgid "BoM" msgstr "Lista de materiales (LdM)" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -411,7 +411,7 @@ msgid "BoM Type" msgstr "Tipo de lista de materiales" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -437,19 +437,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -741,9 +741,9 @@ msgid "End Date" msgstr "Fecha final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -939,9 +939,9 @@ msgid "Internal Reference" msgstr "Referencia Interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1063,7 +1063,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1353,7 +1353,7 @@ msgid "Planning" msgstr "Planificación" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1984,8 +1984,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2227,17 +2227,16 @@ msgid "Warehouse" msgstr "Almacén" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2399,14 +2398,6 @@ msgstr "Centro de producción" msgid "Working Time" msgstr "Horario trabajo" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/es_MX.po b/addons/mrp/i18n/es_MX.po index 9177301d5d1..0264229d0b8 100644 --- a/addons/mrp/i18n/es_MX.po +++ b/addons/mrp/i18n/es_MX.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/et.po b/addons/mrp/i18n/et.po index 3209b3312bc..fc2994979b5 100644 --- a/addons/mrp/i18n/et.po +++ b/addons/mrp/i18n/et.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "Lõppkuupäev" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "Tööaeg" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/fi.po b/addons/mrp/i18n/fi.po index 5bdb90c6dea..c52fe016659 100644 --- a/addons/mrp/i18n/fi.po +++ b/addons/mrp/i18n/fi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopio)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -411,13 +411,13 @@ msgid "BoM" msgstr "Osaluettelo" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -445,7 +445,7 @@ msgid "BoM Type" msgstr "Osalistan tyyppi" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -471,19 +471,19 @@ msgid "Cancelled" msgstr "Peruttu" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Tilassa '%s' olevaa valmistustilausta ei voi poistaa." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Tälle tuotteelle ei löydy osaluetteloa." @@ -775,9 +775,9 @@ msgid "End Date" msgstr "Loppupäivä" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -976,9 +976,9 @@ msgid "Internal Reference" msgstr "Sisäinen viite" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Virheellinen toiminto!" @@ -1099,7 +1099,7 @@ msgstr "Päällikkö" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1391,7 +1391,7 @@ msgid "Planning" msgstr "Suunnittelu" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2020,8 +2020,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2266,17 +2266,16 @@ msgid "Warehouse" msgstr "Varasto" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Varoitus" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Varoitus!" @@ -2452,16 +2451,6 @@ msgstr "Työpiste" msgid "Working Time" msgstr "Työaika" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Aiot valmistamaa yhteensä %s tuotetta \"%s\".\n" -"Mutta voit valmistaan enintään %s." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2504,3 +2493,11 @@ msgstr "plus" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Aiot valmistamaa yhteensä %s tuotetta \"%s\".\n" +#~ "Mutta voit valmistaan enintään %s." diff --git a/addons/mrp/i18n/fr.po b/addons/mrp/i18n/fr.po index 5d9c390f7be..9ba38cfc7e9 100644 --- a/addons/mrp/i18n/fr.po +++ b/addons/mrp/i18n/fr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (copie)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -414,13 +414,13 @@ msgid "BoM" msgstr "Nomenclature" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -448,7 +448,7 @@ msgid "BoM Type" msgstr "Type de nomenclature" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -474,19 +474,19 @@ msgid "Cancelled" msgstr "Annulé" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Impossible de supprimer un ordre de fabrication dans l'état \"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Impossible de trouver une nomenclature pour cet article." @@ -780,9 +780,9 @@ msgid "End Date" msgstr "Date de fin" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -983,9 +983,9 @@ msgid "Internal Reference" msgstr "Référence interne" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Action incorrecte !" @@ -1106,7 +1106,7 @@ msgstr "Responsable" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1399,7 +1399,7 @@ msgid "Planning" msgstr "Planification" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2033,8 +2033,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2279,17 +2279,16 @@ msgid "Warehouse" msgstr "Entrepôt" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Attention" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Attention !" @@ -2464,16 +2463,6 @@ msgstr "Poste de charge" msgid "Working Time" msgstr "Temps de Travail" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Vous allez produire un total de %s \"%s\".\n" -"Mais vous ne pouvez produire qu'un maximum de %s." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2516,3 +2505,11 @@ msgstr "plus" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Vous allez produire un total de %s \"%s\".\n" +#~ "Mais vous ne pouvez produire qu'un maximum de %s." diff --git a/addons/mrp/i18n/gl.po b/addons/mrp/i18n/gl.po index bf9f1964687..972dabd80e1 100644 --- a/addons/mrp/i18n/gl.po +++ b/addons/mrp/i18n/gl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -375,13 +375,13 @@ msgid "BoM" msgstr "Lista de materiais" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -409,7 +409,7 @@ msgid "BoM Type" msgstr "Tipo de lista de materiais" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -435,19 +435,19 @@ msgid "Cancelled" msgstr "Anulado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -739,9 +739,9 @@ msgid "End Date" msgstr "Data de remate" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -935,9 +935,9 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1058,7 +1058,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1348,7 +1348,7 @@ msgid "Planning" msgstr "Planificación" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1979,8 +1979,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2220,17 +2220,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2392,14 +2391,6 @@ msgstr "Centro de produción" msgid "Working Time" msgstr "Horario de traballo" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/hi.po b/addons/mrp/i18n/hi.po index 779d69bbb45..2114aa94b64 100644 --- a/addons/mrp/i18n/hi.po +++ b/addons/mrp/i18n/hi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "समाप्ति तिथि" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/hr.po b/addons/mrp/i18n/hr.po index a4f5700d03e..c4145b9de3b 100644 --- a/addons/mrp/i18n/hr.po +++ b/addons/mrp/i18n/hr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -386,13 +386,13 @@ msgid "BoM" msgstr "BoM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -420,7 +420,7 @@ msgid "BoM Type" msgstr "Tip sastavnice" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -446,19 +446,19 @@ msgid "Cancelled" msgstr "Otkazani" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -752,9 +752,9 @@ msgid "End Date" msgstr "Završni Datum" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -947,9 +947,9 @@ msgid "Internal Reference" msgstr "Interna oznaka" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1070,7 +1070,7 @@ msgstr "Voditelj" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1362,7 +1362,7 @@ msgid "Planning" msgstr "Planiranje" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1994,8 +1994,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2235,17 +2235,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Upozorenje" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -2407,14 +2406,6 @@ msgstr "Radni Centar" msgid "Working Time" msgstr "Radno vrijeme" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/hu.po b/addons/mrp/i18n/hu.po index d2ccfbdc012..0aeae676ccd 100644 --- a/addons/mrp/i18n/hu.po +++ b/addons/mrp/i18n/hu.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (másolat)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -416,13 +416,13 @@ msgid "BoM" msgstr "Anyagjegyzék" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -450,7 +450,7 @@ msgid "BoM Type" msgstr "Anyagjegyzék tipusa" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -476,19 +476,19 @@ msgid "Cancelled" msgstr "Törölt" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Nem lehet a gyártási megrendelést törölni ezen az állapoton '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Nem található darabjegyzék ehhez a termékhez." @@ -782,9 +782,9 @@ msgid "End Date" msgstr "Befejezési dátum" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -985,9 +985,9 @@ msgid "Internal Reference" msgstr "Belső hivatkozás" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Érvénytelen lépés!" @@ -1108,7 +1108,7 @@ msgstr "Igazgató" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1401,7 +1401,7 @@ msgid "Planning" msgstr "Tervezés" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2034,8 +2034,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2281,17 +2281,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Figyelem" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Figyelem!" @@ -2468,16 +2467,6 @@ msgstr "Munkaállomás" msgid "Working Time" msgstr "Munkaidő" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Elfogja készíteni a teljes %s mennyiséget ebből \"%s\".\n" -"De csak ekkora %s teljes mennyiséget tud termelni." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2520,3 +2509,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Elfogja készíteni a teljes %s mennyiséget ebből \"%s\".\n" +#~ "De csak ekkora %s teljes mennyiséget tud termelni." diff --git a/addons/mrp/i18n/id.po b/addons/mrp/i18n/id.po index 7bd7aa6aa3f..c3f64b01f7f 100644 --- a/addons/mrp/i18n/id.po +++ b/addons/mrp/i18n/id.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/it.po b/addons/mrp/i18n/it.po index cddd79024a2..1d9a2de1f37 100644 --- a/addons/mrp/i18n/it.po +++ b/addons/mrp/i18n/it.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 13:14+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (copia)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -239,6 +239,7 @@ msgstr "" #: help:mrp.bom,product_efficiency:0 msgid "A factor of 0.9 means a loss of 10% during the production process." msgstr "" +"Un fattore di 0.9 significa una perdita del 10% durante la produzione." #. module: mrp #: help:mrp.bom.line,product_efficiency:0 @@ -416,13 +417,13 @@ msgid "BoM" msgstr "Distinta base" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -450,7 +451,7 @@ msgid "BoM Type" msgstr "Tipo di Distinta base" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -476,19 +477,19 @@ msgid "Cancelled" msgstr "Annullato" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Impossibile eliminare un ordine di produzione in stato '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Impossibile trovare una distinta base per questo prodotto." @@ -529,7 +530,7 @@ msgstr "Cambia Quantità dei Prodotti" #. module: mrp #: view:mrp.production:mrp.mrp_production_form_view msgid "Check Availability" -msgstr "" +msgstr "Controllo disponibilità" #. module: mrp #: field:mrp.routing,code:0 @@ -686,7 +687,7 @@ msgstr "Informazioni sui Costi" #: field:mrp.workcenter.load,create_uid:0 #: field:stock.move.consume,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: mrp #: field:change.production.qty,create_date:0 @@ -707,7 +708,7 @@ msgstr "" #: field:mrp.workcenter.load,create_date:0 #: field:stock.move.consume,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: mrp #: field:mrp.workcenter,costs_cycle_account_id:0 @@ -782,9 +783,9 @@ msgid "End Date" msgstr "Data di fine" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -881,7 +882,7 @@ msgstr "" #. module: mrp #: view:mrp.property:mrp.view_mrp_property_search msgid "Group By" -msgstr "" +msgstr "Raggruppa per" #. module: mrp #: view:mrp.bom:mrp.view_mrp_bom_filter @@ -936,7 +937,7 @@ msgstr "Costo orario" #: field:report.workcenter.load,id:0 #: field:stock.move.consume,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: mrp #: help:mrp.bom,product_id:0 @@ -986,9 +987,9 @@ msgid "Internal Reference" msgstr "Riferimento interno" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Azione non valida!" @@ -1017,7 +1018,7 @@ msgstr "" #: field:mrp.production,message_last_post:0 #: field:mrp.production.workcenter.line,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: mrp #: field:change.production.qty,write_uid:0 @@ -1086,7 +1087,7 @@ msgstr "Ubicazione dove il sistema stoccherà i prodotti finiti" #: field:mrp.product.produce.line,lot_id:0 #: field:stock.move.consume,restrict_lot_id:0 msgid "Lot" -msgstr "" +msgstr "Lotto" #. module: mrp #: model:res.groups,name:mrp.group_mrp_routings @@ -1110,7 +1111,7 @@ msgstr "Manager" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1131,7 +1132,7 @@ msgstr "" #: view:product.product:mrp.product_product_form_view_bom_button #: view:product.template:mrp.product_template_form_view_bom_button msgid "Manufacturing" -msgstr "Gestione Produzione" +msgstr "Gestione della Produzione" #. module: mrp #: field:mrp.bom,product_efficiency:0 @@ -1170,7 +1171,7 @@ msgstr "Ordine di Produzione %s creato." #: view:mrp.production:mrp.view_production_calendar #: view:mrp.production:mrp.view_production_graph msgid "Manufacturing Orders" -msgstr "Ordini di produzione" +msgstr "Ordini di Produzione" #. module: mrp #: model:ir.actions.act_window,name:mrp.mrp_production_action2 @@ -1261,7 +1262,7 @@ msgstr "Nuovo" #: code:addons/mrp/procurement.py:120 #, python-format msgid "No BoM exists for this product!" -msgstr "" +msgstr "Non esiste una Distinta Base per questo prodotto!" #. module: mrp #: view:website:mrp.report_mrporder @@ -1366,7 +1367,7 @@ msgstr "Routing Superiore" #. module: mrp #: view:website:mrp.report_mrporder msgid "Partner Ref:" -msgstr "" +msgstr "Rif. Partner:" #. module: mrp #: view:mrp.production:mrp.view_mrp_production_filter @@ -1403,10 +1404,10 @@ msgid "Planning" msgstr "Pianificazione" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." -msgstr "" +msgstr "Si prega di fornire una quantità valida." #. module: mrp #: view:mrp.product_price:mrp.view_mrp_product_price_wizard @@ -1422,7 +1423,7 @@ msgstr "Stampa Struttura Costo Prodotto." #. module: mrp #: view:website:mrp.report_mrporder msgid "Printing date:" -msgstr "" +msgstr "Data di stampa:" #. module: mrp #: field:mrp.production,priority:0 @@ -1579,7 +1580,7 @@ msgstr "" #. module: mrp #: view:website:mrp.report_mrporder msgid "Product:" -msgstr "" +msgstr "Prodotto:" #. module: mrp #: view:mrp.production:mrp.view_mrp_production_filter @@ -1707,13 +1708,13 @@ msgstr "Proprietà" #: field:mrp.property,group_id:0 #: field:mrp.property.group,name:0 msgid "Property Group" -msgstr "Gruppo di Proprietà" +msgstr "Categoria di Proprietà" #. module: mrp #: model:ir.actions.act_window,name:mrp.mrp_property_group_action #: model:ir.ui.menu,name:mrp.menu_mrp_property_group_action msgid "Property Groups" -msgstr "Gruppi Proprietà" +msgstr "Categorie di Proprietà" #. module: mrp #: code:addons/mrp/report/price.py:141 @@ -1730,12 +1731,12 @@ msgstr "Quantità" #. module: mrp #: field:mrp.product.produce.line,product_qty:0 msgid "Quantity (in default UoM)" -msgstr "" +msgstr "Quantità (UdM predefinita)" #. module: mrp #: view:website:mrp.report_mrporder msgid "Quantity:" -msgstr "" +msgstr "Quantità:" #. module: mrp #: field:mrp.production,location_src_id:0 @@ -1853,7 +1854,7 @@ msgstr "" #. module: mrp #: view:website:mrp.report_mrporder msgid "SO Number:" -msgstr "" +msgstr "Ordine di Vendita:" #. module: mrp #: field:mrp.production,date_planned:0 @@ -1961,7 +1962,7 @@ msgstr "Documento Sorgente" #. module: mrp #: view:website:mrp.report_mrporder msgid "Source Document:" -msgstr "" +msgstr "Documento Sorgente:" #. module: mrp #: view:website:mrp.report_mrporder @@ -2035,8 +2036,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2283,17 +2284,16 @@ msgid "Warehouse" msgstr "Magazzino" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Attenzione" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Attenzione!" @@ -2463,17 +2463,7 @@ msgstr "Centro di lavoro" #. module: mrp #: model:ir.ui.menu,name:mrp.menu_view_resource_calendar_search_mrp msgid "Working Time" -msgstr "Orario di Lavoro" - -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Stai per produrre un totale di %s \"%s\".\n" -"Ma puoi produrne al massimo %s." +msgstr "Orari di Lavoro" #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 @@ -2488,12 +2478,12 @@ msgstr "" #: code:addons/mrp/stock.py:42 #, python-format msgid "You must assign a serial number for the product %s" -msgstr "" +msgstr "Devi assegnare un numero di serie per il prodotto %s" #. module: mrp #: view:product.template:mrp.view_mrp_product_template_form_inherited msgid "days" -msgstr "" +msgstr "giorni" #. module: mrp #: selection:mrp.property,composition:0 @@ -2517,3 +2507,11 @@ msgstr "più" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Stai per produrre un totale di %s \"%s\".\n" +#~ "Ma puoi produrne al massimo %s." diff --git a/addons/mrp/i18n/ja.po b/addons/mrp/i18n/ja.po index 9801c6fedaa..e653b54355d 100644 --- a/addons/mrp/i18n/ja.po +++ b/addons/mrp/i18n/ja.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -393,13 +393,13 @@ msgid "BoM" msgstr "部品表" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -427,7 +427,7 @@ msgid "BoM Type" msgstr "部品表タイプ" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -453,19 +453,19 @@ msgid "Cancelled" msgstr "キャンセル済" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "'%s' ステータスの製造オーダは削除できません。" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -757,9 +757,9 @@ msgid "End Date" msgstr "終了日" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -948,9 +948,9 @@ msgid "Internal Reference" msgstr "内部参照" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "操作は無効です。" @@ -1070,7 +1070,7 @@ msgstr "マネジャ" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1358,7 +1358,7 @@ msgid "Planning" msgstr "計画" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1982,8 +1982,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2219,17 +2219,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "警告" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "警告" @@ -2391,16 +2390,6 @@ msgstr "作業センタ" msgid "Working Time" msgstr "作業時間" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"合計 %s の %s を生産しようとしています。\n" -"しかし、あなたは合計 %s の量までのみ生産することができます。" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2443,3 +2432,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "合計 %s の %s を生産しようとしています。\n" +#~ "しかし、あなたは合計 %s の量までのみ生産することができます。" diff --git a/addons/mrp/i18n/ko.po b/addons/mrp/i18n/ko.po index c523e640bfa..83294f42b83 100644 --- a/addons/mrp/i18n/ko.po +++ b/addons/mrp/i18n/ko.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "BoM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "BoM 유형" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "마감 날짜" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1048,7 +1048,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1336,7 +1336,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1958,8 +1958,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2191,17 +2191,16 @@ msgid "Warehouse" msgstr "창고" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2363,14 +2362,6 @@ msgstr "워크센터" msgid "Working Time" msgstr "근로 시간" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/lt.po b/addons/mrp/i18n/lt.po index 0dee69cc7ac..ee103d0fcde 100644 --- a/addons/mrp/i18n/lt.po +++ b/addons/mrp/i18n/lt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -415,13 +415,13 @@ msgid "BoM" msgstr "KS" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -449,7 +449,7 @@ msgid "BoM Type" msgstr "KS tipas" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -475,19 +475,19 @@ msgid "Cancelled" msgstr "Atšauktas" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Negalima ištrinti gamybos užsakymo būklės '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -780,9 +780,9 @@ msgid "End Date" msgstr "Pabaigos data" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -982,9 +982,9 @@ msgid "Internal Reference" msgstr "Vidinis numeris" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Klaidingas veiksmas!" @@ -1105,7 +1105,7 @@ msgstr "Vadovas" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1398,7 +1398,7 @@ msgid "Planning" msgstr "Planavimas" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2025,8 +2025,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2270,17 +2270,16 @@ msgid "Warehouse" msgstr "Sandėlis" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Įspėjimas" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Įspėjimas!" @@ -2442,14 +2441,6 @@ msgstr "Darbų centras" msgid "Working Time" msgstr "Darbo laikas" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/lv.po b/addons/mrp/i18n/lv.po index 598feafbebf..ae0824815f0 100644 --- a/addons/mrp/i18n/lv.po +++ b/addons/mrp/i18n/lv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -372,13 +372,13 @@ msgid "BoM" msgstr "Recepte" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -406,7 +406,7 @@ msgid "BoM Type" msgstr "Receptes tips" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -432,19 +432,19 @@ msgid "Cancelled" msgstr "Atcelts" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Statusā '%s' ražošanas orderi nav iespējams dzēst." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Nevar atrast šī produkta recepti." @@ -736,9 +736,9 @@ msgid "End Date" msgstr "Beigu datums" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -929,9 +929,9 @@ msgid "Internal Reference" msgstr "Iekšējā atsauce" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Nekorekta darbība!" @@ -1049,7 +1049,7 @@ msgstr "Vadītājs" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1339,7 +1339,7 @@ msgid "Planning" msgstr "Plānošana" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1961,8 +1961,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2199,17 +2199,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Uzmanību" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Brīdinājums!" @@ -2371,14 +2370,6 @@ msgstr "Resurss" msgid "Working Time" msgstr "Darba laiks" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/mk.po b/addons/mrp/i18n/mk.po index 4c7bd1a7507..7702eb8d816 100644 --- a/addons/mrp/i18n/mk.po +++ b/addons/mrp/i18n/mk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (копија)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -402,13 +402,13 @@ msgid "BoM" msgstr "Спецификација" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -436,7 +436,7 @@ msgid "BoM Type" msgstr "Тип на спецификација" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -462,19 +462,19 @@ msgid "Cancelled" msgstr "Откажано" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Не може да се избрише налог за производство во состојба '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Нема норматив за овој производ" @@ -768,9 +768,9 @@ msgid "End Date" msgstr "Краен датум" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -965,9 +965,9 @@ msgid "Internal Reference" msgstr "Внатрешни референци" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Грешка акција !" @@ -1085,7 +1085,7 @@ msgstr "Менаџер" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1378,7 +1378,7 @@ msgid "Planning" msgstr "Планирање" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2001,8 +2001,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2243,17 +2243,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Внимание" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Внимание!" @@ -2428,16 +2427,6 @@ msgstr "Работен центар" msgid "Working Time" msgstr "Работно време" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Ќе произведете вклупно %s количина од \"%s\".\n" -"Може да произведете најмногу %s." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2480,3 +2469,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Ќе произведете вклупно %s количина од \"%s\".\n" +#~ "Може да произведете најмногу %s." diff --git a/addons/mrp/i18n/mn.po b/addons/mrp/i18n/mn.po index 009f448c204..a7b9a2366fb 100644 --- a/addons/mrp/i18n/mn.po +++ b/addons/mrp/i18n/mn.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (хуулбар)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -409,13 +409,13 @@ msgid "BoM" msgstr "Технологийн карт" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -443,7 +443,7 @@ msgid "BoM Type" msgstr "Технологийн картын төрөл" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -469,19 +469,19 @@ msgid "Cancelled" msgstr "Цуцлагдсан" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Үйлдвэрлэлийн захиалгын '%s' төлөвт устгах боломжгүй." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Энэ бараанд орц олж чадахгүй байна." @@ -773,9 +773,9 @@ msgid "End Date" msgstr "Дуусах огноо" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -974,9 +974,9 @@ msgid "Internal Reference" msgstr "Дотоод Сурвалж" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Буруу Үйлдэл!" @@ -1097,7 +1097,7 @@ msgstr "Менежер" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1389,7 +1389,7 @@ msgid "Planning" msgstr "Төлөвлөлт" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2021,8 +2021,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2265,17 +2265,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Анхааруулга" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Анхааруулга!" @@ -2450,16 +2449,6 @@ msgstr "Дамжлага" msgid "Working Time" msgstr "Ажлын цаг" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Та нийт %s тоо ширхэгээр \"%s\"-г үйлдвэрлэх гэж байна.\n" -"Гэхдээ таа хамгийн ихдээ %s тоо ширхэгийг л үйлдвэрлэх боомжтой." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2502,3 +2491,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Та нийт %s тоо ширхэгээр \"%s\"-г үйлдвэрлэх гэж байна.\n" +#~ "Гэхдээ таа хамгийн ихдээ %s тоо ширхэгийг л үйлдвэрлэх боомжтой." diff --git a/addons/mrp/i18n/nb.po b/addons/mrp/i18n/nb.po index ad901ca72d5..cd164c2e7a7 100644 --- a/addons/mrp/i18n/nb.po +++ b/addons/mrp/i18n/nb.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -375,13 +375,13 @@ msgid "BoM" msgstr "Materialliste" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -409,7 +409,7 @@ msgid "BoM Type" msgstr "Materialliste Type" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -435,19 +435,19 @@ msgid "Cancelled" msgstr "Avbrutt" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -739,9 +739,9 @@ msgid "End Date" msgstr "Sluttdato" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -933,9 +933,9 @@ msgid "Internal Reference" msgstr "Intern Referanse" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1057,7 +1057,7 @@ msgstr "Manager" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1349,7 +1349,7 @@ msgid "Planning" msgstr "Planlegging" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1976,8 +1976,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2217,17 +2217,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -2389,14 +2388,6 @@ msgstr "Arbeidssenter" msgid "Working Time" msgstr "Arbeidstid" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/nl.po b/addons/mrp/i18n/nl.po index 5c91e29e04e..f29044a7b03 100644 --- a/addons/mrp/i18n/nl.po +++ b/addons/mrp/i18n/nl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 12:25+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Produceer" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "# Productieorders" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s geproduceerd" @@ -513,7 +513,7 @@ msgid "BoM" msgstr "Materiaallijst" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" @@ -521,7 +521,7 @@ msgstr "" "\"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -551,7 +551,7 @@ msgid "BoM Type" msgstr "Materiaallijst soort" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "Kan een algemene productie route vinden" @@ -577,21 +577,21 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" "Het is niet mogelijk om een mutatie te gebruiken, welke negatief of nul is." #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" "Het is niet mogelijk een productieorder te verwijderen in de status '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Kan geen materiaallijst vinden voor dit product." @@ -885,9 +885,9 @@ msgid "End Date" msgstr "Einddatum" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -1094,9 +1094,9 @@ msgid "Internal Reference" msgstr "Interne referentie" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie!" @@ -1217,7 +1217,7 @@ msgstr "Manager" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "Produceer" @@ -1514,7 +1514,7 @@ msgid "Planning" msgstr "Planning" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "Geef een juist aantal in." @@ -2153,8 +2153,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "Technisch veld voor de traceability van de geproduceerde producten" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2412,17 +2412,16 @@ msgid "Warehouse" msgstr "Magazijn" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Waarschuwing" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -2605,16 +2604,6 @@ msgstr "Werkplaats" msgid "Working Time" msgstr "Werktijd" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"U gaat totaal %s hoeveelheden \"% s\" produceren.\n" -"Maar u kunt alleen maar produceren tot hoeveelheden van totaal % s." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2661,3 +2650,11 @@ msgstr "plus" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "onbekend" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "U gaat totaal %s hoeveelheden \"% s\" produceren.\n" +#~ "Maar u kunt alleen maar produceren tot hoeveelheden van totaal % s." diff --git a/addons/mrp/i18n/nl_BE.po b/addons/mrp/i18n/nl_BE.po index fdf44765b93..503903a9391 100644 --- a/addons/mrp/i18n/nl_BE.po +++ b/addons/mrp/i18n/nl_BE.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/pl.po b/addons/mrp/i18n/pl.po index 83773974b3a..57d49739a33 100644 --- a/addons/mrp/i18n/pl.po +++ b/addons/mrp/i18n/pl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 08:03+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Produkcja" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "# Zamówień produkcji" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s wyprodukowany" @@ -378,13 +378,13 @@ msgid "BoM" msgstr "Zest. Mat." #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "Zest. mat. \"%s\" zawiera pozycję generującą rekurencję: \"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -414,7 +414,7 @@ msgid "BoM Type" msgstr "Typ Zest. Mat." #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "Nie można znaleźć generycznej ścieżki produkcyjnej." @@ -440,19 +440,19 @@ msgid "Cancelled" msgstr "Anulowano" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "Nie mozna zużyć ilości zerowej lub ujemnej." #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Nie można usunąć zamówienia produkcji w stanie '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Nie mozna odnaleźć zestawienia materiałowego dla tego produktu." @@ -744,9 +744,9 @@ msgid "End Date" msgstr "Data końcowa" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -948,9 +948,9 @@ msgid "Internal Reference" msgstr "Odnośnik wewnętrzny" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Niedozwolona akcja!" @@ -1071,7 +1071,7 @@ msgstr "Menedżer" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "Produkcja" @@ -1364,7 +1364,7 @@ msgid "Planning" msgstr "Planowanie" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "Podaj poprawną ilość" @@ -1988,8 +1988,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2222,17 +2222,16 @@ msgid "Warehouse" msgstr "Magazyn" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Ostrzeżenie" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Ostrzeżenie !" @@ -2394,16 +2393,6 @@ msgstr "Centrum rob." msgid "Working Time" msgstr "Czas pracy" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Zamierasz wyprodukować %s produktu \"%s\".\n" -"Ale możesz wyprodukować tylko %s ." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2446,3 +2435,11 @@ msgstr "plus" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "nieznane" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Zamierasz wyprodukować %s produktu \"%s\".\n" +#~ "Ale możesz wyprodukować tylko %s ." diff --git a/addons/mrp/i18n/pt.po b/addons/mrp/i18n/pt.po index 309a79abadf..eb64b8ea156 100644 --- a/addons/mrp/i18n/pt.po +++ b/addons/mrp/i18n/pt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-17 15:08+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Produção" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "# Ordens de Fabrico" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s produzido" @@ -504,13 +504,13 @@ msgid "BoM" msgstr "BoM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "BoM \"%s\" contem uma linha BoM com um producto recursivo: \"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -540,7 +540,7 @@ msgid "BoM Type" msgstr "Tipo de BoM" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "Não é possível localizar qualquer caminho de Fabrico genérico." @@ -566,19 +566,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "Não pode consumir um artigo com quantidade negativa ou zero." #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Não se pode apagar uma ordem deprodução com o estado '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Não é possível encontrar uma lista de materiais para este produto." @@ -873,9 +873,9 @@ msgid "End Date" msgstr "Data Final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -1081,9 +1081,9 @@ msgid "Internal Reference" msgstr "Referência Interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Ação inválida!" @@ -1204,7 +1204,7 @@ msgstr "Gestor" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "Fabricação" @@ -1500,7 +1500,7 @@ msgid "Planning" msgstr "Planeamento" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "Por favor indique uma quantidade adequada." @@ -2137,8 +2137,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "Área técnica utilizada para rastreabilidade dos produtos produzidos" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2395,17 +2395,16 @@ msgid "Warehouse" msgstr "Armazem" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Aviso" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -2585,16 +2584,6 @@ msgstr "Centro de Trabalho" msgid "Working Time" msgstr "Horário de Trabalho" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Tem vindo a produzir quantidades %s no total de \"%s\".\n" -"Mas só pode produzir até quantidades no total %s." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2641,3 +2630,11 @@ msgstr "mais" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "desconhecido" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Tem vindo a produzir quantidades %s no total de \"%s\".\n" +#~ "Mas só pode produzir até quantidades no total %s." diff --git a/addons/mrp/i18n/pt_BR.po b/addons/mrp/i18n/pt_BR.po index 42f4968dfb6..222a8831381 100644 --- a/addons/mrp/i18n/pt_BR.po +++ b/addons/mrp/i18n/pt_BR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 21:40+0000\n" "Last-Translator: Guilherme Lindner \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Fabricação" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "# Ordens de Produção" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s produzido" @@ -488,13 +488,13 @@ msgid "BoM" msgstr "Lista de Materiais (LdM)" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "LdM \"%s\" contêm uma linha de LdM com um produto recursivo: \"%s\"." #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -524,7 +524,7 @@ msgid "BoM Type" msgstr "Lista de Materiais Tipo" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "Não foi possível encontrar uma rota de Produção genérico" @@ -550,19 +550,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Não é possível excluir uma ordem de produção no estado '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Não encontramos uma lista de materiais para este produto." @@ -856,9 +856,9 @@ msgid "End Date" msgstr "Data final" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -1061,9 +1061,9 @@ msgid "Internal Reference" msgstr "Referência Interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Ação Inválida!" @@ -1184,7 +1184,7 @@ msgstr "Gerente" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1477,7 +1477,7 @@ msgid "Planning" msgstr "Planejamento" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2110,8 +2110,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2358,17 +2358,16 @@ msgid "Warehouse" msgstr "Armazém" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Aviso" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Atenção!" @@ -2545,16 +2544,6 @@ msgstr "Centro de Trabalho" msgid "Working Time" msgstr "Tempo Trabalhado" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Você precisa produzir um total de %s para a quantidade de \"%s\".\n" -"Mas você só pode produzir um total de até %s" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2597,3 +2586,11 @@ msgstr "mais" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Você precisa produzir um total de %s para a quantidade de \"%s\".\n" +#~ "Mas você só pode produzir um total de até %s" diff --git a/addons/mrp/i18n/ro.po b/addons/mrp/i18n/ro.po index 8526043fd31..5605ff301e7 100644 --- a/addons/mrp/i18n/ro.po +++ b/addons/mrp/i18n/ro.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-24 09:14+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:05+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr " Producție" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "# Comenzile de Producție" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (copie)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "%s produse" @@ -417,13 +417,13 @@ msgid "BoM" msgstr "LdM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -451,7 +451,7 @@ msgid "BoM Type" msgstr "Tip LdM" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -477,19 +477,19 @@ msgid "Cancelled" msgstr "Anulat(a)" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Imposibil de sters o comanda de fabricatie in starea '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Imposibil de gasit o lista de materiale pentru acest produs." @@ -783,9 +783,9 @@ msgid "End Date" msgstr "Data de sfarsit" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -986,9 +986,9 @@ msgid "Internal Reference" msgstr "Referinta Interna" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Actiune Nevalida!" @@ -1109,7 +1109,7 @@ msgstr "Director" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1402,7 +1402,7 @@ msgid "Planning" msgstr "Planificare" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2037,8 +2037,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2287,17 +2287,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Avertisment" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Avertizare!" @@ -2475,16 +2474,6 @@ msgstr "Centru de lucru" msgid "Working Time" msgstr "Program de lucru" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Veti produce un total de %s cantitati de \"%s\".\n" -"Dar puteti produce doar un total de %s cantitati." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2527,3 +2516,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Veti produce un total de %s cantitati de \"%s\".\n" +#~ "Dar puteti produce doar un total de %s cantitati." diff --git a/addons/mrp/i18n/ru.po b/addons/mrp/i18n/ru.po index 31f3004d9a8..921ec710035 100644 --- a/addons/mrp/i18n/ru.po +++ b/addons/mrp/i18n/ru.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "Спецификация" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "Тип спецификации" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "Отменено" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "Дата окончания" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -930,9 +930,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1053,7 +1053,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1341,7 +1341,7 @@ msgid "Planning" msgstr "Планирование" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1970,8 +1970,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2207,17 +2207,16 @@ msgid "Warehouse" msgstr "Склад" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2379,14 +2378,6 @@ msgstr "Участок обработки" msgid "Working Time" msgstr "Рабочее время" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/sk.po b/addons/mrp/i18n/sk.po index 0290d84226c..2d079590b02 100644 --- a/addons/mrp/i18n/sk.po +++ b/addons/mrp/i18n/sk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/sl.po b/addons/mrp/i18n/sl.po index 571c41bd68d..02e74b80356 100644 --- a/addons/mrp/i18n/sl.po +++ b/addons/mrp/i18n/sl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:18+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -387,13 +387,13 @@ msgid "BoM" msgstr "Kosovnica" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -421,7 +421,7 @@ msgid "BoM Type" msgstr "Vrsta kosovnice" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -447,19 +447,19 @@ msgid "Cancelled" msgstr "Preklicano" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "Ni mogoče brisati delovnega naloga s statusom '%s'." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Ni kosovnice za ta izdelek." @@ -751,9 +751,9 @@ msgid "End Date" msgstr "Končni datum" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -944,9 +944,9 @@ msgid "Internal Reference" msgstr "Interni sklic" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Napačno dejanje!" @@ -1065,7 +1065,7 @@ msgstr "Vodja" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1353,7 +1353,7 @@ msgid "Planning" msgstr "Načrtovanje" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1979,8 +1979,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2212,17 +2212,16 @@ msgid "Warehouse" msgstr "Skladišče" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Opozorilo" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Opozorilo!" @@ -2384,16 +2383,6 @@ msgstr "Delovna postaja" msgid "Working Time" msgstr "Delovni čas" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"Izdelati nameravate %s enot %s.\n" -"Izdelate lahko le %s." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2436,3 +2425,11 @@ msgstr "plus" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "Izdelati nameravate %s enot %s.\n" +#~ "Izdelate lahko le %s." diff --git a/addons/mrp/i18n/sq.po b/addons/mrp/i18n/sq.po index 59dc7e39e8d..d6732ea3991 100644 --- a/addons/mrp/i18n/sq.po +++ b/addons/mrp/i18n/sq.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:27+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:17+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/sr@latin.po b/addons/mrp/i18n/sr@latin.po index 3395c7279be..240472307a9 100644 --- a/addons/mrp/i18n/sr@latin.po +++ b/addons/mrp/i18n/sr@latin.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/sv.po b/addons/mrp/i18n/sv.po index 278b6d3d447..07d6275cddc 100644 --- a/addons/mrp/i18n/sv.po +++ b/addons/mrp/i18n/sv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -378,13 +378,13 @@ msgid "BoM" msgstr "BoM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -412,7 +412,7 @@ msgid "BoM Type" msgstr "Strukturtyp" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -438,19 +438,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -742,9 +742,9 @@ msgid "End Date" msgstr "Slutdatum" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -936,9 +936,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1059,7 +1059,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1347,7 +1347,7 @@ msgid "Planning" msgstr "Planering" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1971,8 +1971,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2204,17 +2204,16 @@ msgid "Warehouse" msgstr "Warehouse" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Varning!" @@ -2376,14 +2375,6 @@ msgstr "WorkCenter" msgid "Working Time" msgstr "Arbetstid" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/th.po b/addons/mrp/i18n/th.po index 0108afc47c7..e56b61bd906 100644 --- a/addons/mrp/i18n/th.po +++ b/addons/mrp/i18n/th.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/tlh.po b/addons/mrp/i18n/tlh.po index a2c3237e614..c1a772e4e46 100644 --- a/addons/mrp/i18n/tlh.po +++ b/addons/mrp/i18n/tlh.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/tr.po b/addons/mrp/i18n/tr.po index 9d06dc46859..81019f731d3 100644 --- a/addons/mrp/i18n/tr.po +++ b/addons/mrp/i18n/tr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (kopya)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -409,13 +409,13 @@ msgid "BoM" msgstr "BoM" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -443,7 +443,7 @@ msgid "BoM Type" msgstr "BoM Türü" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -469,19 +469,19 @@ msgid "Cancelled" msgstr "İptal Edildi" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "'%s' durumundaki bir üretim emri silinemez." #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "Bu ürün için ürün ağacı bulunamıyor." @@ -775,9 +775,9 @@ msgid "End Date" msgstr "Bitiş Tarihi" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -976,9 +976,9 @@ msgid "Internal Reference" msgstr "İç Referans" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "Geçersiz İşlem!" @@ -1099,7 +1099,7 @@ msgstr "Yönetici" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1391,7 +1391,7 @@ msgid "Planning" msgstr "Planlama" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -2021,8 +2021,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2268,17 +2268,16 @@ msgid "Warehouse" msgstr "Depo" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "Uyarı" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -2452,16 +2451,6 @@ msgstr "İş Merkezi" msgid "Working Time" msgstr "Çalışma Zamanı" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"%s te toplam \"%s\" kadar tüketeceksiniz.\n" -"Ama ençok %s kadar üretebilirsiniz." - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2504,3 +2493,11 @@ msgstr "" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "%s te toplam \"%s\" kadar tüketeceksiniz.\n" +#~ "Ama ençok %s kadar üretebilirsiniz." diff --git a/addons/mrp/i18n/uk.po b/addons/mrp/i18n/uk.po index d831d5bd1a3..da040c10e50 100644 --- a/addons/mrp/i18n/uk.po +++ b/addons/mrp/i18n/uk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "СВ" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "Тип СВ" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "Кінцева дата" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "Склад" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/vi.po b/addons/mrp/i18n/vi.po index cc279529d5a..9210829ae38 100644 --- a/addons/mrp/i18n/vi.po +++ b/addons/mrp/i18n/vi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "" msgid "Working Time" msgstr "" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/zh_CN.po b/addons/mrp/i18n/zh_CN.po index 8a70732573c..def95ce6bcc 100644 --- a/addons/mrp/i18n/zh_CN.po +++ b/addons/mrp/i18n/zh_CN.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "%s (副本)" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -396,13 +396,13 @@ msgid "BoM" msgstr "物料清单" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -430,7 +430,7 @@ msgid "BoM Type" msgstr "物料清单类型" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -456,19 +456,19 @@ msgid "Cancelled" msgstr "已取消" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "不能删除'%s'状态的生产订单。" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "找不到这个产品的BOM" @@ -760,9 +760,9 @@ msgid "End Date" msgstr "结束日期" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -951,9 +951,9 @@ msgid "Internal Reference" msgstr "内部单号" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "非法的动作" @@ -1071,7 +1071,7 @@ msgstr "经理" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1359,7 +1359,7 @@ msgid "Planning" msgstr "计划" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1981,8 +1981,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2214,17 +2214,16 @@ msgid "Warehouse" msgstr "仓库" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "警告" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "警告!" @@ -2392,16 +2391,6 @@ msgstr "工作中心" msgid "Working Time" msgstr "工作时间" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" -"你要生产 %s 的 ”%s“。\n" -"可你最多只能生产 %s" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" @@ -2444,3 +2433,11 @@ msgstr "正" #: field:mrp.production,ready_production:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "" +#~ "You are going to produce total %s quantities of \"%s\".\n" +#~ "But you can only produce up to total %s quantities." +#~ msgstr "" +#~ "你要生产 %s 的 ”%s“。\n" +#~ "可你最多只能生产 %s" diff --git a/addons/mrp/i18n/zh_HK.po b/addons/mrp/i18n/zh_HK.po index e1fd14ba84c..2f6c3036ce2 100644 --- a/addons/mrp/i18n/zh_HK.po +++ b/addons/mrp/i18n/zh_HK.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -371,13 +371,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -405,7 +405,7 @@ msgid "BoM Type" msgstr "物料清單類型" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -431,19 +431,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -735,9 +735,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -926,9 +926,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1334,7 +1334,7 @@ msgid "Planning" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1956,8 +1956,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2189,17 +2189,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "" @@ -2361,14 +2360,6 @@ msgstr "工作中心" msgid "Working Time" msgstr "工作時間" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp/i18n/zh_TW.po b/addons/mrp/i18n/zh_TW.po index 0e87da28fcd..271240ce2b9 100644 --- a/addons/mrp/i18n/zh_TW.po +++ b/addons/mrp/i18n/zh_TW.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:28+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp -#: code:addons/mrp/stock.py:222 +#: code:addons/mrp/stock.py:260 #, python-format msgid " Manufacture" msgstr "" @@ -35,13 +35,13 @@ msgid "# Manufacturing Orders" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:353 +#: code:addons/mrp/mrp.py:356 #, python-format msgid "%s (copy)" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:957 +#: code:addons/mrp/mrp.py:958 #, python-format msgid "%s produced" msgstr "" @@ -378,13 +378,13 @@ msgid "BoM" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 +#: code:addons/mrp/mrp.py:322 #, python-format msgid "BoM \"%s\" contains a BoM line with a product recursion: \"%s\"." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:345 +#: code:addons/mrp/mrp.py:348 #, python-format msgid "" "BoM \"%s\" contains a phantom BoM line but the product \"%s\" don't have any " @@ -412,7 +412,7 @@ msgid "BoM Type" msgstr "物料清單類型" #. module: mrp -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/stock.py:257 #, python-format msgid "Can't find any generic Manufacture route." msgstr "" @@ -438,19 +438,19 @@ msgid "Cancelled" msgstr "" #. module: mrp -#: code:addons/mrp/stock.py:147 +#: code:addons/mrp/stock.py:182 #, python-format msgid "Cannot consume a move with negative or zero quantity." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Cannot delete a manufacturing order in state '%s'." msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 +#: code:addons/mrp/mrp.py:704 #, python-format msgid "Cannot find a bill of material for this product." msgstr "" @@ -742,9 +742,9 @@ msgid "End Date" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:700 -#: code:addons/mrp/stock.py:147 -#: code:addons/mrp/stock.py:219 +#: code:addons/mrp/mrp.py:704 +#: code:addons/mrp/stock.py:182 +#: code:addons/mrp/stock.py:257 #: code:addons/mrp/wizard/change_production_qty.py:83 #: code:addons/mrp/wizard/change_production_qty.py:88 #, python-format @@ -933,9 +933,9 @@ msgid "Internal Reference" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:324 -#: code:addons/mrp/mrp.py:345 -#: code:addons/mrp/mrp.py:613 +#: code:addons/mrp/mrp.py:322 +#: code:addons/mrp/mrp.py:348 +#: code:addons/mrp/mrp.py:617 #, python-format msgid "Invalid Action!" msgstr "" @@ -1053,7 +1053,7 @@ msgstr "" #. module: mrp #: code:addons/mrp/procurement.py:32 -#: code:addons/mrp/stock.py:216 +#: code:addons/mrp/stock.py:254 #, python-format msgid "Manufacture" msgstr "" @@ -1341,7 +1341,7 @@ msgid "Planning" msgstr "計劃" #. module: mrp -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Please provide proper quantity." msgstr "" @@ -1963,8 +1963,8 @@ msgid "Technical field used to make the traceability of produced products" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "" "The Product Unit of Measure you chose has a different category than in the " @@ -2196,17 +2196,16 @@ msgid "Warehouse" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:363 -#: code:addons/mrp/mrp.py:430 +#: code:addons/mrp/mrp.py:366 +#: code:addons/mrp/mrp.py:433 #, python-format msgid "Warning" msgstr "" #. module: mrp -#: code:addons/mrp/mrp.py:923 #: code:addons/mrp/stock.py:42 #: code:addons/mrp/stock.py:44 -#: code:addons/mrp/stock.py:134 +#: code:addons/mrp/stock.py:169 #, python-format msgid "Warning!" msgstr "警告!" @@ -2368,14 +2367,6 @@ msgstr "工作中心" msgid "Working Time" msgstr "工作時間" -#. module: mrp -#: code:addons/mrp/mrp.py:923 -#, python-format -msgid "" -"You are going to produce total %s quantities of \"%s\".\n" -"But you can only produce up to total %s quantities." -msgstr "" - #. module: mrp #: help:mrp.config.settings,module_mrp_byproduct:0 msgid "" diff --git a/addons/mrp_byproduct/i18n/it.po b/addons/mrp_byproduct/i18n/it.po index 9af64bbdc5f..d70185b91c6 100644 --- a/addons/mrp_byproduct/i18n/it.po +++ b/addons/mrp_byproduct/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-30 14:11+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_byproduct #: model:ir.model,name:mrp_byproduct.model_mrp_bom @@ -46,12 +46,12 @@ msgstr "Cambia Quantità dei Prodotti" #. module: mrp_byproduct #: field:mrp.subproduct,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: mrp_byproduct #: field:mrp.subproduct,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: mrp_byproduct #: help:mrp.subproduct,subproduct_type:0 @@ -73,7 +73,7 @@ msgstr "Fissato" #. module: mrp_byproduct #: field:mrp.subproduct,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: mrp_byproduct #: field:mrp.subproduct,write_uid:0 @@ -88,7 +88,7 @@ msgstr "" #. module: mrp_byproduct #: model:ir.model,name:mrp_byproduct.model_mrp_production msgid "Manufacturing Order" -msgstr "Ordini di Produzione" +msgstr "Ordine di Produzione" #. module: mrp_byproduct #: field:mrp.subproduct,product_id:0 diff --git a/addons/mrp_operations/i18n/ar.po b/addons/mrp_operations/i18n/ar.po index 39fd39f9219..174026a8420 100644 --- a/addons/mrp_operations/i18n/ar.po +++ b/addons/mrp_operations/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "الحالي" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "تاريخ" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -302,6 +302,11 @@ msgstr "امر التصنيع" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "بدأ الإنتاج مؤخراً" msgid "Qty" msgstr "كمية" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "تخطيط اوامر العمل" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "ساعات العمل" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/bg.po b/addons/mrp_operations/i18n/bg.po index bc14b78e2ea..b90a49aa9de 100644 --- a/addons/mrp_operations/i18n/bg.po +++ b/addons/mrp_operations/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Текущ" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Дата" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -302,6 +302,11 @@ msgstr "Производствена поръчка" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "К-во" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "Планиране на работни поръчки" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Работни часове" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/bs.po b/addons/mrp_operations/i18n/bs.po index 614605e962b..18f2bbbb12b 100644 --- a/addons/mrp_operations/i18n/bs.po +++ b/addons/mrp_operations/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -180,16 +180,16 @@ msgstr "" msgid "Current" msgstr "Tekući" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -342,6 +342,11 @@ msgstr "Radni nalog proizvodnje" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -483,6 +488,11 @@ msgstr "Početak proizvodnje zakasnio" msgid "Qty" msgstr "Kol." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -674,3 +684,8 @@ msgstr "Planiranje radnih naloga" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Radni sati" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/ca.po b/addons/mrp_operations/i18n/ca.po index 1257d1f0213..2d8d8add4a7 100644 --- a/addons/mrp_operations/i18n/ca.po +++ b/addons/mrp_operations/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Actiu" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Data" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Data prevista" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -302,6 +302,11 @@ msgstr "Ordre de fabricació" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "Qtat." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,11 @@ msgstr "Planificació d'ordres de treball" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Hores de treball" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Data prevista" diff --git a/addons/mrp_operations/i18n/cs.po b/addons/mrp_operations/i18n/cs.po index dc101e81606..232ee1d85e9 100644 --- a/addons/mrp_operations/i18n/cs.po +++ b/addons/mrp_operations/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -172,16 +172,16 @@ msgstr "" msgid "Current" msgstr "Aktuální" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -333,6 +333,11 @@ msgstr "Výrobní příkaz" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -473,6 +478,11 @@ msgstr "Výroba začala opožděně" msgid "Qty" msgstr "Množ." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -664,3 +674,8 @@ msgstr "Plánování pracovních příkazů" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Pracovní doba" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/da.po b/addons/mrp_operations/i18n/da.po index 729307eb60c..ca13fd6aa3f 100644 --- a/addons/mrp_operations/i18n/da.po +++ b/addons/mrp_operations/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "Produktionsordre" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/de.po b/addons/mrp_operations/i18n/de.po index b58d55b08cc..cfb3cbf3424 100644 --- a/addons/mrp_operations/i18n/de.po +++ b/addons/mrp_operations/i18n/de.po @@ -7,15 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 13:46+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 09:38+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:20+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations @@ -181,16 +180,16 @@ msgstr "Erstellt am" msgid "Current" msgstr "Aktuell" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "Aktuelle Produktion" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Plandatum" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -347,6 +346,11 @@ msgstr "" "Ein Fertigungsauftrag kann nicht gestartet werden, solange er im %s Status " "ist!" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "Plan für Monat" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -489,6 +493,11 @@ msgstr "Produktion verspätet begonnen" msgid "Qty" msgstr "Menge" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "Produzierte Menge" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -680,3 +689,11 @@ msgstr "Arbeitsaufträgeplanung" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Arbeitsstunden" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "Arbeitsanfall" + +#~ msgid "Date Planned" +#~ msgstr "Plandatum" diff --git a/addons/mrp_operations/i18n/es.po b/addons/mrp_operations/i18n/es.po index 54e224f3f96..848727e8440 100644 --- a/addons/mrp_operations/i18n/es.po +++ b/addons/mrp_operations/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-17 21:43+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:06+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -173,16 +173,16 @@ msgstr "Creado en" msgid "Current" msgstr "Actual" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "Producción actual" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Fecha" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Fecha prevista" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -335,6 +335,11 @@ msgstr "Orden de fabricación" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "La orden de producción no se puede iniciar en estado \"%s\"" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "Mes planificado" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -476,6 +481,11 @@ msgstr "Producción iniciada con retraso" msgid "Qty" msgstr "Ctd." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "Cantidad producida" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -667,3 +677,11 @@ msgstr "Planificación de órdenes de trabajo" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Horas laborales" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "Carga de trabajo" + +#~ msgid "Date Planned" +#~ msgstr "Fecha prevista" diff --git a/addons/mrp_operations/i18n/es_AR.po b/addons/mrp_operations/i18n/es_AR.po index 753b93ee10b..5b92e1a092c 100644 --- a/addons/mrp_operations/i18n/es_AR.po +++ b/addons/mrp_operations/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,14 +142,14 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Fecha prevista" +#: field:mrp.workorder,date:0 +msgid "Date" +msgstr "" #. module: mrp_operations #: field:mrp.workorder,delay:0 @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "Ctdad" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,11 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Fecha prevista" diff --git a/addons/mrp_operations/i18n/es_CR.po b/addons/mrp_operations/i18n/es_CR.po index de0a6b42d1c..f384baff7cb 100644 --- a/addons/mrp_operations/i18n/es_CR.po +++ b/addons/mrp_operations/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Actual" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Fecha" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Fecha prevista" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -307,6 +307,11 @@ msgstr "Orden de fabricación" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -447,6 +452,11 @@ msgstr "Producción se inició a finales" msgid "Qty" msgstr "Ctd." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -639,3 +649,11 @@ msgstr "Planificación de órdenes de trabajo" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Horas laborales" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Fecha prevista" diff --git a/addons/mrp_operations/i18n/es_EC.po b/addons/mrp_operations/i18n/es_EC.po index d04d599311d..54d387fc832 100644 --- a/addons/mrp_operations/i18n/es_EC.po +++ b/addons/mrp_operations/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Actual" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Fecha" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -302,6 +302,11 @@ msgstr "Órden de producción" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "Ctd." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "Planeación de Ordenes de Trabajo" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Horas laborales" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/et.po b/addons/mrp_operations/i18n/et.po index bb0f3e68e0d..afc87d19e61 100644 --- a/addons/mrp_operations/i18n/et.po +++ b/addons/mrp_operations/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,14 +142,14 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Plaanitud kuupäev" +#: field:mrp.workorder,date:0 +msgid "Date" +msgstr "" #. module: mrp_operations #: field:mrp.workorder,delay:0 @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "Kogus" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,11 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Töötunnid" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Plaanitud kuupäev" diff --git a/addons/mrp_operations/i18n/fi.po b/addons/mrp_operations/i18n/fi.po index 9c3c7e0668c..6e569dc6cd2 100644 --- a/addons/mrp_operations/i18n/fi.po +++ b/addons/mrp_operations/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Nykyinen" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Päiväys" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -304,6 +304,11 @@ msgstr "Valmistustilaus" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -445,6 +450,11 @@ msgstr "Tuotanto aloitettu myöhässä" msgid "Qty" msgstr "Määrä" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -637,3 +647,8 @@ msgstr "Työmääräysten suunnittelu" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Työtunnit" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/fr.po b/addons/mrp_operations/i18n/fr.po index 255a9879c7e..cf65f554a9f 100644 --- a/addons/mrp_operations/i18n/fr.po +++ b/addons/mrp_operations/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -173,16 +173,16 @@ msgstr "" msgid "Current" msgstr "Actuel" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Date" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Date Planifiée" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -337,6 +337,11 @@ msgstr "Ordre de fabrication" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -479,6 +484,11 @@ msgstr "Production démarrée en retard" msgid "Qty" msgstr "Qté" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -671,3 +681,11 @@ msgstr "Planification des ordres de travail" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Heures de travail" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Date Planifiée" diff --git a/addons/mrp_operations/i18n/hi.po b/addons/mrp_operations/i18n/hi.po index 7aa82ff72eb..6761d57fd76 100644 --- a/addons/mrp_operations/i18n/hi.po +++ b/addons/mrp_operations/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "विनिर्माण आदेश" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "मात्रा" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "कार्य योजना के आदेश" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "कार्य घंटे" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/hr.po b/addons/mrp_operations/i18n/hr.po index 63f9a07640a..27a75103e06 100644 --- a/addons/mrp_operations/i18n/hr.po +++ b/addons/mrp_operations/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Trenutno" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -302,6 +302,11 @@ msgstr "Nalog proizvodnje" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "Kol." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "Work Orders Planning" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Radno vrijeme(od-do)" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/hu.po b/addons/mrp_operations/i18n/hu.po index 204df06f1e5..219fd6fbe16 100644 --- a/addons/mrp_operations/i18n/hu.po +++ b/addons/mrp_operations/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -183,16 +183,16 @@ msgstr "" msgid "Current" msgstr "Jelenleg" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Dátum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -347,6 +347,11 @@ msgstr "Gyártási rendelés" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -489,6 +494,11 @@ msgstr "A termelés késve indított" msgid "Qty" msgstr "Menny." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -679,3 +689,8 @@ msgstr "Munka megrendelés tervezés" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Munkaórák" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/id.po b/addons/mrp_operations/i18n/id.po index a63140b66ea..479319d44ee 100644 --- a/addons/mrp_operations/i18n/id.po +++ b/addons/mrp_operations/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/it.po b/addons/mrp_operations/i18n/it.po index f7fa4efb447..1867d684c3d 100644 --- a/addons/mrp_operations/i18n/it.po +++ b/addons/mrp_operations/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 13:20+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -141,16 +141,16 @@ msgstr "" msgid "Current" msgstr "Attuale" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Data" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Data Pianificata" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -300,6 +300,11 @@ msgstr "Ordine di Produzione" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "La produzione è iniziata in ritardo" msgid "Qty" msgstr "Qtà" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -619,7 +629,7 @@ msgstr "Ordini di Lavorazione" #. module: mrp_operations #: model:ir.ui.menu,name:mrp_operations.menu_mrp_production_wc_action_planning msgid "Work Orders By Resource" -msgstr "" +msgstr "Ordini di Lavorazione per Risorsa" #. module: mrp_operations #: model:ir.actions.act_window,name:mrp_operations.mrp_production_wc_action_planning @@ -630,3 +640,11 @@ msgstr "Pianificazione ordini di lavorazione" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Ore lavorative" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Data Pianificata" diff --git a/addons/mrp_operations/i18n/ja.po b/addons/mrp_operations/i18n/ja.po index 6f6e936dada..fe49f130b1d 100644 --- a/addons/mrp_operations/i18n/ja.po +++ b/addons/mrp_operations/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -141,16 +141,16 @@ msgstr "" msgid "Current" msgstr "現在" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "日付" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -300,6 +300,11 @@ msgstr "製造オーダ" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "製造は遅れて開始" msgid "Qty" msgstr "数量" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "作業オーダ計画" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "労働時間" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/ko.po b/addons/mrp_operations/i18n/ko.po index d9fd1b3eb95..efe9ca56beb 100644 --- a/addons/mrp_operations/i18n/ko.po +++ b/addons/mrp_operations/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,14 +142,14 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "계획된 날짜" +#: field:mrp.workorder,date:0 +msgid "Date" +msgstr "" #. module: mrp_operations #: field:mrp.workorder,delay:0 @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "수량" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,11 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "계획된 날짜" diff --git a/addons/mrp_operations/i18n/lt.po b/addons/mrp_operations/i18n/lt.po index d1fba36be7c..7412a489ec4 100644 --- a/addons/mrp_operations/i18n/lt.po +++ b/addons/mrp_operations/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/lv.po b/addons/mrp_operations/i18n/lv.po index c483c329534..41180f22edc 100644 --- a/addons/mrp_operations/i18n/lv.po +++ b/addons/mrp_operations/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -141,16 +141,16 @@ msgstr "" msgid "Current" msgstr "Tekošais" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datums" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -300,6 +300,11 @@ msgstr "Ražošanas orderis" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -441,6 +446,11 @@ msgstr "Ražošanu uzsāka novēloti" msgid "Qty" msgstr "Daudzums" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -631,3 +641,8 @@ msgstr "Ražošanas orderu plānošana" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Darba stundas" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/mk.po b/addons/mrp_operations/i18n/mk.po index 353efcab670..5fce29aed81 100644 --- a/addons/mrp_operations/i18n/mk.po +++ b/addons/mrp_operations/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -179,16 +179,16 @@ msgstr "" msgid "Current" msgstr "Тековно" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Датум" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -343,6 +343,11 @@ msgstr "Налог за обработка" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -485,6 +490,11 @@ msgstr "Производството започна доцна" msgid "Qty" msgstr "Кол." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -676,3 +686,8 @@ msgstr "Планирање на работни налози" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Работни часови" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/mn.po b/addons/mrp_operations/i18n/mn.po index 095146e3013..479ba1aa71a 100644 --- a/addons/mrp_operations/i18n/mn.po +++ b/addons/mrp_operations/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -176,16 +176,16 @@ msgstr "" msgid "Current" msgstr "Одоогийн" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Огноо" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -338,6 +338,11 @@ msgstr "Үйлдвэрлэлийн Захиалга" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -480,6 +485,11 @@ msgstr "Үйлдвэрлэж оройтож эхлэсэн" msgid "Qty" msgstr "Тоо хэмжээ" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -671,3 +681,8 @@ msgstr "Ажлын Захиалгуудын Төлөвлөлт" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Ажлын цаг" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/nl.po b/addons/mrp_operations/i18n/nl.po index e91d0ec39b5..b23cd21b6ae 100644 --- a/addons/mrp_operations/i18n/nl.po +++ b/addons/mrp_operations/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-26 18:18+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 10:54+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -178,16 +178,16 @@ msgstr "Aangemaakt op" msgid "Current" msgstr "Huidig" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "Huidige productie" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Datum gepland" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -343,6 +343,11 @@ msgstr "Productieorder" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "Productieorder kan niet worden gestart in de status ¨%s¨!" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "Maand gepland" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -484,6 +489,11 @@ msgstr "Productie te laat gestart" msgid "Qty" msgstr "Aantal" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "Hoeveelheid geproduceerd" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -676,3 +686,11 @@ msgstr "Werkopdrachten planning" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Werkuren" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "Werkdruk" + +#~ msgid "Date Planned" +#~ msgstr "Datum gepland" diff --git a/addons/mrp_operations/i18n/nl_BE.po b/addons/mrp_operations/i18n/nl_BE.po index 73de84c387d..45659d66095 100644 --- a/addons/mrp_operations/i18n/nl_BE.po +++ b/addons/mrp_operations/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/pl.po b/addons/mrp_operations/i18n/pl.po index efbc272ec8e..94b0f49e243 100644 --- a/addons/mrp_operations/i18n/pl.po +++ b/addons/mrp_operations/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-30 10:04+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -151,16 +151,16 @@ msgstr "Data utworzenia" msgid "Current" msgstr "Bieżące" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Data" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Planowana data" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -310,6 +310,11 @@ msgstr "Zamówienie produkcji" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "Zamówienie produkcji nie może być rozpoczęte w stanie \"%s\"!" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -451,6 +456,11 @@ msgstr "Produkcja rozpoczęta z opóźnieniem" msgid "Qty" msgstr "Il." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -641,3 +651,11 @@ msgstr "Planowanie zleceń operacji" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Godziny pracy" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Planowana data" diff --git a/addons/mrp_operations/i18n/pt.po b/addons/mrp_operations/i18n/pt.po index a26ac48228b..7d91a2d03a7 100644 --- a/addons/mrp_operations/i18n/pt.po +++ b/addons/mrp_operations/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 15:51+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations @@ -179,16 +179,16 @@ msgstr "Criado em" msgid "Current" msgstr "Atual" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Data" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "Data Planeada" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -339,6 +339,11 @@ msgstr "Ordem de produção" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "Ordem de produção não pode ser iniciada no estado de \"%s\"!" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -480,6 +485,11 @@ msgstr "Produção começou tarde" msgid "Qty" msgstr "Qtd" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -671,3 +681,11 @@ msgstr "Ordem de trabalho e planeamento" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Horário de Trabalho" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" + +#~ msgid "Date Planned" +#~ msgstr "Data Planeada" diff --git a/addons/mrp_operations/i18n/pt_BR.po b/addons/mrp_operations/i18n/pt_BR.po index 6434bb16b3b..1277baf12b8 100644 --- a/addons/mrp_operations/i18n/pt_BR.po +++ b/addons/mrp_operations/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -179,16 +179,16 @@ msgstr "" msgid "Current" msgstr "Atual" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Data:" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -341,6 +341,11 @@ msgstr "Ordem de Produção" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -482,6 +487,11 @@ msgstr "Produção iniciada com atraso" msgid "Qty" msgstr "Qtd" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -673,3 +683,8 @@ msgstr "Planejamento das Ordens de Serviço" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Horas Trabalhadas" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/ro.po b/addons/mrp_operations/i18n/ro.po index f7301790636..2b39acb88ee 100644 --- a/addons/mrp_operations/i18n/ro.po +++ b/addons/mrp_operations/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -182,16 +182,16 @@ msgstr "" msgid "Current" msgstr "Actual(a)" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Data" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -343,6 +343,11 @@ msgstr "Comanda de productie" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -485,6 +490,11 @@ msgstr "Productia a inceput tarziu" msgid "Qty" msgstr "Cant" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -677,3 +687,8 @@ msgstr "Planificare Comenzi de Lucru" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Program de lucru" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/ru.po b/addons/mrp_operations/i18n/ru.po index 7fe3d5adba1..6110533909c 100644 --- a/addons/mrp_operations/i18n/ru.po +++ b/addons/mrp_operations/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -141,16 +141,16 @@ msgstr "" msgid "Current" msgstr "Текущий" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Дата" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -300,6 +300,11 @@ msgstr "Заказ в производство" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "Кол-во" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "Планирование нарядов" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Рабочие часы" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/sl.po b/addons/mrp_operations/i18n/sl.po index dff7c2ecd79..df0f9f2be38 100644 --- a/addons/mrp_operations/i18n/sl.po +++ b/addons/mrp_operations/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "Delovni nalog" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "Kol." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Delovne ure" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/sq.po b/addons/mrp_operations/i18n/sq.po index d56ec84f404..1e89b27368b 100644 --- a/addons/mrp_operations/i18n/sq.po +++ b/addons/mrp_operations/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:19+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/sr.po b/addons/mrp_operations/i18n/sr.po index 179ad4f707d..c28620c1a47 100644 --- a/addons/mrp_operations/i18n/sr.po +++ b/addons/mrp_operations/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -144,13 +144,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -302,6 +302,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "Kol." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "Planiranje Radnih Naloga" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Radni Sati" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/sr@latin.po b/addons/mrp_operations/i18n/sr@latin.po index 3108bf39d77..7a7faaa2177 100644 --- a/addons/mrp_operations/i18n/sr@latin.po +++ b/addons/mrp_operations/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -144,13 +144,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -302,6 +302,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -442,6 +447,11 @@ msgstr "" msgid "Qty" msgstr "Kol." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -632,3 +642,8 @@ msgstr "Planiranje Radnih Naloga" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Radni Sati" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/sv.po b/addons/mrp_operations/i18n/sv.po index 8402b2004a2..7ca77b26c68 100644 --- a/addons/mrp_operations/i18n/sv.po +++ b/addons/mrp_operations/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -143,16 +143,16 @@ msgstr "" msgid "Current" msgstr "Aktuellt" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Datum" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -303,6 +303,11 @@ msgstr "Produktionsorder" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -443,6 +448,11 @@ msgstr "" msgid "Qty" msgstr "Kvantitet" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -633,3 +643,8 @@ msgstr "Plannering av arbetsordrar" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Arbetstid" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/tlh.po b/addons/mrp_operations/i18n/tlh.po index 443a40c01a1..bd0c7cec4ac 100644 --- a/addons/mrp_operations/i18n/tlh.po +++ b/addons/mrp_operations/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/tr.po b/addons/mrp_operations/i18n/tr.po index d31c9ba8c71..d445bb08c0e 100644 --- a/addons/mrp_operations/i18n/tr.po +++ b/addons/mrp_operations/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -175,16 +175,16 @@ msgstr "" msgid "Current" msgstr "Geçerli" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "Tarih" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -334,6 +334,11 @@ msgstr "Üretim Emri" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -476,6 +481,11 @@ msgstr "Üretim Geç Başladı" msgid "Qty" msgstr "Mik." +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -666,3 +676,8 @@ msgstr "İş Emri Planlaması" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "Çalışma Saatleri" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/uk.po b/addons/mrp_operations/i18n/uk.po index aea2ae34928..a82b6091ef1 100644 --- a/addons/mrp_operations/i18n/uk.po +++ b/addons/mrp_operations/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/vi.po b/addons/mrp_operations/i18n/vi.po index d03a51b44e7..906fb6ce104 100644 --- a/addons/mrp_operations/i18n/vi.po +++ b/addons/mrp_operations/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/zh_CN.po b/addons/mrp_operations/i18n/zh_CN.po index 2cdf96a0f30..ca566913d30 100644 --- a/addons/mrp_operations/i18n/zh_CN.po +++ b/addons/mrp_operations/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -163,16 +163,16 @@ msgstr "" msgid "Current" msgstr "当前的" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" +msgstr "" + #. module: mrp_operations #: field:mrp.workorder,date:0 msgid "Date" msgstr "日期" -#. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" -msgstr "" - #. module: mrp_operations #: field:mrp.workorder,delay:0 msgid "Delay" @@ -322,6 +322,11 @@ msgstr "生产单" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -462,6 +467,11 @@ msgstr "未准时开始生产" msgid "Qty" msgstr "数量" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -652,3 +662,8 @@ msgstr "工票计划" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "工时" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_operations/i18n/zh_TW.po b/addons/mrp_operations/i18n/zh_TW.po index 43ba4d6eb80..2e2cce6cb77 100644 --- a/addons/mrp_operations/i18n/zh_TW.po +++ b/addons/mrp_operations/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_operations #: field:mrp.workorder,nbr:0 @@ -142,13 +142,13 @@ msgid "Current" msgstr "" #. module: mrp_operations -#: field:mrp.workorder,date:0 -msgid "Date" +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_current_production +msgid "Current Production" msgstr "" #. module: mrp_operations -#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter -msgid "Date Planned" +#: field:mrp.workorder,date:0 +msgid "Date" msgstr "" #. module: mrp_operations @@ -300,6 +300,11 @@ msgstr "製造命令" msgid "Manufacturing order cannot be started in state \"%s\"!" msgstr "" +#. module: mrp_operations +#: view:mrp.workorder:mrp_operations.view_report_mrp_workorder_filter +msgid "Month Planned" +msgstr "" + #. module: mrp_operations #: code:addons/mrp_operations/mrp_operations.py:462 #, python-format @@ -440,6 +445,11 @@ msgstr "生產開始日期" msgid "Qty" msgstr "" +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_quantity_produced +msgid "Quantity Produced" +msgstr "" + #. module: mrp_operations #: selection:mrp.production.workcenter.line,production_state:0 msgid "Ready to Produce" @@ -630,3 +640,8 @@ msgstr "" #: field:mrp.production.workcenter.line,delay:0 msgid "Working Hours" msgstr "" + +#. module: mrp_operations +#: model:ir.filters,name:mrp_operations.filter_mrp_workorder_workload +msgid "Workload" +msgstr "" diff --git a/addons/mrp_repair/i18n/ar.po b/addons/mrp_repair/i18n/ar.po index 29142eac1ba..943fa947033 100644 --- a/addons/mrp_repair/i18n/ar.po +++ b/addons/mrp_repair/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "مؤكد" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "لا يوجد فاتورة" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "لا يوجد منتج محدد في الرسوم !" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -915,7 +915,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/bg.po b/addons/mrp_repair/i18n/bg.po index 229ed99853a..2089f0d3272 100644 --- a/addons/mrp_repair/i18n/bg.po +++ b/addons/mrp_repair/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Потвърден" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/bs.po b/addons/mrp_repair/i18n/bs.po index aa4b9d28b07..ca9d8323584 100644 --- a/addons/mrp_repair/i18n/bs.po +++ b/addons/mrp_repair/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -167,7 +167,7 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -471,7 +471,7 @@ msgid "No Invoice" msgstr "Nema fakture" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -502,7 +502,7 @@ msgid "No product defined on Fees!" msgstr "Nema proizvoda definisanih na naknadama!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -931,7 +931,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/ca.po b/addons/mrp_repair/i18n/ca.po index 2fa1650e6d5..5f0b896d56c 100644 --- a/addons/mrp_repair/i18n/ca.po +++ b/addons/mrp_repair/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Confirmat" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "No facturar" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "No s'ha definit cap producte en honoraris!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/cs.po b/addons/mrp_repair/i18n/cs.po index 93c332ae1c1..64501f67dd8 100644 --- a/addons/mrp_repair/i18n/cs.po +++ b/addons/mrp_repair/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -181,7 +181,7 @@ msgid "Confirmed" msgstr "Potvrzeno" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -485,7 +485,7 @@ msgid "No Invoice" msgstr "Bez faktury" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -516,7 +516,7 @@ msgid "No product defined on Fees!" msgstr "V poplatcích není definován žádný výrobek!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -952,7 +952,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/da.po b/addons/mrp_repair/i18n/da.po index 37278f9f14a..e63129e8ea1 100644 --- a/addons/mrp_repair/i18n/da.po +++ b/addons/mrp_repair/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/de.po b/addons/mrp_repair/i18n/de.po index e3942849867..a5a8a2fb13f 100644 --- a/addons/mrp_repair/i18n/de.po +++ b/addons/mrp_repair/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-09 12:25+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:14+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair @@ -189,7 +189,7 @@ msgid "Confirmed" msgstr "Bestätigt" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -496,7 +496,7 @@ msgid "No Invoice" msgstr "Keine Rechnung" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "Keine Preisliste !" @@ -527,7 +527,7 @@ msgid "No product defined on Fees!" msgstr "Kein Produkt für den Reparaturaufwand definiert !" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "Keine gültige Preisliste gefunden !" @@ -968,7 +968,7 @@ msgstr "" "Sie müssen eine Partner Rechnungsanschrift im Reparaturformular auswählen." #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/es.po b/addons/mrp_repair/i18n/es.po index 91b1780b9f2..87062acc136 100644 --- a/addons/mrp_repair/i18n/es.po +++ b/addons/mrp_repair/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-18 14:03+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -181,7 +181,7 @@ msgid "Confirmed" msgstr "Confirmada" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -488,7 +488,7 @@ msgid "No Invoice" msgstr "No facturar" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "Sin tarifa" @@ -519,7 +519,7 @@ msgid "No product defined on Fees!" msgstr "¡No se ha definido ningún producto en honorarios!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "No se ha encontrado una línea de tarifa válida" @@ -961,7 +961,7 @@ msgstr "" "Debe seleccionar una dirección de facturación en el formulario de reparación" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/es_AR.po b/addons/mrp_repair/i18n/es_AR.po index d49b9aa2342..eceaaedd77a 100644 --- a/addons/mrp_repair/i18n/es_AR.po +++ b/addons/mrp_repair/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Confirmado" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Sin factura" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "¡No se ha definido ningún producto en Honorarios!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/es_CR.po b/addons/mrp_repair/i18n/es_CR.po index 4efa600b4cc..09da3283118 100644 --- a/addons/mrp_repair/i18n/es_CR.po +++ b/addons/mrp_repair/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Confirmada" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "No facturar" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "¡No se ha definido ningún producto en honorarios!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/es_EC.po b/addons/mrp_repair/i18n/es_EC.po index 0065587a6ff..d491365a76e 100644 --- a/addons/mrp_repair/i18n/es_EC.po +++ b/addons/mrp_repair/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Confirmada" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "No facturar" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/et.po b/addons/mrp_repair/i18n/et.po index 756ae7c5ded..88e67a7589c 100644 --- a/addons/mrp_repair/i18n/et.po +++ b/addons/mrp_repair/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Kinnitatud" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Arve puudub" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/fi.po b/addons/mrp_repair/i18n/fi.po index 95379f0b711..a58442e90f9 100644 --- a/addons/mrp_repair/i18n/fi.po +++ b/addons/mrp_repair/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Vahvistettu" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Ei laskua" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/fr.po b/addons/mrp_repair/i18n/fr.po index 87cb8a33390..0c9590806f1 100644 --- a/addons/mrp_repair/i18n/fr.po +++ b/addons/mrp_repair/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -170,7 +170,7 @@ msgid "Confirmed" msgstr "Confirmée" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -472,7 +472,7 @@ msgid "No Invoice" msgstr "Pas de Facture" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -503,7 +503,7 @@ msgid "No product defined on Fees!" msgstr "Aucun article défini avec des frais !" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -942,7 +942,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/hi.po b/addons/mrp_repair/i18n/hi.po index 540ebdd54fc..f5a67513f08 100644 --- a/addons/mrp_repair/i18n/hi.po +++ b/addons/mrp_repair/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "पुष्टि" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/hr.po b/addons/mrp_repair/i18n/hr.po index e0072f15afa..64edade931b 100644 --- a/addons/mrp_repair/i18n/hr.po +++ b/addons/mrp_repair/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Nema računa" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/hu.po b/addons/mrp_repair/i18n/hu.po index 32f25b8dd7b..a430552aeef 100644 --- a/addons/mrp_repair/i18n/hu.po +++ b/addons/mrp_repair/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -192,7 +192,7 @@ msgid "Confirmed" msgstr "Megerősítve" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -496,7 +496,7 @@ msgid "No Invoice" msgstr "Nincs számla" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -527,7 +527,7 @@ msgid "No product defined on Fees!" msgstr "Nincs termék meghatározva a díjakon!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -963,7 +963,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/id.po b/addons/mrp_repair/i18n/id.po index 4fa748e637d..1146aea0d65 100644 --- a/addons/mrp_repair/i18n/id.po +++ b/addons/mrp_repair/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/it.po b/addons/mrp_repair/i18n/it.po index fdf96a6268b..23c4acfe7e7 100644 --- a/addons/mrp_repair/i18n/it.po +++ b/addons/mrp_repair/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -167,7 +167,7 @@ msgid "Confirmed" msgstr "Confermato" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -469,7 +469,7 @@ msgid "No Invoice" msgstr "No fattura" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -500,7 +500,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -933,7 +933,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/ja.po b/addons/mrp_repair/i18n/ja.po index 20f7fe103c3..b34bdd2ad5a 100644 --- a/addons/mrp_repair/i18n/ja.po +++ b/addons/mrp_repair/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "確認済" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "請求外" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "料金が定義されていない製品です。" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/ko.po b/addons/mrp_repair/i18n/ko.po index 20b9698c4f8..b63eb1a8c4d 100644 --- a/addons/mrp_repair/i18n/ko.po +++ b/addons/mrp_repair/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "확정됨" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "인보이스 없음" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/lt.po b/addons/mrp_repair/i18n/lt.po index 88483a6c315..01ee3cdcdea 100644 --- a/addons/mrp_repair/i18n/lt.po +++ b/addons/mrp_repair/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/lv.po b/addons/mrp_repair/i18n/lv.po index f989147c417..b03a9dc158c 100644 --- a/addons/mrp_repair/i18n/lv.po +++ b/addons/mrp_repair/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -155,7 +155,7 @@ msgid "Confirmed" msgstr "Apstiprināts" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -457,7 +457,7 @@ msgid "No Invoice" msgstr "Nav rēķina" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -488,7 +488,7 @@ msgid "No product defined on Fees!" msgstr "Maksājumam nav nodefinēts produkts!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -917,7 +917,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/mk.po b/addons/mrp_repair/i18n/mk.po index 9cd7e0418ab..e19f415d33c 100644 --- a/addons/mrp_repair/i18n/mk.po +++ b/addons/mrp_repair/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -185,7 +185,7 @@ msgid "Confirmed" msgstr "Потврдено" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -489,7 +489,7 @@ msgid "No Invoice" msgstr "Нема фактура" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -520,7 +520,7 @@ msgid "No product defined on Fees!" msgstr "Нема дефинирано производи за надоместоците!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -947,7 +947,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/mn.po b/addons/mrp_repair/i18n/mn.po index 28087c5c5f6..f18c974200b 100644 --- a/addons/mrp_repair/i18n/mn.po +++ b/addons/mrp_repair/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -186,7 +186,7 @@ msgid "Confirmed" msgstr "Батлагдсан" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -490,7 +490,7 @@ msgid "No Invoice" msgstr "Нэхэмлэл үгүй" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -521,7 +521,7 @@ msgid "No product defined on Fees!" msgstr "Ажлын хөлс дээр бараа тодорхойлогдоогүй байна!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -957,7 +957,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/nl.po b/addons/mrp_repair/i18n/nl.po index 050fe26c775..c4daf4fffe8 100644 --- a/addons/mrp_repair/i18n/nl.po +++ b/addons/mrp_repair/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-10 07:26+0000\n" "Last-Translator: Marcel van der Boom (HS-Development BV) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair @@ -188,7 +188,7 @@ msgid "Confirmed" msgstr "Bevestigd" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -496,7 +496,7 @@ msgid "No Invoice" msgstr "Geen factuur" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "Geen prijslijst!" @@ -527,7 +527,7 @@ msgid "No product defined on Fees!" msgstr "Geen producten bij vergoedingen gedefineerd" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "Geen geldige prijslijst regel gevonden!" @@ -968,7 +968,7 @@ msgstr "" "U dient een factuuradres van de klant te selecteren in het reparatie scherm!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/nl_BE.po b/addons/mrp_repair/i18n/nl_BE.po index 4c3893a9f9a..515b0097b64 100644 --- a/addons/mrp_repair/i18n/nl_BE.po +++ b/addons/mrp_repair/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/pl.po b/addons/mrp_repair/i18n/pl.po index 2d1ffadf6b8..231b84c0294 100644 --- a/addons/mrp_repair/i18n/pl.po +++ b/addons/mrp_repair/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-30 10:10+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:16+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -156,7 +156,7 @@ msgid "Confirmed" msgstr "Potwierdzone" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -463,7 +463,7 @@ msgid "No Invoice" msgstr "Brak faktur" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "Brak cennika!" @@ -494,7 +494,7 @@ msgid "No product defined on Fees!" msgstr "Nie zdefiniowano produktu dla opłaty!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "Nie znaleziono poprawnej pozycji cennika !" @@ -923,7 +923,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "Musisz wybrać adres fakturowy partnera w zamówieniu naprawy!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/pt.po b/addons/mrp_repair/i18n/pt.po index 860469d6151..cf32d3581a3 100644 --- a/addons/mrp_repair/i18n/pt.po +++ b/addons/mrp_repair/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Confirmado" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Sem Fatura" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "Nenhum artigo definido em taxas!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/pt_BR.po b/addons/mrp_repair/i18n/pt_BR.po index 35ba97332a5..8d6dd01bfca 100644 --- a/addons/mrp_repair/i18n/pt_BR.po +++ b/addons/mrp_repair/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -184,7 +184,7 @@ msgid "Confirmed" msgstr "Confirmado" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -489,7 +489,7 @@ msgid "No Invoice" msgstr "Não Faturar" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -520,7 +520,7 @@ msgid "No product defined on Fees!" msgstr "Nenhum produto definido no valor!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -957,7 +957,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/ro.po b/addons/mrp_repair/i18n/ro.po index 28937ec9592..5dd3da60580 100644 --- a/addons/mrp_repair/i18n/ro.po +++ b/addons/mrp_repair/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -190,7 +190,7 @@ msgid "Confirmed" msgstr "Confirmat(a)" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -494,7 +494,7 @@ msgid "No Invoice" msgstr "Nicio Factura" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -525,7 +525,7 @@ msgid "No product defined on Fees!" msgstr "Niciun produs definit in Taxe!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -963,7 +963,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/ru.po b/addons/mrp_repair/i18n/ru.po index 78384162eef..5e3729c8dea 100644 --- a/addons/mrp_repair/i18n/ru.po +++ b/addons/mrp_repair/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/sl.po b/addons/mrp_repair/i18n/sl.po index 3ba30b0736b..41716a313b6 100644 --- a/addons/mrp_repair/i18n/sl.po +++ b/addons/mrp_repair/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Potrjeno" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Ni računa" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/sq.po b/addons/mrp_repair/i18n/sq.po index 54b50734962..5e44d1e9ccc 100644 --- a/addons/mrp_repair/i18n/sq.po +++ b/addons/mrp_repair/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:29+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/sr.po b/addons/mrp_repair/i18n/sr.po index 5d7382dd0f2..9d5f2f19f06 100644 --- a/addons/mrp_repair/i18n/sr.po +++ b/addons/mrp_repair/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Ne Fakturisi" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "Nema proizvoda definisanih za Naknadne intervencije" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/sr@latin.po b/addons/mrp_repair/i18n/sr@latin.po index 36e23e9d9d0..12bf5528707 100644 --- a/addons/mrp_repair/i18n/sr@latin.po +++ b/addons/mrp_repair/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Potvrđeno" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "Ne Fakturisi" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "Nema proizvoda definisanih za Naknadne intervencije" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -916,7 +916,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/sv.po b/addons/mrp_repair/i18n/sv.po index 184dd7ab989..9239c070db9 100644 --- a/addons/mrp_repair/i18n/sv.po +++ b/addons/mrp_repair/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "Bekräftad" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/tlh.po b/addons/mrp_repair/i18n/tlh.po index 74d14c215da..df4222d1da5 100644 --- a/addons/mrp_repair/i18n/tlh.po +++ b/addons/mrp_repair/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/tr.po b/addons/mrp_repair/i18n/tr.po index 37491f5b86f..c5396900520 100644 --- a/addons/mrp_repair/i18n/tr.po +++ b/addons/mrp_repair/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -186,7 +186,7 @@ msgid "Confirmed" msgstr "Onaylandı" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -490,7 +490,7 @@ msgid "No Invoice" msgstr "Fatura Yok" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -521,7 +521,7 @@ msgid "No product defined on Fees!" msgstr "Ücretlerde tanımlanmış ürün yok!" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -957,7 +957,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/uk.po b/addons/mrp_repair/i18n/uk.po index 4690a8ab528..6382bdaf34b 100644 --- a/addons/mrp_repair/i18n/uk.po +++ b/addons/mrp_repair/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/vi.po b/addons/mrp_repair/i18n/vi.po index a8a0588590e..94daf996a48 100644 --- a/addons/mrp_repair/i18n/vi.po +++ b/addons/mrp_repair/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:20+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/zh_CN.po b/addons/mrp_repair/i18n/zh_CN.po index 4991400171b..2d1bc3a56c7 100644 --- a/addons/mrp_repair/i18n/zh_CN.po +++ b/addons/mrp_repair/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -170,7 +170,7 @@ msgid "Confirmed" msgstr "确认" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -472,7 +472,7 @@ msgid "No Invoice" msgstr "不开票" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -503,7 +503,7 @@ msgid "No product defined on Fees!" msgstr "没有定义费用产品" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -931,7 +931,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/mrp_repair/i18n/zh_TW.po b/addons/mrp_repair/i18n/zh_TW.po index 41f78762796..0adae522af1 100644 --- a/addons/mrp_repair/i18n/zh_TW.po +++ b/addons/mrp_repair/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:30+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: mrp_repair #: help:mrp.repair.line,state:0 @@ -154,7 +154,7 @@ msgid "Confirmed" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:539 +#: code:addons/mrp_repair/mrp_repair.py:541 #, python-format msgid "" "Couldn't find a pricelist line matching this product and quantity.\n" @@ -456,7 +456,7 @@ msgid "No Invoice" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:526 +#: code:addons/mrp_repair/mrp_repair.py:528 #, python-format msgid "No Pricelist!" msgstr "" @@ -487,7 +487,7 @@ msgid "No product defined on Fees!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:537 +#: code:addons/mrp_repair/mrp_repair.py:539 #, python-format msgid "No valid pricelist line found !" msgstr "" @@ -914,7 +914,7 @@ msgid "You have to select a Partner Invoice Address in the repair form!" msgstr "" #. module: mrp_repair -#: code:addons/mrp_repair/mrp_repair.py:528 +#: code:addons/mrp_repair/mrp_repair.py:530 #, python-format msgid "" "You have to select a pricelist in the Repair form !\n" diff --git a/addons/pad/i18n/ar.po b/addons/pad/i18n/ar.po index 98eda655a77..e2fc7cad522 100644 --- a/addons/pad/i18n/ar.po +++ b/addons/pad/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/bg.po b/addons/pad/i18n/bg.po index 023216defd3..651b47a68ad 100644 --- a/addons/pad/i18n/bg.po +++ b/addons/pad/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/ca.po b/addons/pad/i18n/ca.po index eab69f73468..4099f07d531 100644 --- a/addons/pad/i18n/ca.po +++ b/addons/pad/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/cs.po b/addons/pad/i18n/cs.po index ee71fb84a7b..d19749f2347 100644 --- a/addons/pad/i18n/cs.po +++ b/addons/pad/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -76,7 +76,7 @@ msgid "Pad Server" msgstr "Pad server" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/da.po b/addons/pad/i18n/da.po index 851cbbde158..95b0b08baeb 100644 --- a/addons/pad/i18n/da.po +++ b/addons/pad/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/de.po b/addons/pad/i18n/de.po index e824bc2b266..47a152108c1 100644 --- a/addons/pad/i18n/de.po +++ b/addons/pad/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-09 12:30+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-10 08:14+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: pad @@ -34,7 +34,7 @@ msgid "Created on" msgstr "Erstellt am" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "Fehler" @@ -75,7 +75,7 @@ msgid "Pad Server" msgstr "Pad Server" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/es.po b/addons/pad/i18n/es.po index 3e4959b0430..44b3b5096a0 100644 --- a/addons/pad/i18n/es.po +++ b/addons/pad/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 21:04+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "Creado en" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "Error" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Servidor pad" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/es_AR.po b/addons/pad/i18n/es_AR.po index 03eeda5aed1..4880833a795 100644 --- a/addons/pad/i18n/es_AR.po +++ b/addons/pad/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Servidor Pad" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/es_CR.po b/addons/pad/i18n/es_CR.po index 98ab70827e7..8551f417dc7 100644 --- a/addons/pad/i18n/es_CR.po +++ b/addons/pad/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/fi.po b/addons/pad/i18n/fi.po index 17c209cb1bd..751fd7a5e73 100644 --- a/addons/pad/i18n/fi.po +++ b/addons/pad/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/fr.po b/addons/pad/i18n/fr.po index 5f297c7d869..e05f370396c 100644 --- a/addons/pad/i18n/fr.po +++ b/addons/pad/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Serveur du pad" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/gl.po b/addons/pad/i18n/gl.po index c0463a5bddd..c62e25b5add 100644 --- a/addons/pad/i18n/gl.po +++ b/addons/pad/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/hr.po b/addons/pad/i18n/hr.po index d63f723db01..626ee3d99fd 100644 --- a/addons/pad/i18n/hr.po +++ b/addons/pad/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Pad poslužitelj" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/hu.po b/addons/pad/i18n/hu.po index a4bb5ef1e59..d13df8c2050 100644 --- a/addons/pad/i18n/hu.po +++ b/addons/pad/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Szerkesztő / Pad szerver" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/it.po b/addons/pad/i18n/it.po index 2d8b80479ee..153798fe90b 100644 --- a/addons/pad/i18n/it.po +++ b/addons/pad/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Server Pad" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/ja.po b/addons/pad/i18n/ja.po index dc8c3acec54..59a4df97949 100644 --- a/addons/pad/i18n/ja.po +++ b/addons/pad/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/mk.po b/addons/pad/i18n/mk.po index bf497d58df7..9e3e467d5bd 100644 --- a/addons/pad/i18n/mk.po +++ b/addons/pad/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/mn.po b/addons/pad/i18n/mn.po index 704e975f773..a8abb5330d9 100644 --- a/addons/pad/i18n/mn.po +++ b/addons/pad/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Хавтангийн сервер" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/nb.po b/addons/pad/i18n/nb.po index 70ba1fc3c9a..71c423218c4 100644 --- a/addons/pad/i18n/nb.po +++ b/addons/pad/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/nl.po b/addons/pad/i18n/nl.po index 6c424a9f48b..1032b54a872 100644 --- a/addons/pad/i18n/nl.po +++ b/addons/pad/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-15 17:21+0000\n" "Last-Translator: Mario Gielissen (Openworx) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "Aangemaakt op" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "Fout" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Pad Server" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/pl.po b/addons/pad/i18n/pl.po index 4d3959dfc9c..36819f0da59 100644 --- a/addons/pad/i18n/pl.po +++ b/addons/pad/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-27 21:36+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -34,7 +34,7 @@ msgid "Created on" msgstr "Data utworzenia" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "Błąd" @@ -75,7 +75,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/pt.po b/addons/pad/i18n/pt.po index c564d35a672..da3b36d6918 100644 --- a/addons/pad/i18n/pt.po +++ b/addons/pad/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/pt_BR.po b/addons/pad/i18n/pt_BR.po index 1f4995ec5b5..bcdc29c278a 100644 --- a/addons/pad/i18n/pt_BR.po +++ b/addons/pad/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 19:45+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: pad @@ -34,7 +34,7 @@ msgid "Created on" msgstr "Criado em" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "Erro" @@ -75,7 +75,7 @@ msgid "Pad Server" msgstr "Servidor Pad" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/ro.po b/addons/pad/i18n/ro.po index e8d4e86997a..db2596ad350 100644 --- a/addons/pad/i18n/ro.po +++ b/addons/pad/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Server Pad" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/ru.po b/addons/pad/i18n/ru.po index 9db72242fd9..0cd1d132982 100644 --- a/addons/pad/i18n/ru.po +++ b/addons/pad/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Сервер планшета" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/sl.po b/addons/pad/i18n/sl.po index 06861a1f435..03b6376a864 100644 --- a/addons/pad/i18n/sl.po +++ b/addons/pad/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Pad Server" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/sr@latin.po b/addons/pad/i18n/sr@latin.po index bb2e19edb78..fdc35c1acf7 100644 --- a/addons/pad/i18n/sr@latin.po +++ b/addons/pad/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/sv.po b/addons/pad/i18n/sv.po index 0bca8f0e53e..2dcb73d1846 100644 --- a/addons/pad/i18n/sv.po +++ b/addons/pad/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Pad-server" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/tr.po b/addons/pad/i18n/tr.po index b01822752ac..b1004669c81 100644 --- a/addons/pad/i18n/tr.po +++ b/addons/pad/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Pad Sunucusu" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/pad/i18n/zh_CN.po b/addons/pad/i18n/zh_CN.po index b8fdcb93efc..1ec127a8886 100644 --- a/addons/pad/i18n/zh_CN.po +++ b/addons/pad/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: pad #: model:ir.model,name:pad.model_res_company @@ -33,7 +33,7 @@ msgid "Created on" msgstr "" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "Error" msgstr "" @@ -74,7 +74,7 @@ msgid "Pad Server" msgstr "Pad 服务器" #. module: pad -#: code:addons/pad/pad.py:49 +#: code:addons/pad/pad.py:50 #, python-format msgid "" "Pad creation failed, either there is a problem with your pad " diff --git a/addons/payment/i18n/de.po b/addons/payment/i18n/de.po index 2c7c4368d59..22e9d00b72d 100644 --- a/addons/payment/i18n/de.po +++ b/addons/payment/i18n/de.po @@ -8,13 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 13:56+0000\n" -"Last-Translator: Heike Vocks (openbig.org) \n" +"PO-Revision-Date: 2014-10-01 09:38+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: payment @@ -246,22 +247,22 @@ msgstr "" #. module: payment #: field:account.config.settings,module_payment_adyen:0 msgid "Manage Payments Using Adyen" -msgstr "Wickeln Sie Ihre Zahlungen mit Ayden ab." +msgstr "Verwalten Sie Ihre Zahlungen mit Ayden" #. module: payment #: field:account.config.settings,module_payment_buckaroo:0 msgid "Manage Payments Using Buckaroo" -msgstr "Wickeln Sie Ihre Zahlungen mit Buckaroo ab." +msgstr "Verwalten Sie Ihre Zahlungen mit Buckaroo" #. module: payment #: field:account.config.settings,module_payment_ogone:0 msgid "Manage Payments Using Ogone" -msgstr "Wickeln Sie Ihre Zahlungen mit Ogone ab." +msgstr "Verwalten Sie Ihre Zahlungen mit Ogone" #. module: payment #: field:account.config.settings,module_payment_paypal:0 msgid "Manage Payments Using Paypal" -msgstr "Wickeln Sie Ihre Zahlungen mit Paypal ab." +msgstr "Verwalten Sie Ihre Zahlungen mit Paypal." #. module: payment #: selection:payment.acquirer,validation:0 @@ -377,7 +378,7 @@ msgstr "Vorgehensweise" #. module: payment #: selection:payment.acquirer,environment:0 msgid "Production" -msgstr "Fertigung" +msgstr "Echtbetrieb" #. module: payment #: view:payment.acquirer:payment.acquirer_search @@ -431,7 +432,7 @@ msgstr "Zusammenfassung" #. module: payment #: selection:payment.acquirer,environment:0 msgid "Test" -msgstr "Testen" +msgstr "Testbetrieb" #. module: payment #: field:payment.acquirer,post_msg:0 diff --git a/addons/payment/i18n/tr.po b/addons/payment/i18n/tr.po new file mode 100644 index 00000000000..b69d7c2825e --- /dev/null +++ b/addons/payment/i18n/tr.po @@ -0,0 +1,542 @@ +# Turkish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-03 08:57+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-04 06:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: payment +#: help:account.config.settings,module_payment_adyen:0 +msgid "-It installs the module payment_adyen." +msgstr "-payment_adyen Modülünü kurar." + +#. module: payment +#: help:account.config.settings,module_payment_buckaroo:0 +msgid "-It installs the module payment_buckaroo." +msgstr "-payment_buckaroo Modülünü kurar.." + +#. module: payment +#: help:account.config.settings,module_payment_ogone:0 +msgid "-It installs the module payment_ogone." +msgstr "" + +#. module: payment +#: help:account.config.settings,module_payment_paypal:0 +msgid "-It installs the module payment_paypal." +msgstr "-payment_paypal Modülünü kurar.." + +#. module: payment +#: field:payment.transaction,acquirer_id:0 +msgid "Acquirer" +msgstr "Alıcı" + +#. module: payment +#: field:payment.transaction,acquirer_reference:0 +msgid "Acquirer Order Reference" +msgstr "Alıcı Sipariş Referansı" + +#. module: payment +#: field:payment.transaction,partner_address:0 +msgid "Address" +msgstr "Adres" + +#. module: payment +#: field:payment.transaction,amount:0 +msgid "Amount" +msgstr "Tutar" + +#. module: payment +#: help:payment.transaction,amount:0 +msgid "Amount in cents" +msgstr "Krş olarak tutar" + +#. module: payment +#: selection:payment.acquirer,validation:0 +msgid "Automatic" +msgstr "Otomatik" + +#. module: payment +#: selection:payment.transaction,state:0 +msgid "Canceled" +msgstr "İptal edildi" + +#. module: payment +#: field:payment.transaction,partner_city:0 +msgid "City" +msgstr "İlçe" + +#. module: payment +#: field:payment.acquirer,company_id:0 +msgid "Company" +msgstr "Firma" + +#. module: payment +#: field:payment.acquirer,fees_active:0 +msgid "Compute fees" +msgstr "Ücret hesapla" + +#. module: payment +#: field:payment.transaction,partner_country_id:0 +msgid "Country" +msgstr "Ülke" + +#. module: payment +#: field:payment.acquirer,create_uid:0 +#: field:payment.transaction,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: payment +#: field:payment.acquirer,create_date:0 +#: field:payment.transaction,create_date:0 +msgid "Created on" +msgstr "Oluşturma" + +#. module: payment +#: field:payment.transaction,date_create:0 +msgid "Creation Date" +msgstr "Oluşturma Tarihi" + +#. module: payment +#: field:payment.transaction,currency_id:0 +msgid "Currency" +msgstr "Para Birimi" + +#. module: payment +#: help:payment.transaction,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "Kayıta işlenmiş son mesajın tarihi." + +#. module: payment +#: selection:payment.transaction,state:0 +msgid "Done" +msgstr "Tamamlandı" + +#. module: payment +#: selection:payment.transaction,state:0 +msgid "Draft" +msgstr "Taslak" + +#. module: payment +#: field:payment.transaction,partner_email:0 +msgid "Email" +msgstr "Eposta" + +#. module: payment +#: field:payment.acquirer,environment:0 +msgid "Environment" +msgstr "Ortam" + +#. module: payment +#: selection:payment.transaction,state:0 +msgid "Error" +msgstr "Hata" + +#. module: payment +#: field:payment.transaction,fees:0 +msgid "Fees" +msgstr "Ücretler" + +#. module: payment +#: help:payment.transaction,fees:0 +msgid "Fees amount; set by the system because depends on the acquirer" +msgstr "Ücret tutarı; sistem tarafından hesaplanır çünkü alıcıya bağlıdır" + +#. module: payment +#: help:payment.transaction,state_message:0 +msgid "Field used to store error and/or validation messages for information" +msgstr "" + +#. module: payment +#: field:payment.acquirer,fees_dom_fixed:0 +msgid "Fixed domestic fees" +msgstr "Yerel sabit ücretler" + +#. module: payment +#: field:payment.acquirer,fees_int_fixed:0 +msgid "Fixed international fees" +msgstr "Uluslararası sabit fiyatlar" + +#. module: payment +#: field:payment.transaction,message_follower_ids:0 +msgid "Followers" +msgstr "İzleyiciler" + +#. module: payment +#: selection:payment.transaction,type:0 +msgid "Form" +msgstr "Form" + +#. module: payment +#: field:payment.acquirer,view_template_id:0 +msgid "Form Button Template" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_search +msgid "Group By" +msgstr "Gruplandır" + +#. module: payment +#: help:payment.transaction,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" +"Sohbetçi özetini (mesaj sayısı, ...) barındırır. Bu özet kanban " +"görünümlerine eklenmek üzere doğrudan html formatındadır." + +#. module: payment +#: field:payment.acquirer,id:0 +#: field:payment.transaction,id:0 +msgid "ID" +msgstr "ID" + +#. module: payment +#: help:payment.transaction,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "Eğer işaretliyse yeni iletiler ilginizi gerektirir." + +#. module: payment +#: field:payment.transaction,message_is_follower:0 +msgid "Is a Follower" +msgstr "İzleyicidir" + +#. module: payment +#: field:payment.transaction,partner_lang:0 +msgid "Lang" +msgstr "Dil" + +#. module: payment +#: field:payment.transaction,message_last_post:0 +msgid "Last Message Date" +msgstr "Son Mesaj Tarihi" + +#. module: payment +#: field:payment.acquirer,write_uid:0 +#: field:payment.transaction,write_uid:0 +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: payment +#: field:payment.acquirer,write_date:0 +#: field:payment.transaction,write_date:0 +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: payment +#: help:payment.acquirer,website_published:0 +msgid "Make this payment acquirer available (Customer invoices, etc.)" +msgstr "" + +#. module: payment +#: field:account.config.settings,module_payment_adyen:0 +msgid "Manage Payments Using Adyen" +msgstr "Adyen kullanarak Ödemeleri yönet" + +#. module: payment +#: field:account.config.settings,module_payment_buckaroo:0 +msgid "Manage Payments Using Buckaroo" +msgstr "Buckaroo kullanarak Ödemeleri yönet" + +#. module: payment +#: field:account.config.settings,module_payment_ogone:0 +msgid "Manage Payments Using Ogone" +msgstr "Odoo Adyen kullanarak Ödemeleri yönet" + +#. module: payment +#: field:account.config.settings,module_payment_paypal:0 +msgid "Manage Payments Using Paypal" +msgstr "" + +#. module: payment +#: selection:payment.acquirer,validation:0 +msgid "Manual" +msgstr "El ile" + +#. module: payment +#: field:payment.acquirer,pre_msg:0 +#: field:payment.transaction,state_message:0 +msgid "Message" +msgstr "Mesaj" + +#. module: payment +#: help:payment.acquirer,post_msg:0 +msgid "Message displayed after having done the payment process." +msgstr "Ödeme işlemi tamamlandıktan sonra görünecek mesaj." + +#. module: payment +#: help:payment.acquirer,pre_msg:0 +msgid "Message displayed to explain and help the payment process." +msgstr "Ödeme işlemine anlatacak ve yardımcı olmak üzere görüntülenen mesaj." + +#. module: payment +#: field:payment.transaction,message_ids:0 +msgid "Messages" +msgstr "Mesajlar" + +#. module: payment +#: help:payment.transaction,message_ids:0 +msgid "Messages and communication history" +msgstr "Mesajlar ve iletişim geçmişi" + +#. module: payment +#: field:payment.acquirer,name:0 +msgid "Name" +msgstr "Adı" + +#. module: payment +#: field:payment.transaction,reference:0 +msgid "Order Reference" +msgstr "Sipariş Referansı" + +#. module: payment +#: field:payment.transaction,partner_id:0 +msgid "Partner" +msgstr "İş Ortağı" + +#. module: payment +#: field:payment.transaction,partner_name:0 +msgid "Partner Name" +msgstr "İş Ortağı Adı" + +#. module: payment +#: field:payment.transaction,partner_reference:0 +msgid "Partner Reference" +msgstr "" + +#. module: payment +#: code:addons/payment/models/payment_acquirer.py:273 +#, python-format +msgid "Pay safely online" +msgstr "Çevrimiçi güvenli ödeme" + +#. module: payment +#: model:ir.model,name:payment.model_payment_acquirer +#: view:payment.acquirer:payment.acquirer_form +msgid "Payment Acquirer" +msgstr "Ödeme Alıcısı" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_acquirer +#: model:ir.ui.menu,name:payment.payment_acquirer_menu +#: view:payment.acquirer:payment.acquirer_list +msgid "Payment Acquirers" +msgstr "Ödeme Alıcıları" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Ödeme İşlemi" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.ui.menu,name:payment.payment_transaction_menu +#: view:payment.transaction:payment.transaction_form +#: view:payment.transaction:payment.transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.ui.menu,name:payment.root_payment_menu +msgid "Payments" +msgstr "Ödemeler" + +#. module: payment +#: selection:payment.transaction,state:0 +msgid "Pending" +msgstr "Bekliyor" + +#. module: payment +#: field:payment.transaction,partner_phone:0 +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#: field:payment.acquirer,validation:0 +msgid "Process Method" +msgstr "İşlem Yöntemi" + +#. module: payment +#: selection:payment.acquirer,environment:0 +msgid "Production" +msgstr "Üretim" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_search +#: field:payment.acquirer,provider:0 +msgid "Provider" +msgstr "Sağlayıcı" + +#. module: payment +#: help:payment.transaction,acquirer_reference:0 +msgid "Reference of the TX as stored in the acquirer database" +msgstr "" + +#. module: payment +#: help:payment.transaction,partner_reference:0 +msgid "Reference of the customer in the acquirer database" +msgstr "" + +#. module: payment +#: constraint:payment.acquirer:0 +msgid "Required fields not filled" +msgstr "" + +#. module: payment +#: view:payment.transaction:payment.transaction_form +msgid "Send a message to the group" +msgstr "Grupa bir mesaj gönder" + +#. module: payment +#: selection:payment.transaction,type:0 +msgid "Server To Server" +msgstr "" + +#. module: payment +#: help:payment.acquirer,validation:0 +msgid "" +"Static payments are payments like transfer, that require manual steps." +msgstr "" + +#. module: payment +#: field:payment.transaction,state:0 +msgid "Status" +msgstr "Durumu" + +#. module: payment +#: field:payment.transaction,message_summary:0 +msgid "Summary" +msgstr "Özet" + +#. module: payment +#: selection:payment.acquirer,environment:0 +msgid "Test" +msgstr "Test" + +#. module: payment +#: field:payment.acquirer,post_msg:0 +msgid "Thanks Message" +msgstr "Teşekkür Mesajı" + +#. module: payment +#: sql_constraint:payment.transaction:0 +msgid "The payment transaction reference must be unique!" +msgstr "Ödeme işlemi referansı benzersiz olmalı!" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "" +"This template renders the acquirer button with all necessary values.\n" +" It is be rendered with qWeb with the " +"following evaluation context:" +msgstr "" + +#. module: payment +#: field:payment.transaction,type:0 +msgid "Type" +msgstr "Türü" + +#. module: payment +#: field:payment.transaction,message_unread:0 +msgid "Unread Messages" +msgstr "Okunmamış Mesajlar" + +#. module: payment +#: field:payment.transaction,date_validate:0 +msgid "Validation Date" +msgstr "Geçerlilik Tarihi" + +#. module: payment +#: field:payment.acquirer,fees_dom_var:0 +msgid "Variable domestic fees (in percents)" +msgstr "Değişken yerel ücretler (yüzde olarak)" + +#. module: payment +#: field:payment.acquirer,fees_int_var:0 +msgid "Variable international fees (in percents)" +msgstr "Değişken uluslararası ücretler (yüzde olarak)" + +#. module: payment +#: field:payment.acquirer,website_published:0 +msgid "Visible in Portal / Website" +msgstr "Portalda / Wesitesinde görünür" + +#. module: payment +#: field:payment.transaction,website_message_ids:0 +msgid "Website Messages" +msgstr "Web Sitesi Mesajları" + +#. module: payment +#: help:payment.transaction,website_message_ids:0 +msgid "Website communication history" +msgstr "Web Sitesi iletişim geçmişi" + +#. module: payment +#: field:payment.transaction,partner_zip:0 +msgid "Zip" +msgstr "PKodu" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "acquirer: payment.acquirer browse record" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "amount: the transaction amount, a float" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "context: the current context dictionary" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "currency: the transaction currency browse record" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "partner: the buyer partner browse record, not necessarily set" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "" +"partner_values: specific values about the buyer, for example coming from a " +"shipping form" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "reference: the transaction reference number" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "tx_url: transaction URL to post the form" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "tx_values: transaction values" +msgstr "" + +#. module: payment +#: view:payment.acquirer:payment.acquirer_form +msgid "user: current user browse record" +msgstr "" diff --git a/addons/payment_paypal/i18n/de.po b/addons/payment_paypal/i18n/de.po index d33f91f311e..a027d8547f6 100644 --- a/addons/payment_paypal/i18n/de.po +++ b/addons/payment_paypal/i18n/de.po @@ -8,13 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 14:01+0000\n" -"Last-Translator: Heike Vocks (openbig.org) \n" +"PO-Revision-Date: 2014-09-24 18:07+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: payment_paypal @@ -55,7 +56,7 @@ msgstr "Paypal E-Mail ID" #. module: payment_paypal #: help:payment.acquirer,paypal_use_ipn:0 msgid "Paypal Instant Payment Notification" -msgstr "sofortige Zahlungsbestätigung von Paypal" +msgstr "Sofortige Zahlungsbestätigung von Paypal" #. module: payment_paypal #: field:payment.acquirer,paypal_seller_account:0 diff --git a/addons/point_of_sale/i18n/ar.po b/addons/point_of_sale/i18n/ar.po index 51f7b052f9d..8af4772c207 100644 --- a/addons/point_of_sale/i18n/ar.po +++ b/addons/point_of_sale/i18n/ar.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "عدد السطور" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# للكمية" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "متوسط السعر" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "سطر كشف البنك" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "باركود" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "إلغاء" msgid "Cancelled" msgstr "ملغي" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "إغلاق" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "مغلق" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "إعدادات" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "تأكيد" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "عميل" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "فاتورة العميل" @@ -995,7 +1044,7 @@ msgstr "تواريخ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "وصف" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "خطأ" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "خطأ ! لا يمكن إنشاء فئات متداخلة." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "خطأ!" msgid "Error: Invalid ean code" msgstr "خطأ: كود إين غير صالح" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "ملاحظات داخلية" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "فاتورة" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "مبيعاتي" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "أمر" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "سطور الأوامر" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "مدفوع" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "مدفوع:" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "ترحيل كل الأوامر" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "قائمة الأسعار" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "تاريخ الطبع" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "المنتج" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "رقم المنتج" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "بيانات البحث النقدي" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "ابحث في أمر المبيعات" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "إخراج نقد" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "ضريبة" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "الضرائب" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "ضرائب:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "إجمالي الكمية" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "الإجمالي:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "سعر الوحدة" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "المستخدمون" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "تحقق" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "غير معروف" + +#~ msgid "# of Qty" +#~ msgstr "# للكمية" diff --git a/addons/point_of_sale/i18n/bg.po b/addons/point_of_sale/i18n/bg.po index 60cf533a28e..9683debd168 100644 --- a/addons/point_of_sale/i18n/bg.po +++ b/addons/point_of_sale/i18n/bg.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# от редове" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# от кол." - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "Въведете Обща отстъпка" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Сума общо" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Средна цена" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Ред от банково извлечение" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Баркод" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Отмяна" msgid "Cancelled" msgstr "Отменено" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "Чипс" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Затваряне" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "Приключен" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Настройка" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Потвърди" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Клиент" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Фактура към клиент" @@ -995,7 +1044,7 @@ msgstr "Дати" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Описание" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Грешка" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Грешка!" msgid "Error: Invalid ean code" msgstr "Грешка: Невалиден европейски баркод" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1500,7 +1568,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1512,7 +1580,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1523,8 +1591,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1548,7 +1614,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1598,7 +1663,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1606,7 +1671,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1624,18 +1689,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Фактура" @@ -1831,7 +1893,7 @@ msgstr "Списък на касовите апарати" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1843,6 +1905,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1877,7 +1944,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1913,15 +1980,17 @@ msgstr "Мои продажби" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1953,7 +2022,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1965,20 +2034,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1988,6 +2057,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2015,19 +2091,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2042,6 +2116,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2056,7 +2137,7 @@ msgstr "Отваряне на каса" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2100,7 +2181,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2152,9 +2233,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2172,6 +2259,7 @@ msgstr "Редове от поръчка" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2291,7 +2379,7 @@ msgstr "Платен" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2373,7 +2461,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2430,14 +2518,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2469,17 +2559,26 @@ msgid "Plain Water" msgstr "Чиста вода" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Моля, изберете партньор за тази продажба." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2546,12 +2645,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2572,12 +2665,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "Плащане на каса" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2603,6 +2690,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2613,6 +2707,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2648,7 +2749,7 @@ msgstr "Ценоразпис" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2661,7 +2762,7 @@ msgstr "Дата на печат" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2684,7 +2785,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2704,6 +2805,12 @@ msgstr "Продукт" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2714,6 +2821,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2773,7 +2885,7 @@ msgstr "Повторен печат" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2816,7 +2928,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2825,7 +2937,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2837,7 +2949,7 @@ msgstr "Повторен печат" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2855,7 +2967,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2967,7 +3079,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2979,7 +3091,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2992,7 +3104,7 @@ msgstr "Търсене на касови извлечения" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3011,7 +3123,7 @@ msgstr "Търсене на нареждания за продажби" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3022,7 +3134,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3049,7 +3161,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3095,14 +3207,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3131,14 +3243,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3175,18 +3287,11 @@ msgstr "Сода" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3315,10 +3420,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3326,7 +3438,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3339,7 +3451,7 @@ msgstr "Междинна сума без данък" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3371,7 +3483,7 @@ msgstr "Синхронизирано" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3387,13 +3499,21 @@ msgid "Take Money Out" msgstr "Изваждане на пари" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Данък" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3404,38 +3524,27 @@ msgstr "Данъци" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Данъци:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3452,6 +3561,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3464,6 +3585,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3499,6 +3627,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3513,7 +3658,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3526,7 +3671,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3540,6 +3685,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3547,7 +3704,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3555,7 +3712,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3578,7 +3735,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3598,13 +3755,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3622,11 +3772,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3738,37 +3888,32 @@ msgstr "Общо кол." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Общо:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3784,26 +3929,33 @@ msgstr "Единична цена" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3828,7 +3980,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3842,14 +3994,14 @@ msgstr "Потребители" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3881,22 +4033,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3924,7 +4069,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3932,7 +4077,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3956,7 +4101,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3975,13 +4120,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3997,14 +4142,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4016,7 +4161,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4026,11 +4171,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4038,57 +4190,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4107,31 +4252,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4154,3 +4292,6 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "неизвестен" + +#~ msgid "# of Qty" +#~ msgstr "# от кол." diff --git a/addons/point_of_sale/i18n/bs.po b/addons/point_of_sale/i18n/bs.po index 74b2846178e..1a74c2987ec 100644 --- a/addons/point_of_sale/i18n/bs.po +++ b/addons/point_of_sale/i18n/bs.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# linija" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# kol" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ Transakcije" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -241,6 +236,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -251,6 +253,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -268,7 +282,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -301,15 +315,15 @@ msgstr "Dodaj globalni popust" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Admin oznaka" @@ -348,7 +362,7 @@ msgstr "Uk. iznos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -398,7 +412,7 @@ msgstr "Prosječna Cijena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -420,6 +434,14 @@ msgstr "" msgid "BarCode" msgstr "BarKod" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -431,7 +453,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Barkod čitač" @@ -483,15 +505,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -508,6 +530,13 @@ msgstr "Otkaži" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -515,7 +544,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -570,15 +599,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Za vratiti:" @@ -616,11 +645,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Označite ako proizvod treba vagati (uglavnom se koristi kod interfejsa " -"samostalne naplate)" #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -669,6 +695,13 @@ msgstr "" "Označite ovdje ukoliko želite grupisati stavke dnevnika po proizvodima pri " "zatvaranju smjene." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -696,10 +729,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Odaberite vaš tip računa:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -713,15 +747,15 @@ msgstr "Kliknite za otvaranje sesije" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -738,7 +772,7 @@ msgid "Closed" msgstr "Zatvoreno" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -751,7 +785,7 @@ msgid "Closing Cash Control" msgstr "Kontrola novaca na zaključku" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -889,15 +923,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Greška u konfiguraciji!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -914,6 +948,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -978,7 +1026,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -986,7 +1034,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -996,7 +1043,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Faktura kupca" @@ -1040,7 +1087,7 @@ msgstr "Datumi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Prozor za ispravljanje grešaka" @@ -1057,14 +1104,14 @@ msgstr "Odgoda ovjere" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1083,14 +1130,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1159,15 +1206,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1285,12 +1332,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1350,7 +1405,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1361,20 +1416,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1386,6 +1441,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "Greška: nevažeći EAN kod" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1549,7 +1615,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Hardverski događaji" @@ -1561,7 +1627,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Status hardwera" @@ -1572,8 +1638,6 @@ msgid "Has Cash Control" msgstr "Koristi kontrolu novčanica" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1597,7 +1661,6 @@ msgstr "Koristi kontrolu novčanica" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1647,7 +1710,7 @@ msgid "In Cluster Tomatoes" msgstr "In Cluster Tomatoes" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1655,7 +1718,7 @@ msgid "In Progress" msgstr "U Toku" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1673,18 +1736,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Neispravan EAN" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1880,7 +1940,7 @@ msgstr "Popis gotovinskih kasa" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1892,6 +1952,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1929,7 +1994,7 @@ msgstr "" "forme ili kanban pogledima." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1965,15 +2030,17 @@ msgstr "Moje prodaje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2005,7 +2072,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -2017,20 +2084,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "Nije pronađen nijedan zapis gotovine. Nemogu snimiti povrat novca." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2040,6 +2107,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2067,19 +2141,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2094,6 +2166,13 @@ msgstr "Luk" msgid "Onions / Garlic / Shallots" msgstr "Luk / Češnjak / Poriluk" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2108,7 +2187,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Otvori kasu" @@ -2152,7 +2231,7 @@ msgid "Opening Cashbox Lines" msgstr "Stavke početnog stanja kase" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2204,9 +2283,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2224,6 +2309,7 @@ msgstr "Stavke narudžbe" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2343,7 +2429,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2425,7 +2511,7 @@ msgstr "Pears" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2482,14 +2568,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2521,17 +2609,26 @@ msgid "Plain Water" msgstr "Obična voda" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Molimo definišite konto prihoda za ovaj proizvod \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2598,12 +2695,6 @@ msgstr "Postavke prodajnog mjesta" msgid "Point of Sale Configuration" msgstr "Postavke prodajnog mjesta" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2624,12 +2715,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "POS plaćanje" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2655,6 +2740,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2665,6 +2757,13 @@ msgstr "Knjiži sve narudžbe" msgid "Post POS Journal Entries" msgstr "Knjiži stavke dnevnika POS-a" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2700,7 +2799,7 @@ msgstr "Cjenovnik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Ispis" @@ -2713,7 +2812,7 @@ msgstr "Datum ispisa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2736,7 +2835,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2756,6 +2855,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2766,6 +2871,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2825,7 +2935,7 @@ msgstr "Ponovi ispis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Očitanje sa vage" @@ -2868,7 +2978,7 @@ msgstr "Crveni grejp" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2877,7 +2987,7 @@ msgstr "Referenca" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Preostalo:" @@ -2889,7 +2999,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2907,7 +3017,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3019,7 +3129,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3031,7 +3141,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3044,7 +3154,7 @@ msgstr "Pretraži knjiženja gotovine" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3063,7 +3173,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3074,7 +3184,7 @@ msgid "Select your Point of Sale" msgstr "Odaberite vaše prodajno mjesto" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Odabrane narudžbe nisu iz iste sesije!" @@ -3101,7 +3211,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3147,14 +3257,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Postavi težinu" @@ -3183,14 +3293,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Prodavnica:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3227,18 +3337,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Oprostite, nismo mogli otvoriti sesiju za ovog korisnika." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3367,10 +3470,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3378,7 +3488,7 @@ msgstr "Stringers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3391,7 +3501,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Međuzbroj:" @@ -3423,7 +3533,7 @@ msgstr "Sinkronizirano" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3439,13 +3549,21 @@ msgid "Take Money Out" msgstr "Podigni novac" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Porez" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3456,38 +3574,27 @@ msgstr "Porezi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "POS narudžba mora sadržavati stavke kada pozivate ovu metodu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3508,6 +3615,18 @@ msgstr "" " " " moderniji pretraživač kao" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3520,6 +3639,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Naziv POS sesije mora biti jedinstven!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3555,6 +3681,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3569,7 +3712,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3582,7 +3725,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3596,6 +3739,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3603,7 +3758,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3613,7 +3768,7 @@ msgstr "" "(id:%id)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3638,7 +3793,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3658,13 +3813,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Zahtjev" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3682,11 +3830,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3798,37 +3946,32 @@ msgstr "Uk. količina" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Ukupno:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3846,26 +3989,33 @@ msgstr "Jedinična Cijena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Nepoznati proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3890,7 +4040,7 @@ msgstr "Korisnikov proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3904,14 +4054,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Odobri" @@ -3943,22 +4093,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Vaganje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Dobrodošli" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3988,7 +4131,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3996,7 +4139,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4021,7 +4164,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Nemogu postojati dvije kontrole novca na jednom POS-u" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4046,13 +4189,13 @@ msgstr "" "Backend/ Postavke / Načini plaćanja\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Morate otvoriti barem jednu kasu" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4073,14 +4216,14 @@ msgstr "" "počnete koristiti touch-screen interfejs za prodaju." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Trebate dodijeliti prodajno mjesto za vašu smjenu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4092,7 +4235,7 @@ msgid "Your Session" msgstr "Vaša smjena" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4102,11 +4245,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4114,57 +4264,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "caps lock" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "zatvori" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "greška!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "ne koristi se" @@ -4183,31 +4326,24 @@ msgstr "način plaćanja." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "vrati" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "tab" @@ -4230,3 +4366,29 @@ msgstr "transakcije na pos-u" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "nepoznato" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Dobrodošli" + +#~ msgid "# of Qty" +#~ msgstr "# kol" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Odaberite vaš tip računa:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Zahtjev" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Oprostite, nismo mogli otvoriti sesiju za ovog korisnika." + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Označite ako proizvod treba vagati (uglavnom se koristi kod interfejsa " +#~ "samostalne naplate)" diff --git a/addons/point_of_sale/i18n/ca.po b/addons/point_of_sale/i18n/ca.po index 5741e17c8ba..206a7289bc6 100644 --- a/addons/point_of_sale/i18n/ca.po +++ b/addons/point_of_sale/i18n/ca.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# de línies" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Nº de qtat" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Import total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Preu mitjà" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Línia d'extracte bancari" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Codi de barres" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Cancel·la" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Tanca" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Configuració" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirma" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Client" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Dates" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "Retard validació" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Descripció" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Nota de descompte" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Error" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Error!" msgid "Error: Invalid ean code" msgstr "Error: Codi EAN erroni" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Notes internes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factura" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Les meves vendes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Núm. d'articles" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Acepta" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "Obre registre de caixa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "Ordre" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Línies de venda" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Pagat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Si us plau, indiqueu una empresa per la venda." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "Punt de venda. Estadístiques comandes" msgid "Point of Sale Payment" msgstr "Punt de venda. Pagament" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Tarifa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Data impressió" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimeix rebut" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Producte" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Núm. de producte" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "Reimprimeix" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Cerca extractes d'efectiu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Cerca comanda de venda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Subtotal net" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Impost" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Impostos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impostos:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Qtat. total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Preu unitat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Producte del usuari" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Usuaris" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3998,14 +4143,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4017,7 +4162,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4027,11 +4172,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4039,57 +4191,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4108,31 +4253,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4155,3 +4293,6 @@ msgstr "transacció del TPV" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "desconegut" + +#~ msgid "# of Qty" +#~ msgstr "Nº de qtat" diff --git a/addons/point_of_sale/i18n/cs.po b/addons/point_of_sale/i18n/cs.po index d7ebc0271d0..ee688fa0e87 100644 --- a/addons/point_of_sale/i18n/cs.po +++ b/addons/point_of_sale/i18n/cs.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "poč. řádků" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "množství" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ transakce" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "Citron za 1.54€" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg pomerančů" @@ -241,6 +236,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -251,6 +253,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -268,7 +282,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -301,15 +315,15 @@ msgstr "Přidat globální slevu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Visačka administrátora" @@ -348,7 +362,7 @@ msgstr "Celková částka" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -398,7 +412,7 @@ msgstr "Průměrná cena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -420,6 +434,14 @@ msgstr "Řádek bankovního výpisu" msgid "BarCode" msgstr "Čárový kód" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -431,7 +453,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Čtečka čárových kódů" @@ -483,15 +505,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -508,6 +530,13 @@ msgstr "Storno" msgid "Cancelled" msgstr "Zrušeno" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -515,7 +544,7 @@ msgstr "Mrkev" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -570,15 +599,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Vráceno:" @@ -616,11 +645,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Zaškrtněte, pokud se má výrobek vážit (použito hlavně se samoobslužným " -"rozhraním)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -672,6 +698,13 @@ msgstr "" "Zaškrtněte pokud chcete seskupit položky deníky podle výrobků při uzavírání " "sezení" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -699,10 +732,11 @@ msgstr "Chipsy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Zvolte druh účtenky:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -716,15 +750,15 @@ msgstr "Klikněte pro otevření sezení." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Visačka zákazníka" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zavřít" @@ -741,7 +775,7 @@ msgid "Closed" msgstr "Uzavřena" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -754,7 +788,7 @@ msgid "Closing Cash Control" msgstr "Tržba při uzavření pokladny" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -892,15 +926,15 @@ msgid "Configuration" msgstr "Konfigurace" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Chyba nastavení!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -917,6 +951,20 @@ msgstr "" msgid "Continue Selling" msgstr "Pokračovat v prodeji" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -981,7 +1029,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Vlastní EAN13" @@ -989,7 +1037,6 @@ msgstr "Vlastní EAN13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Zákazník" @@ -999,7 +1046,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Vydaná faktura" @@ -1043,7 +1090,7 @@ msgstr "Data" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Okno ladění" @@ -1060,14 +1107,14 @@ msgstr "Ověření zpoždění" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1086,14 +1133,14 @@ msgstr "Popis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1162,15 +1209,15 @@ msgstr "Poznámka slevy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Sleva:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1288,12 +1335,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Elektronická váha" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1352,7 +1407,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1363,20 +1418,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Chyba! Nelze vytvářet rekursivní kategorie." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1388,6 +1443,17 @@ msgstr "Chyba!" msgid "Error: Invalid ean code" msgstr "Chyba: Neplatný kód EAN" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1551,7 +1617,7 @@ msgstr "Seskupit položky deníku" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Události hardwaru" @@ -1563,7 +1629,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Stav hardwaru" @@ -1574,8 +1640,6 @@ msgid "Has Cash Control" msgstr "Má pokladnu" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1599,7 +1663,6 @@ msgstr "Má pokladnu" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1649,7 +1712,7 @@ msgid "In Cluster Tomatoes" msgstr "Keříková rajčata" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1657,7 +1720,7 @@ msgid "In Progress" msgstr "Probíhá" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Prodej musí být nový nebo stornovaný aby bylo možné jej smazat." @@ -1675,18 +1738,15 @@ msgstr "Vnitřní poznámky" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Neplatný EAN" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Faktura" @@ -1882,7 +1942,7 @@ msgstr "Seznam pokladen" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1894,6 +1954,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1931,7 +1996,7 @@ msgstr "" "některých pohledech kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1967,15 +2032,17 @@ msgstr "Moje prodeje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2007,7 +2074,7 @@ msgstr "Nové sezení" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -2019,13 +2086,13 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2034,7 +2101,7 @@ msgstr "" "vrácenou hotovost." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2044,6 +2111,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Poč. položek" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2071,19 +2145,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "OK" @@ -2098,6 +2170,13 @@ msgstr "Cibule" msgid "Onions / Garlic / Shallots" msgstr "Cibule / česnek / šalotka" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2112,7 +2191,7 @@ msgstr "Otevřít pokladnu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Otevřít pokladnu" @@ -2156,7 +2235,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2208,9 +2287,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Objednávky" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2228,6 +2313,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2347,7 +2433,7 @@ msgstr "Zaplaceno" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Zaplaceno:" @@ -2429,7 +2515,7 @@ msgstr "Hrušky" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2487,14 +2573,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2526,17 +2614,26 @@ msgid "Plain Water" msgstr "Čistá voda" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Prosím nastavte příjmový účet tohoto výrobku: \"%s\" (id: %d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Prosím zadejte partnera pro prodej." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2603,12 +2700,6 @@ msgstr "Nastavení prodejního místa" msgid "Point of Sale Configuration" msgstr "Nastavení prodejního místa" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Ztráta prodejního místa" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2629,12 +2720,6 @@ msgstr "Statistiky objednávek prodejního místa" msgid "Point of Sale Payment" msgstr "Platba na prodejním místě" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "ZIsk prodejního místa" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2660,6 +2745,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2670,6 +2762,13 @@ msgstr "Zadat všechny objednávky" msgid "Post POS Journal Entries" msgstr "Zadat položky deníku prodejního místa" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2705,7 +2804,7 @@ msgstr "Ceník" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Tisk" @@ -2718,7 +2817,7 @@ msgstr "Tisk data" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Tisk účtenky" @@ -2741,7 +2840,7 @@ msgstr "Tisk přes proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2761,6 +2860,12 @@ msgstr "Výrobek" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2771,6 +2876,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2830,7 +2940,7 @@ msgstr "Tisk znovu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Přečíst z váhy" @@ -2873,7 +2983,7 @@ msgstr "Červený grep" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2882,7 +2992,7 @@ msgstr "Číslo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Zbývá:" @@ -2894,7 +3004,7 @@ msgstr "Tisk znovu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Resetovat" @@ -2912,7 +3022,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3024,7 +3134,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3036,7 +3146,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3049,7 +3159,7 @@ msgstr "Vyhledat výpisy hotovosti" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3068,7 +3178,7 @@ msgstr "Vyhledat potvzení objednávky" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3079,7 +3189,7 @@ msgid "Select your Point of Sale" msgstr "Zvolte vaše prodejní místo" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Vybrané objednávky nejsou ze stejného sezení!" @@ -3106,7 +3216,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3152,14 +3262,14 @@ msgstr "Sezení" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Nastavit hmotnost" @@ -3188,14 +3298,14 @@ msgstr "Deaktivovat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Obchod:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3234,18 +3344,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Omlouváme se, nepodařilo se vytvořit sezení tohoto uživatele." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3374,10 +3477,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3385,7 +3495,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3398,7 +3508,7 @@ msgstr "Mezisoučet bez daně" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Mezisoučet:" @@ -3430,7 +3540,7 @@ msgstr "Synchronizované" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3446,13 +3556,21 @@ msgid "Take Money Out" msgstr "Vyndat hotovost" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Daň" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3463,38 +3581,27 @@ msgstr "Daně" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Daně:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3513,6 +3620,18 @@ msgstr "" "Prodejní místo nepodporuje Microsoft Internet Explorer. Prosím použijte\n" " moderní prohlížeč jako je" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3525,6 +3644,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Název sezení tohoto prodejního místa musí být unikátní!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3560,6 +3686,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "Fyzické prodejní místo, které budete používat." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3577,7 +3720,7 @@ msgstr "" "Pokladna." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3590,7 +3733,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3606,6 +3749,18 @@ msgstr "" "Probíhající operace se nepodařilo uložit do databáze, jste si jisti, že " "chcete skončit?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3613,7 +3768,7 @@ msgid "There is no cash register for this PoS Session" msgstr "K tomu sezení není přiřazena žádná pokladna" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3623,7 +3778,7 @@ msgstr "" "\"%s\" (id: %d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Není definován žádný příjmový účet pro provedení platby." @@ -3647,7 +3802,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3667,13 +3822,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Lístek" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3691,11 +3839,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3807,37 +3955,32 @@ msgstr "Celkový počet" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Celkem:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Nemohu zrušit naskladnění." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3854,26 +3997,33 @@ msgstr "Jednotková cena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Neznámý výrobek" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3898,7 +4048,7 @@ msgstr "Výrobky uživatele" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3912,14 +4062,14 @@ msgstr "Uživatelé" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Schválit" @@ -3951,22 +4101,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Vážení" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Vítejte" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "S" @@ -3996,7 +4139,7 @@ msgid "You can define another list of available currencies on the" msgstr "Můžete nadefinovat další seznam dostupných měn v" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4005,7 +4148,7 @@ msgstr "" "Nemůžete změnit partnera objednávky POS pro kterou už byla vytvořena faktura." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4031,7 +4174,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Nemůžete mít u jednoho prodejního místa dvě pokladny!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4056,13 +4199,13 @@ msgstr "" "platby\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Musíte otevřít nejméně jednu pokladnu." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4082,14 +4225,14 @@ msgstr "" " začít prodávat prostřednictvím dotykového rozhraní." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Měli byste ke svému sezení přiřadit prodejní místo." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4101,7 +4244,7 @@ msgid "Your Session" msgstr "Vaše sezení" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4111,11 +4254,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Váš nákupní košík je prázdný" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4123,57 +4273,50 @@ msgstr "Cuketa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "v" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "caps lock" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "zavřít" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "smazat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "sleva" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "chyba!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "nepoužito" @@ -4192,31 +4335,24 @@ msgstr "způsob platby." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "návrat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "shift" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4239,3 +4375,37 @@ msgstr "transakce prodejního místa" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "neznámý" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Vítejte" + +#~ msgid "# of Qty" +#~ msgstr "množství" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Zvolte druh účtenky:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Lístek" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Zaškrtněte, pokud se má výrobek vážit (použito hlavně se samoobslužným " +#~ "rozhraním)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "ZIsk prodejního místa" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Ztráta prodejního místa" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Omlouváme se, nepodařilo se vytvořit sezení tohoto uživatele." diff --git a/addons/point_of_sale/i18n/da.po b/addons/point_of_sale/i18n/da.po index e8ad6f5291b..c633aedcebc 100644 --- a/addons/point_of_sale/i18n/da.po +++ b/addons/point_of_sale/i18n/da.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Gennemsnits pris" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "Stregkode" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Ændre" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Datoer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "I gang" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "Løg" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "Reference" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Moms" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "fejl!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "Ikke brugt" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/de.po b/addons/point_of_sale/i18n/de.po index 12fa99252a7..d211a7a542b 100644 --- a/addons/point_of_sale/i18n/de.po +++ b/addons/point_of_sale/i18n/de.po @@ -7,41 +7,36 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-12 22:18+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-04 12:42+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-13 08:45+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" -msgstr "Anzahl Positionen" - -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# Menge" +msgstr "# Positionen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% discount" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " -msgstr "" +msgstr " " #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_pos_form @@ -60,60 +55,60 @@ msgstr "+ Transaktionen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" -msgstr "" +msgstr "--------------------------------" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" -msgstr "" +msgstr "1,54 € Zitronen" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/xml/pos.xml:277 #, python-format msgid "123.14 €" -msgstr "" +msgstr "123,14 €" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_pickles_250g_product_template msgid "250g Lays Pickels" -msgstr "" +msgstr "250 g Lays Pickels" #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_2l_product_template msgid "2L Evian" -msgstr "" +msgstr "2 l Evian Mineralwasser" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" -msgstr "" +msgstr "3,141kg Orangen" #. module: point_of_sale #: model:product.template,name:point_of_sale.perrier_50cl_product_template msgid "50cl Perrier" -msgstr "" +msgstr "50 cl Perrier Wasser" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/xml/pos.xml:77 #, python-format msgid "" -msgstr "" +msgstr "" #. module: point_of_sale #: model:ir.actions.act_window,help:point_of_sale.product_template_action @@ -167,7 +162,7 @@ msgid "" " " msgstr "" "

    \n" -" Klicken Sie um Zahlungsmethode zu ergänzen.\n" +" Klicken Sie hier, um eine neue Zahlungsmethode zu ergänzen.\n" "

    \n" " Zahlungsmethoden werden durch Journale definiert, die " "optional PoS Zahlungsmethode aktiviert \n" @@ -194,8 +189,8 @@ msgstr "" "

    \n" " Benutzen Sie dieses Menü, um durch die vorherigen Verkäufe " "zu browsen. Um neue Verkäufe\n" -" aufzuzeichnen, sollten Sie jedoch besser das Menü Ihre " -"eigenen Sitzungen für \n" +" aufzuzeichnen, sollten Sie jedoch besser das Menü Meine " +"Tageskasse für \n" " die Touchscreen Eingabe einsetzen. \n" "

    \n" " " @@ -261,8 +256,8 @@ msgstr "" "zur Eröffnung und zum Abschluss\n" " der Kasse den Geldbestand zählen. \n" "

    \n" -" Beachten Sie den Hinweis, dass Sie über das Menü Ihre " -"eigene Sitzung sehr schnell\n" +" Beachten Sie den Hinweis, dass Sie über das Menü Meine " +"Tageskasse sehr schnell\n" " eine eigene Sitzung eröffnen können.\n" "

    \n" " " @@ -272,6 +267,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "= Errechneter Endsaldo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "Ein Kundenname ist erforderlich" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -282,6 +284,19 @@ msgstr "Eine benutzerdefinierte Quittungsfußzeile" msgid "A custom receipt header message" msgstr "Eine benutzerdefinierte Quittungskopfzeile" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" +"Eine Nummernfolge, die bei jeder neuen Kassensitzung automtisch hochzählt." + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "Eine Nummernfolge die automatisch mit hochzählt" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -299,10 +314,10 @@ msgstr "Ein Kurztext der als Kopftext in der Quittung gedruckt wird" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" -msgstr "" +msgstr "ABC" #. module: point_of_sale #: view:website:point_of_sale.report_sessionsummary @@ -332,15 +347,15 @@ msgstr "Füge allg. Rabatt hinzu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "Adresse" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Admin Ausweis" @@ -349,7 +364,7 @@ msgstr "Admin Ausweis" #: model:ir.actions.act_window,name:point_of_sale.action_pos_session #: model:ir.ui.menu,name:point_of_sale.menu_pos_session_all msgid "All Sessions" -msgstr "Alle Sitzungen" +msgstr "Alle Kassensitzungen" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_pos_all_sales_lines @@ -379,7 +394,7 @@ msgstr "Gesamtbetrag" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "Ein anonymer Verkauf kann nicht berechnet werden" @@ -429,7 +444,7 @@ msgstr "Durchschnittspreis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -451,6 +466,14 @@ msgstr "Bankauszug Buchungen" msgid "BarCode" msgstr "Barcode" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Strichcode" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -462,11 +485,11 @@ msgstr "" "Barcode Muster ermöglichen die Erstellung und Integration von Barcode " "Ausdrucken mit Preis- und Mengeninfo.\n" "\n" -"                  Barcode-Muster funktionieren nur mit EAN13." +"Barcode-Muster funktionieren nur mit EAN13." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Barcode Lesegerät" @@ -484,7 +507,7 @@ msgstr "Beeren" #. module: point_of_sale #: model:product.template,name:point_of_sale.belle_vue_kriek_25cl_product_template msgid "Belle-Vue Kriek 25cl" -msgstr "" +msgstr "Belle-Vue Kriek 25 cl" #. module: point_of_sale #: model:pos.category,name:point_of_sale.rouges_noyau_fruits @@ -499,12 +522,12 @@ msgstr "Getränke" #. module: point_of_sale #: model:product.template,name:point_of_sale.raisins_noir_product_template msgid "Black Grapes" -msgstr "" +msgstr "Black Grapes" #. module: point_of_sale #: model:product.template,name:point_of_sale.boni_orange_product_template msgid "Boni Oranges" -msgstr "" +msgstr "Boni Oranges" #. module: point_of_sale #: model:product.template,name:point_of_sale.boon_framboise_37,5cl_product_template @@ -518,15 +541,15 @@ msgstr "Druck via Hardware Proxy anstelle Browser Ausdruck" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" -msgstr "" +msgstr "WECHSELN" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -543,6 +566,13 @@ msgstr "Abbrechen" msgid "Cancelled" msgstr "Storniert" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "Es kann keine Änderung ohne eine Zahlungsmethode erfolgen" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -550,7 +580,7 @@ msgstr "Karotten" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "Barkasse" @@ -601,19 +631,19 @@ msgstr "Kassenschublade" #. module: point_of_sale #: field:pos.config,barcode_cashier:0 msgid "Cashier Barcodes" -msgstr "Kassiererbarcodes" +msgstr "Kassiererbarcode" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "Kunde ändern" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Wechselgeld:" @@ -621,12 +651,12 @@ msgstr "Wechselgeld:" #. module: point_of_sale #: model:product.template,name:point_of_sale.chaudfontaine_1,5l_product_template msgid "Chaudfontaine 1.5l" -msgstr "" +msgstr "Chaudfontaine 1,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.chaudfontaine_33cl_product_template msgid "Chaudfontaine 33cl" -msgstr "" +msgstr "Chaudfontaine 33 cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.chaudfontaine_50cl_product_template @@ -636,12 +666,12 @@ msgstr "Chaudfontaine 50cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.chaudfontaine_petillante_1,5l_product_template msgid "Chaudfontaine Petillante 1.5l" -msgstr "" +msgstr "Chaudfontaine Petillante 1,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.chaudfontaine_petillante_33cl_product_template msgid "Chaudfontaine Petillante 33cl" -msgstr "" +msgstr "Chaudfontaine Petillante 33 cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.chaudfontaine_petillante_50cl_product_template @@ -651,11 +681,10 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Prüfen Sie, ob das Produkt zu wiegen ist (wird hauptsächlich beim Self-" -"Service Checkout Interface benutzt)." +"Aktivieren Sie diese Einstellung, wenn das Produkt an Kassenplätzen gewogen " +"werden soll" #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -667,9 +696,7 @@ msgstr "bisher gibt es keine Übersetzung bisher" msgid "" "Check if, this is a product you can use to put cash into a statement for the " "point of sale backend." -msgstr "" -"Prüfen Sie in der Point Of Sale Verwaltung, ob Sie dieses Produkt für " -"Bargeldeinlagen nutzen können." +msgstr "Prüfen Sie, ob Sie dieses Produkt für Einzahlungen benutzen können." #. module: point_of_sale #: help:product.template,expense_pdt:0 @@ -709,6 +736,13 @@ msgstr "" "Aktivieren Sie diese Option, wenn Sie beim Kassenabschluss die Journal " "Buchungszeilen nach Produkten zusammen fassen möchten." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "Prüfen Sie vor einer erneuten Verbindung Ihr Internet" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -717,7 +751,7 @@ msgstr "Unterkategorien" #. module: point_of_sale #: model:product.template,name:point_of_sale.chimay_bleu_33cl_product_template msgid "Chimay Bleu 33cl" -msgstr "" +msgstr "Chimay Bleu 33 cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.chimay_bleu_75cl_product_template @@ -727,19 +761,20 @@ msgstr "Chimay Bleu 75cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.chimay_rouge_33cl_product_template msgid "Chimay Red 33cl" -msgstr "" +msgstr "Chimay Red 33cl" #. module: point_of_sale #: model:pos.category,name:point_of_sale.chips msgid "Chips" -msgstr "" +msgstr "Chips" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Wählen Sie den Belegtyp:" +msgid "City" +msgstr "Stadt" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -753,15 +788,15 @@ msgstr "Klicken Sie zum Starten einer Sitzung." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Kundenkarte" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Schließen" @@ -769,7 +804,7 @@ msgstr "Schließen" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "Close Session" -msgstr "Beende Sitzung" +msgstr "Sitzung beenden" #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter @@ -778,7 +813,7 @@ msgid "Closed" msgstr "Abgeschlossen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -788,10 +823,10 @@ msgstr "Beendet & Gebucht" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form msgid "Closing Cash Control" -msgstr "Kasse abschließen" +msgstr "Kassenabschluß Prüfung" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -828,7 +863,7 @@ msgstr "Coca-Cola Light 33cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_light_decaf_33cl_product_template msgid "Coca-Cola Light 33cl Decaf" -msgstr "" +msgstr "Coca-Cola Light 33 cl Decaf" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_light_50cl_product_template @@ -853,7 +888,7 @@ msgstr "Coca-Cola Light Lemon 50cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_regular_1l_product_template msgid "Coca-Cola Regular 1L" -msgstr "" +msgstr "Coca-Cola Flasche 1L" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_regular_2l_product_template @@ -878,7 +913,7 @@ msgstr "Coca-Cola Zero 1L" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_zero_2l_product_template msgid "Coca-Cola Zero 2L" -msgstr "" +msgstr "Coca-Cola Zero 2 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_zero_33cl_product_template @@ -888,12 +923,12 @@ msgstr "Coca-Cola Zero 33cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_zero_50cl_product_template msgid "Coca-Cola Zero 50cl" -msgstr "" +msgstr "Coca-Cola Zero 50 cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.coca_zero_decaf_33cl_product_template msgid "Coca-Cola Zero Decaf 33cl" -msgstr "" +msgstr "Coca-Cola Zero Decaf 33 cl" #. module: point_of_sale #: model:pos.category,name:point_of_sale.coke @@ -916,12 +951,12 @@ msgstr "Unternehmen" #. module: point_of_sale #: model:pos.category,name:point_of_sale.computers msgid "Computers" -msgstr "" +msgstr "Computer" #. module: point_of_sale #: model:product.template,name:point_of_sale.poire_conference_product_template msgid "Conference pears" -msgstr "" +msgstr "Konferenz Sitzungsenden" #. module: point_of_sale #: model:ir.ui.menu,name:point_of_sale.menu_point_config_product @@ -929,15 +964,15 @@ msgid "Configuration" msgstr "Konfiguration" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Konfigurationsfehler!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Bestätige" @@ -947,13 +982,27 @@ msgstr "Bestätige" #: code:addons/point_of_sale/static/src/js/models.js:98 #, python-format msgid "Connecting to the PosBox" -msgstr "Verbindung zur PosBox" +msgstr "PosBox verbinden" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form msgid "Continue Selling" msgstr "Verkauf fortsetzen" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "Das Bild konnte nicht gelesen werden" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "Land" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -993,17 +1042,17 @@ msgstr "Erstellungsdatum" #. module: point_of_sale #: model:product.template,name:point_of_sale.croky_bolognaise_250g_product_template msgid "Croky Bolognese 250g" -msgstr "" +msgstr "Croky Bolognese 250 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.croky_naturel_45g_product_template msgid "Croky Natural 45g" -msgstr "" +msgstr "Croky Natural 45 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.croky_paprika_45g_product_template msgid "Croky Paprika 45g" -msgstr "" +msgstr "Croky Paprika 45 g" #. module: point_of_sale #: field:pos.config,currency_id:0 @@ -1018,7 +1067,7 @@ msgstr "Währung" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Benutzerdefinierter EAN13" @@ -1026,17 +1075,16 @@ msgstr "Benutzerdefinierter EAN13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Kunde" #. module: point_of_sale #: field:pos.config,barcode_customer:0 msgid "Customer Barcodes" -msgstr "Kunden Barrcodes" +msgstr "Kundenbarcode" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Ausgangsrechnung" @@ -1044,7 +1092,7 @@ msgstr "Ausgangsrechnung" #. module: point_of_sale #: model:ir.ui.menu,name:point_of_sale.menu_point_of_sale msgid "Daily Operations" -msgstr "Kassiervorgänge" +msgstr "Tagesgeschäft" #. module: point_of_sale #: field:report.transaction.pos,date_create:0 @@ -1080,7 +1128,7 @@ msgstr "Daten" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Fehlerdiagnosefenster" @@ -1097,22 +1145,22 @@ msgstr "Zeit f. Prüfung" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" -msgstr "Lösche alle nicht versendeten Aufträge" +msgstr "Lösche alle nicht übertragenen Verkäufe" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" -msgstr "Lösche alle nicht versendeten Aufträge" +msgstr "Wollen Sie wirklich nicht übertragene Verkäufe löschen ?" #. module: point_of_sale #: selection:pos.config,state:0 msgid "Deprecated" -msgstr "Aufgelassen" +msgstr "Außer Betrieb" #. module: point_of_sale #: view:website:point_of_sale.report_receipt @@ -1123,14 +1171,14 @@ msgstr "Beschreibung" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "Abwahl von ausgewählten Kunden" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "Wollen Sie die letzte Bestellung zerstören ?" @@ -1190,7 +1238,7 @@ msgstr "Rabatt (%)" #. module: point_of_sale #: field:pos.config,barcode_discount:0 msgid "Discount Barcodes" -msgstr "Rabattbarcodes" +msgstr "Rabattbarcode" #. module: point_of_sale #: field:pos.order.line,notice:0 @@ -1199,15 +1247,15 @@ msgstr "Rabatthinweis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Rabatt:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "Rabatte" @@ -1225,7 +1273,7 @@ msgstr "Erledigt" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_margherita_product_template msgid "Dr. Oetker La Margherita" -msgstr "" +msgstr "Dr. Oetker La Margherita" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_bolognese_product_template @@ -1240,17 +1288,17 @@ msgstr "Dr. Oetker Ristorante Funghi" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_hawaii_product_template msgid "Dr. Oetker Ristorante Hawaii" -msgstr "" +msgstr "Dr. Oetker Ristorante Hawaii" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_mozzarella_product_template msgid "Dr. Oetker Ristorante Mozzarella" -msgstr "" +msgstr "Dr. Oetker Ristorante Mozzarella" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_pollo_product_template msgid "Dr. Oetker Ristorante Pollo" -msgstr "" +msgstr "Dr. Oetker Ristorante Pollo" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_prosciutto_product_template @@ -1270,17 +1318,17 @@ msgstr "Dr. Oetker Ristorante Speciale" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_spinaci_product_template msgid "Dr. Oetker Ristorante Spinaci" -msgstr "" +msgstr "Dr. Oetker Ristorante Spinaci" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_tonno_product_template msgid "Dr. Oetker Ristorante Tonno" -msgstr "" +msgstr "Dr. Oetker Ristorante Tonno" #. module: point_of_sale #: model:product.template,name:point_of_sale.oetker_vegetale_product_template msgid "Dr. Oetker Ristorante Vegetable" -msgstr "" +msgstr "Dr. Oetker Ristorante Vegetable" #. module: point_of_sale #: field:res.users,ean13:0 @@ -1314,28 +1362,25 @@ msgid "" msgstr "" "Jede Art von Barcode akzeptiert eine mit Kommas getrennte Liste eines " "Musters. Ein eingescannter \n" -"                                 Barcode wird dabei immer dann automatisch " -"einem Muster zugerechnet, wenn dieses zutrifft. \n" -"                                 Die Muster werden im EAN 13 Format " -"angezeigt. Zahlen im Muster müssen immer\n" -"                                 mit der Zahl des eingescannten Barcode " -"übereinstimmen. Ein 'x' oder ein '*' repräsentiert dabei eine \n" -"                                 beliebige i.d.R. variable Nummer. Wenn ein " -"Muster kürzer ist als ein üblicher EAN13 Barcode, kann \n" -" davon ausgegangen werden, dass es sich " -"dabei um ein Präfix zum Anfang eines Barcodes handelt.\n" -"                                 Gewicht, Preis und Rabatt-Musterteile " -"drücken aus wie das Gewicht, Preis oder Rabatt im Barcode \n" -" verschlüsselt ist. 'N' entspricht der " -"Position eines Barcodes, in der der Ganzzahl-Teil codiert\n" -" wurde,'D' entspricht dem Dezimalstellen-" -"Teil. \n" -"                                 Wenn mehrere Muster bei einem einzigen " -"Barcode zutreffen, wird das längste Muster mit den \n" -" wenigsten \"x\" oder \"*\" als passend " -"ermittelt. Wenn ein Barcode keinem Muster zugeordnet werden \n" -" kann, wird vom POS demnach auch kein Wert " -"ermittelt." +"Barcode wird dabei immer dann automatisch einem Muster zugerechnet, wenn " +"dieses zutrifft. \n" +"Die Muster werden im EAN 13 Format angezeigt. Zahlen im Muster müssen immer\n" +"mit der Zahl des eingescannten Barcode übereinstimmen. Ein 'x' oder ein '*' " +"repräsentiert dabei eine \n" +"beliebige i.d.R. variable Nummer. Wenn ein Muster kürzer ist als ein " +"üblicher EAN13 Barcode, kann \n" +"davon ausgegangen werden, dass es sich dabei um ein Präfix zum Anfang eines " +"Barcodes handelt.\n" +"Gewicht, Preis und Rabatt Angaben drücken aus wie das Gewicht, Preis oder " +"Rabatt im Barcode \n" +"verschlüsselt ist. 'N' entspricht der Position eines Barcodes, in der der " +"Ganzzahl-Teil codiert\n" +"wird,'D' entspricht dem Dezimalstellen-Teil. Wenn mehrere Muster bei einem " +"einzigen Barcode \n" +"zutreffen, wird das längste Muster mit den wenigsten \"x\" oder \"*\" als " +"passend ermittelt. Wenn ein \n" +"Barcode keinem Muster zugeordnet werden kann, wird vom POS demnach auch kein " +"Wert ermittelt." #. module: point_of_sale #: view:pos.ean_wizard:point_of_sale.pos_ean13_generator @@ -1349,11 +1394,19 @@ msgstr "EAN bearbeiten" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" -msgstr "Elektronische Verkäufe" +msgstr "Elektronische Waage" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "E-Mail" #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 @@ -1413,7 +1466,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Fehler" @@ -1424,20 +1477,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Fehler! Rekursive Kategorien sind nicht zulässig" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1449,6 +1502,21 @@ msgstr "Fehler!" msgid "Error: Invalid ean code" msgstr "Fehler: Falscher EAN code" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" +"Fehler: Mindestens ein Point-Of-Sale Benutzer muß dem gleichen Unternehmen " +"angehören, wie der Point-of-Sale selbst. Sie versuchen möglicherweise soeben " +"den Point-of-Sale als admin in einer Multi-Company Umgebung aufzurufen, " +"obwohl der admin beim falschen Unternehmen angemeldet ist." + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1462,7 +1530,7 @@ msgstr "Evian 50cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.chicon_flandria_extra_product_template msgid "Extra Flandria chicory" -msgstr "" +msgstr "Zuckerrüben" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_pos_form @@ -1472,7 +1540,7 @@ msgstr "Weitere Information" #. module: point_of_sale #: model:product.template,name:point_of_sale.fanta_orange_25cl_product_template msgid "Fanta Orange 25cl" -msgstr "" +msgstr "Fanta Orange 0,25 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.fanta_orange_2l_product_template @@ -1492,17 +1560,17 @@ msgstr "Fanta Orange 50cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.fanta_zero_orange_1,5l_product_template msgid "Fanta Orange Zero 1.5L" -msgstr "" +msgstr "Fanta Orange Zero 1,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.fanta_zero_orange_33cl_product_template msgid "Fanta Zero Orange 33cl" -msgstr "" +msgstr "Fanta Zero Orange 0,33 l" #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "Features" -msgstr "" +msgstr "Funktionen" #. module: point_of_sale #: model:product.template,name:point_of_sale.fenouil_fenouil_product_template @@ -1517,7 +1585,7 @@ msgstr "Speisen" #. module: point_of_sale #: help:pos.config,iface_big_scrollbars:0 msgid "For imprecise industrial touchscreens" -msgstr "" +msgstr "Für nicht ausreichend genaue Industrie-Touchscreens" #. module: point_of_sale #: model:pos.category,name:point_of_sale.fruits @@ -1555,8 +1623,9 @@ msgid "" "Generate all sale journal entries for non invoiced orders linked to a closed " "cash register or statement." msgstr "" -"Erzeuge Einträge des Verkaufsjournals für alle nicht fakturierten " -"Bestellungen, die zu einer abgeschlossen Registrierkasse oder Belege gehören." +"Erzeuge Buchungen im Verkaufsjournal für alle nicht abgerechneten Verkäufe, " +"die über eine abgeschlossene Tageskasse oder über einen Bankauszug erstellt " +"wurden." #. module: point_of_sale #: help:pos.category,sequence:0 @@ -1567,7 +1636,7 @@ msgstr "Reihenfolge bei Anzeige einer Liste für Produktkategorien" #. module: point_of_sale #: model:product.template,name:point_of_sale.pomme_golden_perlim_product_template msgid "Golden Apples Perlim" -msgstr "" +msgstr "Äpfel" #. module: point_of_sale #. openerp-web @@ -1584,7 +1653,7 @@ msgstr "Granny Smith Äpfel" #. module: point_of_sale #: model:pos.category,name:point_of_sale.raisins msgid "Grapes" -msgstr "" +msgstr "Weintrauben" #. module: point_of_sale #: model:product.template,name:point_of_sale.poivron_verts_product_template @@ -1594,7 +1663,7 @@ msgstr "Grüner Pfeffer" #. module: point_of_sale #: model:product.template,name:point_of_sale.grisette_cerise_25cl_product_template msgid "Grisette Cherry 25cl" -msgstr "" +msgstr "Grisette Cherry 0,25 l" #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter @@ -1608,11 +1677,11 @@ msgstr "Gruppierung" #. module: point_of_sale #: field:pos.config,group_by:0 msgid "Group Journal Items" -msgstr "Gruppiere Journale Positionen" +msgstr "Buchungen zusammenfassen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Hardware Ereignis" @@ -1624,7 +1693,7 @@ msgstr "Hardware Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Hardware Status" @@ -1635,8 +1704,6 @@ msgid "Has Cash Control" msgstr "Wurde geprüft" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1660,34 +1727,33 @@ msgstr "Wurde geprüft" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "ID" #. module: point_of_sale #: model:product.template,name:point_of_sale.ijsboerke_dame_blanche_2,5l_product_template msgid "IJsboerke 2.5L White Lady" -msgstr "" +msgstr "IJsboerke 2,5 l White Lady" #. module: point_of_sale #: model:product.template,name:point_of_sale.ijsboerke_chocolat_2,5l_product_template msgid "IJsboerke Chocolat 2.5L" -msgstr "" +msgstr "IJsboerke Chocolat 2,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.ijsboerke_moka_2,5l_product_template msgid "IJsboerke Mocha 2.5L" -msgstr "" +msgstr "IJsboerke Mocha 2,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.ijsboerke_stracciatella_2,5l_product_template msgid "IJsboerke Stracciatella 2.5L" -msgstr "" +msgstr "IJsboerke Stracciatella 2,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.ijsboerke_vanille_2,5l_product_template msgid "IJsboerke Vanilla 2.5L" -msgstr "" +msgstr "IJsboerke Vanilla 2,5 l" #. module: point_of_sale #: field:pos.config,proxy_ip:0 @@ -1710,15 +1776,15 @@ msgid "In Cluster Tomatoes" msgstr "Tomatenstrang" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format msgid "In Progress" -msgstr "In Bearbeitung" +msgstr "In Betrieb" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Um einen Verkauf zu löschen muss diese neu oder storniert sein." @@ -1736,18 +1802,15 @@ msgstr "Interner Hinweis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Ungültige EAN" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Rechnung" @@ -1773,7 +1836,7 @@ msgstr "Rechnungen" #. module: point_of_sale #: field:pos.config,iface_invoicing:0 msgid "Invoicing" -msgstr "Rechnung" +msgstr "Rechnungsstellung" #. module: point_of_sale #: model:product.template,name:point_of_sale.pomme_jonagold_product_template @@ -1803,7 +1866,7 @@ msgstr "Journale" #. module: point_of_sale #: model:product.template,name:point_of_sale.jupiler_33cl_product_template msgid "Jupiler 33cl" -msgstr "" +msgstr "Jupiler 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.jupiler_50cl_product_template @@ -1861,18 +1924,18 @@ msgstr "Lays Light Paprika 170g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_naturel_45g_product_template msgid "Lays Natural 45g" -msgstr "" +msgstr "Lays Natural 45 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_light_naturel_170g_product_template #: model:product.template,name:point_of_sale.lays_naturel_170g_product_template msgid "Lays Natural Light 170g" -msgstr "" +msgstr "Lays Natural Light 170 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_naturel_300g_product_template msgid "Lays Natural XXL 300g" -msgstr "" +msgstr "Lays Natural XXL 300 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_paprika_45g_product_template @@ -1882,27 +1945,27 @@ msgstr "Lays Paprika 45g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_paprika_300g_product_template msgid "Lays Paprika XXL 300g" -msgstr "" +msgstr "Lays Paprika XXL 300 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_poivre_sel_oven_150g_product_template msgid "Lays Salt and Pepper Oven Baked 150g" -msgstr "" +msgstr "Lays Salt and Pepper Oven Baked 150 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.poireaux_poireaux_product_template msgid "Leeks" -msgstr "" +msgstr "Schnittlauch" #. module: point_of_sale #: model:product.template,name:point_of_sale.leffe_blonde_33cl_product_template msgid "Leffe Blonde 33cl" -msgstr "" +msgstr "Leffe Blonde 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.leffe_9_33cl_product_template msgid "Leffe Brune \"9\" 33cl" -msgstr "" +msgstr "Leffe Brune \"9\" 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.leffe_brune_33cl_product_template @@ -1912,7 +1975,7 @@ msgstr "Leffe Brune 33cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.citron_product_template msgid "Lemon" -msgstr "" +msgstr "Zitronen" #. module: point_of_sale #: model:product.template,name:point_of_sale.lindemans_kriek_37,5cl_product_template @@ -1922,7 +1985,7 @@ msgstr "Lindemans Kriek 37.5cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.lindemans_pecheresse_37,,5cl_product_template msgid "Lindemans sinful 37.5cl" -msgstr "" +msgstr "Lindemans sinful 0,375 l" #. module: point_of_sale #: field:pos.order.line,name:0 @@ -1932,7 +1995,7 @@ msgstr "Zeile Nr." #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_pos_order_line msgid "Lines of Point of Sale" -msgstr "Auftragspositionen POS" +msgstr "Kassenumsätze" #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_open_statement.py:80 @@ -1943,7 +2006,7 @@ msgstr "Liste der Kassenbücher" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1955,10 +2018,15 @@ msgstr "Wird geladen ..." msgid "Location" msgstr "Ort" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "Login Reihenfolge" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" -msgstr "" +msgstr "Maes 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_50cl_product_template @@ -1992,7 +2060,7 @@ msgstr "" "Formular- oder Kanban Ansichten verwenden." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -2030,15 +2098,17 @@ msgstr "Meine Verkäufe" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "k.A." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2070,7 +2140,7 @@ msgstr "Neue Sitzung" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Nächster Auftrag" @@ -2082,13 +2152,13 @@ msgid "No Cash Register Defined!" msgstr "Es wurde keine Barkasse definiert" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "Es gibt keine Preisliste!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2097,7 +2167,7 @@ msgstr "" "Aufzeichnung einer Geldrückgabe erfolgen." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "Es gibt keine verknüpfte Rechnung für %s, " @@ -2107,6 +2177,13 @@ msgstr "Es gibt keine verknüpfte Rechnung für %s, " msgid "No. Of Articles" msgstr "Anz. der Artikel" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "Keine" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2134,19 +2211,17 @@ msgstr "Odoo POS" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "Offline" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "OK" @@ -2161,6 +2236,13 @@ msgstr "Zwiebeln" msgid "Onions / Garlic / Shallots" msgstr "Zwiebeln / Knoblauch / Kleine Zwiebeln" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "Es werden nur Web-Bildformate wie .png oder .jpeg unterstützt" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2175,7 +2257,7 @@ msgstr "Öffne Barkasse" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Öffnen der Kasse" @@ -2219,12 +2301,12 @@ msgid "Opening Cashbox Lines" msgstr "Kasseneröffnung Positionen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format msgid "Opening Control" -msgstr "Öffnung Kontrolle" +msgstr "Kasseneröffnung Prüfung" #. module: point_of_sale #: field:pos.session,start_at:0 @@ -2246,7 +2328,7 @@ msgstr "Orange" #. module: point_of_sale #: model:product.template,name:point_of_sale.papillon_orange_product_template msgid "Orange Butterfly" -msgstr "" +msgstr "Butterfly Orangen" #. module: point_of_sale #: model:pos.category,name:point_of_sale.oranges @@ -2256,12 +2338,12 @@ msgstr "Orangen" #. module: point_of_sale #: model:product.template,name:point_of_sale.orangina_1,5l_product_template msgid "Orangina 1.5L" -msgstr "" +msgstr "Orangina 1,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.orangina_33cl_product_template msgid "Orangina 33cl" -msgstr "" +msgstr "Orangina 0,33 l" #. module: point_of_sale #. openerp-web @@ -2271,9 +2353,15 @@ msgstr "" msgid "Order" msgstr "Auftrag" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "Verkauf " + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2282,7 +2370,7 @@ msgstr "Auftragsdatum" #. module: point_of_sale #: field:pos.config,sequence_id:0 msgid "Order IDs Sequence" -msgstr "Auftrag Kürzel Nummernfolge" +msgstr "Nummernfolge der Umsätze" #. module: point_of_sale #: field:pos.order,lines:0 @@ -2291,6 +2379,7 @@ msgstr "Auftragszeilen" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "Auftragsdatum" @@ -2316,7 +2405,7 @@ msgstr "Auftragszeilen" #: model:ir.ui.menu,name:point_of_sale.menu_point_ofsale #: field:pos.session,order_ids:0 msgid "Orders" -msgstr "Bestellungen" +msgstr "Kassenumsätze" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_report_pos_order_all @@ -2327,7 +2416,7 @@ msgstr "Statistik Verkäufe" #. module: point_of_sale #: model:product.template,name:point_of_sale.orval_33cl_product_template msgid "Orval 33cl" -msgstr "" +msgstr "Orval 0,33 l" #. module: point_of_sale #: model:pos.category,name:point_of_sale.autres_agrumes @@ -2342,12 +2431,12 @@ msgstr "Anderes frisches Gemüse" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_naturel_oven_150g_product_template msgid "Oven Baked Lays Natural 150g" -msgstr "" +msgstr "Oven Baked Lays Natural 150 g" #. module: point_of_sale #: model:product.template,name:point_of_sale.lays_paprika_oven_150g_product_template msgid "Oven Baked Lays Paprika 150g" -msgstr "" +msgstr "Oven Baked Lays Paprika 150 g" #. module: point_of_sale #: view:report.sales.by.user.pos:point_of_sale.view_report_sales_by_user_pos_form @@ -2400,7 +2489,7 @@ msgstr "POS Auswertung" #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "POS ordered created during current year" -msgstr "Kassa Aufträge des aktuellen Jahres" +msgstr "Diesjährige Kassenumsätze" #. module: point_of_sale #: field:pos.order,amount_paid:0 @@ -2410,7 +2499,7 @@ msgstr "Bezahlt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Bezahlt:" @@ -2451,7 +2540,7 @@ msgstr "Datum Zahlung" #: model:ir.actions.act_window,name:point_of_sale.action_account_journal_form #: model:ir.ui.menu,name:point_of_sale.menu_action_account_journal_form_open msgid "Payment Methods" -msgstr "Zahlungswege" +msgstr "Zahlungsmethoden" #. module: point_of_sale #: field:pos.make.payment,journal_id:0 @@ -2483,7 +2572,7 @@ msgstr "Pfirsich" #. module: point_of_sale #: model:product.template,name:point_of_sale.peche_product_template msgid "Peaches" -msgstr "" +msgstr "Pfirsiche" #. module: point_of_sale #: model:pos.category,name:point_of_sale.poire @@ -2492,7 +2581,7 @@ msgstr "Pfirsiche" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2504,22 +2593,22 @@ msgstr "" #. module: point_of_sale #: model:product.template,name:point_of_sale.pepsi_2l_product_template msgid "Pepsi 2L" -msgstr "" +msgstr "Pepsi 2 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.pepsi_33cl_product_template msgid "Pepsi 33cl" -msgstr "" +msgstr "Pepsi 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.pepsi_max_2l_product_template msgid "Pepsi Max 2L" -msgstr "" +msgstr "Pepsi Max 2 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.pepsi_max_33cl_product_template msgid "Pepsi Max 33cl" -msgstr "" +msgstr "Pepsi Max 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.pepsi_max_50cl_product_template @@ -2552,14 +2641,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "Telefon" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2588,20 +2679,31 @@ msgstr "Pizza" #. module: point_of_sale #: model:pos.category,name:point_of_sale.plain_water msgid "Plain Water" -msgstr "Wasser (natur)" +msgstr "Stilles Wasser" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Weisen Sie ein Ertragskonto für dieses Produkt zu: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Bitte Partner für Verkauf definieren" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" +"Bitte wählen Sie einen Kunden aus. Klicken Sie hierzu einfach auf den " +"Aktenreiter für diesen Verkauf." + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2668,12 +2770,6 @@ msgstr "Point Of Sale Konfiguration" msgid "Point of Sale Configuration" msgstr "Point Of Sale Konfiguration" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Point Of Sale Verlust" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2694,12 +2790,6 @@ msgstr "Auswertungen POS Verkäufe" msgid "Point of Sale Payment" msgstr "Point Of Sale Zahlung" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Point Of Sale Umsatz" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2712,7 +2802,7 @@ msgstr "Point of Sale Sitzung" #: model:ir.ui.menu,name:point_of_sale.menu_pos_config_pos #: view:pos.session:point_of_sale.view_pos_session_search msgid "Point of Sales" -msgstr "Kassenmodul (Verkauf)" +msgstr "Kassenplätze" #. module: point_of_sale #: view:pos.category:point_of_sale.product_pos_category_form_view @@ -2725,15 +2815,29 @@ msgstr "POS Kategorien" msgid "Pos Product Categories" msgstr "POS Produktkategorien" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "PosBox Druckerfehler" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" -msgstr "Verbuche alle Aufträge" +msgstr "Alle Verkäufe buchen" #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_pos_confirm msgid "Post POS Journal Entries" -msgstr "Verbuche POS Buchungen" +msgstr "Alle Kassenumsätze buchen" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "Postleitzahl" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter @@ -2760,7 +2864,7 @@ msgstr "Preis" #. module: point_of_sale #: field:pos.config,barcode_price:0 msgid "Price Barcodes" -msgstr "Preise Barcodes" +msgstr "Preisbarcode" #. module: point_of_sale #: field:pos.config,pricelist_id:0 @@ -2770,7 +2874,7 @@ msgstr "Preisliste" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Drucken" @@ -2783,7 +2887,7 @@ msgstr "Druckdatum" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Drucke Quittung" @@ -2806,7 +2910,7 @@ msgstr "Drucke via Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "Drucker" @@ -2824,7 +2928,13 @@ msgstr "Produkt" #. module: point_of_sale #: field:pos.config,barcode_product:0 msgid "Product Barcodes" -msgstr "Produkte Barcodes" +msgstr "Produktbarcode" + +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "Produktkategorie" #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 @@ -2836,6 +2946,11 @@ msgstr "Produkt Nummer" msgid "Product Product Categories" msgstr "Produktkategorien" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "Produktmenge" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2857,7 +2972,7 @@ msgstr "Öffentliche Kategorie" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form msgid "Put" -msgstr "" +msgstr "Hinein" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_pos_box_in @@ -2895,7 +3010,7 @@ msgstr "Wiederhole Ausdruck" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Lese Wiegeergebnis" @@ -2938,7 +3053,7 @@ msgstr "Rote Pampelmuse" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2947,7 +3062,7 @@ msgstr "Referenz" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Restbetrag:" @@ -2959,7 +3074,7 @@ msgstr "Wiederholung Druck" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Zurück" @@ -2974,10 +3089,10 @@ msgstr "Kassenleitung" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "Resume Session" -msgstr "Sitzungswiederherstellung" +msgstr "Sitzung wiedereröffnen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2986,12 +3101,12 @@ msgstr "Retourelieferung für Produkte" #. module: point_of_sale #: model:product.template,name:point_of_sale.rochefort_8_33cl_product_template msgid "Rochefort \"8\" 33cl" -msgstr "" +msgstr "Rochefort \"8\" 0,33 l" #. module: point_of_sale #: model:pos.category,name:point_of_sale.legumes_racine msgid "Root vegetables" -msgstr "" +msgstr "Karotten" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_report_pos_details @@ -3010,7 +3125,7 @@ msgstr "Verkaufsjournal" #: model:ir.actions.act_window,name:point_of_sale.action_pos_order_line_day #: model:ir.actions.act_window,name:point_of_sale.action_pos_order_line_form msgid "Sale line" -msgstr "Verkauf Positionen" +msgstr "Verkaufsposition" #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_pos_details @@ -3089,10 +3204,10 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" -msgstr "" +msgstr "Skala" #. module: point_of_sale #: field:pos.config,iface_scan_via_proxy:0 @@ -3101,10 +3216,10 @@ msgstr "Via Proxy scannen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" -msgstr "" +msgstr "Scanner" #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter @@ -3114,7 +3229,7 @@ msgstr "Suche Kassenbuch" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "Kunden suchen" @@ -3133,7 +3248,7 @@ msgstr "Suche Verkaufsauftrag" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "Kunden wählen" @@ -3144,7 +3259,7 @@ msgid "Select your Point of Sale" msgstr "Auswahl Ihres Point Of Sale" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Die ausgewählten Aufträge haben nicht die gleiche Sitzung" @@ -3167,14 +3282,14 @@ msgstr "Sequenz" #. module: point_of_sale #: field:pos.order,sequence_number:0 msgid "Sequence Number" -msgstr "" +msgstr "Fortlaufende Nummer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" -msgstr "" +msgstr "Sie wurden bedient von" #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_session_opening.py:64 @@ -3197,12 +3312,12 @@ msgstr "Sitzung Starten" #. module: point_of_sale #: model:ir.actions.report.xml,name:point_of_sale.action_report_pos_session_summary msgid "Session Summary" -msgstr "" +msgstr "Kassenbericht" #. module: point_of_sale #: view:website:point_of_sale.report_sessionsummary msgid "Session Summary:" -msgstr "" +msgstr "Kassenbericht:" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form @@ -3217,14 +3332,14 @@ msgstr "Sitzungen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" -msgstr "" +msgstr "Kunde auswählen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Gewicht eintragen" @@ -3244,7 +3359,7 @@ msgstr "Als Aktiv setzen" #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "Set to Deprecated" -msgstr "Als abgelaufen hinterlegen" +msgstr "Außer Betrieb setzen" #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form @@ -3253,17 +3368,17 @@ msgstr "Als Inaktiv setzen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Shop:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" -msgstr "" +msgstr "Zeige alle nicht gebuchten Verkäufe" #. module: point_of_sale #: field:pos.session.opening,show_config:0 @@ -3275,7 +3390,7 @@ msgstr "Konfiguration anzeigen" #: code:addons/point_of_sale/static/src/xml/pos.xml:83 #, python-format msgid "Skip" -msgstr "" +msgstr "Überspringen" #. module: point_of_sale #: field:pos.category,image_small:0 @@ -3300,23 +3415,15 @@ msgstr "Sprudelhaltiges" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" -"Bedauerlicher Weise kann keine Sitzung für diesen Benutzer erstellt werden." +msgstr "Soda 0,33 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" -msgstr "" +msgstr "Spa Barisart 1,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_33cl_product_template @@ -3326,7 +3433,7 @@ msgstr "Spa Barisart 33cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_50cl_product_template msgid "Spa Barisart 50cl" -msgstr "" +msgstr "Spa Barisart 0,5 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_et_fruit_50cl_product_template @@ -3351,7 +3458,7 @@ msgstr "Spa Reine 33cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_50cl_product_template msgid "Spa Reine 50cl" -msgstr "" +msgstr "Spa Reine 0,5 l" #. module: point_of_sale #: model:pos.category,name:point_of_sale.sparkling_water @@ -3394,7 +3501,7 @@ msgstr "Kassenbericht" #. module: point_of_sale #: view:website:point_of_sale.report_sessionsummary msgid "Statement Details:" -msgstr "" +msgstr "Kassenblatt Details:" #. module: point_of_sale #: view:website:point_of_sale.report_statement @@ -3404,7 +3511,7 @@ msgstr "Kassenbuch" #. module: point_of_sale #: view:website:point_of_sale.report_sessionsummary msgid "Statement Summary" -msgstr "" +msgstr "Kassenbericht" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_pos_form @@ -3441,18 +3548,25 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" -msgstr "" +msgstr "Lagerort" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "Straße" #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" -msgstr "" +msgstr "Limonen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3465,7 +3579,7 @@ msgstr "Zwischensumme mit/ohne Steuer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Zwischensumme:" @@ -3473,7 +3587,7 @@ msgstr "Zwischensumme:" #. module: point_of_sale #: help:pos.session,cash_register_balance_end:0 msgid "Sum of opening balance and transactions." -msgstr "" +msgstr "Summe aus Anfangssaldo und Zahlungen." #. module: point_of_sale #: view:pos.order.line:point_of_sale.view_pos_order_line @@ -3483,12 +3597,12 @@ msgstr "Zwischensummen" #. module: point_of_sale #: view:website:point_of_sale.report_detailsofsales msgid "Summary" -msgstr "Zusammenfassung" +msgstr "Bericht" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form msgid "Summary by Payment Methods" -msgstr "Übersicht nach Zahlungsmethoden" +msgstr "Bericht nach Zahlungsmethoden" #. module: point_of_sale #: selection:report.pos.order,state:0 @@ -3497,15 +3611,15 @@ msgstr "Synchronisiert" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" -msgstr "" +msgstr "GESAMT" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form msgid "Take" -msgstr "" +msgstr "Heraus" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_pos_box_out @@ -3513,13 +3627,21 @@ msgid "Take Money Out" msgstr "Geld entnehmen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Steuern" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "USt-IdNr." + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3530,43 +3652,35 @@ msgstr "Steuern" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Steuern:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" -msgstr "" +msgstr "Tel.:" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "Der POS Auftrag muss zur Ausführung Positionen aufweisen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" " or action associated with the scanned barcode." msgstr "" +"Es konnte am Point-of-Sale weder Produkt, Kunden, Mitarbeiter\n" +" oder eine sonstige verknüpfte Aktion passend zum " +"Barcode gefunden werden." #. module: point_of_sale #. openerp-web @@ -3581,53 +3695,103 @@ msgstr "" "Bitte benutzen Sie einen\n" " modernen Browser wie" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" +"Das Unternehmen im Verkaufsjournal stimmt nicht mit dem Unternehmen am " +"Kassenplatz überein." + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" +"Die zugehörigen Unternehmen von Lagerort und Kassenplatz stimmen nicht " +"überein" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" "The hostname or ip address of the hardware proxy, Will be autodetected if " "left empty" msgstr "" +"Der Host oder die IP Adresse für den Hardware Proxy. Wenn kein Eintrag " +"vorliegt, wird dieser automatisch erkannt." #. module: point_of_sale #: sql_constraint:pos.session:0 msgid "The name of this POS Session must be unique !" -msgstr "Die Bezeichnung der POS Sitzung muss eindeutig sein." +msgstr "Die Bezeichnung der Kassensitzung muss eindeutig sein." + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "Der Verkaufsauftrag konnte nicht gesendet werden" #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" msgstr "" +"Dieses Merkmal identifiziert ein Produkt mit einem hinterlegten Rabatt" #. module: point_of_sale #: help:pos.config,barcode_price:0 msgid "The pattern that identifies a product with a barcode encoded price" msgstr "" +"Dieses Merkmal identifiziert ein Produkt mit einem hinterlegten Rabatt" #. module: point_of_sale #: help:pos.config,barcode_weight:0 msgid "The pattern that identifies a product with a barcode encoded weight" msgstr "" +"Dieses Merkmal identifiziert, daß für dieses Produkt die Menge zu wiegen ist." #. module: point_of_sale #: help:pos.config,barcode_cashier:0 msgid "The pattern that identifies cashier login barcodes" -msgstr "" +msgstr "Dieses Merkmal identifiziert den Kassierer" #. module: point_of_sale #: help:pos.config,barcode_customer:0 msgid "The pattern that identifies customer's client card barcodes" -msgstr "" +msgstr "Dieses Merkmal identifiziert Kundenbarcodes" #. module: point_of_sale #: help:pos.config,barcode_product:0 msgid "The pattern that identifies product barcodes" -msgstr "" +msgstr "Dieses Merkmal identifiziert Produktbarcodes" #. module: point_of_sale #: help:pos.session,config_id:0 msgid "The physical point of sale you will use." msgstr "Der physikalische Point Of Sale" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" +"Die Datei konnte aufgrund eines unbekannten Fehlers nicht gelesen werden" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" +"Die Quittung konnte nicht gedruckt werden. Die Software auf der POSBOX ist " +"möglicherweise nicht aktuell. Bitte prüfen Sie die die POSBOX " +"Installationshinweise oder die Betriebsanleitung bevor Sie den Support " +"verständigen" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3640,28 +3804,29 @@ msgid "" "payments. We suggest you to control the opening balance of each register, " "using their CashBox tab." msgstr "" -"Das System wird alle Registrierkassen öffnen, damit Sie Zahlungen erfassen " -"können. Es ist empfehlenswert die Eröffnungsbilanzen aller Registerkassen " -"mit dem Reiter Kassenlade zu überprüfen." +"Das System wird alle Kassenplätze öffnen, damit Sie Zahlungen erfassen " +"können. Es ist empfehlenswert , bei der täglichen Kasseneröffnung den " +"Kassenbestand zu Beginn der Arbeit zu prüfen." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " msgstr "" +"Der Journaltyp für die Zahlungsmethode sollte entweder Bank oder Kasse sein " #. module: point_of_sale #: field:pos.session,cash_register_balance_end:0 msgid "Theoretical Closing Balance" -msgstr "" +msgstr "Errechneter Endsaldo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" -msgstr "" +msgstr "Es gibt keine noch nicht übertragenen Verkäufe" #. module: point_of_sale #. openerp-web @@ -3675,6 +3840,23 @@ msgstr "" "konnten.\r\n" "Wollen Sie treotzdem beenden." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" +"Es wurde noch keine Zahlungsmethode für diesen Kassenplatz angelegt, die es " +"ermöglicht Bargeld herauszugeben.\n" +"\n" +" Bitte zahlen Sie deshalb den Betrag passend ein, oder definieren Sie eine " +"entsprechende Zahlungsmethode." + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3682,7 +3864,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Es existiert keine Kasse für diese PoS Session" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3692,7 +3874,7 @@ msgstr "" "(id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3722,12 +3904,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " "storage. You will lose all the data. This operation cannot be undone." msgstr "" +"Dieser Vorgang wird alle nicht übertragenen Verkäufe aus dem lokalen " +"Speicher löschen. Sie verlieren dabei die Daten und können den Vorgang nicht " +"mehr zurücknehmen." #. module: point_of_sale #: help:pos.config,sequence_id:0 @@ -3735,19 +3920,15 @@ msgid "" "This sequence is automatically created by Odoo but you can change it to " "customize the reference numbers of your orders." msgstr "" +"Die Nummernfolge wird zwar durch Odoo automatisch vergeben, kann aber " +"angepasst werden." #. module: point_of_sale #: help:product.template,pos_categ_id:0 msgid "" "Those categories are used to group similar products for point of sale." msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Beleg" +"Diese Kategorien werden zur Gruppierung vergleichbarer Produkte genutzt." #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template @@ -3757,7 +3938,7 @@ msgstr "Timmermans Faro 37.5cl" #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_geuze_37,5cl_product_template msgid "Timmermans Geuze 37.5cl" -msgstr "" +msgstr "Timmermans Geuze 0,375 l" #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_kriek_37,5cl_product_template @@ -3766,16 +3947,18 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" -msgstr "" +msgid "To Weigh With Scale" +msgstr "Mit Waage zu wiegen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " "register the refund." msgstr "" +"Bei einem Umtausch, müssen Sie zur Durchführung einer Rückzahlung eine " +"Kassensitzung eröffnen." #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search @@ -3785,12 +3968,12 @@ msgstr "Heute" #. module: point_of_sale #: model:ir.actions.report.xml,name:point_of_sale.pos_payment_report msgid "Today's Payment" -msgstr "" +msgstr "Tagesumsatz" #. module: point_of_sale #: view:website:point_of_sale.report_payment msgid "Today's Payments" -msgstr "" +msgstr "Tagesumsätze" #. module: point_of_sale #: model:pos.category,name:point_of_sale.tomates @@ -3833,12 +4016,12 @@ msgstr "Summe Transaktion" #. module: point_of_sale #: view:website:point_of_sale.report_sessionsummary msgid "Total Transactions" -msgstr "" +msgstr "Gesamtumsatz" #. module: point_of_sale #: view:website:point_of_sale.report_saleslines msgid "Total Without Taxes" -msgstr "" +msgstr "Nettoumsatz" #. module: point_of_sale #: view:website:point_of_sale.report_detailsofsales @@ -3853,17 +4036,17 @@ msgstr "Summe berechnet" #. module: point_of_sale #: help:pos.session,cash_register_total_entry_encoding:0 msgid "Total of all paid sale orders" -msgstr "" +msgstr "Gesamtumsatz aller Verkäufe" #. module: point_of_sale #: help:pos.session,cash_register_balance_end_real:0 msgid "Total of closing cash control lines." -msgstr "" +msgstr "Der abgestimmte Endsaldo der Kassenprüfung" #. module: point_of_sale #: help:pos.session,cash_register_balance_start:0 msgid "Total of opening cash control lines." -msgstr "" +msgstr "Der Anfangssaldo bei der Kassenprüfung." #. module: point_of_sale #: view:website:point_of_sale.report_detailsofsales @@ -3882,37 +4065,32 @@ msgstr "Gesamt Menge" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Summe:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Handel Debitoren" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" -msgstr "" +msgstr "Es kann nicht gelöscht werden!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Lieferung nicht löschbar!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3930,25 +4108,32 @@ msgstr "Preis pro Einheit" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" -msgstr "" +msgstr "Unbekannter Barcode" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Unbekanntes Produkt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" -msgstr "" +msgstr "Noch nicht übertragene Verkäufe" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "Nicht unterstütztes Dateiformat" #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search @@ -3974,7 +4159,7 @@ msgstr "Produkte des Benutzers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3988,14 +4173,14 @@ msgstr "Benutzer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" -msgstr "" +msgstr "Ust-IDNr." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Bestätigen" @@ -4013,7 +4198,7 @@ msgstr "Abschluss Quittieren & Buchen" #. module: point_of_sale #: field:pos.config,iface_vkeyboard:0 msgid "Virtual KeyBoard" -msgstr "" +msgstr "Virtuelle Tastatur" #. module: point_of_sale #: model:pos.category,name:point_of_sale.water @@ -4023,29 +4208,22 @@ msgstr "Wasser" #. module: point_of_sale #: field:pos.config,barcode_weight:0 msgid "Weight Barcodes" -msgstr "" +msgstr "Gewichtbarcode" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" -msgstr "Abwiegen" +msgstr "Wiegen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Herzlich Willkommen" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" -msgstr "" +msgstr "mit" #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search @@ -4073,7 +4251,7 @@ msgid "You can define another list of available currencies on the" msgstr "Sie können eine andere Liste mit verfügbaren Währungen verwenden" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4083,14 +4261,14 @@ msgstr "" "erstellt worden ist, nicht ändern." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " "'paid' status" msgstr "" -"Sie können nicht alle Aufträge dieser Sitzung bestätigen, weil Sie dann den " -"nicht \"bezahlt\" Status hinterlegen." +"Sie können nicht sämtliche Umsätze dieser Kassensitzung buchen, da es noch " +"nicht bezahlte Positionen gibt." #. module: point_of_sale #: constraint:pos.session:0 @@ -4113,12 +4291,15 @@ msgstr "" "Sie können kein weiteres Kartenlesegerät an einem Point Of Sale einsetzen." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " "Please first close this one to use this point of sale." msgstr "" +"Sie dürfen nicht die Kassensitzung anderer Benutzer öffnen. Diese Sitzung " +"wurde eröffnet von %s . Zur weiteren Benutzung muss diese Sitzung zuerst " +"beendet werden." #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_open_statement.py:49 @@ -4139,13 +4320,13 @@ msgstr "" "erstellen." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Sie sollten mindestens eine Kasse eröffnen." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4166,98 +4347,101 @@ msgstr "" "können." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Sie müssen einen Point Of Sale für Ihre Sitzung auswählen." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" -msgstr "" +msgstr "Sie werden alle Daten für diesen Verkauf verlieren." #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_pos_session_opening #: model:ir.ui.menu,name:point_of_sale.menu_pos_session_opening msgid "Your Session" -msgstr "Ihre eigene Sitzung" +msgstr "Meine Tageskasse" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " "(%.2f), the maximum allowed is: %.2f. You can contact your manager to force " "it." msgstr "" +"Der tatsächliche Saldo weicht zu stark vom errechneten Endsaldo ab (%.2f), " +"die maximal erlaubte Abweichung ist: %.2f. Bitte kontaktieren Sie Ihren " +"Abteilungsleiter." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Ihr Warenkorb ist leer" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "PLZ" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" -msgstr "" +msgstr "Zucchini" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "am" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "Feststelltaste" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "Schließen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "löschen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "Rabatt" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "Fehler!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "nicht genutzt" @@ -4276,31 +4460,24 @@ msgstr "Zahlungsmethode" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "zurück" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "Aktenreiter" @@ -4323,3 +4500,38 @@ msgstr "Transaktionen für das POS" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "unbekannt" + +#~ msgid "# of Qty" +#~ msgstr "# Menge" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Herzlich Willkommen" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Wählen Sie den Belegtyp:" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Prüfen Sie, ob das Produkt zu wiegen ist (wird hauptsächlich beim Self-" +#~ "Service Checkout Interface benutzt)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Point Of Sale Umsatz" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Point Of Sale Verlust" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Beleg" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "" +#~ "Bedauerlicher Weise kann keine Sitzung für diesen Benutzer erstellt werden." diff --git a/addons/point_of_sale/i18n/el.po b/addons/point_of_sale/i18n/el.po index 3292c9798d4..1f071f93b7a 100644 --- a/addons/point_of_sale/i18n/el.po +++ b/addons/point_of_sale/i18n/el.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Σύνολο ποσού" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Γραμμογράφηση" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Άκυρο" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Κλείσιμο" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Ρύθμιση" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Επιβεβαίωση" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Περιγραφή" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Σφάλμα" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Τιμολόγιο" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Αριθμός Άρθρων" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Γραμμές Παραγγελίας" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Πληρωμένο" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Παρακαλώ καθορίστε έναν συνεργάτη για πώληση." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Τιμοκατάλογος" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Ημερομηνία Εκτύπωσης" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Προϊόν" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Φόρος" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Φόροι" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Φόροι:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Σύνολο ποσ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Σύνολο:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Τιμή Μονάδας" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/es.po b/addons/point_of_sale/i18n/es.po index e543a4fa7d0..11e7ce7bae9 100644 --- a/addons/point_of_sale/i18n/es.po +++ b/addons/point_of_sale/i18n/es.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-27 20:43+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 01:33+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Nº de líneas" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Nº de ctdad" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% descuento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ Transacciones" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "--------------------------------" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "Limón 1.54 €" @@ -90,7 +85,7 @@ msgstr "Evian 2 l" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "Naranjas 3.141 kg" @@ -255,6 +250,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "= Saldo teórico de cierre" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "Se requiere el nombre de cliente" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -265,6 +267,20 @@ msgstr "Cabecera personalizada del recibo" msgid "A custom receipt header message" msgstr "Pie personalizado del recibo" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" +"Un número de secuencia que se incrementa cada vez que un usuario reanuda la " +"sesión de TPV" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "Un número de secuencia que se incrementa con cada pedido" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -282,7 +298,7 @@ msgstr "Un texto corto que se insertará como cabecera en el recibo impreso" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -315,15 +331,15 @@ msgstr "Añadir un descuento global" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "Dirección" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Chapa de identificación" @@ -362,7 +378,7 @@ msgstr "Importe total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "Un pedido anónimo no puede ser facturado" @@ -412,7 +428,7 @@ msgstr "Precio promedio" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -434,6 +450,14 @@ msgstr "Línea extracto bancario" msgid "BarCode" msgstr "Código de barras" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Código de barras" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -448,7 +472,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Lector de códigos de barras" @@ -500,15 +524,15 @@ msgstr "Saltar impresión del navegador e imprimir vía el proxy hardware" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "CAMBIO" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -525,6 +549,13 @@ msgstr "Cancelar" msgid "Cancelled" msgstr "Cancelado" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "No se puede devolver cambio sin un método de pago de caja" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -532,7 +563,7 @@ msgstr "Zanahorias" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "Efectivo" @@ -587,15 +618,15 @@ msgstr "Códigos de barras del cajero" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "Cambiar cliente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Cambio:" @@ -633,11 +664,10 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Marque esta casilla si el producto puede ser pesado (utilizado " -"principalmente con interfaces de auto-pago)." +"Marque si el producto debe ser pesado usando la integración hardware de la " +"balanza" #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -691,6 +721,13 @@ msgstr "" "Marque esta casilla si quiere agrupar los apuntes contable por producto en " "el cierre de sesión." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "Compruebe su conexión a Internet e inténtelo de nuevo." + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -718,10 +755,11 @@ msgstr "Patatas fritas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Elija su tipo de recibo:" +msgid "City" +msgstr "Ciudad" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -735,15 +773,15 @@ msgstr "Pulse para comenzar una sesión." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Chapa de cliente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Cerrar" @@ -760,7 +798,7 @@ msgid "Closed" msgstr "Cierre" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -773,7 +811,7 @@ msgid "Closing Cash Control" msgstr "Control de cierre de caja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -911,15 +949,15 @@ msgid "Configuration" msgstr "Configuración" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "¡Error de configuración!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -936,6 +974,20 @@ msgstr "Conectando al PosBox" msgid "Continue Selling" msgstr "Continuar venta" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "No se puede leer la imagen" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "País" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -1000,7 +1052,7 @@ msgstr "Moneda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "EAN13 personalizado" @@ -1008,7 +1060,6 @@ msgstr "EAN13 personalizado" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -1018,7 +1069,7 @@ msgid "Customer Barcodes" msgstr "Códigos de barras de clientes" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Factura de cliente" @@ -1062,7 +1113,7 @@ msgstr "Fechas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Ventana de depuración" @@ -1079,14 +1130,14 @@ msgstr "Retraso validación" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "Eliminar todos los pedidos no enviados" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "¿Eliminar pedidos no enviados?" @@ -1105,14 +1156,14 @@ msgstr "Descripción" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "Deseleccionar cliente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "¿Eliminar pedido actual?" @@ -1182,15 +1233,15 @@ msgstr "Nota de descuento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Descuento:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "Descuentos" @@ -1329,12 +1380,20 @@ msgstr "Editar EAN/GTIN" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Balanza electrónica" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "Correo electrónico" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1394,7 +1453,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Error" @@ -1405,20 +1464,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "¡Error! No puede crear categorías recursivas" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1430,6 +1489,21 @@ msgstr "¡Error!" msgid "Error: Invalid ean code" msgstr "Error: Código EAN no válido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" +"Error: El usuario del TPV debe pertenecer a la misma compañía que el TPV. " +"Probablemente está intentando cargar el TPV como administrador en un entorno " +"multi-compañía, con la cuenta de administrador establecida en la compañía " +"equivocada." + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1595,7 +1669,7 @@ msgstr "Agrupar apuntes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Eventos de hardware" @@ -1607,7 +1681,7 @@ msgstr "Proxy hardware" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Estado del hardware" @@ -1618,8 +1692,6 @@ msgid "Has Cash Control" msgstr "Tiene control de caja" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1643,7 +1715,6 @@ msgstr "Tiene control de caja" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -1693,7 +1764,7 @@ msgid "In Cluster Tomatoes" msgstr "Tomates en racimo" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1701,7 +1772,7 @@ msgid "In Progress" msgstr "En proceso" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Para eliminar una venta, ésta debe ser nueva o cancelada" @@ -1719,18 +1790,15 @@ msgstr "Notas internas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "EAN no válido" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factura" @@ -1926,7 +1994,7 @@ msgstr "Lista de cajas registradoras" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1938,6 +2006,11 @@ msgstr "Cargando" msgid "Location" msgstr "Ubicación" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "Nº de secuencia de ingreso" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1975,7 +2048,7 @@ msgstr "" "formulario o en algunas vistas kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -2013,15 +2086,17 @@ msgstr "Mis ventas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "N/A" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2053,7 +2128,7 @@ msgstr "Nueva sesión" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Siguiente pedido" @@ -2065,13 +2140,13 @@ msgid "No Cash Register Defined!" msgstr "No se ha definido ningún registro de caja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "Sin tarifa" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2080,7 +2155,7 @@ msgstr "" "registrar el efectivo devuelto." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "Sin enlace a una factura para %s, " @@ -2090,6 +2165,13 @@ msgstr "Sin enlace a una factura para %s, " msgid "No. Of Articles" msgstr "Núm. de artículos" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "Ninguno" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2117,19 +2199,17 @@ msgstr "TPV de Odoo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "Desconectado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2144,6 +2224,13 @@ msgstr "Cebollas" msgid "Onions / Garlic / Shallots" msgstr "Cebollas / Ajo / Chalotes" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "Sólo se soportan formatos compatibles web como .png o .jpeg" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2158,7 +2245,7 @@ msgstr "Abrir registro de caja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Abrir caja" @@ -2202,7 +2289,7 @@ msgid "Opening Cashbox Lines" msgstr "Líneas de apertura de caja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2254,9 +2341,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Pedido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "Pedido " + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2274,6 +2367,7 @@ msgstr "Líneas de venta" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "Mes del pedido" @@ -2393,7 +2487,7 @@ msgstr "Pagado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Pagado:" @@ -2475,7 +2569,7 @@ msgstr "Peras" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2536,14 +2630,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "Teléfono" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Teléfono:" @@ -2575,18 +2671,29 @@ msgid "Plain Water" msgstr "Agua corriente" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Defina por favor la cuenta de ingresos para este producto:\"%s\"(id: %id)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Por favor indique una empresa para la venta." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" +"Seleccione un cliente para este pedido. Puede hacerse pulsando en la pestaña " +"del pedido" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2653,12 +2760,6 @@ msgstr "Configuración del TPV" msgid "Point of Sale Configuration" msgstr "Configuración del TPV" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Pérdidas del TPV" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2679,12 +2780,6 @@ msgstr "Punto de venta. Estadísticas pedidos" msgid "Point of Sale Payment" msgstr "Punto de venta. Pago" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Ganancias del TPV" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2710,6 +2805,13 @@ msgstr "Categorías TPV" msgid "Pos Product Categories" msgstr "Categorías de producto para el TPV" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "Error de impresión del PosBox" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2720,6 +2822,13 @@ msgstr "Contabilizar todos los pedidos" msgid "Post POS Journal Entries" msgstr "Contabilizar asientos del TPV" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "Código postal" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2755,7 +2864,7 @@ msgstr "Tarifa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Imprimir" @@ -2768,7 +2877,7 @@ msgstr "Fecha impresión" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimir recibo" @@ -2791,7 +2900,7 @@ msgstr "Imprimir vía proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "Impresora" @@ -2811,6 +2920,12 @@ msgstr "Producto" msgid "Product Barcodes" msgstr "Códigos de barras de productos" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "Categoría de producto" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2821,6 +2936,11 @@ msgstr "Nº de producto" msgid "Product Product Categories" msgstr "Categorías del producto" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "Cantidad del producto" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2880,7 +3000,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Leer balanza" @@ -2923,7 +3043,7 @@ msgstr "Pomelo rojo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2932,7 +3052,7 @@ msgstr "Referencia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Restante:" @@ -2944,7 +3064,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Restablecer" @@ -2962,7 +3082,7 @@ msgid "Resume Session" msgstr "Reanudar sesión" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3074,7 +3194,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "Balanza" @@ -3086,7 +3206,7 @@ msgstr "Escanear vía proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "Escáner" @@ -3099,7 +3219,7 @@ msgstr "Buscar extractos de efectivo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "Buscar clientes" @@ -3118,7 +3238,7 @@ msgstr "Buscar pedido de venta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "Seleccionar cliente" @@ -3129,7 +3249,7 @@ msgid "Select your Point of Sale" msgstr "Seleccione su TPV" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "¡Los pedidos seleccionados no tienen la misma sesión!" @@ -3156,7 +3276,7 @@ msgstr "Número de secuencia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "Servido por" @@ -3202,14 +3322,14 @@ msgstr "Sesiones" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "Establecer cliente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Establecer peso" @@ -3238,14 +3358,14 @@ msgstr "Establecer a interino" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Tienda:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "Mostrar todos los pedidos no enviados" @@ -3285,18 +3405,11 @@ msgstr "Refresco" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33 cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Lo siento, no se puede crear una sesión para este usuario." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3425,10 +3538,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "Ubicación de existencias" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "Calle" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3436,7 +3556,7 @@ msgstr "Largueros" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3449,7 +3569,7 @@ msgstr "Subtotal neto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotal:" @@ -3481,7 +3601,7 @@ msgstr "Sincronizado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "TOTAL" @@ -3497,13 +3617,21 @@ msgid "Take Money Out" msgstr "Sacar dinero" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Impuesto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "NIF" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3514,41 +3642,27 @@ msgstr "Impuestos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impuestos:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "Tel:" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" -"El pedido no se ha podido enviar al servidor para la facturación. Las " -"facturas no se pueden generar en modo desconectado. Compruebe por favor su " -"conexión a Internet y vuelva a intentarlo." - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "La orden TPV debe tener líneas cuando llama a este método" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3569,6 +3683,19 @@ msgstr "" "El TPV no está soportado por Microsoft Internet Explorer. Use por favor un " "navegador moderno como" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "La compañía del diario de ventas es diferente que la del TPV" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" +"La compañía de la ubicación de existencias es diferente que la del TPV" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3583,6 +3710,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "El nombre de esta sesión de TPV debe ser único." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "No se puede enviar el pedido" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3628,6 +3762,26 @@ msgstr "El patrón que identifica los producto con el código de barras" msgid "The physical point of sale you will use." msgstr "El TPV físico que utilizará." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "El archivo provisto no se puede leer debido a un error desconocido" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" +"No se puede imprimir el recibo. El software instalado en el PosBox " +"probablemente esté desfasado. Diríjase a las instrucciones del manual de " +"PosBox o contacte con el soporte al cliente." + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3645,7 +3799,7 @@ msgstr "" "registro, usando su pestaña Caja." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3658,7 +3812,7 @@ msgstr "Saldo de cierre teórico" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "No hay pedidos sin enviar" @@ -3674,6 +3828,23 @@ msgstr "" "Hay operaciones pendientes que podrían no ser almacenadas en la base de " "datos, ¿estás seguro de que quieres salir?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" +"No hay ningún método de pago de caja disponible en este TPV para manejar el " +"cambio.\n" +"\n" +"Pague el importe exacto o añada un método de pago de caja en la " +"configuración del TPV" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3681,7 +3852,7 @@ msgid "There is no cash register for this PoS Session" msgstr "No hay caja registradora para esta sesión de TPV" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3691,7 +3862,7 @@ msgstr "" "empresa: \"%s\" (id: %d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "No hay cuenta a cobrar definida para hacer el pago." @@ -3720,7 +3891,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3746,13 +3917,6 @@ msgid "" msgstr "" "Estas categorías se usan para agrupar productos similares para el TPV." -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Ticket" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3770,11 +3934,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" -msgstr "Para pesar" +msgid "To Weigh With Scale" +msgstr "Para pesar con balanza" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3888,37 +4052,32 @@ msgstr "Ctd. total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Créditos por ventas" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "Tipo" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "Imposible borrar" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Imposible cancelar el albarán te entrada." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3936,26 +4095,33 @@ msgstr "Precio unidad" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "Código de barras desconocido" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Producto desconocido" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "Pedidos no enviados" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "Formato de archivo no soportado" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3980,7 +4146,7 @@ msgstr "Producto del usuario" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3994,14 +4160,14 @@ msgstr "Usuarios" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "NIF:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Validar" @@ -4033,22 +4199,15 @@ msgstr "Código de barras de peso" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Pesando" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Bienvenido/a" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Con un/una" @@ -4078,7 +4237,7 @@ msgid "You can define another list of available currencies on the" msgstr "Puede definir otra lista de monedas disponibles en" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4088,7 +4247,7 @@ msgstr "" "factura." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4114,7 +4273,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "No puede tener dos controles de caja en un Punto de Venta !" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4140,13 +4299,13 @@ msgstr "" "directamente desde el menú \"Backend TPV / Configuración / Métodos de pago\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Tiene que abrir al menos una caja." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4166,14 +4325,14 @@ msgstr "" "comenzar a vender a través del interfaz de pantalla táctil." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Debe asignar un TPV a su sesión." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "Perderá todos los datos asociados con el pedido actual" @@ -4185,7 +4344,7 @@ msgid "Your Session" msgstr "Su sesión" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4197,11 +4356,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Su carro de la compra está vacío" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "C.P." + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4209,57 +4375,50 @@ msgstr "Zucchini" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "en" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "bloqueo mayúsculas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "cerrar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "eliminar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "descuento" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "correo electrónico" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "¡Error!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "no usado" @@ -4278,31 +4437,24 @@ msgstr "método de pago." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "teléfono" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "devolver" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "mayúscula" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "pestaña" @@ -4325,3 +4477,37 @@ msgstr "transacción del TPV" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "desconocido" + +#~ msgid "# of Qty" +#~ msgstr "Nº de ctdad" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Bienvenido/a" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Elija su tipo de recibo:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Ticket" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Marque esta casilla si el producto puede ser pesado (utilizado " +#~ "principalmente con interfaces de auto-pago)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Ganancias del TPV" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Pérdidas del TPV" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Lo siento, no se puede crear una sesión para este usuario." diff --git a/addons/point_of_sale/i18n/es_AR.po b/addons/point_of_sale/i18n/es_AR.po index defafdc0d34..716ea53d6f3 100644 --- a/addons/point_of_sale/i18n/es_AR.po +++ b/addons/point_of_sale/i18n/es_AR.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# de Líneas" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# de Cantidad" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% descuento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ Transacciones" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "Limón 1.54 €" @@ -90,7 +85,7 @@ msgstr "Evian 2L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "Naranjas 3.141 kg" @@ -243,6 +238,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -253,6 +255,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -270,7 +284,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -303,15 +317,15 @@ msgstr "Añadir un Descuento Global" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Chapa de Admin" @@ -350,7 +364,7 @@ msgstr "Importe total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -400,7 +414,7 @@ msgstr "Precio Promedio" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -422,6 +436,14 @@ msgstr "Línea de Extracto Bancario" msgid "BarCode" msgstr "Código de Barras" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Código de Barras" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -433,7 +455,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Lector de Códigos de barras" @@ -485,15 +507,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -510,6 +532,13 @@ msgstr "Cancelar" msgid "Cancelled" msgstr "Cancelado" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -517,7 +546,7 @@ msgstr "Zanahorias" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -572,15 +601,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Cambio:" @@ -618,11 +647,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Marque si el producto puede ser pesado (utilizado principalmente con " -"interfaces de auto-pago)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -673,6 +699,13 @@ msgstr "" "Marque esto si quiere agrupar los Apuntes Contables por Producto en el " "cierre de Sesión." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -700,10 +733,11 @@ msgstr "Patatas Fritas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Elija su tipo de recibo:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -717,15 +751,15 @@ msgstr "Clic para comenzar una sesión." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Chapa de Cliente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Cerrar" @@ -742,7 +776,7 @@ msgid "Closed" msgstr "Cerrado" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -755,7 +789,7 @@ msgid "Closing Cash Control" msgstr "Control de Cierre de Caja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -893,15 +927,15 @@ msgid "Configuration" msgstr "Configuración" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "¡Error de Configuración!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -918,6 +952,20 @@ msgstr "" msgid "Continue Selling" msgstr "Continuar Vendiendo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -982,7 +1030,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Ean13 Personalizado" @@ -990,7 +1038,6 @@ msgstr "Ean13 Personalizado" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -1000,7 +1047,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Factura de Cliente" @@ -1044,7 +1091,7 @@ msgstr "Fechas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Ventana de Depuración" @@ -1061,14 +1108,14 @@ msgstr "Retraso de Validación" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1087,14 +1134,14 @@ msgstr "Descripción" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1163,15 +1210,15 @@ msgstr "Noticia de Descuento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Descuento:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1289,12 +1336,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Balanza Electrónica" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1353,7 +1408,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Error" @@ -1364,20 +1419,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "¡Error! No puede crear categorías recursivas" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1389,6 +1444,17 @@ msgstr "¡Error!" msgid "Error: Invalid ean code" msgstr "Error: Código ean invalido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1554,7 +1620,7 @@ msgstr "Agrupar Asientos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Eventos de Hardware" @@ -1566,7 +1632,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Estado del Hardware" @@ -1577,8 +1643,6 @@ msgid "Has Cash Control" msgstr "Tiene Control de Caja" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1602,7 +1666,6 @@ msgstr "Tiene Control de Caja" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1652,7 +1715,7 @@ msgid "In Cluster Tomatoes" msgstr "Tomates En Racimo" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1660,7 +1723,7 @@ msgid "In Progress" msgstr "En Progreso" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Para eliminar una venta, ésta debe ser nueva o cancelada" @@ -1678,18 +1741,15 @@ msgstr "Notas Internas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Ean Inválido" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factura" @@ -1885,7 +1945,7 @@ msgstr "Lista de Cajas Registradoras" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1897,6 +1957,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1934,7 +1999,7 @@ msgstr "" "formulario o en algunas vistas kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1970,15 +2035,17 @@ msgstr "Mis ventas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2010,7 +2077,7 @@ msgstr "Nueva Sesión" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -2022,13 +2089,13 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2037,7 +2104,7 @@ msgstr "" "registrar el efectivo devuelto." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2047,6 +2114,13 @@ msgstr "" msgid "No. Of Articles" msgstr "No. de Artículo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2074,19 +2148,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2101,6 +2173,13 @@ msgstr "Cebollas" msgid "Onions / Garlic / Shallots" msgstr "Cebollas / Ajo / Chalotes" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2115,7 +2194,7 @@ msgstr "Abrir Registro de Caja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Abrir Caja" @@ -2159,7 +2238,7 @@ msgid "Opening Cashbox Lines" msgstr "Líneas de Apertura de Caja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2211,9 +2290,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Pedido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2231,6 +2316,7 @@ msgstr "Líneas de venta" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2350,7 +2436,7 @@ msgstr "Pagado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Pagado:" @@ -2432,7 +2518,7 @@ msgstr "Peras" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2491,14 +2577,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Teléfono:" @@ -2530,18 +2618,27 @@ msgid "Plain Water" msgstr "Agua Corriente" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Por favor defina la cuenta de ingresos para este producto: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Please provide a partner for the sale." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2608,12 +2705,6 @@ msgstr "Configuración del Punto de Venta" msgid "Point of Sale Configuration" msgstr "Configuración del Punto de Venta" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Pérdidas del Punto de Venta" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2634,12 +2725,6 @@ msgstr "Estadísticas de Pedido de Punto de Venta" msgid "Point of Sale Payment" msgstr "Pago de Punto de Venta" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Ganancias del Punto de Venta" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2665,6 +2750,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2675,6 +2767,13 @@ msgstr "Publicar Todos los Pedidos" msgid "Post POS Journal Entries" msgstr "Publicar Asientos del Punto de Venta" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2710,7 +2809,7 @@ msgstr "Lista de Precios" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2723,7 +2822,7 @@ msgstr "Fecha de Impresión" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimir Recibo" @@ -2746,7 +2845,7 @@ msgstr "Imprimir vía Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2766,6 +2865,12 @@ msgstr "Producto" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2776,6 +2881,11 @@ msgstr "Nº de Producto" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2835,7 +2945,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Leer Escala de Pesaje" @@ -2878,7 +2988,7 @@ msgstr "Pomelo rojo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2887,7 +2997,7 @@ msgstr "Referencia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Restante:" @@ -2899,7 +3009,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Resetear" @@ -2917,7 +3027,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3029,7 +3139,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3041,7 +3151,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3054,7 +3164,7 @@ msgstr "Buscar Extractos de Efectivo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3073,7 +3183,7 @@ msgstr "Buscar Pedido de Ventas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3084,7 +3194,7 @@ msgid "Select your Point of Sale" msgstr "Seleccione su Punto de Venta" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "¡Los pedidos seleccionados no tienen la misma sesión!" @@ -3111,7 +3221,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3157,14 +3267,14 @@ msgstr "Sesiones" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Establecer Peso" @@ -3193,14 +3303,14 @@ msgstr "Establecer a Inactivo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Tienda:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3240,18 +3350,11 @@ msgstr "Refresco" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33 cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Lo siento, no se puede crear una sesión para este usuario." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3380,10 +3483,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3391,7 +3501,7 @@ msgstr "Largueros" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3404,7 +3514,7 @@ msgstr "Impuesto Subtotal neto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3436,7 +3546,7 @@ msgstr "Sincronizado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3452,13 +3562,21 @@ msgid "Take Money Out" msgstr "Sacar Dinero" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Impuesto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3469,38 +3587,27 @@ msgstr "Impuestos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impuestos:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3520,6 +3627,18 @@ msgstr "" "favor\n" " un navegador moderno como" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3532,6 +3651,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "El nombre de esta Sesión de Punto de Venta debe ser único." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3567,6 +3693,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "El punto de venta físico que utilizará." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3584,7 +3727,7 @@ msgstr "" "registro, usando su pestaña Caja." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3597,7 +3740,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3613,6 +3756,18 @@ msgstr "" "Hay operaciones pendientes que podrían no ser almacenadas en la base de " "datos, ¿estás seguro de que quieres salir?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3620,7 +3775,7 @@ msgid "There is no cash register for this PoS Session" msgstr "No hay caja registradora para esta Sesión de Punto de Venta" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3630,7 +3785,7 @@ msgstr "" "empresa: \"%s\" (id: %d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "No hay cuenta a cobrar definida para hacer el pago." @@ -3655,7 +3810,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3675,13 +3830,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Ticket" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3699,11 +3847,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3815,37 +3963,32 @@ msgstr "Ctd. total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Gestionar Cobranzas" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Imposible cancelar el remito." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3863,26 +4006,33 @@ msgstr "Precio Unitario" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Producto Desconocido" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3907,7 +4057,7 @@ msgstr "Producto del Usuario" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3921,14 +4071,14 @@ msgstr "Usuarios" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3960,22 +4110,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Pesando" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Bienvenido/a" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Con un/una" @@ -4005,7 +4148,7 @@ msgid "You can define another list of available currencies on the" msgstr "Puede definir otra lista de monedas disponibles en" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4013,7 +4156,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4040,7 +4183,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "¡No puede tener dos controles de caja en un Punto de Venta!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4065,13 +4208,13 @@ msgstr "" "\"Backend Punto de Venta / Configuración / Métodos de Pago\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Tiene que abrir al menos una caja." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4092,14 +4235,14 @@ msgstr "" "pantalla táctil." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Debe asignar un Punto de Venta a su sesión." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4111,7 +4254,7 @@ msgid "Your Session" msgstr "Su Sesión" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4121,11 +4264,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Su carro de compra está vacío" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4133,57 +4283,50 @@ msgstr "Zuquini" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "en" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "bloqueo mayúsculas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "cerrar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "eliminar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "descuento" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "¡Error!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "no usado" @@ -4202,31 +4345,24 @@ msgstr "método de pago." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "devolver" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "shift" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "pestaña" @@ -4249,3 +4385,37 @@ msgstr "transaction para el pdv" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "desconocido" + +#~ msgid "# of Qty" +#~ msgstr "# de Cantidad" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Bienvenido/a" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Elija su tipo de recibo:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Ticket" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Marque si el producto puede ser pesado (utilizado principalmente con " +#~ "interfaces de auto-pago)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Ganancias del Punto de Venta" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Pérdidas del Punto de Venta" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Lo siento, no se puede crear una sesión para este usuario." diff --git a/addons/point_of_sale/i18n/es_BO.po b/addons/point_of_sale/i18n/es_BO.po index 3a63b160d1a..b9e8606e702 100644 --- a/addons/point_of_sale/i18n/es_BO.po +++ b/addons/point_of_sale/i18n/es_BO.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Bolivia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -224,6 +219,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -234,6 +236,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -251,7 +265,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -284,15 +298,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -331,7 +345,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -381,7 +395,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -403,6 +417,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -414,7 +436,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -466,15 +488,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -491,6 +513,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -498,7 +527,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -553,15 +582,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -599,8 +628,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -650,6 +678,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -677,9 +712,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -694,15 +730,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -719,7 +755,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -732,7 +768,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -870,15 +906,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -895,6 +931,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -959,7 +1009,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -967,7 +1017,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -977,7 +1026,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -1021,7 +1070,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1064,14 +1113,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1140,15 +1189,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1266,12 +1315,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1328,7 +1385,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1339,20 +1396,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1364,6 +1421,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1525,7 +1593,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1537,7 +1605,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1548,8 +1616,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1573,7 +1639,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1623,7 +1688,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1631,7 +1696,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1649,18 +1714,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1856,7 +1918,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1868,6 +1930,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1902,7 +1969,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1938,15 +2005,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1978,7 +2047,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1990,20 +2059,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2013,6 +2082,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2040,19 +2116,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2067,6 +2141,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2081,7 +2162,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2125,7 +2206,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2177,9 +2258,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2197,6 +2284,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2316,7 +2404,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2398,7 +2486,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2455,14 +2543,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2494,17 +2584,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2571,12 +2670,6 @@ msgstr "Configuración del PdV" msgid "Point of Sale Configuration" msgstr "Configuración del PdV" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Pérdidas del PdV" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2597,12 +2690,6 @@ msgstr "Punto de venta. Estadísticas pedidos" msgid "Point of Sale Payment" msgstr "Pago Punto de Venta" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Ganancias del PdV" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2628,6 +2715,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2638,6 +2732,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2673,7 +2774,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2686,7 +2787,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2709,7 +2810,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2729,6 +2830,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2739,6 +2846,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2798,7 +2910,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2841,7 +2953,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2850,7 +2962,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2862,7 +2974,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2880,7 +2992,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2992,7 +3104,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3004,7 +3116,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3017,7 +3129,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3036,7 +3148,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3047,7 +3159,7 @@ msgid "Select your Point of Sale" msgstr "Seleccione su PdV" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3074,7 +3186,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3120,14 +3232,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3156,14 +3268,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3200,18 +3312,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3340,10 +3445,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3351,7 +3463,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3364,7 +3476,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3396,7 +3508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3412,13 +3524,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3429,38 +3549,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3479,6 +3588,18 @@ msgstr "" "El PdV no está soportado por Microsoft Internet Explorer. Use por favor un " "navegador moderno como" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3491,6 +3612,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3526,6 +3654,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "El PdV físico que utilizará." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3540,7 +3685,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3553,7 +3698,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3567,6 +3712,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3574,7 +3731,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3582,7 +3739,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3605,7 +3762,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3625,13 +3782,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3649,11 +3799,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3765,37 +3915,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3813,26 +3958,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3857,7 +4009,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3871,14 +4023,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3910,22 +4062,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3953,7 +4098,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3961,7 +4106,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3985,7 +4130,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4009,13 +4154,13 @@ msgstr "" "directamente desde el menú \"Backend PdV / Configuración / Métodos de pago\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4031,14 +4176,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Debe asignar un PdV a su sesión." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4050,7 +4195,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4060,11 +4205,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4072,57 +4224,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4141,31 +4286,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4188,3 +4326,11 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Ganancias del PdV" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Pérdidas del PdV" diff --git a/addons/point_of_sale/i18n/es_CR.po b/addons/point_of_sale/i18n/es_CR.po index dd91a77bb52..761c446f406 100644 --- a/addons/point_of_sale/i18n/es_CR.po +++ b/addons/point_of_sale/i18n/es_CR.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Nº de líneas" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Nº de ctdad" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "Agregar un descuento global" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Importe total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Precio promedio" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Línea extracto bancario" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Código de barras" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Cancelar" msgid "Cancelled" msgstr "Cancelado" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Cambio:" @@ -580,8 +609,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -626,6 +654,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -653,9 +688,10 @@ msgstr "Papas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -670,15 +706,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Cerrar" @@ -695,7 +731,7 @@ msgid "Closed" msgstr "Cerrado" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -708,7 +744,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -846,15 +882,15 @@ msgid "Configuration" msgstr "Configuración" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -871,6 +907,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -935,7 +985,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -943,7 +993,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -953,7 +1002,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Factura de cliente" @@ -997,7 +1046,7 @@ msgstr "Fechas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1014,14 +1063,14 @@ msgstr "Retraso validación" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1040,14 +1089,14 @@ msgstr "Descripción" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1116,15 +1165,15 @@ msgstr "Nota de descuento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1242,12 +1291,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1304,7 +1361,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Error" @@ -1315,20 +1372,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "¡Error! No puede crear categorías recursivas" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1340,6 +1397,17 @@ msgstr "¡Error!" msgid "Error: Invalid ean code" msgstr "Error: Código EAN no válido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1505,7 +1573,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1517,7 +1585,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1528,8 +1596,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1553,7 +1619,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1603,7 +1668,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1611,7 +1676,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Con el fin de eliminar una venta, debe ser nuevo o cancelado." @@ -1629,18 +1694,15 @@ msgstr "Notas internas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factura" @@ -1836,7 +1898,7 @@ msgstr "Lista de las cajas registradoras" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1848,6 +1910,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1882,7 +1949,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1918,15 +1985,17 @@ msgstr "Mis ventas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1958,7 +2027,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Orden Siguiente" @@ -1970,20 +2039,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1993,6 +2062,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Núm. de artículos" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2020,19 +2096,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2047,6 +2121,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2061,7 +2142,7 @@ msgstr "Abrir registro de caja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2105,7 +2186,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2157,9 +2238,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Orden" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2177,6 +2264,7 @@ msgstr "Líneas de venta" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2296,7 +2384,7 @@ msgstr "Pagado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Pagado:" @@ -2378,7 +2466,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2435,14 +2523,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Teléfono:" @@ -2474,17 +2564,26 @@ msgid "Plain Water" msgstr "Agua pura" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Por favor indique una empresa para la venta." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2551,12 +2650,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2577,12 +2670,6 @@ msgstr "Punto de venta. Estadísticas pedidos" msgid "Point of Sale Payment" msgstr "Punto de venta. Pago" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2608,6 +2695,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2618,6 +2712,13 @@ msgstr "Publicar todos los pedidos" msgid "Post POS Journal Entries" msgstr "Mensaje POS entradas de diario" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2653,7 +2754,7 @@ msgstr "Tarifa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Imprimir" @@ -2666,7 +2767,7 @@ msgstr "Fecha impresión" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimir recibo" @@ -2689,7 +2790,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2709,6 +2810,12 @@ msgstr "Producto" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2719,6 +2826,11 @@ msgstr "Nº de producto" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2778,7 +2890,7 @@ msgstr "Re-Imprima" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2821,7 +2933,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2830,7 +2942,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2842,7 +2954,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2860,7 +2972,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2972,7 +3084,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2984,7 +3096,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2997,7 +3109,7 @@ msgstr "Buscar extractos de efectivo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3016,7 +3128,7 @@ msgstr "Buscar pedido de venta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3027,7 +3139,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3054,7 +3166,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3100,14 +3212,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3136,14 +3248,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Tienda:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3180,18 +3292,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3320,10 +3425,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3331,7 +3443,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3344,7 +3456,7 @@ msgstr "Subtotal neto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotal:" @@ -3376,7 +3488,7 @@ msgstr "Sincronizado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3392,13 +3504,21 @@ msgid "Take Money Out" msgstr "Sacar dinero" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Impuesto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3409,38 +3529,27 @@ msgstr "Impuestos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impuestos:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3457,6 +3566,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3469,6 +3590,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3504,6 +3632,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3521,7 +3666,7 @@ msgstr "" "de apertura de cada registro, el uso de su ficha de caja." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3534,7 +3679,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3550,6 +3695,18 @@ msgstr "" "¿Hay operaciones pendientes que no pudieron ser guardados en la base de " "datos, ¿está usted seguro de que quieres salir?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3557,7 +3714,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3565,7 +3722,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3588,7 +3745,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3608,13 +3765,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3632,11 +3782,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3748,37 +3898,32 @@ msgstr "Ctd. total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "No se puede cancelar la recolección." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3794,26 +3939,33 @@ msgstr "Precio unidad" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3838,7 +3990,7 @@ msgstr "Producto del usuario" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3852,14 +4004,14 @@ msgstr "Usuarios" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Validar" @@ -3891,22 +4043,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3934,7 +4079,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3942,7 +4087,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3966,7 +4111,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3985,13 +4130,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4009,14 +4154,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4028,7 +4173,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4038,11 +4183,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4050,57 +4202,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4119,31 +4264,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4166,3 +4304,6 @@ msgstr "transacción del TPV" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "desconocido" + +#~ msgid "# of Qty" +#~ msgstr "Nº de ctdad" diff --git a/addons/point_of_sale/i18n/es_EC.po b/addons/point_of_sale/i18n/es_EC.po index e0e93c057f4..82d7878be16 100644 --- a/addons/point_of_sale/i18n/es_EC.po +++ b/addons/point_of_sale/i18n/es_EC.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# of Lines" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# de Cant" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Importe total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Average Price" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Detalle de estado de cuenta" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Codigo de Barras" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Cancelar" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Close" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Configuración" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirm" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Dates" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "Retraso en validacion" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Description" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Discount Notice" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Error" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Error!" msgid "Error: Invalid ean code" msgstr "Error: Código EAN erróneo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Internal Notes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factura" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Mis ventas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "No. Of Articles" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "Abrir registro de caja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Líneas de venta" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Pagado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Please provide a partner for the sale." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "Point of Sale Orders Statistics" msgid "Point of Sale Payment" msgstr "Pago de punto de venta" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Lista de precios" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Print Date" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Print Receipt" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Producto" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Producto Nb." msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Buscar Manejos de Caja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Search Sales Order" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Subtotal w/o Tax" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Impuesto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Impuestos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impuestos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Ctd. total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Unit Price" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "User's Product" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Usuarios" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3998,14 +4143,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4017,7 +4162,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4027,11 +4172,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4039,57 +4191,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4108,31 +4253,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4155,3 +4293,6 @@ msgstr "transacción del TPV" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "unknown" + +#~ msgid "# of Qty" +#~ msgstr "# de Cant" diff --git a/addons/point_of_sale/i18n/et.po b/addons/point_of_sale/i18n/et.po index be3b8a65983..5a87586881c 100644 --- a/addons/point_of_sale/i18n/et.po +++ b/addons/point_of_sale/i18n/et.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Kogus" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Kogusumma" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Keskmine hind" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Ribakood" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Tühista" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Sulge" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Seadistus" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Kinnita" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Kuupäevad" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Kirjeldus" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Viga" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "Viga: vigane EAN kood" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Arve" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Minu müügid" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Artiklite arv" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Orderi read" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Tasutud" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Palun lisa müügipartnerit" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Hinnakiri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Trükkimise kuupäev" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Toode" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Vahesumma maksudeta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Vahesumma:" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Maks" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Maksud" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Maksud:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Üldkogus" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Kokku:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Ühiku hind" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Kasutajad" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "teadmata" + +#~ msgid "# of Qty" +#~ msgstr "Kogus" diff --git a/addons/point_of_sale/i18n/fi.po b/addons/point_of_sale/i18n/fi.po index 8f88adbafaf..7a03691d193 100644 --- a/addons/point_of_sale/i18n/fi.po +++ b/addons/point_of_sale/i18n/fi.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Rivien lukumäärä" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Määrä" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Summa yhteensä" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Keskimääräinen hinta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Pankin tiliotteen rivi" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Viivakoodi" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Peruuta" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Sulje" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Konfiguraatio" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Hyväksy" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Asiakas" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Päivämäärät" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "Lykkää tarkistusta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Kuvaus" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Alennuksen huomautus" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Virhe" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Virhe!" msgid "Error: Invalid ean code" msgstr "Virhe: Väärä EAN-koodi" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Sisäiset muistiinpanot" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Lasku" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Omat Myynnit" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Tuotteiden määrä" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "OK" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "Avaa kassakone" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Tilausrivit" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Maksettu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Anna kumppani myyntiä varten." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "Myyntipisteen tilastot" msgid "Point of Sale Payment" msgstr "Myyntipisteen maksu" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Hinnasto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Tulostuspäivämäärä" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Tulosta kuitti" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Tuote" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Tärkeä tuotetieto" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "Viite" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "Tulosta uudelleen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Etsi käteiskirjanpitoa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Hae myyntitilausta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Alasumma ilman veroa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Vero" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Verot" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Verot:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Lukumäärä yht." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Yhteensä:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Yksikköhinta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Käyttäjän tuote" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Käyttäjät" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Punnitus" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3998,14 +4143,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4017,7 +4162,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4027,11 +4172,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4039,57 +4191,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "ei käytetä" @@ -4108,31 +4253,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4155,3 +4293,6 @@ msgstr "Kassapäätteen tapahtuma" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "tuntematon" + +#~ msgid "# of Qty" +#~ msgstr "Määrä" diff --git a/addons/point_of_sale/i18n/fr.po b/addons/point_of_sale/i18n/fr.po index 1145a84728d..9c80b06a13f 100644 --- a/addons/point_of_sale/i18n/fr.po +++ b/addons/point_of_sale/i18n/fr.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Nb. de lignes" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Nb. de qté." - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "Citron à 1.54€" @@ -90,7 +85,7 @@ msgstr "Evian 2L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg d'oranges" @@ -230,6 +225,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -240,6 +242,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -257,7 +271,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -291,15 +305,15 @@ msgstr "Ajouter une remise globale" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -338,7 +352,7 @@ msgstr "Montant total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -388,7 +402,7 @@ msgstr "Prix moyen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -410,6 +424,14 @@ msgstr "Ligne de relevé bancaire" msgid "BarCode" msgstr "Code-barres" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Code Barre" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -421,7 +443,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Lecteur de code-barres" @@ -473,15 +495,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -498,6 +520,13 @@ msgstr "Annuler" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -505,7 +534,7 @@ msgstr "Carottes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -560,15 +589,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Rendu :" @@ -606,11 +635,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Cochez si le produit doit être pesé (principalement utilisé avec l'interface " -"\"Libre service\")." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -657,6 +683,13 @@ msgstr "" "Coché si vous voulez regrouper les éléments du journal par article lors de " "la fermeture d'une session." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -684,10 +717,11 @@ msgstr "Frites" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Sélectionnez votre type de reçu :" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -701,15 +735,15 @@ msgstr "Cliquez pour démarrer une session." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Carte client" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Fermer" @@ -726,7 +760,7 @@ msgid "Closed" msgstr "Fermé" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -739,7 +773,7 @@ msgid "Closing Cash Control" msgstr "Contrôle de fermeture de caisse" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -877,15 +911,15 @@ msgid "Configuration" msgstr "Configuration" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Erreur de paramétrage !" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmer" @@ -902,6 +936,20 @@ msgstr "" msgid "Continue Selling" msgstr "Continuer la vente" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -966,7 +1014,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -974,7 +1022,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Client" @@ -984,7 +1031,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Facture client" @@ -1028,7 +1075,7 @@ msgstr "Dates" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Fenêtre de débogage" @@ -1045,14 +1092,14 @@ msgstr "Delai de validation" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1071,14 +1118,14 @@ msgstr "Description" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1147,15 +1194,15 @@ msgstr "Note de remise" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Réduction :" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1273,12 +1320,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Balance électronique" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1337,7 +1392,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Erreur" @@ -1348,20 +1403,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Erreur! Vous ne pouvez pas créer de catégories récursives" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1373,6 +1428,17 @@ msgstr "Erreur !" msgid "Error: Invalid ean code" msgstr "Erreur : code EAN incorrect" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1538,7 +1604,7 @@ msgstr "Regrouper les éléments du journal" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Évènements matériels" @@ -1550,7 +1616,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "État du matériel" @@ -1561,8 +1627,6 @@ msgid "Has Cash Control" msgstr "A un contrôle de caisse" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1586,7 +1650,6 @@ msgstr "A un contrôle de caisse" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1636,7 +1699,7 @@ msgid "In Cluster Tomatoes" msgstr "Tomates grappe" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1644,7 +1707,7 @@ msgid "In Progress" msgstr "En cours" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1664,18 +1727,15 @@ msgstr "Note interne" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Code EAN incorrect" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Facture" @@ -1871,7 +1931,7 @@ msgstr "Liste des caisses" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1883,6 +1943,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1920,7 +1985,7 @@ msgstr "" "Utilisez ce champ dans les vues formulaires, ou certaines vues Kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1956,15 +2021,17 @@ msgstr "Mes ventes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1996,7 +2063,7 @@ msgstr "Nouvelle session" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Commande suivante" @@ -2008,20 +2075,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2031,6 +2098,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Nb. d'articles" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2058,19 +2132,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2085,6 +2157,13 @@ msgstr "Oignons" msgid "Onions / Garlic / Shallots" msgstr "Oignons / ail / échalotes" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2099,7 +2178,7 @@ msgstr "Ouvrir la caisse" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Ouvrir la caisse" @@ -2143,7 +2222,7 @@ msgid "Opening Cashbox Lines" msgstr "Lignes d'ouverture de caisse" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2195,9 +2274,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Commande" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2215,6 +2300,7 @@ msgstr "Lignes de la commande" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2334,7 +2420,7 @@ msgstr "Payé" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Payé :" @@ -2416,7 +2502,7 @@ msgstr "Poires" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2473,14 +2559,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Téléphone :" @@ -2512,18 +2600,27 @@ msgid "Plain Water" msgstr "Eau plate" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Veuillez définir un compte de revenu pour cet article : \"%s\" (id. : %d)" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Veuiller renseigner un client" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2590,12 +2687,6 @@ msgstr "Configuration du point de vente" msgid "Point of Sale Configuration" msgstr "Paramétrage du point de vente" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Pertes du point de vente" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2616,12 +2707,6 @@ msgstr "Statistiques des commandes du point de vente" msgid "Point of Sale Payment" msgstr "Paiement du ticket" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Gains du point de vente" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2647,6 +2732,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2657,6 +2749,13 @@ msgstr "Transférer tous les paniers" msgid "Post POS Journal Entries" msgstr "Passer les écritures comptables du PdV" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2692,7 +2791,7 @@ msgstr "Liste de prix" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Imprimer" @@ -2705,7 +2804,7 @@ msgstr "Date d'impression" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimer le ticket" @@ -2728,7 +2827,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2748,6 +2847,12 @@ msgstr "Article" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2758,6 +2863,11 @@ msgstr "N° article" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2817,7 +2927,7 @@ msgstr "Réimprimer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Lecture de la balance" @@ -2860,7 +2970,7 @@ msgstr "Pamplemousse rouge" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2869,7 +2979,7 @@ msgstr "Référence" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Reste :" @@ -2881,7 +2991,7 @@ msgstr "Réimprimer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Réinitialiser" @@ -2899,7 +3009,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3011,7 +3121,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3023,7 +3133,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3036,7 +3146,7 @@ msgstr "Chercher les relevés de caisse" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3055,7 +3165,7 @@ msgstr "Recherche de bon de commande" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3066,7 +3176,7 @@ msgid "Select your Point of Sale" msgstr "Sélectionnez votre point de vente" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Les commandes sélectionnées n'ont pas la même session !" @@ -3093,7 +3203,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3139,14 +3249,14 @@ msgstr "Sessions" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Définir le poids" @@ -3175,14 +3285,14 @@ msgstr "Rendre inactif" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Magasin:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3219,18 +3329,11 @@ msgstr "Gazeux" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Désolé, nous ne pouvons pas créer de session pour cet utilisateur." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3359,10 +3462,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3370,7 +3480,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3383,7 +3493,7 @@ msgstr "Sous-total hors taxes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Sous-total :" @@ -3415,7 +3525,7 @@ msgstr "Synchronisé" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3431,13 +3541,21 @@ msgid "Take Money Out" msgstr "Retirer de l'argent" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "T.V.A." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3448,31 +3566,20 @@ msgstr "Taxes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Taxes :" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" @@ -3480,7 +3587,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3499,6 +3606,18 @@ msgstr "" "Le point de vente ne fonctionne pas avec Microsoft Internet Explorer. Merci " "d'utiliser un navigateur moderne tel que" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3511,6 +3630,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Le nom de cette session du point de vente doit être unique !" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3546,6 +3672,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "Le point de vente physique que vous allez utiliser." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3563,7 +3706,7 @@ msgstr "" "d'ouverture de chaque registre, grâce à leur onglet \"Caisse\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3576,7 +3719,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3592,6 +3735,18 @@ msgstr "" "Certaines opérations en cours n'ont pas pu être enregistrées dans la base de " "données, voulez-vous vraiment sortir ?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3599,7 +3754,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Il n'y a pas de caisse pour ce point de vente" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3607,7 +3762,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3632,7 +3787,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3652,13 +3807,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Ticket" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3676,11 +3824,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3792,37 +3940,32 @@ msgstr "Qté Totale" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Impossible d'annuler le bon de préparation" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3840,26 +3983,33 @@ msgstr "Prix unitaire" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Article inconnu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3884,7 +4034,7 @@ msgstr "Articles utilisateur" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3898,14 +4048,14 @@ msgstr "Utilisateurs" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3937,22 +4087,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Pesée" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Bienvenue" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Avec un(e)" @@ -3983,7 +4126,7 @@ msgstr "" "Vous pouvez définir une autre liste de devises disponibles dans l'onglet" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3993,7 +4136,7 @@ msgstr "" "facture a déjà été créée." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4021,7 +4164,7 @@ msgstr "" "Vous ne pouvez pas avoir deux contrôles de caisse dans un point de vente !" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4046,13 +4189,13 @@ msgstr "" "menu \"Point de vente / Configuration / Moyens de paiement\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Vous devez ouvrir au moins une caisse." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4072,14 +4215,14 @@ msgstr "" "pouvoir saisir des ventes sur l'interface tactile." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Vous devez affecter un point de vente à votre session." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4091,7 +4234,7 @@ msgid "Your Session" msgstr "Votre session" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4101,11 +4244,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Votre panier est vide" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4113,57 +4263,50 @@ msgstr "Courgette" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "à" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "verr. maj." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "fermer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "erreur !" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "inutilisé" @@ -4182,31 +4325,24 @@ msgstr "." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "retour" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "onglet" @@ -4229,3 +4365,37 @@ msgstr "Transaction du PdV" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "inconnu" + +#~ msgid "# of Qty" +#~ msgstr "Nb. de qté." + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Ticket" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Sélectionnez votre type de reçu :" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Désolé, nous ne pouvons pas créer de session pour cet utilisateur." + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Bienvenue" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Cochez si le produit doit être pesé (principalement utilisé avec l'interface " +#~ "\"Libre service\")." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Gains du point de vente" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Pertes du point de vente" diff --git a/addons/point_of_sale/i18n/he.po b/addons/point_of_sale/i18n/he.po index a4458864e61..46ebc1f5c1a 100644 --- a/addons/point_of_sale/i18n/he.po +++ b/addons/point_of_sale/i18n/he.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# שורות" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# כמות" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "+ עסקאות" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -216,6 +211,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -226,6 +228,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -243,7 +257,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -276,15 +290,15 @@ msgstr "הוסף הנחה כוללת" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -323,7 +337,7 @@ msgstr "סכום כולל" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -373,7 +387,7 @@ msgstr "מחיר ממוצע" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -395,6 +409,14 @@ msgstr "" msgid "BarCode" msgstr "ברקוד" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -406,7 +428,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "סורק ברקודים" @@ -458,15 +480,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -483,6 +505,13 @@ msgstr "ביטול" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -490,7 +519,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -545,15 +574,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "עודף:" @@ -591,8 +620,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -638,6 +666,13 @@ msgid "" msgstr "" "סמן כאן במידה והינך רוצה לשלב פרטי יומן על ידי מוצרים בזמן סגירת יומן מכירות" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -665,10 +700,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "בחר את סוג הקבלה שלך:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -682,15 +718,15 @@ msgstr "הקלק על מנת לפתוח יומן מכירות" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -707,7 +743,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -720,7 +756,7 @@ msgid "Closing Cash Control" msgstr "סגירת קופת מזומנים" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -858,15 +894,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "שגיאת הגדרות!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -883,6 +919,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -947,7 +997,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -955,7 +1005,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -965,7 +1014,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "חשבונית לקוח" @@ -1009,7 +1058,7 @@ msgstr "תאריכים" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "חלון ניפוי שגיאות" @@ -1026,14 +1075,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1052,14 +1101,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1128,15 +1177,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1254,12 +1303,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1318,7 +1375,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1329,20 +1386,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1354,6 +1411,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "שגיאה : קוד EAN אינו תקין" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1515,7 +1583,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "איורעי חומרה" @@ -1527,7 +1595,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1538,8 +1606,6 @@ msgid "Has Cash Control" msgstr "יש קופת מזומן" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1563,7 +1629,6 @@ msgstr "יש קופת מזומן" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1613,7 +1678,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1621,7 +1686,7 @@ msgid "In Progress" msgstr "בתהליך" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1639,18 +1704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "EAN שגוי" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1846,7 +1908,7 @@ msgstr "רשימת קופות מזומן" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1858,6 +1920,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1894,7 +1961,7 @@ msgstr "" "פיקסל, תוך כדי שמירה על יחס התמונה." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1930,15 +1997,17 @@ msgstr "המכירות שלי" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1970,7 +2039,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1982,20 +2051,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2005,6 +2074,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2032,19 +2108,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2059,6 +2133,13 @@ msgstr "בצלים" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2073,7 +2154,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "פתח מגירה" @@ -2117,7 +2198,7 @@ msgid "Opening Cashbox Lines" msgstr "שורת פתיחה של קופת מזומנים" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2169,9 +2250,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2189,6 +2276,7 @@ msgstr "שורות הזמנה" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2308,7 +2396,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2390,7 +2478,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2447,14 +2535,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2486,17 +2576,26 @@ msgid "Plain Water" msgstr "מיים רגילים" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "אנה הגדר חשבון הכנסות עבור מוצר זה: \"%s\" (id:%d)" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2563,12 +2662,6 @@ msgstr "הגדרות קופה" msgid "Point of Sale Configuration" msgstr "הגדרות קופה רושמת" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2589,12 +2682,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2620,6 +2707,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2630,6 +2724,13 @@ msgstr "פרסם את כל ההזמנות" msgid "Post POS Journal Entries" msgstr "הזן ערך לתוך יומן" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2665,7 +2766,7 @@ msgstr "מחירון" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "הדפס" @@ -2678,7 +2779,7 @@ msgstr "תאריך הדפסה" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2701,7 +2802,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2721,6 +2822,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2731,6 +2838,11 @@ msgstr "מס' מוצר" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2790,7 +2902,7 @@ msgstr "הדפס מחדש" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "קראה משקל דיגיטלי" @@ -2833,7 +2945,7 @@ msgstr "אשכולית אדומה" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2842,7 +2954,7 @@ msgstr "ייחוס" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "נותרו:" @@ -2854,7 +2966,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2872,7 +2984,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2984,7 +3096,7 @@ msgstr "סאן פלגרינו 1 ליטר" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2996,7 +3108,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3009,7 +3121,7 @@ msgstr "חיפוש דוחות מזומנים" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3028,7 +3140,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3039,7 +3151,7 @@ msgid "Select your Point of Sale" msgstr "אנה בחר את הקופה שלך" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "הזמנות שנבחרו לא בוצעו באותו יומן מכירות!" @@ -3066,7 +3178,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3112,14 +3224,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "קבע משקל" @@ -3148,14 +3260,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "חנות:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3192,18 +3304,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3332,10 +3437,17 @@ msgstr "סטלה ארטוס 0.5 ליטר" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3343,7 +3455,7 @@ msgstr "סטרינגרים" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3356,7 +3468,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "סיכום ביניים:" @@ -3388,7 +3500,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3404,13 +3516,21 @@ msgid "Take Money Out" msgstr "הוצא את הכסף" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "מס" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3421,38 +3541,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "צו קופה חייב להכיל שורות זמן קריא לפעולה זו" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3471,6 +3580,18 @@ msgstr "" "קופה רושמת זו אינה תומכת באינטרנט אקספלורר, אנה השתמש בדפדפן\n" " מודרני יותר על מנת להשתמש בקופה רושמת." +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3483,6 +3604,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "שם יומן מכירות זה חייב להיות ייחודי !" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3518,6 +3646,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3532,7 +3677,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3545,7 +3690,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3559,6 +3704,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3566,7 +3723,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3574,7 +3731,7 @@ msgid "" msgstr "לא נמצא חשבון אשר יכול לקבל כספים עבור שותף : \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3598,7 +3755,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3618,13 +3775,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "פנייה" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3642,11 +3792,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3758,37 +3908,32 @@ msgstr "כמות כוללת" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3804,26 +3949,33 @@ msgstr "מחיר ליחידה" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3848,7 +4000,7 @@ msgstr "מוצרי משתמש" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3862,14 +4014,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3901,22 +4053,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "שוקל" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "ברוכים הבאים" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3946,7 +4091,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3954,7 +4099,7 @@ msgid "" msgstr "אינך יכול לשנות שותף\\ספק עבור ההמנה לאחר שנסגרה או סופקה." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3978,7 +4123,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "לא ניתן לשייך שתי בקרי מזומן לקופה רושמת אחת!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4001,13 +4146,13 @@ msgstr "" "\"הגדרות\\ צורות תשלום\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4027,14 +4172,14 @@ msgstr "" " שתוכל להתחיל למכור באמצעות קופה רושמת." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "הינך חייב לבחור קופה לחשבון המכירות שלך" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4046,7 +4191,7 @@ msgid "Your Session" msgstr "חשבון מכירות שלך" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4056,11 +4201,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4068,57 +4220,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "סגור" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "שגיא!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "לא בשימוש" @@ -4137,31 +4282,24 @@ msgstr "צורת תשלום." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "חזרה" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "לשונית" @@ -4184,3 +4322,18 @@ msgstr "עסקאות לקופה" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "לא ידוע" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "ברוכים הבאים" + +#~ msgid "# of Qty" +#~ msgstr "# כמות" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "בחר את סוג הקבלה שלך:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "פנייה" diff --git a/addons/point_of_sale/i18n/hi.po b/addons/point_of_sale/i18n/hi.po index dcfbb81f6ac..41755862776 100644 --- a/addons/point_of_sale/i18n/hi.po +++ b/addons/point_of_sale/i18n/hi.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/hr.po b/addons/point_of_sale/i18n/hr.po index 29ea7c13385..5a8dc084f6c 100644 --- a/addons/point_of_sale/i18n/hr.po +++ b/addons/point_of_sale/i18n/hr.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# linija" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# kol" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "+ Transakcije" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -255,6 +250,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -265,6 +267,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -282,7 +296,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -315,15 +329,15 @@ msgstr "Dodaj globalni popust" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Admin oznaka" @@ -362,7 +376,7 @@ msgstr "Uk. iznos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -412,7 +426,7 @@ msgstr "Prosječna cijena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -434,6 +448,14 @@ msgstr "Redak bankovnog izvoda" msgid "BarCode" msgstr "barkod" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -445,7 +467,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Barkod čitač" @@ -497,15 +519,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -522,6 +544,13 @@ msgstr "Odustani" msgid "Cancelled" msgstr "Otkazani" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -529,7 +558,7 @@ msgstr "Mrkve" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -584,15 +613,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Za vratiti:" @@ -630,11 +659,8 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Označite ako proizvod treba vagati (uglavnom se koristi kod sučelja " -"samostalne naplate)" #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -685,6 +711,13 @@ msgstr "" "Označite ovdje ukoliko želite grupirati stavke dnevnika po proizvodima pri " "zatvaranju smjene." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -712,10 +745,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Odaberite vaš tip računa:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -729,15 +763,15 @@ msgstr "Kliknite za otvaranje smjene" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Oznaka kupca" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zatvori" @@ -754,7 +788,7 @@ msgid "Closed" msgstr "Zatvoreno" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -767,7 +801,7 @@ msgid "Closing Cash Control" msgstr "Kontrola novaca na zaključku" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -905,15 +939,15 @@ msgid "Configuration" msgstr "Postava" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Greška u konfiguraciji!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Potvrdi" @@ -930,6 +964,20 @@ msgstr "" msgid "Continue Selling" msgstr "Nastavi prodaju" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -994,7 +1042,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Korisnički EAN13" @@ -1002,7 +1050,6 @@ msgstr "Korisnički EAN13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Kupac" @@ -1012,7 +1059,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Izlazni račun" @@ -1056,7 +1103,7 @@ msgstr "Datumi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Debug prozor" @@ -1073,14 +1120,14 @@ msgstr "Odgoda ovjere" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1099,14 +1146,14 @@ msgstr "Opis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1175,15 +1222,15 @@ msgstr "Napomena popusta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Popust:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1301,12 +1348,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Elektronska vaga" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1366,7 +1421,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1377,20 +1432,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Greška! Nemožete kreirati rekurzivne kategorije." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1402,6 +1457,17 @@ msgstr "Greška!" msgid "Error: Invalid ean code" msgstr "Greška: Neispravan barkod!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1565,7 +1631,7 @@ msgstr "Grupiraj stavke dnevnika" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1577,7 +1643,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Status hardwera" @@ -1588,8 +1654,6 @@ msgid "Has Cash Control" msgstr "Koristi kontrolu novčanica" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1613,7 +1677,6 @@ msgstr "Koristi kontrolu novčanica" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1663,7 +1726,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1671,7 +1734,7 @@ msgid "In Progress" msgstr "U tijeku" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Da bi obrisali prodaju ona mora biti nova ili otkazana." @@ -1689,18 +1752,15 @@ msgstr "Interne bilješke" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Neispravan EAN" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Račun" @@ -1896,7 +1956,7 @@ msgstr "Popis gotovinskih blagajni" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1908,6 +1968,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1945,7 +2010,7 @@ msgstr "" "forme ili kanban pogledima." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1981,15 +2046,17 @@ msgstr "Moje prodaje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2021,7 +2088,7 @@ msgstr "Nova smjena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Sljedeći račun" @@ -2033,20 +2100,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "Nije pronađen nijedan zapis gotovine. Nemogu snimiti povrat novca." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2056,6 +2123,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Br.Artikala" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2083,19 +2157,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "U redu" @@ -2110,6 +2182,13 @@ msgstr "Luk" msgid "Onions / Garlic / Shallots" msgstr "Luk / Češnjak / Poriluk" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2124,7 +2203,7 @@ msgstr "Otvori blagajnu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Otvori blagajnu" @@ -2168,7 +2247,7 @@ msgid "Opening Cashbox Lines" msgstr "Stavke početnog stanja blagajne" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2220,9 +2299,15 @@ msgstr "" msgid "Order" msgstr "Nalog" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2240,6 +2325,7 @@ msgstr "Stavke narudžbe" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2359,7 +2445,7 @@ msgstr "Plaćeno" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Plaćeno" @@ -2441,7 +2527,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2498,14 +2584,16 @@ msgstr "Osoba koja koristi blagajnu. To može biti student ili djelatnik." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2537,17 +2625,26 @@ msgid "Plain Water" msgstr "Obična voda" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Molimo definirajte konto prihoda za ovaj proizvod \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Molimo odaberite partnera za prodaju" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2614,12 +2711,6 @@ msgstr "Postavke prodajnog mjesta" msgid "Point of Sale Configuration" msgstr "Postavke prodajnog mjesta" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Gubitak POS-a" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2640,12 +2731,6 @@ msgstr "Statstike prodaje POS-a" msgid "Point of Sale Payment" msgstr "POS plaćanje" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Dobit prodajnog mjesta" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2671,6 +2756,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2681,6 +2773,13 @@ msgstr "Knjiži sve narudžbe" msgid "Post POS Journal Entries" msgstr "Knjiži stavke dnevnika POS-a" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2716,7 +2815,7 @@ msgstr "Cjenik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2729,7 +2828,7 @@ msgstr "Datum ispisa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Ispiši potvrdu" @@ -2752,7 +2851,7 @@ msgstr "Ispiši preko proxija" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2772,6 +2871,12 @@ msgstr "Proizvod" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2782,6 +2887,11 @@ msgstr "Product Nb." msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2841,7 +2951,7 @@ msgstr "Ponovi ispis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Očitanje sa vage" @@ -2884,7 +2994,7 @@ msgstr "Crveni grejp" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2893,7 +3003,7 @@ msgstr "Vezna oznaka" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Preostalo:" @@ -2905,7 +3015,7 @@ msgstr "Ponovi ispis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Poništi" @@ -2923,7 +3033,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3035,7 +3145,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3047,7 +3157,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3060,7 +3170,7 @@ msgstr "Pretraži knjiženja gotovine" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3079,7 +3189,7 @@ msgstr "Traži prodajne naloge" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3090,7 +3200,7 @@ msgid "Select your Point of Sale" msgstr "Odaberite vaše prodajno mjesto" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Odabrane narudžbe nisu iz iste smjene!" @@ -3117,7 +3227,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3163,14 +3273,14 @@ msgstr "Smjene" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Postavi težinu" @@ -3199,14 +3309,14 @@ msgstr "Postavi kao Neaktivno" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Trgovina:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3245,18 +3355,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Oprostite, nismo mogli otvoriti smjenu za ovog korisnika." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3385,10 +3488,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3396,7 +3506,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3409,7 +3519,7 @@ msgstr "Podzbroj bez poreza" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Međuzbroj:" @@ -3441,7 +3551,7 @@ msgstr "Sinkronizirano" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3457,13 +3567,21 @@ msgid "Take Money Out" msgstr "Podigni novac" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Porez" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3474,38 +3592,27 @@ msgstr "Porezi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Porezi:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "POS narudžba mora sadržavati stavke kada pozivate ovu metodu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3526,6 +3633,18 @@ msgstr "" " " " moderniji pretraživač kao" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3538,6 +3657,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Naziv POS smjene mora biti jedinstven!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3573,6 +3699,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "Fizičko prodajno mjesto koje ćete koristiti." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3590,7 +3733,7 @@ msgstr "" "koristeći karticu CashBox" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3603,7 +3746,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3619,6 +3762,18 @@ msgstr "" "Ima operacija na čekanju koje nije bilo moguće snimiti u bazu, jeste li " "sigurni da želite izaći?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3626,7 +3781,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Nema blagajni za ovu smjenu POS-a" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3636,7 +3791,7 @@ msgstr "" "(id:%id)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Nije definiran konto prihoda da bi izvršili plaćanje." @@ -3665,7 +3820,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3685,13 +3840,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Zahtjev" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3709,11 +3857,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3825,37 +3973,32 @@ msgstr "Uk. količina" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Ukupno:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Nije moguće poništiti odabir" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3873,26 +4016,33 @@ msgstr "Jed. cijena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Nepoznati proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3917,7 +4067,7 @@ msgstr "Korisnikov proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3931,14 +4081,14 @@ msgstr "Korisnici" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Potvrdi" @@ -3970,22 +4120,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Vaganje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Dobrodošli" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Sa" @@ -4015,7 +4158,7 @@ msgid "You can define another list of available currencies on the" msgstr "Možete definirati drugi popis dostupnih valuta na" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4023,7 +4166,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4051,7 +4194,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Nemogu postojati dvije kontrole novca na jednom POS-u" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4076,13 +4219,13 @@ msgstr "" "Backend/ Postavke / Načini plaćanja\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Morate otvoriti barem jednu blagajnu" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4103,14 +4246,14 @@ msgstr "" "počnete koristiti touch-screen sučelje za prodaju." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Trebate dodijeliti prodajno mjesto za vašu smjenu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4122,7 +4265,7 @@ msgid "Your Session" msgstr "Vaša smjena" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4132,11 +4275,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Vaša košarica je prazna" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4144,57 +4294,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "na" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "caps lock" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "zatvori" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "obriši" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "popust" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "greška!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "ne koristi se" @@ -4213,31 +4356,24 @@ msgstr "način plaćanja." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "vrati" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "pomakni" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "kartica" @@ -4260,3 +4396,37 @@ msgstr "transakcije na pos-u" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "nepoznato" + +#~ msgid "# of Qty" +#~ msgstr "# kol" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Dobrodošli" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Odaberite vaš tip računa:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Zahtjev" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Označite ako proizvod treba vagati (uglavnom se koristi kod sučelja " +#~ "samostalne naplate)" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Dobit prodajnog mjesta" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Gubitak POS-a" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Oprostite, nismo mogli otvoriti smjenu za ovog korisnika." diff --git a/addons/point_of_sale/i18n/hu.po b/addons/point_of_sale/i18n/hu.po index 2c728f8d039..51a5646c8c0 100644 --- a/addons/point_of_sale/i18n/hu.po +++ b/addons/point_of_sale/i18n/hu.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Sorok száma" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Mennyiség" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Végösszeg" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Átlagár" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Bankkivonat sor" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Vonalkód" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Mégsem" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zárás" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Beállítások" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Jóváhagyás" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Vevő" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Dátumok" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Leírás" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Engedmény megjegyzések" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Hiba" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Hiba!" msgid "Error: Invalid ean code" msgstr "Hiba: Érvénytelen vonalkód" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Belső jegyzetek" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Számla" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Értékesítéseim" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Cikkek száma" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "Pénztár nyitása" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Megrendelés sorok" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Fizetve" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Árlista" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Nyomtatás dátuma" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Átvétel nyomtatása" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Termék" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Termék száma" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Kivonatok keresése" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Vevői megrendelés keresése" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Részösszesen ÁFA nélkül" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Adó" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Adók" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Adók:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Összes menny." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Összesen:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Egységár" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Felhasználó termékei" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Felhasználók" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "Ismeretlen" + +#~ msgid "# of Qty" +#~ msgstr "Mennyiség" diff --git a/addons/point_of_sale/i18n/id.po b/addons/point_of_sale/i18n/id.po index 427a539460c..28b2bbb7366 100644 --- a/addons/point_of_sale/i18n/id.po +++ b/addons/point_of_sale/i18n/id.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:32+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# Baris" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# of Qty" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Total Nilai" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Harga Rata-rata" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Transaksi buku bank" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "barcode" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Batal" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Konfigurasi" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Konfirmasi" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Tanggal" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "validasi yang terlambat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Pemberitahuan diskon" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Gagal!" msgid "Error: Invalid ean code" msgstr "Ada Kesalahan !! kode EAN tidak sah" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Faktur" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "No. Artikel" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "Buka Mesin Kas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Baris Order" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Terbayar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Mohon Masukkan Pelanggan di penjualan" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "Statistik Penjualan POS" msgid "Point of Sale Payment" msgstr "Pembayaran POS" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "Posting Semua Transaksi" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Daftar Harga" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Produk" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Catatan" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "Cetak Ulang" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Mencari laporan kas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "PPN" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "PPn" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "PPn" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Harga Satuan" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Produk Pengguna" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Pengguna" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "Transaksi POS" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "tidak diketahui" + +#~ msgid "# of Qty" +#~ msgstr "# of Qty" diff --git a/addons/point_of_sale/i18n/it.po b/addons/point_of_sale/i18n/it.po index da3aa895b23..611ccff3c98 100644 --- a/addons/point_of_sale/i18n/it.po +++ b/addons/point_of_sale/i18n/it.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# di Righe" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Qtà" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Importo Totale" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Prezzo medio" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Voce del movimento bancario" msgid "BarCode" msgstr "Codice a Barre" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Codice a barre" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Annulla" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Resto:" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Chiudi" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "Chiusura Controllo di Cassa" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Configurazione" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Errore di configurazione!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Conferma" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Date" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Finestra di debug" @@ -1012,14 +1061,14 @@ msgstr "Convalida ritardo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Descrizione" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Note sconto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Sconto:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Errore" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Errore!" msgid "Error: Invalid ean code" msgstr "Errore: Codice EAN non valido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "In Corso" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Note interne" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Fattura" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Le mie vendite" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Nuova Vendita" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "N. Di Articoli" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2041,6 +2115,13 @@ msgstr "Cipolle" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Apri Cassa" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Righe Ordine" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Pagato" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Pagato:" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Definire un conto di ricavo per questo prodotto: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Prego fornire un partner per la vendita" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "Statistiche ordini POS" msgid "Point of Sale Payment" msgstr "Pagamento POS" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Listino Prezzi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Data di stampa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Prodotto" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Nr. Prodotto" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "Riferimento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Rimanente:" @@ -2836,7 +2948,7 @@ msgstr "Ristampa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Cerca dichiarazione di cassa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Cerca ordini di vendita" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "Selezionare Punto Vendita" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "Imposta a Inattivo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotale:" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "Preleva Contanti" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Imposta" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Imposte" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Imposte:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Quantità Totale" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Totale:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Prezzo unitario" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Prodotto dell'utente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Utenti" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3925,7 +4070,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3933,7 +4078,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3958,7 +4103,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Non è possibile avere due controlli di cassa in un Punto Vendita!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3977,13 +4122,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4001,14 +4146,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Dovrebbe essere assegnato un Punto Vendita alla sessione." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4020,7 +4165,7 @@ msgid "Your Session" msgstr "La Mia Sessione" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4030,11 +4175,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Carrello vuoto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4042,57 +4194,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "sconto" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "errore!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "inutilizzato" @@ -4111,31 +4256,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4158,3 +4296,6 @@ msgstr "Transazione Punto Vendita" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "Sconosciuto" + +#~ msgid "# of Qty" +#~ msgstr "Qtà" diff --git a/addons/point_of_sale/i18n/ja.po b/addons/point_of_sale/i18n/ja.po index 9e5b96a89e0..4db73914f6c 100644 --- a/addons/point_of_sale/i18n/ja.po +++ b/addons/point_of_sale/i18n/ja.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "行数" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "数量の数" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "全体割引を追加" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "金額合計" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "平均価格" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "銀行取引明細書行" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "キャンセル" msgid "Cancelled" msgstr "キャンセル済" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "手数料:" @@ -580,9 +609,8 @@ msgstr "Chaudfontaine ペティアント 500ml" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." -msgstr "製品の重量を測定する場合にチェックします(主にセルフチェックアウト・インターフェースで使用)。" +"Check if the product should be weighted using the hardware scale integration" +msgstr "" #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "セッションのクローズ中に製品単位で仕訳項目をグループ化する場合はチェックします。" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "チップス" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "クリックしてセッションを開始してください。" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "閉じる" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "閉じた" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "設定" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "確認" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "セッションに戻る" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "カスタムEAN13" @@ -941,7 +991,6 @@ msgstr "カスタムEAN13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "顧客" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "顧客請求書" @@ -995,7 +1044,7 @@ msgstr "日付" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "検証の遅延" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "説明" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "割引注記" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "電子はかり" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "エラー" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "エラー:再帰カテゴリーを作成することはできません。" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "エラー" msgid "Error: Invalid ean code" msgstr "エラー:無効な商品識別番号です。" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "仕訳項目グルーピング" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "進行中" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "販売を削除するために、それは新規またはキャンセルする必要があります。" @@ -1623,18 +1688,15 @@ msgstr "内部注記" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "請求書" @@ -1830,7 +1892,7 @@ msgstr "キャッシュレジスタのリスト" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "私の売上" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "新規セッション" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "次のオーダー" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "品目数" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "キャッシュレジスタを開く" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "オランジーナ 330ml" msgid "Order" msgstr "順番" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "オーダー行" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "支払済" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "支払済:" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "キャッシュレジスタの使用者。交代員や学生、臨時の #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "TEL:" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "一般の水" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "販売のためのパートナを提供して下さい。" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "POSオーダー統計" msgid "Point of Sale Payment" msgstr "POS支払" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "全ての注文を記帳" msgid "Post POS Journal Entries" msgstr "POS仕訳帳エントリーの記帳" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "価格リスト" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "印刷" @@ -2660,7 +2761,7 @@ msgstr "印刷日" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "レシート印刷" @@ -2683,7 +2784,7 @@ msgstr "プロキシ経由で印刷" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "商品" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "商品番号" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "再印刷" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "再印刷" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "サンペレグリノ 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "現金取引明細書の検索" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "受注オーダーの検索" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "セッション" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "無効化" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "店:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "ソーダ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "Stella Artois 500ml" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "税抜小計" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "小計:" @@ -3370,7 +3482,7 @@ msgstr "同期" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "現金取出" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "税金" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "税金" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "税金:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "使用する物理的なPOS" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3513,7 +3658,7 @@ msgstr "" "システムは全てのキャッシュレジスタを開きます。それで支払の記録を開始できます。金庫タブを使って各レジスタの開始残高を管理することを推奨します。" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3526,7 +3671,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3540,6 +3685,18 @@ msgid "" "you sure you want to exit?" msgstr "データベースの保存することができなかった保留中の操作がありますが、本当に終了しますか?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3547,7 +3704,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3555,7 +3712,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3580,7 +3737,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3600,13 +3757,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3624,11 +3774,11 @@ msgstr "Timmermans Kriek 375ml" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3740,37 +3890,32 @@ msgstr "合計数量" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "合計:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "集荷をキャンセルできません。" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3786,26 +3931,33 @@ msgstr "単価" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3830,7 +3982,7 @@ msgstr "ユーザ商品" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3844,14 +3996,14 @@ msgstr "ユーザ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "検証" @@ -3883,22 +4035,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3926,7 +4071,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3934,7 +4079,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3958,7 +4103,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3977,13 +4122,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4001,14 +4146,14 @@ msgid "" msgstr "タッチスクリーン・インターフェースを介して販売を開始する前に、キャッシュレジスタ内の現金を管理する必要があります。" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4020,7 +4165,7 @@ msgid "Your Session" msgstr "自分のセッション" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4030,11 +4175,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4042,57 +4194,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "未使用" @@ -4111,31 +4256,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4158,3 +4296,11 @@ msgstr "POS取引" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "不明" + +#~ msgid "# of Qty" +#~ msgstr "数量の数" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "製品の重量を測定する場合にチェックします(主にセルフチェックアウト・インターフェースで使用)。" diff --git a/addons/point_of_sale/i18n/ko.po b/addons/point_of_sale/i18n/ko.po index 008f10976d4..8df7c8ffdfa 100644 --- a/addons/point_of_sale/i18n/ko.po +++ b/addons/point_of_sale/i18n/ko.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "총액" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "바코드" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "취소" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "닫기" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "구성" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "확정" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "설명" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "에러" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "인보이스" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "주문 라인" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "결제됨" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "이 판매의 파트너를 기입하십시오." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "가격리스트" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "인쇄 날짜" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "상품" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "세금" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "세금" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "세금:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "총 수량" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "합계:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "단가" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/lt.po b/addons/point_of_sale/i18n/lt.po index 8c3c163c406..5f615c5a637 100644 --- a/addons/point_of_sale/i18n/lt.po +++ b/addons/point_of_sale/i18n/lt.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Nustatymai" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/lv.po b/addons/point_of_sale/i18n/lv.po index 02206752ad7..92ea9dfac5a 100644 --- a/addons/point_of_sale/i18n/lv.po +++ b/addons/point_of_sale/i18n/lv.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Rindu skaits" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Daudz." - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Vidējā cena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Atcelt" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Klienta Rēķins" @@ -995,7 +1044,7 @@ msgstr "Datumi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "Kļūda: Nederīgs EAN kods" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Mana Pārdošana" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Pasūtījuma Rindas" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Cenu lapa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Drukāšanas Datums" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "Izņemt naudu" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Nodoklis" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Kopā daudz." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Lietotāji" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "nezināms" + +#~ msgid "# of Qty" +#~ msgstr "Daudz." diff --git a/addons/point_of_sale/i18n/mk.po b/addons/point_of_sale/i18n/mk.po index ddcebd4ed90..b94403b71ac 100644 --- a/addons/point_of_sale/i18n/mk.po +++ b/addons/point_of_sale/i18n/mk.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# од ставки" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# од количина" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ Трансакции" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "1.54€ лимон" @@ -90,7 +85,7 @@ msgstr "2Л Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg Портокали" @@ -245,6 +240,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -255,6 +257,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -272,7 +286,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -306,15 +320,15 @@ msgstr "Додади глобален попуст" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Ознака на управител" @@ -353,7 +367,7 @@ msgstr "Вкупен износ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -403,7 +417,7 @@ msgstr "Средна цена" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -425,6 +439,14 @@ msgstr "Ставка од Банкарски извод" msgid "BarCode" msgstr "Бар-код" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -436,7 +458,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Скенер на баркод" @@ -488,15 +510,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -513,6 +535,13 @@ msgstr "Откажи" msgid "Cancelled" msgstr "Откажано" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -520,7 +549,7 @@ msgstr "Моркови" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -575,15 +604,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Промени:" @@ -621,8 +650,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -670,6 +698,13 @@ msgstr "" "Означете го ова ако сакате да групирате ставки од дневникот по производ " "додека ја затварате сесијата" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -697,10 +732,11 @@ msgstr "Чипс" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Изберете тип на сметка:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -714,15 +750,15 @@ msgstr "Кликни за да отпочнеш сесија." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Ознака на клиент" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -739,7 +775,7 @@ msgid "Closed" msgstr "Затворено" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -752,7 +788,7 @@ msgid "Closing Cash Control" msgstr "Готовинска контрола при затварање" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -890,15 +926,15 @@ msgid "Configuration" msgstr "Конфигурација" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Грешка конфигурација!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -915,6 +951,20 @@ msgstr "" msgid "Continue Selling" msgstr "Продолжи со продавање" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -979,7 +1029,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Сопствен Ean13" @@ -987,7 +1037,6 @@ msgstr "Сопствен Ean13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Клиент" @@ -997,7 +1046,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Фактура на клиент" @@ -1041,7 +1090,7 @@ msgstr "Датуми" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Прозорец за дебагирање" @@ -1058,14 +1107,14 @@ msgstr "Одложи валидација" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1084,14 +1133,14 @@ msgstr "Опис" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1160,15 +1209,15 @@ msgstr "Известување за попуст" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Попуст:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1286,12 +1335,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Електронска вага" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1349,7 +1406,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1360,20 +1417,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Грешка ! Не може да креирате рекурсивни категории." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1385,6 +1442,17 @@ msgstr "Грешка!" msgid "Error: Invalid ean code" msgstr "Грешка: Погрешен ean код" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1550,7 +1618,7 @@ msgstr "Групирај ставки од дневник" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Хардверски настани" @@ -1562,7 +1630,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Хардверски статус" @@ -1573,8 +1641,6 @@ msgid "Has Cash Control" msgstr "Има готовинска контрола" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1598,7 +1664,6 @@ msgstr "Има готовинска контрола" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1648,7 +1713,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1656,7 +1721,7 @@ msgid "In Progress" msgstr "Во тек" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Со цел да избришете продажба, мора да има ново или откажано." @@ -1674,18 +1739,15 @@ msgstr "Внатрешни белешки" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Погрешен EAN" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Фактура" @@ -1881,7 +1943,7 @@ msgstr "Листа на каси" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1893,6 +1955,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1930,7 +1997,7 @@ msgstr "" "се бара поглед или kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1966,15 +2033,17 @@ msgstr "Мои продажби" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2006,7 +2075,7 @@ msgstr "Нова сесија" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -2018,13 +2087,13 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2033,7 +2102,7 @@ msgstr "" "вратената готовина." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2043,6 +2112,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Број на артикли" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2070,19 +2146,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "ОК" @@ -2097,6 +2171,13 @@ msgstr "Кромид" msgid "Onions / Garlic / Shallots" msgstr "Кромид / Лук / Кромитче" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2111,7 +2192,7 @@ msgstr "Отвори каса" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Отвори каса" @@ -2155,7 +2236,7 @@ msgid "Opening Cashbox Lines" msgstr "Отварање на линии на каса" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2207,9 +2288,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Нарачка" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2227,6 +2314,7 @@ msgstr "Ставки на нарачка" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2346,7 +2434,7 @@ msgstr "Платено" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Платено:" @@ -2428,7 +2516,7 @@ msgstr "Круши" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2487,14 +2575,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Телефон:" @@ -2526,17 +2616,26 @@ msgid "Plain Water" msgstr "Обична вода" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Дефинирајте приходна сметка за овој производ: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Обезбедете партнер за продажбата." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2603,12 +2702,6 @@ msgstr "Конфигурација на точка за продажба" msgid "Point of Sale Configuration" msgstr "Конфигурација на точка за продажба" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Загуба на точка на продажба" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2629,12 +2722,6 @@ msgstr "Статистики на налози за точка на продаж msgid "Point of Sale Payment" msgstr "Плаќање на точка на продажба" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Профит од точка на продажба" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2660,6 +2747,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2670,6 +2764,13 @@ msgstr "Објави ги сите налози" msgid "Post POS Journal Entries" msgstr "Обрави внесови во дневник за точка на продажба" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2705,7 +2806,7 @@ msgstr "Ценовник" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2718,7 +2819,7 @@ msgstr "Датум на печатење" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Печати приемница" @@ -2741,7 +2842,7 @@ msgstr "Печати преку Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2761,6 +2862,12 @@ msgstr "Производ" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2771,6 +2878,11 @@ msgstr "Број на поизвод" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2830,7 +2942,7 @@ msgstr "Испечати повторно" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Читање на вагата" @@ -2873,7 +2985,7 @@ msgstr "Црвен грејпфрут" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2882,7 +2994,7 @@ msgstr "Референца" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Преостанато:" @@ -2894,7 +3006,7 @@ msgstr "Испечати повторно" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Ресетирај" @@ -2912,7 +3024,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3024,7 +3136,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3036,7 +3148,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3049,7 +3161,7 @@ msgstr "Барај готовински изводи" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3068,7 +3180,7 @@ msgstr "Барај налози за продажба" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3079,7 +3191,7 @@ msgid "Select your Point of Sale" msgstr "Селектирај Точка на продажба" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Селектираните налози немаат иста сесија!" @@ -3106,7 +3218,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3152,14 +3264,14 @@ msgstr "Сесии" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Постави тежина" @@ -3188,14 +3300,14 @@ msgstr "Постави на неактивно" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Продавница:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3235,18 +3347,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Жалиме, не можеме да креираме сесија за овој корисник." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3375,10 +3480,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3386,7 +3498,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3399,7 +3511,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Вкупно:" @@ -3431,7 +3543,7 @@ msgstr "Синхронизирано" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3447,13 +3559,21 @@ msgid "Take Money Out" msgstr "Извади пари" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Данок" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3464,31 +3584,20 @@ msgstr "Даноци" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Даноци:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" @@ -3497,7 +3606,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3516,6 +3625,18 @@ msgstr "" "Точката на продажба не е поддржана од Microsoft Internet Explorer. Ве молиме " "користете модерен пребарувач како" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3528,6 +3649,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Името на оваа сесија за точка за продажба мора да биде уникатно !" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3563,6 +3691,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "Физичка точка на продажба која ќе ја користите." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3580,7 +3725,7 @@ msgstr "" "со користење на нивните јазичиња за каси." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3593,7 +3738,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3609,6 +3754,18 @@ msgstr "" "Има операции на чекање кои не може да бидат зачувани во базата на податоци, " "дали сте сигурни дека сакате да излезете?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3616,7 +3773,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Нема каса за оваа сесија на точка на продажба" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3626,7 +3783,7 @@ msgstr "" "\"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Нема дефинирано сметка на побарувања за да се направи плаќање." @@ -3656,7 +3813,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3676,13 +3833,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Билет" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3700,11 +3850,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3816,37 +3966,32 @@ msgstr "Вкупна количина" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Вкупно:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Побарувања од трговија" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Не може да се откаже требување." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3864,26 +4009,33 @@ msgstr "Единечна цена" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Непознат производ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3908,7 +4060,7 @@ msgstr "Производ на корисникот" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3922,14 +4074,14 @@ msgstr "Корисници" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3961,22 +4113,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Тежина" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Добредојдовте" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Со" @@ -4006,7 +4151,7 @@ msgid "You can define another list of available currencies on the" msgstr "Не може да дефинирате друга листа на достапни валути на" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4014,7 +4159,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4041,7 +4186,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Не може да имате две готовински контроли на една точка на продажба !" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4066,13 +4211,13 @@ msgstr "" "од менито \"PoS Backend / Конфигурација / Методи на плаќање\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Треба да отворите барем една каса." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4093,14 +4238,14 @@ msgstr "" "на допир." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Треба да доделите Точка на продажба на вашата сесија." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4112,7 +4257,7 @@ msgid "Your Session" msgstr "Ваша сесија" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4122,11 +4267,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Вашата потрошувачка кошничка е празна" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4134,57 +4286,50 @@ msgstr "Zucchini" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "на" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "големи букви" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "затвори" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "избриши" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "попуст" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "грешка!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "неупотребено" @@ -4203,31 +4348,24 @@ msgstr "метод на плаќање." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "врати" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "Премести" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "јазиче" @@ -4250,3 +4388,30 @@ msgstr "Трансакција за место на продажба" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "непознато" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Добредојдовте" + +#~ msgid "# of Qty" +#~ msgstr "# од количина" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Изберете тип на сметка:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Билет" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Профит од точка на продажба" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Загуба на точка на продажба" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Жалиме, не можеме да креираме сесија за овој корисник." diff --git a/addons/point_of_sale/i18n/mn.po b/addons/point_of_sale/i18n/mn.po index afd1f54735f..547e73a04ee 100644 --- a/addons/point_of_sale/i18n/mn.po +++ b/addons/point_of_sale/i18n/mn.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Мөрийн тоо" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Нийт тоо хэмжээ" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "Нийтийн хөнгөлөлт нэмэх" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Бүгд дүн" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Дундаж үнэ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Банкны хуулгын мөр" msgid "BarCode" msgstr "Зураасан код" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Баар код" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Зураасан код уншигч" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Цуцлах" msgid "Cancelled" msgstr "Цуцлагдсан" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Хариулт" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -626,6 +654,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -653,10 +688,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Талоны төрлийг сонгох:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -670,15 +706,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Хаах" @@ -695,7 +731,7 @@ msgid "Closed" msgstr "Хаагдсан" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -708,7 +744,7 @@ msgid "Closing Cash Control" msgstr "Кассын удирдлага хаалттай" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -846,15 +882,15 @@ msgid "Configuration" msgstr "Тохиргоо" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Бататгах" @@ -871,6 +907,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -935,7 +985,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -943,7 +993,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Захиалагч" @@ -953,7 +1002,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Захиалагчийн нэхэмжлэл" @@ -997,7 +1046,7 @@ msgstr "Огноо" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1014,14 +1063,14 @@ msgstr "Шалгалтыг азнах" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1040,14 +1089,14 @@ msgstr "Тайлбар" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1116,15 +1165,15 @@ msgstr "Хөнгөлөлтийн санамж" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1242,12 +1291,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1304,7 +1361,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Алдаа" @@ -1315,20 +1372,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Алдаа ! Тойрог хамааралтай ангилал үүсгэх боломжгүй." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1340,6 +1397,17 @@ msgstr "Алдаа!" msgid "Error: Invalid ean code" msgstr "Алдаа: EAN код буруу" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1503,7 +1571,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1515,7 +1583,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1526,8 +1594,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1551,7 +1617,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1601,7 +1666,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1609,7 +1674,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Захиалгыг устгахын тулд энэ нь шинэ юмуу цуцлагдсан байх ёстой." @@ -1627,18 +1692,15 @@ msgstr "Дотоод тэмдэглэл" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Нэхэмжлэл" @@ -1834,7 +1896,7 @@ msgstr "Кассын жагсаалт" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1846,6 +1908,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1880,7 +1947,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1916,15 +1983,17 @@ msgstr "Миний борлуулалт" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1956,7 +2025,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Дараагийн Захиалга" @@ -1968,20 +2037,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1991,6 +2060,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Бүтээлийн тоо" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2018,19 +2094,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2045,6 +2119,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2059,7 +2140,7 @@ msgstr "Кассыг бүртгүүлэх" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Нээлттэй касс" @@ -2103,7 +2184,7 @@ msgid "Opening Cashbox Lines" msgstr "Кассын Нээлтийн Мөрүүд" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2155,9 +2236,15 @@ msgstr "" msgid "Order" msgstr "Захиалга" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2175,6 +2262,7 @@ msgstr "Захиалгын мөрүүд" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2294,7 +2382,7 @@ msgstr "Төлсөн" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Төлсөн:" @@ -2376,7 +2464,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2433,14 +2521,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Утас:" @@ -2472,17 +2562,26 @@ msgid "Plain Water" msgstr "Цэвэр Ус" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Харилцагчийг сонгоно уу." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2549,12 +2648,6 @@ msgstr "Борлуулалтын цэгийн тохиргоо" msgid "Point of Sale Configuration" msgstr "Кассын тохиргоо" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2575,12 +2668,6 @@ msgstr "Борлуулалтын цэгийн захиалгын статист msgid "Point of Sale Payment" msgstr "Борлуулалтын Цэгийн Төлбөр" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2606,6 +2693,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2616,6 +2710,13 @@ msgstr "Бүх баримтыг батлах" msgid "Post POS Journal Entries" msgstr "POS-н журналын бичилтүүдийг илгээх" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2651,7 +2752,7 @@ msgstr "Үнийн жагсаалт" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Хэвлэх" @@ -2664,7 +2765,7 @@ msgstr "Хэвлэсэн Огноо" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Баримт хэвлэх" @@ -2687,7 +2788,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2707,6 +2808,12 @@ msgstr "Бараа" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2717,6 +2824,11 @@ msgstr "Барааны №" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2776,7 +2888,7 @@ msgstr "Дахин хэвлэх" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2819,7 +2931,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2828,7 +2940,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2840,7 +2952,7 @@ msgstr "Дахин хэвлэх" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2858,7 +2970,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2970,7 +3082,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2982,7 +3094,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2995,7 +3107,7 @@ msgstr "Кассын тооцоог хайх" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3014,7 +3126,7 @@ msgstr "Борлуулалтын захиалга хайх" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3025,7 +3137,7 @@ msgid "Select your Point of Sale" msgstr "Борлуулалтын цэгээ сонгоно уу" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3052,7 +3164,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3098,14 +3210,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3134,14 +3246,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Дэлгүүр:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3178,18 +3290,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3318,10 +3423,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3329,7 +3441,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3342,7 +3454,7 @@ msgstr "Дэд дүн w/o татвар" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Дэд дүн:" @@ -3374,7 +3486,7 @@ msgstr "Ижилтгэсэн" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3390,13 +3502,21 @@ msgid "Take Money Out" msgstr "Мөнгийг гадагш авах" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Татвар" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3407,38 +3527,27 @@ msgstr "Татвар" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Татварууд" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3455,6 +3564,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3467,6 +3588,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3502,6 +3630,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3519,7 +3664,7 @@ msgstr "" "тэдгээрийн касс хавтасыг ашиглан шалгахыг зөвлөе." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3532,7 +3677,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3548,6 +3693,18 @@ msgstr "" "Өгөгдлийн баазад хадгалагдаж чадахгүй хүлээгдэж байгаа үйлдлүүд байна, та " "гарахдаа итгэлтэй байна уу?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3555,7 +3712,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3563,7 +3720,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3586,7 +3743,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3606,13 +3763,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Тасалбар" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3630,11 +3780,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3746,37 +3896,32 @@ msgstr "Нийт тоо" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Нийт:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Бэлтгэлтийг цуцлах боломжгүй." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3792,26 +3937,33 @@ msgstr "Нэгж үнэ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3836,7 +3988,7 @@ msgstr "Хэрэглэгчийн Бараа" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3850,14 +4002,14 @@ msgstr "Хэрэглэгчид" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Шалгах" @@ -3889,22 +4041,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "ачаа" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3932,7 +4077,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3940,7 +4085,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3964,7 +4109,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Нэг кассын удирдалагад 2 бэлэн мөнгө байгаа тул боломжгүй." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3983,13 +4128,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Дор хаяж нэг касс нээх хэрэгтэй" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4007,14 +4152,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4026,7 +4171,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4036,11 +4181,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4048,57 +4200,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "алдаа" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "хэрэглэгдээгүй" @@ -4117,31 +4262,24 @@ msgstr "Төлбөрийн арга" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "буцаах" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4164,3 +4302,14 @@ msgstr "Кассын гүйлгээ" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "тодорхойгүй" + +#~ msgid "# of Qty" +#~ msgstr "Нийт тоо хэмжээ" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Тасалбар" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Талоны төрлийг сонгох:" diff --git a/addons/point_of_sale/i18n/nb.po b/addons/point_of_sale/i18n/nb.po index 1e3ecd1f6aa..c1a4d556c01 100644 --- a/addons/point_of_sale/i18n/nb.po +++ b/addons/point_of_sale/i18n/nb.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# linjer" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# av Ant" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Gjennomsnittspris" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Avbryt" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Kundefaktura" @@ -995,7 +1044,7 @@ msgstr "Datoer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "Feil: Ugyldig ean kode" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Mine salg" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Ordrelinjer" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "Poster Alle Ordre" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Prisliste" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Produkt Nb" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "MVA" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Total ant" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "ukjent" + +#~ msgid "# of Qty" +#~ msgstr "# av Ant" diff --git a/addons/point_of_sale/i18n/nl.po b/addons/point_of_sale/i18n/nl.po index 7fe1f884fd1..b5154a548a7 100644 --- a/addons/point_of_sale/i18n/nl.po +++ b/addons/point_of_sale/i18n/nl.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 08:37+0000\n" -"Last-Translator: Freerk Kalsbeek (Mindswitch BV) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 17:48+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch; Flemish <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale @@ -23,22 +23,17 @@ msgstr "" msgid "# of Lines" msgstr "# Regels" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# Aantal" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% discount" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -60,14 +55,14 @@ msgstr "+ Transacties" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "--------------------------------" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "1.54€ Lemon" @@ -91,7 +86,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg Sinasapels" @@ -265,6 +260,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "= Theoretische eindbalans" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "Een klantnaam is verplicht" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -275,6 +277,20 @@ msgstr "Een aangepaste voettekst" msgid "A custom receipt header message" msgstr "Een aangepaste koptekst" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" +"Een reeks welke iedere keer, als en gebruiker de kassa sessie hervat, wordt " +"opgehoogt" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "Een reeks dat iedere order wordt ogehoogt" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -294,7 +310,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -327,15 +343,15 @@ msgstr "Een algemene korting toevoegen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "Adres" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Admin badge" @@ -374,7 +390,7 @@ msgstr "Totaalbedrag" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "Een anonieme order kan niet gefactureerd worden" @@ -424,7 +440,7 @@ msgstr "Gemiddelde prijs" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -446,6 +462,14 @@ msgstr "Bankafschriftregel" msgid "BarCode" msgstr "Barcode" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Barcode" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -461,7 +485,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Barcode scanner" @@ -513,15 +537,15 @@ msgstr "Niet via de browser printen, maar via de hardware proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "VERANDEREN" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -538,6 +562,13 @@ msgstr "Annuleren" msgid "Cancelled" msgstr "Geannuleerd" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "Kan geen wisselgeld terug geven bij een niet contant betaalwijze" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -545,10 +576,10 @@ msgstr "Wortelen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" -msgstr "Kas" +msgstr "Contant" #. module: point_of_sale #: field:pos.session,details_ids:0 @@ -600,15 +631,15 @@ msgstr "Barcode kassmedewerker" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "Wijzig Klant" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Wisselgeld:" @@ -646,11 +677,9 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Vink deze optie aan indien het product moet worden gewogen (meestal in " -"combinatie met de zelfbedienings modus)." +"Controleer of het product moet worden gewogen d.m.v. de weegschaalintegratie" #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -704,6 +733,13 @@ msgstr "" "Vink deze optie aan indien u alle boekingen wilt groeperen per product, bij " "het sluiten van een sessie." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "Controleer uw internetverbinding en probeer het opnieuw." + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -731,10 +767,11 @@ msgstr "Chips" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Kies uw bontype:" +msgid "City" +msgstr "Plaats" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -748,15 +785,15 @@ msgstr "Klik om een sessie te starten." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Klant badge" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Afsluiten" @@ -773,7 +810,7 @@ msgid "Closed" msgstr "Gesloten" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -786,7 +823,7 @@ msgid "Closing Cash Control" msgstr "Afsluiten kassa controle" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -924,15 +961,15 @@ msgid "Configuration" msgstr "Instellingen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Configuratiefout!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Bevestigen" @@ -949,6 +986,20 @@ msgstr "Verbinden met de PosBox" msgid "Continue Selling" msgstr "Verkoop hervatten" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "Kan de afbeelding niet lezen" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "Land" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -1013,7 +1064,7 @@ msgstr "Valuta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Speciale EAN13" @@ -1021,7 +1072,6 @@ msgstr "Speciale EAN13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Klant" @@ -1031,7 +1081,7 @@ msgid "Customer Barcodes" msgstr "Klant barcodes" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Verkoopfactuur" @@ -1075,7 +1125,7 @@ msgstr "Data" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Debugvenster" @@ -1092,14 +1142,14 @@ msgstr "Vertraging validatie" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "Verwijder alle niet verzonden orders" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "Verwijder niet-verzonden orders?" @@ -1118,14 +1168,14 @@ msgstr "Omschrijving" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "Deselecteer Klant" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "Verwijder huidige order?" @@ -1195,15 +1245,15 @@ msgstr "Opmerking bij Korting" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Korting:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "Kortingen" @@ -1343,12 +1393,20 @@ msgstr "Wijzig EAN" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Electronische weegschaal" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "E-mail" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1408,7 +1466,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Fout" @@ -1419,20 +1477,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Fout! het is niet mogelijk recursieve categorieën te maken!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1444,6 +1502,20 @@ msgstr "Fout!" msgid "Error: Invalid ean code" msgstr "Fout: Ongeldige EAN-code" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" +"Fout: De kassa gebruiker moet behoren tot hetzelfde bedrijf als de kassa. U " +"probeert waarschijnlijk de kassa te laden als administrator in een multi-" +"company omgeving, met de administrator ingesteld op het verkeerde bedrijf." + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1608,7 +1680,7 @@ msgstr "Groepeer boekingen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Hardware Gebeurtenissen" @@ -1620,7 +1692,7 @@ msgstr "Hardware Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Hardware status" @@ -1631,8 +1703,6 @@ msgid "Has Cash Control" msgstr "Heeft kassa controle" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1656,7 +1726,6 @@ msgstr "Heeft kassa controle" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -1706,7 +1775,7 @@ msgid "In Cluster Tomatoes" msgstr "Trostomaten" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1714,7 +1783,7 @@ msgid "In Progress" msgstr "In behandeling" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1733,18 +1802,15 @@ msgstr "Interne notities" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Ongeldige EAN code" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factuur" @@ -1940,7 +2006,7 @@ msgstr "Lijst van kasregisters" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1952,6 +2018,11 @@ msgstr "Bezig met laden" msgid "Location" msgstr "Locatie" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "Login nummer" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1989,7 +2060,7 @@ msgstr "" "formulierweergaves en sommige kanban weergaves" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -2027,15 +2098,17 @@ msgstr "Mijn verkopen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "N/A" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2067,7 +2140,7 @@ msgstr "Nieuwe sessie" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Volgende order" @@ -2079,13 +2152,13 @@ msgid "No Cash Register Defined!" msgstr "Geen kasregister gedefinieerd!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "Geen prijslijst!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2094,7 +2167,7 @@ msgstr "" "registreren." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "Geen relatie met een factuur voor %s, " @@ -2104,6 +2177,13 @@ msgstr "Geen relatie met een factuur voor %s, " msgid "No. Of Articles" msgstr "Aantal producten" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "Geen" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2131,19 +2211,17 @@ msgstr "Odoo Point of Sale" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "Offline" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2158,6 +2236,14 @@ msgstr "Uien" msgid "Onions / Garlic / Shallots" msgstr "Uien / knoflook / sjalotten" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" +"Alleen web-compatible afbeeldingssoorten zoals .png of .jpg zijn toegestaan" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2172,7 +2258,7 @@ msgstr "Open kasregister" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Open kassa" @@ -2216,7 +2302,7 @@ msgid "Opening Cashbox Lines" msgstr "Opening kasregels" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2268,9 +2354,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Order" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "Order " + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2288,6 +2380,7 @@ msgstr "Orderregels" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "Bestel maand" @@ -2407,7 +2500,7 @@ msgstr "Betaald" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Betaald:" @@ -2489,7 +2582,7 @@ msgstr "Peren" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2548,14 +2641,16 @@ msgstr "Persoon welke de kassa gebruikt." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "Telefoon" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefoon:" @@ -2587,17 +2682,28 @@ msgid "Plain Water" msgstr "Water" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Definieer een omzetrekening voor dit product: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Kies een relatie voor deze verkoop" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" +"Selecteer een klant voor deze order. Dit is mogelijk door op het order " +"tabblad te klikken" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2664,12 +2770,6 @@ msgstr "Kassa instellingen" msgid "Point of Sale Configuration" msgstr "Kassa instellingen" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Kassa verlies" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2690,12 +2790,6 @@ msgstr "Kassa orderanalyse" msgid "Point of Sale Payment" msgstr "Kassa betaling" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Kassa bruto winst" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2721,6 +2815,13 @@ msgstr "Kassa categorieën" msgid "Pos Product Categories" msgstr "Kassa product categorieën" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "PosBox afdrukfout" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2731,6 +2832,13 @@ msgstr "Boek alle orders" msgid "Post POS Journal Entries" msgstr "Maak kassa boekingen" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "Postcode" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2766,7 +2874,7 @@ msgstr "Prijslijst" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Afdrukken" @@ -2779,7 +2887,7 @@ msgstr "Afdrukdatum" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Afdrukken kassabon" @@ -2802,7 +2910,7 @@ msgstr "Afdrukken via proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "Printer" @@ -2822,6 +2930,12 @@ msgstr "Product" msgid "Product Barcodes" msgstr "Product Barcodes" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "Productcategorie" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2832,6 +2946,11 @@ msgstr "Product nr." msgid "Product Product Categories" msgstr "Product Product categorieën" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "Product hoeveelheid" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2891,7 +3010,7 @@ msgstr "Opnieuw afdrukken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Weegschaal uitlezen" @@ -2934,7 +3053,7 @@ msgstr "Rode grapefruit" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2943,7 +3062,7 @@ msgstr "Referentie" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Resterend:" @@ -2955,7 +3074,7 @@ msgstr "Opnieuw afdrukken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Reset" @@ -2973,7 +3092,7 @@ msgid "Resume Session" msgstr "Sessie hervatten" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3085,7 +3204,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "Schaal" @@ -3097,7 +3216,7 @@ msgstr "Scannen via Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "Scanner" @@ -3110,7 +3229,7 @@ msgstr "Zoek kas transacties" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "Zoek Klanten" @@ -3129,7 +3248,7 @@ msgstr "Verkooporder zoeken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "Selecteer Klant" @@ -3140,7 +3259,7 @@ msgid "Select your Point of Sale" msgstr "Selecteer uw kassa" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Geselecteerde orders hebben niet dezelfde sessie!" @@ -3167,7 +3286,7 @@ msgstr "Volgnummer" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "Geholpen door" @@ -3213,14 +3332,14 @@ msgstr "Sessies" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "Klant instellen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Gewicht instellen" @@ -3249,14 +3368,14 @@ msgstr "Deactiveren" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Winkel:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "Toon alle onverstuurde orders" @@ -3296,19 +3415,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" -"Sorry, het was niet mogelijk om een sessie aan te maken voor deze gebruiker." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3437,10 +3548,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "Voorraadlocatie" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "Straat" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3448,7 +3566,7 @@ msgstr "Stringers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3461,7 +3579,7 @@ msgstr "Subtotaal excl. Bel." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotaal:" @@ -3493,7 +3611,7 @@ msgstr "Gesynchroniseerd" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "TOTAAL" @@ -3509,13 +3627,21 @@ msgid "Take Money Out" msgstr "Haal geld eruit" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Belasting" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "BTW Nr." + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3526,36 +3652,20 @@ msgstr "Belastingen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Belastingen:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "Tel:" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" -"De order kan niet naar de server gezonden worden voor facturering. Facturen " -"kunnen\n" -" niet gemaakt worden in offline mode. Controleer de " -"internet verbinding\n" -" en probeer het nog eens." - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" @@ -3563,7 +3673,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3584,6 +3694,18 @@ msgstr "" "De kassa ondersteund geen Microsoft Internet Explorer. Gebruik een\n" " moderne browser, zoals" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "Het bedrijf van het verkoopboek is anders dan die van de kassa" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "Het bedrijf van het voorraadlocatie is anders dan die van de kassa" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3598,6 +3720,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "De naam van de sessie moet uniek zijn." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "De order kon niet worden verzonden" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3637,6 +3766,27 @@ msgstr "Het patroon dat een product identificeert met een barcode" msgid "The physical point of sale you will use." msgstr "De fysieke kassa welke u gaat gebruiken." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" +"Het aangeleverde bestand kon niet worden gelezen door een onbekende fout" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" +"De kassabon kon niet worden afgedrukt. De software op de PosBox is " +"waarschijnlijk verouderd. Raadpleeg de PosBox software instructies of neem " +"contact op met support." + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3654,7 +3804,7 @@ msgstr "" "iedere kassa, door gebruik te maken van het kassa tabblad." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3667,7 +3817,7 @@ msgstr "Theoretisch eindsaldo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "Er zijn geen onverzonden orders" @@ -3683,6 +3833,23 @@ msgstr "" "Er zijn lopende opdrachten die niet kunnen worden opgeslagen in de database. " "Weet u zeker dat u wilt afsluiten?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" +"Er is geen cash betaalwijze beschikbaar in deze kassa om wisselgeld te " +"kunnen gebruiken.\n" +"\n" +" Betaal het exacte bedrag of voeg een contant betaalwijze toe bij de kassa " +"instellingen" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3690,7 +3857,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Er is geen kasregister voor deze kassa sessie" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3700,7 +3867,7 @@ msgstr "" "klant: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Er is geen debiteuren rekening ingesteld om een betaling te maken." @@ -3729,7 +3896,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3756,13 +3923,6 @@ msgstr "" "De categorieën worden gebruikt om gelijkaardige producten te groeperen bij " "de kassa." -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Kassabon" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3780,11 +3940,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" -msgstr "Te wegen" +msgid "To Weigh With Scale" +msgstr "Te wegen met weegschaal" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3898,37 +4058,32 @@ msgstr "Totaal aantal" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Totaal:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Handel debiteuren" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "Type" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "Onmogelijk om te verwijderen!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Onmogelijk om de picklijst te annuleren." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3946,26 +4101,33 @@ msgstr "Prijs" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "Onbekende Barcode" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Onbekend product" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "Niet verzonden orders" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "Bestandsformaat niet ondersteund" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3990,7 +4152,7 @@ msgstr "Gebruikers producten" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -4004,14 +4166,14 @@ msgstr "Gebruikers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "BTW:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Bevestigen" @@ -4043,22 +4205,15 @@ msgstr "Gewicht Barcodes" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Wegen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Welkom" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Met" @@ -4089,7 +4244,7 @@ msgstr "" "Het is mogelijk een andere lijst te maken van beschikbare valuta's bij de" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4099,7 +4254,7 @@ msgstr "" "al een factuur is aangemaakt." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4127,7 +4282,7 @@ msgstr "" "Het is niet mogelijk om twee kassa controles te hebben voor één kassa!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4155,13 +4310,13 @@ msgstr "" "\"Kassa/Instellingen/Betaalmethodes\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "U dient tenminste één kassa te openen." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4183,14 +4338,14 @@ msgstr "" "touchscreen." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "U dient een kassa aan uw sessie toe te wijzen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "U verliest alle data die geassocieerd is met de huidige order" @@ -4202,7 +4357,7 @@ msgid "Your Session" msgstr "Uw sessie" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4214,11 +4369,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Nog geen verkopen." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "Postcode" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4226,57 +4388,50 @@ msgstr "Zucchini" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "à" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "caps lock" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "sluiten" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "verwijderen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "Korting" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "e-mail" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "fout!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "niet gebruikt" @@ -4295,31 +4450,24 @@ msgstr "betaalmethode" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "telefoon" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "terug" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "shift" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "tab" @@ -4342,3 +4490,38 @@ msgstr "transactie voor de kassa" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "onbekend" + +#~ msgid "# of Qty" +#~ msgstr "# Aantal" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Welkom" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Kassa bruto winst" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Kassa verlies" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Kassabon" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "" +#~ "Sorry, het was niet mogelijk om een sessie aan te maken voor deze gebruiker." + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Vink deze optie aan indien het product moet worden gewogen (meestal in " +#~ "combinatie met de zelfbedienings modus)." + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Kies uw bontype:" diff --git a/addons/point_of_sale/i18n/nl_BE.po b/addons/point_of_sale/i18n/nl_BE.po index 51f3fbf5b0d..96e42a96ec3 100644 --- a/addons/point_of_sale/i18n/nl_BE.po +++ b/addons/point_of_sale/i18n/nl_BE.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# lijnen" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "Hvh" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "Voeg een globale korting toe" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Totaalbedrag" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Gemiddelde prijs" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Rekeninguittreksellijn" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Streepjescode" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Annuleren" msgid "Cancelled" msgstr "Geannuleerd" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Wijzigen:" @@ -580,8 +609,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -626,6 +654,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -653,9 +688,10 @@ msgstr "Chips" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -670,15 +706,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Sluiten" @@ -695,7 +731,7 @@ msgid "Closed" msgstr "Gesloten" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -708,7 +744,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -846,15 +882,15 @@ msgid "Configuration" msgstr "Instellingen" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Bevestigen" @@ -871,6 +907,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -935,7 +985,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -943,7 +993,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Klant" @@ -953,7 +1002,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Verkoopfactuur" @@ -997,7 +1046,7 @@ msgstr "Datums" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1014,14 +1063,14 @@ msgstr "Validatie doorlooptijd" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1040,14 +1089,14 @@ msgstr "Omschrijving" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1116,15 +1165,15 @@ msgstr "Kortingsbericht" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1242,12 +1291,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1304,7 +1361,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Fout" @@ -1315,20 +1372,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "U kunt niet dezelfde categorieën maken." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1340,6 +1397,17 @@ msgstr "Fout" msgid "Error: Invalid ean code" msgstr "Fout: ongeldige EAN-code" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1504,7 +1572,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1516,7 +1584,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1527,8 +1595,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1552,7 +1618,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1602,7 +1667,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1610,7 +1675,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1630,18 +1695,15 @@ msgstr "Interne notities" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factuur" @@ -1837,7 +1899,7 @@ msgstr "Lijst van kasboeken" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1849,6 +1911,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1883,7 +1950,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1919,15 +1986,17 @@ msgstr "Mijn verkopen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1959,7 +2028,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Volgende order" @@ -1971,20 +2040,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1994,6 +2063,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Aantal producten" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2021,19 +2097,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2048,6 +2122,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2062,7 +2143,7 @@ msgstr "Kasboeken openen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2106,7 +2187,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2158,9 +2239,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Order" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2178,6 +2265,7 @@ msgstr "Orderlijnen" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2297,7 +2385,7 @@ msgstr "Betaald" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Betaald:" @@ -2379,7 +2467,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2436,14 +2524,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefoon:" @@ -2475,17 +2565,26 @@ msgid "Plain Water" msgstr "Zuiver water" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Gelieve een relatie op te geven voor de verkoop." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2552,12 +2651,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2578,12 +2671,6 @@ msgstr "Kassaverkoopstatistieken" msgid "Point of Sale Payment" msgstr "Betaling kassaverkoop" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2609,6 +2696,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2619,6 +2713,13 @@ msgstr "Alle orders boeken" msgid "Post POS Journal Entries" msgstr "Verkooppuntboekingen definitief maken" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2654,7 +2755,7 @@ msgstr "Prijslijst" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Afdrukken" @@ -2667,7 +2768,7 @@ msgstr "Afdrukdatum" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Kasticket afdrukken" @@ -2690,7 +2791,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2710,6 +2811,12 @@ msgstr "Product" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2720,6 +2827,11 @@ msgstr "Productnr." msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2779,7 +2891,7 @@ msgstr "Opnieuw afdrukken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2822,7 +2934,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2831,7 +2943,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2843,7 +2955,7 @@ msgstr "Opnieuw afdrukken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2861,7 +2973,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2973,7 +3085,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2985,7 +3097,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2998,7 +3110,7 @@ msgstr "Kasboekingen zoeken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3017,7 +3129,7 @@ msgstr "Verkooporders zoeken" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3028,7 +3140,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3055,7 +3167,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3101,14 +3213,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3137,14 +3249,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Verkooppunt:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3181,18 +3293,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3321,10 +3426,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3332,7 +3444,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3345,7 +3457,7 @@ msgstr "Subtotaal excl. btw" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotaal:" @@ -3377,7 +3489,7 @@ msgstr "Gesynchroniseerd" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3393,13 +3505,21 @@ msgid "Take Money Out" msgstr "Geld uit kas" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Btw" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3410,38 +3530,27 @@ msgstr "Btw" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Btw:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3458,6 +3567,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3470,6 +3591,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3505,6 +3633,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3522,7 +3667,7 @@ msgstr "" "Kas." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3535,7 +3680,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3551,6 +3696,18 @@ msgstr "" "Er zijn hangende transacties die niet kunnen worden opgeslagen. Bent u zeker " "dat u wilt afsluiten?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3558,7 +3715,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3566,7 +3723,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3589,7 +3746,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3609,13 +3766,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3633,11 +3783,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3749,37 +3899,32 @@ msgstr "Totale hvh" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Totaal:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Kan de picking niet annuleren." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3795,26 +3940,33 @@ msgstr "Eenheidsprijs" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3839,7 +3991,7 @@ msgstr "Product van de gebruiker" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3853,14 +4005,14 @@ msgstr "Gebruikers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Goedkeuren" @@ -3892,22 +4044,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3935,7 +4080,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3943,7 +4088,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3967,7 +4112,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3986,13 +4131,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4010,14 +4155,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4029,7 +4174,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4039,11 +4184,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4051,57 +4203,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4120,31 +4265,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4167,3 +4305,6 @@ msgstr "transactie voor kassaverkoop" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "onbekend" + +#~ msgid "# of Qty" +#~ msgstr "Hvh" diff --git a/addons/point_of_sale/i18n/pl.po b/addons/point_of_sale/i18n/pl.po index 85874faa30f..50659152acd 100644 --- a/addons/point_of_sale/i18n/pl.po +++ b/addons/point_of_sale/i18n/pl.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-31 14:48+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-01 09:14+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# pozycji" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# Ilości" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "+ Transakcje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "Cytryna 1.54€" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141 kg Pomarańczy" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "= Teoretyczny bilans zamknięcia" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "Krótki tekst, który będzie drukowany w nagłówku paragonu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -265,15 +279,15 @@ msgstr "Podaj upust ogólny" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "Adres" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Odznaka administratora" @@ -312,7 +326,7 @@ msgstr "Kwota łączna" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "Anonimowe zamówienie nie może zostać zafakturowane" @@ -362,7 +376,7 @@ msgstr "Cena przeciętna" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Pozycja wyciągu bankowego" msgid "BarCode" msgstr "Kod kreskowy" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Kod kreskowy" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Skaner kodów kreskowych" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Anuluj" msgid "Cancelled" msgstr "Anulowane" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "Marchewki" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "Gotówka" @@ -534,15 +563,15 @@ msgstr "Kody kasjerów" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "Zmień klienta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Zmiany:" @@ -580,11 +609,8 @@ msgstr "Chaudfontaine Petillante 0.5 l" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Zaznacz, jeśli produkt ma być ważony (stosowane głównie do interfejsów " -"samoobsługowych)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -630,6 +656,13 @@ msgstr "" "Zaznacz, jeśli chcesz grupoważ pozycje dziennika wg produktu w moemencie " "zamknięcia sesji." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -657,10 +690,11 @@ msgstr "Chipsy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Wybierz typ potwierdzenia:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -674,15 +708,15 @@ msgstr "Kliknij, aby rozpocząć sesję" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Odznaka klienta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zamknij" @@ -699,7 +733,7 @@ msgid "Closed" msgstr "Zamknięte" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -712,7 +746,7 @@ msgid "Closing Cash Control" msgstr "Zamykanie kasy" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -850,15 +884,15 @@ msgid "Configuration" msgstr "Konfiguracja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Błąd konfiguracji!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Potwierdź" @@ -875,6 +909,20 @@ msgstr "Łączenie z PosBox'em" msgid "Continue Selling" msgstr "Kontynuuj sprzedaż" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -939,7 +987,7 @@ msgstr "Waluta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Ean13" @@ -947,7 +995,6 @@ msgstr "Ean13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Klient" @@ -957,7 +1004,7 @@ msgid "Customer Barcodes" msgstr "Kod kreskowy klienta" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Faktura dla klienta" @@ -1001,7 +1048,7 @@ msgstr "Daty" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Diagnozowanie błędów" @@ -1018,14 +1065,14 @@ msgstr "Opóźnienie zatwierdzenia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "Usuń wszystkie niewysłane zamówienia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "Usunąć niewysłane zamówienia?" @@ -1044,14 +1091,14 @@ msgstr "Opis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "Odznacz klienta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "Usunąć bieżące zamówienie?" @@ -1122,15 +1169,15 @@ msgstr "Notatka upustu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Zniżka:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "Żniżki" @@ -1248,12 +1295,20 @@ msgstr "Edytuj Ean" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Waga elektroniczna" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1310,7 +1365,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Błąd" @@ -1321,20 +1376,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Błąd! Nie możesz tworzyć rekursywnych kategorii." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1346,6 +1401,17 @@ msgstr "Błąd!" msgid "Error: Invalid ean code" msgstr "Błąd: Niedozwolony kod EAN" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1509,7 +1575,7 @@ msgstr "Grupuj pozycje dziennika" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1521,7 +1587,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1532,8 +1598,6 @@ msgid "Has Cash Control" msgstr "Posiada obsługę kasy" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1557,7 +1621,6 @@ msgstr "Posiada obsługę kasy" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "ID" @@ -1607,7 +1670,7 @@ msgid "In Cluster Tomatoes" msgstr "Pomidory w opakowaniu" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1615,7 +1678,7 @@ msgid "In Progress" msgstr "W toku" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Sprzedaż musi być nowa lub anulowana, aby ją usunąć." @@ -1633,18 +1696,15 @@ msgstr "Uwagi wewnętrzne" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Niepoprawny EAN" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Faktura" @@ -1840,7 +1900,7 @@ msgstr "Lista kas rejerstrujących" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1852,6 +1912,11 @@ msgstr "Wczytywanie" msgid "Location" msgstr "Lokalizacja" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1888,7 +1953,7 @@ msgstr "" "rozmiaru 128x128 px. Używane w widoku formularza i kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1924,15 +1989,17 @@ msgstr "Moja sprzedaż" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "B/D" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1964,7 +2031,7 @@ msgstr "Nowa sesja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Następne zamówienie" @@ -1976,20 +2043,20 @@ msgid "No Cash Register Defined!" msgstr "Nie zdefiniowano kasy fiskalnej!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "Brak cennika!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "Brak powiązania do faktury dla %s., " @@ -1999,6 +2066,13 @@ msgstr "Brak powiązania do faktury dla %s., " msgid "No. Of Articles" msgstr "Liczba artykułów" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2026,19 +2100,17 @@ msgstr "Odoo POS" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "Niedostępny" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2053,6 +2125,13 @@ msgstr "Opcje" msgid "Onions / Garlic / Shallots" msgstr "Cebula / czosnek / szalotka" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2067,7 +2146,7 @@ msgstr "Otwórz kasę" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Otwórz kasę" @@ -2111,7 +2190,7 @@ msgid "Opening Cashbox Lines" msgstr "Pozycje początkowych sald" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2163,9 +2242,15 @@ msgstr "Orangina 0.33 l" msgid "Order" msgstr "Zamówienie" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2183,6 +2268,7 @@ msgstr "Pozycje zamówienia" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "Miesiąc zamówienia" @@ -2302,7 +2388,7 @@ msgstr "Zapłacone" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Zapłacono:" @@ -2384,7 +2470,7 @@ msgstr "Gruszki" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2443,14 +2529,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "Telefon" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2482,17 +2570,26 @@ msgid "Plain Water" msgstr "Czysta woda" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Zdefiniuj konto przychodów dla tego produktu: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Proszę wprowadzić partnera dla sprzedaży." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2559,12 +2656,6 @@ msgstr "Konfiguracja PS" msgid "Point of Sale Configuration" msgstr "Konfiguracja punktu sprzedaży" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Straty punktu sprzedaży" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2585,12 +2676,6 @@ msgstr "Statystyki zamówień punktu sprzedaży" msgid "Point of Sale Payment" msgstr "Płatność punktu sprzedaży" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Zyski punktu sprzedaży" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2616,6 +2701,13 @@ msgstr "Kategorie PS" msgid "Pos Product Categories" msgstr "Kategorie produktu PS" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2626,6 +2718,13 @@ msgstr "Zaksięguj wszystkie zamówienia" msgid "Post POS Journal Entries" msgstr "Zaksięguj zapisy PS" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2661,7 +2760,7 @@ msgstr "Cennik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Drukuj" @@ -2674,7 +2773,7 @@ msgstr "Data wydruku" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Drukuj paragon" @@ -2697,7 +2796,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "Drukarka" @@ -2717,6 +2816,12 @@ msgstr "Produkt" msgid "Product Barcodes" msgstr "Kody kreskowe produktu" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2727,6 +2832,11 @@ msgstr "Liczba prod." msgid "Product Product Categories" msgstr "Kategorie produktu" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2786,7 +2896,7 @@ msgstr "Drukuj ponownie" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Odczytaj wagę" @@ -2829,7 +2939,7 @@ msgstr "Czerwony grejpfrut" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2838,7 +2948,7 @@ msgstr "Odnośnik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Pozostało:" @@ -2850,7 +2960,7 @@ msgstr "Wydrukuj Ponownie" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Wyzeruj" @@ -2868,7 +2978,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2980,7 +3090,7 @@ msgstr "San Pellegrino 1 l" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "Skala" @@ -2992,7 +3102,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "Skaner" @@ -3005,7 +3115,7 @@ msgstr "Szukaj zapisów kasy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "Szukaj klientów" @@ -3024,7 +3134,7 @@ msgstr "Przeszukaj zamówienia sprzedaży" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "Wybierz klienta" @@ -3035,7 +3145,7 @@ msgid "Select your Point of Sale" msgstr "Wybierz kasę" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Wybrane zamówienia nie należą do tej samej sesji." @@ -3062,7 +3172,7 @@ msgstr "Numer sekwencji" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "Obsługujący" @@ -3108,14 +3218,14 @@ msgstr "Sesje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "Wybierz klienta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Ustaw wagę" @@ -3144,14 +3254,14 @@ msgstr "Ustaw jako nieaktywne" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Sklep:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "Pokaż wszystkie niewysłane zamówienia" @@ -3190,18 +3300,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 0.33 l" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Przepraszamy, nie można utworzyć sesji dla tego użytkownika." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3330,10 +3433,17 @@ msgstr "Stella Artois 0.5 l" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "Strefa składowania" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3341,7 +3451,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3354,7 +3464,7 @@ msgstr "Suma cześciowa b. pod." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Suma częściowa:" @@ -3386,7 +3496,7 @@ msgstr "Zsynchronizowane" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "RAZEM" @@ -3402,13 +3512,21 @@ msgid "Take Money Out" msgstr "Wybierz pieniądze" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Podatek" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3419,38 +3537,27 @@ msgstr "Podatki" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Podatki:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "Tel:" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "Zamówienie PS musi zawierać pozycje przed wykonaniem tej czynności" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3470,6 +3577,18 @@ msgstr "" "Zastosuj\n" " nowoczesną przeglądarkę jak" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3482,6 +3601,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Nazwa tej sesji PS musi być unikalna !" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3517,6 +3643,23 @@ msgstr "Wzór identyfikujący kod kreskowy produktu" msgid "The physical point of sale you will use." msgstr "Fizyczny punkt sprzedaży, którego używasz." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3531,7 +3674,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3546,7 +3689,7 @@ msgstr "Teoretyczny bilans zamknięcia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "Brak niewysłanych zamówień" @@ -3562,6 +3705,18 @@ msgstr "" "Pewne operacje są w toku i mogą zostać niezapisane w bazie danych, czy na " "pewno chcesz wyjść?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3569,7 +3724,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Brak kasy fiskalnej dla tej sesji PS" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3577,7 +3732,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Brak zdefiniowanego konta należności by wykonać wpłatę." @@ -3602,7 +3757,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3624,13 +3779,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "Kategorie są używane do grupowania podobnych produktów." -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Kwit" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3648,11 +3796,11 @@ msgstr "Timmermans Kriek 0.375 l" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3765,37 +3913,32 @@ msgstr "łączna ilość" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Razem:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "Typ" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "Nie można usunąć!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Nie można anulować pobrania." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3811,26 +3954,33 @@ msgstr "Cena jednostkowa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "Nie znany kod kreskowy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Nieznany produkt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "Niewysłane zamówienia" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3855,7 +4005,7 @@ msgstr "Produkt użytkownika" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3869,14 +4019,14 @@ msgstr "Użytkownicy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "VAT:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Zatwierdź" @@ -3908,22 +4058,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Ważenie" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Witaj" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Z" @@ -3953,7 +4096,7 @@ msgid "You can define another list of available currencies on the" msgstr "Możesz zdefiniować następną listę dostępnych walut w" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3962,7 +4105,7 @@ msgstr "" "Nie możesz zmienić partnera zamówienia PS, dla którego wystawiono fakturę." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3992,7 +4135,7 @@ msgstr "" "sprzedaży!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4011,13 +4154,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Musisz otworzyć co najmniej jedną kasę." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4035,14 +4178,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Powinieneś powiązać Punkt Sprzedaży z sesją" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "Stracisz wszystkie dane powiązane z obecnym zamówieniem" @@ -4054,7 +4197,7 @@ msgid "Your Session" msgstr "Twoja sesja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4064,11 +4207,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Twój koszyk jest pusty" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4076,57 +4226,50 @@ msgstr "Cukinia" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "błąd!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "nie używane" @@ -4145,31 +4288,24 @@ msgstr "metoda płatności." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4192,3 +4328,40 @@ msgstr "Transakcja dla POS" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "nieznany" + +#~ msgid "# of Qty" +#~ msgstr "# Ilości" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Witaj" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Wybierz typ potwierdzenia:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Kwit" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Zaznacz, jeśli produkt ma być ważony (stosowane głównie do interfejsów " +#~ "samoobsługowych)." + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Straty punktu sprzedaży" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Zyski punktu sprzedaży" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Przepraszamy, nie można utworzyć sesji dla tego użytkownika." + +#~ msgid "Type" +#~ msgstr "Typ" diff --git a/addons/point_of_sale/i18n/pt.po b/addons/point_of_sale/i18n/pt.po index 99f7befc78f..06716535d23 100644 --- a/addons/point_of_sale/i18n/pt.po +++ b/addons/point_of_sale/i18n/pt.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# de Linhas" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# de Qtd" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -217,6 +212,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -227,6 +229,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -244,7 +258,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -277,15 +291,15 @@ msgstr "Adicionar desconto global" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -324,7 +338,7 @@ msgstr "Montante total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -374,7 +388,7 @@ msgstr "Preço Médio" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -396,6 +410,14 @@ msgstr "Linha de Extrato Bancário" msgid "BarCode" msgstr "Código de barras" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Código de Barras" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -407,7 +429,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Leitor de Código de Barras" @@ -459,15 +481,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -484,6 +506,13 @@ msgstr "Cancelar" msgid "Cancelled" msgstr "Cancelado" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -491,7 +520,7 @@ msgstr "Cenouras" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -546,15 +575,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Troco:" @@ -592,8 +621,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -640,6 +668,13 @@ msgstr "" "Marcar esta opção se pretende agrupar itens do diário por Produto enquanto " "fecha uma Sessão" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -667,10 +702,11 @@ msgstr "Batatas Fritas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Escolha o seu tipo de recibo" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -684,15 +720,15 @@ msgstr "Clique para iniciar uma sessão." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Fechar" @@ -709,7 +745,7 @@ msgid "Closed" msgstr "Encerrado" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -722,7 +758,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -860,15 +896,15 @@ msgid "Configuration" msgstr "Configuração" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -885,6 +921,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -949,7 +999,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -957,7 +1007,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -967,7 +1016,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Fatura do Cliente" @@ -1011,7 +1060,7 @@ msgstr "Datas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1028,14 +1077,14 @@ msgstr "Validação de Atraso" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1054,14 +1103,14 @@ msgstr "Descrição" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1130,15 +1179,15 @@ msgstr "Aviso de Desconto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1256,12 +1305,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1318,7 +1375,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Erro" @@ -1329,20 +1386,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Erro! Não pode criar categorias recursivas." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1354,6 +1411,17 @@ msgstr "Erro!" msgid "Error: Invalid ean code" msgstr "Erro: Código EAN inválido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1518,7 +1586,7 @@ msgstr "Agrupar Itens do Diário" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Eventos de Hardware" @@ -1530,7 +1598,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Estado do Hardware" @@ -1541,8 +1609,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1566,7 +1632,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1616,7 +1681,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1624,7 +1689,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Para apagar uma venda, ela deve ser nova ou cancelada." @@ -1642,18 +1707,15 @@ msgstr "Notas Internas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Ean Inválido" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Fatura" @@ -1849,7 +1911,7 @@ msgstr "Lista de caixas registadoras" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1861,6 +1923,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1898,7 +1965,7 @@ msgstr "" "vistas kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1934,15 +2001,17 @@ msgstr "As minhas vendas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1974,7 +2043,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Próxima ordem" @@ -1986,20 +2055,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2009,6 +2078,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Nº de Artigos" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2036,19 +2112,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2063,6 +2137,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2077,7 +2158,7 @@ msgstr "Abrir Folha de Caixa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2121,7 +2202,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2173,9 +2254,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Ordem" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2193,6 +2280,7 @@ msgstr "Linhas da Ordem" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2312,7 +2400,7 @@ msgstr "Pago" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Pago:" @@ -2394,7 +2482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2451,14 +2539,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefone:" @@ -2490,17 +2580,26 @@ msgid "Plain Water" msgstr "Água sem gás" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Por favor defina conta de receita para este produto: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Por Favor forneça um parceiro para a venda" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2567,12 +2666,6 @@ msgstr "Configuração do Ponto de Venda" msgid "Point of Sale Configuration" msgstr "Configuração de Ponto de Venda" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2593,12 +2686,6 @@ msgstr "Estatísticas de Ordens do Ponto de Venda" msgid "Point of Sale Payment" msgstr "Pagamento de Ponto de Venda" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Lucro do Ponto de Venda" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2624,6 +2711,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2634,6 +2728,13 @@ msgstr "Publicar todos os pedidos" msgid "Post POS Journal Entries" msgstr "Publicar Entrada Diária POS" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2669,7 +2770,7 @@ msgstr "Lista de Preços" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Imprimir" @@ -2682,7 +2783,7 @@ msgstr "Data de Impressão" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimir Recibo" @@ -2705,7 +2806,7 @@ msgstr "Imprimir via Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2725,6 +2826,12 @@ msgstr "Artigo" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2735,6 +2842,11 @@ msgstr "Nº de Artigo" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2794,7 +2906,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2837,7 +2949,7 @@ msgstr "Uva vermelha" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2846,7 +2958,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2858,7 +2970,7 @@ msgstr "Reimprimir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2876,7 +2988,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2988,7 +3100,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3000,7 +3112,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3013,7 +3125,7 @@ msgstr "Pesquisar Extratos de Dinheiro" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3032,7 +3144,7 @@ msgstr "Pesquisar Ordem de Venda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3043,7 +3155,7 @@ msgid "Select your Point of Sale" msgstr "Seleccione o seu Ponto de Venda" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Foram seleccionadas encomendas que não pertençam à mesma sessão!" @@ -3070,7 +3182,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3116,14 +3228,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Defina o Peso" @@ -3152,14 +3264,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Loja:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3199,18 +3311,11 @@ msgstr "Gasosa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Desculpe, não foi possível criar sessão para este utilizador" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3339,10 +3444,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3350,7 +3462,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3363,7 +3475,7 @@ msgstr "Subtotal Sem Imposto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotal:" @@ -3395,7 +3507,7 @@ msgstr "Sincronizado" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3411,13 +3523,21 @@ msgid "Take Money Out" msgstr "Retirar dinheiro" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Imposto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3428,38 +3548,27 @@ msgstr "Impostos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impostos:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3479,6 +3588,18 @@ msgstr "" "use\n" " um navegador moderno como o" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3491,6 +3612,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "O nome desta sessão POS tem que ser único !" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3526,6 +3654,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3543,7 +3688,7 @@ msgstr "" "cada registo, usando o seu guia da caixa." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3556,7 +3701,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3572,6 +3717,18 @@ msgstr "" "Há operações pendentes que não poderiam ser salvas na base de dados, tem " "certeza que deseja sair?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3579,7 +3736,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3587,7 +3744,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3612,7 +3769,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3632,13 +3789,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Bilhete" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3656,11 +3806,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3772,37 +3922,32 @@ msgstr "Quant.Total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Não é possível cancelar o picking." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3820,26 +3965,33 @@ msgstr "Preço Unitário" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Produto Desconhecido" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3864,7 +4016,7 @@ msgstr "Artigo do Utilizador" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3878,14 +4030,14 @@ msgstr "Utilizadores" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Validar" @@ -3917,22 +4069,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Pesagem" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3960,7 +4105,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3968,7 +4113,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3992,7 +4137,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4011,13 +4156,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4039,14 +4184,14 @@ msgstr "" "sensível ao toque." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Deverá atribuir um Ponto de Venda à sua sessão." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4058,7 +4203,7 @@ msgid "Your Session" msgstr "A Sua Sessão" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4068,11 +4213,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "O seu carrinho de compras está vazio" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4080,57 +4232,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "desconto" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "não usado" @@ -4149,31 +4294,24 @@ msgstr "método de pagamento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4196,3 +4334,22 @@ msgstr "Transação Para o Ponto de Venda" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "Desconhecido" + +#~ msgid "# of Qty" +#~ msgstr "# de Qtd" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Escolha o seu tipo de recibo" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Bilhete" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Lucro do Ponto de Venda" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Desculpe, não foi possível criar sessão para este utilizador" diff --git a/addons/point_of_sale/i18n/pt_BR.po b/addons/point_of_sale/i18n/pt_BR.po index 52b146d9107..98c8f8705bc 100644 --- a/addons/point_of_sale/i18n/pt_BR.po +++ b/addons/point_of_sale/i18n/pt_BR.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "No. de Linhas" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# de Qtd" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% desconto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+Transações" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "1.54R$ Limão" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg de Laranjas" @@ -243,6 +238,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -253,6 +255,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -270,7 +284,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -303,15 +317,15 @@ msgstr "Adicionar um Desconto Global" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Emblema Administrador" @@ -350,7 +364,7 @@ msgstr "Quantidade Total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -400,7 +414,7 @@ msgstr "Preço Médio" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -422,6 +436,14 @@ msgstr "Linha do Demonstrativo Bancário" msgid "BarCode" msgstr "Código de Barras" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Código de barras" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -433,7 +455,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Scanner de Código de Barras" @@ -485,15 +507,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -510,6 +532,13 @@ msgstr "Cancelar" msgid "Cancelled" msgstr "Cancelado" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -517,7 +546,7 @@ msgstr "Cenouras" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -572,15 +601,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Troco:" @@ -618,11 +647,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Verifique se o produto deve ser pesado (usado principalmente com interface " -"de auto check-out)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -673,6 +699,13 @@ msgstr "" "Marque se você deseja agrupar os itens de diário por produtos quando for " "fechar a Sessão" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -700,10 +733,11 @@ msgstr "Fritas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Escolha o tipo de recebimento:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -717,15 +751,15 @@ msgstr "Clique para iniciar a sessão." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Emblema do cliente" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Fechar" @@ -742,7 +776,7 @@ msgid "Closed" msgstr "Fechado" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -755,7 +789,7 @@ msgid "Closing Cash Control" msgstr "Fechando Controle de Caixa" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -893,15 +927,15 @@ msgid "Configuration" msgstr "Configuração" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Erro de Configuração!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmar" @@ -918,6 +952,20 @@ msgstr "" msgid "Continue Selling" msgstr "Continuar Vendendo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -982,7 +1030,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Ean13 Personalizado" @@ -990,7 +1038,6 @@ msgstr "Ean13 Personalizado" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Cliente" @@ -1000,7 +1047,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Fatura de Cliente" @@ -1044,7 +1091,7 @@ msgstr "Datas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Janela de depuração" @@ -1061,14 +1108,14 @@ msgstr "Adiar Validação" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1087,14 +1134,14 @@ msgstr "Descrição" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1163,15 +1210,15 @@ msgstr "Aviso de Desconto" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Desconto:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1289,12 +1336,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Balança Eletrônica" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1353,7 +1408,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Erro" @@ -1364,20 +1419,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Erro! Você não pode criar categorias recursivas." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1389,6 +1444,17 @@ msgstr "Erro!" msgid "Error: Invalid ean code" msgstr "Erro: código EAN inválido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1554,7 +1620,7 @@ msgstr "Agrupar Itens de Diário" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Eventos do Equipamento" @@ -1566,7 +1632,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Situação do Hardware" @@ -1577,8 +1643,6 @@ msgid "Has Cash Control" msgstr "Tem Controle de Caixa" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1602,7 +1666,6 @@ msgstr "Tem Controle de Caixa" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1652,7 +1715,7 @@ msgid "In Cluster Tomatoes" msgstr "Tomates em Conjunto" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1660,7 +1723,7 @@ msgid "In Progress" msgstr "Em Andamento" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Para excluir uma venda, ela precisa ser nova ou ser cancelada." @@ -1678,18 +1741,15 @@ msgstr "Anotações Internas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Ean Inválido" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Fatura" @@ -1885,7 +1945,7 @@ msgstr "Lista de Caixas Registradoras" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1897,6 +1957,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1934,7 +1999,7 @@ msgstr "" "em vista de formulário ou algumas vistas kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1970,15 +2035,17 @@ msgstr "Minhas Vendas" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2010,7 +2077,7 @@ msgstr "Nova Sessão" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Próxima Ordem" @@ -2022,13 +2089,13 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2037,7 +2104,7 @@ msgstr "" "dinheiro devolvido." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2047,6 +2114,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Núm. de Artigos" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2074,19 +2148,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2101,6 +2173,13 @@ msgstr "Cebolas" msgid "Onions / Garlic / Shallots" msgstr "Cebola / Alho / Chalotas" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2115,7 +2194,7 @@ msgstr "Abrir Caixa Registradora" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Abrir Caixa Registradora" @@ -2159,7 +2238,7 @@ msgid "Opening Cashbox Lines" msgstr "Linhas de Abertura do Caixa" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2211,9 +2290,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Pedido" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2231,6 +2316,7 @@ msgstr "Linhas da Ordem" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2350,7 +2436,7 @@ msgstr "Pago" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Pago:" @@ -2432,7 +2518,7 @@ msgstr "Pêras" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2491,14 +2577,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefone:" @@ -2530,18 +2618,27 @@ msgid "Plain Water" msgstr "Água Natural" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Por favor defina conta de recebimento para este produto: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Por favor informe um parceiro para a venda" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2608,12 +2705,6 @@ msgstr "Configuração do Ponto de Vendas" msgid "Point of Sale Configuration" msgstr "Configuração do Ponto de Vendas" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Ponto de Venda Loss" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2634,12 +2725,6 @@ msgstr "Estatísticas de Pedidos do Ponto de Vendas" msgid "Point of Sale Payment" msgstr "Pagamento do Ponto de Vendas" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Lucro do Ponto de Vendas" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2665,6 +2750,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2675,6 +2767,13 @@ msgstr "Lançar todos os Pedidos" msgid "Post POS Journal Entries" msgstr "Lançar entradas no diário do PDV" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2710,7 +2809,7 @@ msgstr "Lista de preço" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Imprimir" @@ -2723,7 +2822,7 @@ msgstr "Data de Impressão" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Imprimir Recibo" @@ -2746,7 +2845,7 @@ msgstr "Imprimir via Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2766,6 +2865,12 @@ msgstr "Produto" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2776,6 +2881,11 @@ msgstr "Núm. Produto" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2835,7 +2945,7 @@ msgstr "Re-impressão" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Lendo a Balança" @@ -2878,7 +2988,7 @@ msgstr "Uva vermelha" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2887,7 +2997,7 @@ msgstr "Referência" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Restante:" @@ -2899,7 +3009,7 @@ msgstr "Reimpressão" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Redefinir" @@ -2917,7 +3027,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3029,7 +3139,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3041,7 +3151,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3054,7 +3164,7 @@ msgstr "Procurar Demonstrativos do Caixa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3073,7 +3183,7 @@ msgstr "Procurar Pedido de Venda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3084,7 +3194,7 @@ msgid "Select your Point of Sale" msgstr "Escolha seu Ponto de Venda" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Os pedidos selecionados não têm a mesma sessão!" @@ -3111,7 +3221,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3157,14 +3267,14 @@ msgstr "Sessões" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Configurar Peso" @@ -3193,14 +3303,14 @@ msgstr "Definir como Inativo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Estabelecimento:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3240,18 +3350,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Desculpe, não podemos criar uma sessão para esse usuário." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3380,10 +3483,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3391,7 +3501,7 @@ msgstr "Limões" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3404,7 +3514,7 @@ msgstr "Subtotal Sem Impostos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotal:" @@ -3436,7 +3546,7 @@ msgstr "Sincronizada" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3452,13 +3562,21 @@ msgid "Take Money Out" msgstr "Efetuar um Saque" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Imposto" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3469,38 +3587,27 @@ msgstr "Impostos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Impostos:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "Este pedido do PDV deve ter linhas quando chamar este método" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3519,6 +3626,18 @@ msgstr "" "O Ponto de Vendas não é suportado pelo Microsoft Internet Explorer. Use um " "navegador melhor como" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3531,6 +3650,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "O nome desta sessão do PDV deve ser exclusivo!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3566,6 +3692,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "O Ponto de Venda físico que você vai utilizar." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3583,7 +3726,7 @@ msgstr "" "de cada registro de abertura, usando o seu guia CashBox." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3598,7 +3741,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3614,6 +3757,18 @@ msgstr "" "Existem operações pendentes que ainda não foram gravadas, você tem certeza " "de que quer sair?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3621,7 +3776,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Não tem nenhum caixa registradora para esta sessão do PdV" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3631,7 +3786,7 @@ msgstr "" "parceiro: \"% s\" (id:% d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3660,7 +3815,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3680,13 +3835,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Tíquete" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3704,11 +3852,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3820,37 +3968,32 @@ msgstr "Qtd Total" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Contas a Receber" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Não foi possível cancelar a separação." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3868,26 +4011,33 @@ msgstr "Preço unitário" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Produto Desconhecido" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3912,7 +4062,7 @@ msgstr "Produto do Usuário" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3926,14 +4076,14 @@ msgstr "Usuários" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Validar" @@ -3965,22 +4115,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Pesando" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Bem Vindo" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Com um" @@ -4010,7 +4153,7 @@ msgid "You can define another list of available currencies on the" msgstr "Você pode definir uma outra lista de moedas disponíveis no" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4020,7 +4163,7 @@ msgstr "" "emitida uma factura." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4048,7 +4191,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Você não pode ter dois controles de caixa em um Ponto de Venda!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4073,13 +4216,13 @@ msgstr "" "menu \"Pos Backend / Configurações / Métodos de pagamento\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Você precisa abrir pelo menos uma Caixa Registradora" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4099,14 +4242,14 @@ msgstr "" " de iniciar as vendas através da interface de toque." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Você precisa associar um Ponto de Venda a sua sessão." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4118,7 +4261,7 @@ msgid "Your Session" msgstr "Sua Sessão" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4128,11 +4271,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Seu Carrinho de Compras está vazio" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4140,57 +4290,50 @@ msgstr "Abobrinha" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "em" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "caps lock" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "fechar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "excluir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "desconto" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "erro!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "não usado" @@ -4209,31 +4352,24 @@ msgstr "método de pagamento" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "retornar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "shift" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "aba" @@ -4256,3 +4392,37 @@ msgstr "transação para o PDV" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "Desconhecido" + +#~ msgid "# of Qty" +#~ msgstr "# de Qtd" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Bem Vindo" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Tíquete" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Escolha o tipo de recebimento:" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Verifique se o produto deve ser pesado (usado principalmente com interface " +#~ "de auto check-out)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Lucro do Ponto de Vendas" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Desculpe, não podemos criar uma sessão para esse usuário." + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Ponto de Venda Loss" diff --git a/addons/point_of_sale/i18n/ro.po b/addons/point_of_sale/i18n/ro.po index 362f211602f..68e74ca3728 100644 --- a/addons/point_of_sale/i18n/ro.po +++ b/addons/point_of_sale/i18n/ro.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# de Linii" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# a cant" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% discount" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ Tranzactii" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "Lamaii 1.54€" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg Portocale" @@ -243,6 +238,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -253,6 +255,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -270,7 +284,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -303,15 +317,15 @@ msgstr "Adaugati o Reducere Globala" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Simbol Admin" @@ -350,7 +364,7 @@ msgstr "Suma totala" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -400,7 +414,7 @@ msgstr "Prețul mediu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -422,6 +436,14 @@ msgstr "Linie extras de cont" msgid "BarCode" msgstr "Cod de bare" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Cod de bare" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -433,7 +455,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Scanner de Coduri de bare" @@ -485,15 +507,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -510,6 +532,13 @@ msgstr "Anulati" msgid "Cancelled" msgstr "Anulat(a)" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -517,7 +546,7 @@ msgstr "Morcovi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -572,15 +601,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Rest:" @@ -618,11 +647,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Bifati daca produsul trebuie cantarit (folosit in principal cu interfata de " -"auto-verificare)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -673,6 +699,13 @@ msgstr "" "Selectati daca doriti sa grupati Elementele Registrului dupa Produse in timp " "ce inchideti o Sesiune" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -700,10 +733,11 @@ msgstr "Chipsuri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Alegeti tipul de primire:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -717,15 +751,15 @@ msgstr "Clic pentru a incepe o sesiune noua." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Simbol Client" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Inchideti" @@ -742,7 +776,7 @@ msgid "Closed" msgstr "Inchis" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -755,7 +789,7 @@ msgid "Closing Cash Control" msgstr "Inchidere Control Numerar" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -893,15 +927,15 @@ msgid "Configuration" msgstr "Configurare" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Eroare de configurare!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Confirmati" @@ -918,6 +952,20 @@ msgstr "" msgid "Continue Selling" msgstr "Continuati vanzarea" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -982,7 +1030,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Ean13 Personalizat" @@ -990,7 +1038,6 @@ msgstr "Ean13 Personalizat" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Client" @@ -1000,7 +1047,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Factura client" @@ -1044,7 +1091,7 @@ msgstr "Date" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Fereastra Depanare" @@ -1061,14 +1108,14 @@ msgstr "Intarziati Validarea" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1087,14 +1134,14 @@ msgstr "Descriere" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1163,15 +1210,15 @@ msgstr "Anunt Reduceri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Reducere:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1289,12 +1336,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Cantar Electronic" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1353,7 +1408,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Eroare" @@ -1364,20 +1419,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Eroare ! Nu puteti crea categorii recursive." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1389,6 +1444,17 @@ msgstr "Eroare!" msgid "Error: Invalid ean code" msgstr "Eroare: Cod ean invalid" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1554,7 +1620,7 @@ msgstr "Grupati Elementele Registrului" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Evenimente Hardware" @@ -1566,7 +1632,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Status Hardware" @@ -1577,8 +1643,6 @@ msgid "Has Cash Control" msgstr "Are Control al Numerarului" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1602,7 +1666,6 @@ msgstr "Are Control al Numerarului" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1652,7 +1715,7 @@ msgid "In Cluster Tomatoes" msgstr "Rosii in Ciorchine" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1660,7 +1723,7 @@ msgid "In Progress" msgstr "În desfasurare" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Pentru a putea sterge o vanzare, trebuie sa fie noua sau anulata." @@ -1678,18 +1741,15 @@ msgstr "Note Interne" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Ean nevalid" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Factura" @@ -1885,7 +1945,7 @@ msgstr "Lista cu Casele de marcat" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1897,6 +1957,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1934,7 +1999,7 @@ msgstr "" "in vizualizarile formularului sau in unele vizualizari kanban." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1970,15 +2035,17 @@ msgstr "Vanzarile mele" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2010,7 +2077,7 @@ msgstr "Sesiune Noua" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Comanda urmatoare" @@ -2022,13 +2089,13 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2037,7 +2104,7 @@ msgstr "" "inregistrat numerarul returnat." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2047,6 +2114,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Nr de articole" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2074,19 +2148,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2101,6 +2173,13 @@ msgstr "Cepe" msgid "Onions / Garlic / Shallots" msgstr "Cepe / Usturoi / Arpagic" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2115,7 +2194,7 @@ msgstr "Deschideti Casa de marcat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Deschideti Caseta pentru numerar" @@ -2159,7 +2238,7 @@ msgid "Opening Cashbox Lines" msgstr "Linii Caseta de Numerar la Deschidere" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2211,9 +2290,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Comanda" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2231,6 +2316,7 @@ msgstr "Linii comanda" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2350,7 +2436,7 @@ msgstr "Platit(a)" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Platit:" @@ -2432,7 +2518,7 @@ msgstr "Pere" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2491,14 +2577,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2530,18 +2618,27 @@ msgid "Plain Water" msgstr "Apa plata" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Va rugam sa definiti contul de venituri pentru acest produs: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Va rugam sa furnizati un partener pentru vanzare." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2608,12 +2705,6 @@ msgstr "Config Punct de Vanzare" msgid "Point of Sale Configuration" msgstr "Configurarea Punctului de Vanzare" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Punct de Vanzare Pierdere" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2634,12 +2725,6 @@ msgstr "Statistica Comenzi Punct de vanzare" msgid "Point of Sale Payment" msgstr "Plata Punct de vanzare" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Profit Punct de Vanzare" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2665,6 +2750,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2675,6 +2767,13 @@ msgstr "Postați toate Comenzile" msgid "Post POS Journal Entries" msgstr "Afisati Inregistrarile in Jurnal ale PdV" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2710,7 +2809,7 @@ msgstr "Lista de preturi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Tipariti" @@ -2723,7 +2822,7 @@ msgstr "Imprimati Data" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Tipariti Chitanta" @@ -2746,7 +2845,7 @@ msgstr "Imprima prin Proxy" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2766,6 +2865,12 @@ msgstr "Produs" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2776,6 +2881,11 @@ msgstr "Nr produs" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2835,7 +2945,7 @@ msgstr "Re-Tiparire" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Cititi Cantarul" @@ -2878,7 +2988,7 @@ msgstr "Grepfrut rosu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2887,7 +2997,7 @@ msgstr "Referinta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Rămas:" @@ -2899,7 +3009,7 @@ msgstr "Retipariti" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Reseteaza" @@ -2917,7 +3027,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3029,7 +3139,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3041,7 +3151,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3054,7 +3164,7 @@ msgstr "Cautati Extrase de numerar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3073,7 +3183,7 @@ msgstr "Cautati Comanda de vanzare" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3084,7 +3194,7 @@ msgid "Select your Point of Sale" msgstr "Selectati-va Punctul de Vanzare" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Comenzile selectate nu au aceeasi sesiune!" @@ -3111,7 +3221,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3157,14 +3267,14 @@ msgstr "Sesiuni" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Setati Greutatea" @@ -3193,14 +3303,14 @@ msgstr "Setati pe Inactiv" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Magazin:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3240,18 +3350,11 @@ msgstr "Bautura carbogazoasa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Bautura carbogazoasa 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Ne pare rau, dar nu am putut crea o sesiune pentru acest utilizator." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3380,10 +3483,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3391,7 +3501,7 @@ msgstr "Grinzi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3404,7 +3514,7 @@ msgstr "Subtotal w/o Taxa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Subtotal:" @@ -3436,7 +3546,7 @@ msgstr "Sincronizat(a)" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3452,13 +3562,21 @@ msgid "Take Money Out" msgstr "Scoateti bani" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Taxa" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3469,31 +3587,20 @@ msgstr "Taxe" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Taxe:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" @@ -3501,7 +3608,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3521,6 +3628,18 @@ msgstr "" "Folositi\n" " un browser modern precum" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3533,6 +3652,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Numele Sesiunii acestui PDV trebuie sa fie unic !" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3568,6 +3694,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "Punctul de vanzare fizic pe care il veti folosi." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3585,7 +3728,7 @@ msgstr "" "fiecarei case de marcat, folosind tabul Casa de bani." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3598,7 +3741,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3614,6 +3757,18 @@ msgstr "" "Exista operatiuni in asteptare care nu au putut fi salvate in baza de date, " "sunteti sigur(a) ca doriti sa iesiti?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3621,7 +3776,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Nu exista nicio casa de marcat pentru Sesiunea acestui PdV" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3631,7 +3786,7 @@ msgstr "" "partenerul: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Nu exista un cont de creante definit pentru a face plata." @@ -3661,7 +3816,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3681,13 +3836,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Bilet" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3705,11 +3853,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3821,37 +3969,32 @@ msgstr "Cant. totala" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Total:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Creante Comerciale" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Nu s-a putut anula ridicarea." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3869,26 +4012,33 @@ msgstr "Pret unitar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Produs Necunoscut" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3913,7 +4063,7 @@ msgstr "Produsul utilizatorului" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3927,14 +4077,14 @@ msgstr "Utilizatori" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Validati" @@ -3966,22 +4116,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Pondere" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Bine ati venit" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "Cu un(o)" @@ -4011,7 +4154,7 @@ msgid "You can define another list of available currencies on the" msgstr "Puteti defini o alta lista cu valutele disponibile in" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4021,7 +4164,7 @@ msgstr "" "emisa o factură." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4049,7 +4192,7 @@ msgstr "" "Nu puteti avea doua controale de numerar intr-un singur punct de vanzare" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4074,13 +4217,13 @@ msgstr "" "PdV / Configurare / Metode de Plata'." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "Trebuie sa deschideti cel putin o caseta de numerar." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4101,14 +4244,14 @@ msgstr "" "cu ecran tactil." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Ar trebui sa atribuiti un Punct de Vanzare sesiunii dumneavoastra." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4120,7 +4263,7 @@ msgid "Your Session" msgstr "Sesiunea Dumneavoastra" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4130,11 +4273,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Cosul dumneavoastra de cumparaturi este gol" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4142,57 +4292,50 @@ msgstr "Dovlecel" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "la" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "caps lock" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "inchideti" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "stergeti" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "reducere" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "eroare!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "neutilizat" @@ -4211,31 +4354,24 @@ msgstr "metoda de plata." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "retur" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "shift" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "tab" @@ -4258,3 +4394,37 @@ msgstr "tranzactie pentru pdv" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "necunoscut(a)" + +#~ msgid "# of Qty" +#~ msgstr "# a cant" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Bine ati venit" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Alegeti tipul de primire:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Bilet" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Bifati daca produsul trebuie cantarit (folosit in principal cu interfata de " +#~ "auto-verificare)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Profit Punct de Vanzare" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Punct de Vanzare Pierdere" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Ne pare rau, dar nu am putut crea o sesiune pentru acest utilizator." diff --git a/addons/point_of_sale/i18n/ru.po b/addons/point_of_sale/i18n/ru.po index 32888da27a7..a5c5f0d82fd 100644 --- a/addons/point_of_sale/i18n/ru.po +++ b/addons/point_of_sale/i18n/ru.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:33+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Общая сумма" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Средняя цена" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "Штрихкод" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Отмена" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Закрыть" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Настройки" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Подтвердить" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Даты" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Описание" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Счет" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Мои продажи" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "ОК" @@ -2041,6 +2115,13 @@ msgstr "Лук" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Позиции заказа" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Оплачено" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Прайс-лист" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Продукция" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Налог" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Налоги" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Налоги:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Общее кол-во" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Цена единицы" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "ошибка!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/sl.po b/addons/point_of_sale/i18n/sl.po index 0d53f1b7b70..a6a96c1614f 100644 --- a/addons/point_of_sale/i18n/sl.po +++ b/addons/point_of_sale/i18n/sl.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# št. vrstic" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# od Kos" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ transakcije" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "1.54€ Lemon" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg Oranges" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -265,15 +279,15 @@ msgstr "Dodaj splošni popust" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Skupni znesek" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Povprečna cena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "Postavka bančnega izpiska" msgid "BarCode" msgstr "Bar koda" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Črtna koda" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Optični čitalec" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Prekliči" msgid "Cancelled" msgstr "Preklicano" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "Carrots" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Vračilo:" @@ -580,11 +609,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Označite, če je treba proizvod tehtati (v glavnem uporaba pri vmesnik za " -"samostojni obračun)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -635,6 +661,13 @@ msgstr "" "Označite, če želite združevanje postavk dnevnika po izdelkih, ko " "zaključujete sejo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -662,10 +695,11 @@ msgstr "Chips" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Izberite vaš način prejema:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -679,15 +713,15 @@ msgstr "Kliknite za pričetek seje." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zapri" @@ -704,7 +738,7 @@ msgid "Closed" msgstr "Zaprto" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -717,7 +751,7 @@ msgid "Closing Cash Control" msgstr "Kontrola gotovine ob zaključku blagajne" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -855,15 +889,15 @@ msgid "Configuration" msgstr "Konfiguracija" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Napaka v nastavitvah" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Potrdi" @@ -880,6 +914,20 @@ msgstr "" msgid "Continue Selling" msgstr "Nadaljuj prodajo" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -944,7 +992,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "EAN13 - po meri" @@ -952,7 +1000,6 @@ msgstr "EAN13 - po meri" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Kupec" @@ -962,7 +1009,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Izdan račun" @@ -1006,7 +1053,7 @@ msgstr "Datumi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Razhroščevalno okno" @@ -1023,14 +1070,14 @@ msgstr "Dnevno Preverjanje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1049,14 +1096,14 @@ msgstr "Opis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1125,15 +1172,15 @@ msgstr "Popust Obvestilo" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "Popust:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1251,12 +1298,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Elektronska tehtnica" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1315,7 +1370,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Napaka" @@ -1326,20 +1381,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Napaka! Ne morete ustvariti rekurzivne kategorije." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1351,6 +1406,17 @@ msgstr "Napaka!" msgid "Error: Invalid ean code" msgstr "Napaka: neveljavna EAN črtna koda" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1512,7 +1578,7 @@ msgstr "Združi postavke dnevnika" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1524,7 +1590,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Status strojne opreme" @@ -1535,8 +1601,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1560,7 +1624,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1610,7 +1673,7 @@ msgid "In Cluster Tomatoes" msgstr "In Cluster Tomatoes" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1618,7 +1681,7 @@ msgid "In Progress" msgstr "V teku" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Da bi izbrisali prodajo, mora biti 'nova' ali 'preklicana'." @@ -1636,18 +1699,15 @@ msgstr "Interni zaznamki" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Napačna EAN-koda" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Račun" @@ -1843,7 +1903,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1855,6 +1915,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1892,7 +1957,7 @@ msgstr "" "nekaterih kanban pogledih." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1928,15 +1993,17 @@ msgstr "Moja Prodaja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1968,7 +2035,7 @@ msgstr "Nova seja" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Naslednje naročilo" @@ -1980,20 +2047,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2003,6 +2070,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Število izdelkov" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2030,19 +2104,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "V redu" @@ -2057,6 +2129,13 @@ msgstr "Onions" msgid "Onions / Garlic / Shallots" msgstr "Onions / Garlic / Shallots" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2071,7 +2150,7 @@ msgstr "Odpri blagajno" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Odpiranje blagajne" @@ -2115,7 +2194,7 @@ msgid "Opening Cashbox Lines" msgstr "Otvoritvene vrstice blagajne" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2167,9 +2246,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Vrsti red" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2187,6 +2272,7 @@ msgstr "Postavke naročila" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2306,7 +2392,7 @@ msgstr "Plačano" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Plačano:" @@ -2388,7 +2474,7 @@ msgstr "Hruške" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2445,14 +2531,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2484,17 +2572,26 @@ msgid "Plain Water" msgstr "Voda (naravna)" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Prosim določite konto prihodkov za ta izdelek: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Prosim vnesite strankao za to prodajo." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2561,12 +2658,6 @@ msgstr "Nastavitve POS" msgid "Point of Sale Configuration" msgstr "Nastavitve POS-blagajne" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Primanjkljaj POS" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2587,12 +2678,6 @@ msgstr "Statistika naročil POS" msgid "Point of Sale Payment" msgstr "Točka Prodaje Plačila" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Dobiček POS" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2618,6 +2703,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2628,6 +2720,13 @@ msgstr "Knjiži vsa naročila" msgid "Post POS Journal Entries" msgstr "Knjiži postavke POS-dnevnika" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2663,7 +2762,7 @@ msgstr "Cenik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Natisni" @@ -2676,7 +2775,7 @@ msgstr "Datum izpisa" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Natisni Račun" @@ -2699,7 +2798,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2719,6 +2818,12 @@ msgstr "Proizvod" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2729,6 +2834,11 @@ msgstr "Št. Izdelka" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2788,7 +2898,7 @@ msgstr "Ponovni tisk" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2831,7 +2941,7 @@ msgstr "Red grapefruit" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2840,7 +2950,7 @@ msgstr "Sklic" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Preostanek:" @@ -2852,7 +2962,7 @@ msgstr "Ponovno Natisni" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Obnovi" @@ -2870,7 +2980,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2982,7 +3092,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2994,7 +3104,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3007,7 +3117,7 @@ msgstr "Iskanje denarnih izkazov" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3026,7 +3136,7 @@ msgstr "Iskanje prodajnih nalogov" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3037,7 +3147,7 @@ msgid "Select your Point of Sale" msgstr "Izberite prodajalno" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Izbrana naročila nimajo iste seje!" @@ -3064,7 +3174,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3110,14 +3220,14 @@ msgstr "Seje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Nastavi težo" @@ -3146,14 +3256,14 @@ msgstr "Nastavi na neaktivno" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Podajalna:r" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3193,18 +3303,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Za tega uporabnika ni možno kreiranje seje." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3333,10 +3436,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3344,7 +3454,7 @@ msgstr "Stringers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3357,7 +3467,7 @@ msgstr "Skupaj DDV" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Vmesna vsota:" @@ -3389,7 +3499,7 @@ msgstr "Usklajeno" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3405,13 +3515,21 @@ msgid "Take Money Out" msgstr "Dvig gotovine" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Davek" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3422,38 +3540,27 @@ msgstr "Davki" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Davek:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "POS naročilo mora vsebovati vrstice, ko je klican ta način" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3472,6 +3579,18 @@ msgstr "" "POS ni podprt za Microsoft Internet Explorer. Prosimo, uporabite\n" " sodobnejši brskalnik." +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3484,6 +3603,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Ime POS seje mora biti enoznačno!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3519,6 +3645,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3536,7 +3679,7 @@ msgstr "" "z uporabo zavihka Blagajna." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3549,7 +3692,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3565,6 +3708,18 @@ msgstr "" "Obstajajo operacije, ki niso mogle biti shranjene v bazo, ali res želite " "zaključiti?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3572,7 +3727,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3582,7 +3737,7 @@ msgstr "" "(id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Konto terjatev ni določen, da bi lahko opravili plačilo." @@ -3605,7 +3760,7 @@ msgstr "Tu je slika kategorije, omejena na 1024x1024px." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3625,13 +3780,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3649,11 +3797,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3765,37 +3913,32 @@ msgstr "Skupna kol." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Skupaj:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Terjatve iz prodaje" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3812,26 +3955,33 @@ msgstr "Cena enote" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Neznan proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3856,7 +4006,7 @@ msgstr "Artikli uporabnika" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3870,14 +4020,14 @@ msgstr "Uporabniki" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Potrditev" @@ -3909,22 +4059,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Tehtanje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Dobrodošli" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3954,7 +4097,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3963,7 +4106,7 @@ msgstr "" "Ne morete spremeniti partnerja za POS naročilo, ki je že bilo fakturirano." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3988,7 +4131,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "V eni POS blagajni ne morete imeti dvojne kontrole gotovine!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4012,13 +4155,13 @@ msgstr "" "plačila direktno v \"POS/Nastavitve/Načini plačila\"." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4038,14 +4181,14 @@ msgstr "" " lahko pričnete prodajati preko zaslona na dotik." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "POS-blagajno morate prirediti vaši seji." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4057,7 +4200,7 @@ msgid "Your Session" msgstr "Vaša seja" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4067,11 +4210,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Vaša nakupovalna lista je prazna" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4079,57 +4229,50 @@ msgstr "Zucchini" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "pri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "velike črke" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "zapri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "izbriši" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "popust" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "napaka!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "ni v uporabi" @@ -4148,31 +4291,24 @@ msgstr "način plačila." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "vrni" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "Zavihek" @@ -4195,3 +4331,33 @@ msgstr "transakcija za POS" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "neznano" + +#~ msgid "# of Qty" +#~ msgstr "# od Kos" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Dobrodošli" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Izberite vaš način prejema:" + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Za tega uporabnika ni možno kreiranje seje." + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Označite, če je treba proizvod tehtati (v glavnem uporaba pri vmesnik za " +#~ "samostojni obračun)." + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Dobiček POS" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Primanjkljaj POS" diff --git a/addons/point_of_sale/i18n/sq.po b/addons/point_of_sale/i18n/sq.po index 7138c0f6e5d..aa81d22a006 100644 --- a/addons/point_of_sale/i18n/sq.po +++ b/addons/point_of_sale/i18n/sq.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:31+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/sr.po b/addons/point_of_sale/i18n/sr.po index 902b0d867d7..dbb0cbf957a 100644 --- a/addons/point_of_sale/i18n/sr.po +++ b/addons/point_of_sale/i18n/sr.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# Linija" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# Kol" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Ukupan Iznos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Srednja Cena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "red Izvestaja Banke" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Bar-Kod" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Otkaži" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zatvori" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Podešavanje" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Potvrdi" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Musterija" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Datumi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "Kasnjenje Potvrde" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Opis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Napomena Popusta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Greska" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Greska !" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Interne Beleske" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Faktura" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Moje Prodaje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Br.Artikala" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "U redu" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Stavke naloga" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Plaćeni" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Molim postavi partnera za prodaju" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "POS Statistika" msgid "Point of Sale Payment" msgstr "POS Placanja" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Cenovnik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Datum Stampe" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Stampa Racuna" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Proizvod" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Br Proizvoda" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "Reprint" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Pretrazi gotovinske izjave" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Pretrazi Prodajne zahteve" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Medjuzbir w/o poreza" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Porez" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Porezi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Porezi:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Ukupna kol." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Ukupno:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Cena komada" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Korisnicki Proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Korisnici" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "Transakcija POS-a" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "nepoznato" + +#~ msgid "# of Qty" +#~ msgstr "# Kol" diff --git a/addons/point_of_sale/i18n/sr@latin.po b/addons/point_of_sale/i18n/sr@latin.po index 4ad8777dd22..d690e8ebeff 100644 --- a/addons/point_of_sale/i18n/sr@latin.po +++ b/addons/point_of_sale/i18n/sr@latin.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# Linija" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# Kol" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "Ukupan Iznos" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Srednja Cena" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "red Izvestaja Banke" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Bar-Kod" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Otkaži" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Zatvori" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Podešavanje" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Potvrdi" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Musterija" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Datumi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "Kasnjenje Potvrde" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Opis" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "Napomena Popusta" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Greska" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Greska !" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Interne Beleske" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Faktura" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Moje Prodaje" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Br.Artikala" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "U redu" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "Stavke naloga" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "Plaćeni" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Molim postavi partnera za prodaju" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "POS Statistika" msgid "Point of Sale Payment" msgstr "POS Placanja" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Cenovnik" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Datum Stampe" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Stampa Racuna" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Proizvod" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Br Proizvoda" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "Reprint" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "Pretrazi gotovinske izjave" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "Pretrazi Prodajne zahteve" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "Medjuzbir w/o poreza" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Porez" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Porezi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Porezi:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "Ukupna kol." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Ukupno:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "Cena komada" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "Korisnicki Proizvod" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "Korisnici" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4153,3 +4291,6 @@ msgstr "Transakcija POS-a" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "nepoznato" + +#~ msgid "# of Qty" +#~ msgstr "# Kol" diff --git a/addons/point_of_sale/i18n/sv.po b/addons/point_of_sale/i18n/sv.po index 1a82bc6a349..835052f74f8 100644 --- a/addons/point_of_sale/i18n/sv.po +++ b/addons/point_of_sale/i18n/sv.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "antal rader" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "antal" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -219,6 +214,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -229,6 +231,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -246,7 +260,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -279,15 +293,15 @@ msgstr "Lägg till en global rabatt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -326,7 +340,7 @@ msgstr "Belopp totalt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -376,7 +390,7 @@ msgstr "Snittpris" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -398,6 +412,14 @@ msgstr "Kontoutdragsrad Bank" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Streckkod" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -409,7 +431,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -461,15 +483,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -486,6 +508,13 @@ msgstr "Avbryt" msgid "Cancelled" msgstr "Avbruten" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -493,7 +522,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -548,15 +577,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Växel:" @@ -594,8 +623,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -640,6 +668,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -667,9 +702,10 @@ msgstr "Chips" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -684,15 +720,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Stäng" @@ -709,7 +745,7 @@ msgid "Closed" msgstr "Stängd" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -722,7 +758,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -860,15 +896,15 @@ msgid "Configuration" msgstr "Konfiguration" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Bekräfta" @@ -885,6 +921,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -949,7 +999,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -957,7 +1007,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Kund" @@ -967,7 +1016,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Kundfaktura" @@ -1011,7 +1060,7 @@ msgstr "Datum" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1028,14 +1077,14 @@ msgstr "Fördröj Validering" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1054,14 +1103,14 @@ msgstr "Beskrivning" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1130,15 +1179,15 @@ msgstr "Rabatt Meddelande" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1256,12 +1305,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1318,7 +1375,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Fel" @@ -1329,20 +1386,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Fel! Du kan inte skapa rekursiva kategorier." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1354,6 +1411,17 @@ msgstr "Fel!" msgid "Error: Invalid ean code" msgstr "Fel: Felaktig EAN kod" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1517,7 +1585,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1529,7 +1597,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1540,8 +1608,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1565,7 +1631,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1615,7 +1680,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1623,7 +1688,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "För att ta bort en försäljning måste den vara ny eller annulleras." @@ -1641,18 +1706,15 @@ msgstr "Interna anteckningar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Faktura" @@ -1848,7 +1910,7 @@ msgstr "Lista kassaregister" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1860,6 +1922,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1894,7 +1961,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1930,15 +1997,17 @@ msgstr "Min försäljning" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1970,7 +2039,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Nästa Order" @@ -1982,20 +2051,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2005,6 +2074,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Antal artiklar" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2032,19 +2108,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2059,6 +2133,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2073,7 +2154,7 @@ msgstr "Öppna kassaregister" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2117,7 +2198,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2169,9 +2250,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Order" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2189,6 +2276,7 @@ msgstr "Kundorderrader" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2308,7 +2396,7 @@ msgstr "Betald" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Betald:" @@ -2390,7 +2478,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2447,14 +2535,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2486,17 +2576,26 @@ msgid "Plain Water" msgstr "Vanligt vatten" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Välj en kund för försäljningen" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2563,12 +2662,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2589,12 +2682,6 @@ msgstr "Försäljningsstatistik Kassa" msgid "Point of Sale Payment" msgstr "Kassabetalning" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2620,6 +2707,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2630,6 +2724,13 @@ msgstr "Posta alla beställningar" msgid "Post POS Journal Entries" msgstr "Skicka Kassajournalrader" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2665,7 +2766,7 @@ msgstr "Prislista" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Skriv ut" @@ -2678,7 +2779,7 @@ msgstr "Utskriftsdatum" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Skriv ut kvitto" @@ -2701,7 +2802,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2721,6 +2822,12 @@ msgstr "Produkt" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2731,6 +2838,11 @@ msgstr "Produkt Nr." msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2790,7 +2902,7 @@ msgstr "Skriv ut igen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2833,7 +2945,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2842,7 +2954,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2854,7 +2966,7 @@ msgstr "Skriv ut igen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2872,7 +2984,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2984,7 +3096,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2996,7 +3108,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3009,7 +3121,7 @@ msgstr "Sök Kontant verifikat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3028,7 +3140,7 @@ msgstr "Sök kundorder" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3039,7 +3151,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3066,7 +3178,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3112,14 +3224,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3148,14 +3260,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Affär:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3192,18 +3304,11 @@ msgstr "Läskedryck" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3332,10 +3437,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3343,7 +3455,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3356,7 +3468,7 @@ msgstr "Delsumma w / o Skatt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Delsumma:" @@ -3388,7 +3500,7 @@ msgstr "Synkroniserad" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3404,13 +3516,21 @@ msgid "Take Money Out" msgstr "Ta ut pengar" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Skatt" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3421,38 +3541,27 @@ msgstr "Moms" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Moms:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3469,6 +3578,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3481,6 +3602,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3516,6 +3644,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3533,7 +3678,7 @@ msgstr "" "kassaregister via deras kassaflik." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3546,7 +3691,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3562,6 +3707,18 @@ msgstr "" "Det finns pågående verksamhet som inte kunde sparas i databasen, är du säker " "på att du vill avsluta?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3569,7 +3726,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3577,7 +3734,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3600,7 +3757,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3620,13 +3777,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3644,11 +3794,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3760,37 +3910,32 @@ msgstr "Totalt ant." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Totalt:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Kan inte avbryta plockning." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3806,26 +3951,33 @@ msgstr "Enhetspris" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3850,7 +4002,7 @@ msgstr "Användarens Produkt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3864,14 +4016,14 @@ msgstr "Användare" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Godkänn" @@ -3903,22 +4055,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3946,7 +4091,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3954,7 +4099,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3978,7 +4123,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3997,13 +4142,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4021,14 +4166,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4040,7 +4185,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4050,11 +4195,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4062,57 +4214,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4131,31 +4276,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4178,3 +4316,6 @@ msgstr "Transaktioner för kassan" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "okänd" + +#~ msgid "# of Qty" +#~ msgstr "antal" diff --git a/addons/point_of_sale/i18n/th.po b/addons/point_of_sale/i18n/th.po index 40afedf5e60..f0d1ce056c8 100644 --- a/addons/point_of_sale/i18n/th.po +++ b/addons/point_of_sale/i18n/th.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "น้ำเปล่า" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "หมายเลขสินค้า" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/tlh.po b/addons/point_of_sale/i18n/tlh.po index 1fb87b5256c..73698dc3995 100644 --- a/addons/point_of_sale/i18n/tlh.po +++ b/addons/point_of_sale/i18n/tlh.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/tr.po b/addons/point_of_sale/i18n/tr.po index c0f602e72cd..0ada8c1b848 100644 --- a/addons/point_of_sale/i18n/tr.po +++ b/addons/point_of_sale/i18n/tr.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:23+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# nın Satırları" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "# nın Mik." - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "% indirim" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ İşlemleri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "1.54 € Limon" @@ -90,7 +85,7 @@ msgstr "2L Evian" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg Oranges" @@ -242,6 +237,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -252,6 +254,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -269,7 +283,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "ABC" @@ -302,15 +316,15 @@ msgstr "Genel İskonto Ekle" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "Yönetici Rozet" @@ -349,7 +363,7 @@ msgstr "Toplam Tutar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -399,7 +413,7 @@ msgstr "Ortalama Fiyat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -421,6 +435,14 @@ msgstr "Banka Ekstre Satırı" msgid "BarCode" msgstr "BarKod" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Barcode" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -432,7 +454,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Barkod Okuyucu" @@ -484,15 +506,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -509,6 +531,13 @@ msgstr "İptal" msgid "Cancelled" msgstr "İptalEdildi" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -516,7 +545,7 @@ msgstr "Havuç" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -571,15 +600,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Değişim:" @@ -617,11 +646,8 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" -"Ürünün tartılmalıdır kontrol edin (ağırlıklı olarak kullanılır ile self " -"check-out arayüzde)." #. module: point_of_sale #: help:product.template,available_in_pos:0 @@ -673,6 +699,13 @@ msgstr "" "Bir Oturum kapatırken Ürün tarafından Yevmiye öğeler gruplandırmak " "istiyorsanız bu kontrol edin" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -700,10 +733,11 @@ msgstr "Chips" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "Makbuz türünü Seçme:" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -717,15 +751,15 @@ msgstr "Bir oturum başlatmak için tıklayın." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "Müşteri Rozet" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Kapat" @@ -742,7 +776,7 @@ msgid "Closed" msgstr "Kapatıldı" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -755,7 +789,7 @@ msgid "Closing Cash Control" msgstr "Nakit Denetim Kapanış" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -893,15 +927,15 @@ msgid "Configuration" msgstr "Ayarlar" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Yapılandırma Hatası!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Onayla" @@ -918,6 +952,20 @@ msgstr "" msgid "Continue Selling" msgstr "Satış Devam Et" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -982,7 +1030,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "Özel EAN13" @@ -990,7 +1038,6 @@ msgstr "Özel EAN13" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Müşteri" @@ -1000,7 +1047,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "Müşteri Faturası" @@ -1044,7 +1091,7 @@ msgstr "Tarihler" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Hata Ayıklama Penceresi" @@ -1061,14 +1108,14 @@ msgstr "Bekleme Onayı" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1087,14 +1134,14 @@ msgstr "Açıklama" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1163,15 +1210,15 @@ msgstr "İndirim Notu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "İndirm:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1289,12 +1336,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "Elektronik Tartı" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1353,7 +1408,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Hata" @@ -1364,20 +1419,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "Birbirinin alt kategorisi olan kategoriler oluşturamazsınız." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1389,6 +1444,17 @@ msgstr "Hata!" msgid "Error: Invalid ean code" msgstr "Hata: Geçersiz barkod" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1552,7 +1618,7 @@ msgstr "Grup Yevmiye Öğeleri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "Donanım Etkinlikler" @@ -1564,7 +1630,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "Donanım Durumu" @@ -1575,8 +1641,6 @@ msgid "Has Cash Control" msgstr "Nakit Kontrol Var" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1600,7 +1664,6 @@ msgstr "Nakit Kontrol Var" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1650,7 +1713,7 @@ msgid "In Cluster Tomatoes" msgstr "Domates Öbekleri" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1658,7 +1721,7 @@ msgid "In Progress" msgstr "DevamEden" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "Bir satışı silmek için satış yeni veya iptal edilmiş olmalı" @@ -1676,18 +1739,15 @@ msgstr "Dahili Notlar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "Geçersiz Ean" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Fatura" @@ -1883,7 +1943,7 @@ msgstr "Nakit Kasaları Listesi" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1895,6 +1955,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1932,7 +1997,7 @@ msgstr "" "görünümleri ya da kanban görünümlerinde bu alanı kullanın." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1968,15 +2033,17 @@ msgstr "Satışlarım" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -2008,7 +2075,7 @@ msgstr "Yeni Oturum" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "Sonraki Sipariş" @@ -2020,13 +2087,13 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." @@ -2035,7 +2102,7 @@ msgstr "" "açılamıyor." #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -2045,6 +2112,13 @@ msgstr "" msgid "No. Of Articles" msgstr "Ürün Adedi" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2072,19 +2146,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Tamam" @@ -2099,6 +2171,13 @@ msgstr "Soğan" msgid "Onions / Garlic / Shallots" msgstr "Soğan / Sarımsak / Arpacık" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2113,7 +2192,7 @@ msgstr "Nakit Kasa Aç" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "Açık Kasa" @@ -2157,7 +2236,7 @@ msgid "Opening Cashbox Lines" msgstr "Açılış Kasa Satırları" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2209,9 +2288,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "Sipariş" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2229,6 +2314,7 @@ msgstr "Sipariş Satırları" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2348,7 +2434,7 @@ msgstr "Ödendi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "Ödenen:" @@ -2430,7 +2516,7 @@ msgstr "Armut" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2489,14 +2575,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "Telefon:" @@ -2528,17 +2616,26 @@ msgid "Plain Water" msgstr "Sade Su" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Lütfen bu ürün için gelir hesabı belirtin: \"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "Satış için bir partner belirtin" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2605,12 +2702,6 @@ msgstr "Satış Nokası Ayarları" msgid "Point of Sale Configuration" msgstr "Satış Noktası Yapılandırması" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "Satış Noktası Zararları" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2631,12 +2722,6 @@ msgstr "POS İstatistikleri" msgid "Point of Sale Payment" msgstr "Satış Noktası Ödemesi" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "Satış Noktası Karı" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2662,6 +2747,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2672,6 +2764,13 @@ msgstr "Bütün Siparişleri İşle" msgid "Post POS Journal Entries" msgstr "POS Yevmiye Girişlerini İşle" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2707,7 +2806,7 @@ msgstr "FiyatListesi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "Yazdır" @@ -2720,7 +2819,7 @@ msgstr "Yazdırma Tarihi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "Fişi Yazdır" @@ -2743,7 +2842,7 @@ msgstr "Proxy ile Yazdır" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2763,6 +2862,12 @@ msgstr "Ürün" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2773,6 +2878,11 @@ msgstr "Ürün no." msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2832,7 +2942,7 @@ msgstr "Tekrar Yazdır" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "Ağırlık Ölçü Okuma" @@ -2875,7 +2985,7 @@ msgstr "Kırmızı greyfurt" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2884,7 +2994,7 @@ msgstr "Referans" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "Bakiye:" @@ -2896,7 +3006,7 @@ msgstr "Yeni baskı" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "Sıfırla" @@ -2914,7 +3024,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -3026,7 +3136,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -3038,7 +3148,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3051,7 +3161,7 @@ msgstr "Kasa Ekstresi Arama" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3070,7 +3180,7 @@ msgstr "Satış Siparişi Arma" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3081,7 +3191,7 @@ msgid "Select your Point of Sale" msgstr "Satış Noktanızı Seçin" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "Seçilen siparişler aynı seansta yok!" @@ -3108,7 +3218,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3154,14 +3264,14 @@ msgstr "Oturumlar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "Ağırlık Ayarlama" @@ -3190,14 +3300,14 @@ msgstr "Pasif Olarak Ayarla" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "Mağza:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3237,18 +3347,11 @@ msgstr "Soda" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "Soda 33cl" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "Üzgünüz, bu kullanıcı için bir oturum oluşturamadı." - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3377,10 +3480,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3388,7 +3498,7 @@ msgstr "Stringers" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3401,7 +3511,7 @@ msgstr "AltToplam w/o Vergi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "Ara Toplam:" @@ -3433,7 +3543,7 @@ msgstr "Senkronize edildi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3449,13 +3559,21 @@ msgid "Take Money Out" msgstr "Para Al" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Vergi" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3466,38 +3584,27 @@ msgstr "Vergi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Vergi:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "Bu yöntemi çağırırken POS sipariş hatları olmalıdır" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3517,6 +3624,18 @@ msgstr "" "use\n" " Firefox gibi modern bir tarayıcı seçin" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3529,6 +3648,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "Bu POS Oturum adı benzersiz olmalıdır!" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3564,6 +3690,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "Satış nokta fiziksel kullanır." +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3580,7 +3723,7 @@ msgstr "" "kasa sekmesini kullanarak kasaların açılış bakiyelerini kontrol edin." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3593,7 +3736,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3609,6 +3752,18 @@ msgstr "" "Veritabanına henüz saklanamamış işlemler mevcut. Çıkmak istediğinizden emin " "misiniz?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3616,7 +3771,7 @@ msgid "There is no cash register for this PoS Session" msgstr "Bu POS Oturum için bir kasa yok" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3626,7 +3781,7 @@ msgstr "" "(id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "Ödeme yapmak için tanımlanmış bir alacak hesabı yok." @@ -3655,7 +3810,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3675,13 +3830,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "Bilet" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3699,11 +3847,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3815,37 +3963,32 @@ msgstr "Toplam Mik." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "Toplam:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "Ticari Alacaklar" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "Teslimat iptal edilemiyor." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3863,26 +4006,33 @@ msgstr "Birim Fiyat" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "Bilinmeyen Ürün" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3907,7 +4057,7 @@ msgstr "Kullanıcının Ürünleri" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3921,14 +4071,14 @@ msgstr "Kullanıcılar" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "Onayla" @@ -3960,22 +4110,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "Ağırlık" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "Hoş Geldiniz" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "bir ile" @@ -4005,7 +4148,7 @@ msgid "You can define another list of available currencies on the" msgstr "Mevcut parabirimini başka bir liste tanımlayabilirsiniz" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -4013,7 +4156,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -4038,7 +4181,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "Sen bir SatışNoktasından iki nakiti kontrol edemezsin !" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -4057,13 +4200,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "En az bir kasa açmak zorundasın." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4084,14 +4227,14 @@ msgstr "" "ekran arayüzü." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Oturumuna Satış Nokta atamanız gerekir" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4103,7 +4246,7 @@ msgid "Your Session" msgstr "Senin Oturum" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4113,11 +4256,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "Alışveriş sepetiniz boş" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4125,57 +4275,50 @@ msgstr "Kabak" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "de" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "büyük harf kilidi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "kapalı" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "sil" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "indirim" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "hata!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "kullanılmaz" @@ -4194,31 +4337,24 @@ msgstr "ödeme yöntemi." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "dönen" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "değiştirme" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "sekme" @@ -4241,3 +4377,37 @@ msgstr "POS için işlemler" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "bilinmeyen" + +#~ msgid "# of Qty" +#~ msgstr "# nın Mik." + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "Makbuz türünü Seçme:" + +#, python-format +#~ msgid "Ticket" +#~ msgstr "Bilet" + +#, python-format +#~ msgid "Point of Sale Profit" +#~ msgstr "Satış Noktası Karı" + +#, python-format +#~ msgid "Point of Sale Loss" +#~ msgstr "Satış Noktası Zararları" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "Hoş Geldiniz" + +#~ msgid "" +#~ "Check if the product should be weighted (mainly used with self check-out " +#~ "interface)." +#~ msgstr "" +#~ "Ürünün tartılmalıdır kontrol edin (ağırlıklı olarak kullanılır ile self " +#~ "check-out arayüzde)." + +#, python-format +#~ msgid "Sorry, we could not create a session for this user." +#~ msgstr "Üzgünüz, bu kullanıcı için bir oturum oluşturamadı." diff --git a/addons/point_of_sale/i18n/uk.po b/addons/point_of_sale/i18n/uk.po index 414066487c9..ec1cdf26807 100644 --- a/addons/point_of_sale/i18n/uk.po +++ b/addons/point_of_sale/i18n/uk.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Налаштування" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Інвойс" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/vi.po b/addons/point_of_sale/i18n/vi.po index 007be6f8d53..3f773acdc8d 100644 --- a/addons/point_of_sale/i18n/vi.po +++ b/addons/point_of_sale/i18n/vi.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "Số lượng dòng" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "Giá TB" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "Mã vạch" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "Mã vạch" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "Máy quét mã vạch" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "Hủy bỏ" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "Tiền thừa:" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "Nhấn để bắt đầu phiên làm việc." #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "Đóng" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "Cấu hình" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "Lỗi cấu hình!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "Xác nhận" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "Khách hàng" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "Ngày" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "Cửa sổ gỡ lỗi" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "Mô tả" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "Lỗi" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "Lỗi!" msgid "Error: Invalid ean code" msgstr "Lỗi: mã EAN không hợp lệ" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "Các ghi chú nội bộ" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "Hóa đơn" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "Bán hàng của tôi" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "Bảng giá" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "Ngày In" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "In phiếu thu" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "Sản phẩm" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "Số Sản phẩm" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "Tham chiếu" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "In lại" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "Chọn điểm bán hàng của bạn" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "Thuế" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "Các loại thuế" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "Các loại thuế:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3453,6 +3562,18 @@ msgstr "" "Điểm bán hàng không hỗ trợ chạy trên trình duyệt Microsoft Internet " "Explorer. Vui lòng sử dụng một trình duyệt khác như" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3465,6 +3586,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3500,6 +3628,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3514,7 +3659,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3527,7 +3672,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3541,6 +3686,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3548,7 +3705,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3556,7 +3713,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3579,7 +3736,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3599,13 +3756,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3623,11 +3773,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3739,37 +3889,32 @@ msgstr "Tổng số lượng" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3785,26 +3930,33 @@ msgstr "Đơn giá" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3829,7 +3981,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3843,14 +3995,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3882,22 +4034,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3925,7 +4070,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3933,7 +4078,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3957,7 +4102,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3976,13 +4121,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3998,14 +4143,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "Bạn nên chỉ định một điểm bán hàng cho phiên làm việc của bạn" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4017,7 +4162,7 @@ msgid "Your Session" msgstr "Phiên làm việc của bạn" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4027,11 +4172,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4039,57 +4191,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "lỗi!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4108,31 +4253,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/zh_CN.po b/addons/point_of_sale/i18n/zh_CN.po index 09f1692754c..47848cc45d3 100644 --- a/addons/point_of_sale/i18n/zh_CN.po +++ b/addons/point_of_sale/i18n/zh_CN.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-23 07:43+0000\n" "Last-Translator: hailang \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:50+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "# 明细" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "数量#" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr " " @@ -59,14 +54,14 @@ msgstr "+ 交易" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "1.54€ 柠檬" @@ -90,7 +85,7 @@ msgstr "2L 依云" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "3.141Kg 橘子" @@ -214,6 +209,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -224,6 +226,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -241,7 +255,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -274,15 +288,15 @@ msgstr "增加一个全局折扣" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -321,7 +335,7 @@ msgstr "金额合计" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -371,7 +385,7 @@ msgstr "平均价格" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -393,6 +407,14 @@ msgstr "银行对账单明细" msgid "BarCode" msgstr "条码" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "条形码" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -404,7 +426,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "条码扫描器" @@ -456,15 +478,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -481,6 +503,13 @@ msgstr "取消" msgid "Cancelled" msgstr "已取消" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -488,7 +517,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -543,15 +572,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "找零:" @@ -589,8 +618,7 @@ msgstr "Chaudfontaine Petillante 50cl" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -633,6 +661,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -660,10 +695,11 @@ msgstr "薯片" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" -msgstr "选择小票类型" +msgid "City" +msgstr "" #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view @@ -677,15 +713,15 @@ msgstr "单击开始销售会话" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "关闭" @@ -702,7 +738,7 @@ msgid "Closed" msgstr "已关闭" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -715,7 +751,7 @@ msgid "Closing Cash Control" msgstr "关闭现金箱" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -853,15 +889,15 @@ msgid "Configuration" msgstr "设置" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "设置错误!" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "确定" @@ -878,6 +914,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -942,7 +992,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -950,7 +1000,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "客户" @@ -960,7 +1009,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "客户发票" @@ -1004,7 +1053,7 @@ msgstr "日期" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "调试窗口" @@ -1021,14 +1070,14 @@ msgstr "验证延迟" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1047,14 +1096,14 @@ msgstr "说明" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1123,15 +1172,15 @@ msgstr "折扣通告" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1249,12 +1298,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1311,7 +1368,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "错误" @@ -1322,20 +1379,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "错误!您不能创建循环分类。" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1347,6 +1404,17 @@ msgstr "出错!" msgid "Error: Invalid ean code" msgstr "错误:无效的EAN编码" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1508,7 +1576,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "硬件事件" @@ -1520,7 +1588,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1531,8 +1599,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1556,7 +1622,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1606,7 +1671,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1614,7 +1679,7 @@ msgid "In Progress" msgstr "进行中" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "只有新的或被取消的销售流水可以删除" @@ -1632,18 +1697,15 @@ msgstr "内部备注" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "无效的条码" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "发票" @@ -1839,7 +1901,7 @@ msgstr "收款机清单" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1851,6 +1913,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1885,7 +1952,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1921,15 +1988,17 @@ msgstr "我的销售订单" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1961,7 +2030,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "下一订单" @@ -1973,20 +2042,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1996,6 +2065,13 @@ msgstr "" msgid "No. Of Articles" msgstr "条款号" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2023,19 +2099,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "确定" @@ -2050,6 +2124,13 @@ msgstr "洋葱" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2064,7 +2145,7 @@ msgstr "开启收银机" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "打开钱箱" @@ -2108,7 +2189,7 @@ msgid "Opening Cashbox Lines" msgstr "正在打开钱箱" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2160,9 +2241,15 @@ msgstr "Orangina 33cl" msgid "Order" msgstr "订单" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2180,6 +2267,7 @@ msgstr "订单明细" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2299,7 +2387,7 @@ msgstr "付款" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "已付:" @@ -2381,7 +2469,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2438,14 +2526,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "电话:" @@ -2477,17 +2567,26 @@ msgid "Plain Water" msgstr "纯净水" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "请为这个产品定义收益科目:\"%s\" (id:%d)." #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "请提供业务伙伴。" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2554,12 +2653,6 @@ msgstr "销售点配置" msgid "Point of Sale Configuration" msgstr "销售点配置" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2580,12 +2673,6 @@ msgstr "POS订单统计" msgid "Point of Sale Payment" msgstr "付款" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2611,6 +2698,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2621,6 +2715,13 @@ msgstr "上传所有订单" msgid "Post POS Journal Entries" msgstr "发表POS机日记帐分录" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2656,7 +2757,7 @@ msgstr "价格表" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "打印" @@ -2669,7 +2770,7 @@ msgstr "打印日期" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "打印收银条" @@ -2692,7 +2793,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2712,6 +2813,12 @@ msgstr "产品" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2722,6 +2829,11 @@ msgstr "产品号" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2781,7 +2893,7 @@ msgstr "重新打印" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "读取电子秤" @@ -2824,7 +2936,7 @@ msgstr "红葡萄柚" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2833,7 +2945,7 @@ msgstr "单号" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2845,7 +2957,7 @@ msgstr "重新打印" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2863,7 +2975,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2975,7 +3087,7 @@ msgstr "San Pellegrino 1L" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2987,7 +3099,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -3000,7 +3112,7 @@ msgstr "查询现金对账单" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3019,7 +3131,7 @@ msgstr "查询销售订单" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3030,7 +3142,7 @@ msgid "Select your Point of Sale" msgstr "选择您的销售点" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3057,7 +3169,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3103,14 +3215,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "设置重量" @@ -3139,14 +3251,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "门店" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3183,18 +3295,11 @@ msgstr "苏打" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3323,10 +3428,17 @@ msgstr "Stella Artois 50cl" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3334,7 +3446,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3347,7 +3459,7 @@ msgstr "税额小计w/o" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "小计:" @@ -3379,7 +3491,7 @@ msgstr "已同步" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3395,13 +3507,21 @@ msgid "Take Money Out" msgstr "取钱" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "税" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3412,38 +3532,27 @@ msgstr "税" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "税:" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3462,6 +3571,18 @@ msgstr "" "销售点功能不支持 Microsoft Internet Explorer 浏览器,请使用更现代化的浏览器如:Mozilla Firefox 和 " "Google Chrome 等" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3474,6 +3595,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "销售会话名称必须唯一" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3509,6 +3637,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3523,7 +3668,7 @@ msgid "" msgstr "系统将打开所用钱箱,以便开始收银。我们建议你在钱箱标签页盘点一下期初现金。" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3536,7 +3681,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3550,6 +3695,18 @@ msgid "" "you sure you want to exit?" msgstr "数据库中有不能保存的暂停操作,你确认要退出?" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3557,7 +3714,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3565,7 +3722,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3588,7 +3745,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3608,13 +3765,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3632,11 +3782,11 @@ msgstr "Timmermans Kriek 37.5cl" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3748,37 +3898,32 @@ msgstr "总数量" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "合计:" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "无法取消发货" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3794,26 +3939,33 @@ msgstr "单价" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3838,7 +3990,7 @@ msgstr "用户的产品" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3852,14 +4004,14 @@ msgstr "用户" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "确认" @@ -3891,22 +4043,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "称重" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "欢迎" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3934,7 +4079,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3942,7 +4087,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3966,7 +4111,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "同一个销售点不能使用两个钱箱" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3985,13 +4130,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -4009,14 +4154,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "您需要为您的销售会话指定一个销售点" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4028,7 +4173,7 @@ msgid "Your Session" msgstr "您的销售会话" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4038,11 +4183,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4050,57 +4202,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "错误!" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "未被使用" @@ -4119,31 +4264,24 @@ msgstr "付款方式" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" @@ -4166,3 +4304,14 @@ msgstr "POS交易" #: field:pos.session.opening,pos_session_username:0 msgid "unknown" msgstr "未知" + +#~ msgid "# of Qty" +#~ msgstr "数量#" + +#, python-format +#~ msgid "Welcome" +#~ msgstr "欢迎" + +#, python-format +#~ msgid "Choose your type of receipt:" +#~ msgstr "选择小票类型" diff --git a/addons/point_of_sale/i18n/zh_HK.po b/addons/point_of_sale/i18n/zh_HK.po index a8e273f61b7..17bc66ec28e 100644 --- a/addons/point_of_sale/i18n/zh_HK.po +++ b/addons/point_of_sale/i18n/zh_HK.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:34+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "Ok" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "稅項" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "稅項" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/point_of_sale/i18n/zh_TW.po b/addons/point_of_sale/i18n/zh_TW.po index 361f4917bfa..6bd8a73ba85 100644 --- a/addons/point_of_sale/i18n/zh_TW.po +++ b/addons/point_of_sale/i18n/zh_TW.po @@ -7,37 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: point_of_sale #: field:report.pos.order,nbr:0 msgid "# of Lines" msgstr "" -#. module: point_of_sale -#: field:report.pos.order,product_qty:0 -msgid "# of Qty" -msgstr "" - #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:925 +#: code:addons/point_of_sale/static/src/xml/pos.xml:954 #, python-format msgid "% discount" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1074 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1114 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1103 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1143 #, python-format msgid " " msgstr "" @@ -59,14 +54,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:461 +#: code:addons/point_of_sale/static/src/xml/pos.xml:539 #, python-format msgid "--------------------------------" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:815 +#: code:addons/point_of_sale/static/src/xml/pos.xml:844 #, python-format msgid "1.54€ Lemon" msgstr "" @@ -90,7 +85,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:814 +#: code:addons/point_of_sale/static/src/xml/pos.xml:843 #, python-format msgid "3.141Kg Oranges" msgstr "" @@ -205,6 +200,13 @@ msgstr "" msgid "= Theoretical Closing Balance" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:739 +#, python-format +msgid "A Customer Name Is Required" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "A custom receipt header footage" @@ -215,6 +217,18 @@ msgstr "" msgid "A custom receipt header message" msgstr "" +#. module: point_of_sale +#: help:pos.session,login_number:0 +msgid "" +"A sequence number that is incremented each time a user resumes the pos " +"session" +msgstr "" + +#. module: point_of_sale +#: help:pos.session,sequence_number:0 +msgid "A sequence number that is incremented with each order" +msgstr "" + #. module: point_of_sale #: help:pos.order,sequence_number:0 msgid "A session-unique sequence number for the order" @@ -232,7 +246,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1113 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1142 #, python-format msgid "ABC" msgstr "" @@ -265,15 +279,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:307 #: code:addons/point_of_sale/static/src/xml/pos.xml:372 +#: code:addons/point_of_sale/static/src/xml/pos.xml:450 #, python-format msgid "Address" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:811 +#: code:addons/point_of_sale/static/src/xml/pos.xml:840 #, python-format msgid "Admin Badge" msgstr "" @@ -312,7 +326,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:602 +#: code:addons/point_of_sale/static/src/js/screens.js:1281 #, python-format msgid "An anonymous order cannot be invoiced" msgstr "" @@ -362,7 +376,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:902 +#: code:addons/point_of_sale/static/src/js/screens.js:1052 #: code:addons/point_of_sale/static/src/xml/pos.xml:265 #, python-format msgid "Back" @@ -384,6 +398,14 @@ msgstr "" msgid "BarCode" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:349 +#: code:addons/point_of_sale/static/src/xml/pos.xml:391 +#, python-format +msgid "Barcode" +msgstr "" + #. module: point_of_sale #: view:pos.config:point_of_sale.view_pos_config_form msgid "" @@ -395,7 +417,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:807 +#: code:addons/point_of_sale/static/src/xml/pos.xml:836 #, python-format msgid "Barcode Scanner" msgstr "" @@ -447,15 +469,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:538 +#: code:addons/point_of_sale/static/src/xml/pos.xml:616 #, python-format msgid "CHANGE" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:344 -#: code:addons/point_of_sale/static/src/xml/pos.xml:683 +#: code:addons/point_of_sale/static/src/xml/pos.xml:418 +#: code:addons/point_of_sale/static/src/xml/pos.xml:712 #: view:pos.confirm:point_of_sale.view_pos_confirm #: view:pos.details:point_of_sale.view_pos_details #: view:pos.discount:point_of_sale.view_pos_discount @@ -472,6 +494,13 @@ msgstr "" msgid "Cancelled" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1260 +#, python-format +msgid "Cannot return change without a cash payment method" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.carotte_product_template msgid "Carrots" @@ -479,7 +508,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:931 +#: code:addons/point_of_sale/static/src/js/screens.js:1081 #, python-format msgid "Cash" msgstr "" @@ -534,15 +563,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:697 +#: code:addons/point_of_sale/static/src/js/screens.js:683 #, python-format msgid "Change Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:409 -#: code:addons/point_of_sale/static/src/xml/pos.xml:979 +#: code:addons/point_of_sale/static/src/xml/pos.xml:487 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1008 #, python-format msgid "Change:" msgstr "" @@ -580,8 +609,7 @@ msgstr "" #. module: point_of_sale #: help:product.template,to_weight:0 msgid "" -"Check if the product should be weighted (mainly used with self check-out " -"interface)." +"Check if the product should be weighted using the hardware scale integration" msgstr "" #. module: point_of_sale @@ -624,6 +652,13 @@ msgid "" "Session" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1287 +#, python-format +msgid "Check your internet connection and try again." +msgstr "" + #. module: point_of_sale #: field:pos.category,child_id:0 msgid "Children Categories" @@ -651,9 +686,10 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 +#: code:addons/point_of_sale/static/src/xml/pos.xml:320 +#: code:addons/point_of_sale/static/src/xml/pos.xml:321 #, python-format -msgid "Choose your type of receipt:" +msgid "City" msgstr "" #. module: point_of_sale @@ -668,15 +704,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:841 #, python-format msgid "Client Badge" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1133 -#: code:addons/point_of_sale/static/src/js/widgets.js:1141 +#: code:addons/point_of_sale/static/src/js/widgets.js:1122 +#: code:addons/point_of_sale/static/src/js/widgets.js:1130 #, python-format msgid "Close" msgstr "" @@ -693,7 +729,7 @@ msgid "Closed" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:111 +#: code:addons/point_of_sale/point_of_sale.py:125 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -706,7 +742,7 @@ msgid "Closing Cash Control" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:110 +#: code:addons/point_of_sale/point_of_sale.py:124 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -844,15 +880,15 @@ msgid "Configuration" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:827 +#: code:addons/point_of_sale/point_of_sale.py:851 #, python-format msgid "Configuration Error!" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1138 -#: code:addons/point_of_sale/static/src/xml/pos.xml:680 +#: code:addons/point_of_sale/static/src/js/widgets.js:1127 +#: code:addons/point_of_sale/static/src/xml/pos.xml:709 #, python-format msgid "Confirm" msgstr "" @@ -869,6 +905,20 @@ msgstr "" msgid "Continue Selling" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:823 +#, python-format +msgid "Could Not Read Image" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:328 +#, python-format +msgid "Country" +msgstr "" + #. module: point_of_sale #: field:pos.category,create_uid:0 #: field:pos.config,create_uid:0 @@ -933,7 +983,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:810 +#: code:addons/point_of_sale/static/src/xml/pos.xml:839 #, python-format msgid "Custom Ean13" msgstr "" @@ -941,7 +991,6 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: field:pos.order,partner_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Customer" msgstr "" @@ -951,7 +1000,7 @@ msgid "Customer Barcodes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:959 +#: code:addons/point_of_sale/point_of_sale.py:983 #, python-format msgid "Customer Invoice" msgstr "" @@ -995,7 +1044,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:797 +#: code:addons/point_of_sale/static/src/xml/pos.xml:826 #, python-format msgid "Debug Window" msgstr "" @@ -1012,14 +1061,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:824 +#: code:addons/point_of_sale/static/src/xml/pos.xml:853 #, python-format msgid "Delete All Unsent Orders" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:805 +#: code:addons/point_of_sale/static/src/js/widgets.js:812 #, python-format msgid "Delete Unsent Orders ?" msgstr "" @@ -1038,14 +1087,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:700 +#: code:addons/point_of_sale/static/src/js/screens.js:686 #, python-format msgid "Deselect Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:978 +#: code:addons/point_of_sale/static/src/js/widgets.js:985 #, python-format msgid "Destroy Current Order ?" msgstr "" @@ -1114,15 +1163,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:481 -#: code:addons/point_of_sale/static/src/xml/pos.xml:954 +#: code:addons/point_of_sale/static/src/xml/pos.xml:559 +#: code:addons/point_of_sale/static/src/xml/pos.xml:983 #, python-format msgid "Discount:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:547 +#: code:addons/point_of_sale/static/src/xml/pos.xml:625 #, python-format msgid "Discounts" msgstr "" @@ -1240,12 +1289,20 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:800 +#: code:addons/point_of_sale/static/src/xml/pos.xml:829 #: field:pos.config,iface_electronic_scale:0 #, python-format msgid "Electronic Scale" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:341 +#: code:addons/point_of_sale/static/src/xml/pos.xml:376 +#, python-format +msgid "Email" +msgstr "" + #. module: point_of_sale #: help:pos.config,iface_scan_via_proxy:0 msgid "Enable barcode scanning with a remotely connected barcode scanner" @@ -1302,7 +1359,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:359 +#: code:addons/point_of_sale/static/src/js/screens.js:326 #, python-format msgid "Error" msgstr "" @@ -1313,20 +1370,20 @@ msgid "Error ! You cannot create recursive categories." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:344 -#: code:addons/point_of_sale/point_of_sale.py:452 -#: code:addons/point_of_sale/point_of_sale.py:455 -#: code:addons/point_of_sale/point_of_sale.py:500 -#: code:addons/point_of_sale/point_of_sale.py:515 -#: code:addons/point_of_sale/point_of_sale.py:607 -#: code:addons/point_of_sale/point_of_sale.py:760 -#: code:addons/point_of_sale/point_of_sale.py:802 -#: code:addons/point_of_sale/point_of_sale.py:844 -#: code:addons/point_of_sale/point_of_sale.py:867 -#: code:addons/point_of_sale/point_of_sale.py:911 -#: code:addons/point_of_sale/point_of_sale.py:986 -#: code:addons/point_of_sale/point_of_sale.py:1100 -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/point_of_sale.py:372 +#: code:addons/point_of_sale/point_of_sale.py:485 +#: code:addons/point_of_sale/point_of_sale.py:488 +#: code:addons/point_of_sale/point_of_sale.py:518 +#: code:addons/point_of_sale/point_of_sale.py:533 +#: code:addons/point_of_sale/point_of_sale.py:625 +#: code:addons/point_of_sale/point_of_sale.py:784 +#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:868 +#: code:addons/point_of_sale/point_of_sale.py:891 +#: code:addons/point_of_sale/point_of_sale.py:935 +#: code:addons/point_of_sale/point_of_sale.py:1010 +#: code:addons/point_of_sale/point_of_sale.py:1125 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #: code:addons/point_of_sale/wizard/pos_box.py:22 #, python-format msgid "Error!" @@ -1338,6 +1395,17 @@ msgstr "" msgid "Error: Invalid ean code" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:219 +#, python-format +msgid "" +"Error: The Point of Sale User must belong to the same company as the Point " +"of Sale. You are probably trying to load the point of sale as an " +"administrator in a multi-company setup, with the administrator account set " +"to the wrong company." +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.evian_1l_product_template msgid "Evian 1L" @@ -1499,7 +1567,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:831 +#: code:addons/point_of_sale/static/src/xml/pos.xml:860 #, python-format msgid "Hardware Events" msgstr "" @@ -1511,7 +1579,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:827 +#: code:addons/point_of_sale/static/src/xml/pos.xml:856 #, python-format msgid "Hardware Status" msgstr "" @@ -1522,8 +1590,6 @@ msgid "Has Cash Control" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:326 #: field:pos.category,id:0 #: field:pos.config,id:0 #: field:pos.confirm,id:0 @@ -1547,7 +1613,6 @@ msgstr "" #: field:report.sales.by.user.pos,id:0 #: field:report.sales.by.user.pos.month,id:0 #: field:report.transaction.pos,id:0 -#, python-format msgid "ID" msgstr "" @@ -1597,7 +1662,7 @@ msgid "In Cluster Tomatoes" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:109 +#: code:addons/point_of_sale/point_of_sale.py:123 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -1605,7 +1670,7 @@ msgid "In Progress" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "In order to delete a sale, it must be new or cancelled." msgstr "" @@ -1623,18 +1688,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:817 +#: code:addons/point_of_sale/static/src/xml/pos.xml:846 #, python-format msgid "Invalid Ean" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:584 #: model:ir.actions.report.xml,name:point_of_sale.pos_invoice_report #: view:pos.order:point_of_sale.view_pos_pos_form #: field:pos.order,invoice_id:0 -#, python-format msgid "Invoice" msgstr "" @@ -1830,7 +1892,7 @@ msgstr "" #. module: point_of_sale #. openerp-web #: code:addons/point_of_sale/static/src/js/models.js:120 -#: code:addons/point_of_sale/static/src/js/models.js:329 +#: code:addons/point_of_sale/static/src/js/models.js:363 #: code:addons/point_of_sale/static/src/xml/pos.xml:79 #, python-format msgid "Loading" @@ -1842,6 +1904,11 @@ msgstr "" msgid "Location" msgstr "" +#. module: point_of_sale +#: field:pos.session,login_number:0 +msgid "Login Sequence Number" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.maes_33cl_product_template msgid "Maes 33cl" @@ -1876,7 +1943,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:760 +#: code:addons/point_of_sale/point_of_sale.py:784 #, python-format msgid "" "Missing source or destination location for picking type %s. Please configure " @@ -1912,15 +1979,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:320 -#: code:addons/point_of_sale/static/src/xml/pos.xml:331 +#: code:addons/point_of_sale/static/src/xml/pos.xml:385 +#: code:addons/point_of_sale/static/src/xml/pos.xml:396 +#: code:addons/point_of_sale/static/src/xml/pos.xml:405 #, python-format msgid "N/A" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:371 +#: code:addons/point_of_sale/static/src/xml/pos.xml:308 +#: code:addons/point_of_sale/static/src/xml/pos.xml:449 #: field:pos.category,complete_name:0 #: field:pos.category,name:0 #: view:website:point_of_sale.report_statement @@ -1952,7 +2021,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:786 +#: code:addons/point_of_sale/static/src/js/screens.js:936 #, python-format msgid "Next Order" msgstr "" @@ -1964,20 +2033,20 @@ msgid "No Cash Register Defined!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1239 +#: code:addons/point_of_sale/point_of_sale.py:1264 #, python-format msgid "No Pricelist!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:577 +#: code:addons/point_of_sale/point_of_sale.py:595 #, python-format msgid "" "No cash statement found for this session. Unable to record returned cash." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/report/pos_invoice.py:44 +#: code:addons/point_of_sale/report/pos_invoice.py:46 #, python-format msgid "No link to an invoice for %s., " msgstr "" @@ -1987,6 +2056,13 @@ msgstr "" msgid "No. Of Articles" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:330 +#, python-format +msgid "None" +msgstr "" + #. module: point_of_sale #: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Not Invoiced" @@ -2014,19 +2090,17 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:892 +#: code:addons/point_of_sale/static/src/js/widgets.js:899 #, python-format msgid "Offline" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:604 -#: code:addons/point_of_sale/static/src/xml/pos.xml:618 -#: code:addons/point_of_sale/static/src/xml/pos.xml:632 -#: code:addons/point_of_sale/static/src/xml/pos.xml:646 -#: code:addons/point_of_sale/static/src/xml/pos.xml:666 -#: code:addons/point_of_sale/static/src/xml/pos.xml:706 +#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:675 +#: code:addons/point_of_sale/static/src/xml/pos.xml:695 +#: code:addons/point_of_sale/static/src/xml/pos.xml:735 #, python-format msgid "Ok" msgstr "" @@ -2041,6 +2115,13 @@ msgstr "" msgid "Onions / Garlic / Shallots" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:809 +#, python-format +msgid "Only web-compatible Image formats such as .png or .jpeg are supported" +msgstr "" + #. module: point_of_sale #: view:account.bank.statement:point_of_sale.view_pos_confirm_cash_statement_filter #: view:account.bank.statement:point_of_sale.view_pos_open_cash_statement_filter @@ -2055,7 +2136,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:833 +#: code:addons/point_of_sale/static/src/xml/pos.xml:862 #, python-format msgid "Open Cashbox" msgstr "" @@ -2099,7 +2180,7 @@ msgid "Opening Cashbox Lines" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:108 +#: code:addons/point_of_sale/point_of_sale.py:122 #: selection:pos.session,state:0 #: selection:pos.session.opening,pos_state:0 #, python-format @@ -2151,9 +2232,15 @@ msgstr "" msgid "Order" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/models.js:920 +#, python-format +msgid "Order " +msgstr "" + #. module: point_of_sale #: field:pos.order,date_order:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search #: field:report.sales.by.user.pos,date_order:0 #: field:report.sales.by.user.pos.month,date_order:0 msgid "Order Date" @@ -2171,6 +2258,7 @@ msgstr "" #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter +#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Order Month" msgstr "" @@ -2290,7 +2378,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:397 +#: code:addons/point_of_sale/static/src/xml/pos.xml:475 #, python-format msgid "Paid:" msgstr "" @@ -2372,7 +2460,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:1258 +#: code:addons/point_of_sale/static/src/js/widgets.js:1245 #, python-format msgid "" "Pending orders will be lost.\n" @@ -2429,14 +2517,16 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:373 +#: code:addons/point_of_sale/static/src/xml/pos.xml:345 +#: code:addons/point_of_sale/static/src/xml/pos.xml:380 +#: code:addons/point_of_sale/static/src/xml/pos.xml:451 #, python-format msgid "Phone" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:903 +#: code:addons/point_of_sale/static/src/xml/pos.xml:932 #, python-format msgid "Phone:" msgstr "" @@ -2468,17 +2558,26 @@ msgid "Plain Water" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1100 +#: code:addons/point_of_sale/point_of_sale.py:1125 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:911 +#: code:addons/point_of_sale/point_of_sale.py:935 #, python-format msgid "Please provide a partner for the sale." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1282 +#, python-format +msgid "" +"Please select a client for this order. This can be done by clicking the " +"order tab" +msgstr "" + #. module: point_of_sale #: model:stock.picking.type,name:point_of_sale.picking_type_posout msgid "PoS Orders" @@ -2545,12 +2644,6 @@ msgstr "" msgid "Point of Sale Configuration" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:461 -#, python-format -msgid "Point of Sale Loss" -msgstr "" - #. module: point_of_sale #: field:pos.config,name:0 msgid "Point of Sale Name" @@ -2571,12 +2664,6 @@ msgstr "" msgid "Point of Sale Payment" msgstr "" -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:459 -#, python-format -msgid "Point of Sale Profit" -msgstr "" - #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_form #: view:pos.session:point_of_sale.view_pos_session_search @@ -2602,6 +2689,13 @@ msgstr "" msgid "Pos Product Categories" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:419 +#, python-format +msgid "PosBox Printing Error" +msgstr "" + #. module: point_of_sale #: view:pos.confirm:point_of_sale.view_pos_confirm msgid "Post All Orders" @@ -2612,6 +2706,13 @@ msgstr "" msgid "Post POS Journal Entries" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:324 +#, python-format +msgid "Postcode" +msgstr "" + #. module: point_of_sale #: view:pos.order:point_of_sale.view_pos_order_filter #: selection:pos.order,state:0 @@ -2647,7 +2748,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:780 +#: code:addons/point_of_sale/static/src/js/screens.js:930 #, python-format msgid "Print" msgstr "" @@ -2660,7 +2761,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:834 +#: code:addons/point_of_sale/static/src/xml/pos.xml:863 #, python-format msgid "Print Receipt" msgstr "" @@ -2683,7 +2784,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:881 +#: code:addons/point_of_sale/static/src/js/widgets.js:888 #, python-format msgid "Printer" msgstr "" @@ -2703,6 +2804,12 @@ msgstr "" msgid "Product Barcodes" msgstr "" +#. module: point_of_sale +#: view:report.pos.order:point_of_sale.view_report_pos_order_search +#: field:report.pos.order,product_categ_id:0 +msgid "Product Category" +msgstr "" + #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." @@ -2713,6 +2820,11 @@ msgstr "" msgid "Product Product Categories" msgstr "" +#. module: point_of_sale +#: field:report.pos.order,product_qty:0 +msgid "Product Quantity" +msgstr "" + #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_product_template msgid "Product Template" @@ -2772,7 +2884,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:835 +#: code:addons/point_of_sale/static/src/xml/pos.xml:864 #, python-format msgid "Read Weighting Scale" msgstr "" @@ -2815,7 +2927,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:818 +#: code:addons/point_of_sale/static/src/xml/pos.xml:847 #: field:pos.ean_wizard,ean13_pattern:0 #: view:website:point_of_sale.report_sessionsummary #, python-format @@ -2824,7 +2936,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:403 +#: code:addons/point_of_sale/static/src/xml/pos.xml:481 #, python-format msgid "Remaining:" msgstr "" @@ -2836,7 +2948,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:804 +#: code:addons/point_of_sale/static/src/xml/pos.xml:833 #, python-format msgid "Reset" msgstr "" @@ -2854,7 +2966,7 @@ msgid "Resume Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:883 +#: code:addons/point_of_sale/point_of_sale.py:907 #: view:pos.order:point_of_sale.view_pos_pos_form #, python-format msgid "Return Products" @@ -2966,7 +3078,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:889 +#: code:addons/point_of_sale/static/src/js/widgets.js:896 #, python-format msgid "Scale" msgstr "" @@ -2978,7 +3090,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:872 +#: code:addons/point_of_sale/static/src/js/widgets.js:879 #, python-format msgid "Scanner" msgstr "" @@ -2991,7 +3103,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:348 +#: code:addons/point_of_sale/static/src/xml/pos.xml:422 #, python-format msgid "Search Customers" msgstr "" @@ -3010,7 +3122,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:352 +#: code:addons/point_of_sale/static/src/xml/pos.xml:430 #, python-format msgid "Select Customer" msgstr "" @@ -3021,7 +3133,7 @@ msgid "Select your Point of Sale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:986 +#: code:addons/point_of_sale/point_of_sale.py:1010 #, python-format msgid "Selected orders do not have the same session!" msgstr "" @@ -3048,7 +3160,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:462 +#: code:addons/point_of_sale/static/src/xml/pos.xml:540 #, python-format msgid "Served by" msgstr "" @@ -3094,14 +3206,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:695 +#: code:addons/point_of_sale/static/src/js/screens.js:681 #, python-format msgid "Set Customer" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:803 +#: code:addons/point_of_sale/static/src/xml/pos.xml:832 #, python-format msgid "Set Weight" msgstr "" @@ -3130,14 +3242,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:905 +#: code:addons/point_of_sale/static/src/xml/pos.xml:934 #, python-format msgid "Shop:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:823 +#: code:addons/point_of_sale/static/src/xml/pos.xml:852 #, python-format msgid "Show All Unsent Orders" msgstr "" @@ -3174,18 +3286,11 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:813 +#: code:addons/point_of_sale/static/src/xml/pos.xml:842 #, python-format msgid "Soda 33cl" msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:594 -#, python-format -msgid "Sorry, we could not create a session for this user." -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.spa_gazeuse_1,5l_product_template msgid "Spa Barisart 1.5l" @@ -3314,10 +3419,17 @@ msgstr "" #. module: point_of_sale #: field:pos.config,stock_location_id:0 -#: view:report.pos.order:point_of_sale.view_report_pos_order_search msgid "Stock Location" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:316 +#: code:addons/point_of_sale/static/src/xml/pos.xml:317 +#, python-format +msgid "Street" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.limon_product_template msgid "Stringers" @@ -3325,7 +3437,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:509 +#: code:addons/point_of_sale/static/src/xml/pos.xml:587 #: field:pos.order.line,price_subtotal_incl:0 #, python-format msgid "Subtotal" @@ -3338,7 +3450,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:940 +#: code:addons/point_of_sale/static/src/xml/pos.xml:969 #, python-format msgid "Subtotal:" msgstr "" @@ -3370,7 +3482,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:522 +#: code:addons/point_of_sale/static/src/xml/pos.xml:600 #, python-format msgid "TOTAL" msgstr "" @@ -3386,13 +3498,21 @@ msgid "Take Money Out" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1135 -#: code:addons/point_of_sale/point_of_sale.py:1152 +#: code:addons/point_of_sale/point_of_sale.py:1160 +#: code:addons/point_of_sale/point_of_sale.py:1177 #: view:website:point_of_sale.report_saleslines #, python-format msgid "Tax" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:353 +#: code:addons/point_of_sale/static/src/xml/pos.xml:400 +#, python-format +msgid "Tax ID" +msgstr "" + #. module: point_of_sale #: field:pos.order,amount_tax:0 #: view:website:point_of_sale.report_detailsofsales @@ -3403,38 +3523,27 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:784 +#: code:addons/point_of_sale/static/src/xml/pos.xml:813 #, python-format msgid "Taxes:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:446 +#: code:addons/point_of_sale/static/src/xml/pos.xml:524 #, python-format msgid "Tel:" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:615 -#, python-format -msgid "" -"The Order could not be sent to the server for invoicing. Invoices cannot be " -"generated\n" -" in offline mode. Please check your internet connection " -"and try again." -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1073 +#: code:addons/point_of_sale/point_of_sale.py:1098 #, python-format msgid "The POS order must have lines when calling this method" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:661 +#: code:addons/point_of_sale/static/src/xml/pos.xml:690 #, python-format msgid "" "The Point of Sale could not find any product, client, employee\n" @@ -3451,6 +3560,18 @@ msgid "" " a modern browser like" msgstr "" +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the sale journal is different than the one of point of sale" +msgstr "" + +#. module: point_of_sale +#: constraint:pos.config:0 +msgid "" +"The company of the stock location is different than the one of point of sale" +msgstr "" + #. module: point_of_sale #: help:pos.config,proxy_ip:0 msgid "" @@ -3463,6 +3584,13 @@ msgstr "" msgid "The name of this POS Session must be unique !" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1286 +#, python-format +msgid "The order could not be sent" +msgstr "" + #. module: point_of_sale #: help:pos.config,barcode_discount:0 msgid "The pattern that identifies a product with a barcode encoded discount" @@ -3498,6 +3626,23 @@ msgstr "" msgid "The physical point of sale you will use." msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:824 +#, python-format +msgid "The provided file could not be read due to an unknown error" +msgstr "" + +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/devices.js:420 +#, python-format +msgid "" +"The receipt could not be printed. The software installed on the posbox is " +"probably out of date. Please refer to the software instructions in the " +"posbox manual or contact the customer support" +msgstr "" + #. module: point_of_sale #: view:pos.session.opening:point_of_sale.pos_session_opening_form_view msgid "The session" @@ -3512,7 +3657,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:456 +#: code:addons/point_of_sale/point_of_sale.py:489 #, python-format msgid "" "The type of the journal for your payment method should be bank or cash " @@ -3525,7 +3670,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:696 +#: code:addons/point_of_sale/static/src/xml/pos.xml:725 #, python-format msgid "There are no unsent orders" msgstr "" @@ -3539,6 +3684,18 @@ msgid "" "you sure you want to exit?" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:1261 +#, python-format +msgid "" +"There is no cash payment method available in this point of sale to handle " +"the change.\n" +"\n" +" Please pay the exact amount or add a cash payment method in the point of " +"sale configuration" +msgstr "" + #. module: point_of_sale #: code:addons/point_of_sale/wizard/pos_box.py:23 #, python-format @@ -3546,7 +3703,7 @@ msgid "There is no cash register for this PoS Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:826 +#: code:addons/point_of_sale/point_of_sale.py:850 #, python-format msgid "" "There is no receivable account defined to make payment for the partner: " @@ -3554,7 +3711,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:824 +#: code:addons/point_of_sale/point_of_sale.py:848 #, python-format msgid "There is no receivable account defined to make payment." msgstr "" @@ -3577,7 +3734,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:806 +#: code:addons/point_of_sale/static/src/js/widgets.js:813 #, python-format msgid "" "This operation will permanently destroy all unsent orders from the local " @@ -3597,13 +3754,6 @@ msgid "" "Those categories are used to group similar products for point of sale." msgstr "" -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:581 -#, python-format -msgid "Ticket" -msgstr "" - #. module: point_of_sale #: model:product.template,name:point_of_sale.timmermans_faro_37,5cl_product_template msgid "Timmermans Faro 37.5cl" @@ -3621,11 +3771,11 @@ msgstr "" #. module: point_of_sale #: field:product.template,to_weight:0 -msgid "To Weigh" +msgid "To Weigh With Scale" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:867 +#: code:addons/point_of_sale/point_of_sale.py:891 #, python-format msgid "" "To return product(s), you need to open a session that will be used to " @@ -3737,37 +3887,32 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:783 -#: code:addons/point_of_sale/static/src/xml/pos.xml:960 +#: code:addons/point_of_sale/static/src/xml/pos.xml:812 +#: code:addons/point_of_sale/static/src/xml/pos.xml:989 #, python-format msgid "Total:" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1165 +#: code:addons/point_of_sale/point_of_sale.py:1190 #, python-format msgid "Trade Receivables" msgstr "" #. module: point_of_sale -#: view:website:point_of_sale.report_sessionsummary -msgid "Type" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:620 +#: code:addons/point_of_sale/point_of_sale.py:638 #, python-format msgid "Unable to Delete!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:802 +#: code:addons/point_of_sale/point_of_sale.py:826 #, python-format msgid "Unable to cancel the picking." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:360 +#: code:addons/point_of_sale/point_of_sale.py:388 #, python-format msgid "" "Unable to open the session. You have to assign a sale journal to your point " @@ -3783,26 +3928,33 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:657 +#: code:addons/point_of_sale/static/src/xml/pos.xml:686 #, python-format msgid "Unknown Barcode" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:816 +#: code:addons/point_of_sale/static/src/xml/pos.xml:845 #, python-format msgid "Unknown Product" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:694 -#: code:addons/point_of_sale/static/src/xml/pos.xml:821 +#: code:addons/point_of_sale/static/src/xml/pos.xml:723 +#: code:addons/point_of_sale/static/src/xml/pos.xml:850 #, python-format msgid "Unsent Orders" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/js/screens.js:808 +#, python-format +msgid "Unsupported File Format" +msgstr "" + #. module: point_of_sale #: view:pos.session:point_of_sale.view_pos_session_search #: field:report.sales.by.user.pos,user_id:0 @@ -3827,7 +3979,7 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:904 +#: code:addons/point_of_sale/static/src/xml/pos.xml:933 #: view:website:point_of_sale.report_receipt #, python-format msgid "User:" @@ -3841,14 +3993,14 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:449 +#: code:addons/point_of_sale/static/src/xml/pos.xml:527 #, python-format msgid "VAT:" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/screens.js:910 +#: code:addons/point_of_sale/static/src/js/screens.js:1060 #, python-format msgid "Validate" msgstr "" @@ -3880,22 +4032,15 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:829 +#: code:addons/point_of_sale/static/src/xml/pos.xml:858 #, python-format msgid "Weighting" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:580 -#, python-format -msgid "Welcome" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:757 -#: code:addons/point_of_sale/static/src/xml/pos.xml:924 +#: code:addons/point_of_sale/static/src/xml/pos.xml:786 +#: code:addons/point_of_sale/static/src/xml/pos.xml:953 #, python-format msgid "With a" msgstr "" @@ -3923,7 +4068,7 @@ msgid "You can define another list of available currencies on the" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:607 +#: code:addons/point_of_sale/point_of_sale.py:625 #, python-format msgid "" "You cannot change the partner of a POS order for which an invoice has " @@ -3931,7 +4076,7 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:501 +#: code:addons/point_of_sale/point_of_sale.py:519 #, python-format msgid "" "You cannot confirm all orders of this session, because they have not the " @@ -3955,7 +4100,7 @@ msgid "You cannot have two cash controls in one Point Of Sale !" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:516 +#: code:addons/point_of_sale/point_of_sale.py:534 #, python-format msgid "" "You cannot use the session of another users. This session is owned by %s. " @@ -3974,13 +4119,13 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:844 +#: code:addons/point_of_sale/point_of_sale.py:868 #, python-format msgid "You have to open at least one cashbox." msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:1240 +#: code:addons/point_of_sale/point_of_sale.py:1265 #, python-format msgid "" "You have to select a pricelist in the sale form !\n" @@ -3996,14 +4141,14 @@ msgid "" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:345 +#: code:addons/point_of_sale/point_of_sale.py:373 #, python-format msgid "You should assign a Point of Sale to your session." msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/js/widgets.js:979 +#: code:addons/point_of_sale/static/src/js/widgets.js:986 #, python-format msgid "You will lose any data associated with the current order" msgstr "" @@ -4015,7 +4160,7 @@ msgid "Your Session" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:453 +#: code:addons/point_of_sale/point_of_sale.py:486 #, python-format msgid "" "Your ending balance is too different from the theoretical cash closing " @@ -4025,11 +4170,18 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:775 +#: code:addons/point_of_sale/static/src/xml/pos.xml:804 #, python-format msgid "Your shopping cart is empty" msgstr "" +#. module: point_of_sale +#. openerp-web +#: code:addons/point_of_sale/static/src/xml/pos.xml:325 +#, python-format +msgid "ZIP" +msgstr "" + #. module: point_of_sale #: model:product.template,name:point_of_sale.courgette_product_template msgid "Zucchini" @@ -4037,57 +4189,50 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:749 +#: code:addons/point_of_sale/static/src/xml/pos.xml:778 #, python-format msgid "at" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1049 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1078 #, python-format msgid "caps lock" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1076 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1118 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1105 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1147 #, python-format msgid "close" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1034 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1111 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1063 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1140 #, python-format msgid "delete" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:759 +#: code:addons/point_of_sale/static/src/xml/pos.xml:788 #, python-format msgid "discount" msgstr "" #. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:311 -#, python-format -msgid "email" -msgstr "" - -#. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:359 -#: code:addons/point_of_sale/point_of_sale.py:576 +#: code:addons/point_of_sale/point_of_sale.py:387 +#: code:addons/point_of_sale/point_of_sale.py:594 #, python-format msgid "error!" msgstr "" #. module: point_of_sale -#: code:addons/point_of_sale/point_of_sale.py:115 +#: code:addons/point_of_sale/point_of_sale.py:129 #, python-format msgid "not used" msgstr "" @@ -4106,31 +4251,24 @@ msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:315 -#, python-format -msgid "phone" -msgstr "" - -#. module: point_of_sale -#. openerp-web -#: code:addons/point_of_sale/point_of_sale.py:582 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1061 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1116 +#: code:addons/point_of_sale/point_of_sale.py:600 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1090 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1145 #, python-format msgid "return" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1062 -#: code:addons/point_of_sale/static/src/xml/pos.xml:1073 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1091 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1102 #, python-format msgid "shift" msgstr "" #. module: point_of_sale #. openerp-web -#: code:addons/point_of_sale/static/src/xml/pos.xml:1035 +#: code:addons/point_of_sale/static/src/xml/pos.xml:1064 #, python-format msgid "tab" msgstr "" diff --git a/addons/portal/i18n/ar.po b/addons/portal/i18n/ar.po index 565338b8ea7..84a2e66c029 100644 --- a/addons/portal/i18n/ar.po +++ b/addons/portal/i18n/ar.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -397,3 +389,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/bg.po b/addons/portal/i18n/bg.po index 73ef80c6321..378ca88a66d 100644 --- a/addons/portal/i18n/bg.po +++ b/addons/portal/i18n/bg.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/bs.po b/addons/portal/i18n/bs.po index 3587ccecdc6..43b1ffd1fe9 100644 --- a/addons/portal/i18n/bs.po +++ b/addons/portal/i18n/bs.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/ca.po b/addons/portal/i18n/ca.po index 9a5474e5c27..aece4d1902f 100644 --- a/addons/portal/i18n/ca.po +++ b/addons/portal/i18n/ca.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -397,3 +389,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/cs.po b/addons/portal/i18n/cs.po index 5e0b5047db4..4672111a33e 100644 --- a/addons/portal/i18n/cs.po +++ b/addons/portal/i18n/cs.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -437,3 +429,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/da.po b/addons/portal/i18n/da.po index 56167b735ff..8ee7ae3f584 100644 --- a/addons/portal/i18n/da.po +++ b/addons/portal/i18n/da.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/de.po b/addons/portal/i18n/de.po index a6e117231c7..e6227d844a4 100644 --- a/addons/portal/i18n/de.po +++ b/addons/portal/i18n/de.po @@ -7,27 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-15 10:17+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 09:39+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", Zugang %s %s über unser Kundenportal" - #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal msgid "" @@ -463,3 +452,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "Ihr Odoo Konto bei %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "Ihre Mitteilungen " diff --git a/addons/portal/i18n/es.po b/addons/portal/i18n/es.po index e30fca8aee8..46c02645ef0 100644 --- a/addons/portal/i18n/es.po +++ b/addons/portal/i18n/es.po @@ -7,26 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-18 10:25+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 20:48+0000\n" +"Last-Translator: Roberto Lizana (trey.es) \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", acceder %s %s a través de nuestro portal de " -"cliente" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -455,3 +444,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "Su cuenta Odoo en %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "acceso directo a" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "sus mensajes " diff --git a/addons/portal/i18n/es_AR.po b/addons/portal/i18n/es_AR.po index c1f3caca575..d68abaee175 100644 --- a/addons/portal/i18n/es_AR.po +++ b/addons/portal/i18n/es_AR.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -397,3 +389,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/es_CR.po b/addons/portal/i18n/es_CR.po index 8e30ef1fbbb..cde69675763 100644 --- a/addons/portal/i18n/es_CR.po +++ b/addons/portal/i18n/es_CR.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -397,3 +389,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/et.po b/addons/portal/i18n/et.po index d9269185ba7..475154e4f84 100644 --- a/addons/portal/i18n/et.po +++ b/addons/portal/i18n/et.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/fi.po b/addons/portal/i18n/fi.po index c956fcbfa39..bd6e6def5bb 100644 --- a/addons/portal/i18n/fi.po +++ b/addons/portal/i18n/fi.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -441,3 +433,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/fr.po b/addons/portal/i18n/fr.po index 7a198924501..c625a48f894 100644 --- a/addons/portal/i18n/fr.po +++ b/addons/portal/i18n/fr.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -441,3 +433,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/he.po b/addons/portal/i18n/he.po index df82e35a00d..14707d321ae 100644 --- a/addons/portal/i18n/he.po +++ b/addons/portal/i18n/he.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/hr.po b/addons/portal/i18n/hr.po index b80856a37c4..87254ae60f4 100644 --- a/addons/portal/i18n/hr.po +++ b/addons/portal/i18n/hr.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -435,3 +427,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/hu.po b/addons/portal/i18n/hu.po index 09361ba2276..1e811187504 100644 --- a/addons/portal/i18n/hu.po +++ b/addons/portal/i18n/hu.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -437,3 +429,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/id.po b/addons/portal/i18n/id.po index d2a5ad4885b..e8357b4c882 100644 --- a/addons/portal/i18n/id.po +++ b/addons/portal/i18n/id.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/it.po b/addons/portal/i18n/it.po index 2e457e9ff17..7fad5ba431c 100644 --- a/addons/portal/i18n/it.po +++ b/addons/portal/i18n/it.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -407,3 +399,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/ja.po b/addons/portal/i18n/ja.po index c380ef5258c..1b23272c311 100644 --- a/addons/portal/i18n/ja.po +++ b/addons/portal/i18n/ja.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -402,3 +394,15 @@ msgstr "Eメール送信のためのユーザ設定の中にEメールアドレ #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/ko.po b/addons/portal/i18n/ko.po index df1eeb5222a..75d4b603b69 100644 --- a/addons/portal/i18n/ko.po +++ b/addons/portal/i18n/ko.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/lo.po b/addons/portal/i18n/lo.po index 42f3a1f472e..3844aab76f0 100644 --- a/addons/portal/i18n/lo.po +++ b/addons/portal/i18n/lo.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/lt.po b/addons/portal/i18n/lt.po index 4ad08b46fa2..304c72f8530 100644 --- a/addons/portal/i18n/lt.po +++ b/addons/portal/i18n/lt.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -418,3 +410,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/mk.po b/addons/portal/i18n/mk.po index 399a6d34c1a..56ea35cc675 100644 --- a/addons/portal/i18n/mk.po +++ b/addons/portal/i18n/mk.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -430,3 +422,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/mn.po b/addons/portal/i18n/mn.po index 6d3928d3fb2..2a35e4a3c8e 100644 --- a/addons/portal/i18n/mn.po +++ b/addons/portal/i18n/mn.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -408,3 +400,15 @@ msgstr "Хэрэглэгчийн тохиргоо дотороо имэйл ха #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/nl.po b/addons/portal/i18n/nl.po index c98e632a0cc..f10a60ff392 100644 --- a/addons/portal/i18n/nl.po +++ b/addons/portal/i18n/nl.po @@ -7,25 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-16 11:08+0000\n" -"Last-Translator: Mario Gielissen (Openworx) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:51+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-17 06:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", toegang %s %s tot ons klant portaal" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -464,3 +454,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "Uw Odoo account op %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "direct toegang tot" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "uw bericht " diff --git a/addons/portal/i18n/pl.po b/addons/portal/i18n/pl.po index e6efc0e63c0..f0f3e2ffec0 100644 --- a/addons/portal/i18n/pl.po +++ b/addons/portal/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-27 21:25+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,18 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:35+0000\n" -"X-Generator: Launchpad (build 17174)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", access %s %s through Nasz portal dla klientów" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -458,3 +448,23 @@ msgstr "Musisz mieć adres email w swoich preferencjach do wysyłania maili." #, python-format msgid "Your Odoo account at %(company)s" msgstr "Twoje konto Odoo na %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" + +#, python-format +#~ msgid "" +#~ ", access %s %s through our Customer Portal" +#~ msgstr "" +#~ ", access %s %s through Nasz portal dla klientów" diff --git a/addons/portal/i18n/pt.po b/addons/portal/i18n/pt.po index dfa1810debd..684934e0a16 100644 --- a/addons/portal/i18n/pt.po +++ b/addons/portal/i18n/pt.po @@ -7,26 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-16 14:15+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", aceda %s %s através do nossoPortal do Cliente" - #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal msgid "" @@ -460,3 +450,23 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "Sua conta Odoo na %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" + +#, python-format +#~ msgid "" +#~ ", access %s %s through our Customer Portal" +#~ msgstr "" +#~ ", aceda %s %s através do nossoPortal do Cliente" diff --git a/addons/portal/i18n/pt_BR.po b/addons/portal/i18n/pt_BR.po index 83a05a82f2f..78c6b6c0236 100644 --- a/addons/portal/i18n/pt_BR.po +++ b/addons/portal/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 19:48+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,19 +15,9 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", acesse %s %s através de nosso " -"Portal do Cliente" - #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal msgid "" @@ -438,3 +428,23 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "Sua conta Odoo na %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" + +#, python-format +#~ msgid "" +#~ ", access %s %s through our Customer Portal" +#~ msgstr "" +#~ ", acesse %s %s através de nosso " +#~ "Portal do Cliente" diff --git a/addons/portal/i18n/ro.po b/addons/portal/i18n/ro.po index d6944f17b10..32f7fde823a 100644 --- a/addons/portal/i18n/ro.po +++ b/addons/portal/i18n/ro.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -437,3 +429,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/ru.po b/addons/portal/i18n/ru.po index 628a87025a2..dbe5531f4f5 100644 --- a/addons/portal/i18n/ru.po +++ b/addons/portal/i18n/ru.po @@ -7,26 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 22:52+0000\n" "Last-Translator: litnimax \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:43+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" -", перейти к %s %s через портал." - #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal msgid "" @@ -461,3 +451,23 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "Ваша учетная запись Odoo в компании %(company)s" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" + +#, python-format +#~ msgid "" +#~ ", access %s %s through our Customer Portal" +#~ msgstr "" +#~ ", перейти к %s %s через портал." diff --git a/addons/portal/i18n/sl.po b/addons/portal/i18n/sl.po index 348fe55e5fd..05a358b0123 100644 --- a/addons/portal/i18n/sl.po +++ b/addons/portal/i18n/sl.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -433,3 +425,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/sr.po b/addons/portal/i18n/sr.po index 32b39f20d62..1e0ad46ff66 100644 --- a/addons/portal/i18n/sr.po +++ b/addons/portal/i18n/sr.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:24+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/sv.po b/addons/portal/i18n/sv.po index c07bb77736b..7e51e6a30ba 100644 --- a/addons/portal/i18n/sv.po +++ b/addons/portal/i18n/sv.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/th.po b/addons/portal/i18n/th.po index 2ef68065551..a76ae021823 100644 --- a/addons/portal/i18n/th.po +++ b/addons/portal/i18n/th.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -410,3 +402,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/tr.po b/addons/portal/i18n/tr.po index 6119d0b8535..c7570494c97 100644 --- a/addons/portal/i18n/tr.po +++ b/addons/portal/i18n/tr.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -434,3 +426,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/uk.po b/addons/portal/i18n/uk.po index 059c4a8d3b3..2ca09960883 100644 --- a/addons/portal/i18n/uk.po +++ b/addons/portal/i18n/uk.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/zh_CN.po b/addons/portal/i18n/zh_CN.po index 2f5bf4dfb81..62f80aa3407 100644 --- a/addons/portal/i18n/zh_CN.po +++ b/addons/portal/i18n/zh_CN.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -405,3 +397,15 @@ msgstr "你的个人设置里必须要输入电子邮件地址才能发送邮件 #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal/i18n/zh_TW.po b/addons/portal/i18n/zh_TW.po index 963d088763c..519e71300f8 100644 --- a/addons/portal/i18n/zh_TW.po +++ b/addons/portal/i18n/zh_TW.po @@ -7,23 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: portal -#: code:addons/portal/mail_mail.py:45 -#, python-format -msgid "" -", access %s %s through our Customer Portal" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: portal #: model:ir.actions.client,help:portal.action_mail_inbox_feeds_portal @@ -395,3 +387,15 @@ msgstr "" #, python-format msgid "Your Odoo account at %(company)s" msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:46 +#, python-format +msgid "access directly to" +msgstr "" + +#. module: portal +#: code:addons/portal/mail_mail.py:48 +#, python-format +msgid "your messages " +msgstr "" diff --git a/addons/portal_sale/i18n/cs.po b/addons/portal_sale/i18n/cs.po index 321b4a4a57e..c8fe96546cb 100644 --- a/addons/portal_sale/i18n/cs.po +++ b/addons/portal_sale/i18n/cs.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -37,208 +243,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/de.po b/addons/portal_sale/i18n/de.po index 3662d02cf67..7f54a7a2769 100644 --- a/addons/portal_sale/i18n/de.po +++ b/addons/portal_sale/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-15 10:30+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,9 +15,415 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hallo ${object.partner_id.name},

    \n" +"\n" +"

    wir haben eine Rechnung für Sie:

    \n" +" \n" +"

    \n" +"   REFERENZ
    \n" +"   Rechnungsnummer: ${object.number}
    \n" +"   Rechnungsbetrag: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Rechnungsdatum: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Unsere Auftragsreferenz: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Ihr Ansprechpartner: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Sie können über das Portal auch online auf diese Rechnung zugreifen und " +"bezahlen:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Sie können auch per Paypal bezahlen:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Bei Fragen zögern Sie bitte nicht, uns zu kontaktieren.

    \n" +"

    Vielen Dank für Ihren Einkauf bei ${object.company_id.name or " +"'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hallo ${object.partner_id.name},

    \n" +" \n" +"

    hier ist ein ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} von ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENZ
    \n" +"   Nummer:${object.name}
    \n" +"   Betrag: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Datum: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Unsere Referenz: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Ihre Referenz: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Ihr Ansprechpartner: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Über das Portal können Sie online auf den Beleg zugreifen und auch " +"online bezahlen:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Sie können auch direkt per Paypal bezahlen:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Bei Fragen kontaktieren Sie uns jederzeit.

    \n" +"

    Danke für Ihren Einkauf bei ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale msgid "" @@ -43,399 +449,6 @@ msgid "" msgstr "" "${object.company_id.name|safe} Rechnung (Ref ${object.number or 'n/a' })" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -"\n" -"

    Es gibt eine neue Rechnung für Sie.

    \n" -" \n" -"

    \n" -"   REFERENZEN
    \n" -"   RECHNUNG: ${object.number}
    \n" -"   GESAMTBETRAG: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   RECHNUNGSDATUM: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   AUFTRAGSREFERENZ: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Ihr Ansprechpartner: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" Sie können die Rechnung auch online über das Kundenportal bezahlen :\n" -"

    \n" -" Anzeige Rechnung\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    Sie können auch direkt mit Paypal bezahlen:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    Zögern Sie bei Fragen bitte nicht uns zu kontaktieren.

    \n" -"

    Danke für Ihren Einkauf bei ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -" \n" -"

    hier ist Ihr ${object.state in ('draft', 'sent') and 'Angebot' or " -"'Auftragsbestätigung'} von ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENZEN
    \n" -"   Auftrag: ${object.name}
    \n" -"   Betrag: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Datum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Unsere Referenz: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Ihre Referenz: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Ihr Ansprechpartner: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" Sie können die Rechnung auch online über das Kundenportal bezahlen : " -"

    \n" -" Ansicht ${object.state in ('draft', " -"'sent') and 'Angebot' or 'Auftrag'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    Es kann auch direkt mit paypal bezahlt werden:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Bei Fragen zögern Sie bitte nicht uns zu kantaktieren:

    \n" -"

    Danke für Ihre Auswahl von ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Tel.:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" @@ -544,3 +557,392 @@ msgstr "Wir haben Ihnen noch keinen Auftrag zugesendet." #: view:account.invoice:portal_sale.view_account_invoice_filter_share msgid "[('share','=', False)]" msgstr "[('share','=', False)]" + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +#~ "'order confirmation'} from ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Order number: ${object.name}
    \n" +#~ "   Order total: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Order date: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Your reference: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " You can access this document and pay online via our Customer Portal:\n" +#~ "

    \n" +#~ " View ${object.state in ('draft', 'sent') " +#~ "and 'Quotation' or 'Order'}\n" +#~ " % endif\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Hallo ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    hier ist Ihr ${object.state in ('draft', 'sent') and 'Angebot' or " +#~ "'Auftragsbestätigung'} von ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENZEN
    \n" +#~ "   Auftrag: ${object.name}
    \n" +#~ "   Betrag: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Datum: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Unsere Referenz: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Ihre Referenz: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Ihr Ansprechpartner: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " Sie können die Rechnung auch online über das Kundenportal bezahlen : " +#~ "

    \n" +#~ " Ansicht ${object.state in ('draft', " +#~ "'sent') and 'Angebot' or 'Auftrag'}\n" +#~ " % endif\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    Es kann auch direkt mit paypal bezahlt werden:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    Bei Fragen zögern Sie bitte nicht uns zu kantaktieren:

    \n" +#~ "

    Danke für Ihre Auswahl von ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Tel.:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ "\n" +#~ "

    A new invoice is available for you:

    \n" +#~ " \n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Invoice number: ${object.number}
    \n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
    \n" +#~ "   Invoice date: ${object.date_invoice}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " You can access the invoice document and pay online via our Customer " +#~ "Portal:\n" +#~ "

    \n" +#~ " View Invoice\n" +#~ " % endif\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Hallo ${object.partner_id.name},

    \n" +#~ "\n" +#~ "

    Es gibt eine neue Rechnung für Sie.

    \n" +#~ " \n" +#~ "

    \n" +#~ "   REFERENZEN
    \n" +#~ "   RECHNUNG: ${object.number}
    \n" +#~ "   GESAMTBETRAG: ${object.amount_total} " +#~ "${object.currency_id.name}
    \n" +#~ "   RECHNUNGSDATUM: ${object.date_invoice}
    \n" +#~ " % if object.origin:\n" +#~ "   AUFTRAGSREFERENZ: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Ihr Ansprechpartner: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " Sie können die Rechnung auch online über das Kundenportal bezahlen :\n" +#~ "

    \n" +#~ " Anzeige Rechnung\n" +#~ " % endif\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    Sie können auch direkt mit Paypal bezahlen:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
    \n" +#~ "

    Zögern Sie bei Fragen bitte nicht uns zu kontaktieren.

    \n" +#~ "

    Danke für Ihren Einkauf bei ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " diff --git a/addons/portal_sale/i18n/es.po b/addons/portal_sale/i18n/es.po index 40b7b0fc96f..3d851db5e4b 100644 --- a/addons/portal_sale/i18n/es.po +++ b/addons/portal_sale/i18n/es.po @@ -7,15 +7,418 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-17 21:26+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +"\n" +"

    Tiene una nueva factura disponible:

    \n" +" \n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de factura: ${object.number}
    \n" +"   Total de la factura: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Fecha de factura: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Puede acceder a la misma y pagarla en línea vía nuestro portal de " +"cliente:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    También es posible pagarla directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Si tiene alguna pregunta, no dude en contactar con nosotros.

    \n" +"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +" \n" +"

    Aquí está su ${object.state in ('draft', 'sent') and 'presupuesto' or " +"'confirmación de pedido'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de pedido: ${object.name}
    \n" +"   Total del pedido: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Fecha del pedido: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Su referencia: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Puede acceder a este documento y pagar en línea vía nuestro portal de " +"cliente:\n" +"

    \n" +" Ver ${object.state in ('draft', 'sent') " +"and 'presupuesto' or 'pedido'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    También es posible pagarlo directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Si tiene alguna pregunta, no dude en contactarnos.

    \n" +"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -42,401 +445,6 @@ msgid "" msgstr "" "${object.company_id.name|safe} Factura (Ref ${object.number or 'n/a' })" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hola ${object.partner_id.name},

    \n" -"\n" -"

    Tiene una nueva factura disponible:

    \n" -" \n" -"

    \n" -"   REFERENCIAS
    \n" -"   Nº factura: ${object.number}
    \n" -"   Total de la factura: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Fecha de factura: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Referencia del pedido: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Su contacto: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" Puede acceder al documento de factura y pagarlo en línea vía nuestro " -"portal de cliente:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    También es posible pagarlo directamente con Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    Si tiene alguna cuestión, no dude en contactarnos.

    \n" -"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Teléfono:   ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web:  ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hola ${object.partner_id.name},

    \n" -" \n" -"

    Aquí tiene su ${object.state in ('draft', 'sent') and 'presupuesto' " -"or 'confirmación de pedido'} de ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCIAS
    \n" -"   Nº pedido: ${object.name}
    \n" -"   Total del pedido: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Fecha del pedido: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Referencia del pedido: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Su referencia: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Su contacto: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" Puede acceder a este documento y pagarlo en línea vía nuestro portal del " -"cliente:\n" -"

    \n" -" Ver ${object.state in ('draft', 'sent') " -"and 'presupuesto' or 'pedido'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    También es posible pagarlo directamente con Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Si tiene alguna cuestión, no dude en contactarnos.

    \n" -"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" @@ -545,3 +553,394 @@ msgstr "No le hemos enviado ningún pedido de venta." #: view:account.invoice:portal_sale.view_account_invoice_filter_share msgid "[('share','=', False)]" msgstr "[('share','=', False)]" + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +#~ "'order confirmation'} from ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Order number: ${object.name}
    \n" +#~ "   Order total: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Order date: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Your reference: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " You can access this document and pay online via our Customer Portal:\n" +#~ "

    \n" +#~ " View ${object.state in ('draft', 'sent') " +#~ "and 'Quotation' or 'Order'}\n" +#~ " % endif\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Hola ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Aquí tiene su ${object.state in ('draft', 'sent') and 'presupuesto' " +#~ "or 'confirmación de pedido'} de ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENCIAS
    \n" +#~ "   Nº pedido: ${object.name}
    \n" +#~ "   Total del pedido: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Fecha del pedido: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Referencia del pedido: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Su referencia: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Su contacto: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " Puede acceder a este documento y pagarlo en línea vía nuestro portal del " +#~ "cliente:\n" +#~ "

    \n" +#~ " Ver ${object.state in ('draft', 'sent') " +#~ "and 'presupuesto' or 'pedido'}\n" +#~ " % endif\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    También es posible pagarlo directamente con Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    Si tiene alguna cuestión, no dude en contactarnos.

    \n" +#~ "

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ "\n" +#~ "

    A new invoice is available for you:

    \n" +#~ " \n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Invoice number: ${object.number}
    \n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
    \n" +#~ "   Invoice date: ${object.date_invoice}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " You can access the invoice document and pay online via our Customer " +#~ "Portal:\n" +#~ "

    \n" +#~ " View Invoice\n" +#~ " % endif\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Hola ${object.partner_id.name},

    \n" +#~ "\n" +#~ "

    Tiene una nueva factura disponible:

    \n" +#~ " \n" +#~ "

    \n" +#~ "   REFERENCIAS
    \n" +#~ "   Nº factura: ${object.number}
    \n" +#~ "   Total de la factura: ${object.amount_total} " +#~ "${object.currency_id.name}
    \n" +#~ "   Fecha de factura: ${object.date_invoice}
    \n" +#~ " % if object.origin:\n" +#~ "   Referencia del pedido: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Su contacto: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " Puede acceder al documento de factura y pagarlo en línea vía nuestro " +#~ "portal de cliente:\n" +#~ "

    \n" +#~ " View Invoice\n" +#~ " % endif\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    También es posible pagarlo directamente con Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
    \n" +#~ "

    Si tiene alguna cuestión, no dude en contactarnos.

    \n" +#~ "

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Teléfono:   ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web:  ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " diff --git a/addons/portal_sale/i18n/es_AR.po b/addons/portal_sale/i18n/es_AR.po index 8eea11d9f6d..64052c32156 100644 --- a/addons/portal_sale/i18n/es_AR.po +++ b/addons/portal_sale/i18n/es_AR.po @@ -7,15 +7,418 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +"\n" +"

    Tiene una nueva factura disponible:

    \n" +" \n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de factura: ${object.number}
    \n" +"   Total de la factura: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Fecha de factura: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Puede acceder a la misma y pagarla en línea vía nuestro portal de " +"cliente:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    También es posible pagarla directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Si tiene alguna pregunta, no dude en contactar con nosotros.

    \n" +"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +" \n" +"

    Aquí está su ${object.state in ('draft', 'sent') and 'presupuesto' or " +"'confirmación de pedido'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de pedido: ${object.name}
    \n" +"   Total del pedido: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Fecha del pedido: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Su referencia: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Puede acceder a este documento y pagar en línea vía nuestro portal de " +"cliente:\n" +"

    \n" +" Ver ${object.state in ('draft', 'sent') " +"and 'presupuesto' or 'pedido'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    También es posible pagarlo directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Si tiene alguna pregunta, no dude en contactarnos.

    \n" +"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +442,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/es_MX.po b/addons/portal_sale/i18n/es_MX.po index 8e98d2a21c6..eab72aba7e0 100644 --- a/addons/portal_sale/i18n/es_MX.po +++ b/addons/portal_sale/i18n/es_MX.po @@ -7,15 +7,425 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola, buen día ${object.partner_id.name}:

    \n" +" \n" +"

    Esta es su ${object.state in ('draft', 'sent') and 'cotización' or " +"'pedido'} de ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCIAS
    \n" +"   Número: ${object.name}
    \n" +"   Total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Fecha: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Origen: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Referencia de la orden de compra: " +"${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Usted puede acceder a este documento y pagarlo en linea vía nuestro " +"portal del cliente:\n" +"

    \n" +" Ver ${object.state in ('draft', 'sent') " +"and 'Cotización' or 'Pedido'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Tambien es posible pagarlo directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Si tiene alguna pregunta no dude en contactarnos.

    \n" +"

    ¡Gracias por seleccionar a ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Página web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola, buen día ${object.partner_id.name}:

    \n" +" \n" +"

    Esta es su ${object.state in ('draft', 'sent') and 'cotización' or " +"'pedido'} de ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCIAS
    \n" +"   Número: ${object.name}
    \n" +"   Total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Fecha: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Origen: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Referencia de la orden de compra: " +"${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Usted puede acceder a este documento y pagarlo en linea vía nuestro " +"portal del cliente:\n" +"

    \n" +" Ver ${object.state in ('draft', 'sent') " +"and 'Cotización' or 'Pedido'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Tambien es posible pagarlo directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Si tiene alguna pregunta no dude en contactarnos.

    \n" +"

    ¡Gracias por seleccionar a ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Página web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -37,208 +447,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/fi.po b/addons/portal_sale/i18n/fi.po index 311a08562ea..be25c81ec43 100644 --- a/addons/portal_sale/i18n/fi.po +++ b/addons/portal_sale/i18n/fi.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -37,208 +243,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/fr.po b/addons/portal_sale/i18n/fr.po index caf78241a4e..71fcfa0d45b 100644 --- a/addons/portal_sale/i18n/fr.po +++ b/addons/portal_sale/i18n/fr.po @@ -7,15 +7,419 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Bonjour ${object.partner_id.name},

    \n" +"\n" +"

    Une nouvelle facture est mise à votre disposition:

    \n" +" \n" +"

    \n" +"   RÉFÉRENCES
    \n" +"   Facture n°: ${object.number}
    \n" +"   Montant total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Date de facture: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Référence commande: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Votre contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Vous pouvez accéder à ce document et payer en ligne grâce à votre " +"portail client:\n" +"

    \n" +" Voir la facture\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Il vous est également possible de payer directement avec Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Si vous avez des questions, n'hésitez pas à nous contacter.

    \n" +"

    Merci d'avoir choisi ${object.company_id.name or 'us'} !

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Tél:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Bonjour ${object.partner_id.name},

    \n" +" \n" +"

    Veuillez trouver ci-joint votre ${object.state in ('draft', 'sent') " +"and 'devis' or 'confirmation de commande'} de la part de " +"${object.company_id.name} :

    \n" +"\n" +"

    \n" +"   RÉFÉRENCES
    \n" +"   Numéro: ${object.name}
    \n" +"   Montant total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Référence: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Votre référence: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Votre contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Vous pouvez accéder à ce document et payer en ligne grâce à votre " +"portail client:\n" +"

    \n" +" Voir ${object.state in ('draft', 'sent') " +"and 'le devis' or 'la commande'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Il vous est également possible de payer directement avec Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Si vous avez des questions, n'hésitez pas à nous contacter.

    \n" +"

    Merci d'avoir choisi ${object.company_id.name or 'us'} !

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Tél:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +443,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/hr.po b/addons/portal_sale/i18n/hr.po index 65c2810e919..849772be935 100644 --- a/addons/portal_sale/i18n/hr.po +++ b/addons/portal_sale/i18n/hr.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -37,208 +243,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/hu.po b/addons/portal_sale/i18n/hu.po index 798fe2c1573..0a7ae105d46 100644 --- a/addons/portal_sale/i18n/hu.po +++ b/addons/portal_sale/i18n/hu.po @@ -7,15 +7,419 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Tisztelt${object.partner_id.name},

    \n" +"\n" +"

    Egy új számla készült Önöknek:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Számla száma: ${object.number}
    \n" +"   Összesen kiszámlázott: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Számla dátuma: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Számla hivatkozás: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Ön kapcsolata: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Elérheti a számla dokumentumot és fizethet online az ügyfél " +"portálunkon:\n" +"

    \n" +" Számla megtekintése\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Lehetőség van közvetlen Paypal fizetésre:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    További felmerülő kérdésekben állunk szíves rendelkezésükre.

    \n" +"

    Köszönjük, hogy minket választott ${object.company_id.name or " +"'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Tisztelt ${object.partner_id.name},

    \n" +" \n" +"

    Ez itt a ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} ${object.company_id.name} vállalattól:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Megrendelés száma: ${object.name}
    \n" +"   Teljes megrendelés: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Megrendelés dátuma: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Megrendelés hivatkozása: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Az Ön hivatkozása: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Az Ön kapcsolata: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Elérheti ezt a dokumentumot és fizethet online a Vásárlói portálunkon:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Lehetősége van közvetlen Paypal fizetésre:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Egyéb felmerülő kérdésekben forduljon bizalommal hozzánk.

    \n" +"

    Köszönjük, hogy minket választott ${object.company_id.name or " +"'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +443,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/lt.po b/addons/portal_sale/i18n/lt.po index 86c5cc1d330..810ade9cf8e 100644 --- a/addons/portal_sale/i18n/lt.po +++ b/addons/portal_sale/i18n/lt.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -37,208 +243,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/mk.po b/addons/portal_sale/i18n/mk.po index f9ead967780..e35d0c1dc5f 100644 --- a/addons/portal_sale/i18n/mk.po +++ b/addons/portal_sale/i18n/mk.po @@ -7,15 +7,420 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Здраво ${object.partner_id.name},

    \n" +"\n" +"

    Имаме нова фактура за вас:

    \n" +" \n" +"

    \n" +"   РЕФЕРЕНЦИ
    \n" +"   Број на фактура: ${object.number}
    \n" +"   Целосна сума на фактура: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Датум на фактура: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Референца на нарачка: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Контакт: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Може да пристапите преку интернет до овој документ и да платите преку " +"порталот за клиенти:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Исто така можно е и плаќање со Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Доколку имате прашања слободно контактирајте не.

    \n" +"

    Ви благодариме што ја избравте ${object.company_id.name or " +"'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Телефон:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Здраво ${object.partner_id.name},

    \n" +" \n" +"

    Еве ја вашата ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} од ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   РЕФЕРЕНЦИ
    \n" +"   Број на нарачка: ${object.name}
    \n" +"   Вкупно нарачка: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Датум на нарачка: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Референца на нарачката: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Ваша референца: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Контакт: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Може да пристапите преку интернет до овој документ и да платите преку " +"порталот за клиенти:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Исто така можно е и плаќање со Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Доколку имате прашања слободно контактирајте не.

    \n" +"

    Ви благодариме што ја избравте ${object.company_id.name or " +"'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Телефон:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +444,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/mn.po b/addons/portal_sale/i18n/mn.po index 6f429ccb6c8..7ab74fc9dd0 100644 --- a/addons/portal_sale/i18n/mn.po +++ b/addons/portal_sale/i18n/mn.po @@ -7,15 +7,420 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Сайн байна уу ${object.partner_id.name},

    \n" +"\n" +"

    Танд шинэ нэхэмжлэл үүссэн байна:

    \n" +" \n" +"

    \n" +"   СУРВАЛЖУУД
    \n" +"   Нэхэмжлэлийн дугаар: ${object.number}
    \n" +"   Нэхэмжлэлийн дүн: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Нэхэмжлэлийн огноо: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Захиалгын код: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Таны холбогдох хаяг: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Та нэхэмжлэл рүү Захиалагчийн Порталиар дамжин хандаж бас төлж болно:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Ямарваа асуулт байвал эргэлзэлгүй холбогдоорой.

    \n" +"

    Биднийг сонгосон танд баярлалаа ${object.company_id.name or " +"'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Сайн байна уу ${object.partner_id.name},

    \n" +" \n" +"

    Энд танд ${object.company_id.name} компаниас илгээсэн ${object.state " +"in ('draft', 'sent') and 'quotation' or 'order confirmation'}:

    \n" +"\n" +"

    \n" +"   СУРВАЛЖУУД
    \n" +"   Захиалгын дугаар: ${object.name}
    \n" +"   Захиалгын дүн: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Захиалгын огноо: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Захиалгын код: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Таны сурвалж: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Та энэ баримт руу Захиалагчийн Порталаар дамжин холбогдож болох бөгөөд " +"онлайн төлөх боломжтой:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Хэрэв асуулт байвал эргэлзэлгүй бидэнтэй холбогдоорой.

    \n" +"

    Биднийг сонгосонд баярлалаа ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +444,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/nl.po b/addons/portal_sale/i18n/nl.po index 6da2c0cd666..b9a183b5dd4 100644 --- a/addons/portal_sale/i18n/nl.po +++ b/addons/portal_sale/i18n/nl.po @@ -7,15 +7,420 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 17:05+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hella ${object.partner_id.name},

    \n" +"\n" +"

    Er is een nieuwe factuur voor u beschikbaar:

    \n" +" \n" +"

    \n" +"   REFERENTIES
    \n" +"   Factuur nummer: ${object.number}
    \n" +"   Factuur totaal: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Factuur datum: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order referentie: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Uw contactpersoont: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" U kunt de factuur online bekijken en betalen via de klant portaal:\n" +"

    \n" +" Bekijk factuur\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Het is ook mogelijk om te betalen via Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " +"nemen.

    \n" +"

    Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Telefoon:   ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Website : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hallo ${object.partner_id.name},

    \n" +" \n" +"

    Hier is uw ${object.state in ('draft', 'sent') and 'offerte' or " +"'orderbevestiging'} van ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENTIES
    \n" +"   Order nummer: ${object.name}
    \n" +"   Order totaal: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order datum: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order referentie: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Uw referentie: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   UW contactpersoon: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" U kunt dit document online bekijken en betalen via de klanten portaal.\n" +"

    \n" +" Bekijk ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Het is ook mogelijk om te betalen via Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " +"nemen.

    \n" +"

    Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Telefoon:   ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Website : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -43,401 +448,6 @@ msgstr "" "${object.company_id.name|safe} Factuur (Referentie ${object.number or 'n/a' " "})" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENTIES
    \n" -"   Factuurnummer: ${object.number}
    \n" -"   Factuurtotaal: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Factuurdatum: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order referenctie: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Uw contactpersoon: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" U kunt de factuur online bekijken en betalen via de klant portaal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    Het is ook mogelijk om te betalen via Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " -"nemen.

    \n" -"

    Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefoon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Website : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENTIES
    \n" -"   Ordernummer: ${object.name}
    \n" -"   Ordertotaal: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Orderdatum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order referentie: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Uw referentie: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Uw contactpersoon: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" U kunt de factuur online bekijken en betalen via de klant portaal:\n" -"

    \n" -" Bekijk ${object.state in ('draft', " -"'sent') and 'Offerte' or 'Orderbevestiging'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    Het is ook mogelijk om te betalen via Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " -"nemen.

    \n" -"

    Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefoon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Website: ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" @@ -546,3 +556,394 @@ msgstr "We hebben u geen verkooporder gestuurd." #: view:account.invoice:portal_sale.view_account_invoice_filter_share msgid "[('share','=', False)]" msgstr "[('share','=', False)]" + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ "\n" +#~ "

    A new invoice is available for you:

    \n" +#~ " \n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Invoice number: ${object.number}
    \n" +#~ "   Invoice total: ${object.amount_total} " +#~ "${object.currency_id.name}
    \n" +#~ "   Invoice date: ${object.date_invoice}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " You can access the invoice document and pay online via our Customer " +#~ "Portal:\n" +#~ "

    \n" +#~ " View Invoice\n" +#~ " % endif\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Hallo ${object.partner_id.name},

    \n" +#~ "\n" +#~ "

    A new invoice is available for you:

    \n" +#~ " \n" +#~ "

    \n" +#~ "   REFERENTIES
    \n" +#~ "   Factuurnummer: ${object.number}
    \n" +#~ "   Factuurtotaal: ${object.amount_total} " +#~ "${object.currency_id.name}
    \n" +#~ "   Factuurdatum: ${object.date_invoice}
    \n" +#~ " % if object.origin:\n" +#~ "   Order referenctie: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Uw contactpersoon: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " U kunt de factuur online bekijken en betalen via de klant portaal:\n" +#~ "

    \n" +#~ " View Invoice\n" +#~ " % endif\n" +#~ " \n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    Het is ook mogelijk om te betalen via Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ " \n" +#~ "
    \n" +#~ "

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " +#~ "nemen.

    \n" +#~ "

    Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Telefoon:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Website : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +#~ "'order confirmation'} from ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Order number: ${object.name}
    \n" +#~ "   Order total: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Order date: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Your reference: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " You can access this document and pay online via our Customer Portal:\n" +#~ "

    \n" +#~ " View ${object.state in ('draft', 'sent') " +#~ "and 'Quotation' or 'Order'}\n" +#~ " % endif\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Hallo ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +#~ "'order confirmation'} from ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENTIES
    \n" +#~ "   Ordernummer: ${object.name}
    \n" +#~ "   Ordertotaal: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Orderdatum: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Order referentie: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Uw referentie: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Uw contactpersoon: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "\n" +#~ " <% set signup_url = object.get_signup_url() %>\n" +#~ " % if signup_url:\n" +#~ "

    \n" +#~ " U kunt de factuur online bekijken en betalen via de klant portaal:\n" +#~ "

    \n" +#~ " Bekijk ${object.state in ('draft', " +#~ "'sent') and 'Offerte' or 'Orderbevestiging'}\n" +#~ " % endif\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    Het is ook mogelijk om te betalen via Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " +#~ "nemen.

    \n" +#~ "

    Dank u voor het kiezen voor ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Telefoon:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Website: ${object.company_id.website}\n" +#~ "
    \n" +#~ " % endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " diff --git a/addons/portal_sale/i18n/pl.po b/addons/portal_sale/i18n/pl.po index f18ced25de6..a78a9e2c772 100644 --- a/addons/portal_sale/i18n/pl.po +++ b/addons/portal_sale/i18n/pl.po @@ -7,16 +7,222 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 20:08+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale msgid "" @@ -42,208 +248,6 @@ msgid "" msgstr "" "${object.company_id.name|safe} Faktura (Odn. ${object.number or 'n/a' })" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/pt.po b/addons/portal_sale/i18n/pt.po index ce1e3cda525..bb71c6243db 100644 --- a/addons/portal_sale/i18n/pt.po +++ b/addons/portal_sale/i18n/pt.po @@ -7,16 +7,222 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 18:00+0000\n" "Last-Translator: Ricardo Santa Ana \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale msgid "" @@ -42,208 +248,6 @@ msgid "" msgstr "" "${object.company_id.name|safe} Fatura (Nº ${object.number or 'n/a' })" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/pt_BR.po b/addons/portal_sale/i18n/pt_BR.po index 15eed907a5c..b11bf949731 100644 --- a/addons/portal_sale/i18n/pt_BR.po +++ b/addons/portal_sale/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 23:07+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,9 +15,413 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Olá ${object.partner_id.name},

    \n" +"\n" +"

    Uma nova fatura está disponível para você:

    \n" +" \n" +"

    \n" +"   REFERENCIAS
    \n" +"   Número da fatura: ${object.number}
    \n" +"   Total da fatura: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Data da fatura: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Referência do pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Seu contato: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Você pode acessar a fatura e efetuar o pagamento online ou através do " +"nosso Portal de Clientes:\n" +"

    \n" +" Ver Fatura\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Também é possível pagar diretamente pelo Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Se você tiver alguma dúvida, entre em contato conosco.

    \n" +"

    Obrigado por escolher ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Fone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Site : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Olá ${object.partner_id.name},

    \n" +" \n" +"

    Aqui está o seu ${object.state in ('draft', 'sent') and 'quotation' " +"or 'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCIAS
    \n" +"   Número do pedido: ${object.name}
    \n" +"   Total do pedido: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Data do pedido: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Referência do pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Sua referência: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Seu contato: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Você pode acessar este documento e pagar online através de nosso Portal " +"do Cliente:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Também é possível pagar diretamente pelo Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Se você tiver alguma dúvida, entre em contato conosco.

    \n" +"

    Obrigado por escolher ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Fone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Site : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale msgid "" @@ -43,208 +447,6 @@ msgid "" msgstr "" "${object.company_id.name|safe} Fatura (Ref ${object.number or 'n/a' })" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/ro.po b/addons/portal_sale/i18n/ro.po index 9fa738393f4..7c8cf938709 100644 --- a/addons/portal_sale/i18n/ro.po +++ b/addons/portal_sale/i18n/ro.po @@ -7,15 +7,427 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Buna ziua ${obiect.partener_id.nume},

    \n" +"\n" +"

    O noua factura este disponibila pentru dumneavoastra:

    \n" +" \n" +"

    \n" +"   REFERINTE
    \n" +"   Numarul facturii: ${obiect.numar}
    \n" +"   Total factura: ${obiect.valoarea_totala} " +"${obiect.valuta_id.nume}
    \n" +"   Data facturii: ${obiect.data_factura}
    \n" +" % if obiect.origine:\n" +"   Referinta comenzii: ${obiect.origine}
    \n" +" % endif\n" +" % if obiect.utilizator_id:\n" +"   Contactul dumneavoastra: ${obiect.utilizator_id.nume}\n" +" % endif\n" +"

    \n" +"\n" +" <% setati url_inregistrare = obiect.obtine_url_inregistrare() %>\n" +" % if url_inregistrare:\n" +"

    \n" +" Puteti accesa documentul facturii si sa platiti online prin intermediul " +"Portalului Clienti:\n" +"

    \n" +" Vizualizare Factura\n" +" % endif\n" +" \n" +" % if obiect.paypal_url:\n" +"
    \n" +"

    De asemenea, puteti plati direct cu Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Daca aveti intrebari, nu ezitati sa ne contactati.

    \n" +"

    Va multumim pentru ca ati ales ${obiect.companie_id.nume sau 'pe " +"noi'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${obiect.companie_id.nume}

    \n" +"
    \n" +"
    \n" +" \n" +" % if obiect.companie_id.strada:\n" +" ${obiect.companie_id.strada}
    \n" +" % endif\n" +" % if obiect.companie_id.strada2:\n" +" ${obiect.companie_id.strada2}
    \n" +" % endif\n" +" % if obiect.companie_id.oras sau obiect.companie=_id.cod postal:\n" +" ${obiect.companie_id.cod postal} " +"${obiect.companie_id.oras}
    \n" +" % endif\n" +" % if obiect.companie_id.tara_id:\n" +" ${obiect.companie_id.stat_id si ('%s, ' % " +"obiect.companie_id.stat_id.nume) sau ''} ${obiect.companie_id.tara_id.nume " +"sau ''}
    \n" +" % endif\n" +"
    \n" +" % if obiect.companie_id.telefon:\n" +"
    \n" +" Telefon:  ${obiect.companie_id.telefon}\n" +"
    \n" +" % endif\n" +" % if obiect.companie_id.website:\n" +"
    \n" +" Web : ${obiect.companie_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Buna ziua ${obiect.partener_id.nume},

    \n" +" \n" +"

    Iata ${obiect.stare in ('ciorna', 'trimis') si 'cotatie' sau " +"'confirmarea comenzii'} de la ${obiect.companie_id.nume}:

    \n" +"\n" +"

    \n" +"   REFERINTE
    \n" +"   Numar comanda: ${obiect.nume}
    \n" +"   Total comanda: ${obiect.valoarea_totala} " +"${obiect.lista_de_preturi_id.valuta_id.nume}
    \n" +"   Data comenzii: ${obiect.data_comenzii}
    \n" +" % if originea.obiectului:\n" +"   Referinta comenzii: ${origine.obiect}
    \n" +" % endif\n" +" % if obiect.ref_comanda_client:\n" +"   Referinta dumneavoastra: ${obiect.ref_comanda_client}
    \n" +" % endif\n" +" % if object.id_utilizator:\n" +"   Contactul dumneavoastra: ${obiect.id_utilizator.nume}\n" +" % endif\n" +"

    \n" +"\n" +" <% seteaza url_inregistrare = obiect.obtine_url_inregistrare() %>\n" +" % if url_inregistrare:\n" +"

    \n" +" Puteti accesa acest document si sa platiti online prin intermediul " +"Portalului Clienti:\n" +"

    \n" +" Vizualizare ${obiect.stare in " +"('ciorna', 'trimis') si 'Cotatie' sau 'Comanda'}\n" +" % endif\n" +"\n" +" % if obiect.paypal_url:\n" +"
    \n" +"

    Este de asemenea posibil sa platiti direct cu Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Daca aveti intrebari, nu ezitati sa ne contactati.

    \n" +"

    Va multumim pentru ca ati ales ${obiect.companie_id.nume sau 'pe " +"noi'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${obiect.companie_id.nume}

    \n" +"
    \n" +"
    \n" +" \n" +" % if obiect.companie_id.strada:\n" +" ${obiect.companie_id.strada}
    \n" +" % endif\n" +" % if obiect.companie_id.strada2:\n" +" ${obiect.companie_id.strada2}
    \n" +" % endif\n" +" % if obiect.companie_id.oras sau obiect.companie_id.cod_postal:\n" +" ${obiect.companie_id.cod postal} " +"${obiect.companie_id.oras}
    \n" +" % endif\n" +" % if obiect.companie_id.tara_id:\n" +" ${obiect.companie_id.stat_id si ('%s, ' % " +"obiect.companie_id.stat_id.nume) sau ''} ${obiect.companie_id.tara_id.nume " +"sau ''}
    \n" +" % endif\n" +"
    \n" +" % if obiect.companie_id.telefon:\n" +"
    \n" +" Telefon:  ${obiect.companie_id.telefon}\n" +"
    \n" +" % endif\n" +" % if obiect.companie_id.website:\n" +"
    \n" +" Web : ${obiect.companie_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +451,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/ru.po b/addons/portal_sale/i18n/ru.po index ef04647fcf4..9b2d0c97125 100644 --- a/addons/portal_sale/i18n/ru.po +++ b/addons/portal_sale/i18n/ru.po @@ -7,15 +7,418 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Здравствуйте, ${object.partner_id.name},

    \n" +"\n" +"

    Вам выставлен счёт:

    \n" +" \n" +"

    \n" +"   СВОДКА
    \n" +"   Счёт: ${object.number}
    \n" +"   Итог: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Дата: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Основание: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Ваш контакт: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Вы можете ознакомиться с документом онлайн и узнать о вариантах оплаты " +"через наш Портал:\n" +"

    \n" +" Посмотреть счёт\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Также возможно произвести оплату через Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Если у Вас есть вопросы - пожалуйста, свяжитесь с нами.

    \n" +"

    Спасибо, что выбрали ${object.company_id.name or 'нас'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Сайт: ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Здравствуйте, ${object.partner_id.name}!

    \n" +" \n" +"

    Направляем Вам ${object.state in ('draft', 'sent') and 'предложение' " +"or 'подтверждение заказа'} от ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   СВОДКА
    \n" +"   Заказ: ${object.name}
    \n" +"   Итог: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Дата: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Основание заказа: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Ваша ссылка: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Ваш контакт: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Вы можете ознакомиться с этим документом онлайн и узнать о вариантах " +"оплаты через наш Портал:\n" +"

    \n" +" Посмотреть ${object.state in ('draft', " +"'sent') and 'Предложение' or 'Заказ'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Также возможно произвести оплату непосредственно через Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Если у Вас есть вопросы - пожалуйста, свяжитесь с нами.

    \n" +"

    Спасибо, что выбрали ${object.company_id.name or 'нас'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Сайт : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +442,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/sl.po b/addons/portal_sale/i18n/sl.po index d0ecccc0f35..4c405659e1c 100644 --- a/addons/portal_sale/i18n/sl.po +++ b/addons/portal_sale/i18n/sl.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:35+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +245,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/sv.po b/addons/portal_sale/i18n/sv.po index 5789b31b918..ac1c520f915 100644 --- a/addons/portal_sale/i18n/sv.po +++ b/addons/portal_sale/i18n/sv.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +245,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/tr.po b/addons/portal_sale/i18n/tr.po index 57290f0d70b..31dc35eae26 100644 --- a/addons/portal_sale/i18n/tr.po +++ b/addons/portal_sale/i18n/tr.po @@ -7,15 +7,421 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Sayın ${object.partner_id.name},

    \n" +"\n" +"

    Yeni bir faturanız bulunmaktadır:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Fatura numarası: ${object.number}
    \n" +"   Fatura toplamı: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Fatura tarihi: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Fatura referansı: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   İlgiliniz: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Müşteri Portalımızdan faturanıza erişebilir ve çevrimiçi ödeme " +"yapabilirsiniz:\n" +"

    \n" +" Faturayı göster\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    Paypal ile doğrudan da ödeme yapabilirsiniz:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    Herhangi bir sorunuz olursa bize danışmakta tereddüt etmeyiniz.

    \n" +"

    Firmamız ${object.company_id.name or 'us'}ni seçtiğiniz için teşekkür " +"ederiz!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Sayın ${object.partner_id.name},

    \n" +" \n" +"

    ${object.company_id.name} firmasından istemiş olduğunuz " +"${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} " +"aşağıdadır :

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Sipariş Numarası: ${object.name}
    \n" +"   Sipariş toplamı: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Sipariş tarihi: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Sipariş referansı: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Referansınız: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   İlgiliniz: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" Müşteri Portalımızdan bu belgeye erişebilir ve çevrimiçi ödeme " +"yapabilirsiniz:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Paypal ile doğrudan da ödeme yapabilirsiniz:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Herhangi bir sorunuz olursa bize danışmakta tereddüt etmeyiniz.

    \n" +"

    Firmamız ${object.company_id.name or 'us'}ni seçtiğiniz için teşekkür " +"ederiz!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +445,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/portal_sale/i18n/zh_CN.po b/addons/portal_sale/i18n/zh_CN.po index 2771b46729f..c429e811121 100644 --- a/addons/portal_sale/i18n/zh_CN.po +++ b/addons/portal_sale/i18n/zh_CN.po @@ -7,15 +7,221 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_invoice +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +"\n" +"

    A new invoice is available for you:

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Invoice number: ${object.number}
    \n" +"   Invoice total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Invoice date: ${object.date_invoice}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access the invoice document and pay online via our Customer " +"Portal:\n" +"

    \n" +" View Invoice\n" +" % endif\n" +" \n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +" \n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: portal_sale +#: model:email.template,body_html:portal_sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" <% set signup_url = object.get_signup_url() %>\n" +" % if signup_url:\n" +"

    \n" +" You can access this document and pay online via our Customer Portal:\n" +"

    \n" +" View ${object.state in ('draft', 'sent') " +"and 'Quotation' or 'Order'}\n" +" % endif\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" % endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: portal_sale #: model:email.template,report_name:portal_sale.email_template_edi_sale @@ -39,208 +245,6 @@ msgid "" "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })" msgstr "" -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_invoice -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -"\n" -"

    A new invoice is available for you:

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Invoice number: ${object.number}
    \n" -"   Invoice total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Invoice date: ${object.date_invoice}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access the invoice document and pay online via our Customer " -"Portal:\n" -"

    \n" -" View Invoice\n" -" % endif\n" -" \n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -" \n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: portal_sale -#: model:email.template,body_html:portal_sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"\n" -" <% set signup_url = object.get_signup_url() %>\n" -" % if signup_url:\n" -"

    \n" -" You can access this document and pay online via our Customer Portal:\n" -"

    \n" -" View ${object.state in ('draft', 'sent') " -"and 'Quotation' or 'Order'}\n" -" % endif\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" % endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: portal_sale #: view:account.config.settings:portal_sale.portal_sale_payment_option_config msgid "Configure payment acquiring methods" diff --git a/addons/pos_restaurant/i18n/de.po b/addons/pos_restaurant/i18n/de.po index 79ceaf65867..bb2bd3b713c 100644 --- a/addons/pos_restaurant/i18n/de.po +++ b/addons/pos_restaurant/i18n/de.po @@ -8,14 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-15 10:51+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"PO-Revision-Date: 2014-10-03 09:39+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: pos_restaurant @@ -23,7 +22,7 @@ msgstr "" #: code:addons/pos_restaurant/static/src/xml/printbill.xml:44 #, python-format msgid "--------------------------------" -msgstr "" +msgstr "--------------------------------" #. module: pos_restaurant #: model:ir.actions.act_window,help:pos_restaurant.action_restaurant_printer_form diff --git a/addons/procurement/i18n/el.po b/addons/procurement/i18n/el.po new file mode 100644 index 00000000000..fc21dce7485 --- /dev/null +++ b/addons/procurement/i18n/el.po @@ -0,0 +1,563 @@ +# Greek translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-07 23:51+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: procurement +#: model:ir.actions.act_window,help:procurement.procurement_exceptions +msgid "" +"

    \n" +" Click to create a Procurement.\n" +"

    \n" +"

    \n" +" Procurement Orders represent the need for a certain " +"quantity of products, at a given time, in a given location.\n" +"

    \n" +"

    \n" +" Sales Orders are one typical source of Procurement " +"Orders (but these are distinct documents). \n" +"
    Depending on the procurement parameters and the product " +"configuration, the procurement engine will attempt to satisfy the need by " +"reserving products from stock, ordering products from a supplier, or passing " +"a manufacturing order, etc...\n" +"

    \n" +"

    \n" +" A Procurement Exception occurs when the system cannot " +"find a way to fulfill a procurement. Some exceptions will resolve themselves " +"automatically, but others require manual intervention (those are identified " +"by a specific error message in the chatter).\n" +"

    \n" +" " +msgstr "" + +#. module: procurement +#: model:ir.actions.act_window,help:procurement.procurement_action +msgid "" +"

    \n" +" Click to create a procurement order. \n" +"

    \n" +"

    \n" +" A procurement order is used to record a need for a " +"specific\n" +" product at a specific location. Procurement orders are " +"usually\n" +" created automatically from sales orders, pull logistic " +"rules or\n" +" minimum stock rules.\n" +"

    \n" +"

    \n" +" When the procurement order is confirmed, it automatically\n" +" creates the necessary operations to fullfil the need: " +"purchase\n" +" order proposition, manufacturing order, etc.\n" +"

    \n" +" " +msgstr "" + +#. module: procurement +#: field:procurement.rule,action:0 +msgid "Action" +msgstr "" + +#. module: procurement +#: field:procurement.rule,active:0 +msgid "Active" +msgstr "" + +#. module: procurement +#: selection:procurement.group,move_type:0 +msgid "All at once" +msgstr "" + +#. module: procurement +#: view:procurement.order.compute.all:procurement.view_compute_schedulers_wizard +msgid "Cancel" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Cancel Procurement" +msgstr "" + +#. module: procurement +#: selection:procurement.order,state:0 +msgid "Cancelled" +msgstr "" + +#. module: procurement +#: code:addons/procurement/procurement.py:156 +#, python-format +msgid "Cannot delete Procurement Order(s) which are in %s state." +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Check Procurement" +msgstr "" + +#. module: procurement +#: help:procurement.order,rule_id:0 +msgid "" +"Chosen rule for the procurement resolution. Usually chosen by the system but " +"can be manually set by the procurement manager to force an unusual behavior." +msgstr "" + +#. module: procurement +#: field:procurement.order,company_id:0 +#: field:procurement.rule,company_id:0 +msgid "Company" +msgstr "" + +#. module: procurement +#: view:procurement.order.compute.all:procurement.view_compute_schedulers_wizard +msgid "Compute all procurements in the background." +msgstr "" + +#. module: procurement +#: model:ir.model,name:procurement.model_procurement_order_compute_all +msgid "Compute all schedulers" +msgstr "" + +#. module: procurement +#: selection:procurement.order,state:0 +msgid "Confirmed" +msgstr "" + +#. module: procurement +#: field:procurement.group,create_uid:0 +#: field:procurement.order,create_uid:0 +#: field:procurement.order.compute.all,create_uid:0 +#: field:procurement.rule,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: procurement +#: field:procurement.group,create_date:0 +#: field:procurement.order,create_date:0 +#: field:procurement.order.compute.all,create_date:0 +#: field:procurement.rule,create_date:0 +msgid "Created on" +msgstr "" + +#. module: procurement +#: help:procurement.order,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + +#. module: procurement +#: field:procurement.group,move_type:0 +msgid "Delivery Method" +msgstr "" + +#. module: procurement +#: field:procurement.order,name:0 +msgid "Description" +msgstr "" + +#. module: procurement +#: selection:procurement.order,state:0 +msgid "Done" +msgstr "" + +#. module: procurement +#: selection:procurement.order,state:0 +msgid "Exception" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +msgid "Exceptions" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "External note..." +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Extra Information" +msgstr "" + +#. module: procurement +#: selection:procurement.rule,group_propagation_option:0 +msgid "Fixed" +msgstr "" + +#. module: procurement +#: field:procurement.rule,group_id:0 +msgid "Fixed Procurement Group" +msgstr "" + +#. module: procurement +#: field:procurement.order,message_follower_ids:0 +msgid "Followers" +msgstr "" + +#. module: procurement +#: view:procurement.rule:procurement.view_procurement_rule_form +msgid "General Information" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +msgid "Group By" +msgstr "" + +#. module: procurement +#: model:ir.actions.act_window,name:procurement.do_view_procurements +#: view:procurement.order:procurement.procurement_form_view +msgid "Group's Procurements" +msgstr "" + +#. module: procurement +#: help:procurement.order,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + +#. module: procurement +#: field:procurement.group,id:0 +#: field:procurement.order,id:0 +#: field:procurement.order.compute.all,id:0 +#: field:procurement.rule,id:0 +msgid "ID" +msgstr "" + +#. module: procurement +#: help:procurement.order,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + +#. module: procurement +#: help:procurement.rule,active:0 +msgid "If unchecked, it will allow you to hide the rule without removing it." +msgstr "" + +#. module: procurement +#: code:addons/procurement/procurement.py:155 +#, python-format +msgid "Invalid Action!" +msgstr "" + +#. module: procurement +#: field:procurement.order,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: procurement +#: field:procurement.order,message_last_post:0 +msgid "Last Message Date" +msgstr "" + +#. module: procurement +#: field:procurement.group,write_uid:0 +#: field:procurement.order,write_uid:0 +#: field:procurement.order.compute.all,write_uid:0 +#: field:procurement.rule,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: procurement +#: field:procurement.group,write_date:0 +#: field:procurement.order,write_date:0 +#: field:procurement.order.compute.all,write_date:0 +#: field:procurement.rule,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +msgid "Late" +msgstr "" + +#. module: procurement +#: selection:procurement.rule,group_propagation_option:0 +msgid "Leave Empty" +msgstr "" + +#. module: procurement +#: view:res.company:procurement.mrp_company +msgid "Logistics" +msgstr "" + +#. module: procurement +#: field:procurement.order,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: procurement +#: help:procurement.order,message_ids:0 +msgid "Messages and communication history" +msgstr "" + +#. module: procurement +#: field:procurement.rule,name:0 +msgid "Name" +msgstr "" + +#. module: procurement +#: code:addons/procurement/procurement.py:213 +#, python-format +msgid "No rule matching this procurement" +msgstr "" + +#. module: procurement +#: selection:procurement.order,priority:0 +msgid "Normal" +msgstr "" + +#. module: procurement +#: selection:procurement.order,priority:0 +msgid "Not urgent" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Notes" +msgstr "" + +#. module: procurement +#: selection:procurement.group,move_type:0 +msgid "Partial" +msgstr "" + +#. module: procurement +#: field:procurement.order,priority:0 +msgid "Priority" +msgstr "" + +#. module: procurement +#: model:ir.model,name:procurement.model_procurement_order +#: view:procurement.order:procurement.procurement_form_view +#: view:procurement.order:procurement.view_procurement_filter +msgid "Procurement" +msgstr "" + +#. module: procurement +#: model:ir.actions.act_window,name:procurement.procurement_action5 +#: view:procurement.order:procurement.view_procurement_filter +msgid "Procurement Exceptions" +msgstr "" + +#. module: procurement +#: field:procurement.order,group_id:0 +msgid "Procurement Group" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_tree_view +msgid "Procurement Lines" +msgstr "" + +#. module: procurement +#: model:ir.actions.act_window,name:procurement.procurement_action +msgid "Procurement Orders" +msgstr "" + +#. module: procurement +#: model:ir.model,name:procurement.model_procurement_group +msgid "Procurement Requisition" +msgstr "" + +#. module: procurement +#: model:ir.model,name:procurement.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: procurement +#: view:procurement.group:procurement.procurement_group_form_view +msgid "Procurement group" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +msgid "Procurement started late" +msgstr "" + +#. module: procurement +#: model:ir.actions.act_window,name:procurement.procurement_exceptions +#: view:procurement.group:procurement.procurement_group_form_view +#: field:procurement.group,procurement_ids:0 +msgid "Procurements" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +#: field:procurement.order,product_id:0 +msgid "Product" +msgstr "" + +#. module: procurement +#: field:procurement.order,product_uom:0 +msgid "Product Unit of Measure" +msgstr "" + +#. module: procurement +#: field:procurement.order,product_uos:0 +msgid "Product UoS" +msgstr "" + +#. module: procurement +#: selection:procurement.rule,group_propagation_option:0 +msgid "Propagate" +msgstr "" + +#. module: procurement +#: view:procurement.rule:procurement.view_procurement_rule_form +msgid "Propagation Options" +msgstr "" + +#. module: procurement +#: field:procurement.rule,group_propagation_option:0 +msgid "Propagation of Procurement Group" +msgstr "" + +#. module: procurement +#: view:procurement.rule:procurement.view_procurement_rule_form +msgid "Pull Rule" +msgstr "" + +#. module: procurement +#: view:procurement.rule:procurement.view_procurement_rule_tree +msgid "Pull Rules" +msgstr "" + +#. module: procurement +#: field:procurement.order,product_qty:0 +msgid "Quantity" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Reconfirm Procurement" +msgstr "" + +#. module: procurement +#: field:procurement.group,name:0 +msgid "Reference" +msgstr "" + +#. module: procurement +#: help:procurement.order,origin:0 +msgid "" +"Reference of the document that created this Procurement.\n" +"This is automatically completed by Odoo." +msgstr "" + +#. module: procurement +#: field:procurement.order,rule_id:0 +msgid "Rule" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Run Procurement" +msgstr "" + +#. module: procurement +#: model:ir.actions.act_window,name:procurement.action_compute_schedulers +#: view:procurement.order.compute.all:procurement.view_compute_schedulers_wizard +msgid "Run Schedulers" +msgstr "" + +#. module: procurement +#: selection:procurement.order,state:0 +msgid "Running" +msgstr "" + +#. module: procurement +#: field:procurement.order,date_planned:0 +msgid "Scheduled Date" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +msgid "Scheduled Month" +msgstr "" + +#. module: procurement +#: view:procurement.order.compute.all:procurement.view_compute_schedulers_wizard +msgid "Scheduler Parameters" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "Scheduling" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +msgid "Search Procurement" +msgstr "" + +#. module: procurement +#: field:procurement.rule,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: procurement +#: field:procurement.order,origin:0 +msgid "Source Document" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.view_procurement_filter +#: field:procurement.order,state:0 +msgid "Status" +msgstr "" + +#. module: procurement +#: field:procurement.order,message_summary:0 +msgid "Summary" +msgstr "" + +#. module: procurement +#: help:procurement.rule,name:0 +msgid "This field will fill the packing origin and the name of its moves" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_tree_view +msgid "Unit of Measure" +msgstr "" + +#. module: procurement +#: field:procurement.order,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: procurement +#: field:procurement.order,product_uos_qty:0 +msgid "UoS Quantity" +msgstr "" + +#. module: procurement +#: selection:procurement.order,priority:0 +msgid "Urgent" +msgstr "" + +#. module: procurement +#: selection:procurement.order,priority:0 +msgid "Very Urgent" +msgstr "" + +#. module: procurement +#: view:procurement.order:procurement.procurement_form_view +msgid "e.g. SO005" +msgstr "" diff --git a/addons/procurement/i18n/it.po b/addons/procurement/i18n/it.po index 1a0f6c8481e..a79b9172863 100644 --- a/addons/procurement/i18n/it.po +++ b/addons/procurement/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-30 09:28+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: procurement #: model:ir.actions.act_window,help:procurement.procurement_exceptions @@ -43,6 +43,29 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Fai click per creare un Ordine di Approvvigionamento.\n" +"

    \n" +"

    \n" +" Gli Ordini di Approvvigionamento rappresentano la " +"richiesta per una determinata quantità di prodotti, in un determinato " +"momento, in un determinato luogo.\n" +"

    \n" +"

    \n" +" Gli Ordini di Vendita sono una fonte tipica di Ordini " +"di Approvvigionamento (ma sono documenti separati). \n" +"
    A seconda del metodo di approvvigionamento e la " +"configurazione dei prodotti, il sistema cercherà di soddisfare la richiesta: " +"riservando prodotti dallo stock prodotti, ordinando prodotti da un " +"fornitore, creando un ordine di produzione, ecc..\n" +"

    \n" +"

    \n" +" Un Eccezione di Approvvigionamento avviene quando il " +"sistema non trova un modo per soddisfare una richiest di prodotti. Alcune " +"eccezioni si risolveranno automaticamente, ma alcune necessitano di un " +"intervento manuale (identificate da uno specifico messaggio nel chatter).\n" +"

    \n" +" " #. module: procurement #: model:ir.actions.act_window,help:procurement.procurement_action @@ -67,11 +90,30 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Fai click per creare un Ordine di Approvvigionamento. \n" +"

    \n" +"

    \n" +" Un Ordine di Approvvigionamento viene utilizzato per " +"specificare una richiesta\n" +" di prodotto in un determinato punto di stoccaggio. Gli " +"Ordini di Approvvigionamento vengono solitamente\n" +" generati automaticamente a partire da ordini di vendita, " +"stock minimi, ecc.\n" +"

    \n" +"

    \n" +" Quando l'Approvvigionamento viene confermato, vengono " +"effettuate\n" +" le operazioni che servono a soddisfare la richiesta di " +"approvvigionamento: \n" +" ordini di acquisto in bozza, ordini di produzione, ecc.\n" +"

    \n" +" " #. module: procurement #: field:procurement.rule,action:0 msgid "Action" -msgstr "" +msgstr "Azione" #. module: procurement #: field:procurement.rule,active:0 @@ -91,18 +133,19 @@ msgstr "Annulla" #. module: procurement #: view:procurement.order:procurement.procurement_form_view msgid "Cancel Procurement" -msgstr "" +msgstr "Annulla Approvvigionamento" #. module: procurement #: selection:procurement.order,state:0 msgid "Cancelled" -msgstr "" +msgstr "Annullato" #. module: procurement #: code:addons/procurement/procurement.py:156 #, python-format msgid "Cannot delete Procurement Order(s) which are in %s state." msgstr "" +"Impossibile annullare Ordine/i di Approvvigionamento che hanno stato %s ." #. module: procurement #: view:procurement.order:procurement.procurement_form_view @@ -143,7 +186,7 @@ msgstr "Confermato" #: field:procurement.order.compute.all,create_uid:0 #: field:procurement.rule,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: procurement #: field:procurement.group,create_date:0 @@ -151,7 +194,7 @@ msgstr "" #: field:procurement.order.compute.all,create_date:0 #: field:procurement.rule,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: procurement #: help:procurement.order,message_last_post:0 @@ -161,7 +204,7 @@ msgstr "" #. module: procurement #: field:procurement.group,move_type:0 msgid "Delivery Method" -msgstr "" +msgstr "Metodo di Consegna" #. module: procurement #: field:procurement.order,name:0 @@ -206,7 +249,7 @@ msgstr "" #. module: procurement #: field:procurement.order,message_follower_ids:0 msgid "Followers" -msgstr "" +msgstr "Followers" #. module: procurement #: view:procurement.rule:procurement.view_procurement_rule_form @@ -230,6 +273,8 @@ msgid "" "Holds the Chatter summary (number of messages, ...). This summary is " "directly in html format in order to be inserted in kanban views." msgstr "" +"Gestisce il sommario (numero di messaggi, ...) del Chatter. Questo sommario " +"è direttamente in html così da poter essere inserito nelle viste kanban." #. module: procurement #: field:procurement.group,id:0 @@ -237,12 +282,12 @@ msgstr "" #: field:procurement.order.compute.all,id:0 #: field:procurement.rule,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: procurement #: help:procurement.order,message_unread:0 msgid "If checked new messages require your attention." -msgstr "" +msgstr "Se selezionato, nuovi messaggi richiedono la tua attenzione." #. module: procurement #: help:procurement.rule,active:0 @@ -253,17 +298,17 @@ msgstr "" #: code:addons/procurement/procurement.py:155 #, python-format msgid "Invalid Action!" -msgstr "" +msgstr "Azione non valida!" #. module: procurement #: field:procurement.order,message_is_follower:0 msgid "Is a Follower" -msgstr "" +msgstr "E' un Follower" #. module: procurement #: field:procurement.order,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: procurement #: field:procurement.group,write_uid:0 @@ -299,12 +344,12 @@ msgstr "" #. module: procurement #: field:procurement.order,message_ids:0 msgid "Messages" -msgstr "" +msgstr "Messaggi" #. module: procurement #: help:procurement.order,message_ids:0 msgid "Messages and communication history" -msgstr "" +msgstr "Storico messaggi e comunicazioni" #. module: procurement #: field:procurement.rule,name:0 @@ -406,7 +451,7 @@ msgstr "Prodotto" #. module: procurement #: field:procurement.order,product_uom:0 msgid "Product Unit of Measure" -msgstr "" +msgstr "Unità di Misura Prodotto" #. module: procurement #: field:procurement.order,product_uos:0 @@ -451,7 +496,7 @@ msgstr "" #. module: procurement #: field:procurement.group,name:0 msgid "Reference" -msgstr "" +msgstr "Riferimento" #. module: procurement #: help:procurement.order,origin:0 @@ -463,7 +508,7 @@ msgstr "" #. module: procurement #: field:procurement.order,rule_id:0 msgid "Rule" -msgstr "" +msgstr "Regola" #. module: procurement #: view:procurement.order:procurement.procurement_form_view @@ -499,7 +544,7 @@ msgstr "Parametri pianificatore" #. module: procurement #: view:procurement.order:procurement.procurement_form_view msgid "Scheduling" -msgstr "" +msgstr "Pianificazione" #. module: procurement #: view:procurement.order:procurement.view_procurement_filter @@ -509,7 +554,7 @@ msgstr "Cerca approvvigionamenti" #. module: procurement #: field:procurement.rule,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Ordinamento" #. module: procurement #: field:procurement.order,origin:0 @@ -525,7 +570,7 @@ msgstr "Stato" #. module: procurement #: field:procurement.order,message_summary:0 msgid "Summary" -msgstr "" +msgstr "Sommario" #. module: procurement #: help:procurement.rule,name:0 @@ -540,7 +585,7 @@ msgstr "Unità di misura" #. module: procurement #: field:procurement.order,message_unread:0 msgid "Unread Messages" -msgstr "" +msgstr "Messaggi non letti" #. module: procurement #: field:procurement.order,product_uos_qty:0 @@ -560,4 +605,4 @@ msgstr "Molto urgente" #. module: procurement #: view:procurement.order:procurement.procurement_form_view msgid "e.g. SO005" -msgstr "" +msgstr "es. SO0005" diff --git a/addons/procurement_jit/i18n/it.po b/addons/procurement_jit/i18n/it.po index d4635352cf6..d7cb7617963 100644 --- a/addons/procurement_jit/i18n/it.po +++ b/addons/procurement_jit/i18n/it.po @@ -1,69 +1,23 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * mrp_jit +# Italian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2012-12-15 10:56+0000\n" -"Last-Translator: Sergio Corato \n" -"Language-Team: \n" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-09-30 09:04+0000\n" +"Last-Translator: Simone Bernini \n" +"Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-09 06:53+0000\n" -"X-Generator: Launchpad (build 16996)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" -#. module: mrp_jit -#: model:ir.module.module,shortdesc:mrp_jit.module_meta_information -msgid "MRP JIT" -msgstr "MRP JIT" - -#. module: mrp_jit -#: model:ir.module.module,description:mrp_jit.module_meta_information -msgid "" -"\n" -" This module allows Just In Time computation of procurement orders.\n" -"\n" -" If you install this module, you will not have to run the regular " -"procurement \n" -" scheduler anymore (but you still need to run the minimum order point " -"rule \n" -" scheduler, or for example let it run daily.)\n" -" All procurement orders will be processed immediately, which could in " -"some\n" -" cases entail a small performance impact.\n" -"\n" -" It may also increase your stock size because products are reserved as " -"soon\n" -" as possible and the scheduler time range is not taken into account " -"anymore. \n" -" In that case, you can not use priorities any more on the different " -"picking.\n" -" \n" -" \n" -" " -msgstr "" -"\n" -" Questo modulo permette il calcolo Just In Time degli ordini d'acquisto.\n" -"\n" -" Se si installa questo modulo, non sarà necessario eseguire la procedura " -"normale di\n" -" approvvigionamento (ma è comunque necessario eseguire la procedura di " -"ordine\n" -" minimo, o per esempio lasciarlo partire giornalmente.)\n" -" Tutti gli ordini saranno trattati immediatamente, cosa che potrebbe in " -"qualche\n" -" caso comportare un lieve impatto sulle prestazioni.\n" -"\n" -" Può inoltre aumentare il volume del magazzino poiché i prodotti sono " -"riservati al più presto\n" -" possibile, e il tempo di pianificazione non viene più preso in " -"considerazione.\n" -" In questo caso, non è più possibile utilizzare priorità sui diversi " -"picking.\n" -" \n" -" \n" -" " +#. module: procurement_jit +#: model:ir.model,name:procurement_jit.model_procurement_order +msgid "Procurement" +msgstr "Approvvigionamento" diff --git a/addons/product/i18n/am.po b/addons/product/i18n/am.po index 60104d9b81a..5df1be179dd 100644 --- a/addons/product/i18n/am.po +++ b/addons/product/i18n/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "ቡድን" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "ኮምፒዩተርስ" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "ቛሚ" msgid "Followers" msgstr "ከተከታይ" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "አዲስ ዋጋ" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "ተጨማሪ መረጃ" @@ -1554,6 +1573,11 @@ msgstr "የተለያዩ የዋጋ ዝርዝሮች" msgid "Other Products" msgstr "የተለያዩ እቃዎች" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "ብክፍል ፍይ የተቀመጡ እሽጎች" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "እሽግ" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "እቃዋች በየ ክፍላቸው" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "እቃዎች " @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "የእቃዎች መለክያ በየ ምድባቸው" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "የእቃው መለክያ" diff --git a/addons/product/i18n/ar.po b/addons/product/i18n/ar.po index 4fac3f25cd9..1071fc1b792 100644 --- a/addons/product/i18n/ar.po +++ b/addons/product/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -482,6 +482,11 @@ msgstr "" msgid "Case" msgstr "الحالة" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "الفئة" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -559,6 +564,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -668,6 +678,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -865,6 +876,13 @@ msgstr "ثابت" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1488,7 +1506,7 @@ msgid "New Price =" msgstr "السعر الجديد =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1547,6 +1565,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "معلومات أخرى" @@ -1562,6 +1581,11 @@ msgstr "قوائم أسعار أخرى" msgid "Other Products" msgstr "منتجات أخرى" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1585,7 +1609,10 @@ msgstr "حزمة من الطبقات" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "التعبئة" @@ -1601,6 +1628,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "تكديس الطبليات" @@ -1970,7 +1998,7 @@ msgid "Products by Category" msgstr "المنتجات حسب الأصناف" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "المنتجات: " @@ -2264,13 +2292,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2635,7 +2656,7 @@ msgid "Unit of Measure Categories" msgstr "فئات وحدات القياس" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "فئات وحدات القياس متعارضة" diff --git a/addons/product/i18n/bg.po b/addons/product/i18n/bg.po index 0af1d89db09..5a083d169ad 100644 --- a/addons/product/i18n/bg.po +++ b/addons/product/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -483,6 +483,11 @@ msgstr "" msgid "Case" msgstr "Кутия" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Категория" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -560,6 +565,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -669,6 +679,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -866,6 +877,13 @@ msgstr "Фиксиран" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1490,7 +1508,7 @@ msgid "New Price =" msgstr "Нова цена =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1549,6 +1567,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Друга информация" @@ -1564,6 +1583,11 @@ msgstr "Друга ценова листа" msgid "Other Products" msgstr "Други продукти" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1587,7 +1611,10 @@ msgstr "Пакети на един слой" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Опаковане" @@ -1603,6 +1630,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Разпределяне по палета" @@ -1972,7 +2000,7 @@ msgid "Products by Category" msgstr "Продукти по категория" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Продукти: " @@ -2269,13 +2297,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2642,7 +2663,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/bs.po b/addons/product/i18n/bs.po index a48eebdc84a..c473720ad5b 100644 --- a/addons/product/i18n/bs.po +++ b/addons/product/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -511,12 +511,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -577,6 +577,11 @@ msgstr "Nije moguće promijeniti kategoriju postojeće jedinice mjere '%s'." msgid "Case" msgstr "Slučaj" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -656,6 +661,11 @@ msgstr "" msgid "Computers" msgstr "Računari" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -771,6 +781,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -976,6 +987,13 @@ msgstr "Fiksno" msgid "Followers" msgstr "Pratioci" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1612,7 +1630,7 @@ msgid "New Price =" msgstr "Nova cijena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1676,6 +1694,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Ostale informacije" @@ -1691,6 +1710,11 @@ msgstr "Drugi cjenovnici" msgid "Other Products" msgstr "Ostali proizvodi" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1714,7 +1738,10 @@ msgstr "Paket po sloju" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakovanje" @@ -1730,6 +1757,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletizacija" @@ -2099,7 +2127,7 @@ msgid "Products by Category" msgstr "Proizvodi po kategoriji" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Proizvodi: " @@ -2409,15 +2437,6 @@ msgstr "Odredite najveći iznos marže za granicu iznad osnovne cijene." msgid "Specify the minimum amount of margin over the base price." msgstr "Specificirajte minimalni iznos marže na osnovnu cijenu." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Specificirajte minimalnu količinu za kupovinu/prodaju da bi se pravilo " -"primjenilo." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2799,7 +2818,7 @@ msgid "Unit of Measure Categories" msgstr "Kategorije jedinica mjera" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Ne slaganje kategorija jedinice mjere!" @@ -3109,3 +3128,10 @@ msgstr "nadređena kompanija" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Specificirajte minimalnu količinu za kupovinu/prodaju da bi se pravilo " +#~ "primjenilo." diff --git a/addons/product/i18n/ca.po b/addons/product/i18n/ca.po index 053a9717a3f..962eff5bae4 100644 --- a/addons/product/i18n/ca.po +++ b/addons/product/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -483,6 +483,11 @@ msgstr "" msgid "Case" msgstr "Caixa" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -560,6 +565,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -669,6 +679,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -867,6 +878,13 @@ msgstr "Fix" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1495,7 +1513,7 @@ msgid "New Price =" msgstr "Nou Preu =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1554,6 +1572,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Altra informació" @@ -1569,6 +1588,11 @@ msgstr "Altra tarifa" msgid "Other Products" msgstr "Altres productes" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1592,7 +1616,10 @@ msgstr "Paquets per pis" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empaquetament" @@ -1608,6 +1635,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletització" @@ -1977,7 +2005,7 @@ msgid "Products by Category" msgstr "Productes per categoria" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productes: " @@ -2274,13 +2302,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2647,7 +2668,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/cs.po b/addons/product/i18n/cs.po index 88a08d4354e..3b2a8042375 100644 --- a/addons/product/i18n/cs.po +++ b/addons/product/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -515,12 +515,12 @@ msgid "Blank DVD-RW" msgstr "Prázdné DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -580,6 +580,11 @@ msgstr "Nelze změnit kategorii existující měrné jednotky '%s'." msgid "Case" msgstr "Případ" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorie" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -659,6 +664,11 @@ msgstr "" msgid "Computers" msgstr "Počítače" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -774,6 +784,7 @@ msgstr "Zákaznický notebook založený na potřebách zákazníka." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "Zákaznický počítač sestavený na základě požadavků zákazníka." @@ -978,6 +989,13 @@ msgstr "Pevné" msgid "Followers" msgstr "Sledující" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1613,7 +1631,7 @@ msgid "New Price =" msgstr "Nová cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1677,6 +1695,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Jiné info" @@ -1692,6 +1711,11 @@ msgstr "Jiný ceník" msgid "Other Products" msgstr "Jiné výrobky" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1715,7 +1739,10 @@ msgstr "Balík dle vrstvy" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Balení" @@ -1731,6 +1758,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletizace" @@ -2100,7 +2128,7 @@ msgid "Products by Category" msgstr "Výrobky podle kategorie" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Výrobky: " @@ -2408,15 +2436,6 @@ msgstr "Zadejte maximální marži nad základní cenu." msgid "Specify the minimum amount of margin over the base price." msgstr "Zadejte minimální marži nad základní cenu." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Zadejte minimální množství, které musí být zakoupeno/prodáno aby se pravidlo " -"použilo." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2798,7 +2817,7 @@ msgid "Unit of Measure Categories" msgstr "Kategorie měrných jednotek" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Neshoda kategorií měrných jednotek" @@ -3107,3 +3126,10 @@ msgstr "nadřazená společnost" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Zadejte minimální množství, které musí být zakoupeno/prodáno aby se pravidlo " +#~ "použilo." diff --git a/addons/product/i18n/da.po b/addons/product/i18n/da.po index adc7554589d..29a0c710899 100644 --- a/addons/product/i18n/da.po +++ b/addons/product/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (copy)" @@ -517,12 +517,12 @@ msgid "Blank DVD-RW" msgstr "Blank DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -582,6 +582,11 @@ msgstr "Kan ikke ændre kategorien af den nuværende enhed '%s'." msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategori" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -661,6 +666,11 @@ msgstr "" msgid "Computers" msgstr "Computers" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -776,6 +786,7 @@ msgstr "Kundespecifik bærbar baseret på kundens ønsker" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "Kundespecifik computer samlet på ordre efter kundens ønsker." @@ -977,6 +988,13 @@ msgstr "Fast" msgid "Followers" msgstr "Followers" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1609,7 +1627,7 @@ msgid "New Price =" msgstr "Ny pris =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1673,6 +1691,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Anden info" @@ -1688,6 +1707,11 @@ msgstr "Andre prislister" msgid "Other Products" msgstr "Andre varer" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1711,7 +1735,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakning" @@ -1727,6 +1754,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -2096,7 +2124,7 @@ msgid "Products by Category" msgstr "Produkter pr. kategori" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Varer " @@ -2399,13 +2427,6 @@ msgstr "Angiv max beløb avance over basisprisen." msgid "Specify the minimum amount of margin over the base price." msgstr "Angiv minimumsmargin (beløb) over basis prisen" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "Angiv minimumsantallet for køb/salg" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2783,7 +2804,7 @@ msgid "Unit of Measure Categories" msgstr "Enheds-kategorier" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Mismatch i enheder" @@ -3090,3 +3111,8 @@ msgstr "Moderselskab" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "Angiv minimumsantallet for køb/salg" diff --git a/addons/product/i18n/de.po b/addons/product/i18n/de.po index 25ed4ebe841..eb512747a5c 100644 --- a/addons/product/i18n/de.po +++ b/addons/product/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-20 08:19+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 06:28+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product @@ -24,8 +24,8 @@ msgid "# of Product Variants" msgstr "# Produktvarianten" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (Kopie)" @@ -556,12 +556,12 @@ msgid "Blank DVD-RW" msgstr "Leere DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -625,6 +625,11 @@ msgstr "" msgid "Case" msgstr "Fach" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorie" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -702,6 +707,11 @@ msgstr "" msgid "Computers" msgstr "Computer" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -820,6 +830,7 @@ msgstr "Angepasster Laptop, auf Kundenanforderungen basierend" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "Kundenindividueller PC, montiert auf Ihre Anforderung" @@ -1026,6 +1037,13 @@ msgstr "Fest" msgid "Followers" msgstr "Follower" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1574,7 +1592,7 @@ msgstr "" #: model:product.attribute,name:product.product_attribute_1 #: model:product.public.category,name:product.Memory msgid "Memory" -msgstr "" +msgstr "Speicher" #. module: product #: field:product.product,message_ids:0 @@ -1676,7 +1694,7 @@ msgid "New Price =" msgstr "Neuer Preis =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1740,6 +1758,7 @@ msgstr "Ein Produkt Variante" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Weitere Info" @@ -1755,6 +1774,11 @@ msgstr "Andere Preisliste" msgid "Other Products" msgstr "Weitere Produkte" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1778,7 +1802,10 @@ msgstr "Verpackung nach Ebenen" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Verpackung" @@ -1794,6 +1821,7 @@ msgstr "Packeinheit Pallette" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Pallettierung" @@ -2165,7 +2193,7 @@ msgid "Products by Category" msgstr "Kategorien" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produkte: " @@ -2478,15 +2506,6 @@ msgstr "" "Legen Sie die minimale Spanne fest, die mindestens über dem Basispreis " "erzielt werden soll." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Definieren Sie die minimale Menge, die erreicht werden muss, damit das neue " -"Regelwerk Anwendung findet." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2884,7 +2903,7 @@ msgid "Unit of Measure Categories" msgstr "Einheiten Kategorien" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Zuordnungsfehler Mengeneinheit Kategorien!" @@ -3194,3 +3213,10 @@ msgstr "der Mutterkonzern" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "Unbekannt" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Definieren Sie die minimale Menge, die erreicht werden muss, damit das neue " +#~ "Regelwerk Anwendung findet." diff --git a/addons/product/i18n/el.po b/addons/product/i18n/el.po index cb61cafb6ba..1c2ccf5436c 100644 --- a/addons/product/i18n/el.po +++ b/addons/product/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Case" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Κατηγορία" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -865,6 +876,13 @@ msgstr "Σταθερό" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1485,7 +1503,7 @@ msgid "New Price =" msgstr "Νέα Τιμή =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1544,6 +1562,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Άλλες πληροφορίες" @@ -1559,6 +1578,11 @@ msgstr "Άλλος Τιμοκατάλογος" msgid "Other Products" msgstr "Άλλα Προϊόντα" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1582,7 +1606,10 @@ msgstr "Συσκευασία κατα επίπεδο" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Συσκευασία" @@ -1598,6 +1625,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Παλετοποίηση" @@ -1967,7 +1995,7 @@ msgid "Products by Category" msgstr "Προϊόντα κατα Κατηγορία" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Προϊόντα: " @@ -2266,13 +2294,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2640,7 +2661,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/es.po b/addons/product/i18n/es.po index af63e501a07..80882815e07 100644 --- a/addons/product/i18n/es.po +++ b/addons/product/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-25 11:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:02+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-26 08:41+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "Variantes de productos" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -531,12 +531,12 @@ msgid "Blank DVD-RW" msgstr "DVD-RW virgen" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "Altavoz Bose mini bluetooth" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "El altavoz bluetooth portátil de Bose más pequeño" @@ -598,6 +598,11 @@ msgstr "" msgid "Case" msgstr "Caja" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoría" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -686,6 +691,11 @@ msgstr "Ordenador todo-en-uno" msgid "Computers" msgstr "Ordenadores" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "Configuraciones" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -805,6 +815,7 @@ msgstr "Portátil personalizado basado en los requisitos del cliente." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Ordenador personalizado ensamblado bajo pedido basado en los requisitos del " @@ -1013,6 +1024,15 @@ msgstr "Fijo" msgid "Followers" msgstr "Seguidores" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" +"Para aplicar la regla, la cantidad comprada/vendida debe ser mayor o igual a " +"la cantidad mínima indicada en este campo." + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1679,7 +1699,7 @@ msgid "New Price =" msgstr "Nuevo Precio =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1745,6 +1765,7 @@ msgstr "Sólo una variante de producto" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Otra información" @@ -1760,6 +1781,11 @@ msgstr "Otra tarifa" msgid "Other Products" msgstr "Otros productos" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "PC ensamblado + personalizado (PC bajo demanda) " + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1783,7 +1809,10 @@ msgstr "Paquetes por piso" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empaquetado" @@ -1799,6 +1828,7 @@ msgstr "Unidad logística pallet" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletización" @@ -2171,7 +2201,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productos: " @@ -2484,15 +2514,6 @@ msgstr "Especifique el importe máximo de margen sobre el precio base." msgid "Specify the minimum amount of margin over the base price." msgstr "Especifique el importe mínimo del margen sobre el precio base." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Especifique la cantidad mínima que debe ser comprada/vendida para aplicar " -"esta regla." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2890,7 +2911,7 @@ msgid "Unit of Measure Categories" msgstr "Categorías de las unidades de medida" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "¡Categorías de las unidades de medida no coincidentes!" @@ -3200,3 +3221,10 @@ msgstr "La empresa matriz" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "desconocido" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Especifique la cantidad mínima que debe ser comprada/vendida para aplicar " +#~ "esta regla." diff --git a/addons/product/i18n/es_AR.po b/addons/product/i18n/es_AR.po index 7d0429a1227..de17ea861da 100644 --- a/addons/product/i18n/es_AR.po +++ b/addons/product/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -482,6 +482,11 @@ msgstr "" msgid "Case" msgstr "Caja" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoría" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -559,6 +564,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -670,6 +680,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -871,6 +882,13 @@ msgstr "Fijo" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1493,7 +1511,7 @@ msgid "New Price =" msgstr "Nuevo Precio =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1554,6 +1572,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Otra información" @@ -1569,6 +1588,11 @@ msgstr "Otro Precio" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1592,7 +1616,10 @@ msgstr "Paquetes por piso" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empaquetado" @@ -1608,6 +1635,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletización" @@ -1977,7 +2005,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productos: " @@ -2274,13 +2302,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2643,7 +2664,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/es_CL.po b/addons/product/i18n/es_CL.po index 5ab104cb80d..7808bfbf665 100644 --- a/addons/product/i18n/es_CL.po +++ b/addons/product/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -482,6 +482,11 @@ msgstr "" msgid "Case" msgstr "Caja" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoría" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -559,6 +564,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -668,6 +678,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -866,6 +877,13 @@ msgstr "Fijo" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1496,7 +1514,7 @@ msgid "New Price =" msgstr "Nuevo Precio =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1555,6 +1573,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Otra información" @@ -1570,6 +1589,11 @@ msgstr "Otra tarifa" msgid "Other Products" msgstr "Otros productos" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1593,7 +1617,10 @@ msgstr "Paquetes por piso" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empaquetado" @@ -1609,6 +1636,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletización" @@ -1978,7 +2006,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productos: " @@ -2275,13 +2303,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2649,7 +2670,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/es_CR.po b/addons/product/i18n/es_CR.po index 7ae7ee1a43d..621079faef6 100644 --- a/addons/product/i18n/es_CR.po +++ b/addons/product/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -484,6 +484,11 @@ msgstr "" msgid "Case" msgstr "Caja" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoría" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -561,6 +566,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -672,6 +682,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -870,6 +881,13 @@ msgstr "Fijo" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1500,7 +1518,7 @@ msgid "New Price =" msgstr "Nuevo Precio =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1559,6 +1577,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Otra información" @@ -1574,6 +1593,11 @@ msgstr "Otra tarifa" msgid "Other Products" msgstr "Otros productos" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1597,7 +1621,10 @@ msgstr "Paquetes por piso" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empaquetado" @@ -1613,6 +1640,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletización" @@ -1982,7 +2010,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productos: " @@ -2279,13 +2307,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2653,7 +2674,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/es_EC.po b/addons/product/i18n/es_EC.po index 73edb0ef71f..45ce4df54c5 100644 --- a/addons/product/i18n/es_EC.po +++ b/addons/product/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -485,6 +485,11 @@ msgstr "" msgid "Case" msgstr "Caso" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoría" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -562,6 +567,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -673,6 +683,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -872,6 +883,13 @@ msgstr "Fijo" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1502,7 +1520,7 @@ msgid "New Price =" msgstr "Nuevo Precio =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1561,6 +1579,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Otra información" @@ -1576,6 +1595,11 @@ msgstr "Otro Precio" msgid "Other Products" msgstr "Otros productos" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1599,7 +1623,10 @@ msgstr "Paquetes por piso" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empaquetado" @@ -1615,6 +1642,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletización" @@ -1984,7 +2012,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productos: " @@ -2281,13 +2309,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2655,7 +2676,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/es_PY.po b/addons/product/i18n/es_PY.po index 1eb3d55d10a..550d0626c33 100644 --- a/addons/product/i18n/es_PY.po +++ b/addons/product/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoría" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "Fijo" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1487,7 +1505,7 @@ msgid "New Price =" msgstr "Nuevo Precio =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1546,6 +1564,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Otra información" @@ -1561,6 +1580,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1584,7 +1608,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Embalaje" @@ -1600,6 +1627,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1969,7 +1997,7 @@ msgid "Products by Category" msgstr "" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Productos: " @@ -2263,13 +2291,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2634,7 +2655,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/et.po b/addons/product/i18n/et.po index 08eb137b764..4518329b70c 100644 --- a/addons/product/i18n/et.po +++ b/addons/product/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Kast" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategooria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "Fikseeritud" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "Uus hind =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Muu info" @@ -1554,6 +1573,11 @@ msgstr "Muu hinnakiri" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "Pakend kihi kaupa" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakendamine" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Kaubaalus" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "Tooted kategooria järgi" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Tooted: " @@ -2259,13 +2287,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2626,7 +2647,7 @@ msgid "Unit of Measure Categories" msgstr "Mõõtühikute kategooriad" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/eu.po b/addons/product/i18n/eu.po index 57de96a858f..52c87a1f498 100644 --- a/addons/product/i18n/eu.po +++ b/addons/product/i18n/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Kutxa" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategoria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "Finkoa" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "Prezio Berria =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Bestelako Informazioa" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Paketatzea" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "Produktuak Kategoriaka" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "" @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/fi.po b/addons/product/i18n/fi.po index bd5758daaa2..207f7b40d8e 100644 --- a/addons/product/i18n/fi.po +++ b/addons/product/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopio)" @@ -434,12 +434,12 @@ msgid "Blank DVD-RW" msgstr "Tyhjä DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -499,6 +499,11 @@ msgstr "Olemassa olevan yksikön \"%s\" ryhmää (kategoriaa) ei voi muuttaa." msgid "Case" msgstr "Laatikko" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Ryhmä" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -578,6 +583,11 @@ msgstr "" msgid "Computers" msgstr "Tietokoneet" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -691,6 +701,7 @@ msgstr "Kustomoitu läppäri perustuen asiakkaan tarpeisiin." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -894,6 +905,13 @@ msgstr "Kiinteä" msgid "Followers" msgstr "Seuraajat" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1521,7 +1539,7 @@ msgid "New Price =" msgstr "Uusi hinta =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1580,6 +1598,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Muut tiedot" @@ -1595,6 +1614,11 @@ msgstr "Muu hinnasto" msgid "Other Products" msgstr "Muut Tuotteet" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1618,7 +1642,10 @@ msgstr "Pakkauksia kerroksessa" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Paketointi" @@ -1634,6 +1661,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Lavoitus" @@ -2003,7 +2031,7 @@ msgid "Products by Category" msgstr "Tuotteet ryhmittäin (kategorioittain)" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Tuotteet: " @@ -2305,14 +2333,6 @@ msgstr "Määritä suurin myyntikate perushinnan päälle." msgid "Specify the minimum amount of margin over the base price." msgstr "Määrittele minimikate myyntihinnan päälle." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Määritä pienin määrä, joka pitää ostaa/myydä, jotta sääntöä sovelletaan" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2680,7 +2700,7 @@ msgid "Unit of Measure Categories" msgstr "Yksiköiden ryhmät" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Yksikköryhmät eivät ole keskenään yhteensopivia!" @@ -2990,3 +3010,9 @@ msgstr "emoyhtiö" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "tuntematon" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Määritä pienin määrä, joka pitää ostaa/myydä, jotta sääntöä sovelletaan" diff --git a/addons/product/i18n/fr.po b/addons/product/i18n/fr.po index da629d68fdd..d5748343c17 100644 --- a/addons/product/i18n/fr.po +++ b/addons/product/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -522,12 +522,12 @@ msgid "Blank DVD-RW" msgstr "DVD-RW vierge" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -590,6 +590,11 @@ msgstr "" msgid "Case" msgstr "Casier" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Catégorie" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -669,6 +674,11 @@ msgstr "" msgid "Computers" msgstr "Ordinateurs" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -785,6 +795,7 @@ msgstr "Portable personnalisé selon les besoins du client." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Ordinateur personnalisé assemblé sur commande d'après les besoins client." @@ -993,6 +1004,13 @@ msgstr "Fixé" msgid "Followers" msgstr "Abonnés" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1637,7 +1655,7 @@ msgid "New Price =" msgstr "Nouveau prix =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1702,6 +1720,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Autre information" @@ -1717,6 +1736,11 @@ msgstr "Autre liste de prix" msgid "Other Products" msgstr "Autres articles" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1740,7 +1764,10 @@ msgstr "Colis par couche" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Colisage" @@ -1756,6 +1783,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Palletisation" @@ -2125,7 +2153,7 @@ msgid "Products by Category" msgstr "Articles par catégorie" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Articles : " @@ -2435,14 +2463,6 @@ msgstr "Indique la marge maximum à faire sur le prix de base." msgid "Specify the minimum amount of margin over the base price." msgstr "Indique la marge minimum à faire sur le prix de base." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Indiquez la quantité minimale à acheter/vendre pour que la règle s'applique." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2830,7 +2850,7 @@ msgid "Unit of Measure Categories" msgstr "Catégories d'unités de mesure" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Les catégories d'unités de mesure ne correspondent pas !" @@ -3141,3 +3161,9 @@ msgstr "la maison mère" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "inconnu" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Indiquez la quantité minimale à acheter/vendre pour que la règle s'applique." diff --git a/addons/product/i18n/gl.po b/addons/product/i18n/gl.po index 45180227e7d..e39ea8ff63b 100644 --- a/addons/product/i18n/gl.po +++ b/addons/product/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "" @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/hr.po b/addons/product/i18n/hr.po index 93d73bf0707..a63a5ce12be 100644 --- a/addons/product/i18n/hr.po +++ b/addons/product/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -508,12 +508,12 @@ msgid "Blank DVD-RW" msgstr "Prazan DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -573,6 +573,11 @@ msgstr "Nije moguće promijeniti kategoriju postojeće jedinice mjere '%s'." msgid "Case" msgstr "Sanduk" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -652,6 +657,11 @@ msgstr "" msgid "Computers" msgstr "Računala" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -768,6 +778,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -972,6 +983,13 @@ msgstr "Fiksno" msgid "Followers" msgstr "Pratitelji" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1600,7 +1618,7 @@ msgid "New Price =" msgstr "Nova cijena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1664,6 +1682,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Ostali podaci" @@ -1679,6 +1698,11 @@ msgstr "Drugi cjenik" msgid "Other Products" msgstr "Ostali artikli" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1702,7 +1726,10 @@ msgstr "Pakiranje po slojevima" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakiranje" @@ -1718,6 +1745,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Prebacivanje u palete" @@ -2087,7 +2115,7 @@ msgid "Products by Category" msgstr "Proizvodi po kategorijama" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Proizvodi: " @@ -2392,15 +2420,6 @@ msgstr "Odredite najveći iznos za granicu iznad osnovne cijene." msgid "Specify the minimum amount of margin over the base price." msgstr "Specificirajte minimalni iznos marže na osnovnu cijenu." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Specificirajte minimalnu količinu za kupnju/prodaju kako bi se pravilo " -"primjenilo." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2772,7 +2791,7 @@ msgid "Unit of Measure Categories" msgstr "Kategorije JM" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Neslaganje kategorija jedinice mjere!" @@ -3082,3 +3101,10 @@ msgstr "Nadređena tvrtka" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Specificirajte minimalnu količinu za kupnju/prodaju kako bi se pravilo " +#~ "primjenilo." diff --git a/addons/product/i18n/hu.po b/addons/product/i18n/hu.po index d5423e75de9..16c92c12b84 100644 --- a/addons/product/i18n/hu.po +++ b/addons/product/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (másolat)" @@ -521,12 +521,12 @@ msgid "Blank DVD-RW" msgstr "Üres DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -586,6 +586,11 @@ msgstr "Nem tudja megváltoztatni a kategóriát a létező mértékegységen '% msgid "Case" msgstr "Rekesz" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategória" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -665,6 +670,11 @@ msgstr "" msgid "Computers" msgstr "Számítógépek" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -780,6 +790,7 @@ msgstr "Egyedi laptop a vevő igényei alapján." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Egyedi számítógép összeszerelve a vevői igénylési megrendelés alapján." @@ -988,6 +999,13 @@ msgstr "Állandó" msgid "Followers" msgstr "Követők" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1628,7 +1646,7 @@ msgid "New Price =" msgstr "Új ár =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1693,6 +1711,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Egyéb információ" @@ -1708,6 +1727,11 @@ msgstr "Másik árlista" msgid "Other Products" msgstr "Egyéb termékek" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1731,7 +1755,10 @@ msgstr "Csomagok száma rétegenként" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Csomagolás" @@ -1747,6 +1774,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Raklapozás" @@ -2116,7 +2144,7 @@ msgid "Products by Category" msgstr "Termék kategóriánként" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Termékek: " @@ -2426,15 +2454,6 @@ msgstr "Határozza meg az alap áron érvényesíthető maximum árkülönbözet msgid "Specify the minimum amount of margin over the base price." msgstr "Határozza meg az alapárra tehető minimum árkülönbözetet." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Minimum mennyiség meghatározása melyet meg kell vásárolni/eladni a szabály " -"érvényesítéséhez." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2823,7 +2842,7 @@ msgid "Unit of Measure Categories" msgstr "Mértékegység kategóriák" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Mértékegység kategória nem megfelelő!" @@ -3133,3 +3152,10 @@ msgstr "a szülő vállalat" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "Ismeretlen" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Minimum mennyiség meghatározása melyet meg kell vásárolni/eladni a szabály " +#~ "érvényesítéséhez." diff --git a/addons/product/i18n/id.po b/addons/product/i18n/id.po index 123fd58f755..8d51be89b2b 100644 --- a/addons/product/i18n/id.po +++ b/addons/product/i18n/id.po @@ -7,32 +7,32 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-04 19:46+0000\n" +"Last-Translator: Edy K \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 msgid "# of Product Variants" -msgstr "" +msgstr "# Variasi Produk" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" -msgstr "" +msgstr "%s (copy)" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_1 msgid "16 GB" -msgstr "" +msgstr "16 GB" #. module: product #: model:product.template,description_sale:product.product_product_3_product_template @@ -42,6 +42,10 @@ msgid "" "512MB RAM\n" "HDD SH-1" msgstr "" +"17\" LCD Monitor\n" +"Processor AMD 8-Core\n" +"512MB RAM\n" +"HDD SH-1" #. module: product #: model:product.template,description:product.product_product_25_product_template @@ -51,6 +55,10 @@ msgid "" "Standard-1294P Processor\n" "QWERTY keyboard" msgstr "" +"17\" Monitor\n" +"4GB RAM\n" +"Standard-1294P Processor\n" +"QWERTY keyboard" #. module: product #: model:product.template,description:product.product_product_26_product_template @@ -60,6 +68,10 @@ msgid "" "Hi-Speed 234Q Processor\n" "QWERTY keyboard" msgstr "" +"17\" Monitor\n" +"6GB RAM\n" +"Hi-Speed 234Q Processor\n" +"QWERTY keyboard" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_5 @@ -76,11 +88,17 @@ msgid "" " Intel Iris Pro graphics\n" " " msgstr "" +"2.7GHz quad-core Intel Core i5\n" +"Turbo Boost up to 3.2GHz\n" +"8GB (two 4GB) memory\n" +"1TB hard drive1\n" +"Intel Iris Pro graphics\n" +" " #. module: product #: model:product.attribute.value,name:product.product_attribute_value_2 msgid "32 GB" -msgstr "" +msgstr "32 GB" #. module: product #: model:product.template,description_sale:product.product_product_4_product_template @@ -92,6 +110,9 @@ msgid "" "Dual-core A5 with quad-core graphics\n" "FaceTime HD Camera, 1.2 MP Photos" msgstr "" +"7.9‑inch (diagonal) LED-backlit, 128Gb\n" +"Dual-core A5 with quad-core graphics\n" +"FaceTime HD Camera, 1.2 MP Photos" #. module: product #: model:ir.actions.act_window,help:product.product_ul_form_action @@ -107,6 +128,13 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +"Tekan tombol ini untuk membuat Satuan Logistik\n" +"

    \n" +"Satuan Logistik merupakan satuan yang digunakan pada kemasan produk. \n" +"(mis : pallet, box, ...) dan anda dapat menentukan besarannya. \n" +"

    \n" +" " #. module: product #: model:ir.actions.act_window,help:product.product_uom_categ_form_action @@ -122,6 +150,14 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +"Tekan tombol ini untuk membuat kategori satuan\n" +"

    \n" +"Satuan yang memiliki kategori yang sama dapat dikonversi satu sama lain.\n" +"Sebagai contoh : Jam, Hari, dan Menit memiliki kategori yang sama yaitu " +"'Waktu'. \n" +"

    \n" +" " #. module: product #: model:ir.actions.act_window,help:product.product_uom_form_action @@ -252,6 +288,9 @@ msgid "" "This description will be copied to every Sale Order, Delivery Order and " "Customer Invoice/Refund" msgstr "" +"Deskripsi produk yang akan dikomunikasikan ke pelanggan. Deskripsi ini akan " +"disalin pada setiap Order Penjualan, Pengiriman dan Faktur Penjualan/Faktur " +"Retur" #. module: product #: help:product.template,description_purchase:0 @@ -260,6 +299,9 @@ msgid "" "This description will be copied to every Purchase Order, Receipt and " "Supplier Invoice/Refund." msgstr "" +"Deskripsi produk yang akan dikomunikasikan ke pemasok, Deskripsi ini akan " +"disalin pada setiap Order Pembelian, Penerimaan produk dan Faktur " +"Pembelian/Faktur Retur" #. module: product #: help:product.template,description:0 @@ -267,6 +309,7 @@ msgid "" "A precise description of the Product, used only for internal information " "purposes." msgstr "" +"Deskripsi produk, digunakan sebagai informasi untuk keperluan internal." #. module: product #: model:product.category,name:product.product_category_7 @@ -291,22 +334,22 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_37_product_template msgid "All in one hi-speed printer with fax and scanner." -msgstr "" +msgstr "All in one hi-speed printer with fax and scanner." #. module: product #: model:product.category,name:product.accessories msgid "Apple Accessories" -msgstr "" +msgstr "Apple Accessories" #. module: product #: model:product.template,name:product.product_product_7_product_template msgid "Apple In-Ear Headphones" -msgstr "" +msgstr "Apple In-Ear Headphones" #. module: product #: model:product.category,name:product.apple msgid "Apple Products" -msgstr "" +msgstr "Apple Products" #. module: product #: model:product.template,name:product.product_product_9_product_template @@ -340,30 +383,30 @@ msgstr "" #: field:product.attribute.line,attribute_id:0 #: field:product.attribute.value,attribute_id:0 msgid "Attribute" -msgstr "" +msgstr "Atribut" #. module: product #: field:product.attribute.value,price_extra:0 msgid "Attribute Price Extra" -msgstr "" +msgstr "Atribut Harga Extra" #. module: product #: field:product.attribute.value,price_ids:0 msgid "Attribute Prices" -msgstr "" +msgstr "Atribut Harga" #. module: product #: model:ir.actions.act_window,name:product.variants_action #: model:ir.ui.menu,name:product.menu_variants_action msgid "Attribute Values" -msgstr "" +msgstr "Atribut Nilai-nilai" #. module: product #: model:ir.actions.act_window,name:product.attribute_action #: model:ir.ui.menu,name:product.menu_attribute_action #: field:product.product,attribute_value_ids:0 msgid "Attributes" -msgstr "" +msgstr "Atribut" #. module: product #: view:product.pricelist.item:product.product_pricelist_item_form_view @@ -373,13 +416,14 @@ msgstr "Harga Dasar" #. module: product #: help:product.pricelist.item,base:0 msgid "Base price for computation." -msgstr "" +msgstr "Harga dasar untuk perhitungan komputasi" #. module: product #: help:product.template,list_price:0 msgid "" "Base price to compute the customer price. Sometimes called the catalog price." msgstr "" +"Harga dasar untuk menghitung harga jual. Biasanya disebut daftar harga jual" #. module: product #: field:product.pricelist.item,base:0 @@ -394,12 +438,12 @@ msgstr "" #. module: product #: field:product.uom,factor_inv:0 msgid "Bigger Ratio" -msgstr "" +msgstr "Rasio lebih besar" #. module: product #: selection:product.uom,uom_type:0 msgid "Bigger than the reference Unit of Measure" -msgstr "" +msgstr "Lebih besar dari Satuan referensi" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_4 @@ -417,19 +461,19 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" #. module: product #: selection:product.ul,type:0 msgid "Box" -msgstr "Kotak" +msgstr "Box" #. module: product #: model:product.ul,name:product.product_ul_box @@ -458,7 +502,7 @@ msgstr "Kalkulasi Harga Produk per unit berdasarkan versi daftar harga" #. module: product #: field:product.template,rental:0 msgid "Can be Rent" -msgstr "" +msgstr "Dapat disewakan" #. module: product #: view:product.template:product.product_template_search_view @@ -469,7 +513,7 @@ msgstr "Dapat di jual" #. module: product #: view:product.price_list:product.view_product_price_list msgid "Cancel" -msgstr "" +msgstr "Batal" #. module: product #: code:addons/product/product.py:210 @@ -482,6 +526,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategori" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -559,6 +608,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -668,6 +722,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -865,6 +920,13 @@ msgstr "Tetap" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1493,7 +1555,7 @@ msgid "New Price =" msgstr "Harga Baru =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1552,6 +1614,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Informasi Lainnya" @@ -1567,6 +1630,11 @@ msgstr "Rak-rak" msgid "Other Products" msgstr "Produk lain" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1590,7 +1658,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Kemasan" @@ -1606,6 +1677,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1975,7 +2047,7 @@ msgid "Products by Category" msgstr "Produk berdasarkan kategori" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produk : " @@ -2273,13 +2345,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2646,7 +2711,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" @@ -2913,44 +2978,44 @@ msgstr "" #. module: product #: model:product.uom,name:product.product_uom_lb msgid "lb(s)" -msgstr "" +msgstr "lb(s)" #. module: product #: view:product.product:product.product_normal_form_view msgid "lst_price" -msgstr "" +msgstr "lst_price" #. module: product #: model:product.uom,name:product.product_uom_mile msgid "mile(s)" -msgstr "" +msgstr "mil" #. module: product #: view:product.template:product.product_template_form_view msgid "months" -msgstr "" +msgstr "bulan" #. module: product #: view:product.template:product.product_template_form_view msgid "note to be displayed on quotations..." -msgstr "" +msgstr "keterangan akan ditampilkan pada penawaran" #. module: product #: model:product.uom,name:product.product_uom_oz msgid "oz(s)" -msgstr "" +msgstr "ons" #. module: product #: model:product.uom,name:product.product_uom_qt msgid "qt" -msgstr "" +msgstr "qt" #. module: product #: view:res.partner:product.view_partner_property_form msgid "the parent company" -msgstr "" +msgstr "Induk perusahaan" #. module: product #: field:product.price.history,company_id:0 msgid "unknown" -msgstr "" +msgstr "tidak diketahui" diff --git a/addons/product/i18n/it.po b/addons/product/i18n/it.po index 3a5a3c47818..9188fde2d01 100644 --- a/addons/product/i18n/it.po +++ b/addons/product/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 15:08+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -32,7 +32,7 @@ msgstr "%s (copia)" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_1 msgid "16 GB" -msgstr "" +msgstr "16 GB" #. module: product #: model:product.template,description_sale:product.product_product_3_product_template @@ -55,6 +55,10 @@ msgid "" "Standard-1294P Processor\n" "QWERTY keyboard" msgstr "" +"Monitor 17\" \n" +"4GB RAM\n" +"Processore 1294P \n" +"Tastiera QWERTY" #. module: product #: model:product.template,description:product.product_product_26_product_template @@ -72,7 +76,7 @@ msgstr "" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_5 msgid "2.4 GHz" -msgstr "" +msgstr "2.4 GHz" #. module: product #: model:product.template,description_sale:product.product_product_8_product_template @@ -84,11 +88,17 @@ msgid "" " Intel Iris Pro graphics\n" " " msgstr "" +"2.7GHz quad-core Intel Core i5\n" +" Turbo Boost fino a 3.2GHz\n" +" 8GB di memoria (due moduli 4GB)\n" +" 1TB hard drive\n" +" Intel Iris Pro graphics\n" +" " #. module: product #: model:product.attribute.value,name:product.product_attribute_value_2 msgid "32 GB" -msgstr "" +msgstr "32 GB" #. module: product #: model:product.template,description_sale:product.product_product_4_product_template @@ -100,6 +110,9 @@ msgid "" "Dual-core A5 with quad-core graphics\n" "FaceTime HD Camera, 1.2 MP Photos" msgstr "" +"7.9\" (diagonale) LED, 128Gb\n" +"Dual-core A5, quad-core graphics\n" +"FaceTime HD Camera, 1.2 MegaPixel" #. module: product #: model:ir.actions.act_window,help:product.product_ul_form_action @@ -130,6 +143,17 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Fai click per creare una nuova categoria di unità di " +"misura.\n" +"

    \n" +" Unità di misura che apprtengono alla stessa categoria " +"possono essere\n" +" convertite tra loro. Per esempio, nella categoria\n" +" 'Tempo', si avranno le seguenti unità di misura:\n" +" Ore, Giorni.\n" +"

    \n" +" " #. module: product #: model:ir.actions.act_window,help:product.product_uom_form_action @@ -142,6 +166,14 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Fai click per creare una nuova unità di misura.\n" +"

    \n" +" E' necessario definire un rapporto di conversione tra le " +"unità di conversione \n" +" appartenenti alla stessa categoria.\n" +"

    \n" +" " #. module: product #: model:ir.actions.act_window,help:product.product_pricelist_action @@ -230,6 +262,14 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Fai click per creare un nuovo prodotto.\n" +"

    \n" +" Devi creare un nuovo prodotto per qualsiasi cosa tu voglia \n" +" vendere o comprare, che sia un prodotto stoccabile, un " +"consumabile o un servizio.\n" +"

    \n" +" " #. module: product #: model:ir.actions.act_window,help:product.product_normal_action_sell @@ -322,22 +362,22 @@ msgstr "Stampante hi-speed all-in-one con fax e scanner" #. module: product #: model:product.category,name:product.accessories msgid "Apple Accessories" -msgstr "" +msgstr "Accessori Apple" #. module: product #: model:product.template,name:product.product_product_7_product_template msgid "Apple In-Ear Headphones" -msgstr "" +msgstr "Auricolari Apple" #. module: product #: model:product.category,name:product.apple msgid "Apple Products" -msgstr "" +msgstr "Prodotti Apple" #. module: product #: model:product.template,name:product.product_product_9_product_template msgid "Apple Wireless Keyboard" -msgstr "" +msgstr "Tastiera Wireless Apple" #. module: product #: model:product.template,name:product.product_assembly_product_template @@ -368,7 +408,7 @@ msgstr "" #: field:product.attribute.line,attribute_id:0 #: field:product.attribute.value,attribute_id:0 msgid "Attribute" -msgstr "" +msgstr "Attributo" #. module: product #: field:product.attribute.value,price_extra:0 @@ -391,7 +431,7 @@ msgstr "" #: model:ir.ui.menu,name:product.menu_attribute_action #: field:product.product,attribute_value_ids:0 msgid "Attributes" -msgstr "" +msgstr "Attributi" #. module: product #: view:product.pricelist.item:product.product_pricelist_item_form_view @@ -434,7 +474,7 @@ msgstr "Più grande dell'unità di misura di riferimento" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_4 msgid "Black" -msgstr "" +msgstr "Nero" #. module: product #: model:product.template,name:product.product_product_35_product_template @@ -447,14 +487,14 @@ msgid "Blank DVD-RW" msgstr "DVD-RW vergine" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" -msgstr "" +msgstr "Altoparlante Bluetooth Bose" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" -msgstr "" +msgstr "Il più piccolo altoparlante Bose portatile" #. module: product #: selection:product.ul,type:0 @@ -512,6 +552,11 @@ msgstr "Impossibile cambiare la categoria dell'unità di misura: '%s'." msgid "Case" msgstr "Case" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -540,7 +585,7 @@ msgstr "" #. module: product #: model:product.attribute,name:product.product_attribute_2 msgid "Color" -msgstr "" +msgstr "Colore" #. module: product #: field:product.template,color:0 @@ -559,6 +604,14 @@ msgid "" "iOS7\n" " " msgstr "" +"Colore: Bianco\n" +"Capacità: 16GB\n" +"Connettività: Wifi\n" +"Display 7.9 pollici\n" +"Oltre 375.000 apps\n" +"Wireless ultra veloce\n" +"iOS7\n" +" " #. module: product #: field:product.pricelist,company_id:0 @@ -583,7 +636,7 @@ msgstr "Case Computer" #. module: product #: model:product.public.category,name:product.Computer_all_in_one msgid "Computer all-in-one" -msgstr "" +msgstr "Computer all-in-one" #. module: product #: model:product.category,name:product.product_category_4 @@ -592,6 +645,11 @@ msgstr "" msgid "Computers" msgstr "Computer" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "Configurazioni" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -618,6 +676,9 @@ msgid "" "Conversion between Units of Measure can only occur if they belong to the " "same category. The conversion will be made based on the ratios." msgstr "" +"Conversioni tra diverse unità di misura sono permesse solo se appartengono " +"alla stessa categoria. La conversione sarà effettuata utilizzando i rapporti " +"di conversione delle unità di misura." #. module: product #: code:addons/product/product.py:178 @@ -664,7 +725,7 @@ msgstr "" #: field:product.uom,create_uid:0 #: field:product.uom.categ,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: product #: field:pricelist.partnerinfo,create_date:0 @@ -688,7 +749,7 @@ msgstr "" #: field:product.uom,create_date:0 #: field:product.uom.categ,create_date:0 msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: product #: model:ir.model,name:product.model_res_currency @@ -705,6 +766,7 @@ msgstr "Portatile personalizzato sulla base delle richieste del cliente" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Computer assemblato personalizzato su ordine basato sulle richieste del " @@ -724,7 +786,7 @@ msgstr "Datacard" #: help:product.product,message_last_post:0 #: help:product.template,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Data dell'ultimo messaggio postato per questo record" #. module: product #: model:product.uom,name:product.product_uom_day @@ -786,7 +848,7 @@ msgstr "" #. module: product #: model:product.public.category,name:product.devices msgid "Devices" -msgstr "" +msgstr "Dispositivi" #. module: product #: model:product.uom,name:product.product_uom_dozen @@ -890,7 +952,7 @@ msgstr "Dispositivo esterno" #. module: product #: model:product.public.category,name:product.External_Hard_Drive msgid "External Hard Drive" -msgstr "" +msgstr "Hard Disk esterno" #. module: product #: model:product.template,name:product.product_product_28_product_template @@ -913,6 +975,13 @@ msgstr "Fisso" msgid "Followers" msgstr "Followers" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -924,6 +993,13 @@ msgid "" "Weight: 0.4 ounce\n" " " msgstr "" +"Frequenza: da 5Hz a 21kHz\n" +"Impedenza: 23 ohms\n" +"Sensibilità: 109 dB SPL/mW\n" +"Drivers: two-way balanced armature\n" +"Lughezza cavo: 1065 mm\n" +"Peso: 11g\n" +" " #. module: product #: model:product.template,description_sale:product.product_product_44_product_template @@ -1008,12 +1084,12 @@ msgstr "Kit vivavoce per PC portatili con microfono e plug per cuffie." #. module: product #: model:product.public.category,name:product.HDD msgid "Hard Drive" -msgstr "" +msgstr "Hard disk" #. module: product #: model:product.public.category,name:product.Headset msgid "Headset" -msgstr "" +msgstr "Cuffie" #. module: product #: model:product.template,name:product.product_product_33_product_template @@ -1044,6 +1120,10 @@ msgid "" "Depth: 0.21 inch\n" "Weight: 1.1 ounces" msgstr "" +"Altezza: 7,62cm\n" +"Larghezza: 3.9cm\n" +"Profondità: 0.5cm\n" +"Peso: 31g" #. module: product #: field:product.price.history,datetime:0 @@ -1077,6 +1157,9 @@ msgid "" "Measure in this category:\n" "1 * (this unit) = ratio * (reference unit)" msgstr "" +"Quante volte quest'unità di misura è piu grande dell'unità di misura di " +"riferimento per questa categoria:\n" +"1 * (questa unità) = rapporto * (unità di riferimento)" #. module: product #: help:product.uom,factor:0 @@ -1085,6 +1168,9 @@ msgid "" "Measure for this category:\n" "1 * (reference unit) = ratio * (this unit)" msgstr "" +"Quanto è più grande/piccola questa unità di misura comparandola a quella di " +"riferimento per questa categoria:\n" +"1 * (unità di riferimento) = rapporto * (questa unità)" #. module: product #: field:pricelist.partnerinfo,id:0 @@ -1109,7 +1195,7 @@ msgstr "" #: field:product.uom.categ,id:0 #: field:report.product.report_pricelist,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: product #: help:product.product,message_unread:0 @@ -1135,7 +1221,7 @@ msgstr "" #. module: product #: model:product.category,name:product.imac msgid "Imac" -msgstr "" +msgstr "Imac" #. module: product #: field:product.template,image:0 @@ -1221,12 +1307,12 @@ msgstr "Inventario" #. module: product #: model:product.category,name:product.ipad msgid "Ipad" -msgstr "" +msgstr "Ipad" #. module: product #: model:product.category,name:product.ipod msgid "Ipod" -msgstr "" +msgstr "Ipod" #. module: product #: field:product.product,message_is_follower:0 @@ -1247,7 +1333,7 @@ msgstr "Chiave" #. module: product #: model:product.public.category,name:product.Keyboard_Mouse msgid "Keyboard / Mouse" -msgstr "" +msgstr "Tastiera / Mouse" #. module: product #: model:product.template,name:product.product_product_27_product_template @@ -1267,13 +1353,13 @@ msgstr "Portatile S3450" #. module: product #: model:product.public.category,name:product.laptops msgid "Laptops" -msgstr "" +msgstr "Portatili" #. module: product #: field:product.product,message_last_post:0 #: field:product.template,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Data Ultimo Messaggio" #. module: product #: field:pricelist.partnerinfo,write_uid:0 @@ -1321,7 +1407,7 @@ msgstr "" #: field:product.uom,write_date:0 #: field:product.uom.categ,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Ultima modifica il" #. module: product #: help:product.pricelist.version,date_end:0 @@ -1364,7 +1450,7 @@ msgstr "Litro/i" #. module: product #: model:ir.model,name:product.model_product_ul msgid "Logistic Unit" -msgstr "" +msgstr "Unità Logistica" #. module: product #: model:ir.actions.act_window,name:product.product_ul_form_action @@ -1372,7 +1458,7 @@ msgstr "" #: view:product.ul:product.product_ul_form_view #: view:product.ul:product.product_ul_tree msgid "Logistic Units" -msgstr "" +msgstr "Unità Logistiche" #. module: product #: field:product.template,packaging_ids:0 @@ -1443,7 +1529,7 @@ msgstr "" #: model:product.attribute,name:product.product_attribute_1 #: model:product.public.category,name:product.Memory msgid "Memory" -msgstr "" +msgstr "Memoria" #. module: product #: field:product.product,message_ids:0 @@ -1480,12 +1566,12 @@ msgstr "Quantità Minima" #. module: product #: model:product.public.category,name:product.Modem_Router msgid "Modem & Router" -msgstr "" +msgstr "Modem & Router" #. module: product #: model:product.public.category,name:product.motherboard msgid "Motherboard" -msgstr "" +msgstr "Scheda madre" #. module: product #: model:product.template,name:product.product_product_21_product_template @@ -1537,7 +1623,7 @@ msgstr "Peso Netto" #. module: product #: model:product.public.category,name:product.network msgid "Network" -msgstr "" +msgstr "Rete" #. module: product #: view:product.pricelist.item:product.product_pricelist_item_form_view @@ -1545,7 +1631,7 @@ msgid "New Price =" msgstr "Nuovo Prezzo" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1553,6 +1639,10 @@ msgid "" "you may deactivate this product from the 'Procurements' tab and create a new " "one." msgstr "" +"La nuova unità di misura '%s' deve appartenere alla categoria '%s' come la " +"vecchia unità di misura '%s'. Se è necessario cambiare l'unità di misura, " +"puoi disattivare questo prodotto dalla tab 'Approvvigionamenti' e crearne " +"uno nuovo." #. module: product #: selection:product.category,type:0 @@ -1606,6 +1696,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Altre informazioni" @@ -1621,6 +1712,11 @@ msgstr "Altro listino prezzi" msgid "Other Products" msgstr "Altri prodotti" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1644,7 +1740,10 @@ msgstr "Imballo per strato" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Confezionamento" @@ -1660,6 +1759,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Palletizzazione" @@ -1681,7 +1781,7 @@ msgstr "Informazioni Partner" #. module: product #: model:product.public.category,name:product.Pen_Drive msgid "Pen Drive" -msgstr "" +msgstr "Pen Drive" #. module: product #: model:product.template,name:product.product_product_29_product_template @@ -1712,7 +1812,7 @@ msgstr "Sconto Prezzo" #. module: product #: field:product.attribute.price,price_extra:0 msgid "Price Extra" -msgstr "" +msgstr "Prezzo Extra" #. module: product #: help:product.attribute.value,price_extra:0 @@ -1842,12 +1942,12 @@ msgstr "Stampa" #. module: product #: view:website:product.report_pricelist msgid "Print date" -msgstr "" +msgstr "Data di stampa" #. module: product #: model:product.public.category,name:product.printer msgid "Printer" -msgstr "" +msgstr "Stampante" #. module: product #: model:product.template,name:product.product_product_37_product_template @@ -1857,7 +1957,7 @@ msgstr "Stampante, All-in-one" #. module: product #: model:product.public.category,name:product.processor msgid "Processor" -msgstr "" +msgstr "Processore" #. module: product #: model:product.template,name:product.product_product_23_product_template @@ -2029,7 +2129,7 @@ msgid "Products by Category" msgstr "Prodotti per Categoria" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Prodotti " @@ -2201,7 +2301,7 @@ msgstr "Listini di vendita" #. module: product #: model:product.public.category,name:product.Screen msgid "Screen" -msgstr "" +msgstr "Schermo" #. module: product #: help:product.template,categ_id:0 @@ -2220,7 +2320,7 @@ msgstr "Sequenza" #. module: product #: model:product.public.category,name:product.server msgid "Server" -msgstr "" +msgstr "Server" #. module: product #: model:product.template,name:product.product_product_consultant_product_template @@ -2273,12 +2373,12 @@ msgstr "Più piccola dell'unità di misura di riferimento" #: model:product.category,name:product.product_category_9 #: model:product.public.category,name:product.Software msgid "Software" -msgstr "" +msgstr "Software" #. module: product #: model:product.public.category,name:product.Speakers msgid "Speakers" -msgstr "" +msgstr "Altoparlanti" #. module: product #: help:product.pricelist.item,categ_id:0 @@ -2314,6 +2414,9 @@ msgid "" "Specify a unit of measure here if invoicing is made in another unit of " "measure than inventory. Keep empty to use the default unit of measure." msgstr "" +"Specifica un unità di misura qui, se la fatturazione viene fatta in un'altra " +"unità di misura rispetto all'inventario. Lascia il campo vuoto se vuoi " +"utilizzare l'unità di misura predefinita." #. module: product #: help:product.template,sale_ok:0 @@ -2340,15 +2443,6 @@ msgstr "Specifica l'importo massimo per il margine sul prezzo base" msgid "Specify the minimum amount of margin over the base price." msgstr "Specifica l'importo minimo per il margine sul prezzo base." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Specifica la quantità minima richiesta per l'acquisto/vendita perchè la " -"regola venga applicata." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2432,7 +2526,7 @@ msgstr "Fornitori" #. module: product #: model:product.public.category,name:product.Switch msgid "Switch" -msgstr "" +msgstr "Switch" #. module: product #: model:product.template,name:product.product_product_47_product_template @@ -2539,6 +2633,8 @@ msgid "" "The prices below will only be taken into account when your pricelist is set " "as based on supplier prices." msgstr "" +"I prezzi sottostanti saranno utilizzati solamente se il listino prezzi è " +"basato sui prezzi a fornitore." #. module: product #: model:product.template,description_sale:product.product_product_9_product_template @@ -2546,6 +2642,8 @@ msgid "" "The sleek aluminium Apple Wireless Keyboard.\n" " " msgstr "" +"La tastiera Wireless in alluminio Apple.\n" +" " #. module: product #: help:product.packaging,qty:0 @@ -2617,6 +2715,9 @@ msgid "" "and the receipts for this product and for the default supplier. It is used " "by the scheduler to order requests based on reordering delays." msgstr "" +"E' il ritardo medio (in giorni) tra la conferma dell'ordine di acquisto e la " +"ricezione dei beni da parte del fornitore predefinito. Viene utilizzato " +"dallo scheduler per le richieste d'ordine di materiale." #. module: product #: view:product.template:product.product_template_form_view @@ -2731,7 +2832,7 @@ msgid "Unit of Measure Categories" msgstr "Categorie Unità di Misura" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Le categorie dell'unità di misura non corrispondono!" @@ -2778,12 +2879,12 @@ msgstr "" #. module: product #: field:product.attribute.value,name:0 msgid "Value" -msgstr "" +msgstr "Valore" #. module: product #: field:product.attribute,value_ids:0 msgid "Values" -msgstr "" +msgstr "Valori" #. module: product #: selection:product.template,mes_type:0 @@ -2877,12 +2978,12 @@ msgstr "" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_3 msgid "White" -msgstr "" +msgstr "Bianco" #. module: product #: model:product.attribute,name:product.product_attribute_3 msgid "Wi-Fi" -msgstr "" +msgstr "Wi-Fi" #. module: product #: field:product.ul,width:0 @@ -2936,7 +3037,7 @@ msgstr "" #. module: product #: view:product.uom:product.product_uom_form_view msgid "e.g: 1 * (reference unit) = ratio * (this unit)" -msgstr "" +msgstr "es: 1 * (unità di riferimento) = ratio * (questa unità)" #. module: product #: view:product.uom:product.product_uom_form_view @@ -2946,27 +3047,27 @@ msgstr "es: 1 * (questa unità) = rapporto * (riferimento unità)" #. module: product #: model:product.uom,name:product.product_uom_floz msgid "fl oz" -msgstr "" +msgstr "oncia liquida" #. module: product #: model:product.uom,name:product.product_uom_foot msgid "foot(ft)" -msgstr "" +msgstr "piede(i)" #. module: product #: model:product.uom,name:product.product_uom_gal msgid "gal(s)" -msgstr "" +msgstr "gallone(i)" #. module: product #: model:product.template,name:product.product_product_8_product_template msgid "iMac" -msgstr "" +msgstr "iMac" #. module: product #: model:product.template,name:product.product_product_6_product_template msgid "iPad Mini" -msgstr "" +msgstr "iPad Mini" #. module: product #: model:product.template,name:product.product_product_4_product_template @@ -2974,18 +3075,18 @@ msgstr "" #: model:product.template,name:product.product_product_4c_product_template #: model:product.template,name:product.product_product_4d_product_template msgid "iPad Retina Display" -msgstr "" +msgstr "iPad Retina Display" #. module: product #: model:product.template,name:product.product_product_11_product_template #: model:product.template,name:product.product_product_11b_product_template msgid "iPod" -msgstr "" +msgstr "iPod" #. module: product #: model:product.uom,name:product.product_uom_inch msgid "inch(es)" -msgstr "" +msgstr "pollice(i)" #. module: product #: model:product.uom,name:product.product_uom_kgm @@ -3000,7 +3101,7 @@ msgstr "km" #. module: product #: model:product.uom,name:product.product_uom_lb msgid "lb(s)" -msgstr "" +msgstr "libbra(e)" #. module: product #: view:product.product:product.product_normal_form_view @@ -3010,7 +3111,7 @@ msgstr "" #. module: product #: model:product.uom,name:product.product_uom_mile msgid "mile(s)" -msgstr "" +msgstr "miglia" #. module: product #: view:product.template:product.product_template_form_view @@ -3025,12 +3126,12 @@ msgstr "" #. module: product #: model:product.uom,name:product.product_uom_oz msgid "oz(s)" -msgstr "" +msgstr "once" #. module: product #: model:product.uom,name:product.product_uom_qt msgid "qt" -msgstr "" +msgstr "qt" #. module: product #: view:res.partner:product.view_partner_property_form @@ -3041,3 +3142,10 @@ msgstr "" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "sconosciuto" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Specifica la quantità minima richiesta per l'acquisto/vendita perchè la " +#~ "regola venga applicata." diff --git a/addons/product/i18n/ja.po b/addons/product/i18n/ja.po index 29f178a2d0a..0cbcef274fb 100644 --- a/addons/product/i18n/ja.po +++ b/addons/product/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -482,6 +482,11 @@ msgstr "" msgid "Case" msgstr "ケース" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "分類" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -559,6 +564,11 @@ msgstr "" msgid "Computers" msgstr "コンピュータ" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -670,6 +680,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -865,6 +876,13 @@ msgstr "固定" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1489,7 +1507,7 @@ msgid "New Price =" msgstr "新価格=" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1548,6 +1566,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "他の情報" @@ -1563,6 +1582,11 @@ msgstr "その他の価格リスト" msgid "Other Products" msgstr "その他製品" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1586,7 +1610,10 @@ msgstr "層別パッケージ" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "梱包" @@ -1602,6 +1629,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "パレット輸送法" @@ -1971,7 +1999,7 @@ msgid "Products by Category" msgstr "分類別製品" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "製品: " @@ -2268,13 +2296,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2635,7 +2656,7 @@ msgid "Unit of Measure Categories" msgstr "単位カテゴリ" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "単位カテゴリが不整合です。" diff --git a/addons/product/i18n/ko.po b/addons/product/i18n/ko.po index 4abcf13db47..7fd2b718c79 100644 --- a/addons/product/i18n/ko.po +++ b/addons/product/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "케이스" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "카테고리" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "고정됨" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "새 가격 =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "기타 정보" @@ -1554,6 +1573,11 @@ msgstr "다른 가격리스트" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "층 별 패키지" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "포장" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "카테고리 별 상품" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "상품 " @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/lo.po b/addons/product/i18n/lo.po index 2be6067ab2c..fb6389b26b4 100644 --- a/addons/product/i18n/lo.po +++ b/addons/product/i18n/lo.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "ໝວດ" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "ກໍານົດ" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "ການຫຸ້ມຫໍ່" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "" @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2625,7 +2646,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/lt.po b/addons/product/i18n/lt.po index 7d6ce9c8424..6f397e5d6b0 100644 --- a/addons/product/i18n/lt.po +++ b/addons/product/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -505,12 +505,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -569,6 +569,11 @@ msgstr "" msgid "Case" msgstr "Dėžė" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -649,6 +654,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -762,6 +772,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -962,6 +973,13 @@ msgstr "Fiksuotas" msgid "Followers" msgstr "Prenumeratoriai" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1595,7 +1613,7 @@ msgid "New Price =" msgstr "Nauja kaina =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1654,6 +1672,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Kita informacija" @@ -1669,6 +1688,11 @@ msgstr "Kitas kainoraštis" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1692,7 +1716,10 @@ msgstr "Pakuočių per sluoksnį" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakuotės tipas" @@ -1708,6 +1735,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Padėklo struktūra" @@ -2077,7 +2105,7 @@ msgid "Products by Category" msgstr "Produktai pagal kategorijas" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produktai: " @@ -2385,15 +2413,6 @@ msgstr "Didžiausia galima marža (skirtumas tarp naujos ir bazinės kainos)." msgid "Specify the minimum amount of margin over the base price." msgstr "Mažiausia galima marža (skirtumas tarp naujos ir bazinės kainos)." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Reikiamas minimalus perkamų/parduodamų produktų kiekis, kad būtų pritaikyta " -"taisyklė." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2770,7 +2789,7 @@ msgid "Unit of Measure Categories" msgstr "Matavimo vienetų kategorijos" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" @@ -3079,3 +3098,10 @@ msgstr "" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Reikiamas minimalus perkamų/parduodamų produktų kiekis, kad būtų pritaikyta " +#~ "taisyklė." diff --git a/addons/product/i18n/lv.po b/addons/product/i18n/lv.po index ec75466c5ad..bcc1d6e9f60 100644 --- a/addons/product/i18n/lv.po +++ b/addons/product/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -484,6 +484,11 @@ msgstr "" msgid "Case" msgstr "Reģistrs" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -561,6 +566,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -672,6 +682,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -870,6 +881,13 @@ msgstr "Fiksēts" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1494,7 +1512,7 @@ msgid "New Price =" msgstr "Jauna cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1553,6 +1571,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Cita informācija" @@ -1568,6 +1587,11 @@ msgstr "Cita Cenuzīme" msgid "Other Products" msgstr "Citi Produkti" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1591,7 +1615,10 @@ msgstr "Iepakojums pēc slāņiem" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Iepakojums" @@ -1607,6 +1634,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Novietošana paletēs" @@ -1976,7 +2004,7 @@ msgid "Products by Category" msgstr "Preces pa Kategorijām" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Preces: " @@ -2270,13 +2298,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2644,7 +2665,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/mk.po b/addons/product/i18n/mk.po index 382802f6b1e..44d6a5e2c41 100644 --- a/addons/product/i18n/mk.po +++ b/addons/product/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (копија)" @@ -524,12 +524,12 @@ msgid "Blank DVD-RW" msgstr "Празно DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -591,6 +591,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Категорија" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -671,6 +676,11 @@ msgstr "" msgid "Computers" msgstr "Компјутери" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -786,6 +796,7 @@ msgstr "Лаптоп според барањата на купувачот." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "Прилагоден компјутер составен според барањата на клиентот." @@ -991,6 +1002,13 @@ msgstr "Фиксно" msgid "Followers" msgstr "Пратители" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1634,7 +1652,7 @@ msgid "New Price =" msgstr "Нова цена =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1699,6 +1717,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Други информации" @@ -1714,6 +1733,11 @@ msgstr "Друг ценовник" msgid "Other Products" msgstr "Други производи" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1737,7 +1761,10 @@ msgstr "Пакувања по слој" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Пакување" @@ -1753,6 +1780,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Палетизација" @@ -2122,7 +2150,7 @@ msgid "Products by Category" msgstr "Производи по категории" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Производи: " @@ -2432,15 +2460,6 @@ msgstr "Одредете ја максималната маржа врз баз msgid "Specify the minimum amount of margin over the base price." msgstr "Одредете ја минималната маржа врз база на основната цена." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Одредете ја минималната количина што треба да се купи/продаде за правилото " -"да може да се примени." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2822,7 +2841,7 @@ msgid "Unit of Measure Categories" msgstr "Категории на единица мерка" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Категориите на мерните единици не се совпаѓаат!" @@ -3132,3 +3151,10 @@ msgstr "" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Одредете ја минималната количина што треба да се купи/продаде за правилото " +#~ "да може да се примени." diff --git a/addons/product/i18n/mn.po b/addons/product/i18n/mn.po index 2bbc944fb10..65bf0e2a3bb 100644 --- a/addons/product/i18n/mn.po +++ b/addons/product/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (хуулбар)" @@ -512,12 +512,12 @@ msgid "Blank DVD-RW" msgstr "Хоосон DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -575,6 +575,11 @@ msgstr "Одоо байгаа хэмжих нэгж '%s'-н ангилалыг msgid "Case" msgstr "Хайрцаг" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Ангилал" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -654,6 +659,11 @@ msgstr "" msgid "Computers" msgstr "Компьютер" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -769,6 +779,7 @@ msgstr "Захаиалагчийн шаардлага дээр тулгуура #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "Захиалагчийн шаардлага дээр суурилан захиалгаар угсарсан компьютер" @@ -975,6 +986,13 @@ msgstr "Тогтмол" msgid "Followers" msgstr "Дагагчид" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1615,7 +1633,7 @@ msgid "New Price =" msgstr "Шинэ үнэ =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1680,6 +1698,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Бусад мэдээлэл" @@ -1695,6 +1714,11 @@ msgstr "Бусад үнийн хүснэгт" msgid "Other Products" msgstr "Бусад Бараанууд" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1718,7 +1742,10 @@ msgstr "Савлагааны давхарга" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Савлагаа" @@ -1734,6 +1761,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Палетжуулах" @@ -2103,7 +2131,7 @@ msgid "Products by Category" msgstr "Бараа, ангиллаар" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Бараа: " @@ -2411,14 +2439,6 @@ msgstr "Суурь үнэ хэдий хэмжээгээр хамгийн их б msgid "Specify the minimum amount of margin over the base price." msgstr "Суурь үнээс дээш тохируулах хамгийн бага дүн" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Дүрэм хэрэгжих худалдан авах/борлуулалх хамгийн бага тоо хэмжээг зааж өгнө" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2798,7 +2818,7 @@ msgid "Unit of Measure Categories" msgstr "Хэмжих Нэгжийн Ангилал" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Хэмжих нэгжийн ангилалууд нь таарахгүй байна." @@ -3106,3 +3126,9 @@ msgstr "эцэг компани" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "үл мэдэгдэх" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Дүрэм хэрэгжих худалдан авах/борлуулалх хамгийн бага тоо хэмжээг зааж өгнө" diff --git a/addons/product/i18n/nb.po b/addons/product/i18n/nb.po index 88af81393f7..e9272d3d5f8 100644 --- a/addons/product/i18n/nb.po +++ b/addons/product/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:37+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -484,6 +484,11 @@ msgstr "" msgid "Case" msgstr "Sak" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategori" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -561,6 +566,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -672,6 +682,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -869,6 +880,13 @@ msgstr "Fast" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1490,7 +1508,7 @@ msgid "New Price =" msgstr "Ny pris =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1549,6 +1567,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Annen info" @@ -1564,6 +1583,11 @@ msgstr "Annen prisliste" msgid "Other Products" msgstr "Andre produkter" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1587,7 +1611,10 @@ msgstr "Forpakning per lag" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Forpakning" @@ -1603,6 +1630,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1972,7 +2000,7 @@ msgid "Products by Category" msgstr "Produkter per produktgruppe" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produkter: " @@ -2269,13 +2297,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2642,7 +2663,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/nl.po b/addons/product/i18n/nl.po index 57d5bac3a9b..d029e2c9670 100644 --- a/addons/product/i18n/nl.po +++ b/addons/product/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 07:03+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:54+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 06:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "# aantal product varianten" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -557,12 +557,12 @@ msgid "Blank DVD-RW" msgstr "Blanco dvd-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "Bose Mini Bluetooth Speaker" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "Bose's kleinste portable Bluetooth speaker" @@ -625,6 +625,11 @@ msgstr "" msgid "Case" msgstr "Schap" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categorie" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -712,6 +717,11 @@ msgstr "Computer all-in-one" msgid "Computers" msgstr "Computers" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "Instellingen" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -829,6 +839,7 @@ msgstr "Maatwerk laptop op klant specificatie" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Klant computer, gemaakt op bestelling op basis van klant specificaties." @@ -1035,6 +1046,15 @@ msgstr "Vastgezet" msgid "Followers" msgstr "Volgers" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" +"De regel wordt toegepast als de gekochten of verkochte hoeveelheid groter " +"of gelijk is aan de minimum hoeveelheid hier opgegeven." + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1701,7 +1721,7 @@ msgid "New Price =" msgstr "Nieuwe prijs =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1765,6 +1785,7 @@ msgstr "Maar 1 productvariant" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Overige informatie" @@ -1780,6 +1801,11 @@ msgstr "Andere prijslijst" msgid "Other Products" msgstr "Overige producten" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "PC assemblage+ Maatwerk (PC oop afroep) " + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1803,7 +1829,10 @@ msgstr "Verpakken per laag" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Verpakking" @@ -1819,6 +1848,7 @@ msgstr "Pallet logistieke eenheid" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Palletstapeling" @@ -2190,7 +2220,7 @@ msgid "Products by Category" msgstr "Producten op categorie" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Producten: " @@ -2503,15 +2533,6 @@ msgstr "Specificeer het maximale marge bedrag over de basisprijs." msgid "Specify the minimum amount of margin over the base price." msgstr "Specificeer het minimale marge bedrag over de basisprijs." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Specificeer de minimale hoeveelheid dat moet worden ingekocht/verkocht, " -"zodat de regel van toepassing is." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2908,7 +2929,7 @@ msgid "Unit of Measure Categories" msgstr "Maateenheid categorieën" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Verschillende maateenheid categorie." @@ -3218,3 +3239,10 @@ msgstr "het bovenliggende bedrijf" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "onbekend" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Specificeer de minimale hoeveelheid dat moet worden ingekocht/verkocht, " +#~ "zodat de regel van toepassing is." diff --git a/addons/product/i18n/nl_BE.po b/addons/product/i18n/nl_BE.po index 5efcd46b7e4..8b762788236 100644 --- a/addons/product/i18n/nl_BE.po +++ b/addons/product/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -484,6 +484,11 @@ msgstr "" msgid "Case" msgstr "Schap" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categorie" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -561,6 +566,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -672,6 +682,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -869,6 +880,13 @@ msgstr "Vast" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1498,7 +1516,7 @@ msgid "New Price =" msgstr "Nieuwe prijs =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1557,6 +1575,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Andere info" @@ -1572,6 +1591,11 @@ msgstr "Andere prijslijst" msgid "Other Products" msgstr "Andere producten" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1595,7 +1619,10 @@ msgstr "Verpakking per laag" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Verpakking" @@ -1611,6 +1638,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Palletstapeling" @@ -1980,7 +2008,7 @@ msgid "Products by Category" msgstr "Producten per categorie" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Producten: " @@ -2278,13 +2306,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2652,7 +2673,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/pl.po b/addons/product/i18n/pl.po index dbfb5da5cb2..d92a1290255 100644 --- a/addons/product/i18n/pl.po +++ b/addons/product/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-31 16:43+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-01 09:14+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "# wariantów produktu" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -468,12 +468,12 @@ msgid "Blank DVD-RW" msgstr "Pusty DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -532,6 +532,11 @@ msgstr "Nie mozna zmieniać kategorii istniejącej jednostki miary '%s'." msgid "Case" msgstr "Kontener" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategoria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -612,6 +617,11 @@ msgstr "" msgid "Computers" msgstr "Komputery" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -729,6 +739,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -935,6 +946,13 @@ msgstr "Stała" msgid "Followers" msgstr "Obserwatorzy" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1578,7 +1596,7 @@ msgid "New Price =" msgstr "Nowa cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1640,6 +1658,7 @@ msgstr "Tylko jeden wariant produktu" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Inne informacje" @@ -1655,6 +1674,11 @@ msgstr "Inny cennik" msgid "Other Products" msgstr "Inne produkty" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1678,7 +1702,10 @@ msgstr "Opakowań na warstwę" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Opakowania" @@ -1694,6 +1721,7 @@ msgstr "Jednostka logistyczna palety" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletyzacja" @@ -2065,7 +2093,7 @@ msgid "Products by Category" msgstr "Produkty wg kategorii" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produkty: " @@ -2376,13 +2404,6 @@ msgstr "Określ maksymalną wartość marży ponad ceną bazową." msgid "Specify the minimum amount of margin over the base price." msgstr "Określ minimalną marżę dla ceny bazowej." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "Podaj minimalną ilość dla tej reguły." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2766,7 +2787,7 @@ msgid "Unit of Measure Categories" msgstr "Kategorie jednostek miary" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Niezgodne kategorie jednostek miary !" @@ -3075,3 +3096,8 @@ msgstr "Firma nadrzędna" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "nieznane" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "Podaj minimalną ilość dla tej reguły." diff --git a/addons/product/i18n/pt.po b/addons/product/i18n/pt.po index 2b16e3b4a86..ea0e2aba067 100644 --- a/addons/product/i18n/pt.po +++ b/addons/product/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 14:44+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "# Variantes de Produtos" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -551,12 +551,12 @@ msgid "Blank DVD-RW" msgstr "DVD-RW vazio" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "Bose Mini Bluetooth Speaker" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "Bluetooth speaker potátil menor da Bose" @@ -617,6 +617,11 @@ msgstr "" msgid "Case" msgstr "Caso" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -705,6 +710,11 @@ msgstr "Computador tudo-em-um" msgid "Computers" msgstr "Computadores" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -822,6 +832,7 @@ msgstr "Laptop personalizado com base em exigência do cliente." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Computador personalizado montado com pedido baseado na exigência do cliente." @@ -1028,6 +1039,13 @@ msgstr "Fixo" msgid "Followers" msgstr "Seguidores" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1693,7 +1711,7 @@ msgid "New Price =" msgstr "Novo Preço =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1758,6 +1776,7 @@ msgstr "Apenas uma variante de produto" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Outras Informações" @@ -1773,6 +1792,11 @@ msgstr "Outra lista" msgid "Other Products" msgstr "Outros Artigos" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1796,7 +1820,10 @@ msgstr "Embalagem por camada" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empacotamento" @@ -1812,6 +1839,7 @@ msgstr "Unidade Logística de Pallet" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletização" @@ -2183,7 +2211,7 @@ msgid "Products by Category" msgstr "Artigos por Categoria" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Artigos: " @@ -2496,15 +2524,6 @@ msgstr "Especificar a quantidade máxima de margem sobre o preço base." msgid "Specify the minimum amount of margin over the base price." msgstr "Especificar a quantidade mínima de margem sobre o preço base." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Especificar a quantidade mínima que precisa ser comprada / vendida para que " -"a regra se aplique." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2898,7 +2917,7 @@ msgid "Unit of Measure Categories" msgstr "Categorias de Unidade de Medida" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Categorias de Unidades de Medida Diferentes!" @@ -3208,3 +3227,10 @@ msgstr "a empresa mãe" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "Desconhecido" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Especificar a quantidade mínima que precisa ser comprada / vendida para que " +#~ "a regra se aplique." diff --git a/addons/product/i18n/pt_BR.po b/addons/product/i18n/pt_BR.po index 980c7016be9..1fde486aa20 100644 --- a/addons/product/i18n/pt_BR.po +++ b/addons/product/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 22:55+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product @@ -24,8 +24,8 @@ msgid "# of Product Variants" msgstr "# de Variações do Produto" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -533,12 +533,12 @@ msgid "Blank DVD-RW" msgstr "DVD-RW vazio" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -599,6 +599,11 @@ msgstr "" msgid "Case" msgstr "Caixa" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categoria" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -679,6 +684,11 @@ msgstr "" msgid "Computers" msgstr "Computadores" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -796,6 +806,7 @@ msgstr "Laptop personalizado com base em exigência do cliente." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Computador personalizado montado com pedido baseado na exigência do cliente." @@ -1002,6 +1013,13 @@ msgstr "Fixo" msgid "Followers" msgstr "Seguidores" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1656,7 +1674,7 @@ msgid "New Price =" msgstr "Novo Preço =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1721,6 +1739,7 @@ msgstr "Somente uma variação do produto" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Outras Informações" @@ -1736,6 +1755,11 @@ msgstr "Outra lista" msgid "Other Products" msgstr "Outros Produtos" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1759,7 +1783,10 @@ msgstr "Embalagem por camada" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Empacotamento" @@ -1775,6 +1802,7 @@ msgstr "Unidade Logistica do Pallet" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletização" @@ -2146,7 +2174,7 @@ msgid "Products by Category" msgstr "Produtos por Categoria" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produtos: " @@ -2460,15 +2488,6 @@ msgstr "Especificar a quantidade máxima de margem sobre o preço base." msgid "Specify the minimum amount of margin over the base price." msgstr "Especificar a quantidade mínima de margem sobre o preço base." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Especificar a quantidade mínima que precisa ser comprada / vendida para que " -"a regra se aplique." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2860,7 +2879,7 @@ msgid "Unit of Measure Categories" msgstr "Categorias de Unidade de Medida" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Categorias de Unidades de Medida Diferentes!" @@ -3170,3 +3189,10 @@ msgstr "a empresa-mãe" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "desconhecido" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Especificar a quantidade mínima que precisa ser comprada / vendida para que " +#~ "a regra se aplique." diff --git a/addons/product/i18n/ro.po b/addons/product/i18n/ro.po index eb735f50528..ce3dd84b8b7 100644 --- a/addons/product/i18n/ro.po +++ b/addons/product/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -531,12 +531,12 @@ msgid "Blank DVD-RW" msgstr "DVD-RW gol" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -597,6 +597,11 @@ msgstr "Nu se poate modifica categoria Unitatii de Masura existente '%s'." msgid "Case" msgstr "Caz" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Categorie" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -677,6 +682,11 @@ msgstr "" msgid "Computers" msgstr "Calculatoare" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -793,6 +803,7 @@ msgstr "Personalizati laptopul pe baza cerintelor clientului." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Calculator personalizat asamblat la comanda pe baza cerintelor clientului." @@ -1000,6 +1011,13 @@ msgstr "Fix" msgid "Followers" msgstr "Urmari" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1646,7 +1664,7 @@ msgid "New Price =" msgstr "Pretul nou =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1711,6 +1729,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Alte informatii" @@ -1726,6 +1745,11 @@ msgstr "O alta lista de preturi" msgid "Other Products" msgstr "Alte Produse" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1749,7 +1773,10 @@ msgstr "Colet pe strat" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Ambalare" @@ -1765,6 +1792,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletizare" @@ -2134,7 +2162,7 @@ msgid "Products by Category" msgstr "Produse dupa Categorie" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produse: " @@ -2446,15 +2474,6 @@ msgstr "Specificati valoarea maxima a limitei peste pretul de baza." msgid "Specify the minimum amount of margin over the base price." msgstr "Specificati valoarea minima a limitei peste pretul de baza." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Specificati cantitatea minima care trebuie cumparata/vanduta pentru ca " -"regula sa se aplice." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2842,7 +2861,7 @@ msgid "Unit of Measure Categories" msgstr "Categorii ale Unitatii de Masura" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Nepotrivire a Unitatii de Masura a categoriilor!" @@ -3152,3 +3171,10 @@ msgstr "" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "necunoscut(a)" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Specificati cantitatea minima care trebuie cumparata/vanduta pentru ca " +#~ "regula sa se aplice." diff --git a/addons/product/i18n/ru.po b/addons/product/i18n/ru.po index 158e247f733..c07d71f3646 100644 --- a/addons/product/i18n/ru.po +++ b/addons/product/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (копия)" @@ -457,12 +457,12 @@ msgid "Blank DVD-RW" msgstr "Чистый DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -522,6 +522,11 @@ msgstr "Невозможно изменить категорию существ msgid "Case" msgstr "Место" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Категория" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -599,6 +604,11 @@ msgstr "" msgid "Computers" msgstr "Компьютеры" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -712,6 +722,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -914,6 +925,13 @@ msgstr "Фиксированный" msgid "Followers" msgstr "Подписчики" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1547,7 +1565,7 @@ msgid "New Price =" msgstr "Новая цена =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1606,6 +1624,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Прочая информация" @@ -1621,6 +1640,11 @@ msgstr "Другой прайс" msgid "Other Products" msgstr "Другие продукты" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1644,7 +1668,10 @@ msgstr "Упаковка по слоям" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Упаковка" @@ -1660,6 +1687,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Укладка на паллеты" @@ -2029,7 +2057,7 @@ msgid "Products by Category" msgstr "Продукты по категориям" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Продукты " @@ -2330,15 +2358,6 @@ msgstr "Определите максимальную наценку сверх msgid "Specify the minimum amount of margin over the base price." msgstr "Укажите минимальную наценку к базовой цене." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Укажите минимальное количество которое должно быть куплено/продано чтобы " -"правило сработало." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2712,7 +2731,7 @@ msgid "Unit of Measure Categories" msgstr "Категории единиц измерения" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Несоответствие категорий единиц измерения!" @@ -3022,3 +3041,10 @@ msgstr "" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "неизвесно" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Укажите минимальное количество которое должно быть куплено/продано чтобы " +#~ "правило сработало." diff --git a/addons/product/i18n/sk.po b/addons/product/i18n/sk.po index 2613359bc05..6a937feed79 100644 --- a/addons/product/i18n/sk.po +++ b/addons/product/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Krabica" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategória" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "Pevný" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "Nová cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Ostatné informácie" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "Ostatné produkty" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Balenie" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "Produkty podľa kategórie" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produkty: " @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2625,7 +2646,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/sl.po b/addons/product/i18n/sl.po index f55ece03adc..d2f60442e10 100644 --- a/addons/product/i18n/sl.po +++ b/addons/product/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -467,12 +467,12 @@ msgid "Blank DVD-RW" msgstr "Blank DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -531,6 +531,11 @@ msgstr "Ni možno spremeniti skupine za obstoječo enoto mere '%s'." msgid "Case" msgstr "Primer" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -608,6 +613,11 @@ msgstr "" msgid "Computers" msgstr "Računalniki" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -721,6 +731,7 @@ msgstr "Custom Laptop based on customer's requirement." #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "Custom computer assembled on order based on customer's requirement." @@ -922,6 +933,13 @@ msgstr "Stalno" msgid "Followers" msgstr "Sledilci" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1548,7 +1566,7 @@ msgid "New Price =" msgstr "Nova cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1611,6 +1629,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Ostale informacije" @@ -1626,6 +1645,11 @@ msgstr "drugi cenik" msgid "Other Products" msgstr "Drugi izdelki" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1649,7 +1673,10 @@ msgstr "Pakiranje po slojih" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakiranje" @@ -1665,6 +1692,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Nalaganje na palete" @@ -2034,7 +2062,7 @@ msgid "Products by Category" msgstr "Izdelki po kategorijah" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produkti " @@ -2339,13 +2367,6 @@ msgstr "Določite maksimalno razliko nad osnovno ceno." msgid "Specify the minimum amount of margin over the base price." msgstr "Minimalna razlika v ceni." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "Določite minimalno količino , ki bo sprožila to pravilo." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2720,7 +2741,7 @@ msgid "Unit of Measure Categories" msgstr "Skupine enot mere" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Neusklajenost skupin enote mere!" @@ -3028,3 +3049,8 @@ msgstr "Nadrejeno podjetje" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "neznano" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "Določite minimalno količino , ki bo sprožila to pravilo." diff --git a/addons/product/i18n/sq.po b/addons/product/i18n/sq.po index 682a75d192f..4937116f73b 100644 --- a/addons/product/i18n/sq.po +++ b/addons/product/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:36+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:25+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "" @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/sr.po b/addons/product/i18n/sr.po index a1dbafc80fe..d44f2595163 100644 --- a/addons/product/i18n/sr.po +++ b/addons/product/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Kuciste" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -864,6 +875,13 @@ msgstr "Fiksno" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1485,7 +1503,7 @@ msgid "New Price =" msgstr "Nova cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1544,6 +1562,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Ostale info" @@ -1559,6 +1578,11 @@ msgstr "Ostali cenovnici" msgid "Other Products" msgstr "Ostali Proizvodi" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1582,7 +1606,10 @@ msgstr "Paket po sloju" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakovanje" @@ -1598,6 +1625,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletizacija" @@ -1967,7 +1995,7 @@ msgid "Products by Category" msgstr "Proizvodi po kategoriji" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Proizvodi: " @@ -2265,13 +2293,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2637,7 +2658,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/sr@latin.po b/addons/product/i18n/sr@latin.po index ca9e3472abe..5e0132fc380 100644 --- a/addons/product/i18n/sr@latin.po +++ b/addons/product/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Kuciste" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategorija" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -864,6 +875,13 @@ msgstr "Fiksno" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1485,7 +1503,7 @@ msgid "New Price =" msgstr "Nova cena =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1544,6 +1562,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Ostale info" @@ -1559,6 +1578,11 @@ msgstr "Ostali cenovnici" msgid "Other Products" msgstr "Ostali Proizvodi" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1582,7 +1606,10 @@ msgstr "Paket po sloju" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Pakovanje" @@ -1598,6 +1625,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletizacija" @@ -1967,7 +1995,7 @@ msgid "Products by Category" msgstr "Proizvodi po kategoriji" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Proizvodi: " @@ -2265,13 +2293,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2637,7 +2658,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/sv.po b/addons/product/i18n/sv.po index ab9f95cc43e..81f9672acb3 100644 --- a/addons/product/i18n/sv.po +++ b/addons/product/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -419,12 +419,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -485,6 +485,11 @@ msgstr "" msgid "Case" msgstr "Låda" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategori" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -562,6 +567,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -673,6 +683,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -870,6 +881,13 @@ msgstr "Fast" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1494,7 +1512,7 @@ msgid "New Price =" msgstr "Nytt pris =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1553,6 +1571,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Annan information" @@ -1568,6 +1587,11 @@ msgstr "Other Pricelist" msgid "Other Products" msgstr "Andra produkter" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1591,7 +1615,10 @@ msgstr "Stuva i lager" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Paketering" @@ -1607,6 +1634,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Palletering" @@ -1976,7 +2004,7 @@ msgid "Products by Category" msgstr "Produkter per kategori" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Produkter: " @@ -2273,13 +2301,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2646,7 +2667,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/th.po b/addons/product/i18n/th.po index 7d5bf25f2c5..9e8a62ff4c6 100644 --- a/addons/product/i18n/th.po +++ b/addons/product/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "สินค้า " @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/tlh.po b/addons/product/i18n/tlh.po index 5aa29383cbb..9b36100df2f 100644 --- a/addons/product/i18n/tlh.po +++ b/addons/product/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "" @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/tr.po b/addons/product/i18n/tr.po index 0d975889e59..37defa61639 100644 --- a/addons/product/i18n/tr.po +++ b/addons/product/i18n/tr.po @@ -7,24 +7,24 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-05 18:43+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-06 07:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 msgid "# of Product Variants" -msgstr "" +msgstr "Ürün Çeşiti sayısı" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (kopya)" @@ -32,7 +32,7 @@ msgstr "%s (kopya)" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_1 msgid "16 GB" -msgstr "" +msgstr "16 GB" #. module: product #: model:product.template,description_sale:product.product_product_3_product_template @@ -76,7 +76,7 @@ msgstr "" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_5 msgid "2.4 GHz" -msgstr "" +msgstr "2.4 GHz" #. module: product #: model:product.template,description_sale:product.product_product_8_product_template @@ -92,7 +92,7 @@ msgstr "" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_2 msgid "32 GB" -msgstr "" +msgstr "32 GB" #. module: product #: model:product.template,description_sale:product.product_product_4_product_template @@ -389,7 +389,7 @@ msgstr "Etkin" #. module: product #: model:product.category,name:product.product_category_all msgid "All" -msgstr "" +msgstr "Tümü" #. module: product #: model:product.template,description:product.product_product_37_product_template @@ -399,7 +399,7 @@ msgstr "Hepsi birarada yüksek hızlı yazıcı, faks ve tarayıcı ile." #. module: product #: model:product.category,name:product.accessories msgid "Apple Accessories" -msgstr "" +msgstr "Apple Donanımları" #. module: product #: model:product.template,name:product.product_product_7_product_template @@ -409,12 +409,12 @@ msgstr "" #. module: product #: model:product.category,name:product.apple msgid "Apple Products" -msgstr "" +msgstr "apple Ürünleri" #. module: product #: model:product.template,name:product.product_product_9_product_template msgid "Apple Wireless Keyboard" -msgstr "" +msgstr "Apple Kablosuz Klavye" #. module: product #: model:product.template,name:product.product_assembly_product_template @@ -445,7 +445,7 @@ msgstr "" #: field:product.attribute.line,attribute_id:0 #: field:product.attribute.value,attribute_id:0 msgid "Attribute" -msgstr "" +msgstr "Öznitelik" #. module: product #: field:product.attribute.value,price_extra:0 @@ -461,14 +461,14 @@ msgstr "" #: model:ir.actions.act_window,name:product.variants_action #: model:ir.ui.menu,name:product.menu_variants_action msgid "Attribute Values" -msgstr "" +msgstr "Öznitelik Değerleri" #. module: product #: model:ir.actions.act_window,name:product.attribute_action #: model:ir.ui.menu,name:product.menu_attribute_action #: field:product.product,attribute_value_ids:0 msgid "Attributes" -msgstr "" +msgstr "Öznitelikler" #. module: product #: view:product.pricelist.item:product.product_pricelist_item_form_view @@ -511,7 +511,7 @@ msgstr "Referans Ölçü Biriminden daha büyük" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_4 msgid "Black" -msgstr "" +msgstr "Siyah" #. module: product #: model:product.template,name:product.product_product_35_product_template @@ -524,12 +524,12 @@ msgid "Blank DVD-RW" msgstr "Boş DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -589,6 +589,11 @@ msgstr "Mevcut Ölçü Birimi kategorisi değiştirilemiyor '%s'." msgid "Case" msgstr "Servis Talebi" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Kategori" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -616,7 +621,7 @@ msgstr "" #. module: product #: model:product.attribute,name:product.product_attribute_2 msgid "Color" -msgstr "" +msgstr "Renk" #. module: product #: field:product.template,color:0 @@ -668,6 +673,11 @@ msgstr "" msgid "Computers" msgstr "Bigisayarlar" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "Yapılandırmalar" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -742,7 +752,7 @@ msgstr "" #: field:product.uom,create_uid:0 #: field:product.uom.categ,create_uid:0 msgid "Created by" -msgstr "" +msgstr "Oluşturan" #. module: product #: field:pricelist.partnerinfo,create_date:0 @@ -766,7 +776,7 @@ msgstr "" #: field:product.uom,create_date:0 #: field:product.uom.categ,create_date:0 msgid "Created on" -msgstr "" +msgstr "Oluşturma" #. module: product #: model:ir.model,name:product.model_res_currency @@ -783,6 +793,7 @@ msgstr "Müşteri gereksinimlerine göre Özel Dizüstü" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" "Müşteri gereksinimine göre sipariş üzerine toplanmış özel bilgisayar." @@ -801,7 +812,7 @@ msgstr "Veri kartı" #: help:product.product,message_last_post:0 #: help:product.template,message_last_post:0 msgid "Date of the last message posted on the record." -msgstr "" +msgstr "Kayıta işlenmiş son mesajın tarihi." #. module: product #: model:product.uom,name:product.product_uom_day @@ -858,12 +869,12 @@ msgstr "Tedarikçi Açıklaması" #. module: product #: help:product.attribute.value,sequence:0 msgid "Determine the display order" -msgstr "" +msgstr "Görünüm sırasını belirle" #. module: product #: model:product.public.category,name:product.devices msgid "Devices" -msgstr "" +msgstr "Aygıtlar" #. module: product #: model:product.uom,name:product.product_uom_dozen @@ -966,7 +977,7 @@ msgstr "Harici Aygıtlar" #. module: product #: model:product.public.category,name:product.External_Hard_Drive msgid "External Hard Drive" -msgstr "" +msgstr "Harici Disk Sürücü" #. module: product #: model:product.template,name:product.product_product_28_product_template @@ -989,6 +1000,13 @@ msgstr "Sabit" msgid "Followers" msgstr "İzleyiciler" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1082,12 +1100,12 @@ msgstr "" #. module: product #: model:product.public.category,name:product.HDD msgid "Hard Drive" -msgstr "" +msgstr "Sabit Disk" #. module: product #: model:product.public.category,name:product.Headset msgid "Headset" -msgstr "" +msgstr "Kulaklık" #. module: product #: model:product.template,name:product.product_product_33_product_template @@ -1189,7 +1207,7 @@ msgstr "" #: field:product.uom.categ,id:0 #: field:report.product.report_pricelist,id:0 msgid "ID" -msgstr "" +msgstr "ID" #. module: product #: help:product.product,message_unread:0 @@ -1277,7 +1295,7 @@ msgstr "Dahili" #. module: product #: field:product.template,categ_id:0 msgid "Internal Category" -msgstr "" +msgstr "İç Kategori" #. module: product #: field:product.product,code:0 @@ -1315,7 +1333,7 @@ msgstr "Bir İzleyicidir" #. module: product #: view:product.pricelist.version:product.product_pricelist_version_form_view msgid "Item List" -msgstr "" +msgstr "Malzeme Listesi" #. module: product #: field:product.pricelist.type,key:0 @@ -1325,7 +1343,7 @@ msgstr "Anahtar" #. module: product #: model:product.public.category,name:product.Keyboard_Mouse msgid "Keyboard / Mouse" -msgstr "" +msgstr "Klavye / Fare" #. module: product #: model:product.template,name:product.product_product_27_product_template @@ -1351,7 +1369,7 @@ msgstr "" #: field:product.product,message_last_post:0 #: field:product.template,message_last_post:0 msgid "Last Message Date" -msgstr "" +msgstr "Son Mesaj Tarihi" #. module: product #: field:pricelist.partnerinfo,write_uid:0 @@ -1375,7 +1393,7 @@ msgstr "" #: field:product.uom,write_uid:0 #: field:product.uom.categ,write_uid:0 msgid "Last Updated by" -msgstr "" +msgstr "Son Güncelleyen" #. module: product #: field:pricelist.partnerinfo,write_date:0 @@ -1399,7 +1417,7 @@ msgstr "" #: field:product.uom,write_date:0 #: field:product.uom.categ,write_date:0 msgid "Last Updated on" -msgstr "" +msgstr "Son Güncelleme" #. module: product #: help:product.pricelist.version,date_end:0 @@ -1432,7 +1450,7 @@ msgstr "Uzunluk / Mesafe" #. module: product #: view:product.template:product.product_template_only_form_view msgid "List of Variants" -msgstr "" +msgstr "Çeşit Listesi" #. module: product #: model:product.uom,name:product.product_uom_litre @@ -1442,7 +1460,7 @@ msgstr "Litre" #. module: product #: model:ir.model,name:product.model_product_ul msgid "Logistic Unit" -msgstr "" +msgstr "Lojistik Birimi" #. module: product #: model:ir.actions.act_window,name:product.product_ul_form_action @@ -1450,7 +1468,7 @@ msgstr "" #: view:product.ul:product.product_ul_form_view #: view:product.ul:product.product_ul_tree msgid "Logistic Units" -msgstr "" +msgstr "Lojistik Birimlerii" #. module: product #: field:product.template,packaging_ids:0 @@ -1523,7 +1541,7 @@ msgstr "" #: model:product.attribute,name:product.product_attribute_1 #: model:product.public.category,name:product.Memory msgid "Memory" -msgstr "" +msgstr "Bellek" #. module: product #: field:product.product,message_ids:0 @@ -1565,7 +1583,7 @@ msgstr "" #. module: product #: model:product.public.category,name:product.motherboard msgid "Motherboard" -msgstr "" +msgstr "Anakart" #. module: product #: model:product.template,name:product.product_product_21_product_template @@ -1617,7 +1635,7 @@ msgstr "Net Ağırlık" #. module: product #: model:product.public.category,name:product.network msgid "Network" -msgstr "" +msgstr "Ağ" #. module: product #: view:product.pricelist.item:product.product_pricelist_item_form_view @@ -1625,7 +1643,7 @@ msgid "New Price =" msgstr "Yeni Fiyat =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1690,6 +1708,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Diğer Bilgiler" @@ -1705,6 +1724,11 @@ msgstr "Diğer FiyatListesi" msgid "Other Products" msgstr "Diğer Ürünler" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1718,7 +1742,7 @@ msgstr "Paket" #. module: product #: field:product.packaging,ul:0 msgid "Package Logistic Unit" -msgstr "" +msgstr "Paket Lojistik Birİmi" #. module: product #: field:product.packaging,ul_qty:0 @@ -1728,7 +1752,10 @@ msgstr "Tabakadaki Paket Sayısı" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Paketleme" @@ -1740,10 +1767,11 @@ msgstr "Palet" #. module: product #: field:product.packaging,ul_container:0 msgid "Pallet Logistic Unit" -msgstr "" +msgstr "Palet Lojistik Birimi" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Paletleme" @@ -1796,7 +1824,7 @@ msgstr "Fiyat İndirimi" #. module: product #: field:product.attribute.price,price_extra:0 msgid "Price Extra" -msgstr "" +msgstr "Ekstra Fiyat" #. module: product #: help:product.attribute.value,price_extra:0 @@ -1926,12 +1954,12 @@ msgstr "Yazdır" #. module: product #: view:website:product.report_pricelist msgid "Print date" -msgstr "" +msgstr "Yazdırma Tarihi" #. module: product #: model:product.public.category,name:product.printer msgid "Printer" -msgstr "" +msgstr "Yazıcı" #. module: product #: model:product.template,name:product.product_product_37_product_template @@ -1941,7 +1969,7 @@ msgstr "Yazıcı, Hepsi birarada" #. module: product #: model:product.public.category,name:product.processor msgid "Processor" -msgstr "" +msgstr "İşlemci" #. module: product #: model:product.template,name:product.product_product_23_product_template @@ -1973,18 +2001,18 @@ msgstr "Ürün" #. module: product #: model:ir.model,name:product.model_product_attribute msgid "Product Attribute" -msgstr "" +msgstr "Ürün Özniteliği" #. module: product #: field:product.attribute.line,value_ids:0 #: field:product.attribute.price,value_id:0 msgid "Product Attribute Value" -msgstr "" +msgstr "Ürün Öznitelik Değeri" #. module: product #: field:product.template,attribute_line_ids:0 msgid "Product Attributes" -msgstr "" +msgstr "Ürün Öznitelikleri" #. module: product #: model:ir.actions.act_window,name:product.product_category_action_form @@ -1999,7 +2027,7 @@ msgstr "Ürün Kategorleri" #. module: product #: model:ir.ui.menu,name:product.prod_config_main msgid "Product Categories & Attributes" -msgstr "" +msgstr "Ürün Kategorileri & Öznitelikleri" #. module: product #: model:ir.model,name:product.model_product_category @@ -2060,7 +2088,7 @@ msgstr "Ürün Değişkeni" #: model:ir.ui.menu,name:product.menu_products #: view:product.product:product.product_product_tree_view msgid "Product Variants" -msgstr "" +msgstr "Ürün Çeşitleri" #. module: product #: model:ir.model,name:product.model_product_uom_categ @@ -2113,7 +2141,7 @@ msgid "Products by Category" msgstr "Ürün Kategorileri" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Ürünler: " @@ -2285,7 +2313,7 @@ msgstr "Satış Fiyat Listesi" #. module: product #: model:product.public.category,name:product.Screen msgid "Screen" -msgstr "" +msgstr "Ekran" #. module: product #: help:product.template,categ_id:0 @@ -2304,7 +2332,7 @@ msgstr "Sıralama" #. module: product #: model:product.public.category,name:product.server msgid "Server" -msgstr "" +msgstr "Sunucu" #. module: product #: model:product.template,name:product.product_product_consultant_product_template @@ -2356,12 +2384,12 @@ msgstr "Ölçü referans Biriminden daha küçük" #: model:product.category,name:product.product_category_9 #: model:product.public.category,name:product.Software msgid "Software" -msgstr "" +msgstr "Yazılım" #. module: product #: model:product.public.category,name:product.Speakers msgid "Speakers" -msgstr "" +msgstr "Hoparlör" #. module: product #: help:product.pricelist.item,categ_id:0 @@ -2421,14 +2449,6 @@ msgstr "Taban fiyat üzerinden ençok oran miktarını belirtin." msgid "Specify the minimum amount of margin over the base price." msgstr "Taban fiyat üzerinden enaz oran miktarını belirtin." -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" -"Uygulanacak kural için satınalınması/satılması gereken enaz miktarı belirtin." - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2512,7 +2532,7 @@ msgstr "Tedarikçiler" #. module: product #: model:product.public.category,name:product.Switch msgid "Switch" -msgstr "" +msgstr "Değiştir" #. module: product #: model:product.template,name:product.product_product_47_product_template @@ -2650,7 +2670,7 @@ msgstr "Paket genişliği" #. module: product #: sql_constraint:product.attribute.value:0 msgid "This attribute value already exists !" -msgstr "" +msgstr "Öznitelik zaten var!" #. module: product #: help:product.supplierinfo,product_uom:0 @@ -2809,7 +2829,7 @@ msgid "Unit of Measure Categories" msgstr "Ölçü Birimi Kategorileri" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "Ölçü Birimi kategori Uyuşmazlığı!" @@ -2855,12 +2875,12 @@ msgstr "" #. module: product #: field:product.attribute.value,name:0 msgid "Value" -msgstr "" +msgstr "Değer" #. module: product #: field:product.attribute,value_ids:0 msgid "Values" -msgstr "" +msgstr "Değerler" #. module: product #: selection:product.template,mes_type:0 @@ -2870,7 +2890,7 @@ msgstr "Değişken" #. module: product #: field:product.product,price_extra:0 msgid "Variant Extra Price" -msgstr "" +msgstr "Ekstra Fiyat Çeşiti" #. module: product #: field:product.product,image_variant:0 @@ -2900,7 +2920,7 @@ msgstr "Değişkeler" #. module: product #: model:product.public.category,name:product.video_acquisition msgid "Video Acquisition" -msgstr "" +msgstr "Video Alma" #. module: product #: selection:product.category,type:0 @@ -2954,12 +2974,12 @@ msgstr "" #. module: product #: model:product.attribute.value,name:product.product_attribute_value_3 msgid "White" -msgstr "" +msgstr "Beyaz" #. module: product #: model:product.attribute,name:product.product_attribute_3 msgid "Wi-Fi" -msgstr "" +msgstr "Wi-Fi" #. module: product #: field:product.ul,width:0 @@ -3062,7 +3082,7 @@ msgstr "" #. module: product #: model:product.uom,name:product.product_uom_inch msgid "inch(es)" -msgstr "" +msgstr "inç" #. module: product #: model:product.uom,name:product.product_uom_kgm @@ -3077,17 +3097,17 @@ msgstr "km" #. module: product #: model:product.uom,name:product.product_uom_lb msgid "lb(s)" -msgstr "" +msgstr "lb" #. module: product #: view:product.product:product.product_normal_form_view msgid "lst_price" -msgstr "" +msgstr "lst_fiyat" #. module: product #: model:product.uom,name:product.product_uom_mile msgid "mile(s)" -msgstr "" +msgstr "mil" #. module: product #: view:product.template:product.product_template_form_view @@ -3102,7 +3122,7 @@ msgstr "tekliflerde görüntülenecek not..." #. module: product #: model:product.uom,name:product.product_uom_oz msgid "oz(s)" -msgstr "" +msgstr "oz" #. module: product #: model:product.uom,name:product.product_uom_qt @@ -3118,3 +3138,9 @@ msgstr "ana şirket" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "bilinmeyen" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "" +#~ "Uygulanacak kural için satınalınması/satılması gereken enaz miktarı belirtin." diff --git a/addons/product/i18n/uk.po b/addons/product/i18n/uk.po index a6ef98e2a68..d6e031941ae 100644 --- a/addons/product/i18n/uk.po +++ b/addons/product/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Категорія" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -861,6 +872,13 @@ msgstr "Фіксований" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1480,7 +1498,7 @@ msgid "New Price =" msgstr "Нова ціна =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1539,6 +1557,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Інша інформація" @@ -1554,6 +1573,11 @@ msgstr "" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1577,7 +1601,10 @@ msgstr "" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Пакування" @@ -1593,6 +1620,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "" @@ -1962,7 +1990,7 @@ msgid "Products by Category" msgstr "Продукти за категоріями" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "" @@ -2256,13 +2284,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2623,7 +2644,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/vi.po b/addons/product/i18n/vi.po index 6d62dc0ded1..4a45f64976c 100644 --- a/addons/product/i18n/vi.po +++ b/addons/product/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "" @@ -417,12 +417,12 @@ msgid "Blank DVD-RW" msgstr "" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -480,6 +480,11 @@ msgstr "" msgid "Case" msgstr "Trường hợp" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "Loại" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -557,6 +562,11 @@ msgstr "" msgid "Computers" msgstr "" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -666,6 +676,7 @@ msgstr "" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "" @@ -862,6 +873,13 @@ msgstr "Cố định" msgid "Followers" msgstr "" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1481,7 +1499,7 @@ msgid "New Price =" msgstr "Giá mới =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1540,6 +1558,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "Thông tin khác" @@ -1555,6 +1574,11 @@ msgstr "Bảng giá khác" msgid "Other Products" msgstr "" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1578,7 +1602,10 @@ msgstr "Đóng gói theo lớp" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "Đóng gói" @@ -1594,6 +1621,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "Lưu trữ và vận chuyển hàng bằng palet" @@ -1963,7 +1991,7 @@ msgid "Products by Category" msgstr "Sản phẩm theo chủng loại" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "Sản phẩm: " @@ -2260,13 +2288,6 @@ msgstr "" msgid "Specify the minimum amount of margin over the base price." msgstr "" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2628,7 +2649,7 @@ msgid "Unit of Measure Categories" msgstr "" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "" diff --git a/addons/product/i18n/zh_CN.po b/addons/product/i18n/zh_CN.po index 0735de73df1..1d58e76fd5f 100644 --- a/addons/product/i18n/zh_CN.po +++ b/addons/product/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-23 08:07+0000\n" "Last-Translator: Wei \"oldrev\" Li \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:50+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "个产品变体" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s (副本)" @@ -487,12 +487,12 @@ msgid "Blank DVD-RW" msgstr "空白 DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -550,6 +550,11 @@ msgstr "不能改变已有的计量单位'%s'的类别" msgid "Case" msgstr "箱子" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "类别" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -629,6 +634,11 @@ msgstr "" msgid "Computers" msgstr "电脑" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -740,6 +750,7 @@ msgstr "基于客户要求定制便携式计算机。" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "根据客户要求定制组装计算机" @@ -935,6 +946,13 @@ msgstr "固定的" msgid "Followers" msgstr "关注者" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1558,7 +1576,7 @@ msgid "New Price =" msgstr "新价格 =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1618,6 +1636,7 @@ msgstr "仅有一个产品变体" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "其它信息" @@ -1633,6 +1652,11 @@ msgstr "其他价格表" msgid "Other Products" msgstr "其他商品" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1656,7 +1680,10 @@ msgstr "包装层" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "包装" @@ -1672,6 +1699,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "垫垫板" @@ -2041,7 +2069,7 @@ msgid "Products by Category" msgstr "产品类别" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "产品: " @@ -2337,13 +2365,6 @@ msgstr "指定基于基准价格的最大利润" msgid "Specify the minimum amount of margin over the base price." msgstr "指定基于基准价格的最大利润" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "指定 使用这条规则的需要的买卖的最小数量" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2704,7 +2725,7 @@ msgid "Unit of Measure Categories" msgstr "计量单位类别" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "计量单位类别不一致" @@ -3007,3 +3028,8 @@ msgstr "父公司" #: field:product.price.history,company_id:0 msgid "unknown" msgstr "未知" + +#~ msgid "" +#~ "Specify the minimum quantity that needs to be bought/sold for the rule to " +#~ "apply." +#~ msgstr "指定 使用这条规则的需要的买卖的最小数量" diff --git a/addons/product/i18n/zh_TW.po b/addons/product/i18n/zh_TW.po index 8957113fb71..ddbfb569170 100644 --- a/addons/product/i18n/zh_TW.po +++ b/addons/product/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:38+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product #: field:product.template,product_variant_count:0 @@ -23,8 +23,8 @@ msgid "# of Product Variants" msgstr "" #. module: product -#: code:addons/product/product.py:724 -#: code:addons/product/product.py:1062 +#: code:addons/product/product.py:725 +#: code:addons/product/product.py:1070 #, python-format msgid "%s (copy)" msgstr "%s(副本)" @@ -425,12 +425,12 @@ msgid "Blank DVD-RW" msgstr "空白 DVD-RW" #. module: product -#: model:product.template,name:product.product_product_5_product_template +#: model:product.template,name:product.product_product_5b_product_template msgid "Bose Mini Bluetooth Speaker" msgstr "" #. module: product -#: model:product.template,description_sale:product.product_product_5_product_template +#: model:product.template,description_sale:product.product_product_5b_product_template msgid "Bose's smallest portable Bluetooth speaker" msgstr "" @@ -488,6 +488,11 @@ msgstr "無法變更現有量度單位的類別 '%s'." msgid "Case" msgstr "" +#. module: product +#: view:product.template:product.product_template_search_view +msgid "Category" +msgstr "分類" + #. module: product #: field:product.category,type:0 msgid "Category Type" @@ -565,6 +570,11 @@ msgstr "" msgid "Computers" msgstr "電腦" +#. module: product +#: view:product.template:product.product_template_form_view +msgid "Configurations" +msgstr "" + #. module: product #: view:product.template:product.product_template_search_view #: selection:product.template,type:0 @@ -674,6 +684,7 @@ msgstr "根據客戶需求的客製化攜帶型電腦。" #. module: product #: model:product.template,description:product.product_product_5_product_template +#: model:product.template,description:product.product_product_5b_product_template msgid "Custom computer assembled on order based on customer's requirement." msgstr "根據客戶需求及訂單裝配的客製化電腦。" @@ -869,6 +880,13 @@ msgstr "固定" msgid "Followers" msgstr "關注者" +#. module: product +#: help:product.pricelist.item,min_quantity:0 +msgid "" +"For the rule to apply, bought/sold quantity must be greater than or equal to " +"minimum quantity specified in this field." +msgstr "" + #. module: product #: model:product.template,description_sale:product.product_product_7_product_template msgid "" @@ -1489,7 +1507,7 @@ msgid "New Price =" msgstr "新價目 =" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "" "New Unit of Measure '%s' must belong to same Unit of Measure category '%s' " @@ -1548,6 +1566,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Other Info" msgstr "其他資訊" @@ -1563,6 +1582,11 @@ msgstr "其他價目表" msgid "Other Products" msgstr "其他產品" +#. module: product +#: model:product.template,name:product.product_product_5_product_template +msgid "PC Assemble + Custom (PC on Demand) " +msgstr "" + #. module: product #: model:product.template,name:product.product_product_3_product_template msgid "PC Assemble SC234" @@ -1586,7 +1610,10 @@ msgstr "每層包裝盒" #. module: product #: model:ir.model,name:product.model_product_packaging #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product #: view:product.packaging:product.product_packaging_tree_view +#: view:product.packaging:product.product_packaging_tree_view_product +#: view:product.template:product.product_template_form_view msgid "Packaging" msgstr "包裝" @@ -1602,6 +1629,7 @@ msgstr "" #. module: product #: view:product.packaging:product.product_packaging_form_view +#: view:product.packaging:product.product_packaging_form_view_without_product msgid "Palletization" msgstr "貨盤化" @@ -1971,7 +1999,7 @@ msgid "Products by Category" msgstr "各分類產品" #. module: product -#: code:addons/product/product.py:805 +#: code:addons/product/product.py:809 #, python-format msgid "Products: " msgstr "產品: " @@ -2265,13 +2293,6 @@ msgstr "請指定在基礎價格之上的最大差額。" msgid "Specify the minimum amount of margin over the base price." msgstr "請指定在基本價格之上的最少差額。" -#. module: product -#: help:product.pricelist.item,min_quantity:0 -msgid "" -"Specify the minimum quantity that needs to be bought/sold for the rule to " -"apply." -msgstr "" - #. module: product #: field:product.pricelist.version,date_start:0 msgid "Start Date" @@ -2632,7 +2653,7 @@ msgid "Unit of Measure Categories" msgstr "度量單位類別" #. module: product -#: code:addons/product/product.py:704 +#: code:addons/product/product.py:705 #, python-format msgid "Unit of Measure categories Mismatch!" msgstr "量度單位之類別不符!" diff --git a/addons/product_email_template/i18n/de.po b/addons/product_email_template/i18n/de.po index ef2087b1b42..b5eebc701ac 100644 --- a/addons/product_email_template/i18n/de.po +++ b/addons/product_email_template/i18n/de.po @@ -7,21 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-28 15:33+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 09:39+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -48,7 +48,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" " \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -59,7 +59,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -68,7 +68,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -209,9 +206,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -239,7 +236,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -259,9 +257,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -301,8 +299,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -322,7 +320,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -340,9 +338,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -385,7 +383,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -405,7 +403,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -433,7 +431,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -448,7 +446,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -459,8 +457,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -488,8 +486,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -555,10 +552,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -578,10 +575,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -648,7 +644,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -660,9 +656,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -696,8 +692,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -806,7 +802,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -815,24 +811,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -882,7 +875,7 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" @@ -906,7 +899,7 @@ msgstr "Rechnung" #: model:email.template,subject:product_email_template.product_online_training_email_template #: model:product.template,name:product_email_template.product_online_training_product_template msgid "Online Training" -msgstr "" +msgstr "Online-Training" #. module: product_email_template #: field:product.template,email_template_id:0 diff --git a/addons/product_email_template/i18n/es.po b/addons/product_email_template/i18n/es.po index cb35cbbbb14..d16b9ab78da 100644 --- a/addons/product_email_template/i18n/es.po +++ b/addons/product_email_template/i18n/es.po @@ -7,20 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-18 10:39+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 01:02+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -47,7 +48,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -58,7 +59,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -67,7 +68,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -208,9 +206,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -238,7 +236,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -258,9 +257,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -300,8 +299,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -321,7 +320,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -339,9 +338,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -384,7 +383,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -404,7 +403,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -432,7 +431,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -447,7 +446,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -458,8 +457,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -487,8 +486,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -554,10 +552,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -577,10 +575,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -647,7 +644,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -659,9 +656,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -695,8 +692,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -805,7 +802,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -814,24 +811,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -881,42 +875,42 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" -"
    \n" -" Formación + certificación en línea\n" +" Online Training + Certification\n" "
    \n" "
    \n" -"Estos cursos incluyen los mismos contenidos de alta calidad encontrados en " -"nuestras formaciones presenciales tradicionales, con la adicción de sesiones " -"modulares y prácticas basadas en la nube. Muchos de nuestros cursos de " -"formación en línea también incluyen docenas de webinars grabados y sesiones " -"en vivo de nuestros formadores senior. Al final de la formación, puede pasar " -"el examen de certificación de Odoo en uno de nuestros más de 5000 centros de " -"examinado Pearson vUE.\n" +" These courses feature the same high quality course content found in " +"our traditional classroom trainings, supplemented with\n" +" modular sessions and cloud-based labs. Many of our online learning " +"courses also include dozens of recorded webinars and live\n" +" sessions by our senior instructors. At the end of the training, you " +"can pass the Odoo Certification exam in one of the 5000+\n" +" Pearson VUE test centers worldwide.\n" "
    \n" "
    \n" " Your advantages\n" "
      \n" -"
    • Enfoque modular aplicado al método de aprendizaje
    • \n" -"
    • Nueva experiencia de aprendizaje interactivo
    • \n" -"
    • Menor presupuesto de formación para la misma calidad
    • \n" -"
    • Mayor comodidad para facilitar el proceso de " -"aprendizaje
    • \n" -"
    • Examen de " -"certificación de Odoo incluido (pre-ordernado, disponible a partir del 1 " -"de noviembre de 2013)
    • \n" +"
    • Modular approach applied to the learning method
    • \n" +"
    • New interactive learning experience
    • \n" +"
    • Lower training budget for the same quality courses
    • \n" +"
    • Better comfort to facilitate your learning process
    • \n" +"
    • Odoo Certification Exam " +"included (Pre-Ordered, available as of November 1st, 2013)
    • \n" "
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" -" Estructura de la formación\n" +" Structure of the Training\n" "
    \n" "
    \n" " \n" @@ -924,16 +918,16 @@ msgstr "" " \n" " \n" " \n" @@ -941,132 +935,129 @@ msgstr "" " \n" "
    \n" -"La formación de 5 días es modular, lo que significa que puede escoger " -"participar en la formación completa o sólo en 1 o 2 módulos. De cualquier " -"forma, el primer día de la formación es obligatorio para todo el " -"mundo. El lunes es obligatorio porque la introducción general a Odoo es " -"importante antes de entrar en cada módulo.\n" -"

    \n" +" The 5-day training is modular, which means that you can choose to " +"participate in the full training or to just 1 or 2 modules.\n" +" Nevertheless, the first day of the training is compulsory for " +"everyone. The Monday is compulsory because the\n" +" introduction of Odoo is important before going through the other " +"modules.

    \n" " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" " Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" +"BEFORE attending the Q&A session:\n" "
      \n" "
    • Watch the videos for this day
    • \n" "
    • Do the related exercises (written solutions will be provided " "upfront as well)
    • \n" "
    • Send their questions by email before 5PM (CEST/PST) on the " "previous business day
    • \n" -"

    \n" -" The Q&A session will be hosted on a web conference service. A " +"
    \n" +" The Q&A session will be hosted on a web conference service. A " "stable internet connection is required. The trainer will\n" " screen the questions for the day and select the most relevant ones " "to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " +" Q&A session is not to cover questions related to a specific " "implementation project or company-specific business\n" " workflows. The questions should be about the material covered in " "the videos and the exercises and should benefit\n" -" the other participants of the training as well.
    \n" +" the other participants of the training as well.
    \n" " Each day of the week is dedicated to specific applications in Odoo " "as per the following planning:\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " \n" +"raining.png\"/>\n" " \n" -" Hay tres componentes de la formación\n" +" There are three components to the " +"training\n" "
      \n" -"
    • Vídeos con demos detalladas
    • \n" -"
    • Ejercicios prácticos y sus soluciones
    • \n" -"
    • Sesiones de preguntas y respuestas con un " -"formador en vivo
    • \n" +"
    • Videos with detailed demos
    • \n" +"
    • Hands-on exercises and their solutions
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -1074,9 +1065,9 @@ msgstr "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -1104,7 +1095,8 @@ msgstr "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -1124,9 +1116,9 @@ msgstr "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -1166,8 +1158,8 @@ msgstr "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -1187,7 +1179,7 @@ msgstr "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -1205,9 +1197,9 @@ msgstr "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -1250,7 +1242,7 @@ msgstr "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -1270,7 +1262,7 @@ msgstr "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -1298,7 +1290,7 @@ msgstr "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -1313,7 +1305,7 @@ msgstr "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -1324,8 +1316,8 @@ msgstr "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -1353,8 +1345,7 @@ msgstr "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -1420,10 +1411,10 @@ msgstr "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -1443,10 +1434,9 @@ msgstr "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -1513,7 +1503,7 @@ msgstr "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -1525,9 +1515,9 @@ msgstr "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -1561,8 +1551,8 @@ msgstr "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -1671,7 +1661,7 @@ msgstr "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -1680,24 +1670,21 @@ msgstr "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -1747,7 +1734,7 @@ msgstr "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " diff --git a/addons/product_email_template/i18n/hr.po b/addons/product_email_template/i18n/hr.po index 0247bb7ed4a..9361c796507 100644 --- a/addons/product_email_template/i18n/hr.po +++ b/addons/product_email_template/i18n/hr.po @@ -7,20 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 08:34+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -47,7 +48,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -58,7 +59,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -67,7 +68,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -208,9 +206,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -238,7 +236,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -258,9 +257,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -300,8 +299,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -321,7 +320,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -339,9 +338,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -384,7 +383,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -404,7 +403,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -432,7 +431,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -447,7 +446,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -458,8 +457,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -487,8 +486,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -554,10 +552,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -577,10 +575,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -647,7 +644,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -659,9 +656,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -695,8 +692,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -805,7 +802,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -814,24 +811,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -881,7 +875,7 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" diff --git a/addons/product_email_template/i18n/nl.po b/addons/product_email_template/i18n/nl.po index 641b208e47a..528abc4d53c 100644 --- a/addons/product_email_template/i18n/nl.po +++ b/addons/product_email_template/i18n/nl.po @@ -7,20 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-26 18:19+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -47,7 +48,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -58,7 +59,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -67,7 +68,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -208,9 +206,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -238,7 +236,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -258,9 +257,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -300,8 +299,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -321,7 +320,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -339,9 +338,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -384,7 +383,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -404,7 +403,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -432,7 +431,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -447,7 +446,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -458,8 +457,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -487,8 +486,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -554,10 +552,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -577,10 +575,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -647,7 +644,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -659,9 +656,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -695,8 +692,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -805,7 +802,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -814,24 +811,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -881,874 +875,10 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" -"
    \n" -" Online Training + Certification\n" -"
    \n" -"
    \n" -" These courses feature the same high quality course content found in " -"our traditional classroom trainings, supplemented with\n" -" modular sessions and cloud-based labs. Many of our online learning " -"courses also include dozens of recorded webinars and live\n" -" sessions by our senior instructors. At the end of the training, you " -"can pass the Odoo Certification exam in one of the 5000+\n" -" Pearson VUE test centers worldwide.\n" -"
    \n" -"
    \n" -" Your advantages\n" -"
      \n" -"
    • Modular approach applied to the learning method
    • \n" -"
    • New interactive learning experience
    • \n" -"
    • Lower training budget for the same quality courses
    • \n" -"
    • Better comfort to facilitate your learning process
    • \n" -"
    • Odoo Certification Exam " -"included (Pre-Ordered, available as of November 1st, 2013)
    • \n" -"
    \n" -"
    \n" -"
    \n" -"
    \n" -" Structure of the Training\n" -"
    \n" -"
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    \n" -" \n" -" \n" -" There are three components to the " -"training\n" -"
      \n" -"
    • Videos with detailed demos
    • \n" -"
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" -"
    \n" -"
    \n" -"
    \n" -"
    \n" -" The 5-day training is modular, which means that you can choose to " -"participate in the full training or to just 1 or 2 modules.\n" -" Nevertheless, the first day of the training is compulsory for " -"everyone. The Monday is compulsory because the\n" -" introduction of Odoo is important before going through the other " -"modules.

    \n" -" Each day of the week starts from 9 AM (CEST/PST) to 12 PM " -"(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" -" Each day, the participants are expected to have done the following " -"BEFORE attending the Q&A session:\n" -"
      \n" -"
    • Watch the videos for this day
    • \n" -"
    • Do the related exercises (written solutions will be provided " -"upfront as well)
    • \n" -"
    • Send their questions by email before 5PM (CEST/PST) on the " -"previous business day
    • \n" -"

    \n" -" The Q&A session will be hosted on a web conference service. A " -"stable internet connection is required. The trainer will\n" -" screen the questions for the day and select the most relevant ones " -"to be answered during the session. The purpose of the\n" -" Q&A session is not to cover questions related to a specific " -"implementation project or company-specific business\n" -" workflows. The questions should be about the material covered in " -"the videos and the exercises and should benefit\n" -" the other participants of the training as well.
    \n" -" Each day of the week is dedicated to specific applications in Odoo " -"as per the following planning:\n" -" \n" -"
    \n" -"
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    EnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" -"
    \n" -"
    \n" -"
    \n" -" Content of the Training\n" -"
    \n" -"
    \n" -"
    Monday


    \n" -" Introduction, CRM & Sales\n" -"
    Introduction: Get familiar with the V7.
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Odoo’s architecture
    • \n" -"
    • How to create an Odoo Online instance
    • \n" -"
    • List and form views, search and filter " -"features
    • \n" -"
    • Tooltips and drill-downs
    • \n" -"
    • Advanced navigation
    • \n" -"
    • Calendar, Graph, Kanban and Gantt views
    • \n" -"
    • Social network features: emailing, internal " -"communication
    • \n" -"
    \n" -"
    \n" -" The introduction exercises have been created to help " -"you discover Odoo in an easy way. Their main objective is to present the " -"different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" -" Therefore, the Introduction is compulsory for " -"everyone, even if you need to learn a specific module given on an other " -"date. This obligation has been made to make sure that you are not lost if " -"you arrive in the middle of the training for another module.\n" -"
    \n" -"
    CRM Module
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Manage Lead & Opportunities
    • \n" -"
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" -"
    • Automated actions
    • \n" -"
    • Import partners and contacts from LinkedIn
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Track all leads coming in and push them to real " -"opportunities
    • \n" -"
    • Improve the productivity of the sales " -"force
    • \n" -"
    • Access all documents and messages related to one " -"lead/opportunity in one place
    • \n" -"
    • Track the sales pipeline by month and stage to " -"produce\n" -" accurate sales forecasts at the individual and " -"group\n" -" levels
    • \n" -"
    • Track individual performance of sales " -"people
    • \n" -"
    \n" -"
    \n" -"
    Sales Module
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Customers
    • \n" -"
    • Products to sell
    • \n" -"
    • Manual discounts
    • \n" -"
    • Margins
    • \n" -"
    • Sales & Warehouse: Invoicing control (On " -"demand / On\n" -" Delivery Order), Shipping policy (At once / Each " -"product\n" -" when available)
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Register orders from customers and create " -"invoices
    • \n" -"
    • Schedule deliveries (for products) or tasks (for " -"service)
    • \n" -"
    • Ensure that sales orders are properly invoiced " -"by tracking pending sales orders
    • \n" -"
    \n" -"
    \n" -" CRM & Sales management:\n" -"
      \n" -"
    • From an opportunity to a sale order
    • \n" -"
    • Claims
    • \n" -"
    • Aftersale communication
    • \n" -"
    \n" -"
    \n" -" Odoo can work with independent applications, so the\n" -" whole commercial process can be integrated together in\n" -" order to accomplish complete business flows.\n" -"
    \n" -"
    \n" -"
    \n" -"
    Tuesday


    \n" -" Access rights, Sales & Purchase, Financial accounting\n" -"
    Access rights
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Users
    • \n" -"
    • Groups
    • \n" -"
    • Access rights and access rules
    • \n" -"
    • Modules configuration
    • \n" -"
    \n" -"
    \n" -" Thanks to the integrated access rights management " -"integrated, each user has an access to its relevant information. No " -"overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " -"a clean interface!\n" -"
    \n" -"
    Purchase
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Suppliers
    • \n" -"
    • Products
    • \n" -"
    • Request for Quotation
    • \n" -"
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" -"
    • Incoming order (Complete/partial receipt)
    • \n" -"
    • Purchase requisition
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Better negotiate volumes and prices based on " -"historical data
    • \n" -"
    • Centralize all the data to be able to build " -"reporting and statistics
    • \n" -"
    • Control the invoicing process
    • \n" -"
    • Work with purchase requisitions to ask different " -"suppliers to submit quotations
    • \n" -"
    \n" -"
    \n" -" Sales & Purchase management\n" -"
      \n" -"
    • Make to order product
    • \n" -"
    • Retailer process: buy a product and sell it " -"without any customization/manufacturing
    • \n" -"
    \n" -"
    \n" -" Keep control of the replenishment process based on sales " -"demands! Thanks to this integration, you will be able to automate the " -"ordering for the missing units ordered by a customer\n" -"
    \n" -"
    Financial accounting
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Invoices
    • \n" -"
    • Refunds
    • \n" -"
    • Journal Entries & Reconciliations
    • \n" -"
    • Reports / Closing of fiscal year
    • \n" -"
    • Accounts
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Rapidly encode your financial operations or " -"accounting transactions
    • \n" -"
    • Carry out payments easily and adequately " -"reconcile these payments with invoices
    • \n" -"
    • Quick creation of invoices with pre-set defaults " -"on debtor/creditor and income/expense accounts
    • \n" -"
    • Multiple manners to reconcile
    • \n" -"
    • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
    • \n" -"
    • Apply correct deferral methods to ensure the " -"close of the fiscal year
    • \n" -"
    \n" -"
    \n" -"
    \n" -"
    \n" -"
    Wednesday


    \n" -" Project management, Human resources, Contract management\n" -"
    Project Management
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Projects
    • \n" -"
    • Tasks and tasks delegation
    • \n" -"
    • Issues and issues escalation
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Manage and follow your projects, tasks and " -"issues
    • \n" -"
    • Discover the Kanban view to quickly operate some " -"actions and to quickly detect any bottlenecks in your projects flows
    • \n" -"
    • Discover the Gantt view to see how your project " -"has been planned and adapt it according to new elements or to the people " -"agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" -"
    • Register issues and escalate them
    • \n" -"
    • Create automatically timesheet lines in the " -"Human Resources menu from recorded work activities
    • \n" -"
    • Track and invoice (to customers) the costs " -"associated to a project
    • \n" -"
    • Manage a support ticket system
    • \n" -"
    \n" -"
    \n" -"
    Human Resources
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Employees
    • \n" -"
    • Recruitment
    • \n" -"
    • Expenses
    • \n" -"
    • Allocations and leaves requests
    • \n" -"
    • Time management: timesheet and timesheet " -"lines
    • \n" -"
    \n" -"
    \n" -" About Recruiting:\n" -"
      \n" -"
    • Better negotiate volumes and prices based on " -"historical data
    • \n" -"
    • Centralize all the data to be able to build " -"reporting and statistics
    • \n" -"
    • Control the invoicing process
    • \n" -"
    • Work with purchase requisitions to ask different " -"suppliers to submit quotations
    • \n" -"
    \n" -" About Holidays:\n" -"
      \n" -"
    • Track the number of vacation days accrued by " -"each employee
    • \n" -"
    • Allow managers to approve leave requests and " -"plan backups for their teams
    • \n" -"
    \n" -"
    \n" -"
    Contract management
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Contracts
    • \n" -"
    • Invoicing methods\n" -"
    • Sale orders
    • \n" -"
    • Timesheets
    • \n" -"
    • Expenses
    • \n" -" \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Centralize the data related to a specific " -"contract in one single point
    • \n" -"
    • Perform the invoicing from one single place " -"(Sales order / Timesheet / Expenses)
    • \n" -"
    • Follow the renewal process
    • \n" -"
    • Compute statistics based on expected " -"revenues
    • \n" -"
    \n" -"
    \n" -"
    \n" -"
    \n" -"
    Thursday


    \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" -"
    Warehouse management
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Stock moves
    • \n" -"
    • Inventory
    • \n" -"
    • Partial delivery / receipt
    • \n" -"
    • Units of measure
    • \n" -"
    \n" -"
    \n" -" Odoo Warehouse Management is at once very simple, " -"flexible and complete. It is based on the concept of double entry that " -"revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " -"don’t talk about disappearance, consumption or loss of products: instead we " -"speak only of stock moves from one place to another.\n" -"
    \n" -"
    Manufacturing (MRP)
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Bill of materials
    • \n" -"
    • Multi-level BoM
    • \n" -"
    • Routings
    • \n" -"
    • Work center operations
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Manage the production planning
    • \n" -"
    • Organize the different manufacturing orders to " -"optimize the workload of the different resources
    • \n" -"
    • From an operational perspective, track which " -"products and quantities need to be manufactured
    • \n" -"
    \n" -" As a manager:\n" -"
      \n" -"
    • Define products to be assembled or to be sold as " -"a kit
    • \n" -"
    • Organize the pipeline of the production
    • \n" -"
    • Track the cost of a manufacturing order and " -"measure the efficiency of the department
    • \n" -"
    \n" -"
    \n" -" MRP & Sales\n" -"
      \n" -"
    • Product configuration Make to Stock / to " -"Order
    • \n" -"
    • Commercial BoM (kit)
    • \n" -"
    • Just in Time
    • \n" -"
    \n" -"
    \n" -" From the sales perspective, you will have a " -"manufacturing order generated based on a request coming from a customer " -"without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" -"
    \n" -"
    Import/Export
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Import from CSV files
    • \n" -"
    • Export as CSV or as Excel file
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Transfer data from one system to Odoo.
    • \n" -"
    \n" -" Odoo offers a simple way to import and export data. Odoo " -"will guide you for this phase thanks to a FAQ directly integrated into the " -"import screen\n" -"
    \n" -"
    \n" -"
    \n" -"
    Friday


    \n" -" Pricelists, Point of Sale (POS), Introduction to report " -"customization\n" -"
    Pricelists
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Prices for returning customers
    • \n" -"
    • Prices in foreign currencies (with exchange " -"fees)
    • \n" -"
    • Retailer prices (based on a minimal " -"margin)
    • \n" -"
    \n" -"
    \n" -"
      \n" -"
    • Keep control on the pricing policy
    • \n" -"
    • Allow discounts for some periods
    • \n" -"
    • Ensure your margins even when you define " -"discounts
    • \n" -"
    • Allow different pricing by customer and/or " -"supplier
    • \n" -"
    • Update the prices in an easy way
    • \n" -"
    \n" -"
    \n" -"
    Point of Sale (POS)
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Payment methods (journals)
    • \n" -"
    • POS Configuration
    • \n" -"
    • POS front-end
    • \n" -"
    • POS back-end
    • \n" -"
    • Shops
    • \n" -"
    • Sessions
    • \n" -"
    • POS Orders
    • \n" -"
    • Re-Invoicing
    • \n" -"
    • Scanning / Self-scanning
    • \n" -"
    \n" -"
    \n" -" Odoo POS is the first POS running in a 100% web based " -"environment, which means any computer with a browser can host the POS. The " -"POS is a two-part system with a front-end (interaction with the client) and " -"a back-end (managers can configure the system, print reports, analyse, " -"...)

    \n" -" About the front-end:\n" -"
      \n" -"
    • Offline mode. Imagine several cases were having " -"an offline mode is of prime interest: Connexion to server shutdown at a big " -"supermarket / Use in environments that requires mobility but without wifi / " -"Use in large environments like restaurants and gardens / Use in low tech " -"environments
    • \n" -"
    \n" -" About the back-end:\n" -"
      \n" -"
    • Configure the products being sold in the " -"POS
    • \n" -"
    • Configure the payments methods
    • \n" -"
    • Print daily sales report
    • \n" -"
    • Analyze sales
    • \n" -"
    \n" -"
    \n" -"
    Introduction to report customization
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    ContentWhat will you learn?
    \n" -"
      \n" -"
    • Customize the layout of your invoices
    • \n" -"
    • Change the footer/header of documents
    • \n" -"
    • Add a field in a standard document / " -"report
    • \n" -"
    \n" -"
    \n" -" This features will help you to fully customize the " -"standard documents made from Odoo.\n" -"
    \n" -"
    \n" -"
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    EnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" -"
    \n" -"
    \n" -"
    \n" -" Training Material\n" -"
    \n" -"
    \n" -" As soon as registration will be finalized (ie. payment " -"confirmation), the participants will be provided with the material listed\n" -" below:\n" -"
      \n" -"
    • Access to online videos with detailed demos
    • \n" -"
    • Training material with exercises
    • \n" -"
    • Written solutions to the exercises
    • \n" -"
    \n" -" Therefore, there is an advantage to registering early to the " -"training if you are interested in preparing your live sessions ahead of " -"time. Moreover, the number of participants is limited per online session " -"which is another reason to consider registering early and securing your " -"seat.\n" -"
    \n" -"
    \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
    \n" -" With the live sessions, we learned a lot more than what " -"was covered in the videos. Definitely a good start for building up a solid " -"base of working knowledge of Odoo.\n" -" \n" -" The trainer did a wonderful job with the training! He " -"was well informed and interactive online and offline. Thank you so much for " -"the experience! \n" -"
    \n" -" It would be very difficult to cover all of the " -"possibilities of OpenERP and I believe the major aspects were covered very " -"well \n" -" \n" -" The trainer has a very good knowledge of the subject, he " -"understands the issues of the trainees very fast and provided answers with " -"the right level of illustration.\n" -"
    \n" -"
    \n" -"\n" -" \n" -" " #. module: product_email_template #: view:email.template:product_email_template.email_template_form_simplified @@ -1791,3 +921,1734 @@ msgstr "" "Bij het goedkeuren van een factuur, wordt een e-mail verstuurt aan de " "klanten gebaseerd op dit sjabloon. De klant zal een e-mail ontvangen voor " "ieder product gekoppeld aan dit e-mail sjabloon." + +#~ msgid "" +#~ "
    \n" +#~ " Online Training + Certification\n" +#~ "
    \n" +#~ "
    \n" +#~ " These courses feature the same high quality course content found in " +#~ "our traditional classroom trainings, supplemented with\n" +#~ " modular sessions and cloud-based labs. Many of our online learning " +#~ "courses also include dozens of recorded webinars and live\n" +#~ " sessions by our senior instructors. At the end of the training, you " +#~ "can pass the Odoo Certification exam in one of the 5000+\n" +#~ " Pearson VUE test centers worldwide.\n" +#~ "
    \n" +#~ "
    \n" +#~ " Your advantages\n" +#~ "
      \n" +#~ "
    • Modular approach applied to the learning method
    • \n" +#~ "
    • New interactive learning experience
    • \n" +#~ "
    • Lower training budget for the same quality courses
    • \n" +#~ "
    • Better comfort to facilitate your learning process
    • \n" +#~ "
    • Odoo Certification Exam " +#~ "included (Pre-Ordered, available as of November 1st, 2013)
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " Structure of the Training\n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " There are three components to the " +#~ "training\n" +#~ "
      \n" +#~ "
    • Videos with detailed demos
    • \n" +#~ "
    • Hands-on exercises and their solutions
    • \n" +#~ "
    • Live Q&A sessions with a trainer
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " The 5-day training is modular, which means that you can choose to " +#~ "participate in the full training or to just 1 or 2 modules.\n" +#~ " Nevertheless, the first day of the training is compulsory for " +#~ "everyone. The Monday is compulsory because the\n" +#~ " introduction of Odoo is important before going through the other " +#~ "modules.

    \n" +#~ " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " +#~ "(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +#~ " Each day, the participants are expected to have done the following " +#~ "BEFORE attending the Q&A session:\n" +#~ "
      \n" +#~ "
    • Watch the videos for this day
    • \n" +#~ "
    • Do the related exercises (written solutions will be provided " +#~ "upfront as well)
    • \n" +#~ "
    • Send their questions by email before 5PM (CEST/PST) on the " +#~ "previous business day
    • \n" +#~ "

    \n" +#~ " The Q&A session will be hosted on a web conference service. A " +#~ "stable internet connection is required. The trainer will\n" +#~ " screen the questions for the day and select the most relevant ones " +#~ "to be answered during the session. The purpose of the\n" +#~ " Q&A session is not to cover questions related to a specific " +#~ "implementation project or company-specific business\n" +#~ " workflows. The questions should be about the material covered in " +#~ "the videos and the exercises and should benefit\n" +#~ " the other participants of the training as well.
    \n" +#~ " Each day of the week is dedicated to specific applications in Odoo " +#~ "as per the following planning:\n" +#~ " \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    EnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " Content of the Training\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Monday


    \n" +#~ " Introduction, CRM & Sales\n" +#~ "
    Introduction: Get familiar with the V7.
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Odoo’s architecture
    • \n" +#~ "
    • How to create an Odoo Online instance
    • \n" +#~ "
    • List and form views, search and filter " +#~ "features
    • \n" +#~ "
    • Tooltips and drill-downs
    • \n" +#~ "
    • Advanced navigation
    • \n" +#~ "
    • Calendar, Graph, Kanban and Gantt views
    • \n" +#~ "
    • Social network features: emailing, internal " +#~ "communication
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " The introduction exercises have been created to help " +#~ "you discover Odoo in an easy way. Their main objective is to present the " +#~ "different applications, menus, view types, shortcuts, field types, wizards, " +#~ "actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +#~ " Therefore, the Introduction is compulsory for " +#~ "everyone, even if you need to learn a specific module given on an other " +#~ "date. This obligation has been made to make sure that you are not lost if " +#~ "you arrive in the middle of the training for another module.\n" +#~ "
    \n" +#~ "
    CRM Module
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Manage Lead & Opportunities
    • \n" +#~ "
    • Call, Meeting
    • \n" +#~ "
    • Partners & contacts
    • \n" +#~ "
    • Automated actions
    • \n" +#~ "
    • Import partners and contacts from LinkedIn
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Track all leads coming in and push them to real " +#~ "opportunities
    • \n" +#~ "
    • Improve the productivity of the sales " +#~ "force
    • \n" +#~ "
    • Access all documents and messages related to one " +#~ "lead/opportunity in one place
    • \n" +#~ "
    • Track the sales pipeline by month and stage to " +#~ "produce\n" +#~ " accurate sales forecasts at the individual and " +#~ "group\n" +#~ " levels
    • \n" +#~ "
    • Track individual performance of sales " +#~ "people
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Sales Module
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Customers
    • \n" +#~ "
    • Products to sell
    • \n" +#~ "
    • Manual discounts
    • \n" +#~ "
    • Margins
    • \n" +#~ "
    • Sales & Warehouse: Invoicing control (On " +#~ "demand / On\n" +#~ " Delivery Order), Shipping policy (At once / Each " +#~ "product\n" +#~ " when available)
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Register orders from customers and create " +#~ "invoices
    • \n" +#~ "
    • Schedule deliveries (for products) or tasks (for " +#~ "service)
    • \n" +#~ "
    • Ensure that sales orders are properly invoiced " +#~ "by tracking pending sales orders
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " CRM & Sales management:\n" +#~ "
      \n" +#~ "
    • From an opportunity to a sale order
    • \n" +#~ "
    • Claims
    • \n" +#~ "
    • Aftersale communication
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Odoo can work with independent applications, so the\n" +#~ " whole commercial process can be integrated together in\n" +#~ " order to accomplish complete business flows.\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Tuesday


    \n" +#~ " Access rights, Sales & Purchase, Financial accounting\n" +#~ "
    Access rights
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Users
    • \n" +#~ "
    • Groups
    • \n" +#~ "
    • Access rights and access rules
    • \n" +#~ "
    • Modules configuration
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Thanks to the integrated access rights management " +#~ "integrated, each user has an access to its relevant information. No " +#~ "overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +#~ "a clean interface!\n" +#~ "
    \n" +#~ "
    Purchase
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Suppliers
    • \n" +#~ "
    • Products
    • \n" +#~ "
    • Request for Quotation
    • \n" +#~ "
    • Purchase order
    • \n" +#~ "
    • Invoicing & Invoice control
    • \n" +#~ "
    • Incoming order (Complete/partial receipt)
    • \n" +#~ "
    • Purchase requisition
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Better negotiate volumes and prices based on " +#~ "historical data
    • \n" +#~ "
    • Centralize all the data to be able to build " +#~ "reporting and statistics
    • \n" +#~ "
    • Control the invoicing process
    • \n" +#~ "
    • Work with purchase requisitions to ask different " +#~ "suppliers to submit quotations
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Sales & Purchase management\n" +#~ "
      \n" +#~ "
    • Make to order product
    • \n" +#~ "
    • Retailer process: buy a product and sell it " +#~ "without any customization/manufacturing
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Keep control of the replenishment process based on sales " +#~ "demands! Thanks to this integration, you will be able to automate the " +#~ "ordering for the missing units ordered by a customer\n" +#~ "
    \n" +#~ "
    Financial accounting
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Invoices
    • \n" +#~ "
    • Refunds
    • \n" +#~ "
    • Journal Entries & Reconciliations
    • \n" +#~ "
    • Reports / Closing of fiscal year
    • \n" +#~ "
    • Accounts
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Rapidly encode your financial operations or " +#~ "accounting transactions
    • \n" +#~ "
    • Carry out payments easily and adequately " +#~ "reconcile these payments with invoices
    • \n" +#~ "
    • Quick creation of invoices with pre-set defaults " +#~ "on debtor/creditor and income/expense accounts
    • \n" +#~ "
    • Multiple manners to reconcile
    • \n" +#~ "
    • Configuration of accounts to ensure correct " +#~ "display in balance sheet and profit & loss statement
    • \n" +#~ "
    • Apply correct deferral methods to ensure the " +#~ "close of the fiscal year
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Wednesday


    \n" +#~ " Project management, Human resources, Contract management\n" +#~ "
    Project Management
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Projects
    • \n" +#~ "
    • Tasks and tasks delegation
    • \n" +#~ "
    • Issues and issues escalation
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Manage and follow your projects, tasks and " +#~ "issues
    • \n" +#~ "
    • Discover the Kanban view to quickly operate some " +#~ "actions and to quickly detect any bottlenecks in your projects flows
    • \n" +#~ "
    • Discover the Gantt view to see how your project " +#~ "has been planned and adapt it according to new elements or to the people " +#~ "agenda
    • \n" +#~ "
    • Define project members & delegate " +#~ "tasks
    • \n" +#~ "
    • Register issues and escalate them
    • \n" +#~ "
    • Create automatically timesheet lines in the " +#~ "Human Resources menu from recorded work activities
    • \n" +#~ "
    • Track and invoice (to customers) the costs " +#~ "associated to a project
    • \n" +#~ "
    • Manage a support ticket system
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Human Resources
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Employees
    • \n" +#~ "
    • Recruitment
    • \n" +#~ "
    • Expenses
    • \n" +#~ "
    • Allocations and leaves requests
    • \n" +#~ "
    • Time management: timesheet and timesheet " +#~ "lines
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " About Recruiting:\n" +#~ "
      \n" +#~ "
    • Better negotiate volumes and prices based on " +#~ "historical data
    • \n" +#~ "
    • Centralize all the data to be able to build " +#~ "reporting and statistics
    • \n" +#~ "
    • Control the invoicing process
    • \n" +#~ "
    • Work with purchase requisitions to ask different " +#~ "suppliers to submit quotations
    • \n" +#~ "
    \n" +#~ " About Holidays:\n" +#~ "
      \n" +#~ "
    • Track the number of vacation days accrued by " +#~ "each employee
    • \n" +#~ "
    • Allow managers to approve leave requests and " +#~ "plan backups for their teams
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Contract management
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Contracts
    • \n" +#~ "
    • Invoicing methods\n" +#~ "
    • Sale orders
    • \n" +#~ "
    • Timesheets
    • \n" +#~ "
    • Expenses
    • \n" +#~ " \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Centralize the data related to a specific " +#~ "contract in one single point
    • \n" +#~ "
    • Perform the invoicing from one single place " +#~ "(Sales order / Timesheet / Expenses)
    • \n" +#~ "
    • Follow the renewal process
    • \n" +#~ "
    • Compute statistics based on expected " +#~ "revenues
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Thursday


    \n" +#~ " Warehouse management, Manufacturing (MRP) & Sales, " +#~ "Import/Export\n" +#~ "
    Warehouse management
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Stock moves
    • \n" +#~ "
    • Inventory
    • \n" +#~ "
    • Partial delivery / receipt
    • \n" +#~ "
    • Units of measure
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Odoo Warehouse Management is at once very simple, " +#~ "flexible and complete. It is based on the concept of double entry that " +#~ "revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +#~ "don’t talk about disappearance, consumption or loss of products: instead we " +#~ "speak only of stock moves from one place to another.\n" +#~ "
    \n" +#~ "
    Manufacturing (MRP)
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Bill of materials
    • \n" +#~ "
    • Multi-level BoM
    • \n" +#~ "
    • Routings
    • \n" +#~ "
    • Work center operations
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Manage the production planning
    • \n" +#~ "
    • Organize the different manufacturing orders to " +#~ "optimize the workload of the different resources
    • \n" +#~ "
    • From an operational perspective, track which " +#~ "products and quantities need to be manufactured
    • \n" +#~ "
    \n" +#~ " As a manager:\n" +#~ "
      \n" +#~ "
    • Define products to be assembled or to be sold as " +#~ "a kit
    • \n" +#~ "
    • Organize the pipeline of the production
    • \n" +#~ "
    • Track the cost of a manufacturing order and " +#~ "measure the efficiency of the department
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " MRP & Sales\n" +#~ "
      \n" +#~ "
    • Product configuration Make to Stock / to " +#~ "Order
    • \n" +#~ "
    • Commercial BoM (kit)
    • \n" +#~ "
    • Just in Time
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " From the sales perspective, you will have a " +#~ "manufacturing order generated based on a request coming from a customer " +#~ "without any manual operation. This integration of those two aplications " +#~ "allows you to perform the following flow in an automated way: Sale order " +#~ "–> Stock level verification –> Production of the missing units –> " +#~ "Receival in stock of the finished goods –> Delivery to the customer.\n" +#~ "
    \n" +#~ "
    Import/Export
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Import from CSV files
    • \n" +#~ "
    • Export as CSV or as Excel file
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Transfer data from one system to Odoo.
    • \n" +#~ "
    \n" +#~ " Odoo offers a simple way to import and export data. Odoo " +#~ "will guide you for this phase thanks to a FAQ directly integrated into the " +#~ "import screen\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Friday


    \n" +#~ " Pricelists, Point of Sale (POS), Introduction to report " +#~ "customization\n" +#~ "
    Pricelists
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Prices for returning customers
    • \n" +#~ "
    • Prices in foreign currencies (with exchange " +#~ "fees)
    • \n" +#~ "
    • Retailer prices (based on a minimal " +#~ "margin)
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Keep control on the pricing policy
    • \n" +#~ "
    • Allow discounts for some periods
    • \n" +#~ "
    • Ensure your margins even when you define " +#~ "discounts
    • \n" +#~ "
    • Allow different pricing by customer and/or " +#~ "supplier
    • \n" +#~ "
    • Update the prices in an easy way
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Point of Sale (POS)
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Payment methods (journals)
    • \n" +#~ "
    • POS Configuration
    • \n" +#~ "
    • POS front-end
    • \n" +#~ "
    • POS back-end
    • \n" +#~ "
    • Shops
    • \n" +#~ "
    • Sessions
    • \n" +#~ "
    • POS Orders
    • \n" +#~ "
    • Re-Invoicing
    • \n" +#~ "
    • Scanning / Self-scanning
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Odoo POS is the first POS running in a 100% web based " +#~ "environment, which means any computer with a browser can host the POS. The " +#~ "POS is a two-part system with a front-end (interaction with the client) and " +#~ "a back-end (managers can configure the system, print reports, analyse, " +#~ "...)

    \n" +#~ " About the front-end:\n" +#~ "
      \n" +#~ "
    • Offline mode. Imagine several cases were having " +#~ "an offline mode is of prime interest: Connexion to server shutdown at a big " +#~ "supermarket / Use in environments that requires mobility but without wifi / " +#~ "Use in large environments like restaurants and gardens / Use in low tech " +#~ "environments
    • \n" +#~ "
    \n" +#~ " About the back-end:\n" +#~ "
      \n" +#~ "
    • Configure the products being sold in the " +#~ "POS
    • \n" +#~ "
    • Configure the payments methods
    • \n" +#~ "
    • Print daily sales report
    • \n" +#~ "
    • Analyze sales
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Introduction to report customization
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Customize the layout of your invoices
    • \n" +#~ "
    • Change the footer/header of documents
    • \n" +#~ "
    • Add a field in a standard document / " +#~ "report
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " This features will help you to fully customize the " +#~ "standard documents made from Odoo.\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    EnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " Training Material\n" +#~ "
    \n" +#~ "
    \n" +#~ " As soon as registration will be finalized (ie. payment " +#~ "confirmation), the participants will be provided with the material listed\n" +#~ " below:\n" +#~ "
      \n" +#~ "
    • Access to online videos with detailed demos
    • \n" +#~ "
    • Training material with exercises
    • \n" +#~ "
    • Written solutions to the exercises
    • \n" +#~ "
    \n" +#~ " Therefore, there is an advantage to registering early to the " +#~ "training if you are interested in preparing your live sessions ahead of " +#~ "time. Moreover, the number of participants is limited per online session " +#~ "which is another reason to consider registering early and securing your " +#~ "seat.\n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    \n" +#~ " With the live sessions, we learned a lot more than what " +#~ "was covered in the videos. Definitely a good start for building up a solid " +#~ "base of working knowledge of Odoo.\n" +#~ " \n" +#~ " The trainer did a wonderful job with the training! He " +#~ "was well informed and interactive online and offline. Thank you so much for " +#~ "the experience! \n" +#~ "
    \n" +#~ " It would be very difficult to cover all of the " +#~ "possibilities of OpenERP and I believe the major aspects were covered very " +#~ "well \n" +#~ " \n" +#~ " The trainer has a very good knowledge of the subject, he " +#~ "understands the issues of the trainees very fast and provided answers with " +#~ "the right level of illustration.\n" +#~ "
    \n" +#~ "
    \n" +#~ "\n" +#~ " \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ " Online Training + Certification\n" +#~ "
    \n" +#~ "
    \n" +#~ " These courses feature the same high quality course content found in " +#~ "our traditional classroom trainings, supplemented with\n" +#~ " modular sessions and cloud-based labs. Many of our online learning " +#~ "courses also include dozens of recorded webinars and live\n" +#~ " sessions by our senior instructors. At the end of the training, you " +#~ "can pass the Odoo Certification exam in one of the 5000+\n" +#~ " Pearson VUE test centers worldwide.\n" +#~ "
    \n" +#~ "
    \n" +#~ " Your advantages\n" +#~ "
      \n" +#~ "
    • Modular approach applied to the learning method
    • \n" +#~ "
    • New interactive learning experience
    • \n" +#~ "
    • Lower training budget for the same quality courses
    • \n" +#~ "
    • Better comfort to facilitate your learning process
    • \n" +#~ "
    • Odoo Certification Exam " +#~ "included (Pre-Ordered, available as of November 1st, 2013)
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " Structure of the Training\n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " There are three components to the " +#~ "training\n" +#~ "
      \n" +#~ "
    • Videos with detailed demos
    • \n" +#~ "
    • Hands-on exercises and their solutions
    • \n" +#~ "
    • Live Q&A sessions with a trainer
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " The 5-day training is modular, which means that you can choose to " +#~ "participate in the full training or to just 1 or 2 modules.\n" +#~ " Nevertheless, the first day of the training is compulsory for " +#~ "everyone. The Monday is compulsory because the\n" +#~ " introduction of Odoo is important before going through the other " +#~ "modules.

    \n" +#~ " Each day of the week starts from 9 AM (CEST/PST) to 12 PM " +#~ "(CEST/PST). A Q&A session will be hosted by an Odoo trainer.\n" +#~ " Each day, the participants are expected to have done the following " +#~ "BEFORE attending the Q&A session:\n" +#~ "
      \n" +#~ "
    • Watch the videos for this day
    • \n" +#~ "
    • Do the related exercises (written solutions will be provided " +#~ "upfront as well)
    • \n" +#~ "
    • Send their questions by email before 5PM (CEST/PST) on the " +#~ "previous business day
    • \n" +#~ "

    \n" +#~ " The Q&A session will be hosted on a web conference service. A " +#~ "stable internet connection is required. The trainer will\n" +#~ " screen the questions for the day and select the most relevant ones " +#~ "to be answered during the session. The purpose of the\n" +#~ " Q&A session is not to cover questions related to a specific " +#~ "implementation project or company-specific business\n" +#~ " workflows. The questions should be about the material covered in " +#~ "the videos and the exercises and should benefit\n" +#~ " the other participants of the training as well.
    \n" +#~ " Each day of the week is dedicated to specific applications in Odoo " +#~ "as per the following planning:\n" +#~ " \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    EnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " Content of the Training\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Monday


    \n" +#~ " Introduction, CRM & Sales\n" +#~ "
    Introduction: Get familiar with the V7.
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Odoo’s architecture
    • \n" +#~ "
    • How to create an Odoo Online instance
    • \n" +#~ "
    • List and form views, search and filter " +#~ "features
    • \n" +#~ "
    • Tooltips and drill-downs
    • \n" +#~ "
    • Advanced navigation
    • \n" +#~ "
    • Calendar, Graph, Kanban and Gantt views
    • \n" +#~ "
    • Social network features: emailing, internal " +#~ "communication
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " The introduction exercises have been created to help " +#~ "you discover Odoo in an easy way. Their main objective is to present the " +#~ "different applications, menus, view types, shortcuts, field types, wizards, " +#~ "actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +#~ " Therefore, the Introduction is compulsory for " +#~ "everyone, even if you need to learn a specific module given on an other " +#~ "date. This obligation has been made to make sure that you are not lost if " +#~ "you arrive in the middle of the training for another module.\n" +#~ "
    \n" +#~ "
    CRM Module
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Manage Lead & Opportunities
    • \n" +#~ "
    • Call, Meeting
    • \n" +#~ "
    • Partners & contacts
    • \n" +#~ "
    • Automated actions
    • \n" +#~ "
    • Import partners and contacts from LinkedIn
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Track all leads coming in and push them to real " +#~ "opportunities
    • \n" +#~ "
    • Improve the productivity of the sales " +#~ "force
    • \n" +#~ "
    • Access all documents and messages related to one " +#~ "lead/opportunity in one place
    • \n" +#~ "
    • Track the sales pipeline by month and stage to " +#~ "produce\n" +#~ " accurate sales forecasts at the individual and " +#~ "group\n" +#~ " levels
    • \n" +#~ "
    • Track individual performance of sales " +#~ "people
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Sales Module
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Customers
    • \n" +#~ "
    • Products to sell
    • \n" +#~ "
    • Manual discounts
    • \n" +#~ "
    • Margins
    • \n" +#~ "
    • Sales & Warehouse: Invoicing control (On " +#~ "demand / On\n" +#~ " Delivery Order), Shipping policy (At once / Each " +#~ "product\n" +#~ " when available)
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Register orders from customers and create " +#~ "invoices
    • \n" +#~ "
    • Schedule deliveries (for products) or tasks (for " +#~ "service)
    • \n" +#~ "
    • Ensure that sales orders are properly invoiced " +#~ "by tracking pending sales orders
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " CRM & Sales management:\n" +#~ "
      \n" +#~ "
    • From an opportunity to a sale order
    • \n" +#~ "
    • Claims
    • \n" +#~ "
    • Aftersale communication
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Odoo can work with independent applications, so the\n" +#~ " whole commercial process can be integrated together in\n" +#~ " order to accomplish complete business flows.\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Tuesday


    \n" +#~ " Access rights, Sales & Purchase, Financial accounting\n" +#~ "
    Access rights
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Users
    • \n" +#~ "
    • Groups
    • \n" +#~ "
    • Access rights and access rules
    • \n" +#~ "
    • Modules configuration
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Thanks to the integrated access rights management " +#~ "integrated, each user has an access to its relevant information. No " +#~ "overloaded screen with a lot of irrelevant data, no unwanted menu, etc. Only " +#~ "a clean interface!\n" +#~ "
    \n" +#~ "
    Purchase
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Suppliers
    • \n" +#~ "
    • Products
    • \n" +#~ "
    • Request for Quotation
    • \n" +#~ "
    • Purchase order
    • \n" +#~ "
    • Invoicing & Invoice control
    • \n" +#~ "
    • Incoming order (Complete/partial receipt)
    • \n" +#~ "
    • Purchase requisition
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Better negotiate volumes and prices based on " +#~ "historical data
    • \n" +#~ "
    • Centralize all the data to be able to build " +#~ "reporting and statistics
    • \n" +#~ "
    • Control the invoicing process
    • \n" +#~ "
    • Work with purchase requisitions to ask different " +#~ "suppliers to submit quotations
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Sales & Purchase management\n" +#~ "
      \n" +#~ "
    • Make to order product
    • \n" +#~ "
    • Retailer process: buy a product and sell it " +#~ "without any customization/manufacturing
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Keep control of the replenishment process based on sales " +#~ "demands! Thanks to this integration, you will be able to automate the " +#~ "ordering for the missing units ordered by a customer\n" +#~ "
    \n" +#~ "
    Financial accounting
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Invoices
    • \n" +#~ "
    • Refunds
    • \n" +#~ "
    • Journal Entries & Reconciliations
    • \n" +#~ "
    • Reports / Closing of fiscal year
    • \n" +#~ "
    • Accounts
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Rapidly encode your financial operations or " +#~ "accounting transactions
    • \n" +#~ "
    • Carry out payments easily and adequately " +#~ "reconcile these payments with invoices
    • \n" +#~ "
    • Quick creation of invoices with pre-set defaults " +#~ "on debtor/creditor and income/expense accounts
    • \n" +#~ "
    • Multiple manners to reconcile
    • \n" +#~ "
    • Configuration of accounts to ensure correct " +#~ "display in balance sheet and profit & loss statement
    • \n" +#~ "
    • Apply correct deferral methods to ensure the " +#~ "close of the fiscal year
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Wednesday


    \n" +#~ " Project management, Human resources, Contract management\n" +#~ "
    Project Management
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Projects
    • \n" +#~ "
    • Tasks and tasks delegation
    • \n" +#~ "
    • Issues and issues escalation
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Manage and follow your projects, tasks and " +#~ "issues
    • \n" +#~ "
    • Discover the Kanban view to quickly operate some " +#~ "actions and to quickly detect any bottlenecks in your projects flows
    • \n" +#~ "
    • Discover the Gantt view to see how your project " +#~ "has been planned and adapt it according to new elements or to the people " +#~ "agenda
    • \n" +#~ "
    • Define project members & delegate " +#~ "tasks
    • \n" +#~ "
    • Register issues and escalate them
    • \n" +#~ "
    • Create automatically timesheet lines in the " +#~ "Human Resources menu from recorded work activities
    • \n" +#~ "
    • Track and invoice (to customers) the costs " +#~ "associated to a project
    • \n" +#~ "
    • Manage a support ticket system
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Human Resources
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Employees
    • \n" +#~ "
    • Recruitment
    • \n" +#~ "
    • Expenses
    • \n" +#~ "
    • Allocations and leaves requests
    • \n" +#~ "
    • Time management: timesheet and timesheet " +#~ "lines
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " About Recruiting:\n" +#~ "
      \n" +#~ "
    • Better negotiate volumes and prices based on " +#~ "historical data
    • \n" +#~ "
    • Centralize all the data to be able to build " +#~ "reporting and statistics
    • \n" +#~ "
    • Control the invoicing process
    • \n" +#~ "
    • Work with purchase requisitions to ask different " +#~ "suppliers to submit quotations
    • \n" +#~ "
    \n" +#~ " About Holidays:\n" +#~ "
      \n" +#~ "
    • Track the number of vacation days accrued by " +#~ "each employee
    • \n" +#~ "
    • Allow managers to approve leave requests and " +#~ "plan backups for their teams
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Contract management
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Contracts
    • \n" +#~ "
    • Invoicing methods\n" +#~ "
    • Sale orders
    • \n" +#~ "
    • Timesheets
    • \n" +#~ "
    • Expenses
    • \n" +#~ " \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Centralize the data related to a specific " +#~ "contract in one single point
    • \n" +#~ "
    • Perform the invoicing from one single place " +#~ "(Sales order / Timesheet / Expenses)
    • \n" +#~ "
    • Follow the renewal process
    • \n" +#~ "
    • Compute statistics based on expected " +#~ "revenues
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Thursday


    \n" +#~ " Warehouse management, Manufacturing (MRP) & Sales, " +#~ "Import/Export\n" +#~ "
    Warehouse management
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Stock moves
    • \n" +#~ "
    • Inventory
    • \n" +#~ "
    • Partial delivery / receipt
    • \n" +#~ "
    • Units of measure
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Odoo Warehouse Management is at once very simple, " +#~ "flexible and complete. It is based on the concept of double entry that " +#~ "revolutionized accounting: ‘Nothing lost, everything moved’. In Odoo, we " +#~ "don’t talk about disappearance, consumption or loss of products: instead we " +#~ "speak only of stock moves from one place to another.\n" +#~ "
    \n" +#~ "
    Manufacturing (MRP)
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Bill of materials
    • \n" +#~ "
    • Multi-level BoM
    • \n" +#~ "
    • Routings
    • \n" +#~ "
    • Work center operations
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Manage the production planning
    • \n" +#~ "
    • Organize the different manufacturing orders to " +#~ "optimize the workload of the different resources
    • \n" +#~ "
    • From an operational perspective, track which " +#~ "products and quantities need to be manufactured
    • \n" +#~ "
    \n" +#~ " As a manager:\n" +#~ "
      \n" +#~ "
    • Define products to be assembled or to be sold as " +#~ "a kit
    • \n" +#~ "
    • Organize the pipeline of the production
    • \n" +#~ "
    • Track the cost of a manufacturing order and " +#~ "measure the efficiency of the department
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " MRP & Sales\n" +#~ "
      \n" +#~ "
    • Product configuration Make to Stock / to " +#~ "Order
    • \n" +#~ "
    • Commercial BoM (kit)
    • \n" +#~ "
    • Just in Time
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " From the sales perspective, you will have a " +#~ "manufacturing order generated based on a request coming from a customer " +#~ "without any manual operation. This integration of those two aplications " +#~ "allows you to perform the following flow in an automated way: Sale order " +#~ "–> Stock level verification –> Production of the missing units –> " +#~ "Receival in stock of the finished goods –> Delivery to the customer.\n" +#~ "
    \n" +#~ "
    Import/Export
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Import from CSV files
    • \n" +#~ "
    • Export as CSV or as Excel file
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Transfer data from one system to Odoo.
    • \n" +#~ "
    \n" +#~ " Odoo offers a simple way to import and export data. Odoo " +#~ "will guide you for this phase thanks to a FAQ directly integrated into the " +#~ "import screen\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Friday


    \n" +#~ " Pricelists, Point of Sale (POS), Introduction to report " +#~ "customization\n" +#~ "
    Pricelists
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Prices for returning customers
    • \n" +#~ "
    • Prices in foreign currencies (with exchange " +#~ "fees)
    • \n" +#~ "
    • Retailer prices (based on a minimal " +#~ "margin)
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
      \n" +#~ "
    • Keep control on the pricing policy
    • \n" +#~ "
    • Allow discounts for some periods
    • \n" +#~ "
    • Ensure your margins even when you define " +#~ "discounts
    • \n" +#~ "
    • Allow different pricing by customer and/or " +#~ "supplier
    • \n" +#~ "
    • Update the prices in an easy way
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Point of Sale (POS)
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Payment methods (journals)
    • \n" +#~ "
    • POS Configuration
    • \n" +#~ "
    • POS front-end
    • \n" +#~ "
    • POS back-end
    • \n" +#~ "
    • Shops
    • \n" +#~ "
    • Sessions
    • \n" +#~ "
    • POS Orders
    • \n" +#~ "
    • Re-Invoicing
    • \n" +#~ "
    • Scanning / Self-scanning
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " Odoo POS is the first POS running in a 100% web based " +#~ "environment, which means any computer with a browser can host the POS. The " +#~ "POS is a two-part system with a front-end (interaction with the client) and " +#~ "a back-end (managers can configure the system, print reports, analyse, " +#~ "...)

    \n" +#~ " About the front-end:\n" +#~ "
      \n" +#~ "
    • Offline mode. Imagine several cases were having " +#~ "an offline mode is of prime interest: Connexion to server shutdown at a big " +#~ "supermarket / Use in environments that requires mobility but without wifi / " +#~ "Use in large environments like restaurants and gardens / Use in low tech " +#~ "environments
    • \n" +#~ "
    \n" +#~ " About the back-end:\n" +#~ "
      \n" +#~ "
    • Configure the products being sold in the " +#~ "POS
    • \n" +#~ "
    • Configure the payments methods
    • \n" +#~ "
    • Print daily sales report
    • \n" +#~ "
    • Analyze sales
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    Introduction to report customization
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    ContentWhat will you learn?
    \n" +#~ "
      \n" +#~ "
    • Customize the layout of your invoices
    • \n" +#~ "
    • Change the footer/header of documents
    • \n" +#~ "
    • Add a field in a standard document / " +#~ "report
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ " This features will help you to fully customize the " +#~ "standard documents made from Odoo.\n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    EnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ " Training Material\n" +#~ "
    \n" +#~ "
    \n" +#~ " As soon as registration will be finalized (ie. payment " +#~ "confirmation), the participants will be provided with the material listed\n" +#~ " below:\n" +#~ "
      \n" +#~ "
    • Access to online videos with detailed demos
    • \n" +#~ "
    • Training material with exercises
    • \n" +#~ "
    • Written solutions to the exercises
    • \n" +#~ "
    \n" +#~ " Therefore, there is an advantage to registering early to the " +#~ "training if you are interested in preparing your live sessions ahead of " +#~ "time. Moreover, the number of participants is limited per online session " +#~ "which is another reason to consider registering early and securing your " +#~ "seat.\n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
    \n" +#~ " With the live sessions, we learned a lot more than what " +#~ "was covered in the videos. Definitely a good start for building up a solid " +#~ "base of working knowledge of Odoo.\n" +#~ " \n" +#~ " The trainer did a wonderful job with the training! He " +#~ "was well informed and interactive online and offline. Thank you so much for " +#~ "the experience! \n" +#~ "
    \n" +#~ " It would be very difficult to cover all of the " +#~ "possibilities of OpenERP and I believe the major aspects were covered very " +#~ "well \n" +#~ " \n" +#~ " The trainer has a very good knowledge of the subject, he " +#~ "understands the issues of the trainees very fast and provided answers with " +#~ "the right level of illustration.\n" +#~ "
    \n" +#~ "
    \n" +#~ "\n" +#~ " \n" +#~ " " diff --git a/addons/product_email_template/i18n/pl.po b/addons/product_email_template/i18n/pl.po index abc3afa4ce9..ab750dcf333 100644 --- a/addons/product_email_template/i18n/pl.po +++ b/addons/product_email_template/i18n/pl.po @@ -7,20 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-29 15:06+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -47,7 +48,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -58,7 +59,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -67,7 +68,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -208,9 +206,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -238,7 +236,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -258,9 +257,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -300,8 +299,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -321,7 +320,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -339,9 +338,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -384,7 +383,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -404,7 +403,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -432,7 +431,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -447,7 +446,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -458,8 +457,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -487,8 +486,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -554,10 +552,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -577,10 +575,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -647,7 +644,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -659,9 +656,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -695,8 +692,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -805,7 +802,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -814,24 +811,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -881,7 +875,7 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" diff --git a/addons/product_email_template/i18n/pt.po b/addons/product_email_template/i18n/pt.po index 6ba298a97be..6d0e91be317 100644 --- a/addons/product_email_template/i18n/pt.po +++ b/addons/product_email_template/i18n/pt.po @@ -7,20 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 14:46+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -47,7 +48,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -58,7 +59,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -67,7 +68,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -208,9 +206,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -238,7 +236,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -258,9 +257,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -300,8 +299,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -321,7 +320,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -339,9 +338,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -384,7 +383,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -404,7 +403,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -432,7 +431,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -447,7 +446,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -458,8 +457,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -487,8 +486,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -554,10 +552,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -577,10 +575,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -647,7 +644,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -659,9 +656,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -695,8 +692,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -805,7 +802,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -814,24 +811,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -881,7 +875,7 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" diff --git a/addons/product_email_template/i18n/pt_BR.po b/addons/product_email_template/i18n/pt_BR.po index 721676b3947..f46c8872174 100644 --- a/addons/product_email_template/i18n/pt_BR.po +++ b/addons/product_email_template/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 22:59+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,13 +15,14 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product_email_template #: model:email.template,body_html:product_email_template.product_online_training_email_template msgid "" -"
    \n" " Online Training + Certification\n" "
    \n" @@ -48,7 +49,7 @@ msgid "" "included (Pre-Ordered, available as of November 1st, 2013)\n" " \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Structure of the Training\n" @@ -59,7 +60,7 @@ msgid "" "
    \n" " \n" +"raining.png\"/>\n" " \n" @@ -68,7 +69,7 @@ msgid "" "
      \n" "
    • Videos with detailed demos
    • \n" "
    • Hands-on exercises and their solutions
    • \n" -"
    • Live Q&A sessions with a trainer
    • \n" +"
    • Live Q&A sessions with a trainer
    • \n" "
    \n" "
    \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
    EnglishEnglishEnglishEnglishSpanish
    EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
    RegisterRegisterRegister
    \n" "
    \n" -"
    \n" +"
    \n" "
    \n" " Content of the Training\n" @@ -209,9 +207,9 @@ msgid "" "
    \n" "
    Monday


    \n" -" Introduction, CRM & Sales\n" +"4px;margin-right: 25px;\" />Monday


    \n" +" Introduction, CRM & Sales\n" "
    Introduction: Get familiar with the V7.
    \n" " \n" @@ -239,7 +237,8 @@ msgid "" " The introduction exercises have been created to help " "you discover Odoo in an easy way. Their main objective is to present the " "different applications, menus, view types, shortcuts, field types, wizards, " -"actions, etc. It will help you to discover how to navigate in Odoo!
    \n" +"actions, etc. It will help you to discover how to navigate in " +"Odoo!

    \n" " Therefore, the Introduction is compulsory for " "everyone, even if you need to learn a specific module given on an other " "date. This obligation has been made to make sure that you are not lost if " @@ -259,9 +258,9 @@ msgid "" "#646464;\">\n" " \n" " \n" "
    \n" "
      \n" -"
    • Manage Lead & Opportunities
    • \n" +"
    • Manage Lead & Opportunities
    • \n" "
    • Call, Meeting
    • \n" -"
    • Partners & contacts
    • \n" +"
    • Partners & contacts
    • \n" "
    • Automated actions
    • \n" "
    • Import partners and contacts from LinkedIn
    • \n" "
    \n" @@ -301,8 +300,8 @@ msgid "" "
  • Products to sell
  • \n" "
  • Manual discounts
  • \n" "
  • Margins
  • \n" -"
  • Sales & Warehouse: Invoicing control (On " -"demand / On\n" +"
  • Sales & Warehouse: Invoicing control (On demand " +"/ On\n" " Delivery Order), Shipping policy (At once / Each " "product\n" " when available)
  • \n" @@ -322,7 +321,7 @@ msgid "" "
    \n" -" CRM & Sales management:\n" +" CRM & Sales management:\n" "
      \n" "
    • From an opportunity to a sale order
    • \n" "
    • Claims
    • \n" @@ -340,9 +339,9 @@ msgid "" "
      \n" "
      Tuesday


      \n" -" Access rights, Sales & Purchase, Financial accounting\n" +"4px;margin-right: 25px;\" />Tuesday


      \n" +" Access rights, Sales & Purchase, Financial accounting\n" "
      Access rights
      \n" " \n" @@ -385,7 +384,7 @@ msgid "" "
    • Products
    • \n" "
    • Request for Quotation
    • \n" "
    • Purchase order
    • \n" -"
    • Invoicing & Invoice control
    • \n" +"
    • Invoicing & Invoice control
    • \n" "
    • Incoming order (Complete/partial receipt)
    • \n" "
    • Purchase requisition
    • \n" " \n" @@ -405,7 +404,7 @@ msgid "" " \n" " \n" "
      \n" -" Sales & Purchase management\n" +" Sales & Purchase management\n" "
        \n" "
      • Make to order product
      • \n" "
      • Retailer process: buy a product and sell it " @@ -433,7 +432,7 @@ msgid "" "
          \n" "
        • Invoices
        • \n" "
        • Refunds
        • \n" -"
        • Journal Entries & Reconciliations
        • \n" +"
        • Journal Entries & Reconciliations
        • \n" "
        • Reports / Closing of fiscal year
        • \n" "
        • Accounts
        • \n" "
        \n" @@ -448,7 +447,7 @@ msgid "" "on debtor/creditor and income/expense accounts
      • \n" "
      • Multiple manners to reconcile
      • \n" "
      • Configuration of accounts to ensure correct " -"display in balance sheet and profit & loss statement
      • \n" +"display in balance sheet and profit & loss statement\n" "
      • Apply correct deferral methods to ensure the " "close of the fiscal year
      • \n" "
      \n" @@ -459,8 +458,8 @@ msgid "" "
      \n" "
      Wednesday


      \n" +"4px;margin-right: 25px;\" />Wednesday


      \n" " Project management, Human resources, Contract management\n" "
      Project Management
      \n" @@ -488,8 +487,7 @@ msgid "" "
    • Discover the Gantt view to see how your project " "has been planned and adapt it according to new elements or to the people " "agenda
    • \n" -"
    • Define project members & delegate " -"tasks
    • \n" +"
    • Define project members & delegate tasks
    • \n" "
    • Register issues and escalate them
    • \n" "
    • Create automatically timesheet lines in the " "Human Resources menu from recorded work activities
    • \n" @@ -555,10 +553,10 @@ msgid "" "
        \n" "
      • Contracts
      • \n" "
      • Invoicing methods\n" -"
      • Sale orders
      • \n" +"
      • Sale orders
      • \n" "
      • Timesheets
      • \n" "
      • Expenses
      • \n" -" \n" +" \n" "
      \n" "
      \n" @@ -578,10 +576,9 @@ msgid "" "
      \n" "
      Thursday


      \n" -" Warehouse management, Manufacturing (MRP) & Sales, " -"Import/Export\n" +"4px;margin-right: 25px;\" />Thursday


      \n" +" Warehouse management, Manufacturing (MRP) & Sales, Import/Export\n" "
      Warehouse management
      \n" " \n" @@ -648,7 +645,7 @@ msgid "" " \n" " \n" " \n" "
      \n" -" MRP & Sales\n" +" MRP & Sales\n" "
        \n" "
      • Product configuration Make to Stock / to " "Order
      • \n" @@ -660,9 +657,9 @@ msgid "" " From the sales perspective, you will have a " "manufacturing order generated based on a request coming from a customer " "without any manual operation. This integration of those two aplications " -"allows you to perform the following flow in an automated way: Sale order " -"–> Stock level verification –> Production of the missing units –> " -"Receival in stock of the finished goods –> Delivery to the customer.\n" +"allows you to perform the following flow in an automated way: Sale order –> " +"Stock level verification –> Production of the missing units –> Receival in " +"stock of the finished goods –> Delivery to the customer.\n" "
      \n" @@ -696,8 +693,8 @@ msgid "" "
      \n" "
      Friday


      \n" +"4px;margin-right: 25px;\" />Friday


      \n" " Pricelists, Point of Sale (POS), Introduction to report " "customization\n" "

      \n" +"...)

      \n" " About the front-end:\n" "
        \n" "
      • Offline mode. Imagine several cases were having " @@ -806,7 +803,7 @@ msgid "" "
      \n" "
      \n" "
      \n" +"top:30px;\" >\n" " \n" " \n" " \n" @@ -815,24 +812,21 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" +"style=\"text-decoration:none;color:#FFFFFF;\" target=_new>Register\n" " \n" "
      English
      EuropeUSA & CanadaUSA & Latin AmericaUSA & CanadaUSA & Latin America
      RegisterRegisterRegister
      \n" "
      \n" -"
      \n" +"
      \n" "
      \n" " Training Material\n" @@ -882,7 +876,7 @@ msgid "" "
    \n" "
    \n" -"\n" +"
    \n" " \n" " " msgstr "" diff --git a/addons/product_expiry/i18n/de.po b/addons/product_expiry/i18n/de.po index 21c7fa39f8a..bf99dc7f8b9 100644 --- a/addons/product_expiry/i18n/de.po +++ b/addons/product_expiry/i18n/de.po @@ -8,14 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-20 08:32+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"PO-Revision-Date: 2014-10-03 08:56+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: product_expiry @@ -52,7 +51,7 @@ msgstr "Verwendbar bis" #. module: product_expiry #: model:product.template,name:product_expiry.product_product_jambon_product_template msgid "French cheese Camembert" -msgstr "" +msgstr "Französischer Camembert" #. module: product_expiry #: model:product.template,name:product_expiry.product_product_from_product_template @@ -115,8 +114,8 @@ msgid "" "This is the date on which the goods with this Serial Number may become " "dangerous and must not be consumed." msgstr "" -"Anzahl der Tage nach Erstellung dieser Serie bevor die Verwendbarkeit " -"gefährlich werden kann und nicht mehr konsumiert werden darf." +"Anzahl der Tage nach Erstellung dieser Serie bevor die Verwendung gefährlich " +"werden kann und nicht mehr konsumiert werden darf." #. module: product_expiry #: help:stock.production.lot,removal_date:0 @@ -170,4 +169,4 @@ msgid "" "goods starts deteriorating, without being dangerous yet." msgstr "" "Die Anzahl der Tage bevor eine Serie schlecht wird ohne gefährlich zu werden " -"(mindestens Haltbar bis ...)" +"(mindestens haltbar bis ...)" diff --git a/addons/project/i18n/ar.po b/addons/project/i18n/ar.po index 50241f4693e..e560753a094 100644 --- a/addons/project/i18n/ar.po +++ b/addons/project/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# من الايام" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# من المهام" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "عُينت لـ" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "مكلف إلى" @@ -228,6 +232,7 @@ msgstr "متوسط كفاءة الخطة" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "محظورة" @@ -315,6 +320,7 @@ msgid "Companies" msgstr "الشركات" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -350,7 +356,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -392,6 +397,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -659,6 +666,7 @@ msgstr "يعطي النظام تسلسل عند عرض قائمة المهام." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -770,6 +778,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "قيد التقدم" @@ -837,9 +846,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -933,6 +940,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "شهر" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1130,6 +1142,7 @@ msgstr "التّقدّم" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1252,6 +1265,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1301,11 +1315,6 @@ msgstr "مسؤول" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1338,7 +1347,9 @@ msgstr "الساعات المقضية" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "مرحلة" @@ -1375,6 +1386,8 @@ msgstr "تاريخ البدء" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1424,7 +1437,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1465,6 +1480,11 @@ msgstr "تأخير المهمة" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1753,11 +1773,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "المسنخدم الذي تريد تفويض هذه المهمة اليه" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "المستخدمون" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1806,6 +1821,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1846,3 +1866,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "Users" +#~ msgstr "المستخدمون" + +#~ msgid "# of tasks" +#~ msgstr "# من المهام" diff --git a/addons/project/i18n/bg.po b/addons/project/i18n/bg.po index f3c0819f86d..a87b2f88f55 100644 --- a/addons/project/i18n/bg.po +++ b/addons/project/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Присвоено на" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Контакт" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -652,6 +659,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -758,6 +766,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "В прогрес" @@ -825,9 +834,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -918,6 +925,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Месец" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1114,6 +1126,7 @@ msgstr "Напредък" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1235,6 +1248,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1284,11 +1298,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1321,7 +1330,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1358,6 +1369,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Състояние" @@ -1405,7 +1418,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1446,6 +1461,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1724,11 +1744,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "Потребител, на който желаете да доверите тази задача" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1777,6 +1792,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/bs.po b/addons/project/i18n/bs.po index 8804f5482c9..f33eb07c58f 100644 --- a/addons/project/i18n/bs.po +++ b/addons/project/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/ca.po b/addons/project/i18n/ca.po index d87fcf64fc7..9e8b7f00d37 100644 --- a/addons/project/i18n/ca.po +++ b/addons/project/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Nº de dies" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Nº de tasques" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Assignat a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Assignat a" @@ -228,6 +232,7 @@ msgstr "Promig Pla.-Real" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Companyies" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -348,7 +354,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacte" @@ -390,6 +395,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -660,6 +667,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -767,6 +775,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En progrés" @@ -834,9 +843,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -931,6 +938,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mes" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1130,6 +1142,7 @@ msgstr "Progrés" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1253,6 +1266,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1302,11 +1316,6 @@ msgstr "Responsable" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1339,7 +1348,9 @@ msgstr "Hores dedicades" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fase" @@ -1376,6 +1387,8 @@ msgstr "Data d'inici" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Estat" @@ -1429,7 +1442,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1470,6 +1485,11 @@ msgstr "Delega tasca" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1762,11 +1782,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "Usuari al que vol delegar aquesta tasca." -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Usuaris" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1815,6 +1830,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1855,3 +1875,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "Nº de tasques" + +#~ msgid "Users" +#~ msgstr "Usuaris" diff --git a/addons/project/i18n/cs.po b/addons/project/i18n/cs.po index c4cd318b46c..f7d96482613 100644 --- a/addons/project/i18n/cs.po +++ b/addons/project/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# dnů" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# úkolů" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Přiřazeno k" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Přiřadit k" @@ -228,6 +232,7 @@ msgstr "Prům. Plán.-efek." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Společnosti" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -348,7 +354,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -390,6 +395,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -657,6 +664,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -765,6 +773,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "V běhu" @@ -832,9 +841,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -925,6 +932,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Měsíc" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1123,6 +1135,7 @@ msgstr "Průběh" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1246,6 +1259,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1295,11 +1309,6 @@ msgstr "Odpovědný" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1332,7 +1341,9 @@ msgstr "Strávených hodin" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fáze" @@ -1369,6 +1380,8 @@ msgstr "Počáteční datum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1422,7 +1435,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1463,6 +1478,11 @@ msgstr "Delegace úlohy" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1745,11 +1765,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "Uživatel, na kterého chcete delegovat tuto úlohu" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Uživatelé" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1798,6 +1813,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1838,3 +1858,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "# úkolů" + +#~ msgid "Users" +#~ msgstr "Uživatelé" diff --git a/addons/project/i18n/da.po b/addons/project/i18n/da.po index b50948b09ad..01d017a2aad 100644 --- a/addons/project/i18n/da.po +++ b/addons/project/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Antal dage" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Antal opgaver" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -193,8 +194,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -208,7 +210,9 @@ msgid "Assigned To" msgstr "Tildelt" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Tildelt til" @@ -229,6 +233,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blokeret" @@ -316,6 +321,7 @@ msgid "Companies" msgstr "Firmaer" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -351,7 +357,6 @@ msgstr "Konfigurér projekt" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -393,6 +398,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Oprettelses dato" @@ -662,6 +669,7 @@ msgstr "Styrer rækkefølgen ved visning af opgaver." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -777,6 +785,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "I gang" @@ -846,9 +855,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -942,6 +949,11 @@ msgstr "Besked- og kommunikations historik" msgid "Miscellaneous" msgstr "Diverse" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Måned" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1140,6 +1152,7 @@ msgstr "Fremdrift" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1263,6 +1276,7 @@ msgstr "Klar" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Klar til næste fase" @@ -1312,11 +1326,6 @@ msgstr "Ansvarlig" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1349,7 +1358,9 @@ msgstr "Forbrugte timer" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fase" @@ -1386,6 +1397,8 @@ msgstr "Startdato" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1437,7 +1450,9 @@ msgstr "Tags" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1478,6 +1493,11 @@ msgstr "Opgave ansvarlig" msgid "Task Delegation" msgstr "Opgave delegering" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1769,11 +1789,6 @@ msgstr "Bruger Email" msgid "User you want to delegate this task to" msgstr "Bruger du vil uddelegere denne opgave til" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Brugere" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1822,6 +1837,11 @@ msgstr "" msgid "Working time unit" msgstr "Arbejdstids-enhed" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1864,3 +1884,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "ukendt" + +#~ msgid "Users" +#~ msgstr "Brugere" + +#~ msgid "# of tasks" +#~ msgstr "Antal opgaver" diff --git a/addons/project/i18n/de.po b/addons/project/i18n/de.po index 42f5e49948b..421eea094e1 100644 --- a/addons/project/i18n/de.po +++ b/addons/project/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 06:32+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 19:19+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: de\n" @@ -30,8 +30,9 @@ msgid "# of Days" msgstr "# Tage" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "# Aufgaben" #. module: project @@ -242,8 +243,9 @@ msgid "Assignation Date" msgstr "Zuweisungsdatum" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "Zuweisungsdatum" #. module: project @@ -257,7 +259,9 @@ msgid "Assigned To" msgstr "Zugewiesen an" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Zugewiesen an" @@ -278,6 +282,7 @@ msgstr "Durch. Plan. - Eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blockiert" @@ -365,6 +370,7 @@ msgid "Companies" msgstr "Unternehmen" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -400,7 +406,6 @@ msgstr "Projekt konfigurieren" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -442,6 +447,8 @@ msgid "Created on" msgstr "Angelegt am" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Erstelldatum" @@ -712,6 +719,7 @@ msgstr "Die Reihenfolge der Liste der Aufgaben." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "Gruppieren nach" @@ -841,6 +849,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "In Bearbeitung" @@ -911,9 +920,7 @@ msgid "Last Modification Date" msgstr "Letztes Bearbeitungsdatum" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Aktuellste Stufenaktualisierung" @@ -1010,6 +1017,11 @@ msgstr "Nachrichten und Kommunikations-Historie" msgid "Miscellaneous" msgstr "Verschiedenes" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Monat" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1211,6 +1223,7 @@ msgstr "Fortschritt" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1340,6 +1353,7 @@ msgstr "Bereit" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Bereit für nächste Stufe" @@ -1390,11 +1404,6 @@ msgstr "Verantwortlich" msgid "Reviewer" msgstr "Prüfer" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "Prüfer" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1427,7 +1436,9 @@ msgstr "Geleistete Stunden" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Stufe" @@ -1464,6 +1475,8 @@ msgstr "Start" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1516,7 +1529,9 @@ msgstr "Schlagwörter" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1557,6 +1572,11 @@ msgstr "Aufgabe delegieren" msgid "Task Delegation" msgstr "Aufgabendelegation" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "Aufgaben Pipeline" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1863,11 +1883,6 @@ msgstr "Benutzer E-Mail" msgid "User you want to delegate this task to" msgstr "Benutzer an den die Aufgabe delegiert werden soll" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Benutzer" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1916,6 +1931,11 @@ msgstr "Verbrauchtes Zeitbudget (%)" msgid "Working time unit" msgstr "Arbeitseinheit" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "Arbeitsanfall" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1958,3 +1978,9 @@ msgstr "Aufgaben" #: field:project.project,task_ids:0 msgid "unknown" msgstr "unbekannt" + +#~ msgid "# of tasks" +#~ msgstr "# Aufgaben" + +#~ msgid "Users" +#~ msgstr "Benutzer" diff --git a/addons/project/i18n/el.po b/addons/project/i18n/el.po index e737b237a32..c7a927d4505 100644 --- a/addons/project/i18n/el.po +++ b/addons/project/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# Ημερών" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# εργασιών" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Επαφή" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -655,6 +662,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -761,6 +769,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Σε εξέλιξη" @@ -828,9 +837,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -924,6 +931,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1120,6 +1132,7 @@ msgstr "Εξέλιξη" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1241,6 +1254,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1290,11 +1304,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1327,7 +1336,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1364,6 +1375,8 @@ msgstr "Ημερ/νία Εκκίνησης" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Κατάσταση" @@ -1411,7 +1424,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1452,6 +1467,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1735,11 +1755,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1788,6 +1803,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1828,3 +1848,6 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "# εργασιών" diff --git a/addons/project/i18n/es.po b/addons/project/i18n/es.po index f50490b7c09..8463a1645e5 100644 --- a/addons/project/i18n/es.po +++ b/addons/project/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-26 14:37+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 19:45+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "Nº de días" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "Nº de tareas" #. module: project @@ -229,9 +230,10 @@ msgid "Assignation Date" msgstr "Fecha de asignación" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" -msgstr "Fecha de asignación" +msgid "Assignation Month" +msgstr "Mes de asignación" #. module: project #: model:ir.actions.act_window,name:project.act_res_users_2_project_task_opened @@ -244,7 +246,9 @@ msgid "Assigned To" msgstr "Asignado a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Asignado a" @@ -265,6 +269,7 @@ msgstr "Promedio Plan.-Real" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqueada" @@ -352,6 +357,7 @@ msgid "Companies" msgstr "Compañías" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -387,7 +393,6 @@ msgstr "Configurar proyecto" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacto" @@ -429,6 +434,8 @@ msgid "Created on" msgstr "Creado en" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Fecha de creación" @@ -702,6 +709,7 @@ msgstr "Indica el orden de las tareas al mostrarlas en la lista" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "Agrupar por" @@ -829,6 +837,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En progreso" @@ -899,9 +908,7 @@ msgid "Last Modification Date" msgstr "Última fecha de modificación" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "última actualización de la etapa" @@ -999,6 +1006,11 @@ msgstr "Mensajes e historial de comunicación" msgid "Miscellaneous" msgstr "Miscelánea" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mes" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1197,6 +1209,7 @@ msgstr "Progreso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1325,6 +1338,7 @@ msgstr "Preparada" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Lista para la siguiente etapa" @@ -1374,11 +1388,6 @@ msgstr "Responsable" msgid "Reviewer" msgstr "Revisor" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "Revisores" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1411,7 +1420,9 @@ msgstr "Horas consumidas" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -1448,6 +1459,8 @@ msgstr "Fecha de inicio" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Estado" @@ -1501,7 +1514,9 @@ msgstr "Etiquetas" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1542,6 +1557,11 @@ msgstr "Delegar tarea" msgid "Task Delegation" msgstr "Delegación de tareas" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "Tubería de tareas" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1851,11 +1871,6 @@ msgstr "Email del usuario" msgid "User you want to delegate this task to" msgstr "Usuario al que quiere delegar esta tarea." -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Usuarios" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1904,6 +1919,11 @@ msgstr "Progreso del tiempo trabajado (%s)" msgid "Working time unit" msgstr "Unidad de tiempo trabajado" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "Carga de trabajo" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1947,3 +1967,9 @@ msgstr "tareas" #: field:project.project,task_ids:0 msgid "unknown" msgstr "desconocido" + +#~ msgid "# of tasks" +#~ msgstr "Nº de tareas" + +#~ msgid "Users" +#~ msgstr "Usuarios" diff --git a/addons/project/i18n/es_AR.po b/addons/project/i18n/es_AR.po index 71d9296edf5..cd5a4f8f9c5 100644 --- a/addons/project/i18n/es_AR.po +++ b/addons/project/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Asignado a" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacto" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -653,6 +660,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -761,6 +769,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En proceso" @@ -828,9 +837,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -925,6 +932,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1121,6 +1133,7 @@ msgstr "Progreso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1242,6 +1255,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1291,11 +1305,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1328,7 +1337,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1365,6 +1376,8 @@ msgstr "Fecha de inicio" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Estado" @@ -1412,7 +1425,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1453,6 +1468,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1738,11 +1758,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1791,6 +1806,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/es_CO.po b/addons/project/i18n/es_CO.po index 23a1e5233ab..8e0f0ab97d1 100644 --- a/addons/project/i18n/es_CO.po +++ b/addons/project/i18n/es_CO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Colombia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Nº de Días" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Nº de tareas" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -235,8 +236,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -250,7 +252,9 @@ msgid "Assigned To" msgstr "Asignado A" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Asignado(a) a" @@ -271,6 +275,7 @@ msgstr "Promedio Plan - Real" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqueado(a)" @@ -358,6 +363,7 @@ msgid "Companies" msgstr "Compañías" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -393,7 +399,6 @@ msgstr "Configurar Proyecto" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacto" @@ -435,6 +440,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Fecha De Creación" @@ -708,6 +715,7 @@ msgstr "Indica el orden de las tareas al mostrarlas en la lista." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -824,6 +832,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En Progreso" @@ -894,9 +903,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -991,6 +998,11 @@ msgstr "Mensajes e historial de comunicación" msgid "Miscellaneous" msgstr "Misceláneos" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mes" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1189,6 +1201,7 @@ msgstr "Progreso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1312,6 +1325,7 @@ msgstr "Preparado(a)" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Lista para la siguiente fase/etapa" @@ -1361,11 +1375,6 @@ msgstr "Responsable" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1398,7 +1407,9 @@ msgstr "Tiempo Consumido" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fase" @@ -1435,6 +1446,8 @@ msgstr "Fecha de Inicio" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Estado" @@ -1488,7 +1501,9 @@ msgstr "Etiquetas" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1529,6 +1544,11 @@ msgstr "Tarea Delegada" msgid "Task Delegation" msgstr "Delegación de Tareas" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1825,11 +1845,6 @@ msgstr "Email del Usuario" msgid "User you want to delegate this task to" msgstr "Usuario al que quiere delegar esta tarea." -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Usuarios" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1878,6 +1893,11 @@ msgstr "" msgid "Working time unit" msgstr "Unidad de tiempo trabajado" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1920,3 +1940,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "desconocido(a)" + +#~ msgid "Users" +#~ msgstr "Usuarios" + +#~ msgid "# of tasks" +#~ msgstr "Nº de tareas" diff --git a/addons/project/i18n/es_CR.po b/addons/project/i18n/es_CR.po index 079248f2668..345aab272ae 100644 --- a/addons/project/i18n/es_CR.po +++ b/addons/project/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Nº de días" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Nº de tareas" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Asignado a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Asignado a" @@ -228,6 +232,7 @@ msgstr "Promedio Plan.-Real" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqueado" @@ -315,6 +320,7 @@ msgid "Companies" msgstr "Compañías" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -350,7 +356,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacto" @@ -392,6 +397,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Fecha de Creación" @@ -663,6 +670,7 @@ msgstr "Da la orden de la secuencia cuando se muestra una lista de tareas." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -774,6 +782,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En progreso" @@ -841,9 +850,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -938,6 +945,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mes" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1136,6 +1148,7 @@ msgstr "Progreso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1259,6 +1272,7 @@ msgstr "Listo" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1308,11 +1322,6 @@ msgstr "Responsable" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1345,7 +1354,9 @@ msgstr "Horas consumidas" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -1382,6 +1393,8 @@ msgstr "Fecha de inicio" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Estado" @@ -1435,7 +1448,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1476,6 +1491,11 @@ msgstr "Delegar tarea" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1768,11 +1788,6 @@ msgstr "Email del Usuario" msgid "User you want to delegate this task to" msgstr "Usuario al que quiere delegar esta tarea." -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Usuarios" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1821,6 +1836,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1861,3 +1881,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "Nº de tareas" + +#~ msgid "Users" +#~ msgstr "Usuarios" diff --git a/addons/project/i18n/es_MX.po b/addons/project/i18n/es_MX.po index 07d7ac40188..cbfe71d893a 100644 --- a/addons/project/i18n/es_MX.po +++ b/addons/project/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Nº de días" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Nº de tareas" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -219,8 +220,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -234,7 +236,9 @@ msgid "Assigned To" msgstr "Asignado a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Asignado a" @@ -255,6 +259,7 @@ msgstr "Promedio Plan.-Real" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqueado" @@ -342,6 +347,7 @@ msgid "Companies" msgstr "Compañías" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -377,7 +383,6 @@ msgstr "Configurar proyecto" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacto" @@ -419,6 +424,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Fecha de Creación" @@ -690,6 +697,7 @@ msgstr "Indica el orden de las tareas al mostrarlas en la lista" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -805,6 +813,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En proceso" @@ -875,9 +884,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -972,6 +979,11 @@ msgstr "Mensajes e historial de comunicación" msgid "Miscellaneous" msgstr "Miscelánea" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mes" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1170,6 +1182,7 @@ msgstr "Progreso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1293,6 +1306,7 @@ msgstr "Preparado" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Lista para la siguiente etapa" @@ -1342,11 +1356,6 @@ msgstr "Responsable" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1379,7 +1388,9 @@ msgstr "Horas Consumidas" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -1416,6 +1427,8 @@ msgstr "Fecha de inicio" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1469,7 +1482,9 @@ msgstr "Etiquetas" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1510,6 +1525,11 @@ msgstr "Delegar tarea" msgid "Task Delegation" msgstr "Delegación de tareas" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1807,11 +1827,6 @@ msgstr "Email del Usuario" msgid "User you want to delegate this task to" msgstr "Usuario al que quiere delegar esta tarea." -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Usuarios" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1860,6 +1875,11 @@ msgstr "" msgid "Working time unit" msgstr "Unidad de tiempo trabajado" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1903,3 +1923,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "Desconocido" + +#~ msgid "Users" +#~ msgstr "Usuarios" + +#~ msgid "# of tasks" +#~ msgstr "Nº de tareas" diff --git a/addons/project/i18n/es_PY.po b/addons/project/i18n/es_PY.po index c53a96484df..3c9fdc61eef 100644 --- a/addons/project/i18n/es_PY.po +++ b/addons/project/i18n/es_PY.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Paraguay) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/et.po b/addons/project/i18n/et.po index a2a51662ffd..757fe8a82f5 100644 --- a/addons/project/i18n/et.po +++ b/addons/project/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Kellele määratud" @@ -228,6 +232,7 @@ msgstr "Keskm. Plaani.- Effect." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -653,6 +660,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -759,6 +767,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Töös" @@ -826,9 +835,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -922,6 +929,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Kuu" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1119,6 +1131,7 @@ msgstr "Edenemine" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1240,6 +1253,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1289,11 +1303,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1326,7 +1335,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1363,6 +1374,8 @@ msgstr "Alguskuupäev" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Olek" @@ -1410,7 +1423,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1451,6 +1466,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1734,11 +1754,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1787,6 +1802,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/eu.po b/addons/project/i18n/eu.po index 3d2d58230e1..0d0f359f793 100644 --- a/addons/project/i18n/eu.po +++ b/addons/project/i18n/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "Aurrerapena" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1725,11 +1745,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1778,6 +1793,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/fi.po b/addons/project/i18n/fi.po index c6beb79f5c2..40448952d69 100644 --- a/addons/project/i18n/fi.po +++ b/addons/project/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Päivien määrä" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "tehtävien määrä" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -197,8 +198,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -212,7 +214,9 @@ msgid "Assigned To" msgstr "Määritelty käyttäjälle" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Annettu tehtäväksi" @@ -233,6 +237,7 @@ msgstr "Keskimääräinen suunniteltu tehokkuus" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Estetty" @@ -320,6 +325,7 @@ msgid "Companies" msgstr "Yritykset" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -355,7 +361,6 @@ msgstr "Konfiguroi projekti" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Yhteystieto" @@ -397,6 +402,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Luontipäivämäärä" @@ -664,6 +671,7 @@ msgstr "Antaa järjestyksen näytettäessä tehtäväluetteloa." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -778,6 +786,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Käynnissä" @@ -845,9 +854,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -938,6 +945,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Kuukausi" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1136,6 +1148,7 @@ msgstr "Edistyminen" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1259,6 +1272,7 @@ msgstr "Valmis" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1308,11 +1322,6 @@ msgstr "Vastuuhenkilö" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1345,7 +1354,9 @@ msgstr "Käytetyt tunnit" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Vaihe" @@ -1382,6 +1393,8 @@ msgstr "Alkupäivä" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Tila" @@ -1434,7 +1447,9 @@ msgstr "Tunnisteet" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1475,6 +1490,11 @@ msgstr "Tehtävän delegointi" msgid "Task Delegation" msgstr "Tehtävän delegointi" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1763,11 +1783,6 @@ msgstr "Käyttäjän sähköposti" msgid "User you want to delegate this task to" msgstr "Käyttäjä jolle haluat delegoida tämän tehtävän" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Käyttäjät" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1816,6 +1831,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1856,3 +1876,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "tehtävien määrä" + +#~ msgid "Users" +#~ msgstr "Käyttäjät" diff --git a/addons/project/i18n/fr.po b/addons/project/i18n/fr.po index 024247764fb..d80395bb626 100644 --- a/addons/project/i18n/fr.po +++ b/addons/project/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Nb de jours" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Nb de tâches" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -229,8 +230,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -244,7 +246,9 @@ msgid "Assigned To" msgstr "Assigné à" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Assigné à" @@ -265,6 +269,7 @@ msgstr "Moy. Planif-Effect" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqué" @@ -352,6 +357,7 @@ msgid "Companies" msgstr "Sociétés" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -387,7 +393,6 @@ msgstr "Configurer le projet" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contact" @@ -429,6 +434,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Date de création" @@ -703,6 +710,7 @@ msgstr "Donne la séquence (l'ordre) d'affichage d'une liste de tâches" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -819,6 +827,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "En cours" @@ -889,9 +898,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -986,6 +993,11 @@ msgstr "Historique des messages et des communications" msgid "Miscellaneous" msgstr "Divers" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mois" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1185,6 +1197,7 @@ msgstr "Avancement" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1308,6 +1321,7 @@ msgstr "Prêt" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Prêt pour la prochaine étape" @@ -1358,11 +1372,6 @@ msgstr "Responsable" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1395,7 +1404,9 @@ msgstr "Heures consommées" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Étape" @@ -1432,6 +1443,8 @@ msgstr "Démarrage du projet" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "État" @@ -1484,7 +1497,9 @@ msgstr "Étiquettes" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1525,6 +1540,11 @@ msgstr "Déléguer une tâche" msgid "Task Delegation" msgstr "Délégation de tâche" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1823,11 +1843,6 @@ msgstr "Courriel de l'utilisateur" msgid "User you want to delegate this task to" msgstr "Utilisateur à qui vous voulez déléguer cette tâche" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Utilisateurs" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1876,6 +1891,11 @@ msgstr "" msgid "Working time unit" msgstr "Unité de temps de travail" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1919,3 +1939,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "inconnu" + +#~ msgid "# of tasks" +#~ msgstr "Nb de tâches" + +#~ msgid "Users" +#~ msgstr "Utilisateurs" diff --git a/addons/project/i18n/gl.po b/addons/project/i18n/gl.po index fec4386b60a..1f07e0e7891 100644 --- a/addons/project/i18n/gl.po +++ b/addons/project/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/gu.po b/addons/project/i18n/gu.po index a2dd64db6ef..deb6f6165ac 100644 --- a/addons/project/i18n/gu.po +++ b/addons/project/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "કાર્ય સોંપણી" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/he.po b/addons/project/i18n/he.po index 6544eb45259..6f842fe0654 100644 --- a/addons/project/i18n/he.po +++ b/addons/project/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# ימים" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# משימות" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "משוייך ל" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "משויך ל" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "חסומה" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "חברות" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "הגדרות פרוייקט" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "תאריך יצירה" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "בתהליך" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "שונות" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "חודש" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "התקדמות" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "מוכן" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "מוכן לשלב הבא" @@ -1283,11 +1297,6 @@ msgstr "אחראי" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "שעות שבוצעו" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "שלב" @@ -1357,6 +1368,8 @@ msgstr "תאריך התחלה" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "סטטוס" @@ -1404,7 +1417,9 @@ msgstr "תגיות" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "האצלת משימה" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "דוא\"ל של המשתמש" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "משתמשים" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "יחידת זמן לעבודה" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1816,3 +1836,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "לא ידוע" + +#~ msgid "Users" +#~ msgstr "משתמשים" + +#~ msgid "# of tasks" +#~ msgstr "# משימות" diff --git a/addons/project/i18n/hr.po b/addons/project/i18n/hr.po index 1987084c3ff..2f842ac7c4d 100644 --- a/addons/project/i18n/hr.po +++ b/addons/project/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# dana" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# zadataka" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -228,8 +229,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -243,7 +245,9 @@ msgid "Assigned To" msgstr "Dodijeljeno" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Dodijeljeno" @@ -264,6 +268,7 @@ msgstr "Prosj. Plan.- Efekt." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blokiran" @@ -351,6 +356,7 @@ msgid "Companies" msgstr "Organizacije" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -386,7 +392,6 @@ msgstr "Podesi projekt" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -428,6 +433,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Datum kreiranja" @@ -698,6 +705,7 @@ msgstr "Zadaje redosljed za prikaz popisa zadataka." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -814,6 +822,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "U tijeku" @@ -884,9 +893,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -980,6 +987,11 @@ msgstr "Poruke i povijest komunikacije" msgid "Miscellaneous" msgstr "Razno" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mjesec" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1179,6 +1191,7 @@ msgstr "Napredak" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1302,6 +1315,7 @@ msgstr "Spremno" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Spreman za sljedeću fazu" @@ -1351,11 +1365,6 @@ msgstr "Odgovoran" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1388,7 +1397,9 @@ msgstr "Utrošeni sati" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Faza" @@ -1425,6 +1436,8 @@ msgstr "Početni Datum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1478,7 +1491,9 @@ msgstr "Oznake" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1519,6 +1534,11 @@ msgstr "Delegirani zadatak" msgid "Task Delegation" msgstr "Delegiranje zadataka" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1810,11 +1830,6 @@ msgstr "Korisnikov email" msgid "User you want to delegate this task to" msgstr "Korisnik kojem želite delegirati ovaj zadatak" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Korisnici" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1863,6 +1878,11 @@ msgstr "" msgid "Working time unit" msgstr "Jedinica radnog vremena" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1905,3 +1925,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "nepoznat" + +#~ msgid "Users" +#~ msgstr "Korisnici" + +#~ msgid "# of tasks" +#~ msgstr "# zadataka" diff --git a/addons/project/i18n/hu.po b/addons/project/i18n/hu.po index 1b32b2f8bfb..d03d3787f8f 100644 --- a/addons/project/i18n/hu.po +++ b/addons/project/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Napok száma" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Feladatok száma" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -231,8 +232,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -246,7 +248,9 @@ msgid "Assigned To" msgstr "Hozzárendelve" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Hozzárendelve" @@ -267,6 +271,7 @@ msgstr "Tervezett és a tényleges érték átlagos különbsége" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blokkolva" @@ -354,6 +359,7 @@ msgid "Companies" msgstr "Vállalatok" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -389,7 +395,6 @@ msgstr "Projekt beállítás" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kapcsolat" @@ -431,6 +436,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Létrehozás dátuma" @@ -707,6 +714,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -821,6 +829,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Folyamatban" @@ -891,9 +900,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -987,6 +994,11 @@ msgstr "Üzenetek és kommunikációs történet" msgid "Miscellaneous" msgstr "Vegyes" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Hónap" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1187,6 +1199,7 @@ msgstr "Fejlődés" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1310,6 +1323,7 @@ msgstr "Kész" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Következő fokra ugorhat" @@ -1359,11 +1373,6 @@ msgstr "Felelős" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1396,7 +1405,9 @@ msgstr "Eltöltött órák" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Szakasz" @@ -1433,6 +1444,8 @@ msgstr "Kezdési dátum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Állapot" @@ -1486,7 +1499,9 @@ msgstr "Címkék" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1527,6 +1542,11 @@ msgstr "Feladat-átruházás" msgid "Task Delegation" msgstr "Feladat elosztás" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1823,11 +1843,6 @@ msgstr "Felhasználó email címe" msgid "User you want to delegate this task to" msgstr "Felhasználó, akire át akarja ruházni a feladatot." -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Felhasználók" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1876,6 +1891,11 @@ msgstr "" msgid "Working time unit" msgstr "Munka idő egysége" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1918,3 +1938,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "ismeretlen" + +#~ msgid "# of tasks" +#~ msgstr "Feladatok száma" + +#~ msgid "Users" +#~ msgstr "Felhasználók" diff --git a/addons/project/i18n/id.po b/addons/project/i18n/id.po index 4f29f2e7342..e99f06ed8d9 100644 --- a/addons/project/i18n/id.po +++ b/addons/project/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/it.po b/addons/project/i18n/it.po index 4615d8428bb..80805b0075b 100644 --- a/addons/project/i18n/it.po +++ b/addons/project/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# di giorni" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# di attività" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -226,8 +227,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -241,7 +243,9 @@ msgid "Assigned To" msgstr "Assegnato a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Assegnato a" @@ -262,6 +266,7 @@ msgstr "Efficienza Media" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloccato" @@ -349,6 +354,7 @@ msgid "Companies" msgstr "Aziende" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -385,7 +391,6 @@ msgstr "Configura Progetto" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contatto" @@ -427,6 +432,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Data Creazione" @@ -699,6 +706,7 @@ msgstr "Fornisce l'ordine di sequenza visualizzando la lista delle attività." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -816,6 +824,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "In corso" @@ -886,9 +895,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -982,6 +989,11 @@ msgstr "Storia messaggi e comunicazioni" msgid "Miscellaneous" msgstr "Varie" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mese" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1180,6 +1192,7 @@ msgstr "Avanzamento" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1303,6 +1316,7 @@ msgstr "Pronto" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Pronto per il prossimo stadio" @@ -1352,11 +1366,6 @@ msgstr "Responsabile" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1389,7 +1398,9 @@ msgstr "Ore impiegate" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Stadio" @@ -1426,6 +1437,8 @@ msgstr "Data di inizio" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Stato" @@ -1479,7 +1492,9 @@ msgstr "Tags" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1520,6 +1535,11 @@ msgstr "Delega attività" msgid "Task Delegation" msgstr "Delega Attività" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1816,11 +1836,6 @@ msgstr "Email Utente" msgid "User you want to delegate this task to" msgstr "L'utente a cui si vuole delegare questa attività" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Utenti" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1869,6 +1884,11 @@ msgstr "" msgid "Working time unit" msgstr "Unità tempo lavorativo" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1912,3 +1932,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "sconosciuto" + +#~ msgid "# of tasks" +#~ msgstr "# di attività" + +#~ msgid "Users" +#~ msgstr "Utenti" diff --git a/addons/project/i18n/ja.po b/addons/project/i18n/ja.po index e2cbe91e382..5444749ebae 100644 --- a/addons/project/i18n/ja.po +++ b/addons/project/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "日数" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "タスク数" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "割当先" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "割当先" @@ -228,6 +232,7 @@ msgstr "平均計画実行" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "ブロック" @@ -315,6 +320,7 @@ msgid "Companies" msgstr "会社" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -348,7 +354,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "連絡先" @@ -390,6 +395,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "作成日" @@ -653,6 +660,7 @@ msgstr "タスクリストを表示する時に並び順を与えます。" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -760,6 +768,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "進行中" @@ -827,9 +836,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -922,6 +929,11 @@ msgstr "" msgid "Miscellaneous" msgstr "その他" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "月" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1118,6 +1130,7 @@ msgstr "進捗" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1239,6 +1252,7 @@ msgstr "準備完了" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1288,11 +1302,6 @@ msgstr "担当" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1325,7 +1334,9 @@ msgstr "消費時間数" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "工程" @@ -1362,6 +1373,8 @@ msgstr "開始日" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1409,7 +1422,9 @@ msgstr "タグ" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1450,6 +1465,11 @@ msgstr "タスクの委任" msgid "Task Delegation" msgstr "タスク委任" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1734,11 +1754,6 @@ msgstr "ユーザのEメール" msgid "User you want to delegate this task to" msgstr "このタスクを委任したいユーザ" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "ユーザ" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1787,6 +1802,11 @@ msgstr "" msgid "Working time unit" msgstr "作業時間単位" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1827,3 +1847,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "タスク数" + +#~ msgid "Users" +#~ msgstr "ユーザ" diff --git a/addons/project/i18n/ko.po b/addons/project/i18n/ko.po index 7ab2944b9dc..78ae124cd36 100644 --- a/addons/project/i18n/ko.po +++ b/addons/project/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "할당 대상" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "연락처" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "진행 중" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -919,6 +926,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1115,6 +1127,7 @@ msgstr "진행" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1236,6 +1249,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1285,11 +1299,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1322,7 +1331,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1359,6 +1370,8 @@ msgstr "시작 날짜" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "상태" @@ -1406,7 +1419,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1447,6 +1462,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1728,11 +1748,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1781,6 +1796,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/lt.po b/addons/project/i18n/lt.po index ffc8f025621..d588e411fea 100644 --- a/addons/project/i18n/lt.po +++ b/addons/project/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# dienos" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# užduočių" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Priskirtas" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Priskirtas" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blokuota" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Įmonės" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "Konfigūruoti projektą" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontaktai" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -657,6 +664,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -765,6 +773,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Vykdomas" @@ -832,9 +841,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -928,6 +935,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mėnuo" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1125,6 +1137,7 @@ msgstr "Eiga" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1246,6 +1259,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1295,11 +1309,6 @@ msgstr "Atsakingas" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1332,7 +1341,9 @@ msgstr "Praleistos valandos" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapas" @@ -1369,6 +1380,8 @@ msgstr "Pradžios data" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Būsena" @@ -1418,7 +1431,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1459,6 +1474,11 @@ msgstr "Užduoties delegavimas" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1742,11 +1762,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "Vartotojas, kuriam norite priskirti šią užduotį" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Vartotojai" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1795,6 +1810,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1835,3 +1855,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "# užduočių" + +#~ msgid "Users" +#~ msgstr "Vartotojai" diff --git a/addons/project/i18n/lv.po b/addons/project/i18n/lv.po index 8a98ad055f7..33d79323dbd 100644 --- a/addons/project/i18n/lv.po +++ b/addons/project/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Dienu skaits" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Uzd. skaits" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Piesaistīts" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Piešķirts" @@ -228,6 +232,7 @@ msgstr "Avg. Plan.-Eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Uzņēmumi" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -348,7 +354,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakts" @@ -390,6 +395,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -657,6 +664,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -765,6 +773,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Progresā" @@ -832,9 +841,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -928,6 +935,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mēnesis" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1126,6 +1138,7 @@ msgstr "Progress" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1247,6 +1260,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1296,11 +1310,6 @@ msgstr "Atbildīgais" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1333,7 +1342,9 @@ msgstr "Iztērētās stundas" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Posms" @@ -1370,6 +1381,8 @@ msgstr "Sākuma Datums" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Statuss" @@ -1422,7 +1435,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1463,6 +1478,11 @@ msgstr "Uzdevumu deliģēšana" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1752,11 +1772,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "Lietotājs, kuram gribat deleģēt šo uzdevumu" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Lietotāji" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1805,6 +1820,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1845,3 +1865,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "Uzd. skaits" + +#~ msgid "Users" +#~ msgstr "Lietotāji" diff --git a/addons/project/i18n/mk.po b/addons/project/i18n/mk.po index c3e387b583d..f5dda6428a4 100644 --- a/addons/project/i18n/mk.po +++ b/addons/project/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# од денови" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# од задачи" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -230,8 +231,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -245,7 +247,9 @@ msgid "Assigned To" msgstr "Доделено на" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Доделено на" @@ -266,6 +270,7 @@ msgstr "Avg. Plan.-Eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Блокирано" @@ -353,6 +358,7 @@ msgid "Companies" msgstr "Компании" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -388,7 +394,6 @@ msgstr "Конфигурирај го проектот" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Контакт" @@ -430,6 +435,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Датум на креирање" @@ -704,6 +711,7 @@ msgstr "Го дава редоследот на секвенци кога ја #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -820,6 +828,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Во тек" @@ -890,9 +899,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -987,6 +994,11 @@ msgstr "Пораки и историја на комуникација" msgid "Miscellaneous" msgstr "Разно" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Месец" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1187,6 +1199,7 @@ msgstr "Напредок" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1310,6 +1323,7 @@ msgstr "Спремен" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Подготвено за следно ниво" @@ -1359,11 +1373,6 @@ msgstr "Одговорен" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1396,7 +1405,9 @@ msgstr "Поминати часови" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Фаза" @@ -1433,6 +1444,8 @@ msgstr "Почетен датум" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Статус" @@ -1486,7 +1499,9 @@ msgstr "Ознаки" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1527,6 +1542,11 @@ msgstr "Делегирај задача" msgid "Task Delegation" msgstr "Придавање на задачи" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1825,11 +1845,6 @@ msgstr "Корисничка Е-пошта" msgid "User you want to delegate this task to" msgstr "Корисник на кого сакате да му ја делегирате оваа задача" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Корисници" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1878,6 +1893,11 @@ msgstr "" msgid "Working time unit" msgstr "Единица за работно време" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1921,3 +1941,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "непознато" + +#~ msgid "Users" +#~ msgstr "Корисници" + +#~ msgid "# of tasks" +#~ msgstr "# од задачи" diff --git a/addons/project/i18n/mn.po b/addons/project/i18n/mn.po index 8ee2d4cb9de..11583f01237 100644 --- a/addons/project/i18n/mn.po +++ b/addons/project/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Өдрийн #" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "даалгаврын #" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -227,8 +228,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -242,7 +244,9 @@ msgid "Assigned To" msgstr "Оноогдсон" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Оноогдсон" @@ -263,6 +267,7 @@ msgstr "Дундаж. Төлөвлөгөө.-Зохис." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Хоригдсон" @@ -348,6 +353,7 @@ msgid "Companies" msgstr "Компаниуд" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -383,7 +389,6 @@ msgstr "Төслийг Тохируулах" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Холбогч" @@ -425,6 +430,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Үүсгэсэн Огноо" @@ -693,6 +700,7 @@ msgstr "Даалгаврын жагсаалтыг харуулах дараал #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -809,6 +817,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Боловсруулагдаж буй" @@ -879,9 +888,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -975,6 +982,11 @@ msgstr "Зурвас болон харилцсан түүх" msgid "Miscellaneous" msgstr "Бусад" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Сар" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1173,6 +1185,7 @@ msgstr "Явц" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1295,6 +1308,7 @@ msgstr "Бэлэн" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Дараагийн үед бэлэн" @@ -1344,11 +1358,6 @@ msgstr "Хариуцагч" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1381,7 +1390,9 @@ msgstr "Зарцуулсан цаг" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Үе" @@ -1418,6 +1429,8 @@ msgstr "Эхлэл Огноо" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Төлөв" @@ -1471,7 +1484,9 @@ msgstr "Пайзууд" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1512,6 +1527,11 @@ msgstr "Даалгаврыг ацаглах" msgid "Task Delegation" msgstr "Даалгавар ацаглах" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1806,11 +1826,6 @@ msgstr "Хэрэглэгчийн Э-Мэйл" msgid "User you want to delegate this task to" msgstr "Даалгаврыг ацаглах хэрэглэгч" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Хэрэглэгч" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1859,6 +1874,11 @@ msgstr "" msgid "Working time unit" msgstr "Ажлын цагийн нэгж" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1901,3 +1921,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "тодорхой бус" + +#~ msgid "Users" +#~ msgstr "Хэрэглэгч" + +#~ msgid "# of tasks" +#~ msgstr "даалгаврын #" diff --git a/addons/project/i18n/nb.po b/addons/project/i18n/nb.po index 3232c5c88a7..395cd6d5180 100644 --- a/addons/project/i18n/nb.po +++ b/addons/project/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "Antall dager" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "Antall oppgaver" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Tildelt til" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Tildelt til" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blokkert" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Firmaer" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -348,7 +354,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -390,6 +395,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Opprettelsesdato" @@ -655,6 +662,7 @@ msgstr "Gir sorteringsrekkefølge ved listing av oppgaver" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -763,6 +771,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "I arbeid" @@ -830,9 +839,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -926,6 +933,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Måned" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1122,6 +1134,7 @@ msgstr "Framdrift" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1245,6 +1258,7 @@ msgstr "Klar" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1294,11 +1308,6 @@ msgstr "Ansvarlig" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1331,7 +1340,9 @@ msgstr "Timer brukt" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fase" @@ -1368,6 +1379,8 @@ msgstr "Startdato" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1419,7 +1432,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1460,6 +1475,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1739,11 +1759,6 @@ msgstr "E-post for bruker" msgid "User you want to delegate this task to" msgstr "Bruker som du ønsker å delegere denne oppgaven til" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Brukere" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1792,6 +1807,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1832,3 +1852,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "Users" +#~ msgstr "Brukere" + +#~ msgid "# of tasks" +#~ msgstr "Antall oppgaver" diff --git a/addons/project/i18n/nl.po b/addons/project/i18n/nl.po index b2a507c6d65..520d8af09b7 100644 --- a/addons/project/i18n/nl.po +++ b/addons/project/i18n/nl.po @@ -7,20 +7,20 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-26 11:34+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:16+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 msgid "# Tasks" -msgstr "#Taken" +msgstr "# Taken" #. module: project #: field:report.project.task.user,no_of_days:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# Dagen" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# taken" +msgid "# of Tasks" +msgstr "# Taken" #. module: project #: code:addons/project/project.py:360 @@ -238,9 +239,10 @@ msgid "Assignation Date" msgstr "Datum toewijzing" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" -msgstr "Datum toewijzing" +msgid "Assignation Month" +msgstr "Toegewezen maand" #. module: project #: model:ir.actions.act_window,name:project.act_res_users_2_project_task_opened @@ -253,7 +255,9 @@ msgid "Assigned To" msgstr "Toegewezen aan" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Toegewezen aan" @@ -274,6 +278,7 @@ msgstr "Gem. Plan.-Eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Geblokkeerd" @@ -361,6 +366,7 @@ msgid "Companies" msgstr "Bedrijven" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -396,7 +402,6 @@ msgstr "Project configureren" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contactpersoon" @@ -438,6 +443,8 @@ msgid "Created on" msgstr "Aangemaakt op" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Aanmaakdatum" @@ -707,6 +714,7 @@ msgstr "Geeft de volgorde weer wanneer de lijst van taken wordt weergegeven." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "Groepeer op" @@ -835,6 +843,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "In uitvoering" @@ -905,9 +914,7 @@ msgid "Last Modification Date" msgstr "Laatste datum van aanpassen" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Laatste fase aanpassing" @@ -1005,6 +1012,11 @@ msgstr "Berichten en communicatie historie" msgid "Miscellaneous" msgstr "Diversen" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Maand" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1203,6 +1215,7 @@ msgstr "Voortgang" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1331,6 +1344,7 @@ msgstr "Gereed" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Gereed voor volgende fase" @@ -1380,11 +1394,6 @@ msgstr "Verantwoordelijke" msgid "Reviewer" msgstr "Reviewer" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "Reviewers" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1417,7 +1426,9 @@ msgstr "Gewerkte uren" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fase" @@ -1454,6 +1465,8 @@ msgstr "Begindatum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1507,7 +1520,9 @@ msgstr "Labels" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1548,6 +1563,11 @@ msgstr "Taak delegeren" msgid "Task Delegation" msgstr "Taak delegeren" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "Taken pijplijn" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1857,11 +1877,6 @@ msgstr "Gebruikers e-mail" msgid "User you want to delegate this task to" msgstr "Gebruiker waaraan u de taak wilt delegeren" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Gebruikers" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1910,6 +1925,11 @@ msgstr "Werktijd voortgang (%)" msgid "Working time unit" msgstr "Werktijd maateenheid" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "Werkdruk" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1953,3 +1973,9 @@ msgstr "taken" #: field:project.project,task_ids:0 msgid "unknown" msgstr "onbekend" + +#~ msgid "# of tasks" +#~ msgstr "# taken" + +#~ msgid "Users" +#~ msgstr "Gebruikers" diff --git a/addons/project/i18n/nl_BE.po b/addons/project/i18n/nl_BE.po index ee0b6f5a329..6d3d3c965ae 100644 --- a/addons/project/i18n/nl_BE.po +++ b/addons/project/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# dagen" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# taken" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Toegewezen aan" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Toegewezen aan" @@ -228,6 +232,7 @@ msgstr "Gem. gepland-eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Bedrijven" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -658,6 +665,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -766,6 +774,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Lopende" @@ -833,9 +842,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -929,6 +936,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Maand" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1129,6 +1141,7 @@ msgstr "Voortgang" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1252,6 +1265,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1301,11 +1315,6 @@ msgstr "Verantwoordelijke" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1338,7 +1347,9 @@ msgstr "Gepresteerde uren" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Fase" @@ -1375,6 +1386,8 @@ msgstr "Begindatum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1422,7 +1435,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1463,6 +1478,11 @@ msgstr "Gedelegeerde taak" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1753,11 +1773,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "De gebruiker aan wie u deze taak wilt delegeren" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Gebruikers" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1806,6 +1821,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1846,3 +1866,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "# taken" + +#~ msgid "Users" +#~ msgstr "Gebruikers" diff --git a/addons/project/i18n/pl.po b/addons/project/i18n/pl.po index 4f1e3b967fb..633c57a4a9f 100644 --- a/addons/project/i18n/pl.po +++ b/addons/project/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 11:27+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -29,9 +29,10 @@ msgid "# of Days" msgstr "# dni" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# zadań" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -231,9 +232,10 @@ msgid "Assignation Date" msgstr "Data przypisania" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" -msgstr "Data przypisania" +msgid "Assignation Month" +msgstr "" #. module: project #: model:ir.actions.act_window,name:project.act_res_users_2_project_task_opened @@ -246,7 +248,9 @@ msgid "Assigned To" msgstr "Przypisany do" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Przypisano do" @@ -267,6 +271,7 @@ msgstr "Śred. Efekt. Plan." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Zablokowane" @@ -354,6 +359,7 @@ msgid "Companies" msgstr "Firmy" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -389,7 +395,6 @@ msgstr "Konfiguruj projekt" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -431,6 +436,8 @@ msgid "Created on" msgstr "Data utworzenia" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Data utworzenia" @@ -701,6 +708,7 @@ msgstr "Określa kolejność wyświetlania zadań w listach" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "Grupuj wg" @@ -833,6 +841,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "W toku" @@ -903,9 +912,7 @@ msgid "Last Modification Date" msgstr "Data ostatniej modyfikacji" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Ostatnia zmiana etapu" @@ -999,6 +1006,11 @@ msgstr "Wiadomości i historia komunikacji" msgid "Miscellaneous" msgstr "Różne" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Miesiąc" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1197,6 +1209,7 @@ msgstr "Postęp" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1325,6 +1338,7 @@ msgstr "Gotowe" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Gotów na następny etap" @@ -1374,11 +1388,6 @@ msgstr "Odpowiedzialny" msgid "Reviewer" msgstr "Nadzorujący" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "Nadzorujący" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1411,7 +1420,9 @@ msgstr "Przepracowane godziny" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etap" @@ -1448,6 +1459,8 @@ msgstr "Data rozpoczęcia" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Stan" @@ -1498,7 +1511,9 @@ msgstr "Tagi" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1539,6 +1554,11 @@ msgstr "Przydziel" msgid "Task Delegation" msgstr "Przekazywanie zadań" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1845,11 +1865,6 @@ msgstr "Adres pocztowy użytkownika" msgid "User you want to delegate this task to" msgstr "Użytkownik, któremu chcesz przydzielić zadanie" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Użytkownicy" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1898,6 +1913,11 @@ msgstr "Postęp czasu pracy (%)" msgid "Working time unit" msgstr "Jednostka czasu pracy" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1940,3 +1960,15 @@ msgstr "zadania" #: field:project.project,task_ids:0 msgid "unknown" msgstr "nieznane" + +#~ msgid "# of tasks" +#~ msgstr "# zadań" + +#~ msgid "Users" +#~ msgstr "Użytkownicy" + +#~ msgid "Assignation date" +#~ msgstr "Data przypisania" + +#~ msgid "Reviewers" +#~ msgstr "Nadzorujący" diff --git a/addons/project/i18n/pt.po b/addons/project/i18n/pt.po index 86806a30cd0..cf012cb4512 100644 --- a/addons/project/i18n/pt.po +++ b/addons/project/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-26 18:39+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 20:47+0000\n" "Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:31+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "# de dias" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "# de tarefas" #. module: project @@ -232,9 +233,10 @@ msgid "Assignation Date" msgstr "Data de Atribuição" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" -msgstr "Data de Atribuição" +msgid "Assignation Month" +msgstr "Mês de assignação" #. module: project #: model:ir.actions.act_window,name:project.act_res_users_2_project_task_opened @@ -247,7 +249,9 @@ msgid "Assigned To" msgstr "Atribuído a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Atribuído a" @@ -268,6 +272,7 @@ msgstr "Avg. Plan.-Eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqueado" @@ -355,6 +360,7 @@ msgid "Companies" msgstr "Empresas" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -390,7 +396,6 @@ msgstr "Configurar projeto" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contacto" @@ -432,6 +437,8 @@ msgid "Created on" msgstr "Criado em" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Data da Criação" @@ -701,6 +708,7 @@ msgstr "Dá a ordem da sequência ao exibir uma lista de tarefas." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "Agrupar por" @@ -832,6 +840,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Em Progresso" @@ -902,9 +911,7 @@ msgid "Last Modification Date" msgstr "Data da Última Modificação" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Última Alteração de Estado" @@ -1002,6 +1009,11 @@ msgstr "Histórico de mensagens e comunicação" msgid "Miscellaneous" msgstr "Diversos" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mês" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1201,6 +1213,7 @@ msgstr "Progresso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1329,6 +1342,7 @@ msgstr "Pronto" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Pronto para avançar" @@ -1378,11 +1392,6 @@ msgstr "Responsável" msgid "Reviewer" msgstr "Revisor" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "Revisores" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1415,7 +1424,9 @@ msgstr "Horas Gastas" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -1452,6 +1463,8 @@ msgstr "Data Inicial" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Estado" @@ -1505,7 +1518,9 @@ msgstr "Marcas" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1546,6 +1561,11 @@ msgstr "Delegar tarefa" msgid "Task Delegation" msgstr "Delegar tarefa" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "Fila de tarefas" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1847,11 +1867,6 @@ msgstr "Email Utilizador" msgid "User you want to delegate this task to" msgstr "Utilizador a quem quer entregar esta tarefa" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Utilizadores" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1900,6 +1915,11 @@ msgstr "Progresso dos Trabalhos em Tempo (%)" msgid "Working time unit" msgstr "Unidade do Tempo de Trabalho" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "Carga de trabalho" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1943,3 +1963,9 @@ msgstr "tarefas" #: field:project.project,task_ids:0 msgid "unknown" msgstr "desconhecido" + +#~ msgid "Users" +#~ msgstr "Utilizadores" + +#~ msgid "# of tasks" +#~ msgstr "# de tarefas" diff --git a/addons/project/i18n/pt_BR.po b/addons/project/i18n/pt_BR.po index 89d4a2403d8..88ca72fd5a3 100644 --- a/addons/project/i18n/pt_BR.po +++ b/addons/project/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 23:22+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: project @@ -29,9 +29,10 @@ msgid "# of Days" msgstr "# de Dias" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# de tarefas" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -228,9 +229,10 @@ msgid "Assignation Date" msgstr "Data da Atribuição" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" -msgstr "Data da atribuição" +msgid "Assignation Month" +msgstr "" #. module: project #: model:ir.actions.act_window,name:project.act_res_users_2_project_task_opened @@ -243,7 +245,9 @@ msgid "Assigned To" msgstr "Atribuído a" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Atribuída para" @@ -264,6 +268,7 @@ msgstr "Média Plan.-Efi." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Bloqueado" @@ -351,6 +356,7 @@ msgid "Companies" msgstr "Empresas" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -386,7 +392,6 @@ msgstr "Configurar Projeto" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contato" @@ -428,6 +433,8 @@ msgid "Created on" msgstr "Criado em" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Data de Criação" @@ -697,6 +704,7 @@ msgstr "Dá a ordem da sequencia quando mostrar uma lista de tarefas." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "Agrupar por" @@ -814,6 +822,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Em Andamento" @@ -884,9 +893,7 @@ msgid "Last Modification Date" msgstr "Data da Última Modificação" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Última Atualização de Estágio" @@ -980,6 +987,11 @@ msgstr "Histórico de mensagens e comunicação" msgid "Miscellaneous" msgstr "Diversos" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mês" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1179,6 +1191,7 @@ msgstr "Progresso" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1302,6 +1315,7 @@ msgstr "Pronto" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Pronto para o próximo estágio" @@ -1351,11 +1365,6 @@ msgstr "Responsável" msgid "Reviewer" msgstr "Revisor" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "Revisores" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1388,7 +1397,9 @@ msgstr "Horas Gastas" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Estágio" @@ -1425,6 +1436,8 @@ msgstr "Data de Início" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Situação" @@ -1478,7 +1491,9 @@ msgstr "Marcadores" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1519,6 +1534,11 @@ msgstr "Atribuição de Tarefas" msgid "Task Delegation" msgstr "Delegação de Tarefa" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1815,11 +1835,6 @@ msgstr "E-mail do Usuário" msgid "User you want to delegate this task to" msgstr "Usuário para o qual quer associar esta tarefa:" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Usuários" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1868,6 +1883,11 @@ msgstr "Progresso do Tempo de Trabalho (5)" msgid "Working time unit" msgstr "Unidade de Tempo de Trabalho" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1911,3 +1931,15 @@ msgstr "tarefas" #: field:project.project,task_ids:0 msgid "unknown" msgstr "desconhecido" + +#~ msgid "# of tasks" +#~ msgstr "# de tarefas" + +#~ msgid "Users" +#~ msgstr "Usuários" + +#~ msgid "Assignation date" +#~ msgstr "Data da atribuição" + +#~ msgid "Reviewers" +#~ msgstr "Revisores" diff --git a/addons/project/i18n/ro.po b/addons/project/i18n/ro.po index dfe1026f8a1..5e9e76ce113 100644 --- a/addons/project/i18n/ro.po +++ b/addons/project/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# de Zile" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# de sarcini" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -228,8 +229,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -243,7 +245,9 @@ msgid "Assigned To" msgstr "Atribuit lui" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Atribuit lui" @@ -264,6 +268,7 @@ msgstr "Planificare medie - Eficienta" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blocat(a)" @@ -351,6 +356,7 @@ msgid "Companies" msgstr "Companii" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -386,7 +392,6 @@ msgstr "Configurați Proiectul" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Contact" @@ -428,6 +433,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Data crearii" @@ -703,6 +710,7 @@ msgstr "Prezinta ordinea secventei atunci cand afiseaza o lista de sarcini." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -819,6 +827,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "În desfășurare" @@ -889,9 +898,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -986,6 +993,11 @@ msgstr "Istoric mesaje si conversatii" msgid "Miscellaneous" msgstr "Diverse" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Luna" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1185,6 +1197,7 @@ msgstr "În desfășurare" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1308,6 +1321,7 @@ msgstr "Pregatit(a)" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Pregatit(a) pentru etapa urmatoare" @@ -1357,11 +1371,6 @@ msgstr "Responsabil" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1394,7 +1403,9 @@ msgstr "Ore petrecute" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -1431,6 +1442,8 @@ msgstr "Data de inceput" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1484,7 +1497,9 @@ msgstr "Etichete" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1525,6 +1540,11 @@ msgstr "Delegat sarcina" msgid "Task Delegation" msgstr "Delegare Sarcină" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1821,11 +1841,6 @@ msgstr "E-mail utilizator" msgid "User you want to delegate this task to" msgstr "Utilizatorul caruia doriti sa ii delegati aceasta sarcina" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Utilizatori" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1874,6 +1889,11 @@ msgstr "" msgid "Working time unit" msgstr "Unitatea timpului de lucru" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1917,3 +1937,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "necunoscut(a)" + +#~ msgid "# of tasks" +#~ msgstr "# de sarcini" + +#~ msgid "Users" +#~ msgstr "Utilizatori" diff --git a/addons/project/i18n/ru.po b/addons/project/i18n/ru.po index 6b0f2a10885..431db2acd7b 100644 --- a/addons/project/i18n/ru.po +++ b/addons/project/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:40+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# дней" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "№ задачи" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -213,8 +214,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -228,7 +230,9 @@ msgid "Assigned To" msgstr "Назначено" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Исполнитель" @@ -249,6 +253,7 @@ msgstr "Ср. эфф. план." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Блокировано" @@ -336,6 +341,7 @@ msgid "Companies" msgstr "Организации" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -371,7 +377,6 @@ msgstr "Настроить проект" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Контакт" @@ -413,6 +418,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Дата создания" @@ -687,6 +694,7 @@ msgstr "Позволяет отображать задания в списке #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -802,6 +810,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "В работе" @@ -872,9 +881,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -969,6 +976,11 @@ msgstr "Сообщения и история общения" msgid "Miscellaneous" msgstr "Разное" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Месяц" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1167,6 +1179,7 @@ msgstr "Выполнение" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1290,6 +1303,7 @@ msgstr "Готово" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Готово к следующей стадии" @@ -1339,11 +1353,6 @@ msgstr "Ответственный" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1376,7 +1385,9 @@ msgstr "Затраченные часы" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Стадия" @@ -1413,6 +1424,8 @@ msgstr "Дата начала" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Статус" @@ -1464,7 +1477,9 @@ msgstr "Теги" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1505,6 +1520,11 @@ msgstr "Задача поручена" msgid "Task Delegation" msgstr "Делегирование задачи" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1799,11 +1819,6 @@ msgstr "Email пользователя" msgid "User you want to delegate this task to" msgstr "Пользователь, которому вы хотите поручить это задание" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Исполнитель" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1852,6 +1867,11 @@ msgstr "" msgid "Working time unit" msgstr "Единица рабочего времени" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1894,3 +1914,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "неизв." + +#~ msgid "# of tasks" +#~ msgstr "№ задачи" + +#~ msgid "Users" +#~ msgstr "Исполнитель" diff --git a/addons/project/i18n/sk.po b/addons/project/i18n/sk.po index ea733917615..88e5da69073 100644 --- a/addons/project/i18n/sk.po +++ b/addons/project/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "Priebeh" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapa" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/sl.po b/addons/project/i18n/sl.po index 29fa818255b..98b8cc69c00 100644 --- a/addons/project/i18n/sl.po +++ b/addons/project/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# dni" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# nalog" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -218,8 +219,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -233,7 +235,9 @@ msgid "Assigned To" msgstr "Dodeljeno" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Dodeljeno k" @@ -254,6 +258,7 @@ msgstr "Povprečna učinkovitost" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Blokirano" @@ -339,6 +344,7 @@ msgid "Companies" msgstr "Podjetja" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -372,7 +378,6 @@ msgstr "Nastavitve projekta" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Stik" @@ -414,6 +419,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Ustvarjeno dne" @@ -677,6 +684,7 @@ msgstr "Zaporedje prikaza nalog" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -788,6 +796,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "V obdelavi" @@ -858,9 +867,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -951,6 +958,11 @@ msgstr "Sporočila in zgodovina sporočil" msgid "Miscellaneous" msgstr "Razno" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Mesec" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1149,6 +1161,7 @@ msgstr "Potek" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1270,6 +1283,7 @@ msgstr "Pripravljeno" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Pripravljeno za naslednjo stopnjo." @@ -1319,11 +1333,6 @@ msgstr "Odgovoren" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1356,7 +1365,9 @@ msgstr "Porabljene ure" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Stopnja" @@ -1393,6 +1404,8 @@ msgstr "Začetni datum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1440,7 +1453,9 @@ msgstr "Ključne besede" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1481,6 +1496,11 @@ msgstr "Delegiranje naloge" msgid "Task Delegation" msgstr "Delegiranje nalog" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1759,11 +1779,6 @@ msgstr "Email" msgid "User you want to delegate this task to" msgstr "Uporabnik , ki mu želite delegirati to nalogo" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Uporabniki" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1812,6 +1827,11 @@ msgstr "" msgid "Working time unit" msgstr "Enota dela" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1853,3 +1873,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "neznano" + +#~ msgid "Users" +#~ msgstr "Uporabniki" + +#~ msgid "# of tasks" +#~ msgstr "# nalog" diff --git a/addons/project/i18n/sq.po b/addons/project/i18n/sq.po index 5ac1612e769..8e007cae847 100644 --- a/addons/project/i18n/sq.po +++ b/addons/project/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:39+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/sv.po b/addons/project/i18n/sv.po index 847a2cdb09f..91110269f8b 100644 --- a/addons/project/i18n/sv.po +++ b/addons/project/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# dagar" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# aktiviteter" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Tilldelad" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Tilldelad till" @@ -228,6 +232,7 @@ msgstr "Gen.plan.-eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Hindrade" @@ -315,6 +320,7 @@ msgid "Companies" msgstr "Bolag" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -350,7 +356,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontakt" @@ -392,6 +397,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Registeringsdatum" @@ -660,6 +667,7 @@ msgstr "Ger sorteringsordning vid listning av aktiviteter." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -771,6 +779,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Pågår" @@ -838,9 +847,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -934,6 +941,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Månad" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1132,6 +1144,7 @@ msgstr "Upparbetat" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1255,6 +1268,7 @@ msgstr "Klara" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1304,11 +1318,6 @@ msgstr "Ansvarig" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1341,7 +1350,9 @@ msgstr "Förbrukade timmar" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Etapp" @@ -1378,6 +1389,8 @@ msgstr "Startdatum" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Status" @@ -1431,7 +1444,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1472,6 +1487,11 @@ msgstr "Aktivitetsdelegering" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1762,11 +1782,6 @@ msgstr "Användarens e-post" msgid "User you want to delegate this task to" msgstr "En användare vill delegera detta ärende till" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Användare" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1815,6 +1830,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1855,3 +1875,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "# aktiviteter" + +#~ msgid "Users" +#~ msgstr "Användare" diff --git a/addons/project/i18n/th.po b/addons/project/i18n/th.po index 9676bb0fedc..dfda8ca450e 100644 --- a/addons/project/i18n/th.po +++ b/addons/project/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "มอบหมายให้กับ" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "บล็อค" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "บริษัท" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "ที่อยู่ติดต่อ" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "กำลังดำเนินการ" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "ข้อความและประวัติการสื่อ msgid "Miscellaneous" msgstr "จิปาถะ" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "เดือน" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "ความคืบหน้า" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "พร้อม" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "รับผิดชอบ" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "สถานะ" @@ -1404,7 +1417,9 @@ msgstr "แท็ก" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "ผู้ใช้งาน" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1816,3 +1836,6 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "ไม่ทราบ" + +#~ msgid "Users" +#~ msgstr "ผู้ใช้งาน" diff --git a/addons/project/i18n/tlh.po b/addons/project/i18n/tlh.po index 76bc35995e0..f211cce7567 100644 --- a/addons/project/i18n/tlh.po +++ b/addons/project/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/tr.po b/addons/project/i18n/tr.po index c9c0bb9b0de..2dde41564fb 100644 --- a/addons/project/i18n/tr.po +++ b/addons/project/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "# nın Günleri" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "# nın görevleri" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -229,8 +230,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -244,7 +246,9 @@ msgid "Assigned To" msgstr "Atanan" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Atanan" @@ -265,6 +269,7 @@ msgstr "Ort. Plan.-Eff." #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "Engellendi" @@ -352,6 +357,7 @@ msgid "Companies" msgstr "Şirketler" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -387,7 +393,6 @@ msgstr "Proje Yapılandırma" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Kontak" @@ -429,6 +434,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "Oluşturma Tarihi" @@ -699,6 +706,7 @@ msgstr "Görevlerin bir listesini görüntülerken sırasını verir." #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -813,6 +821,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Devam Eden" @@ -883,9 +892,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -979,6 +986,11 @@ msgstr "Mesajlar ve iletişim geçmişi" msgid "Miscellaneous" msgstr "Çeşitli" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Ay" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1177,6 +1189,7 @@ msgstr "İlerleme" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1299,6 +1312,7 @@ msgstr "Hazır" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "Sonraki aşaması için hazır" @@ -1348,11 +1362,6 @@ msgstr "Sorumlu" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1385,7 +1394,9 @@ msgstr "Harcanan Saatleri" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "Aşama" @@ -1422,6 +1433,8 @@ msgstr "Başlama Tarihi" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "Durumu" @@ -1475,7 +1488,9 @@ msgstr "Etiketler" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1516,6 +1531,11 @@ msgstr "Görev Yetkileri" msgid "Task Delegation" msgstr "Görev Yetkilendirme" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1808,11 +1828,6 @@ msgstr "Kullanıcı Email" msgid "User you want to delegate this task to" msgstr "Bu görevide yetki vermek istediğiniz Kullanıcı" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "Kullanıcılar" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1861,6 +1876,11 @@ msgstr "" msgid "Working time unit" msgstr "Çalışma zaman birimi" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1904,3 +1924,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "bilinmeyen" + +#~ msgid "Users" +#~ msgstr "Kullanıcılar" + +#~ msgid "# of tasks" +#~ msgstr "# nın görevleri" diff --git a/addons/project/i18n/uk.po b/addons/project/i18n/uk.po index dc1e26b72cb..78f0235352e 100644 --- a/addons/project/i18n/uk.po +++ b/addons/project/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "Призначено" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "Контакт" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "Прогрес" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/vi.po b/addons/project/i18n/vi.po index d372d01c669..0ab92b43651 100644 --- a/addons/project/i18n/vi.po +++ b/addons/project/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,8 +28,9 @@ msgid "# of Days" msgstr "" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" +msgid "# of Tasks" msgstr "" #. module: project @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "Phân công cho" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "Các công ty" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "Đang thực hiện" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "Tháng" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "" @@ -1357,6 +1368,8 @@ msgstr "Ngày bắt đầu" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format diff --git a/addons/project/i18n/zh_CN.po b/addons/project/i18n/zh_CN.po index 294c92b8448..a9b234f7566 100644 --- a/addons/project/i18n/zh_CN.po +++ b/addons/project/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "天数" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "任务编号" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -208,8 +209,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -223,7 +225,9 @@ msgid "Assigned To" msgstr "分配给" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "指派到" @@ -244,6 +248,7 @@ msgstr "计划实际平均偏差" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "受阻" @@ -331,6 +336,7 @@ msgid "Companies" msgstr "公司" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -364,7 +370,6 @@ msgstr "配置项目" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "联系" @@ -406,6 +411,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "创建日期" @@ -669,6 +676,7 @@ msgstr "指定显示任务列表的顺序号" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -775,6 +783,7 @@ msgstr "如果勾了这里,这个阶段将作为每个新建项目的默认阶 #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "进行中" @@ -842,9 +851,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -935,6 +942,11 @@ msgstr "信息和通信历史记录" msgid "Miscellaneous" msgstr "杂项" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "月" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1131,6 +1143,7 @@ msgstr "进度" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1252,6 +1265,7 @@ msgstr "就绪" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "准备好下一个阶段" @@ -1301,11 +1315,6 @@ msgstr "负责人" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1338,7 +1347,9 @@ msgstr "花费时间" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "阶段" @@ -1375,6 +1386,8 @@ msgstr "开始日期" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "状态" @@ -1422,7 +1435,9 @@ msgstr "标签" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1463,6 +1478,11 @@ msgstr "任务分派" msgid "Task Delegation" msgstr "任务委派" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1743,11 +1763,6 @@ msgstr "用户电子邮件" msgid "User you want to delegate this task to" msgstr "你要分派这个任务给哪个用户" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "用户" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1796,6 +1811,11 @@ msgstr "" msgid "Working time unit" msgstr "工作时间单位" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1836,3 +1856,9 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "未知" + +#~ msgid "# of tasks" +#~ msgstr "任务编号" + +#~ msgid "Users" +#~ msgstr "用户" diff --git a/addons/project/i18n/zh_TW.po b/addons/project/i18n/zh_TW.po index 3450b994645..e4924c92158 100644 --- a/addons/project/i18n/zh_TW.po +++ b/addons/project/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project #: field:res.partner,task_count:0 @@ -28,9 +28,10 @@ msgid "# of Days" msgstr "日數" #. module: project +#: field:project.task.history.cumulative,nbr_tasks:0 #: field:report.project.task.user,nbr:0 -msgid "# of tasks" -msgstr "任務數" +msgid "# of Tasks" +msgstr "" #. module: project #: code:addons/project/project.py:360 @@ -192,8 +193,9 @@ msgid "Assignation Date" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: view:report.project.task.user:project.view_task_project_user_search -msgid "Assignation date" +msgid "Assignation Month" msgstr "" #. module: project @@ -207,7 +209,9 @@ msgid "Assigned To" msgstr "已分配給" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,user_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Assigned to" msgstr "已分配給" @@ -228,6 +232,7 @@ msgstr "" #: selection:project.task.history,kanban_state:0 #: view:project.task.history.cumulative:project.view_task_history_search #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Blocked" msgstr "" @@ -313,6 +318,7 @@ msgid "Companies" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form #: field:project.task,company_id:0 #: field:project.task.work,company_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -346,7 +352,6 @@ msgstr "" #. module: project #: view:project.project:project.view_project #: view:project.project:project.view_project_project_filter -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,partner_id:0 msgid "Contact" msgstr "联系人" @@ -388,6 +393,8 @@ msgid "Created on" msgstr "" #. module: project +#: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Creation Date" msgstr "" @@ -651,6 +658,7 @@ msgstr "" #. module: project #: view:project.project:project.view_project_project_filter #: view:project.task:project.view_task_search_form +#: view:project.task.history.cumulative:project.view_task_history_search #: view:report.project.task.user:project.view_task_project_user_search msgid "Group By" msgstr "" @@ -757,6 +765,7 @@ msgstr "" #. module: project #: selection:project.project,state:0 #: selection:project.task,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "In Progress" msgstr "" @@ -824,9 +833,7 @@ msgid "Last Modification Date" msgstr "" #. module: project -#: view:project.task:project.view_task_search_form #: field:project.task,date_last_stage_update:0 -#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -917,6 +924,11 @@ msgstr "" msgid "Miscellaneous" msgstr "" +#. module: project +#: view:project.task.history.cumulative:project.view_task_history_search +msgid "Month" +msgstr "" + #. module: project #: view:project.task.history.cumulative:project.view_task_history_search msgid "My Projects" @@ -1113,6 +1125,7 @@ msgstr "進展" #: view:project.task:project.view_task_search_form #: field:project.task,project_id:0 #: field:project.task.delegate,project_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,project_id:0 #: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,project_id:0 @@ -1234,6 +1247,7 @@ msgstr "就緒" #: selection:project.task,kanban_state:0 #: selection:project.task.history,kanban_state:0 #: selection:project.task.history.cumulative,kanban_state:0 +#: selection:report.project.task.user,state:0 msgid "Ready for next stage" msgstr "" @@ -1283,11 +1297,6 @@ msgstr "" msgid "Reviewer" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Reviewers" -msgstr "" - #. module: project #: view:project.project:project.view_project_project_filter msgid "Search Project" @@ -1320,7 +1329,9 @@ msgstr "" #: view:project.task:project.view_task_search_form #: field:project.task,stage_id:0 #: field:project.task.history,type_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,type_id:0 +#: view:report.project.task.user:project.view_task_project_user_search #: field:report.project.task.user,stage_id:0 msgid "Stage" msgstr "階段" @@ -1357,6 +1368,8 @@ msgstr "" #. module: project #: field:project.project,state:0 +#: view:project.task.history.cumulative:project.view_task_history_search +#: field:report.project.task.user,state:0 msgid "Status" msgstr "狀態" @@ -1404,7 +1417,9 @@ msgstr "" #: model:ir.model,name:project.model_project_task #: view:project.config.settings:project.view_config_settings #: view:project.task:project.view_task_form2 +#: view:project.task:project.view_task_search_form #: field:project.task.history,task_id:0 +#: view:project.task.history.cumulative:project.view_task_history_search #: field:project.task.history.cumulative,task_id:0 #: field:project.task.work,task_id:0 #: view:report.project.task.user:project.view_task_project_user_search @@ -1445,6 +1460,11 @@ msgstr "" msgid "Task Delegation" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_task_pipe +msgid "Task Pipe" +msgstr "" + #. module: project #: model:mail.message.subtype,description:project.mt_task_ready #: model:mail.message.subtype,name:project.mt_task_ready @@ -1723,11 +1743,6 @@ msgstr "" msgid "User you want to delegate this task to" msgstr "" -#. module: project -#: view:project.task:project.view_task_search_form -msgid "Users" -msgstr "" - #. module: project #: field:project.task.delegate,state:0 msgid "Validation State" @@ -1776,6 +1791,11 @@ msgstr "" msgid "Working time unit" msgstr "" +#. module: project +#: model:ir.filters,name:project.filter_task_report_workload +msgid "Workload" +msgstr "" + #. module: project #: code:addons/project/project.py:172 #, python-format @@ -1816,3 +1836,6 @@ msgstr "" #: field:project.project,task_ids:0 msgid "unknown" msgstr "" + +#~ msgid "# of tasks" +#~ msgstr "任務數" diff --git a/addons/project_issue/i18n/ar.po b/addons/project_issue/i18n/ar.po index 750a2cb6ab8..8d20182dec2 100644 --- a/addons/project_issue/i18n/ar.po +++ b/addons/project_issue/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "جهة الاتصال" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "تاريخ الإنشاء" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "إنشاء شهر" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "الموعد النهائي" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -522,7 +529,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -561,14 +567,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "الحالات الخاصة بي" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -621,6 +623,7 @@ msgstr "شريك" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -657,6 +660,11 @@ msgstr "تصعيد المشروع" msgid "Project Issue" msgstr "حالة المشروع" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -668,12 +676,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "مسؤول" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "فريق المبيعات" @@ -737,6 +744,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -794,7 +802,6 @@ msgstr "البريد الإلكتروني للمستخدم" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "النسخة" @@ -864,3 +871,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "مسؤول" + +#~ msgid "Creation Month" +#~ msgstr "إنشاء شهر" diff --git a/addons/project_issue/i18n/bs.po b/addons/project_issue/i18n/bs.po index 8fb91b7ff0a..b99d6ef6d94 100644 --- a/addons/project_issue/i18n/bs.po +++ b/addons/project_issue/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "Ubojita greška" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,12 +565,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "" diff --git a/addons/project_issue/i18n/ca.po b/addons/project_issue/i18n/ca.po index 0fc066a02ff..dc61d21e607 100644 --- a/addons/project_issue/i18n/ca.po +++ b/addons/project_issue/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contacta" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "Data de creació" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "Data límit" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -522,7 +529,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -561,14 +567,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Les meves incidències" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -621,6 +623,7 @@ msgstr "Empresa" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -657,6 +660,11 @@ msgstr "Escalat de projecte" msgid "Project Issue" msgstr "Incidència projecte" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -668,12 +676,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsable" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Equip de vendes" @@ -737,6 +744,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -796,7 +804,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versió" @@ -868,3 +875,6 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Responsable" diff --git a/addons/project_issue/i18n/cs.po b/addons/project_issue/i18n/cs.po index 6d026092cc0..8f6de596345 100644 --- a/addons/project_issue/i18n/cs.po +++ b/addons/project_issue/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,12 +565,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "" diff --git a/addons/project_issue/i18n/da.po b/addons/project_issue/i18n/da.po index 1f867a3386c..46cd6ea84b0 100644 --- a/addons/project_issue/i18n/da.po +++ b/addons/project_issue/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,14 +565,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mine sager" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "" diff --git a/addons/project_issue/i18n/de.po b/addons/project_issue/i18n/de.po index 9d7691c65ff..85a36c17eae 100644 --- a/addons/project_issue/i18n/de.po +++ b/addons/project_issue/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 17:37+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 20:23+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:02+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: project_issue @@ -137,8 +137,8 @@ msgid "" "Allows you to configure your incoming mail server, and create issues from " "incoming emails." msgstr "" -"Stellt die Konfiguration des Posteingangsservers bereit und erzeugt " -"Eskalationsaufgaben aus eingehenden E-Mails" +"Ermöglichen Sie die Konfiguration eines Posteingangsservers und erzeugen " +"Sie Aufgaben aus den eingehenden E-Mails." #. module: project_issue #: model:ir.model,name:project_issue.model_account_analytic_account @@ -151,6 +151,7 @@ msgid "Assigned" msgstr "Datum Zuweisung" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -226,6 +227,7 @@ msgid "Communication channel." msgstr "Kommunikationskanal" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -243,19 +245,24 @@ msgid "Configure" msgstr "Konfigurieren" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontakt" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Erstellt am" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "Erstellungstag" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -277,11 +284,6 @@ msgstr "Erstellt am" msgid "Creation Date" msgstr "Erstelldatum" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Monat Erstellung" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -344,6 +346,11 @@ msgstr "Frist" msgid "Deadly bug" msgstr "Bedrohlicher Fehler" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "Verzug" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -561,7 +568,6 @@ msgstr "Datum der letzten Nachricht" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Aktuellste Stufenaktualisierung" @@ -600,14 +606,10 @@ msgstr "Nachrichten und Kommunikations-Historie" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Meine Fälle" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "Meine Aufgaben" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -660,6 +662,7 @@ msgstr "Partner" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -696,6 +699,11 @@ msgstr "Projekteskalation" msgid "Project Issue" msgstr "Projektfälle" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "Projektfälle" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -707,12 +715,11 @@ msgid "Ready for next stage" msgstr "Bereit für nächste Stufe" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Verantwortlicher" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "Prüfer" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Verkaufsteam" @@ -776,6 +783,7 @@ msgid "Tags" msgstr "Schlagwörter" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -835,7 +843,6 @@ msgstr "Benutzer E-Mail" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Version" @@ -909,3 +916,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "=> Eskalation" + +#~ msgid "Responsible" +#~ msgstr "Verantwortlicher" + +#~ msgid "Creation Month" +#~ msgstr "Monat Erstellung" diff --git a/addons/project_issue/i18n/es.po b/addons/project_issue/i18n/es.po index 94ee1e82088..d439c3ce8c6 100644 --- a/addons/project_issue/i18n/es.po +++ b/addons/project_issue/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-18 13:27+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 19:44+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -145,6 +145,7 @@ msgid "Assigned" msgstr "Asignado" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -218,6 +219,7 @@ msgid "Communication channel." msgstr "Canal de comunicación" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -235,19 +237,24 @@ msgid "Configure" msgstr "Configurar" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contacto" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Fecha de creación" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "Crear día" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -269,11 +276,6 @@ msgstr "Creado en" msgid "Creation Date" msgstr "Fecha de creación" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mes de creación" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -336,6 +338,11 @@ msgstr "Fecha límite" msgid "Deadly bug" msgstr "Error grave" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "Retraso" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -553,7 +560,6 @@ msgstr "Fecha del último mensaje" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "última actualización de la etapa" @@ -592,14 +598,10 @@ msgstr "Mensajes e historial de comunicación" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mis incidencias" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "Mis tareas" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -652,6 +654,7 @@ msgstr "Empresa" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -688,6 +691,11 @@ msgstr "Escalado de proyecto" msgid "Project Issue" msgstr "Incidencia proyecto" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "Incidencias de proyecto" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -699,12 +707,11 @@ msgid "Ready for next stage" msgstr "Lista para la siguiente etapa" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsable" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "Revisor" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Equipo de ventas" @@ -768,6 +775,7 @@ msgid "Tags" msgstr "Etiquetas" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -827,7 +835,6 @@ msgstr "Email del usuario" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versión" @@ -900,3 +907,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Escalar" + +#~ msgid "Responsible" +#~ msgstr "Responsable" + +#~ msgid "Creation Month" +#~ msgstr "Mes de creación" diff --git a/addons/project_issue/i18n/es_AR.po b/addons/project_issue/i18n/es_AR.po index c52c9f82a6a..7cc8eab7951 100644 --- a/addons/project_issue/i18n/es_AR.po +++ b/addons/project_issue/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -118,6 +118,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -191,6 +192,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -208,19 +210,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -242,11 +249,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -309,6 +311,11 @@ msgstr "" msgid "Deadly bug" msgstr "Error Grave" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -527,7 +534,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -566,12 +572,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -626,6 +628,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -662,6 +665,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -673,12 +681,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsable" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -740,6 +747,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -791,7 +799,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versión" @@ -863,3 +870,6 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Responsable" diff --git a/addons/project_issue/i18n/es_CR.po b/addons/project_issue/i18n/es_CR.po index d15ea536865..8722eb6bdce 100644 --- a/addons/project_issue/i18n/es_CR.po +++ b/addons/project_issue/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "Canal de comunicación." #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contacto" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "Fecha de creación" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mes de creación" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "Fecha límite" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -522,7 +529,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -561,14 +567,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mis incidencias" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -621,6 +623,7 @@ msgstr "Empresa" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -657,6 +660,11 @@ msgstr "Escalado de proyecto" msgid "Project Issue" msgstr "Incidencia proyecto" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -668,12 +676,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsable" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Equipo de ventas" @@ -737,6 +744,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -796,7 +804,6 @@ msgstr "Email del Usuario" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versión" @@ -868,3 +875,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Responsable" + +#~ msgid "Creation Month" +#~ msgstr "Mes de creación" diff --git a/addons/project_issue/i18n/fi.po b/addons/project_issue/i18n/fi.po index 4cb0aa2ad22..c86515ad4d0 100644 --- a/addons/project_issue/i18n/fi.po +++ b/addons/project_issue/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "Kommunikaatiokanava" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Yhteystieto" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "Luontipäivämäärä" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Luontikuukausi" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "Määräaika" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -522,7 +529,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -561,14 +567,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Omat tapahtumat" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -621,6 +623,7 @@ msgstr "Kumppani" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -657,6 +660,11 @@ msgstr "Projektin eskalointi" msgid "Project Issue" msgstr "Projekti tapahtuma" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -668,12 +676,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Vastuuhenkilö" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Myyntitiimi" @@ -737,6 +744,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -791,7 +799,6 @@ msgstr "Käyttäjän sähköposti" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versio" @@ -863,3 +870,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Vastuuhenkilö" + +#~ msgid "Creation Month" +#~ msgstr "Luontikuukausi" diff --git a/addons/project_issue/i18n/fr.po b/addons/project_issue/i18n/fr.po index da2010f8447..1a3f4904a46 100644 --- a/addons/project_issue/i18n/fr.po +++ b/addons/project_issue/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -132,6 +132,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -205,6 +206,7 @@ msgid "Communication channel." msgstr "Canal de communication" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -222,19 +224,24 @@ msgid "Configure" msgstr "Configurer" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contact" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -256,11 +263,6 @@ msgstr "" msgid "Creation Date" msgstr "Date de création" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mois de création" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -323,6 +325,11 @@ msgstr "Date limite" msgid "Deadly bug" msgstr "Bogue mortel" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -541,7 +548,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -580,14 +586,10 @@ msgstr "Historique des messages et communications" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mes incidents" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -640,6 +642,7 @@ msgstr "Partenaire" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -676,6 +679,11 @@ msgstr "Escalade de projet" msgid "Project Issue" msgstr "Incident de projet" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -687,12 +695,11 @@ msgid "Ready for next stage" msgstr "Prêt pour la prochaine étape" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsable" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Équipe" @@ -756,6 +763,7 @@ msgid "Tags" msgstr "Étiquettes" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -814,7 +822,6 @@ msgstr "Courriel de l'utilisateur" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Version" @@ -887,3 +894,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Escalader" + +#~ msgid "Responsible" +#~ msgstr "Responsable" + +#~ msgid "Creation Month" +#~ msgstr "Mois de création" diff --git a/addons/project_issue/i18n/he.po b/addons/project_issue/i18n/he.po index cb71f705437..94a4baac95f 100644 --- a/addons/project_issue/i18n/he.po +++ b/addons/project_issue/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "ערוץ תקשורת." #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "הגדר" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "איש קשר" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "תאריך יצירה" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "חודש יצירה" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "תאריך יעד" msgid "Deadly bug" msgstr "באג חמור" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,14 +565,10 @@ msgstr "היסטוריית הודעות ותקשורת" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "הפניות שלי" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "אסקלציה של הפרוייקט" msgid "Project Issue" msgstr "פנייה של פרוייקט" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "מוכן לשלב הבא" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "אחראי" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "צוות מכירות" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "תגיות" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "דוא\"ל של המשתמש" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "גרסה" @@ -856,3 +863,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "-->> אסקלציה" + +#~ msgid "Responsible" +#~ msgstr "אחראי" + +#~ msgid "Creation Month" +#~ msgstr "חודש יצירה" diff --git a/addons/project_issue/i18n/hr.po b/addons/project_issue/i18n/hr.po index adc4942a1df..b17bf72b090 100644 --- a/addons/project_issue/i18n/hr.po +++ b/addons/project_issue/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -129,6 +129,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -203,6 +204,7 @@ msgid "Communication channel." msgstr "Kanal komunikacije" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -220,19 +222,24 @@ msgid "Configure" msgstr "Konfiguriraj" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontakt" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -254,11 +261,6 @@ msgstr "" msgid "Creation Date" msgstr "Datum stvaranja" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mjesec kreiranja" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -321,6 +323,11 @@ msgstr "Krajnji rok" msgid "Deadly bug" msgstr "Smrtonosni bug" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -538,7 +545,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -577,14 +583,10 @@ msgstr "Poruke i povijest komunikacije" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Moji predmeti" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -637,6 +639,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -673,6 +676,11 @@ msgstr "Eskalacija projekta" msgid "Project Issue" msgstr "Projektni predmeti" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -684,12 +692,11 @@ msgid "Ready for next stage" msgstr "Spreman za sljedeću fazu" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Odgovoran" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Prodajni tim" @@ -753,6 +760,7 @@ msgid "Tags" msgstr "Oznake" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -810,7 +818,6 @@ msgstr "Korisnikov e-mail" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Verzija" @@ -882,3 +889,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Eskalirati" + +#~ msgid "Responsible" +#~ msgstr "Odgovoran" + +#~ msgid "Creation Month" +#~ msgstr "Mjesec kreiranja" diff --git a/addons/project_issue/i18n/hu.po b/addons/project_issue/i18n/hu.po index 3051604e661..7cb637c4b4d 100644 --- a/addons/project_issue/i18n/hu.po +++ b/addons/project_issue/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:41+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -130,6 +130,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -203,6 +204,7 @@ msgid "Communication channel." msgstr "Kommunikációs csatorna" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -220,19 +222,24 @@ msgid "Configure" msgstr "Beállítás" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kapcsolat" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -254,11 +261,6 @@ msgstr "" msgid "Creation Date" msgstr "Létrehozás dátuma" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Létrehozás hónapja" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -321,6 +323,11 @@ msgstr "Határidő" msgid "Deadly bug" msgstr "Végzetes hiba" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -538,7 +545,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -577,14 +583,10 @@ msgstr "Üzenetek és kommunikációs történet" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Ügyeim" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -637,6 +639,7 @@ msgstr "Partner" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -673,6 +676,11 @@ msgstr "Projekt leágaztatás" msgid "Project Issue" msgstr "Projekt ügy" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -684,12 +692,11 @@ msgid "Ready for next stage" msgstr "Következő fokra ugorhat" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Felelős" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Értékesítési csapat" @@ -753,6 +760,7 @@ msgid "Tags" msgstr "Címkék" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -812,7 +820,6 @@ msgstr "Felhasználó email címe" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Verzió" @@ -884,3 +891,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Leágaztatás" + +#~ msgid "Responsible" +#~ msgstr "Felelős" + +#~ msgid "Creation Month" +#~ msgstr "Létrehozás hónapja" diff --git a/addons/project_issue/i18n/it.po b/addons/project_issue/i18n/it.po index cc5fa526fb4..af97378137b 100644 --- a/addons/project_issue/i18n/it.po +++ b/addons/project_issue/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-15 15:02+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: project_issue @@ -126,6 +126,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -201,6 +202,7 @@ msgid "Communication channel." msgstr "Canale di comunicazione" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -218,19 +220,24 @@ msgid "Configure" msgstr "Configura" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contatto" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Data di Creazione" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -252,11 +259,6 @@ msgstr "" msgid "Creation Date" msgstr "Data creazione" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mese di Creazione" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -319,6 +321,11 @@ msgstr "Scadenza" msgid "Deadly bug" msgstr "Bug fatale" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -537,7 +544,6 @@ msgstr "Data Ultimo Messaggio" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -576,14 +582,10 @@ msgstr "Storico dei messaggi e comunicazioni" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Le mie problematiche" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -636,6 +638,7 @@ msgstr "Partner" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -672,6 +675,11 @@ msgstr "Intensificazione progetto" msgid "Project Issue" msgstr "Problematica di progetto" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -683,12 +691,11 @@ msgid "Ready for next stage" msgstr "Pronto per il prossimo stadio" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsabile" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Team commerciale" @@ -752,6 +759,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -806,7 +814,6 @@ msgstr "Email Utente" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versione" @@ -877,3 +884,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Intensifica" + +#~ msgid "Responsible" +#~ msgstr "Responsabile" + +#~ msgid "Creation Month" +#~ msgstr "Mese di Creazione" diff --git a/addons/project_issue/i18n/ja.po b/addons/project_issue/i18n/ja.po index b36df2a65d7..4dd676605c3 100644 --- a/addons/project_issue/i18n/ja.po +++ b/addons/project_issue/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "コミュニケーション・チャネル" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "連絡先" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "作成日" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "作成月" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "締切" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,14 +565,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "私の問題" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -619,6 +621,7 @@ msgstr "パートナ" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "プロジェクトの拡大" msgid "Project Issue" msgstr "プロジェクトの問題" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "担当" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "販売チーム" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -786,7 +794,6 @@ msgstr "ユーザのEメール" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "バージョン" @@ -858,3 +865,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "担当" + +#~ msgid "Creation Month" +#~ msgstr "作成月" diff --git a/addons/project_issue/i18n/lt.po b/addons/project_issue/i18n/lt.po index 32f5533e0f4..1007ac35b8b 100644 --- a/addons/project_issue/i18n/lt.po +++ b/addons/project_issue/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,12 +565,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "" diff --git a/addons/project_issue/i18n/lv.po b/addons/project_issue/i18n/lv.po index 86cd1d1fca0..743ec678a89 100644 --- a/addons/project_issue/i18n/lv.po +++ b/addons/project_issue/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontakts" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "Izveidošanas datums" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "Termiņš" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,14 +565,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mani incidenti" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -619,6 +621,7 @@ msgstr "Partneris" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "Projekta eskalācija" msgid "Project Issue" msgstr "Projekta incidents" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Atbildīgais" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Pārdošanas komanda" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versija" @@ -854,3 +861,6 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Atbildīgais" diff --git a/addons/project_issue/i18n/mk.po b/addons/project_issue/i18n/mk.po index e2276e3fad4..e5377787afc 100644 --- a/addons/project_issue/i18n/mk.po +++ b/addons/project_issue/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -126,6 +126,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -199,6 +200,7 @@ msgid "Communication channel." msgstr "Комуникационен канал" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -216,19 +218,24 @@ msgid "Configure" msgstr "Конфигурирај" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Контакт" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -250,11 +257,6 @@ msgstr "" msgid "Creation Date" msgstr "Датум на креирање" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Месец на креирање" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -317,6 +319,11 @@ msgstr "Краен рок" msgid "Deadly bug" msgstr "Смртоносен баг" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -534,7 +541,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -573,14 +579,10 @@ msgstr "Историја на пораки и комуникација" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Мои проблеми" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -633,6 +635,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -669,6 +672,11 @@ msgstr "Ескалирање на проект" msgid "Project Issue" msgstr "Проблем на проект" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -680,12 +688,11 @@ msgid "Ready for next stage" msgstr "Подготвено за следно ниво" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Одговорен" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Продажбен тим" @@ -749,6 +756,7 @@ msgid "Tags" msgstr "Ознаки" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -808,7 +816,6 @@ msgstr "Е-пошта на корисник" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Верзија" @@ -878,3 +885,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Ескалирај" + +#~ msgid "Responsible" +#~ msgstr "Одговорен" + +#~ msgid "Creation Month" +#~ msgstr "Месец на креирање" diff --git a/addons/project_issue/i18n/mn.po b/addons/project_issue/i18n/mn.po index 5093674e95b..8b98d67752f 100644 --- a/addons/project_issue/i18n/mn.po +++ b/addons/project_issue/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -131,6 +131,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -204,6 +205,7 @@ msgid "Communication channel." msgstr "Харилцах суваг." #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -221,19 +223,24 @@ msgid "Configure" msgstr "Тохируулга" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Холбогч" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -255,11 +262,6 @@ msgstr "" msgid "Creation Date" msgstr "Үүсгэсэн Огноо" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Үүсгэсэн сар" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -322,6 +324,11 @@ msgstr "Дуусах огноо" msgid "Deadly bug" msgstr "Үхлийн буг" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -540,7 +547,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -579,14 +585,10 @@ msgstr "Зурвас болон харилцсан түүх" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Миний асуудлууд" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -639,6 +641,7 @@ msgstr "Харилцагч" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -675,6 +678,11 @@ msgstr "Дэвшүүлэх Төсөл" msgid "Project Issue" msgstr "Төслийн Асуудал" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -686,12 +694,11 @@ msgid "Ready for next stage" msgstr "Дараагийн үед бэлэн" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Хариуцагч" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Борлуулалтын Баг" @@ -755,6 +762,7 @@ msgid "Tags" msgstr "Пайзууд" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -812,7 +820,6 @@ msgstr "Хэрэглэгчийн Э-Мэйл" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Хувилбар" @@ -884,3 +891,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Дэвшүүлэх" + +#~ msgid "Responsible" +#~ msgstr "Хариуцагч" + +#~ msgid "Creation Month" +#~ msgstr "Үүсгэсэн сар" diff --git a/addons/project_issue/i18n/nb.po b/addons/project_issue/i18n/nb.po index 99abdc00af3..0f8798332d5 100644 --- a/addons/project_issue/i18n/nb.po +++ b/addons/project_issue/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontakt" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,12 +565,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Ansvarlig" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versjon" @@ -854,3 +861,6 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Ansvarlig" diff --git a/addons/project_issue/i18n/nl.po b/addons/project_issue/i18n/nl.po index 404512aae78..389001a51b8 100644 --- a/addons/project_issue/i18n/nl.po +++ b/addons/project_issue/i18n/nl.po @@ -7,25 +7,25 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 06:51+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:17+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 msgid "# Emails" -msgstr "# Emails" +msgstr "# E-mail" #. module: project_issue #: field:res.partner,issue_count:0 msgid "# Issues" -msgstr "#Issues" +msgstr "# Issues" #. module: project_issue #: field:project.issue.report,nbr:0 @@ -148,6 +148,7 @@ msgid "Assigned" msgstr "Toegewezen" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -223,6 +224,7 @@ msgid "Communication channel." msgstr "Communicatiekanaal" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -240,19 +242,24 @@ msgid "Configure" msgstr "Instellen" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contactpersoon" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Aanmaakdatum" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "Aanmaak dag" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -274,11 +281,6 @@ msgstr "Aangemaakt op" msgid "Creation Date" msgstr "Aanmaakdatum" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Aanmaak maand" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -341,6 +343,11 @@ msgstr "Uiterste datum" msgid "Deadly bug" msgstr "Dodelijke bug" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "Vertraging" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -559,7 +566,6 @@ msgstr "Laatste bericht datum" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Laatste fase aanpassing" @@ -598,14 +604,10 @@ msgstr "Berichten en communicatie historie" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mijn issues" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "Mijn taak" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -658,6 +660,7 @@ msgstr "Relatie" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -694,6 +697,11 @@ msgstr "Project escalatie" msgid "Project Issue" msgstr "Project issue" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "Project issues" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -705,12 +713,11 @@ msgid "Ready for next stage" msgstr "Gereed voor volgende fase" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Verantwoordelijke" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "Reviewer" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Verkoopteam" @@ -774,6 +781,7 @@ msgid "Tags" msgstr "Labels" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -832,7 +840,6 @@ msgstr "Gebruikers e-mail" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versie" @@ -905,3 +912,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Escaleren" + +#~ msgid "Responsible" +#~ msgstr "Verantwoordelijke" + +#~ msgid "Creation Month" +#~ msgstr "Aanmaak maand" diff --git a/addons/project_issue/i18n/nl_BE.po b/addons/project_issue/i18n/nl_BE.po index 2911554bb37..4eca0c482f9 100644 --- a/addons/project_issue/i18n/nl_BE.po +++ b/addons/project_issue/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contactpersoon" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "Creatiedatum" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "Deadline" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -522,7 +529,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -561,14 +567,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mijn problemen" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -621,6 +623,7 @@ msgstr "Relatie" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -657,6 +660,11 @@ msgstr "Projectescalatie" msgid "Project Issue" msgstr "Projectprobleem" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -668,12 +676,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Verantwoordelijke" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Verkoopteam" @@ -737,6 +744,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -796,7 +804,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versie" @@ -868,3 +875,6 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "Verantwoordelijke" diff --git a/addons/project_issue/i18n/pl.po b/addons/project_issue/i18n/pl.po index 7ae84cb1279..eeff887d47e 100644 --- a/addons/project_issue/i18n/pl.po +++ b/addons/project_issue/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-27 22:06+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -147,6 +147,7 @@ msgid "Assigned" msgstr "Przypisano" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -220,6 +221,7 @@ msgid "Communication channel." msgstr "Kanał komunikacji." #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -237,19 +239,24 @@ msgid "Configure" msgstr "Konfiguruj" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontakt" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Data utworzenia" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -271,11 +278,6 @@ msgstr "Data utworzenia" msgid "Creation Date" msgstr "Data utworzenia" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Miesiąc utworzenia" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -338,6 +340,11 @@ msgstr "Termin" msgid "Deadly bug" msgstr "Błąd poważny" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -556,7 +563,6 @@ msgstr "Data ostatniej wiadomości" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Ostatnia zmiana etapu" @@ -595,14 +601,10 @@ msgstr "Wiadomości i historia komunikacji" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Moje problemy" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "Moje zadanie" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -655,6 +657,7 @@ msgstr "Partner" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -691,6 +694,11 @@ msgstr "Przekazanie projektu" msgid "Project Issue" msgstr "Projekt rozwiązania problemu" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -702,12 +710,11 @@ msgid "Ready for next stage" msgstr "Gotów na następny etap" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Odpowiedzialny" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Zespół sprzedaży" @@ -771,6 +778,7 @@ msgid "Tags" msgstr "Tagi" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -828,7 +836,6 @@ msgstr "Email użytkownika" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Wersja" @@ -900,3 +907,12 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Eskalacja" + +#~ msgid "Responsible" +#~ msgstr "Odpowiedzialny" + +#~ msgid "Creation Month" +#~ msgstr "Miesiąc utworzenia" + +#~ msgid "My Task" +#~ msgstr "Moje zadanie" diff --git a/addons/project_issue/i18n/pt.po b/addons/project_issue/i18n/pt.po index ed611315638..2e66b686030 100644 --- a/addons/project_issue/i18n/pt.po +++ b/addons/project_issue/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-19 15:17+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -148,6 +148,7 @@ msgid "Assigned" msgstr "Atribuído" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -221,6 +222,7 @@ msgid "Communication channel." msgstr "Canal de comunicação." #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -238,19 +240,24 @@ msgid "Configure" msgstr "Configurar" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contato" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Data de Criação" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -272,11 +279,6 @@ msgstr "Criado em" msgid "Creation Date" msgstr "Data da Criação" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mês de Criação" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -339,6 +341,11 @@ msgstr "Prazo limite" msgid "Deadly bug" msgstr "Bug Mortal" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -556,7 +563,6 @@ msgstr "Data da Última Mensagem" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Última Alteração de Estado" @@ -595,14 +601,10 @@ msgstr "Histórico de Mensagens e Comunicação" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Minhas questões" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "Minhas Tarefas" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -655,6 +657,7 @@ msgstr "Parceiro" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -691,6 +694,11 @@ msgstr "Projeto Escalation" msgid "Project Issue" msgstr "Incidente do Projeto" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -702,12 +710,11 @@ msgid "Ready for next stage" msgstr "Pronto para avançar" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsável" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Equipa de vendas" @@ -771,6 +778,7 @@ msgid "Tags" msgstr "Etiquetas" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -829,7 +837,6 @@ msgstr "Email Utilizador" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versão" @@ -902,3 +909,12 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Escalonar" + +#~ msgid "Responsible" +#~ msgstr "Responsável" + +#~ msgid "Creation Month" +#~ msgstr "Mês de Criação" + +#~ msgid "My Task" +#~ msgstr "Minhas Tarefas" diff --git a/addons/project_issue/i18n/pt_BR.po b/addons/project_issue/i18n/pt_BR.po index c9fd4773595..bfdc964939d 100644 --- a/addons/project_issue/i18n/pt_BR.po +++ b/addons/project_issue/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 23:33+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: project_issue @@ -130,6 +130,7 @@ msgid "Assigned" msgstr "Atribuído" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -203,6 +204,7 @@ msgid "Communication channel." msgstr "Canal de comunicação" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -220,19 +222,24 @@ msgid "Configure" msgstr "Configurar" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contato" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "Data de Criação" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -254,11 +261,6 @@ msgstr "Criado em" msgid "Creation Date" msgstr "Data de Criação" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Mês de criação" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -321,6 +323,11 @@ msgstr "Prazo Final" msgid "Deadly bug" msgstr "Problema irrecuperável" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -539,7 +546,6 @@ msgstr "Data da última mensagem" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "Última Atualização de Estágio" @@ -578,14 +584,10 @@ msgstr "Histórico de mensagens e comunicação" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Meus Incidentes" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "Minhas Tarefas" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -638,6 +640,7 @@ msgstr "Parceiro" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -674,6 +677,11 @@ msgstr "Escalação do Projeto" msgid "Project Issue" msgstr "Incidente do Projeto" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -685,12 +693,11 @@ msgid "Ready for next stage" msgstr "Pronto para o próximo estágio" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsável" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Time de Vendas" @@ -754,6 +761,7 @@ msgid "Tags" msgstr "Marcadores" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -813,7 +821,6 @@ msgstr "E-mail do Usuário" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versão" @@ -886,3 +893,12 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Escalar" + +#~ msgid "Responsible" +#~ msgstr "Responsável" + +#~ msgid "Creation Month" +#~ msgstr "Mês de criação" + +#~ msgid "My Task" +#~ msgstr "Minhas Tarefas" diff --git a/addons/project_issue/i18n/ro.po b/addons/project_issue/i18n/ro.po index d4e12342195..154647944ba 100644 --- a/addons/project_issue/i18n/ro.po +++ b/addons/project_issue/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -131,6 +131,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -204,6 +205,7 @@ msgid "Communication channel." msgstr "Canal de comunicare" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -221,19 +223,24 @@ msgid "Configure" msgstr "Configureaza" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Contact" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -255,11 +262,6 @@ msgstr "" msgid "Creation Date" msgstr "Data crearii" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Luna crearii" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -322,6 +324,11 @@ msgstr "Termen limita" msgid "Deadly bug" msgstr "Virus mortal" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -539,7 +546,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -578,14 +584,10 @@ msgstr "Istoric mesaje si conversatii" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Problemele mele" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -638,6 +640,7 @@ msgstr "Partener" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -674,6 +677,11 @@ msgstr "Avansare Proiect" msgid "Project Issue" msgstr "Problema Proiect" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -685,12 +693,11 @@ msgid "Ready for next stage" msgstr "Pregatit(a) pentru etapa urmatoare" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Responsabil" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Echipa de vanzari" @@ -754,6 +761,7 @@ msgid "Tags" msgstr "Etichete" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -813,7 +821,6 @@ msgstr "E-mail utilizator" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versiune" @@ -887,3 +894,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Avansati" + +#~ msgid "Responsible" +#~ msgstr "Responsabil" + +#~ msgid "Creation Month" +#~ msgstr "Luna crearii" diff --git a/addons/project_issue/i18n/ru.po b/addons/project_issue/i18n/ru.po index 66bd89bbffc..97614d8e7fd 100644 --- a/addons/project_issue/i18n/ru.po +++ b/addons/project_issue/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:29+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -118,6 +118,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -191,6 +192,7 @@ msgid "Communication channel." msgstr "Канал общения" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -208,19 +210,24 @@ msgid "Configure" msgstr "Настройка" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Контакт" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -242,11 +249,6 @@ msgstr "" msgid "Creation Date" msgstr "Дата создания" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Месяц создания" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -309,6 +311,11 @@ msgstr "Крайний срок" msgid "Deadly bug" msgstr "Критическая ошибка" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -524,7 +531,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -563,14 +569,10 @@ msgstr "Сообщения и история общения" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Мои инциденты" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -623,6 +625,7 @@ msgstr "Контрагент" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -659,6 +662,11 @@ msgstr "" msgid "Project Issue" msgstr "Проблема проекта" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -670,12 +678,11 @@ msgid "Ready for next stage" msgstr "Готово к следующей стадии" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Ответственный" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Отдел продаж" @@ -737,6 +744,7 @@ msgid "Tags" msgstr "Теги" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -791,7 +799,6 @@ msgstr "Email пользователя" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Версия" @@ -863,3 +870,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Передать на уровень выше" + +#~ msgid "Responsible" +#~ msgstr "Ответственный" + +#~ msgid "Creation Month" +#~ msgstr "Месяц создания" diff --git a/addons/project_issue/i18n/sk.po b/addons/project_issue/i18n/sk.po index 5e713a1b2f4..0f51da6dc7f 100644 --- a/addons/project_issue/i18n/sk.po +++ b/addons/project_issue/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,12 +565,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "" diff --git a/addons/project_issue/i18n/sl.po b/addons/project_issue/i18n/sl.po index 3339d6810ab..21b2ee87631 100644 --- a/addons/project_issue/i18n/sl.po +++ b/addons/project_issue/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -130,6 +130,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -203,6 +204,7 @@ msgid "Communication channel." msgstr "Komunikacijski kanal" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -220,19 +222,24 @@ msgid "Configure" msgstr "Nastavitve" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Stik" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -254,11 +261,6 @@ msgstr "" msgid "Creation Date" msgstr "Ustvarjeno dne" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -321,6 +323,11 @@ msgstr "Rok" msgid "Deadly bug" msgstr "Kritična napaka" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -536,7 +543,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -575,14 +581,10 @@ msgstr "Sporočila in zgodovina sporočil" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Moje zadeve" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -635,6 +637,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -671,6 +674,11 @@ msgstr "Stopnjevanje projekta" msgid "Project Issue" msgstr "Projektna zadeva" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -682,12 +690,11 @@ msgid "Ready for next stage" msgstr "Pripravljeno za naslednjo stopnjo" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Odgovoren" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Prodajna ekipa" @@ -751,6 +758,7 @@ msgid "Tags" msgstr "Ključne besede" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -809,7 +817,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Različica" @@ -881,3 +888,6 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Stopnjuj" + +#~ msgid "Responsible" +#~ msgstr "Odgovoren" diff --git a/addons/project_issue/i18n/sv.po b/addons/project_issue/i18n/sv.po index 6e93757ca44..28fc4ce4b13 100644 --- a/addons/project_issue/i18n/sv.po +++ b/addons/project_issue/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -130,6 +130,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -203,6 +204,7 @@ msgid "Communication channel." msgstr "Kommunikationskanal" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -220,19 +222,24 @@ msgid "Configure" msgstr "Konfigurera" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontakt" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -254,11 +261,6 @@ msgstr "" msgid "Creation Date" msgstr "Registeringsdatum" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Registeringsmånad" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -321,6 +323,11 @@ msgstr "Tidsfrist" msgid "Deadly bug" msgstr "Showstopper" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -538,7 +545,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -577,14 +583,10 @@ msgstr "Meddelande- och kommunikationshistorik" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Mina ärenden" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -637,6 +639,7 @@ msgstr "Företag" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -673,6 +676,11 @@ msgstr "Projekteskalering" msgid "Project Issue" msgstr "Projektärenden" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -684,12 +692,11 @@ msgid "Ready for next stage" msgstr "Klar för nästa steg" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Ansvarig" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Säljteam" @@ -753,6 +760,7 @@ msgid "Tags" msgstr "Etiketter" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -811,7 +819,6 @@ msgstr "Användarens e-post" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Version" @@ -883,3 +890,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Eskalera" + +#~ msgid "Responsible" +#~ msgstr "Ansvarig" + +#~ msgid "Creation Month" +#~ msgstr "Registeringsmånad" diff --git a/addons/project_issue/i18n/tr.po b/addons/project_issue/i18n/tr.po index 39bb63f2c8d..4bad2d497ac 100644 --- a/addons/project_issue/i18n/tr.po +++ b/addons/project_issue/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -130,6 +130,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -203,6 +204,7 @@ msgid "Communication channel." msgstr "Haberleşme kanalı." #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -220,19 +222,24 @@ msgid "Configure" msgstr "Yapılandırma" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "Kontak" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -254,11 +261,6 @@ msgstr "" msgid "Creation Date" msgstr "Oluşturma Tarihi" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "Oluşturma Ayı" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -321,6 +323,11 @@ msgstr "ZamanSınırı" msgid "Deadly bug" msgstr "Ölümcül hata" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -538,7 +545,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -577,14 +583,10 @@ msgstr "Mesajlar ve iletişim geçmişi" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "Sorunlarım" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -637,6 +639,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -673,6 +676,11 @@ msgstr "Proje Artırımı" msgid "Project Issue" msgstr "Proje Sorun" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -684,12 +692,11 @@ msgid "Ready for next stage" msgstr "Sonraki aşaması için hazır" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "Sorumlu" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "Satış Takımı" @@ -753,6 +760,7 @@ msgid "Tags" msgstr "Etiketler" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -810,7 +818,6 @@ msgstr "Kullanı Emaili" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "Versiyon" @@ -882,3 +889,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "⇒ Artırım" + +#~ msgid "Responsible" +#~ msgstr "Sorumlu" + +#~ msgid "Creation Month" +#~ msgstr "Oluşturma Ayı" diff --git a/addons/project_issue/i18n/zh_CN.po b/addons/project_issue/i18n/zh_CN.po index 31410b853b0..328062026ea 100644 --- a/addons/project_issue/i18n/zh_CN.po +++ b/addons/project_issue/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "通讯渠道" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "设置" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "联系方式" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "创建日期" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "创建月份" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "截止日期" msgid "Deadly bug" msgstr "致命错误" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,14 +565,10 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter msgid "My Issues" msgstr "我的问题" -#. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" -msgstr "" - #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter @@ -619,6 +621,7 @@ msgstr "业务伙伴" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "提升" msgid "Project Issue" msgstr "项目问题" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" -msgstr "负责人" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" +msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "销售团队" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "标签" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "用户电子邮件" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "版本" @@ -856,3 +863,9 @@ msgstr "" #: view:project.issue:project_issue.project_issue_form_view msgid "⇒ Escalate" msgstr "" + +#~ msgid "Responsible" +#~ msgstr "负责人" + +#~ msgid "Creation Month" +#~ msgstr "创建月份" diff --git a/addons/project_issue/i18n/zh_TW.po b/addons/project_issue/i18n/zh_TW.po index 5c286bcfa40..41ad74d56cb 100644 --- a/addons/project_issue/i18n/zh_TW.po +++ b/addons/project_issue/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_issue #: field:project.issue.report,email:0 @@ -116,6 +116,7 @@ msgid "Assigned" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,user_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,user_id:0 @@ -189,6 +190,7 @@ msgid "Communication channel." msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,company_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,company_id:0 @@ -206,19 +208,24 @@ msgid "Configure" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,partner_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,partner_id:0 msgid "Contact" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,create_date:0 msgid "Create Date" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter +#: view:project.issue.report:project_issue.view_project_issue_report_filter +msgid "Create Day" +msgstr "" + #. module: project_issue #: field:project.config.settings,fetchmail_issue:0 msgid "Create issues from an incoming email account " @@ -240,11 +247,6 @@ msgstr "" msgid "Creation Date" msgstr "" -#. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Creation Month" -msgstr "" - #. module: project_issue #: code:addons/project_issue/project_issue.py:424 #, python-format @@ -307,6 +309,11 @@ msgstr "" msgid "Deadly bug" msgstr "" +#. module: project_issue +#: model:ir.filters,name:project_issue.filter_issue_report_delay +msgid "Delay" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Delete" @@ -520,7 +527,6 @@ msgstr "" #. module: project_issue #: field:project.issue,date_last_stage_update:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,date_last_stage_update:0 msgid "Last Stage Update" msgstr "" @@ -559,12 +565,8 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.view_project_issue_filter -msgid "My Issues" -msgstr "" - -#. module: project_issue #: view:project.issue.report:project_issue.view_project_issue_report_filter -msgid "My Task" +msgid "My Issues" msgstr "" #. module: project_issue @@ -619,6 +621,7 @@ msgstr "" #. module: project_issue #: view:project.issue:project_issue.project_feature_tree_view #: view:project.issue:project_issue.project_issue_tree_view +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,priority:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,priority:0 @@ -655,6 +658,11 @@ msgstr "" msgid "Project Issue" msgstr "" +#. module: project_issue +#: view:project.issue:project_issue.project_issue_graph_view +msgid "Project Issues" +msgstr "" + #. module: project_issue #: view:project.issue:project_issue.project_issue_kanban_view msgid "Project:" @@ -666,12 +674,11 @@ msgid "Ready for next stage" msgstr "" #. module: project_issue -#: view:project.issue:project_issue.view_project_issue_filter -msgid "Responsible" +#: field:project.issue.report,reviewer_id:0 +msgid "Reviewer" msgstr "" #. module: project_issue -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,section_id:0 msgid "Sale Team" msgstr "" @@ -733,6 +740,7 @@ msgid "Tags" msgstr "" #. module: project_issue +#: view:project.issue:project_issue.view_project_issue_filter #: field:project.issue,task_id:0 #: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,task_id:0 @@ -784,7 +792,6 @@ msgstr "" #. module: project_issue #: field:project.issue,version_id:0 -#: view:project.issue.report:project_issue.view_project_issue_report_filter #: field:project.issue.report,version_id:0 msgid "Version" msgstr "" diff --git a/addons/project_timesheet/i18n/it.po b/addons/project_timesheet/i18n/it.po index e6936e76def..23ce0cfbfa4 100644 --- a/addons/project_timesheet/i18n/it.po +++ b/addons/project_timesheet/i18n/it.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-02 12:00+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: project_timesheet #: model:ir.actions.act_window,help:project_timesheet.action_account_analytic_overdue @@ -28,6 +28,16 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Fai click per aggiungere un contratto relativo a un " +"cliente.\n" +"

    \n" +" Troverai qui i contratti relativi ai progetti legati ai " +"tuoi\n" +" clienti, in modo da poter tenere traccia del processo di " +"fatturazione.\n" +"

    \n" +" " #. module: project_timesheet #: code:addons/project_timesheet/project_timesheet.py:56 diff --git a/addons/purchase/i18n/ar.po b/addons/purchase/i18n/ar.po index 8a175927d5c..78204cc33a0 100644 --- a/addons/purchase/i18n/ar.po +++ b/addons/purchase/i18n/ar.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} أمر (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(تحديث)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "هل أنت متأكد من دمج طلبات الشراء هذه؟" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "يمكن أن تُشترى" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "ملغي" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "فئة" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "إعدادات" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "وصف" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "المقصد" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "طلب شراء 'مسودة'" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "تم انشاء طلب شراء 'مسودة'" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "خطأ!" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "تم استلام الفاتورة" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "الرسائل" msgid "Messages and communication history" msgstr "الرسائل و سجل التواصل" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "فتح قائمة الشراء" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "تاريخ الأمر" @@ -1279,6 +1287,7 @@ msgstr "سطور الأوامر" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "رسائل البريد الصادر" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "الرجاء اختيار الامر المتعدد لدمجه في عر msgid "Pre-generate draft invoices based on purchase orders" msgstr "إصدار فواتير 'مسودة' على أساس طلبات الشراء" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "المنتج" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "المنتجات بالتصنيف" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1575,7 +1588,7 @@ msgid "Purchase Pricelist" msgstr "قائمة اسعار الشراء" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1625,12 +1638,11 @@ msgstr "الكمية" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "كمية" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1669,7 +1681,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1721,11 +1733,6 @@ msgstr "" msgid "Reference" msgstr "مرجع" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "وحة القياس للمرجع" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1810,7 +1817,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1899,7 +1906,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1907,7 +1914,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "فواتير الموردين" @@ -1949,7 +1956,7 @@ msgstr "" "للمنتجات المختارة/الكميات." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1957,7 +1964,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1965,7 +1972,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "يقوم بالبيع لهذا المنتج المود المختار فقط بواسطة %s" @@ -1993,7 +2000,7 @@ msgid "The total amount" msgstr "المبلغ الكلي" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2057,13 +2064,13 @@ msgid "Total amount" msgstr "الكمية الكلية" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "لم نتمكن من إلغاء طلب الشراء" @@ -2081,6 +2088,11 @@ msgstr "رقم فريد لطلب الشراء تم تكوينه تلقائياً msgid "Unit Price" msgstr "سعر الوحدة" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2145,7 +2157,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "تم التحقق من الصلاحية عن طريق" @@ -2161,15 +2172,14 @@ msgstr "انتظار اقرار المورد" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "المخزن" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2197,7 +2207,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "لا يمكنك تأكيد طلب شراء بدون خطوط شراء (أصناف)" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "يجب عليك أولا إلغاء جميع الفواتير المتعلقة بهذا أمر الشراء." @@ -2206,3 +2222,6 @@ msgstr "يجب عليك أولا إلغاء جميع الفواتير المتع #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "مرجع الامر الخاص بك" + +#~ msgid "Reference UOM" +#~ msgstr "وحة القياس للمرجع" diff --git a/addons/purchase/i18n/bg.po b/addons/purchase/i18n/bg.po index 6207dddd663..446fc060b95 100644 --- a/addons/purchase/i18n/bg.po +++ b/addons/purchase/i18n/bg.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Отказани" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Категория" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Настройка" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Описание" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Назначение" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Дата на поръчка" @@ -1279,6 +1287,7 @@ msgstr "Редове от поръчка" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Продукт" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Продукти по категория" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "К-во" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Количество" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Препратка" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Фактури на доставчици" @@ -1947,7 +1954,7 @@ msgstr "" "изчислява доставната цена за избраните продукти / количества." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1955,7 +1962,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1963,7 +1970,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1991,7 +1998,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2056,13 +2063,13 @@ msgid "Total amount" msgstr "Обща сума" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2080,6 +2087,11 @@ msgstr "" msgid "Unit Price" msgstr "Единична цена" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2144,7 +2156,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Одобрено от" @@ -2160,15 +2171,14 @@ msgstr "Чака потвърждение от доставчик" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Склад" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2196,7 +2206,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/bs.po b/addons/purchase/i18n/bs.po index 9c064af6855..ec49a2c9f7b 100644 --- a/addons/purchase/i18n/bs.po +++ b/addons/purchase/i18n/bs.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -47,7 +207,7 @@ msgstr "" "otkazana od strane korisnika." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -88,164 +248,6 @@ msgstr "${object.company_id.name} Narudžba (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(osvježi)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -527,6 +529,11 @@ msgstr "Da li ste sigurni da želite spojiti ove narudžbe?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -585,8 +592,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -614,7 +621,7 @@ msgid "Can be Purchased" msgstr "Može se kupovati" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -635,17 +642,21 @@ msgid "Cancelled" msgstr "Otkazano" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "kategorija" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -676,7 +687,7 @@ msgid "Configuration" msgstr "Konfiguracija" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Greška u konfiguraciji!" @@ -838,7 +849,6 @@ msgstr "Opis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Odredište" @@ -873,7 +883,7 @@ msgid "Draft PO" msgstr "NN u pripremi" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Nabavni nalog u pripremi kreiran" @@ -899,7 +909,7 @@ msgstr "Čarobnjak sastavljanja email-a" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Greška!" @@ -928,12 +938,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1040,7 +1044,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Ne pravilna akcija" @@ -1077,13 +1081,13 @@ msgid "Invoice Received" msgstr "Faktura primljena" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1245,6 +1249,11 @@ msgstr "Poruke" msgid "Messages and communication history" msgstr "Istorija poruka i komunikacije" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1256,19 +1265,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nije definisana adresa dobavljača" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Nema zadanog dobavljača definisanog na ovom proizvodu" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Nema definisanog dobavljača za ovaj proizvod !" @@ -1311,7 +1320,6 @@ msgstr "Otvori meni nabavke" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Datum narudžbe" @@ -1328,6 +1336,7 @@ msgstr "Stavke narudžbe" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1369,7 +1378,7 @@ msgid "Outgoing Mails" msgstr "Odlazni mail-ovi" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "NN: %s" @@ -1432,6 +1441,11 @@ msgstr "Molimo odaberite više narudžbi da ih spojite u pregledu liste" msgid "Pre-generate draft invoices based on purchase orders" msgstr "U napred generisane fakture u pripremi na nabavnim nalozima" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1475,7 +1489,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1515,7 +1528,7 @@ msgid "Products by Category" msgstr "Proizvodi po kategoriji" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1625,7 +1638,7 @@ msgid "Purchase Pricelist" msgstr "Nabavni cijenovnik" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1677,12 +1690,11 @@ msgstr "Kol." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Količina" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1721,7 +1733,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1773,11 +1785,6 @@ msgstr "Primljeni omjer" msgid "Reference" msgstr "Referenca" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referentna JM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1864,7 +1871,7 @@ msgid "Select an Open Sales Order" msgstr "Odaberi i otvori prodajnu narudžbu" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1956,7 +1963,7 @@ msgid "Supplier Features" msgstr "Karakteristike dobavljača" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1964,7 +1971,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Fakture dobavljača" @@ -2006,7 +2013,7 @@ msgstr "" "izračunava nabavnu cijenu za odabrane proizvode i količinu." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2016,7 +2023,7 @@ msgstr "" "čini kao greškom konfiguracije!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2026,7 +2033,7 @@ msgstr "" "trebali kupovati manje." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Odabrani dobavljač samo prodaje ove proizvode po %s" @@ -2054,7 +2061,7 @@ msgid "The total amount" msgstr "Ukupni iznos" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2121,13 +2128,13 @@ msgid "Total amount" msgstr "Ukupni iznos" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Ne mogu otkazati ovu nabavnu narudžbu." @@ -2147,6 +2154,11 @@ msgstr "" msgid "Unit Price" msgstr "Jedinična cijena" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2211,7 +2223,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Ovjerio" @@ -2227,15 +2238,14 @@ msgstr "Čekanje na dobavljača" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Skladište" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2264,7 +2274,13 @@ msgstr "" "Ne možete potvrditi nabavnu narudžbu koja ne sadrži niti jednu stavku." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2273,3 +2289,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Referenca vašeg narudžbe" + +#~ msgid "Reference UOM" +#~ msgstr "Referentna JM" diff --git a/addons/purchase/i18n/ca.po b/addons/purchase/i18n/ca.po index b60615cebd0..47a35c2a3b8 100644 --- a/addons/purchase/i18n/ca.po +++ b/addons/purchase/i18n/ca.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Cancel·lada" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoria" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Configuració" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Descripció" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destí" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Data comanda" @@ -1279,6 +1287,7 @@ msgstr "Línies de la comanda" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "Seleccioneu múltiples comandes a fusionar en la vista llistat." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Producte" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Productes per categoria" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1577,7 +1590,7 @@ msgid "Purchase Pricelist" msgstr "Tarifa de compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1627,12 +1640,11 @@ msgstr "Qtat" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Quantitat" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1671,7 +1683,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1723,11 +1735,6 @@ msgstr "" msgid "Reference" msgstr "Referència" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referència UdM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1812,7 +1819,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1901,7 +1908,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1909,7 +1916,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Factures de proveïdor" @@ -1951,7 +1958,7 @@ msgstr "" "el preu del proveïdor pels productes/quantitats seleccionats." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1959,7 +1966,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1967,7 +1974,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "El proveïdor seleccionat només ven aquest producte per %s" @@ -1995,7 +2002,7 @@ msgid "The total amount" msgstr "Import total" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2062,13 +2069,13 @@ msgid "Total amount" msgstr "Import total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2086,6 +2093,11 @@ msgstr "" msgid "Unit Price" msgstr "Preu un." +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2150,7 +2162,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validada per" @@ -2166,15 +2177,14 @@ msgstr "Esperant acceptació proveïdor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Magatzem" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2202,7 +2212,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2211,3 +2227,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "La vostra referència" + +#~ msgid "Reference UOM" +#~ msgstr "Referència UdM" diff --git a/addons/purchase/i18n/cs.po b/addons/purchase/i18n/cs.po index 5246d0f9347..173c2c35f38 100644 --- a/addons/purchase/i18n/cs.po +++ b/addons/purchase/i18n/cs.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "(aktualizovat)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "Lze koupit" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Zrušeno" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategorie" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Nastavení" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Chyba nastavení!" @@ -794,7 +805,6 @@ msgstr "Popis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Cíl" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "Koncept objednávky" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -996,7 +1000,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1033,13 +1037,13 @@ msgid "Invoice Received" msgstr "Obdržena faktura" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1198,6 +1202,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1209,19 +1218,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Pro výrobek nebyl zadán dodavatel !" @@ -1264,7 +1273,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Datum objednání" @@ -1281,6 +1289,7 @@ msgstr "Řádky objednávky" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1322,7 +1331,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1385,6 +1394,11 @@ msgstr "Prosíme vyberte ze seznamu více objednávek ke sloučení." msgid "Pre-generate draft invoices based on purchase orders" msgstr "Předgenerovat koncepty faktur na základě objednávek" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1428,7 +1442,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Výrobek" @@ -1468,7 +1481,7 @@ msgid "Products by Category" msgstr "Výrobky podle kategorie" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1578,7 +1591,7 @@ msgid "Purchase Pricelist" msgstr "Ceník nákupů" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1628,12 +1641,11 @@ msgstr "Množ." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Množství" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1672,7 +1684,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1724,11 +1736,6 @@ msgstr "" msgid "Reference" msgstr "Značka" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referenční MJ" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1813,7 +1820,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1904,7 +1911,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1912,7 +1919,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Faktury dodavatele" @@ -1954,7 +1961,7 @@ msgstr "" "cenu zvolených výrobků/množství." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1962,7 +1969,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1970,7 +1977,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Vybraný dodavatel prodává pouze tento výrobek po %s" @@ -1998,7 +2005,7 @@ msgid "The total amount" msgstr "Celková částka" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2064,13 +2071,13 @@ msgid "Total amount" msgstr "Celková částka" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2088,6 +2095,11 @@ msgstr "" msgid "Unit Price" msgstr "Cena za kus" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2152,7 +2164,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Ověřeno" @@ -2168,15 +2179,14 @@ msgstr "Čekání na potvrzení dodavatelem" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Sklad" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2204,7 +2214,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2213,3 +2229,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Vaše značka objednávky" + +#~ msgid "Reference UOM" +#~ msgstr "Referenční MJ" diff --git a/addons/purchase/i18n/da.po b/addons/purchase/i18n/da.po index ab5d259b988..e456bccfeb9 100644 --- a/addons/purchase/i18n/da.po +++ b/addons/purchase/i18n/da.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Order (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "Opdater (-ing)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -500,6 +502,11 @@ msgstr "Er du sikker på du vil flette disse ordrer ?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -558,8 +565,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -587,7 +594,7 @@ msgid "Can be Purchased" msgstr "Kan indkøbes" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -608,17 +615,21 @@ msgid "Cancelled" msgstr "Annulleret" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategori" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -649,7 +660,7 @@ msgid "Configuration" msgstr "Konfiguration" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Konfigurationsfejl!" @@ -811,7 +822,6 @@ msgstr "Beskrivelse:" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destination" @@ -846,7 +856,7 @@ msgid "Draft PO" msgstr "Indkøbsordre kladde" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Indkøbsordre kladde oprettet" @@ -872,7 +882,7 @@ msgstr "Wizard til at skrive Email" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Fejl!" @@ -901,12 +911,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1013,7 +1017,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Ulovlig handling!" @@ -1050,13 +1054,13 @@ msgid "Invoice Received" msgstr "Faktura modtaget" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1217,6 +1221,11 @@ msgstr "Meddelelser" msgid "Messages and communication history" msgstr "Besked- og kommunikations historik" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1228,19 +1237,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Ingen adresse angivet på leverandøren" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Der er ikke opsat standard leverandør på denne vare" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Ingen leverandør er angivet på denne vare!" @@ -1283,7 +1292,6 @@ msgstr "Åbn indkøbsmenu" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Ordredato" @@ -1300,6 +1308,7 @@ msgstr "Ordre linier" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1341,7 +1350,7 @@ msgid "Outgoing Mails" msgstr "Udgående mails" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "Indkøbsordre: %s" @@ -1404,6 +1413,11 @@ msgstr "Vælg multiple ordrer til fletning i list viewet" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Dan proformafakturaer forud på indkøbsordrer" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1447,7 +1461,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Vare" @@ -1487,7 +1500,7 @@ msgid "Products by Category" msgstr "Produkter pr. kategori" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1597,7 +1610,7 @@ msgid "Purchase Pricelist" msgstr "Indkøbs prislister" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1649,12 +1662,11 @@ msgstr "Antal" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Antal" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1693,7 +1705,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1745,11 +1757,6 @@ msgstr "Modtaget mængde" msgid "Reference" msgstr "Reference" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Reference enhed" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1836,7 +1843,7 @@ msgid "Select an Open Sales Order" msgstr "Vælg en aktiv salgsordre" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1925,7 +1932,7 @@ msgid "Supplier Features" msgstr "Leverandør faciliteter" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1933,7 +1940,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Leverandørfakturaer" @@ -1975,7 +1982,7 @@ msgstr "" "også leverandørprisen ved det valgte anta." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1985,7 +1992,7 @@ msgstr "" "være en opsætningsfejl!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1994,7 +2001,7 @@ msgstr "" "Den valgte leverandør kræver minimumskøb på %s %s, du kan ikke købe mindre." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Den valgte leverandør sælger kun varen ved %s" @@ -2022,7 +2029,7 @@ msgid "The total amount" msgstr "Samlet beløb" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2089,13 +2096,13 @@ msgid "Total amount" msgstr "Samlet beløb" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Kan ikke fortryde indkøbsordre" @@ -2115,6 +2122,11 @@ msgstr "" msgid "Unit Price" msgstr "Enhedspris" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2179,7 +2191,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Godkendt af" @@ -2195,15 +2206,14 @@ msgstr "Afventer leverandør bekræftelse" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Lagersted" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2231,7 +2241,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Du kan ikke bekræfte en indkøbsordre uden indkøbslinier." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2240,3 +2256,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Deres ordrereference" + +#~ msgid "Reference UOM" +#~ msgstr "Reference enhed" diff --git a/addons/purchase/i18n/de.po b/addons/purchase/i18n/de.po index fceff569b8e..e7200460a01 100644 --- a/addons/purchase/i18n/de.po +++ b/addons/purchase/i18n/de.po @@ -7,17 +7,328 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 15:53+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 10:44+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:02+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hallo ${object.partner_id.name},

    \n" +" \n" +"

    hiermit senden wir Ihnen die ${object.state in ('draft', 'sent') and " +"'request for quotation' or 'purchase order confirmation'} für " +"${object.company_id.name}:

    \n" +" \n" +"

    \n" +"   REFERENZEN
    \n" +"   Bestellnummer: ${object.name}
    \n" +"   Betrag: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Datum: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Unsere Referenz: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Ihre Referenz: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Ihr Kontakt: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    Bei Fragen, kontaktieren Sie uns bitte.

    \n" +"

    Vielen Dank!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Tel.:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hallo ${object.partner_id.name},

    \n" +" \n" +"

    hiermit erhalten Sie die ${object.state in ('draft', 'sent') and " +"'request for quotation' or 'purchase order confirmation'} von " +"${object.company_id.name}:

    \n" +" \n" +"

    \n" +"   REFERENZEN
    \n" +"   Angebotsanfrage: ${object.name}
    \n" +"   Datum der Anfrage: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Unsere Referenz: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Ihre Referenz: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Ihr Ansprechpartner: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    Bitte kontaktieren Sie uns bei Fragen.

    \n" +"

    Vielen Dank!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Tel.:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 msgid "" @@ -41,9 +352,17 @@ msgid "" "* The 'Cancelled' status is set automatically when user cancel purchase " "order." msgstr "" +" * Der \"Entwurf \"-Status wird automatisch beim Entwurf einer Bestellung " +"gesetzt und angezeigt.\n" +"* Die \"Bestätigt\"-Status wird automatisch angezeigt, wenn eine Bestellung " +"durch Bestätigung des Benutzers erfolgt ist.\n" +"* Die \"Erledigt\" Status wird automatisch eingestellt, wenn eine Bestellung " +"geliefert und bezahlt wurde.\n" +"* Die \"Abgebrochen\"-Status wird automatisch gesetzt, wenn ein Benutzer " +"z.B. eine Bestellung abbricht oder storniert." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " Einkaufen" @@ -62,12 +381,12 @@ msgstr "# Eingangsrechnungen" #. module: purchase #: field:purchase.report,nbr:0 msgid "# of Lines" -msgstr "Anzahl Positionen" +msgstr "# Positionen" #. module: purchase #: field:res.partner,purchase_order_count:0 msgid "# of Purchase Order" -msgstr "Anzahl Bestellungen" +msgstr "# Anzahl Bestellungen" #. module: purchase #: model:email.template,subject:purchase.email_template_edi_purchase @@ -85,311 +404,6 @@ msgstr "${object.company_id.name} Auftrag (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(aktualisieren)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -" \n" -"

    hiermit senden wir Ihnen eine ${object.state in ('draft', 'sent') and " -"'Angebotsanfrage' or 'Bestellung'} der Firma ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENZEN
    \n" -"   Bestellnummer: ${object.name}
    \n" -"   Bestellbetrag: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Auftragsdatum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Auftragsreferenz: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Ihre Referenz: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Ihr Ansprechpartner: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    Bitte zögern Sie bei Fragen nicht, uns zu kontaktieren.

    \n" -"

    Vielen Dank!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Webseite : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -" \n" -"

    hiermit senden wir eine ${object.state in ('draft', 'sent') and " -"'Angebotsanfrage' or 'Bestellauftrag'} von ${object.company_id.name}:

    \n" -" \n" -"

    \n" -"   REFERENZEN
    \n" -"   RFQ Nummer: ${object.name}
    \n" -"   RFQ Datum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ Referenz: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Ihre Referenz: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Ihr Ansprechpartner: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    Bei Fragen zögern Sie bitte nicht uns zu kontaktieren.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Webseite : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -658,7 +672,7 @@ msgstr "Adressbuch" #. module: purchase #: model:res.groups,name:purchase.group_advance_bidding msgid "Advance bidding process" -msgstr "Vorabpreisanfrage" +msgstr "Ausschreibungen im Einkauf" #. module: purchase #: field:purchase.config.settings,module_warning:0 @@ -726,12 +740,12 @@ msgstr "Erlaubt die Spezifizierung von Kostenstellen bei Ihren Bestellungen." #. module: purchase #: field:purchase.order.line,account_analytic_id:0 msgid "Analytic Account" -msgstr "Analytisches Konto" +msgstr "Kostenstelle" #. module: purchase #: model:res.groups,name:purchase.group_analytic_accounting msgid "Analytic Accounting for Purchases" -msgstr "Kostenrechnung für Einkäufe" +msgstr "Kostenrechnung für den Einkauf" #. module: purchase #: field:account.config.settings,group_analytic_account_for_purchases:0 @@ -765,6 +779,11 @@ msgstr "Möchten Sie diese Bestellungen zusammenfassen?" msgid "Associated procurements" msgstr "Verknüpfte Beschaffungsaufträge" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "Durchschn. Lieferzeit" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -816,21 +835,21 @@ msgstr "von Bestellpositionen" #: view:purchase.order:purchase.purchase_order_form #: selection:purchase.order,state:0 msgid "Bid Received" -msgstr "Gebot erhalten" +msgstr "Angebot erhalten" #. module: purchase #: field:purchase.order,bid_date:0 msgid "Bid Received On" -msgstr "Gebot erhalten für" +msgstr "Angebot erhalten für" #. module: purchase #: field:purchase.order,bid_validity:0 msgid "Bid Valid Until" -msgstr "Gebot gültig bis" +msgstr "Angebot gültig bis" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "Einkaufen" @@ -863,7 +882,7 @@ msgid "Can be Purchased" msgstr "Kann eingekauft werden" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "Es kann keine allgemein gültige Beschaffungsroute gefunden werden." @@ -884,21 +903,25 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "Es kann keine Bestellposition im Status '%s' gelöscht werden." #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategorie" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "Produktkategorie" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" -msgstr "Auswählen aus Geboten einer Ausschreibung" +msgstr "Auswählen aus Angeboten einer Ausschreibung" #. module: purchase #: model:ir.model,name:purchase.model_res_company @@ -925,7 +948,7 @@ msgid "Configuration" msgstr "Einstellungen" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Konfigurationsfehler!" @@ -944,7 +967,7 @@ msgstr "Bestätigen" #. module: purchase #: view:purchase.order:purchase.purchase_order_form msgid "Confirm Order" -msgstr "Auftrag bestätigen" +msgstr "Bestellung bestätigen" #. module: purchase #: selection:purchase.order.line,state:0 @@ -1012,12 +1035,12 @@ msgstr "Datum der Auftragsannahme" #. module: purchase #: help:purchase.order,bid_validity:0 msgid "Date on which the bid expired" -msgstr "Auslaufdatum für Gebot" +msgstr "Auslaufdatum des Angebots" #. module: purchase #: help:purchase.order,bid_date:0 msgid "Date on which the bid was received" -msgstr "Empfangsdatum für Gebot" +msgstr "Empfangsdatum für Angebot" #. module: purchase #: help:purchase.report,date:0 @@ -1042,7 +1065,7 @@ msgstr "Standard Einkaufspreisliste" #. module: purchase #: model:product.pricelist.version,name:purchase.ver0 msgid "Default Purchase Pricelist Version" -msgstr "Standard Preislisten Version" +msgstr "Standard Preislistenversion" #. module: purchase #: field:purchase.config.settings,default_invoice_method:0 @@ -1079,8 +1102,8 @@ msgid "" "Depicts the date where the Quotation should be validated and converted into " "a Purchase Order, by default it's the creation date." msgstr "" -"Ergänzt das Datum an dem die Angebotsanfrage bestätigt und in eine " -"Bestellung umgewandelt wird, üblicherweise ist dies das gleichzeitig das " +"Das Datum an dem die Angebotsanfrage bestätigt und in eine Bestellung " +"umgewandelt werden soll, üblicherweise ist dies gleichzeitig das das " "Erstellungsdatum." #. module: purchase @@ -1092,7 +1115,6 @@ msgstr "Beschreibung" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Zielort" @@ -1129,7 +1151,7 @@ msgid "Draft PO" msgstr "Entwurf Bestellung" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Entwurf für Bestellung wurde erstellt" @@ -1155,7 +1177,7 @@ msgstr "E-Mail Assistent" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Fehler!" @@ -1184,12 +1206,6 @@ msgstr "Erwarteter Monat" msgid "Extended Filters" msgstr "Erweiterte Filter" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "Löschen Sie zuerst alle Lieferscheine für diese Bestellung" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1203,7 +1219,7 @@ msgstr "Followers" #. module: purchase #: field:purchase.config.settings,module_purchase_double_validation:0 msgid "Force two levels of approvals" -msgstr "Doppelte Zustimmung ist zwingend" +msgstr "Erzwingen Sie doppelte Bestellprüfungen" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter @@ -1302,7 +1318,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Ungültige Aktion!" @@ -1339,13 +1355,13 @@ msgid "Invoice Received" msgstr "Rechnung empfangen" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "Rechnung bezahlt" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "Rechnung erhalten" @@ -1391,7 +1407,7 @@ msgstr "Rechnungsstellungsprozess" #. module: purchase #: view:purchase.config.settings:purchase.view_purchase_configuration msgid "Invoicing Settings" -msgstr "Einstellungen zur Rechnungserstellung" +msgstr "Rechnungserstellung" #. module: purchase #: field:purchase.order,message_is_follower:0 @@ -1444,7 +1460,7 @@ msgstr "Lagerort & Lager" #. module: purchase #: field:purchase.config.settings,module_purchase_requisition:0 msgid "Manage calls for bids" -msgstr "Managen Sie Gebote für Ausschreibungen" +msgstr "Verwalten Sie einzelne Angebote für Ausschreibungen" #. module: purchase #: field:purchase.config.settings,group_uom:0 @@ -1459,7 +1475,7 @@ msgstr "Verwalten Sie Streckengeschäfte" #. module: purchase #: field:purchase.config.settings,group_purchase_pricelist:0 msgid "Manage pricelist per supplier" -msgstr "Verwalte einzelne Preislisten für Lieferanten" +msgstr "Verwalten Sie einzelne Preislisten für Lieferanten" #. module: purchase #: model:res.groups,name:purchase.group_purchase_manager @@ -1505,7 +1521,12 @@ msgstr "Mitteilungen" #. module: purchase #: help:purchase.order,message_ids:0 msgid "Messages and communication history" -msgstr "Nachrichten und Kommunikation" +msgstr "Nachrichten- und Kommunikationshistorie" + +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "Monatseinkäufe" #. module: purchase #: view:website:purchase.report_purchaseorder @@ -1518,19 +1539,19 @@ msgid "New Mail" msgstr "Neue E-Mail" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Keine Adresse für diesen Lieferanten definiert" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Kein Standardlieferant für dieses Produkt" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Kein Lieferant für dieses Produkt definiert!" @@ -1573,7 +1594,6 @@ msgstr "Einkaufsmenü öffnen" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Bestelldatum" @@ -1590,6 +1610,7 @@ msgstr "Bestellpositionen" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "Auftragsdatum" @@ -1631,7 +1652,7 @@ msgid "Outgoing Mails" msgstr "Postausgang" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1707,6 +1728,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Vorab Rechnungsentwurf durch Bestellung" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "Preis nach Lieferant" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1750,7 +1776,6 @@ msgstr "Beschaffungsregel" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1790,7 +1815,7 @@ msgid "Products by Category" msgstr "Produkte nach Kategorien" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "Produkte erhalten" @@ -1802,8 +1827,8 @@ msgid "" "amount.\n" "-This installs the module purchase_double_validation." msgstr "" -"Nutzen Sie die Möglichkeit der doppelten Bestätigung für Bestellungen, die " -"ein definiertes Maximum übersteigen.\n" +"Nutzen Sie die Möglichkeit der doppelten Bestätigung für Bestellungen, wenn " +"ein definierter Maximalbetrag überstiegen wird.\n" "- Sie installieren das Modul purchase_double_validation." #. module: purchase @@ -1903,7 +1928,7 @@ msgid "Purchase Pricelist" msgstr "Preisliste Einkauf" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1923,7 +1948,7 @@ msgstr "Einkauf zur Wiederauffüllung des Lagers" #. module: purchase #: field:purchase.report,negociation:0 msgid "Purchase-Standard Price" -msgstr "Standard Einkaufs Preis" +msgstr "Standard Einkaufspreis" #. module: purchase #: model:ir.actions.act_window,name:purchase.action_purchase_line_product_tree @@ -1959,12 +1984,11 @@ msgstr "Anzahl" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Menge" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "Hinzufügen einer Anzahl zu einer existierenden Auftragsposition" @@ -2003,7 +2027,7 @@ msgstr "Anfrage ist erledigt" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "Anfrage wurde erstellt" @@ -2055,11 +2079,6 @@ msgstr "Empfangene Menge" msgid "Reference" msgstr "Referenz" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referenz ME" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -2149,7 +2168,7 @@ msgid "Select an Open Sales Order" msgstr "Wählen Sie einen Auftrag aus" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -2177,7 +2196,7 @@ msgstr "Setze auf Entwurf" #: selection:purchase.order,state:0 #: selection:purchase.report,state:0 msgid "Shipping Exception" -msgstr "Versand Fehlerliste" +msgstr "Lieferfehler" #. module: purchase #: view:website:purchase.report_purchaseorder @@ -2240,18 +2259,18 @@ msgid "Supplier Features" msgstr "Lieferanten Angebote" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." -msgstr "Lieferantenrechn." +msgstr "Lieferanten Rechnung" #. module: purchase #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" -msgstr "Eingangsrechnungen" +msgstr "Rechnungen" #. module: purchase #: field:purchase.order,partner_ref:0 @@ -2263,7 +2282,7 @@ msgstr "Lieferantenreferenz" #: field:purchase.order.line,taxes_id:0 #: view:website:purchase.report_purchaseorder msgid "Taxes" -msgstr "Umsatzsteuer" +msgstr "Vorsteuer" #. module: purchase #: field:purchase.order,notes:0 @@ -2291,7 +2310,7 @@ msgstr "" "unter Berücksichtigung der Bestellmenge errechnet." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2301,7 +2320,7 @@ msgstr "" "definiert, was möglicherweise falsch ist!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2311,7 +2330,7 @@ msgstr "" "können daher nicht weniger bestellen.." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -2329,13 +2348,12 @@ msgid "" "exception." msgstr "" "Der Status der Bestellung oder der Anfrage eines Angebot. Eine Anfrage ist " -"eine Bestellung im Status 'Entwurf' ('Anfrage eines Angebots') ! Bei " -"Bestätigung durch den Benutzer wechselt der Status zu 'Bestätigt'. Durch die " -"Auftragsbestätigung des Lieferanten wechselt der Status zu 'Angenommen' . " -"Wenn der Einkaufsauftrag bezahlt ist und die Ware empfangen wurde, wechselt " -"der Status auf 'Erledigt' (Done). Falls ein Abbruch auftritt bei der " -"Rechnungserfassung oder bei der Wareneingangserfassung wechselt der Status " -"auf 'Fehler' (Sonderfall / Exception)." +"eine Bestellung im Status 'Entwurf'. Bei Bestätigung durch den Benutzer " +"wechselt der Status zu 'Bestätigt'. Durch die Auftragsbestätigung des " +"Lieferanten wechselt der Status zu 'Angenommen' . Wenn der Einkaufsauftrag " +"bezahlt ist und die Ware empfangen wurde, wechselt der Status auf 'Erledigt' " +". Falls ein Abbruch bei der Rechnungserfassung oder bei der " +"Wareneingangserfassung erfolgt, wechselt der Status auf 'Fehler' ." #. module: purchase #: help:purchase.order,amount_tax:0 @@ -2348,7 +2366,7 @@ msgid "The total amount" msgstr "Gesamt Betrag" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "Es ist noch kein Lieferanten für das Produkt %s angelegt" @@ -2415,13 +2433,13 @@ msgid "Total amount" msgstr "Gesamtbetrag" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "Es ist nicht möglich die Bestellung %s abzubrechen." #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Es ist nicht möglich diese Bestellung abzubrechen." @@ -2441,6 +2459,11 @@ msgstr "" msgid "Unit Price" msgstr "Preis pro Einheit" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "Anzahl Mengeneinheit" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2471,8 +2494,7 @@ msgstr "Nettobetrag" #: field:purchase.config.settings,group_costing_method:0 msgid "Use 'Real Price' or 'Average' costing methods." msgstr "" -"Verwende 'Einkaufspreis' oder 'Durchschnittspreis' als Kalkulationsverfahren " -"zur Bestandsbewertung" +"Benutzen Sie 'Einkaufs-' oder 'Durchschnittspreis' zur Bestandsbewertung" #. module: purchase #: field:account.config.settings,module_purchase_analytic_plans:0 @@ -2507,7 +2529,6 @@ msgstr "Genehmigt von" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Geprüft durch" @@ -2523,15 +2544,14 @@ msgstr "Erwarte Auftragsbestätigung" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Lager" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2540,7 +2560,7 @@ msgstr "Warnung!" #. module: purchase #: field:purchase.order,website_message_ids:0 msgid "Website Messages" -msgstr "Website Nachrichten" +msgstr "Webseite Nachrichten" #. module: purchase #: help:purchase.order,website_message_ids:0 @@ -2562,7 +2582,13 @@ msgstr "" "Sie können keine Bestellung ohne erfasste Bestellpositionen bestätigen." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "Sie haben bereits Produktlieferungen erhalten. " + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2572,3 +2598,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Ihre Referenz" + +#~ msgid "Reference UOM" +#~ msgstr "Referenz ME" diff --git a/addons/purchase/i18n/el.po b/addons/purchase/i18n/el.po index 806e96ef7ae..e87fdd61927 100644 --- a/addons/purchase/i18n/el.po +++ b/addons/purchase/i18n/el.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "Είστε σίγουροι ότι θέλετε να συγχωνεύσ msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Ακυρωμένη" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Περιγραφή" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Προορισμός" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "Γραμμές Παραγγελίας" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Προϊόν" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "Τιμοκατάλογος Αγορών" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "Ποσ." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Ποσότητα" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Παραπομπή" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Παραστατικά προμηθευτών" @@ -1948,7 +1955,7 @@ msgstr "" "προϊόντα/ποσότητες." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1956,7 +1963,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1964,7 +1971,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1992,7 +1999,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2059,13 +2066,13 @@ msgid "Total amount" msgstr "Σύνολικό ποσό" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2083,6 +2090,11 @@ msgstr "" msgid "Unit Price" msgstr "Τιμή Μονάδας" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2147,7 +2159,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Επικυρωμένο από" @@ -2163,15 +2174,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Αποθήκη" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2199,7 +2209,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/en_GB.po b/addons/purchase/i18n/en_GB.po index 888d036af34..01d39c8ef45 100644 --- a/addons/purchase/i18n/en_GB.po +++ b/addons/purchase/i18n/en_GB.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Order (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Cancelled" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Category" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Configuration" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destination" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Order Date" @@ -1279,6 +1287,7 @@ msgstr "Order Lines" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1383,6 +1392,11 @@ msgstr "Please select multiple order to merge in the list view." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Products by Category" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1576,7 +1589,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1626,12 +1639,11 @@ msgstr "Qty" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Quantity" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1670,7 +1682,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1722,11 +1734,6 @@ msgstr "" msgid "Reference" msgstr "Reference" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Reference UOM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1811,7 +1818,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1900,7 +1907,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1908,7 +1915,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Supplier Invoices" @@ -1950,7 +1957,7 @@ msgstr "" "computes the supplier price for the selected products/quantities." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1958,7 +1965,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1966,7 +1973,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "The selected supplier only sells this product by %s" @@ -1994,7 +2001,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2061,13 +2068,13 @@ msgid "Total amount" msgstr "Total amount" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2085,6 +2092,11 @@ msgstr "" msgid "Unit Price" msgstr "Unit Price" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2149,7 +2161,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validated by" @@ -2165,15 +2176,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Warehouse" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2201,7 +2211,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "You must first cancel all invoices related to this purchase order." @@ -2210,3 +2226,6 @@ msgstr "You must first cancel all invoices related to this purchase order." #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "" + +#~ msgid "Reference UOM" +#~ msgstr "Reference UOM" diff --git a/addons/purchase/i18n/es.po b/addons/purchase/i18n/es.po index 1fa2bc6883f..b24530fcfbd 100644 --- a/addons/purchase/i18n/es.po +++ b/addons/purchase/i18n/es.po @@ -7,15 +7,327 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-24 18:15+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 00:52+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:06+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +" \n" +"

    Ésta es una ${object.state in ('draft', 'sent') and 'solicitud de " +"presupuesto' or 'confirmación de pedido de compra'} de " +"${object.company_id.name}:

    \n" +" \n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de pedido: ${object.name}
    \n" +"   Total del pedido: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Fecha del pedido: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Su referencia: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Su contacto: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    Si tiene alguna duda, no dude en contactarnos.

    \n" +"

    ¡Gracias!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +" \n" +"

    Ésta es una ${object.state in ('draft', 'sent') and 'solicitud de " +"presupuesto' or 'confirmación de pedido de compra'} de " +"${object.company_id.name}:

    \n" +" \n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de pedido: ${object.name}
    \n" +"   Total del pedido: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Fecha del pedido: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Su referencia: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Su contacto: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    Si tiene alguna duda, no dude en contactarnos.

    \n" +"

    ¡Gracias!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -50,7 +362,7 @@ msgstr "" "compra." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " Comprar" @@ -91,314 +403,6 @@ msgstr "${object.company_id.name} Pedido (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(actualizar)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hola ${object.partner_id.name},

    \n" -" \n" -"

    Aquí tiene una ${object.state in ('draft', 'sent') and 'solicitud de " -"presupuesto' or 'confirmación de pedido de compra'} de " -"${object.company_id.name}:

    \n" -" \n" -"

    \n" -"   REFERENCIAS
    \n" -"   Nº pedido: ${object.name}
    \n" -"   Total del pedido: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Fecha del pedido: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Referencia del pedido: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Su referencia: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Su contacto: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    Si tiene alguna cuestión, no dude en contactarnos.

    \n" -"

    ¡Gracias!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Teléfono:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hola ${object.partner_id.name},

    \n" -" \n" -"

    Aquí tiene una ${object.state in ('draft', 'sent') and 'solicitud de " -"presupuesto' or 'confirmación de pedido de compra'} de " -"${object.company_id.name}:

    \n" -" \n" -"

    \n" -"   REFERENCIAS
    \n" -"   Nº solicitud: ${object.name}
    \n" -"   Total de la solicitud: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Fecha de la solicitud: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Referencia de la solicitud: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Su referencia: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Su contacto: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    Si tiene alguna cuestión, no dude en contactarnos.

    \n" -"

    ¡Gracias!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Teléfono:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -744,6 +748,11 @@ msgstr "¿Está seguro de que desea juntar estos pedidos?" msgid "Associated procurements" msgstr "Abastecimientos asociados" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "Plazo medio de entrega" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -809,8 +818,8 @@ msgid "Bid Valid Until" msgstr "Licitación válida hasta" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "Comprar" @@ -842,7 +851,7 @@ msgid "Can be Purchased" msgstr "Puede ser comprado" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "No se puede encontrar ninguna ruta 'Comprar' genérica." @@ -863,18 +872,22 @@ msgid "Cancelled" msgstr "Cancelado" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" "No se puede eliminar una línea de pedido de venta que esté en estado '%s'." #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoría" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "Categoría del producto" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -905,7 +918,7 @@ msgid "Configuration" msgstr "Configuración" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "¡Error de configuración!" @@ -1069,7 +1082,6 @@ msgstr "Descripción" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destino" @@ -1106,7 +1118,7 @@ msgid "Draft PO" msgstr "OC en borrador" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Pedido de compra en borrador creado" @@ -1132,7 +1144,7 @@ msgstr "Asistente de redacción de correo electrónico." #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1161,13 +1173,6 @@ msgstr "Mes esperado" msgid "Extended Filters" msgstr "Filtro avanzado" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" -"Cancele primero todas las recepciones relativas a este pedido de compra." - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1280,7 +1285,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "¡Acción no válida!" @@ -1317,13 +1322,13 @@ msgid "Invoice Received" msgstr "Factura recibida" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "Factura pagada" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "Factura recibida" @@ -1485,6 +1490,11 @@ msgstr "Mensajes" msgid "Messages and communication history" msgstr "Mensajes e historial de comunicación" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "Compras mensuales" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1496,19 +1506,19 @@ msgid "New Mail" msgstr "Nuevo correo" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "No se ha definido una dirección para el proveedor" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "No hay definido ningún proveedor por defecto para este producto" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "¡No se ha definido un proveedor para este producto!" @@ -1551,7 +1561,6 @@ msgstr "Abrir menú 'Compras'" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Fecha pedido" @@ -1568,6 +1577,7 @@ msgstr "Líneas del pedido" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "Mes del pedido" @@ -1609,7 +1619,7 @@ msgid "Outgoing Mails" msgstr "Correos salientes" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PC: %s" @@ -1682,6 +1692,11 @@ msgstr "Seleccione múltiples pedidos a fusionar en la vista listado." msgid "Pre-generate draft invoices based on purchase orders" msgstr "Pre-generar facturas borrador basadas en los pedidos de compra" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "Precio por proveedor" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1725,7 +1740,6 @@ msgstr "Regla de abastecimiento" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1765,7 +1779,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "Productos recibidos" @@ -1878,7 +1892,7 @@ msgid "Purchase Pricelist" msgstr "Tarifa de compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "Línea de compra creada y enlazada a un pedido de compra existente" @@ -1931,12 +1945,11 @@ msgstr "Ctdad" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Cantidad" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "Cantidad añadidad en la línea de pedido de compra existente" @@ -1975,7 +1988,7 @@ msgstr "SdP realizada" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "SdP creada" @@ -2027,11 +2040,6 @@ msgstr "Proporción recibida" msgid "Reference" msgstr "Referencia" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referencia UdM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -2121,7 +2129,7 @@ msgid "Select an Open Sales Order" msgstr "Seleccione un pedido de venta abierto" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -2214,7 +2222,7 @@ msgid "Supplier Features" msgstr "Características del proveedor" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "Factura de proveedor" @@ -2222,7 +2230,7 @@ msgstr "Factura de proveedor" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Facturas de proveedor" @@ -2264,7 +2272,7 @@ msgstr "" "el precio del proveedor para los productos/cantidades seleccionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2274,7 +2282,7 @@ msgstr "" "que debe ser un error de configuración!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2284,7 +2292,7 @@ msgstr "" "lo que no debería comprarle menos." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "El proveedor seleccionado sólo vende este producto por %s" @@ -2322,7 +2330,7 @@ msgid "The total amount" msgstr "El importe total." #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "No hay proveedor asociado al producto %s" @@ -2391,13 +2399,13 @@ msgid "Total amount" msgstr "Importe total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "No se puede cancelar el pedido de compra %s." #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "No se ha podido cancelar este pedido de compra." @@ -2417,6 +2425,11 @@ msgstr "" msgid "Unit Price" msgstr "Precio unidad" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "Cantidad de la unidad" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2481,7 +2494,6 @@ msgstr "Validado por:" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validada por" @@ -2497,15 +2509,14 @@ msgstr "Esperando aceptación proveedor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Almacén" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2533,7 +2544,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "No puede confirmar un pedido de compra que no tiene líneas." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "Usted ya ha recibido algunas mercancías. " + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2544,3 +2561,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Su referencia" + +#~ msgid "Reference UOM" +#~ msgstr "Referencia UdM" diff --git a/addons/purchase/i18n/es_AR.po b/addons/purchase/i18n/es_AR.po index 91ac894819f..a5981b41a20 100644 --- a/addons/purchase/i18n/es_AR.po +++ b/addons/purchase/i18n/es_AR.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Orden (Ref ${object.name o 'n/a' })" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -485,6 +487,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -543,8 +550,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -572,7 +579,7 @@ msgid "Can be Purchased" msgstr "Puede ser Comprado" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -593,17 +600,21 @@ msgid "Cancelled" msgstr "Cancelado" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoría" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -634,7 +645,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "¡Error de Configuración!" @@ -796,7 +807,6 @@ msgstr "Descripción" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destino" @@ -831,7 +841,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -857,7 +867,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -886,12 +896,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -999,7 +1003,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1036,13 +1040,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1201,6 +1205,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1212,19 +1221,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "¡No se ha definido un proveedor para este producto!" @@ -1267,7 +1276,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1284,6 +1292,7 @@ msgstr "Líneas de la orden" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1325,7 +1334,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1388,6 +1397,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1431,7 +1445,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1471,7 +1484,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1578,7 +1591,7 @@ msgid "Purchase Pricelist" msgstr "Lista de precios de compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1631,12 +1644,11 @@ msgstr "Ctdad" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Cantidad" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1675,7 +1687,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1727,11 +1739,6 @@ msgstr "" msgid "Reference" msgstr "Referencia" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1816,7 +1823,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1905,7 +1912,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1913,7 +1920,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1956,7 +1963,7 @@ msgstr "" "seleccionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1966,7 +1973,7 @@ msgstr "" "que debe ser un error de configuración!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1974,7 +1981,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -2002,7 +2009,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2069,13 +2076,13 @@ msgid "Total amount" msgstr "Importe total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2093,6 +2100,11 @@ msgstr "" msgid "Unit Price" msgstr "Precio unitario" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2157,7 +2169,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validada por" @@ -2173,15 +2184,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Almacén" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2209,7 +2219,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/es_BO.po b/addons/purchase/i18n/es_BO.po index f4c1572564c..fd127565af4 100644 --- a/addons/purchase/i18n/es_BO.po +++ b/addons/purchase/i18n/es_BO.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Bolivia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/es_CL.po b/addons/purchase/i18n/es_CL.po index fa0e0d6439b..e8a71a4a484 100644 --- a/addons/purchase/i18n/es_CL.po +++ b/addons/purchase/i18n/es_CL.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Cancelado" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoría" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Configuración" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Descripción" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destino" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Fecha pedido" @@ -1279,6 +1287,7 @@ msgstr "Líneas del pedido" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "Seleccione múltiples pedidos a fusionar en la vista listado." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1577,7 +1590,7 @@ msgid "Purchase Pricelist" msgstr "Tarifa de compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1627,12 +1640,11 @@ msgstr "Ctdad" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Cantidad" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1671,7 +1683,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1723,11 +1735,6 @@ msgstr "" msgid "Reference" msgstr "Referencia" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referecnia UdM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1812,7 +1819,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1901,7 +1908,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1909,7 +1916,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Facturas de proveedor" @@ -1951,7 +1958,7 @@ msgstr "" "el precio del proveedor para los productos/cantidades seleccionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1959,7 +1966,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1967,7 +1974,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "El proveedor seleccionado sólo vende este producto por %s" @@ -1995,7 +2002,7 @@ msgid "The total amount" msgstr "El importe total." #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2062,13 +2069,13 @@ msgid "Total amount" msgstr "Importe total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2086,6 +2093,11 @@ msgstr "" msgid "Unit Price" msgstr "Precio unidad" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2150,7 +2162,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validada por" @@ -2166,15 +2177,14 @@ msgstr "Esperando aceptación proveedor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Almacén" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2202,7 +2212,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2211,3 +2227,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Su referencia" + +#~ msgid "Reference UOM" +#~ msgstr "Referecnia UdM" diff --git a/addons/purchase/i18n/es_CO.po b/addons/purchase/i18n/es_CO.po index 8a3ac9c7873..db2f76bb5ba 100644 --- a/addons/purchase/i18n/es_CO.po +++ b/addons/purchase/i18n/es_CO.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Colombia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Error de Configuración!" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -997,7 +1001,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1034,13 +1038,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1199,6 +1203,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1210,19 +1219,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "No se ha definido un proveedor para este producto!" @@ -1265,7 +1274,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1282,6 +1290,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1323,7 +1332,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1386,6 +1395,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1429,7 +1443,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1469,7 +1482,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1576,7 +1589,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1626,12 +1639,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1670,7 +1682,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1722,11 +1734,6 @@ msgstr "" msgid "Reference" msgstr "Referencia" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1811,7 +1818,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1900,7 +1907,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1908,7 +1915,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1951,7 +1958,7 @@ msgstr "" "seleccionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1959,7 +1966,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1967,7 +1974,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1995,7 +2002,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2058,13 +2065,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2082,6 +2089,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2146,7 +2158,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2162,15 +2173,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2198,7 +2208,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/es_CR.po b/addons/purchase/i18n/es_CR.po index 6dd4ea4f82c..9dd910abaf6 100644 --- a/addons/purchase/i18n/es_CR.po +++ b/addons/purchase/i18n/es_CR.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Pedido (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Cancelado" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoría" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Configuración" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Descripción" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destino" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Fecha pedido" @@ -1279,6 +1287,7 @@ msgstr "Líneas del pedido" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1383,6 +1392,11 @@ msgstr "Seleccione múltiples pedidos a fusionar en la vista listado." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1577,7 +1590,7 @@ msgid "Purchase Pricelist" msgstr "Tarifa de compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1627,12 +1640,11 @@ msgstr "Ctdad" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Cantidad" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1671,7 +1683,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1723,11 +1735,6 @@ msgstr "" msgid "Reference" msgstr "Referencia" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referencia UdM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1812,7 +1819,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1901,7 +1908,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1909,7 +1916,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Facturas de proveedor" @@ -1951,7 +1958,7 @@ msgstr "" "el precio del proveedor para los productos/cantidades seleccionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1959,7 +1966,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1969,7 +1976,7 @@ msgstr "" "usted no debe comprar menos." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "El proveedor seleccionado sólo vende este producto por %s" @@ -1997,7 +2004,7 @@ msgid "The total amount" msgstr "El importe total." #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2064,13 +2071,13 @@ msgid "Total amount" msgstr "Importe total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2088,6 +2095,11 @@ msgstr "" msgid "Unit Price" msgstr "Precio unidad" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2152,7 +2164,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validada por" @@ -2168,15 +2179,14 @@ msgstr "Esperando aceptación proveedor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Almacén" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2204,7 +2214,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2215,3 +2231,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Su referencia" + +#~ msgid "Reference UOM" +#~ msgstr "Referencia UdM" diff --git a/addons/purchase/i18n/es_EC.po b/addons/purchase/i18n/es_EC.po index a9d40fec0d5..c86d9053cc3 100644 --- a/addons/purchase/i18n/es_EC.po +++ b/addons/purchase/i18n/es_EC.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Pedido (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Cancelado" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoría" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Configuración" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Descripción" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destino" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Fecha del Pedido" @@ -1279,6 +1287,7 @@ msgstr "Líneas de pedido" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1383,6 +1392,11 @@ msgstr "Seleccione múltiples pedidos a mezclar en la vista de lista." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Productos por categoría" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1577,7 +1590,7 @@ msgid "Purchase Pricelist" msgstr "Tarifa de compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1627,12 +1640,11 @@ msgstr "Ctdad" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Cantidad" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1671,7 +1683,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1723,11 +1735,6 @@ msgstr "" msgid "Reference" msgstr "Referencia" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referencia UdM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1812,7 +1819,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1901,7 +1908,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1909,7 +1916,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Facturas de Proveedor" @@ -1951,7 +1958,7 @@ msgstr "" "el precio del proveedor para los productos/cantidades seleccionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1959,7 +1966,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1969,7 +1976,7 @@ msgstr "" "usted no puede comprar menos." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "El proveedor seleccionado sólo vende este producto por %s" @@ -1997,7 +2004,7 @@ msgid "The total amount" msgstr "El importe total." #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2064,13 +2071,13 @@ msgid "Total amount" msgstr "Monto Total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2088,6 +2095,11 @@ msgstr "" msgid "Unit Price" msgstr "Precio unidad" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2152,7 +2164,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validada por" @@ -2168,15 +2179,14 @@ msgstr "Esperando aceptación del proveedor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Almacén" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2204,7 +2214,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2215,3 +2231,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Su referencia" + +#~ msgid "Reference UOM" +#~ msgstr "Referencia UdM" diff --git a/addons/purchase/i18n/es_MX.po b/addons/purchase/i18n/es_MX.po index 52dd59e1cec..26187314faa 100644 --- a/addons/purchase/i18n/es_MX.po +++ b/addons/purchase/i18n/es_MX.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/es_PE.po b/addons/purchase/i18n/es_PE.po index db458e49d05..f5a72b8f8f2 100644 --- a/addons/purchase/i18n/es_PE.po +++ b/addons/purchase/i18n/es_PE.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/et.po b/addons/purchase/i18n/et.po index 170a39b1309..4a4b166611b 100644 --- a/addons/purchase/i18n/et.po +++ b/addons/purchase/i18n/et.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "(uuenda)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "Oled kindel, et tahad ühendada need korraldused ?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "On ostetav" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Tühistatud" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategooria" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Seadistused" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Kirjeldus" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Sihtpunkt" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "Ostukorralduse mustand" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "Arve loodud" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Korralduse kuupäev" @@ -1279,6 +1287,7 @@ msgstr "Korralduse read" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Toode" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Tooted kategooria järgi" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "Ostuhinnakiri" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "Kogus" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Kogus" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Viide" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Ostuarved" @@ -1947,7 +1954,7 @@ msgstr "" "arvutab see tarnija hinna valitud toodetele/kogustele." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1955,7 +1962,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1963,7 +1970,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1991,7 +1998,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2058,13 +2065,13 @@ msgid "Total amount" msgstr "Kogusumma" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2082,6 +2089,11 @@ msgstr "" msgid "Unit Price" msgstr "Ühiku hind" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2146,7 +2158,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Valideerija:" @@ -2162,15 +2173,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Ladu" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2198,7 +2208,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/fi.po b/addons/purchase/i18n/fi.po index bf3a8caf863..810c4a29173 100644 --- a/addons/purchase/i18n/fi.po +++ b/addons/purchase/i18n/fi.po @@ -7,16 +7,176 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-15 15:59+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 09:15+0000\n" "Last-Translator: Mikko Salmela \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 msgid "" @@ -47,7 +207,7 @@ msgstr "" "peruutettu." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -88,164 +248,6 @@ msgstr "${object.company_id.name} Tilaus (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(päivitä)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -523,6 +525,11 @@ msgstr "Haluatko varmasti yhdistää nämä ostotilaukset?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -581,8 +588,8 @@ msgid "Bid Valid Until" msgstr "Tarjous voimassa" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -610,7 +617,7 @@ msgid "Can be Purchased" msgstr "Voidaan ostaa" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -631,17 +638,21 @@ msgid "Cancelled" msgstr "Peruttu" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Ryhmä" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -672,7 +683,7 @@ msgid "Configuration" msgstr "Määritykset" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Konfiguraatiovirhe!" @@ -834,7 +845,6 @@ msgstr "Kuvaus" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Kohde" @@ -869,7 +879,7 @@ msgid "Draft PO" msgstr "Ostoehdotus" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Ostoehdotus on luotu" @@ -895,7 +905,7 @@ msgstr "Sähköpostin automaattinen koostaminen" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Virhe!" @@ -924,12 +934,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1036,7 +1040,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Virheellinen toiminto!" @@ -1073,13 +1077,13 @@ msgid "Invoice Received" msgstr "Lasku vastaanotettu" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1241,6 +1245,11 @@ msgstr "Viestit" msgid "Messages and communication history" msgstr "Viesti- ja kommunikointihistoria" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1252,19 +1261,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Toimittajan osoitetta ei ole määritetty" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Tuotteelle ei ole määritelty oletustoimittajaa" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Tuotteelle ei ole määritelty toimittajaa!" @@ -1307,7 +1316,6 @@ msgstr "Avaa ostovalikko" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Tilauspäivä" @@ -1324,6 +1332,7 @@ msgstr "Tilausrivit" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1365,7 +1374,7 @@ msgid "Outgoing Mails" msgstr "Lähtevät sähköpostit" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "OT: %s" @@ -1428,6 +1437,11 @@ msgstr "Valitse useita tilauksia niiden yhdistämiseksi luettelonäkymässä." msgid "Pre-generate draft invoices based on purchase orders" msgstr "Alustavat laskuehdotukset perustuen ostotilauksiin" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1471,7 +1485,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Tuote" @@ -1511,7 +1524,7 @@ msgid "Products by Category" msgstr "Tuotteet ryhmittäin" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1622,7 +1635,7 @@ msgid "Purchase Pricelist" msgstr "Ostohinnasto" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1674,12 +1687,11 @@ msgstr "Määrä" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Määrä" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1718,7 +1730,7 @@ msgstr "Tarjouspyyntö valmis" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "Tarjouspyyntö luotu" @@ -1770,11 +1782,6 @@ msgstr "Vastaanottosuhde" msgid "Reference" msgstr "Viite" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referenssiyksikkö" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1861,7 +1868,7 @@ msgid "Select an Open Sales Order" msgstr "Valitse avoin myyntitilaus" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1950,7 +1957,7 @@ msgid "Supplier Features" msgstr "Toimittajan ominaisuudet" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1958,7 +1965,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Toimittajan laskut" @@ -2000,7 +2007,7 @@ msgstr "" "hinnan valituille tuoteille/määrille." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2010,7 +2017,7 @@ msgstr "" "konfigurointivirhe!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2020,7 +2027,7 @@ msgstr "" "tilata vähempää" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Valittu toimittaja myy tätä tuotetta vain %s" @@ -2048,7 +2055,7 @@ msgid "The total amount" msgstr "Kokonaismäärä" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2115,13 +2122,13 @@ msgid "Total amount" msgstr "Yhteensä" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Tätä ostotilausta ei voi perua." @@ -2141,6 +2148,11 @@ msgstr "" msgid "Unit Price" msgstr "Yksikköhinta" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2170,7 +2182,7 @@ msgstr "Veroton summa" #. module: purchase #: field:purchase.config.settings,group_costing_method:0 msgid "Use 'Real Price' or 'Average' costing methods." -msgstr "" +msgstr "Käytä 'Todellinen Hinta' tai 'Keskihinta' laskentamenetelmiä." #. module: purchase #: field:account.config.settings,module_purchase_analytic_plans:0 @@ -2205,7 +2217,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Vahvistaja" @@ -2221,15 +2232,14 @@ msgstr "Odottaa toimittajan vahvistusta" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Varasto" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2257,7 +2267,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Ostotilauksella pitää olla rivejä, jotta sen voi vahvistaa." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2268,3 +2284,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Tilausviitteesi" + +#~ msgid "Reference UOM" +#~ msgstr "Referenssiyksikkö" diff --git a/addons/purchase/i18n/fr.po b/addons/purchase/i18n/fr.po index ed40ee679e7..282c0d6d372 100644 --- a/addons/purchase/i18n/fr.po +++ b/addons/purchase/i18n/fr.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -47,7 +207,7 @@ msgstr "" "bon de commande." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -88,164 +248,6 @@ msgstr "${object.company_id.name} Commande (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(mise à jour)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -528,6 +530,11 @@ msgstr "Êtes-vous sûr de vouloir fusionner ces commandes ?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -586,8 +593,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -615,7 +622,7 @@ msgid "Can be Purchased" msgstr "Peut être acheté" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -636,17 +643,21 @@ msgid "Cancelled" msgstr "Annulé" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Catégorie" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -677,7 +688,7 @@ msgid "Configuration" msgstr "Configuration" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Erreur de paramétrage !" @@ -840,7 +851,6 @@ msgstr "Description" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destination" @@ -875,7 +885,7 @@ msgid "Draft PO" msgstr "Bon de commande brouillon" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Bon de commande brouillon créé" @@ -901,7 +911,7 @@ msgstr "Assistant de composition de courriel" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Erreur !" @@ -930,12 +940,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1042,7 +1046,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Action invalide !" @@ -1079,13 +1083,13 @@ msgid "Invoice Received" msgstr "Facture reçue" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1244,6 +1248,11 @@ msgstr "Messages" msgid "Messages and communication history" msgstr "Historique des messages et des communications" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1255,19 +1264,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Aucune adresse définie pour le fournisseur" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Pas de fournisseur par défaut défini pour cet article" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Aucun fournisseur défini pour cet article !" @@ -1310,7 +1319,6 @@ msgstr "Ouvrir le menu des achats" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Date de commande" @@ -1327,6 +1335,7 @@ msgstr "Lignes de commande" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1368,7 +1377,7 @@ msgid "Outgoing Mails" msgstr "Courriels à envoyer" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1433,6 +1442,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Une facture brouillon sera générée sur base du bon de commande" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1476,7 +1490,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Article" @@ -1516,7 +1529,7 @@ msgid "Products by Category" msgstr "Articles par catégorie" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1627,7 +1640,7 @@ msgid "Purchase Pricelist" msgstr "Liste de prix d'achat" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1680,12 +1693,11 @@ msgstr "Qté" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Quantité" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1724,7 +1736,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1776,11 +1788,6 @@ msgstr "Ratio réception" msgid "Reference" msgstr "Référence" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "UdM de référence" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1867,7 +1874,7 @@ msgid "Select an Open Sales Order" msgstr "Sélectionnez un bon de commande ouvert." #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1959,7 +1966,7 @@ msgid "Supplier Features" msgstr "Fonctionnalités fournisseur" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1967,7 +1974,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Factures fournisseur" @@ -2010,7 +2017,7 @@ msgstr "" "sélectionnés." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2020,7 +2027,7 @@ msgstr "" "qui semble être une erreur de paramétrage !" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2030,7 +2037,7 @@ msgstr "" "pas en commander moins." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Le fournisseur sélectionné peut seulement vendre cet article par %s" @@ -2058,7 +2065,7 @@ msgid "The total amount" msgstr "Montant total" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2125,13 +2132,13 @@ msgid "Total amount" msgstr "Montant total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Impossible d'annuler ce bon de commande" @@ -2151,6 +2158,11 @@ msgstr "" msgid "Unit Price" msgstr "Prix unitaire" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2215,7 +2227,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validé par" @@ -2231,15 +2242,14 @@ msgstr "En attente de confirmation du fournisseur" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Entrepôt" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2267,7 +2277,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Vous ne pouvez pas confirmer une commande d'achat sans aucune ligne." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2277,3 +2293,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Votre Référence Commande" + +#~ msgid "Reference UOM" +#~ msgstr "UdM de référence" diff --git a/addons/purchase/i18n/fr_CA.po b/addons/purchase/i18n/fr_CA.po index 8a28f34562f..454e3b54227 100644 --- a/addons/purchase/i18n/fr_CA.po +++ b/addons/purchase/i18n/fr_CA.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-27 20:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/gl.po b/addons/purchase/i18n/gl.po index a9b6d56999c..ec391ea0be9 100644 --- a/addons/purchase/i18n/gl.po +++ b/addons/purchase/i18n/gl.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/hr.po b/addons/purchase/i18n/hr.po index 4af556c4ec4..63069e88a8f 100644 --- a/addons/purchase/i18n/hr.po +++ b/addons/purchase/i18n/hr.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -46,7 +206,7 @@ msgstr "" "* 'Otkazano' je status kada korisnik otkaže nalog za nabavu." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -87,164 +247,6 @@ msgstr "${object.company_id.name} Narudžba (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(ažuriraj)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -526,6 +528,11 @@ msgstr "Jeste li sigurni da želite spojiti ove naloge?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -584,8 +591,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -613,7 +620,7 @@ msgid "Can be Purchased" msgstr "Vidljiv u nabavi" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -634,17 +641,21 @@ msgid "Cancelled" msgstr "Otkazani" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Grupa" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -675,7 +686,7 @@ msgid "Configuration" msgstr "Postava" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Greška u konfiguraciji!" @@ -837,7 +848,6 @@ msgstr "Opis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Odredište" @@ -872,7 +882,7 @@ msgid "Draft PO" msgstr "Nacrt naloga za nabavu" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Nacrt naloga za nabavu kreiran" @@ -898,7 +908,7 @@ msgstr "Čarobnjak za sastavljanje e-pošte" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Greška!" @@ -927,12 +937,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1039,7 +1043,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Neispravna akcija!" @@ -1076,13 +1080,13 @@ msgid "Invoice Received" msgstr "Račun primljen" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1241,6 +1245,11 @@ msgstr "Poruke" msgid "Messages and communication history" msgstr "Poruke i povijest" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1252,19 +1261,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nema upisane adrese dobavljača" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Za ovaj proizvod nema definiranog dobavljača" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Za ovaj proizvod neije definiran dobavljač" @@ -1307,7 +1316,6 @@ msgstr "Otvori izbornik Nabave" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Datum naloga" @@ -1324,6 +1332,7 @@ msgstr "Stavke naloga" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1365,7 +1374,7 @@ msgid "Outgoing Mails" msgstr "Odlazni mailovi" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "NN: %s" @@ -1428,6 +1437,11 @@ msgstr "Molimo odaberite više narudžbi za spajanje u pogled liste." msgid "Pre-generate draft invoices based on purchase orders" msgstr "Pred-generirani nacrti računa bazirani na nalozima za nabavu" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1471,7 +1485,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1511,7 +1524,7 @@ msgid "Products by Category" msgstr "Proizvodi po kategorijama" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1621,7 +1634,7 @@ msgid "Purchase Pricelist" msgstr "Cjenik nabave" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1673,12 +1686,11 @@ msgstr "Kol." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Količina" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1717,7 +1729,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1769,11 +1781,6 @@ msgstr "Omjer zaprimljenog" msgid "Reference" msgstr "Vezna oznaka" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referentna JM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1860,7 +1867,7 @@ msgid "Select an Open Sales Order" msgstr "Odaberite otvoreni Prodajni nalog" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1951,7 +1958,7 @@ msgid "Supplier Features" msgstr "Značajke dobavljača" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1959,7 +1966,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Ulazni računi" @@ -2001,7 +2008,7 @@ msgstr "" "odabrane proizvode/količine." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2011,7 +2018,7 @@ msgstr "" "izgleda kao pogrešna postavka!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2021,7 +2028,7 @@ msgstr "" "naručivati manje." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Odabrani dobavljač prodaje ovaj proizvod jedino po %s" @@ -2049,7 +2056,7 @@ msgid "The total amount" msgstr "Ukupan iznos" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2116,13 +2123,13 @@ msgid "Total amount" msgstr "Ukupni iznos" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Nije moguće otkazati nalog za nabavu." @@ -2142,6 +2149,11 @@ msgstr "" msgid "Unit Price" msgstr "Jedinična cijena" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2206,7 +2218,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Potvrdio" @@ -2222,15 +2233,14 @@ msgstr "Čeka potvrdu dobavljača" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Skladište" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2258,7 +2268,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Nije moguće potvrditi nalog za nabavu bez ijedne stavke." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2267,3 +2283,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Referenca naloga" + +#~ msgid "Reference UOM" +#~ msgstr "Referentna JM" diff --git a/addons/purchase/i18n/hu.po b/addons/purchase/i18n/hu.po index 870ebb90306..35788657e52 100644 --- a/addons/purchase/i18n/hu.po +++ b/addons/purchase/i18n/hu.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -48,7 +208,7 @@ msgstr "" "visszavonta azt." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -89,164 +249,6 @@ msgstr "${object.company_id.name} Megrendelés (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(Frissítés)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -525,6 +527,11 @@ msgstr "Biztos össze akarja fésülni ezeket a megrendeléseket?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -583,8 +590,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -612,7 +619,7 @@ msgid "Can be Purchased" msgstr "Beszerezhető" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -633,17 +640,21 @@ msgid "Cancelled" msgstr "Visszavont" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategória" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -674,7 +685,7 @@ msgid "Configuration" msgstr "Beállítás" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Beállítási hiba!" @@ -836,7 +847,6 @@ msgstr "Leírás" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Célállomás" @@ -871,7 +881,7 @@ msgid "Draft PO" msgstr "Tervezet beszerzési megrendelés" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Beszerzési megrendelés tervezet létrehozva" @@ -897,7 +907,7 @@ msgstr "Email összeállító varázsló" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Hiba!" @@ -926,12 +936,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1038,7 +1042,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Érvénytelen lépés!" @@ -1075,13 +1079,13 @@ msgid "Invoice Received" msgstr "Beérkezett számla" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1243,6 +1247,11 @@ msgstr "Üzenetek" msgid "Messages and communication history" msgstr "Üzenetek és kommunikációs történet" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1254,19 +1263,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nincs cím megadva a szállítóhoz" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Nincs alapértelmezett beszállító meghatározva ehhez a termékhez" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Nincs szállító meghatározva ehhez a termékhez !" @@ -1309,7 +1318,6 @@ msgstr "Beszerzési menű megnyitása" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Megrendelés dátuma" @@ -1326,6 +1334,7 @@ msgstr "Megrendelés sorok" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1367,7 +1376,7 @@ msgid "Outgoing Mails" msgstr "Kimenő levelek" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "Beszerzési megrendelés: %s" @@ -1431,6 +1440,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Előre generált tervezet számla a beszerzési megrendelés alapján" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1474,7 +1488,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Termék" @@ -1514,7 +1527,7 @@ msgid "Products by Category" msgstr "Termékek kategóriánként" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1625,7 +1638,7 @@ msgid "Purchase Pricelist" msgstr "Beszerzési árlista" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1678,12 +1691,11 @@ msgstr "Mennyiség" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Mennyiség" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1722,7 +1734,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1774,11 +1786,6 @@ msgstr "Beérkezett arány" msgid "Reference" msgstr "Hivatkozás" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Hivatkozási ME" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1865,7 +1872,7 @@ msgid "Select an Open Sales Order" msgstr "Válasszon egy nyitott vevői megrendelést" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1957,7 +1964,7 @@ msgid "Supplier Features" msgstr "Beszállító tulajdonságai" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1965,7 +1972,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Bejövő számlák" @@ -2008,7 +2015,7 @@ msgstr "" "árát." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2018,7 +2025,7 @@ msgstr "" "beállítási hibának tűnik!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2028,7 +2035,7 @@ msgstr "" "ne vásároljon ennél kevesebbet." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "A kiválasztott beszállító feltétele a termék eladására: %s" @@ -2056,7 +2063,7 @@ msgid "The total amount" msgstr "A végösszeg" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2123,13 +2130,13 @@ msgid "Total amount" msgstr "Teljes összeg" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Nem lehet visszavonni ezt a beszerzési megrendelést." @@ -2149,6 +2156,11 @@ msgstr "" msgid "Unit Price" msgstr "Egységár" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2213,7 +2225,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Jóváhagyó" @@ -2229,15 +2240,14 @@ msgstr "Szállító visszaigazolására várakozik" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Raktár" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2267,7 +2277,13 @@ msgstr "" "tételei." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2276,3 +2292,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Szállítói megrendelés hivatkozása" + +#~ msgid "Reference UOM" +#~ msgstr "Hivatkozási ME" diff --git a/addons/purchase/i18n/id.po b/addons/purchase/i18n/id.po index 99be3cfec63..834ba005ddf 100644 --- a/addons/purchase/i18n/id.po +++ b/addons/purchase/i18n/id.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Dibatalkan" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategori" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Konfigurasi" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Konfigurasi error !" @@ -794,7 +805,6 @@ msgstr "Keterangan" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Tujuan" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -995,7 +999,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1032,13 +1036,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1197,6 +1201,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1208,19 +1217,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Supplier belum didefinisikan untuk produk ini" @@ -1263,7 +1272,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Tanggal Order" @@ -1280,6 +1288,7 @@ msgstr "Daftar Order" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1321,7 +1330,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1384,6 +1393,11 @@ msgstr "Silakan memilih urutan ganda untuk bergabung dalam tampilan daftar" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1427,7 +1441,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produk" @@ -1467,7 +1480,7 @@ msgid "Products by Category" msgstr "Produk berdasarkan kategori" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1577,7 +1590,7 @@ msgid "Purchase Pricelist" msgstr "Daftar harga Pembelian" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1627,12 +1640,11 @@ msgstr "Qty" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Kuantitas" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1671,7 +1683,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1723,11 +1735,6 @@ msgstr "" msgid "Reference" msgstr "Referensi" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referensi UoM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1812,7 +1819,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1901,7 +1908,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1909,7 +1916,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Faktur Pemasok" @@ -1949,7 +1956,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1957,7 +1964,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1965,7 +1972,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1993,7 +2000,7 @@ msgid "The total amount" msgstr "Jumlah Total" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2058,13 +2065,13 @@ msgid "Total amount" msgstr "Jumlah total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2082,6 +2089,11 @@ msgstr "" msgid "Unit Price" msgstr "Harga Satuan" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2146,7 +2158,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Divalidasi oleh .." @@ -2162,15 +2173,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Gudang" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2198,7 +2208,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2207,3 +2223,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Referensi Order Anda" + +#~ msgid "Reference UOM" +#~ msgstr "Referensi UoM" diff --git a/addons/purchase/i18n/it.po b/addons/purchase/i18n/it.po index 73aadf3a348..53b2f9ba83a 100644 --- a/addons/purchase/i18n/it.po +++ b/addons/purchase/i18n/it.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 14:41+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -47,7 +207,7 @@ msgstr "" "annulla un ordine di acquisto." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -88,164 +248,6 @@ msgstr "${object.company_id.name} Ordine (Rif ${object.name or 'n/a' })" msgid "(update)" msgstr "(aggiornamento)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -535,6 +537,11 @@ msgstr "Sicuro di voler unire questi ordini?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -593,8 +600,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -622,7 +629,7 @@ msgid "Can be Purchased" msgstr "Può essere acquistato" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -643,17 +650,21 @@ msgid "Cancelled" msgstr "Annullato" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoria" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -684,7 +695,7 @@ msgid "Configuration" msgstr "Configurazione" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Errore di configurazione!" @@ -846,7 +857,6 @@ msgstr "Descrizione" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destinazione" @@ -881,7 +891,7 @@ msgid "Draft PO" msgstr "PO Bozza" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Ordine di acquisto bozza creato" @@ -907,7 +917,7 @@ msgstr "Wizard composizione email" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Errore!" @@ -936,12 +946,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1049,7 +1053,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Azione non valida!" @@ -1086,13 +1090,13 @@ msgid "Invoice Received" msgstr "Fattura Ricevuta" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1251,6 +1255,11 @@ msgstr "Messaggi" msgid "Messages and communication history" msgstr "Storico messaggi e comunicazioni" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1262,19 +1271,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nessun indirizzo definito per il fornitore" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Nessun fornitore definito di default per questo prodotto" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Nessun fornitore definito per questo prodotto !" @@ -1317,7 +1326,6 @@ msgstr "Apre Menù Acquisti" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Data ordine" @@ -1334,6 +1342,7 @@ msgstr "Righe Ordine" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1375,7 +1384,7 @@ msgid "Outgoing Mails" msgstr "Email in uscita" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1439,6 +1448,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Pre-genera fatture bozza basate sugli ordini di acquisto" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1454,7 +1468,7 @@ msgstr "Listino Prezzi" #: model:ir.actions.act_window,name:purchase.purchase_pricelist_version_action #: model:ir.ui.menu,name:purchase.menu_purchase_pricelist_version_action msgid "Pricelist Versions" -msgstr "Versione listino prezzi" +msgstr "Versioni listini prezzi" #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase @@ -1482,7 +1496,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Prodotto" @@ -1522,7 +1535,7 @@ msgid "Products by Category" msgstr "Prodotti per Categoria" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1633,7 +1646,7 @@ msgid "Purchase Pricelist" msgstr "Listino Prezzi d'Acquisto" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1686,12 +1699,11 @@ msgstr "Qta'" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Quantità" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1730,7 +1742,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1780,12 +1792,7 @@ msgstr "" #: view:purchase.order:purchase.view_purchase_order_filter #: view:purchase.order:purchase.view_request_for_quotation_filter msgid "Reference" -msgstr "Referenza" - -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "UoM di riferimento" +msgstr "Riferimento" #. module: purchase #: field:purchase.report,product_uom:0 @@ -1874,7 +1881,7 @@ msgid "Select an Open Sales Order" msgstr "Selezionare un ordine di vendita aperto" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1967,7 +1974,7 @@ msgid "Supplier Features" msgstr "Caratteristiche Fornitore" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1975,7 +1982,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Fatture di acquisto" @@ -2017,7 +2024,7 @@ msgstr "" "il prezzo del fornitore per i prodotti e le quantità selezionate" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2025,7 +2032,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2035,7 +2042,7 @@ msgstr "" "dovrebbe ordinare una quantità inferiore." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Il fornitore selezionato vende questo prodotto solo da %s" @@ -2063,7 +2070,7 @@ msgid "The total amount" msgstr "Il costo totale" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2130,13 +2137,13 @@ msgid "Total amount" msgstr "Importo Totale" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Impossibile annullare questo ordine di acquisto." @@ -2156,6 +2163,11 @@ msgstr "" msgid "Unit Price" msgstr "Prezzo unitario" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2175,7 +2187,7 @@ msgstr "Messaggi non letti" #. module: purchase #: view:purchase.order:purchase.purchase_order_tree msgid "Untaxed" -msgstr "Non tassato" +msgstr "Imponibile" #. module: purchase #: field:purchase.order,amount_untaxed:0 @@ -2220,7 +2232,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Confermata da" @@ -2236,15 +2247,14 @@ msgstr "In attesa della risposta del fornitore" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Magazzino" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2272,7 +2282,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Non è possibile confermare un ordine di acquisto senza righe." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2281,3 +2297,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Vostro riferimento ordine" + +#~ msgid "Reference UOM" +#~ msgstr "UoM di riferimento" diff --git a/addons/purchase/i18n/ja.po b/addons/purchase/i18n/ja.po index b2940ad4c3a..74f40007c31 100644 --- a/addons/purchase/i18n/ja.po +++ b/addons/purchase/i18n/ja.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} オーダー(Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(更新)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -489,6 +491,11 @@ msgstr "これらオーダの結合をご確認ください。" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -547,8 +554,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -576,7 +583,7 @@ msgid "Can be Purchased" msgstr "購買可能" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -597,17 +604,21 @@ msgid "Cancelled" msgstr "キャンセル済" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "分類" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -638,7 +649,7 @@ msgid "Configuration" msgstr "設定" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -800,7 +811,6 @@ msgstr "説明" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "配送先" @@ -835,7 +845,7 @@ msgid "Draft PO" msgstr "ドラフトPO" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -861,7 +871,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -890,12 +900,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1000,7 +1004,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1037,13 +1041,13 @@ msgid "Invoice Received" msgstr "請求書受領済" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1203,6 +1207,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1214,19 +1223,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "この製品には仕入先が定義されていません。" @@ -1269,7 +1278,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "発注日" @@ -1286,6 +1294,7 @@ msgstr "オーダー行" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1327,7 +1336,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "発注オーダー:%s" @@ -1390,6 +1399,11 @@ msgstr "リストビューで集約する複数のオーダーを選択して下 msgid "Pre-generate draft invoices based on purchase orders" msgstr "発注書に基づいたドラフト請求書を事前に生成" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1433,7 +1447,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "製品" @@ -1473,7 +1486,7 @@ msgid "Products by Category" msgstr "カテゴリ別製品" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1581,7 +1594,7 @@ msgid "Purchase Pricelist" msgstr "購買価格リスト" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1631,12 +1644,11 @@ msgstr "数量" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "数量" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1675,7 +1687,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1727,11 +1739,6 @@ msgstr "入荷比率" msgid "Reference" msgstr "参照" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "参照単位" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1816,7 +1823,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1905,7 +1912,7 @@ msgid "Supplier Features" msgstr "仕入先の特徴" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1913,7 +1920,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "仕入先請求書" @@ -1953,7 +1960,7 @@ msgid "" msgstr "価格リストはこの発注オーダーのために使用される通貨をセットします。また、選択した製品 / 数量の仕入先価格を計算します。" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1969,7 +1976,7 @@ msgid "" msgstr "選択した仕入先の最小数量は %s %s に設定されています。それ未満の発注はできません。" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "選択仕入先は%s によりこの製品のみを売ります。" @@ -1997,7 +2004,7 @@ msgid "The total amount" msgstr "合計金額" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2060,13 +2067,13 @@ msgid "Total amount" msgstr "合計金額" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "この発注はキャンセルできません。" @@ -2084,6 +2091,11 @@ msgstr "発注書の作成時に自動で計算される固有の番号です。 msgid "Unit Price" msgstr "単価" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2148,7 +2160,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "検証者" @@ -2164,15 +2175,14 @@ msgstr "仕入先確認待ち" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "倉庫" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2200,7 +2210,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "最初に、この発注オーダーに関連する全請求書をキャンセルすべきです。" @@ -2209,3 +2225,6 @@ msgstr "最初に、この発注オーダーに関連する全請求書をキャ #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "オーダー参照" + +#~ msgid "Reference UOM" +#~ msgstr "参照単位" diff --git a/addons/purchase/i18n/ko.po b/addons/purchase/i18n/ko.po index a35990b70e5..98b86385a89 100644 --- a/addons/purchase/i18n/ko.po +++ b/addons/purchase/i18n/ko.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "이 주문들을 합치겠습니까 ?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "취소됨" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "설명" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "목적지" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "주문 라인" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "상품" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "구매 가격리스트" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "수량" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "수량" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "참조" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "가격리스트는 이 구매 주문에 이용되는 통화를 설정하며, 선택된 상품/수량에 대해 공급자 가격을 계산합니다." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "총계" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "유닛 가격" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "검증한 이" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "창고" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/lt.po b/addons/purchase/i18n/lt.po index 064ff5ff000..40d4403b5d2 100644 --- a/addons/purchase/i18n/lt.po +++ b/addons/purchase/i18n/lt.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "(atnaujinti)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -513,6 +515,11 @@ msgstr "Ar tikrai norite sulieti šiuos užsakymus?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -571,8 +578,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -600,7 +607,7 @@ msgid "Can be Purchased" msgstr "Galima nupirkti" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -621,17 +628,21 @@ msgid "Cancelled" msgstr "Atšauktas" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategorija" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -662,7 +673,7 @@ msgid "Configuration" msgstr "Nustatymai" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Klaida nustatymuose!" @@ -824,7 +835,6 @@ msgstr "Aprašymas" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Pristatymo vieta" @@ -859,7 +869,7 @@ msgid "Draft PO" msgstr "Juodraštis" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -885,7 +895,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Klaida!" @@ -914,12 +924,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1026,7 +1030,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Klaidingas veiksmas!" @@ -1063,13 +1067,13 @@ msgid "Invoice Received" msgstr "Gauta S/F" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1228,6 +1232,11 @@ msgstr "Pranešimai" msgid "Messages and communication history" msgstr "Žinučių ir pranešimų istorija" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1239,19 +1248,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Šiam produktui nenustatytas tiekėjas!" @@ -1294,7 +1303,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Užsakymo data" @@ -1311,6 +1319,7 @@ msgstr "Užsakymo eilutės" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1352,7 +1361,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1415,6 +1424,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1458,7 +1472,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produktas" @@ -1498,7 +1511,7 @@ msgid "Products by Category" msgstr "Produktai pagal kategorijas" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1605,7 +1618,7 @@ msgid "Purchase Pricelist" msgstr "Pirkimų kainoraštis" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1658,12 +1671,11 @@ msgstr "Kiekis" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Kiekis" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1702,7 +1714,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1754,11 +1766,6 @@ msgstr "" msgid "Reference" msgstr "Numeris" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Etaloninis matavimo vienetas" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1845,7 +1852,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1935,7 +1942,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1943,7 +1950,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Tiekėjo sąskaitos" @@ -1985,7 +1992,7 @@ msgstr "" "taip pat naudojamas apskaičiuoti perkamų produktų kainas." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1993,7 +2000,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2001,7 +2008,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -2029,7 +2036,7 @@ msgid "The total amount" msgstr "Bendra suma su mokesčiais" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2095,13 +2102,13 @@ msgid "Total amount" msgstr "Iš viso" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2120,6 +2127,11 @@ msgstr "" msgid "Unit Price" msgstr "Kaina" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2184,7 +2196,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Patikrinta" @@ -2200,15 +2211,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Sandėlis" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2236,7 +2246,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2245,3 +2261,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Jūsų užsakymo numeris" + +#~ msgid "Reference UOM" +#~ msgstr "Etaloninis matavimo vienetas" diff --git a/addons/purchase/i18n/lv.po b/addons/purchase/i18n/lv.po index f0de8291aef..9212c5f15c2 100644 --- a/addons/purchase/i18n/lv.po +++ b/addons/purchase/i18n/lv.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Atcelts" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategorija" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Konfigurācija" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Apraksts" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Galamērķis" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Pasūtījuma Datums" @@ -1279,6 +1287,7 @@ msgstr "Pasūtījuma Rindas" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "No saraksta skatījuma izvēlēties vairākus pasūtījumus, ko apvienot msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produkts" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Preces pa Kategorijām" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "Iepirkumu Cenrādis" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "Sk." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Skaits" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Artikuls (Kods)" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Atsauces Mērv." - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Piegādātāju Rēķini" @@ -1947,7 +1954,7 @@ msgstr "" "produktu/daudzumu un piegādes cenu." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1955,7 +1962,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1963,7 +1970,7 @@ msgid "" msgstr "Izvēlētais piegādātājs ir uzstādījis %s %s kā minimālo daudzumu." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Izvēlētais piegādātājs produktu pārdod tikai pēc %s" @@ -1991,7 +1998,7 @@ msgid "The total amount" msgstr "Summa kopā" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2054,13 +2061,13 @@ msgid "Total amount" msgstr "Summa kopā" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2078,6 +2085,11 @@ msgstr "" msgid "Unit Price" msgstr "Vienības Cena" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2142,7 +2154,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Apstiprināja" @@ -2158,15 +2169,14 @@ msgstr "Gaida Piegādātāja Apstiprinājumu" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Noliktava" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2194,7 +2204,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "Vispirms jāatceļ visi ar iepirkumu saistītie rēķini." @@ -2203,3 +2219,6 @@ msgstr "Vispirms jāatceļ visi ar iepirkumu saistītie rēķini." #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Komentārs" + +#~ msgid "Reference UOM" +#~ msgstr "Atsauces Mērv." diff --git a/addons/purchase/i18n/mk.po b/addons/purchase/i18n/mk.po index 160b794c0f9..a4c411df413 100644 --- a/addons/purchase/i18n/mk.po +++ b/addons/purchase/i18n/mk.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -47,7 +207,7 @@ msgstr "" "набавка." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -88,164 +248,6 @@ msgstr "${object.company_id.name} Налог (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(ажурирај)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -523,6 +525,11 @@ msgstr "Дали сте сигурни дека сакате да ги спои msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -581,8 +588,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -610,7 +617,7 @@ msgid "Can be Purchased" msgstr "Може да се набави" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -631,17 +638,21 @@ msgid "Cancelled" msgstr "Откажано" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Категорија" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -672,7 +683,7 @@ msgid "Configuration" msgstr "Конфигурација" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Грешка во конфигурацијата!" @@ -834,7 +845,6 @@ msgstr "Опис" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Одредиште" @@ -869,7 +879,7 @@ msgid "Draft PO" msgstr "Нацрт налог за набавка" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Нацрт налогот за набавка е креиран" @@ -895,7 +905,7 @@ msgstr "Волшебник за креирање на e-mail" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Грешка!" @@ -924,12 +934,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1036,7 +1040,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Невалидна Постапка!" @@ -1073,13 +1077,13 @@ msgid "Invoice Received" msgstr "Примена фактура" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1238,6 +1242,11 @@ msgstr "Пораки" msgid "Messages and communication history" msgstr "Историја на пораки и комуникација" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1249,19 +1258,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Нема дефинирано адреса(и) за овој добавувач" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Нема дефинирано стандарден добавувач за овој производ" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Нема дефинирано добавувач за овој производ !" @@ -1304,7 +1313,6 @@ msgstr "Отвори го менито за набавки" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Датум на налогот" @@ -1321,6 +1329,7 @@ msgstr "Ставки на налогот" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1362,7 +1371,7 @@ msgid "Outgoing Mails" msgstr "Излезни e-mail пораки" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "Налог за набавка: %s" @@ -1425,6 +1434,11 @@ msgstr "Изберете повеќе налози за спојување во msgid "Pre-generate draft invoices based on purchase orders" msgstr "Пре-генерирани нацрт фактури врз база на налози за набавка" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1468,7 +1482,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Производ" @@ -1508,7 +1521,7 @@ msgid "Products by Category" msgstr "Производи по категории" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1619,7 +1632,7 @@ msgid "Purchase Pricelist" msgstr "Ценовник за набавки" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1672,12 +1685,11 @@ msgstr "Количина" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Количина" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1716,7 +1728,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1768,11 +1780,6 @@ msgstr "Стапка на примања" msgid "Reference" msgstr "Референца" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Референтна ЕМ" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1859,7 +1866,7 @@ msgid "Select an Open Sales Order" msgstr "Избери налог за отворена продажба" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1951,7 +1958,7 @@ msgid "Supplier Features" msgstr "Функции на добавувачот" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1959,7 +1966,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Фактури од добавувач" @@ -2002,7 +2009,7 @@ msgstr "" "производи/количини." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2012,7 +2019,7 @@ msgstr "" "изгледа како конфигурациска грешка!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2022,7 +2029,7 @@ msgstr "" "помалку." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Избраниот добавувач го продава овој производ единствено по %s" @@ -2050,7 +2057,7 @@ msgid "The total amount" msgstr "Вкупен износ" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2117,13 +2124,13 @@ msgid "Total amount" msgstr "Вкупна сума" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Не може да се откаже налогот за набавка." @@ -2143,6 +2150,11 @@ msgstr "" msgid "Unit Price" msgstr "Единечна цена" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2207,7 +2219,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Проверено од" @@ -2223,15 +2234,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Магацин" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2261,7 +2271,13 @@ msgstr "" "набавка." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2270,3 +2286,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Референца на вашиот налог" + +#~ msgid "Reference UOM" +#~ msgstr "Референтна ЕМ" diff --git a/addons/purchase/i18n/mn.po b/addons/purchase/i18n/mn.po index 598780ebd8b..80765a746a7 100644 --- a/addons/purchase/i18n/mn.po +++ b/addons/purchase/i18n/mn.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -46,7 +206,7 @@ msgstr "" "* Худалдан авалтын захиалгыг цуцласан бол төлөв 'Цуцласан' болно." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -87,164 +247,6 @@ msgstr "${object.company_id.name} Захиалга (Код ${object.name or 'б/ msgid "(update)" msgstr "(шинэчлэх)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -523,6 +525,11 @@ msgstr "Эдгээр захиалгыг нэгтгэх үү ?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -581,8 +588,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -610,7 +617,7 @@ msgid "Can be Purchased" msgstr "Худалдан авч болох" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -631,17 +638,21 @@ msgid "Cancelled" msgstr "Цуцалсан" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Ангилал" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -672,7 +683,7 @@ msgid "Configuration" msgstr "Тохиргоо" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Тохиргооны алдаа!" @@ -834,7 +845,6 @@ msgstr "Тайлбар" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Хаана" @@ -869,7 +879,7 @@ msgid "Draft PO" msgstr "Ноорог PO" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Ноорог үүсгэсэн худалдан авалтын захиалга" @@ -895,7 +905,7 @@ msgstr "Имэйл үүсгэх харилцах цонх" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -924,12 +934,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1038,7 +1042,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Буруу Үйлдэл!" @@ -1075,13 +1079,13 @@ msgid "Invoice Received" msgstr "Хүлээн авсан нэхэмжлэл" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1240,6 +1244,11 @@ msgstr "Зурвасууд" msgid "Messages and communication history" msgstr "Зурвас болон харилцсан түүх" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1251,19 +1260,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Нийлүүлэгчийн хаяг байхгүй" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Энэ бараанд нийлүүлэгч анхны утгаар тодорхойлогдоогүй байна" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Энэ бараанд нийлүүлэгч тодорхойлоогүй байна !" @@ -1306,7 +1315,6 @@ msgstr "Худалдан авалтын цэс нээх" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Захиалах огноо" @@ -1323,6 +1331,7 @@ msgstr "Захиалгын мөрүүд" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1364,7 +1373,7 @@ msgid "Outgoing Mails" msgstr "Явсан мэйлүүд" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "ХАЗ: %s" @@ -1428,6 +1437,11 @@ msgid "Pre-generate draft invoices based on purchase orders" msgstr "" "Худалдан авалтын захиалга дээр суурилан ноорог нэхэмжлэлийг урьдчилан үүсгэх" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1471,7 +1485,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Бараа" @@ -1511,7 +1524,7 @@ msgid "Products by Category" msgstr "Бараа ангиллаар" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1621,7 +1634,7 @@ msgid "Purchase Pricelist" msgstr "Худалдан авах үнийн санал" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1673,12 +1686,11 @@ msgstr "Тоо" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Тоо ширхэг" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1717,7 +1729,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1769,11 +1781,6 @@ msgstr "Хүлээн авсан хувь" msgid "Reference" msgstr "Дугаар" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Х.Н-н код" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1860,7 +1867,7 @@ msgid "Select an Open Sales Order" msgstr "Нээлттэй Борлуулалтын Захиалга сонгох" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1951,7 +1958,7 @@ msgid "Supplier Features" msgstr "Нийлүүлэгчийн онцлог" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1959,7 +1966,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Нийлүүлэгчийн нэхэмжлэл" @@ -2001,7 +2008,7 @@ msgstr "" "бараа/тоо ширхэг дээр үндэслэн нийлүүлэгчийн үнийг тооцоолно." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2011,7 +2018,7 @@ msgstr "" "алдаа бололтой байна!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2021,7 +2028,7 @@ msgstr "" "байна. Үүнээс цөөнөөр худалдан авч болохгүй." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Сонгосон нийлүүлэгч нь энэ барааг зөвхөн %s-р борлуулдаг." @@ -2049,7 +2056,7 @@ msgid "The total amount" msgstr "Нийт хэмжээ" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2115,13 +2122,13 @@ msgid "Total amount" msgstr "Бүгд дүн" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Энэ худалдан авалтын захиалгыг цуцлаж боломжгүй." @@ -2141,6 +2148,11 @@ msgstr "" msgid "Unit Price" msgstr "Нэгж үнэ" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2205,7 +2217,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Баталсан" @@ -2221,15 +2232,14 @@ msgstr "Нийлүүлэгчийн магадлагааг хүлээж буй" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Агуулах" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2257,7 +2267,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Мөр байхгүй худалдан авалтын захиалгыг батлаж болохгүй." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2268,3 +2284,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Таны захиалгын код" + +#~ msgid "Reference UOM" +#~ msgstr "Х.Н-н код" diff --git a/addons/purchase/i18n/nb.po b/addons/purchase/i18n/nb.po index baaefa4695d..fc15206a9a3 100644 --- a/addons/purchase/i18n/nb.po +++ b/addons/purchase/i18n/nb.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -81,164 +241,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -484,6 +486,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -542,8 +549,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -571,7 +578,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -592,17 +599,21 @@ msgid "Cancelled" msgstr "Annulert" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategori" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -633,7 +644,7 @@ msgid "Configuration" msgstr "Konfigurasjon" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -795,7 +806,6 @@ msgstr "Beskrivelse" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destinasjon" @@ -830,7 +840,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -856,7 +866,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -885,12 +895,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -995,7 +999,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1032,13 +1036,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1197,6 +1201,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1208,19 +1217,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1263,7 +1272,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Ordredato" @@ -1280,6 +1288,7 @@ msgstr "Ordrelinjer" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1321,7 +1330,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1384,6 +1393,11 @@ msgstr "Velg flere for å fusjonere i listevisningen." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1427,7 +1441,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1467,7 +1480,7 @@ msgid "Products by Category" msgstr "Produktkategorier" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1577,7 +1590,7 @@ msgid "Purchase Pricelist" msgstr "Innkjøpsprisliste" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1627,12 +1640,11 @@ msgstr "Antall" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Antall" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1671,7 +1683,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1723,11 +1735,6 @@ msgstr "" msgid "Reference" msgstr "Referanse" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referanse UOM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1812,7 +1819,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1901,7 +1908,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1909,7 +1916,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Leverandørfakturaer" @@ -1951,7 +1958,7 @@ msgstr "" "leverandørpris for valgte produkter og mengder." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1959,7 +1966,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1969,7 +1976,7 @@ msgstr "" "kjøpe mindre." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Den valgte leverandøren selger dette produktet bare som %s" @@ -1997,7 +2004,7 @@ msgid "The total amount" msgstr "Totalsum" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2064,13 +2071,13 @@ msgid "Total amount" msgstr "Totalsum" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2088,6 +2095,11 @@ msgstr "" msgid "Unit Price" msgstr "Enhetspris" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2152,7 +2164,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Bekreftet av" @@ -2168,15 +2179,14 @@ msgstr "Avventer leverandørgodkj." #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Lager" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2204,7 +2214,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "Du må først annullere alle fakturaer tilhørende innkjøpsordren." @@ -2213,3 +2229,6 @@ msgstr "Du må først annullere alle fakturaer tilhørende innkjøpsordren." #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Din ordrereferanse" + +#~ msgid "Reference UOM" +#~ msgstr "Referanse UOM" diff --git a/addons/purchase/i18n/nl.po b/addons/purchase/i18n/nl.po index f4baf1f62ef..cea9af3f236 100644 --- a/addons/purchase/i18n/nl.po +++ b/addons/purchase/i18n/nl.po @@ -7,16 +7,328 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 08:00+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-29 18:23+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-30 07:24+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENTIES
    \n" +"   Ordernummer: ${object.name}
    \n" +"   Ordertotaal: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Orderdatum: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Orderreferentie: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Uw referentie: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Uw contactpersoon: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    Als er nog vragen zijn kunt u contact opnemen met ons.

    \n" +"

    Dank u!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Telefoon:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Website: ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENTIES
    \n" +"   Aanvraagnumber: ${object.name}
    \n" +"   Aanvraagdatum: ${object.date_order}
    \n" +" % if object.origin:\n" +"   aanvraagreferentie: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Uw referentie: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Uw contactpersoon: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    Als er nog vragen zijn kunt u contact opnemen met ons.

    \n" +"

    Dank u!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Telefoon:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Website: ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 msgid "" @@ -50,7 +362,7 @@ msgstr "" "inkooporder annuleert." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " Kopen" @@ -74,7 +386,7 @@ msgstr "# Regels" #. module: purchase #: field:res.partner,purchase_order_count:0 msgid "# of Purchase Order" -msgstr "# inkooporder" +msgstr "# Inkooporders" #. module: purchase #: model:email.template,subject:purchase.email_template_edi_purchase @@ -92,312 +404,6 @@ msgstr "${object.company_id.name} Order (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(bijwerken)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -" \n" -"

    Hier is een ${object.state in ('draft', 'sent') and 'offerte " -"aanvraag' or 'inkooporder bevestiging'} van ${object.company_id.name}:

    \n" -" \n" -"

    \n" -"   REFERENTIES
    \n" -"   Ordernummer: ${object.name}
    \n" -"   Ordertotaal: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Orderdatum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Uw referentie: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Uw contactpersoon: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    Indien u vragen heeft, aarzel dan niet om contact met ons op te " -"nemen.

    \n" -"

    Dank u!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefoon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Website: ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hallo ${object.partner_id.name},

    \n" -" \n" -"

    Hier is een ${object.state in ('draft', 'sent') and 'offerte " -"aanvraag' or 'inkooporder bevestiging'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENTIES
    \n" -"   Inkoopordernummer: ${object.name}
    \n" -"   Inkooporderdatum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Inkooporder referentie: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Uw referentie: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    Als u vragen heeft, aarzel dan niet contact met ons op te nemen.

    \n" -"

    Dank u!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefoon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Website: ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -774,6 +780,11 @@ msgstr "Weet u zeker dat u deze orders wilt samenvoegen?" msgid "Associated procurements" msgstr "Bijbehorende verwervingen" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "Gemiddelde levertijd" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -839,8 +850,8 @@ msgid "Bid Valid Until" msgstr "Bieding geldig t/m" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "Kopen" @@ -873,7 +884,7 @@ msgid "Can be Purchased" msgstr "Inkoop product" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "Kan geen algemene koop route vinden." @@ -894,18 +905,22 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" "Het is niet mogelijk ene inkooporder te verwijderen in de '%s\"status." #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categorie" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "Categorie van het product" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -936,7 +951,7 @@ msgid "Configuration" msgstr "Instellingen" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Configuratiefout!" @@ -1100,7 +1115,6 @@ msgstr "Omschrijving" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Bestemming" @@ -1137,7 +1151,7 @@ msgid "Draft PO" msgstr "Concept inkoopporder" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Concept inkooporder aangemaakt." @@ -1163,7 +1177,7 @@ msgstr "E-mail samenstellen wizard" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Fout!" @@ -1192,13 +1206,6 @@ msgstr "Verwachte maand" msgid "Extended Filters" msgstr "Uitgebreide filters" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" -"Annuleer eerst alle inkomende leveringen behorende bij deze inkooporder." - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1313,7 +1320,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie!" @@ -1350,13 +1357,13 @@ msgid "Invoice Received" msgstr "Factuur ontvangen" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "Factuur betaald" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "Factuur ontvangen" @@ -1519,6 +1526,11 @@ msgstr "Berichten" msgid "Messages and communication history" msgstr "Berichten en communicatie historie" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "Maandelijkse inkopen" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1530,19 +1542,19 @@ msgid "New Mail" msgstr "Nieuwe e-mail" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Geen adres gedefinieerd voor de leverancier" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Geen standaard leverancier gedefinieerd voor dit product" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Geen leverancier voor dit product opgegeven!" @@ -1585,7 +1597,6 @@ msgstr "Inkoop menu openen" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Orderdatum" @@ -1602,6 +1613,7 @@ msgstr "Orderregels" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "Bestel maand" @@ -1643,7 +1655,7 @@ msgid "Outgoing Mails" msgstr "Uitgaande E-mails" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "IO: %s" @@ -1715,6 +1727,11 @@ msgstr "Selecteer meer orders om samen te voegen in de lijstweergave" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Vooraf gegenereerde facturen gebaseerd op inkooporders" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "Prijs per leverancier" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1741,7 +1758,7 @@ msgstr "Prijslijsten" #. module: purchase #: view:purchase.order:purchase.purchase_order_form msgid "Print RFQ" -msgstr "Print offerteaanvraag" +msgstr "Offerteaanvraag afdrukken" #. module: purchase #: model:ir.model,name:purchase.model_procurement_order @@ -1758,7 +1775,6 @@ msgstr "Verwerving regel" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Product" @@ -1798,7 +1814,7 @@ msgid "Products by Category" msgstr "Producten op categorie" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "Producten ontvangen" @@ -1911,7 +1927,7 @@ msgid "Purchase Pricelist" msgstr "Inkoopprijslijst" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "Inkooporderregel aangemaakt en gekoppeld aan bestaande inkooporder" @@ -1963,12 +1979,11 @@ msgstr "Hvhd" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Hoeveelheid" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "Hoeveelheid toegevoegd aan bestaande inkooporderregel" @@ -2007,7 +2022,7 @@ msgstr "Offerteaanvraag gereed" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "Offerteaanvraag aangemaakt" @@ -2025,7 +2040,7 @@ msgstr "Offertes en inkopen" #. module: purchase #: view:purchase.order:purchase.purchase_order_form msgid "Re-Print RFQ" -msgstr "Opnieuw afdrukken offerteaanvraag" +msgstr "Offerteaanvraag opnieuw afdrukken" #. module: purchase #: view:purchase.order:purchase.purchase_order_form @@ -2059,11 +2074,6 @@ msgstr "Ontvangen ratio" msgid "Reference" msgstr "Referentie" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referentie eenheid" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -2154,7 +2164,7 @@ msgid "Select an Open Sales Order" msgstr "Selecteer een open verkooprder" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -2246,7 +2256,7 @@ msgid "Supplier Features" msgstr "Leveranciersopties" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "Lev. factuur" @@ -2254,7 +2264,7 @@ msgstr "Lev. factuur" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Inkoopfacturen" @@ -2296,7 +2306,7 @@ msgstr "" "inkoopprijs voor de geselecteerd producten." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2306,7 +2316,7 @@ msgstr "" "een instellingsfout te zijn!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2316,7 +2326,7 @@ msgstr "" "ingesteld. U zou niet minder moeten bestellen." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "De geselecteerde leverancier verkoopt dit product alleen per %s" @@ -2350,7 +2360,7 @@ msgid "The total amount" msgstr "Het totaalbedrag" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "Er is geen leverancier gekoppeld aan dit product %s" @@ -2418,13 +2428,13 @@ msgid "Total amount" msgstr "Totaalbedrag" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "Niet mogelijk om de inkooporder te annuleren %s." #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Niet mogelijk deze Inkoopporders te annuleren." @@ -2444,6 +2454,11 @@ msgstr "" msgid "Unit Price" msgstr "Prijs" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "Eenheid hoeveelheid" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2508,7 +2523,6 @@ msgstr "Gevalideerd door:" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Goedgekeurd door" @@ -2524,15 +2538,14 @@ msgstr "Wacht lever. bevest." #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Magazijn" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2562,7 +2575,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Het is niet mogelijk een Inkoopporders zonder regels te bevestigen." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "U heeft hier al goederen van ontvangen. " + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2573,3 +2592,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Uw orderreferentie" + +#~ msgid "Reference UOM" +#~ msgstr "Referentie eenheid" diff --git a/addons/purchase/i18n/nl_BE.po b/addons/purchase/i18n/nl_BE.po index 90dfb68104c..9e3bea0d58d 100644 --- a/addons/purchase/i18n/nl_BE.po +++ b/addons/purchase/i18n/nl_BE.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Order (Ref. ${object.name or 'nvt' })" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "Weet u zeker dat u deze orders wilt samenvoegen?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categorie" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Instellingen" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Omschrijving" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Bestemming" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Besteldatum" @@ -1279,6 +1287,7 @@ msgstr "Orderlijnen" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "AO: %s" @@ -1383,6 +1392,11 @@ msgstr "Selecteer in lijstweergave meerdere orders die u wilt samenvoegen." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Product" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "Producten per categorie" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1576,7 +1589,7 @@ msgid "Purchase Pricelist" msgstr "Aankoopprijslijst" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1626,12 +1639,11 @@ msgstr "Hvh" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Hoeveelheid" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1670,7 +1682,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1722,11 +1734,6 @@ msgstr "" msgid "Reference" msgstr "Referentie" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referentie-eenheid" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1811,7 +1818,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1900,7 +1907,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1908,7 +1915,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Aankoopfacturen" @@ -1950,7 +1957,7 @@ msgstr "" "de gekozen producten / hoeveelheden wordt hiermee berekend." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1958,7 +1965,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1968,7 +1975,7 @@ msgstr "" "minder bestellen." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "De gekozen leverancier verkoopt dit product enkel per %s" @@ -1996,7 +2003,7 @@ msgid "The total amount" msgstr "Het totale bedrag" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2062,13 +2069,13 @@ msgid "Total amount" msgstr "Totaalbedrag" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2086,6 +2093,11 @@ msgstr "" msgid "Unit Price" msgstr "Eenheidsprijs" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2150,7 +2162,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Goedgekeurd door" @@ -2166,15 +2177,14 @@ msgstr "Wachten op bev. leverancier" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Magazijn" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2202,7 +2212,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "U moet eerst alle facturen voor deze aankooporder annuleren." @@ -2211,3 +2227,6 @@ msgstr "U moet eerst alle facturen voor deze aankooporder annuleren." #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Uw referentie" + +#~ msgid "Reference UOM" +#~ msgstr "Referentie-eenheid" diff --git a/addons/purchase/i18n/pl.po b/addons/purchase/i18n/pl.po index 7154e3ddefd..341fe82c44e 100644 --- a/addons/purchase/i18n/pl.po +++ b/addons/purchase/i18n/pl.po @@ -7,16 +7,176 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 14:19+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 msgid "" @@ -46,7 +206,7 @@ msgstr "" "* Stan 'Anulowano' nadawany jest po anulowaniu." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " Kupno" @@ -88,164 +248,6 @@ msgstr "${object.company_id.name} Zamówienie (Odn ${object.name or 'n/a' })" msgid "(update)" msgstr "(aktualizuj)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -519,6 +521,11 @@ msgstr "Jesteś pewien, że chcesz połaczyć te zamówienia?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -577,8 +584,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "Kupno" @@ -606,7 +613,7 @@ msgid "Can be Purchased" msgstr "Może być kupowane" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -627,17 +634,21 @@ msgid "Cancelled" msgstr "Anulowano" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategoria" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -668,7 +679,7 @@ msgid "Configuration" msgstr "Konfiguracja" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Błąd konfiguracji!" @@ -830,7 +841,6 @@ msgstr "Opis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Przeznaczenie" @@ -865,7 +875,7 @@ msgid "Draft PO" msgstr "Projekt zamówienia" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Projekt zamówienia zakupu utworzono" @@ -891,7 +901,7 @@ msgstr "Kreator email" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Błąd!" @@ -920,12 +930,6 @@ msgstr "" msgid "Extended Filters" msgstr "Rozszerzone filtry" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1035,7 +1039,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Niedozwolona akcja!" @@ -1072,13 +1076,13 @@ msgid "Invoice Received" msgstr "fakturę otrzymano" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "Faktua zapłacona" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1237,6 +1241,11 @@ msgstr "Wiadomości" msgid "Messages and communication history" msgstr "Wiadomości i historia komunikacji" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1248,19 +1257,19 @@ msgid "New Mail" msgstr "Nowa wiadomość email" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nie zdefiniowano adresu dla dostawcy" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Brak dostawcy dla tego produktu." #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Nie zdefiniowano dostawcy dla tego produktu!" @@ -1303,7 +1312,6 @@ msgstr "Otwórz menu Zakupów" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Data zamówienia" @@ -1320,6 +1328,7 @@ msgstr "Pozycje zamówienia" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "Miesiąc zamówienia" @@ -1361,7 +1370,7 @@ msgid "Outgoing Mails" msgstr "Wychodzace" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "ZZ: %s" @@ -1424,6 +1433,11 @@ msgstr "Wybierz w widoku listowym zamówienia do połączenia" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Wygeneruj projekt faktury na podstawie zamówienia zakupu" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1467,7 +1481,6 @@ msgstr "Reguła zapotrzebowania" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1507,7 +1520,7 @@ msgid "Products by Category" msgstr "Produkty wg kategorii" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1616,7 +1629,7 @@ msgid "Purchase Pricelist" msgstr "Cennik zakupów" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1668,12 +1681,11 @@ msgstr "Il." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Ilość" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1712,7 +1724,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1764,11 +1776,6 @@ msgstr "Współczynnik pobranych" msgid "Reference" msgstr "Odnośnik" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "JM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1853,7 +1860,7 @@ msgid "Select an Open Sales Order" msgstr "Wybierz otwarte zamówienia sprzedaży" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1944,7 +1951,7 @@ msgid "Supplier Features" msgstr "Funkcje dostawcy" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1952,7 +1959,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Faktury od dostawców" @@ -1994,7 +2001,7 @@ msgstr "" "jest obliczana z tego cennika." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2002,7 +2009,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2012,7 +2019,7 @@ msgstr "" "mniej." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Wybrany dostawca sprzedaje ten produkt tylko po %s" @@ -2040,7 +2047,7 @@ msgid "The total amount" msgstr "Suma kwot" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2106,13 +2113,13 @@ msgid "Total amount" msgstr "Suma kwot" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Nie mozna anulować tego zamówienia zakupu." @@ -2132,6 +2139,11 @@ msgstr "" msgid "Unit Price" msgstr "Cena jednostkowa" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2196,7 +2208,6 @@ msgstr "Zatwierdzone przez:" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Zatwierdzone przez" @@ -2212,15 +2223,14 @@ msgstr "Oczekuje potwierdzenia dostawcy" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Magazyn" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2248,7 +2258,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Nie można potwierdzać zamówienia zakupu bez pozycji." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2258,3 +2274,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Odnośnik zamówienia" + +#~ msgid "Reference UOM" +#~ msgstr "JM" diff --git a/addons/purchase/i18n/pt.po b/addons/purchase/i18n/pt.po index 6e9b6439606..2b0a98eae47 100644 --- a/addons/purchase/i18n/pt.po +++ b/addons/purchase/i18n/pt.po @@ -7,16 +7,176 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-18 15:27+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 msgid "" @@ -50,7 +210,7 @@ msgstr "" "a ordem de compra." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " Compra" @@ -91,164 +251,6 @@ msgstr "${object.company_id.name} Ordem (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(atualização)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -614,6 +616,11 @@ msgstr "Tem a certeza que quer unir estas Ordens?" msgid "Associated procurements" msgstr "Contratos Associados" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -679,8 +686,8 @@ msgid "Bid Valid Until" msgstr "Proposta válida até" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "Compra" @@ -715,7 +722,7 @@ msgid "Can be Purchased" msgstr "Pode ser comprado" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "Não é possível localizar qualquer rota genérica para Comprar" @@ -736,7 +743,7 @@ msgid "Cancelled" msgstr "Cancelada" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" @@ -744,11 +751,15 @@ msgstr "" "'%s'." #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoria" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -779,7 +790,7 @@ msgid "Configuration" msgstr "Configuração" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Erro de Configuração!" @@ -943,7 +954,6 @@ msgstr "Descrição" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destino" @@ -980,7 +990,7 @@ msgid "Draft PO" msgstr "Ordem de Compra em Rascunho" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Rascunho de Ordem de Compra Criado" @@ -1006,7 +1016,7 @@ msgstr "Assistente composição de Email" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Erro!" @@ -1035,13 +1045,6 @@ msgstr "Mês Esperado" msgid "Extended Filters" msgstr "Extenção de Filtros" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" -"Primeiro cancelar todos os recepções relacionadas com esta ordem de compra." - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1154,7 +1157,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Acção Inválida!" @@ -1191,13 +1194,13 @@ msgid "Invoice Received" msgstr "Fatura Recebida" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "Fatura Paga" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "Fatura Recebida" @@ -1359,6 +1362,11 @@ msgstr "Mensagens" msgid "Messages and communication history" msgstr "Mensagens e histórico de comunicação" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1370,19 +1378,19 @@ msgid "New Mail" msgstr "Novo Mail" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Fornecedor sem mensagem definida" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Produto sem fornecedor padrão definido" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Produto sem fornecedor definido !" @@ -1425,7 +1433,6 @@ msgstr "Menu de Abertura de Compra" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Data de Ordem" @@ -1442,6 +1449,7 @@ msgstr "Linhas de Ordem" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "Mês de Ordem" @@ -1483,7 +1491,7 @@ msgid "Outgoing Mails" msgstr "Emails de Saída" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "OC: %s" @@ -1557,6 +1565,11 @@ msgstr "Por favor seleccione ordem múltipla para unir na vista de lista" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Pré-gerar projectos de faturas com base em ordens de compra" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1600,7 +1613,6 @@ msgstr "Regras de Compra" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Artigo" @@ -1640,7 +1652,7 @@ msgid "Products by Category" msgstr "Produtos por Categoria" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "Produtos Recebidos" @@ -1754,7 +1766,7 @@ msgid "Purchase Pricelist" msgstr "Lista de Preços de Compra" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "Linhas de compra criada e associada a Ordem de Compra existente" @@ -1806,12 +1818,11 @@ msgstr "Qtd" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Quantidade" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "Quantidade adicionadanuma Linha de Ordem de Compra existente" @@ -1850,7 +1861,7 @@ msgstr "Cotação Feita" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "Cotação Criada" @@ -1902,11 +1913,6 @@ msgstr "Proporção Recebida" msgid "Reference" msgstr "Referência" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referência de UdM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1997,7 +2003,7 @@ msgid "Select an Open Sales Order" msgstr "Selecionar uma Ordem de Venda Aberta" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -2089,7 +2095,7 @@ msgid "Supplier Features" msgstr "Características de Fornecedor" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "Inv. Fornecedor" @@ -2097,7 +2103,7 @@ msgstr "Inv. Fornecedor" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Faturas de Fornecedor" @@ -2140,7 +2146,7 @@ msgstr "" "selecionados." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2150,7 +2156,7 @@ msgstr "" "ser um erro de configuração!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2160,7 +2166,7 @@ msgstr "" "deve comprar menos." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "O Fornecedor selecionado só vende este produto por %s" @@ -2195,7 +2201,7 @@ msgid "The total amount" msgstr "O montante total" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "Não há fornecedor associado ao produto %s" @@ -2263,13 +2269,13 @@ msgid "Total amount" msgstr "Total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "Não é possível cancelar o pedido de compra %s." #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Não é possível cancelar este pedido de compra." @@ -2289,6 +2295,11 @@ msgstr "" msgid "Unit Price" msgstr "Preço Unitário" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2353,7 +2364,6 @@ msgstr "Validado por:" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validado por:" @@ -2369,15 +2379,14 @@ msgstr "Espera de Fornecedor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Armazém" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2408,7 +2417,13 @@ msgstr "" "compra." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2419,3 +2434,11 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Seu Pedido de Referência" + +#, python-format +#~ msgid "First cancel all receipts related to this purchase order." +#~ msgstr "" +#~ "Primeiro cancelar todos os recepções relacionadas com esta ordem de compra." + +#~ msgid "Reference UOM" +#~ msgstr "Referência de UdM" diff --git a/addons/purchase/i18n/pt_BR.po b/addons/purchase/i18n/pt_BR.po index f30edd5fa41..65c42be90e2 100644 --- a/addons/purchase/i18n/pt_BR.po +++ b/addons/purchase/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-14 01:52+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,9 +15,169 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-14 08:33+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 msgid "" @@ -48,7 +208,7 @@ msgstr "" "cancelar a ordem de compra." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " Comprar" @@ -89,164 +249,6 @@ msgstr "${object.company_id.name} Pedido (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(atualizar)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -525,6 +527,11 @@ msgstr "Você tem certeza de que deseja mesclar estas ordens?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -583,8 +590,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -612,7 +619,7 @@ msgid "Can be Purchased" msgstr "Pode ser Comprado" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -633,17 +640,21 @@ msgid "Cancelled" msgstr "Cancelada" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categoria" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -674,7 +685,7 @@ msgid "Configuration" msgstr "Configuração" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Erro de Configuração!" @@ -836,7 +847,6 @@ msgstr "Descrição" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Local Destino" @@ -871,7 +881,7 @@ msgid "Draft PO" msgstr "OC Provisória" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Ordem de Compra provisória gerada" @@ -897,7 +907,7 @@ msgstr "Assistente de composição de Email" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Erro!" @@ -926,12 +936,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1040,7 +1044,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Ação Inválida!" @@ -1077,13 +1081,13 @@ msgid "Invoice Received" msgstr "Fatura Recebida" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1246,6 +1250,11 @@ msgstr "Mensagens" msgid "Messages and communication history" msgstr "Histórico de mensagens e comunicação" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1257,19 +1266,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nenhum endereço definido para o fornecedor" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Nenhum fornecedor padrão definido para este produto" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Nenhum fornecedor definido para este produto!" @@ -1312,7 +1321,6 @@ msgstr "Abrir Menu de Compras" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Data da Ordem" @@ -1329,6 +1337,7 @@ msgstr "Linhas do Pedido" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1370,7 +1379,7 @@ msgid "Outgoing Mails" msgstr "E-mails Enviados" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1433,6 +1442,11 @@ msgstr "Por favor, selecione multiplos pedidos para mesclar na listagem." msgid "Pre-generate draft invoices based on purchase orders" msgstr "Faturas pré-geradas baseada em ordens de compra" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1476,7 +1490,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produto" @@ -1516,7 +1529,7 @@ msgid "Products by Category" msgstr "Produtos por Categoria" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1627,7 +1640,7 @@ msgid "Purchase Pricelist" msgstr "Lista de Preço de Compras" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1679,12 +1692,11 @@ msgstr "Qtd" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Quantidade" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1723,7 +1735,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1775,11 +1787,6 @@ msgstr "Proporção Recebida" msgid "Reference" msgstr "Referência" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "UM Referencial" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1866,7 +1873,7 @@ msgid "Select an Open Sales Order" msgstr "Escolha um Pedido de Vendas Aberto" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1958,7 +1965,7 @@ msgid "Supplier Features" msgstr "Recursos do Fornecedor" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1966,7 +1973,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Faturas de Fornecedores" @@ -2008,7 +2015,7 @@ msgstr "" "calcula o preço do fornecedor para os produtos/quantidades selecionadas." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2018,7 +2025,7 @@ msgstr "" "ser um erro de configuração!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2028,7 +2035,7 @@ msgstr "" "você não deve comprar menos." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "O fornecedor selecionado somente vende este produto por %s" @@ -2056,7 +2063,7 @@ msgid "The total amount" msgstr "O Valor Total" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2123,13 +2130,13 @@ msgid "Total amount" msgstr "Valor total" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Não foi possível cancelar esta ordem de compra." @@ -2149,6 +2156,11 @@ msgstr "" msgid "Unit Price" msgstr "Preço Unitário" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2213,7 +2225,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validado Por" @@ -2229,15 +2240,14 @@ msgstr "Aguardando Confirmação do Fornecedor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Armazém" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2266,7 +2276,13 @@ msgstr "" "Você não pode confirmar uma ordem de compra sem nenhuma linha de compra" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2277,3 +2293,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Sua Refêrencia do Pedido de Compra" + +#~ msgid "Reference UOM" +#~ msgstr "UM Referencial" diff --git a/addons/purchase/i18n/ro.po b/addons/purchase/i18n/ro.po index 6648e32ccd7..9ea7b224f10 100644 --- a/addons/purchase/i18n/ro.po +++ b/addons/purchase/i18n/ro.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -48,7 +208,7 @@ msgstr "" "comanda de achizitie." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -89,164 +249,6 @@ msgstr "${object.company_id.name} Comanda (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(actualizare)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -531,6 +533,11 @@ msgstr "Sunteti sigur(a) ca doriti sa uniti aceste comenzi?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -589,8 +596,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -618,7 +625,7 @@ msgid "Can be Purchased" msgstr "Poate fi achizitionat" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -639,17 +646,21 @@ msgid "Cancelled" msgstr "Anulat(a)" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Categorie" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -680,7 +691,7 @@ msgid "Configuration" msgstr "Configurare" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Eroare de configurare!" @@ -843,7 +854,6 @@ msgstr "Descriere" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destinatie" @@ -878,7 +888,7 @@ msgid "Draft PO" msgstr "PO Ciorna" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Comanda de cumparare Ciorna creata" @@ -904,7 +914,7 @@ msgstr "Wizardul de compunere email-uri" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Eroare!" @@ -933,12 +943,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1046,7 +1050,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Actiune Nevalida!" @@ -1083,13 +1087,13 @@ msgid "Invoice Received" msgstr "Factura Primita" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1248,6 +1252,11 @@ msgstr "Mesaje" msgid "Messages and communication history" msgstr "Istoric mesaje si conversatii" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1259,19 +1268,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Nu exista nici o adresa definita pentru furnizor" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Nu exista niciun furnizor implicit definit pentru acest produs" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Nu exista nici un furnizor definit pentru acest produs !" @@ -1314,7 +1323,6 @@ msgstr "Deschide Meniul de Achizitii" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Data comenzii" @@ -1331,6 +1339,7 @@ msgstr "Pozitii comanda" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1372,7 +1381,7 @@ msgid "Outgoing Mails" msgstr "Email-uri Expediate" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1437,6 +1446,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "Pre-genereaza facturi ciorna pe baza comenzilor de achizitie" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1480,7 +1494,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Produs" @@ -1520,7 +1533,7 @@ msgid "Products by Category" msgstr "Produse dupa Categorie" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1631,7 +1644,7 @@ msgid "Purchase Pricelist" msgstr "Listă prețuri achiziție" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1684,12 +1697,11 @@ msgstr "Cantitate" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Cantitate" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1728,7 +1740,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1780,11 +1792,6 @@ msgstr "Raport Primit" msgid "Reference" msgstr "Referință" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "UdM de referinta" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1871,7 +1878,7 @@ msgid "Select an Open Sales Order" msgstr "Selectati o Comanda de Vanzare Deschisa" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1964,7 +1971,7 @@ msgid "Supplier Features" msgstr "Caracteristici Furnizori" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1972,7 +1979,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Facturi furnizori" @@ -2015,7 +2022,7 @@ msgstr "" "produsele/cantitatile selectate." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2025,7 +2032,7 @@ msgstr "" "ce pare a fi o eroare de configurare!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2035,7 +2042,7 @@ msgstr "" "cumparati mai putin." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Furnizorul selectat vinde acest produs doar după %s" @@ -2063,7 +2070,7 @@ msgid "The total amount" msgstr "Suma totala" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2130,13 +2137,13 @@ msgid "Total amount" msgstr "Suma totala" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Imposibil de anulat aceasta comanda de cumparare." @@ -2156,6 +2163,11 @@ msgstr "" msgid "Unit Price" msgstr "Pret unitar" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2220,7 +2232,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validat de catre" @@ -2236,15 +2247,14 @@ msgstr "Confirmare Furnizor in asteptare" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Depozit" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2274,7 +2284,13 @@ msgstr "" "achizitie." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2285,3 +2301,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Referinta comenzii dumneavoastra" + +#~ msgid "Reference UOM" +#~ msgstr "UdM de referinta" diff --git a/addons/purchase/i18n/ru.po b/addons/purchase/i18n/ru.po index 5bd9b9ebcf9..00dfac48494 100644 --- a/addons/purchase/i18n/ru.po +++ b/addons/purchase/i18n/ru.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Заказ (Ссылка ${object.name or 'n/a msgid "(update)" msgstr "(обновить)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -484,6 +486,11 @@ msgstr "Вы уверены, что хотите объединить эти з msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -542,8 +549,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -571,7 +578,7 @@ msgid "Can be Purchased" msgstr "Можно закупать" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -592,17 +599,21 @@ msgid "Cancelled" msgstr "Отменено" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Категория" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -633,7 +644,7 @@ msgid "Configuration" msgstr "Конфигурация" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Ошибка конфигурации!" @@ -795,7 +806,6 @@ msgstr "Описание" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Место назначения" @@ -830,7 +840,7 @@ msgid "Draft PO" msgstr "Черновик ЗЗ" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Черновик заказа закупки создан" @@ -856,7 +866,7 @@ msgstr "Мастер составления эл. почты" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Ошибка!" @@ -885,12 +895,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -997,7 +1001,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Неверное действие!" @@ -1034,13 +1038,13 @@ msgid "Invoice Received" msgstr "Счет получен" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1199,6 +1203,11 @@ msgstr "Сообщения" msgid "Messages and communication history" msgstr "Сообщения и история общения" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1210,19 +1219,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Нет адреса поставщика" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Для товара не определен поставщик по умолчанию" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Не задан поставщик для этого товара!" @@ -1265,7 +1274,6 @@ msgstr "Открыть меню закупок" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Дата заказа" @@ -1282,6 +1290,7 @@ msgstr "Позиции заказа" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1323,7 +1332,7 @@ msgid "Outgoing Mails" msgstr "Исходящие письма" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "ЗЗ: %s" @@ -1386,6 +1395,11 @@ msgstr "Пожалуйста, выберите несколько заказов msgid "Pre-generate draft invoices based on purchase orders" msgstr "Предварительно генерировать счета, основанные на заказах закупки" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1429,7 +1443,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Продукция" @@ -1469,7 +1482,7 @@ msgid "Products by Category" msgstr "ТМЦ по категориям" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1579,7 +1592,7 @@ msgid "Purchase Pricelist" msgstr "Закупочный прайс-лист" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1631,12 +1644,11 @@ msgstr "Кол-во" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Количество" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1675,7 +1687,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1727,11 +1739,6 @@ msgstr "" msgid "Reference" msgstr "Ссылка" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Базовая ед.изм." - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1818,7 +1825,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1909,7 +1916,7 @@ msgid "Supplier Features" msgstr "Особенности поставщика" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1917,7 +1924,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Cчета поставщиков" @@ -1959,7 +1966,7 @@ msgstr "" "рассчитывается цена поставщика для выбранной продукции / количества." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1967,7 +1974,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1977,7 +1984,7 @@ msgstr "" "можете закупить меньше." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Выбранный поставщик продает ТМЦ только по %s" @@ -2005,7 +2012,7 @@ msgid "The total amount" msgstr "Итого" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2071,13 +2078,13 @@ msgid "Total amount" msgstr "Итоговая сумма" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Не удалось отменить это заказ." @@ -2097,6 +2104,11 @@ msgstr "" msgid "Unit Price" msgstr "Цена за ед." +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2161,7 +2173,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Утверждено" @@ -2177,15 +2188,14 @@ msgstr "Ожидание" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Склад" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2213,7 +2223,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Вы не можете подтвердить заказ закупки без позиций заказа." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2224,3 +2240,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Ссылка вашего заказа" + +#~ msgid "Reference UOM" +#~ msgstr "Базовая ед.изм." diff --git a/addons/purchase/i18n/sk.po b/addons/purchase/i18n/sk.po index d017d15d480..003b35cdb90 100644 --- a/addons/purchase/i18n/sk.po +++ b/addons/purchase/i18n/sk.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Cieľ" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Množstvo" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Faktúry dodávateľov" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Vybraný dodávateľ predáva produkt %s" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/sl.po b/addons/purchase/i18n/sl.po index 03a0080b89b..4d470b55ff8 100644 --- a/addons/purchase/i18n/sl.po +++ b/addons/purchase/i18n/sl.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr " Status nabavnega naloga" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Naročilo (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(posodobi)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -495,6 +497,11 @@ msgstr "Ali res želite združiti te nabavne naloge?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -553,8 +560,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -582,7 +589,7 @@ msgid "Can be Purchased" msgstr "Se lahko nabavi" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -603,17 +610,21 @@ msgid "Cancelled" msgstr "Preklicano" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategorija" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -644,7 +655,7 @@ msgid "Configuration" msgstr "Nastavitve" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Napaka v nastavitvah" @@ -806,7 +817,6 @@ msgstr "Opis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Cilj" @@ -841,7 +851,7 @@ msgid "Draft PO" msgstr "Osnutek" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Osnutek nabavnega naloga je kreiran" @@ -867,7 +877,7 @@ msgstr "Čarovnik za sestavljanje e-pošte" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Napaka!" @@ -896,12 +906,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1006,7 +1010,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "Napačno dejanje!" @@ -1043,13 +1047,13 @@ msgid "Invoice Received" msgstr "Račun prejet" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1208,6 +1212,11 @@ msgstr "Sporočila" msgid "Messages and communication history" msgstr "Sporočila in zgodovina sporočil" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1219,19 +1228,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Ni naslova dobavitelja" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Ni privzetega dobavitelja" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Dobavitelj ni določen!" @@ -1274,7 +1283,6 @@ msgstr "Odpri meni nabave" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Datum Naročila" @@ -1291,6 +1299,7 @@ msgstr "Postavke naloga" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1332,7 +1341,7 @@ msgid "Outgoing Mails" msgstr "Odhajajoča sporočila" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "Nabavni nalog: %s" @@ -1395,6 +1404,11 @@ msgstr "Izbrati morate več naročil." msgid "Pre-generate draft invoices based on purchase orders" msgstr "Osnutki računov na osnovi nabavnih nalogov." +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1438,7 +1452,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Izdelek" @@ -1478,7 +1491,7 @@ msgid "Products by Category" msgstr "Izdelki po kategorijah" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1588,7 +1601,7 @@ msgid "Purchase Pricelist" msgstr "Nabavni cenik" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1640,12 +1653,11 @@ msgstr "Kol." #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Količina" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1684,7 +1696,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1736,11 +1748,6 @@ msgstr "Razmerje prejema" msgid "Reference" msgstr "Sklic" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Sklic ME" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1825,7 +1832,7 @@ msgid "Select an Open Sales Order" msgstr "Izberite odprt nalog za prodajo" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1914,7 +1921,7 @@ msgid "Supplier Features" msgstr "Lastnosti dobavitelja" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1922,7 +1929,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Računi dobaviteljev" @@ -1964,7 +1971,7 @@ msgstr "" "dobaviteljevo ceno za izbrane izdelka/količine." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1974,7 +1981,7 @@ msgstr "" "napaka." #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1982,7 +1989,7 @@ msgid "" msgstr "Izbrani dobavitelj ima določeno minimalno količino naročanja %s %s" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Izbrani dobavitelj prodaja le ta artikel z %s" @@ -2010,7 +2017,7 @@ msgid "The total amount" msgstr "Skupni znesek" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2076,13 +2083,13 @@ msgid "Total amount" msgstr "Skupni znesek" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Tega nabavnega naloga ni mogoče preklicati." @@ -2102,6 +2109,11 @@ msgstr "" msgid "Unit Price" msgstr "Cena enote" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2166,7 +2178,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Preveril" @@ -2182,15 +2193,14 @@ msgstr "Čakam dobavitelja" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Skladišče" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2218,7 +2228,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "Ne morete potrditi nabavnega naloga brez postavk." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2227,3 +2243,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Sklic vašega naročila" + +#~ msgid "Reference UOM" +#~ msgstr "Sklic ME" diff --git a/addons/purchase/i18n/sq.po b/addons/purchase/i18n/sq.po index 7e8efd04ea1..ec800fa1385 100644 --- a/addons/purchase/i18n/sq.po +++ b/addons/purchase/i18n/sq.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:42+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:30+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/sr.po b/addons/purchase/i18n/sr.po index 523b6b9d618..b1e8ceea3be 100644 --- a/addons/purchase/i18n/sr.po +++ b/addons/purchase/i18n/sr.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "Da li ste sigurni da želite ujediniti ove narudzbe?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Otkazano" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Opis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Odredište" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "Redovi naloga" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "Nabavni cenovnik" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "Količina" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Količina" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Referenca" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1947,7 +1954,7 @@ msgstr "" "izračunava nabavnu cenu za odabrane proizvode i količinu." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1955,7 +1962,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1963,7 +1970,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1991,7 +1998,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2058,13 +2065,13 @@ msgid "Total amount" msgstr "Ukupni iznos" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2082,6 +2089,11 @@ msgstr "" msgid "Unit Price" msgstr "Jedinična cena" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2146,7 +2158,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Overeno od strane" @@ -2162,15 +2173,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Skladište" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2198,7 +2208,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/sr@latin.po b/addons/purchase/i18n/sr@latin.po index d1aab1ae7bc..46051d6fd8e 100644 --- a/addons/purchase/i18n/sr@latin.po +++ b/addons/purchase/i18n/sr@latin.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "Da li ste sigurni da želite ujediniti ove narudzbe?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Otkazano" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Opis" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Odredište" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "Redovi naloga" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "Nabavni cenovnik" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "Količina" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Količina" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Referenca" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1947,7 +1954,7 @@ msgstr "" "izračunava nabavnu cenu za odabrane proizvode i količinu." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1955,7 +1962,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1963,7 +1970,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1991,7 +1998,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2058,13 +2065,13 @@ msgid "Total amount" msgstr "Ukupni iznos" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2082,6 +2089,11 @@ msgstr "" msgid "Unit Price" msgstr "Jedinična cena" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2146,7 +2158,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Overeno od strane" @@ -2162,15 +2173,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Skladište" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2198,7 +2208,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/sv.po b/addons/purchase/i18n/sv.po index 3de73c10648..d9401229009 100644 --- a/addons/purchase/i18n/sv.po +++ b/addons/purchase/i18n/sv.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:43+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} Order (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -492,6 +494,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -550,8 +557,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -579,7 +586,7 @@ msgid "Can be Purchased" msgstr "Kan köpas" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -600,17 +607,21 @@ msgid "Cancelled" msgstr "Cancelled" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategori" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -641,7 +652,7 @@ msgid "Configuration" msgstr "Konfiguration" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Konfigurationsfel!" @@ -803,7 +814,6 @@ msgstr "Beskrivning" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Destination" @@ -838,7 +848,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -864,7 +874,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -893,12 +903,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1005,7 +1009,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1042,13 +1046,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1207,6 +1211,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1218,19 +1227,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Leverantör saknas för denna produkt !" @@ -1273,7 +1282,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Orderdatum" @@ -1290,6 +1298,7 @@ msgstr "Order Lines" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1331,7 +1340,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "IO: %s" @@ -1394,6 +1403,11 @@ msgstr "Välj flera för att sammanfoga i listvyn." msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1437,7 +1451,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Product" @@ -1477,7 +1490,7 @@ msgid "Products by Category" msgstr "Produkter per kategori" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1587,7 +1600,7 @@ msgid "Purchase Pricelist" msgstr "Inköpsprislista" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1637,12 +1650,11 @@ msgstr "Qty" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Kvantitet" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1681,7 +1693,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1733,11 +1745,6 @@ msgstr "" msgid "Reference" msgstr "Reference" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referens UOM" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1822,7 +1829,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1911,7 +1918,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1919,7 +1926,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Leverantörsfakturor" @@ -1961,7 +1968,7 @@ msgstr "" "computes the supplier price for the selected products/quantities." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1969,7 +1976,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1979,7 +1986,7 @@ msgstr "" "köpa mindre." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Den valda leverantören säljer endast denna produkt med %s" @@ -2007,7 +2014,7 @@ msgid "The total amount" msgstr "Den totala summan" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2074,13 +2081,13 @@ msgid "Total amount" msgstr "Totalt belopp" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2098,6 +2105,11 @@ msgstr "" msgid "Unit Price" msgstr "Unit Price" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2162,7 +2174,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Validerad av" @@ -2178,15 +2189,14 @@ msgstr "Väntar på Leverantörsbekräftelse" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Lagerhus" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2214,7 +2224,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2224,3 +2240,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Your Order Reference" + +#~ msgid "Reference UOM" +#~ msgstr "Referens UOM" diff --git a/addons/purchase/i18n/th.po b/addons/purchase/i18n/th.po index c8b6c6a8434..4922004fe88 100644 --- a/addons/purchase/i18n/th.po +++ b/addons/purchase/i18n/th.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "ยกเลิกแล้ว" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "หมวดหมู่" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "การกำหนดค่า" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "การตั้งค่าผิดพลาด" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "ปลายทาง" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "วันที่สั่งซื้อ" @@ -1279,6 +1287,7 @@ msgstr "รายการสั่งซื้อ" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "จำนวน" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "เลขที่" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "หน่วยอ้างอิง" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "ใบแจ้งหนี้จากผู้จัดจำหน่าย" @@ -1947,7 +1954,7 @@ msgstr "" "และจะคำนวณหาราคาซื้อของคู่ค้าปัจจุบันให้ตรงกับสินค้าและจำนวนที่เลือกไว้" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1955,7 +1962,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1963,7 +1970,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1991,7 +1998,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2056,13 +2063,13 @@ msgid "Total amount" msgstr "รวมเป็นจำนวนเงิน" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2080,6 +2087,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2144,7 +2156,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "ตรวจสอบแล้ว โดย" @@ -2160,15 +2171,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2196,7 +2206,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2205,3 +2221,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "" + +#~ msgid "Reference UOM" +#~ msgstr "หน่วยอ้างอิง" diff --git a/addons/purchase/i18n/tlh.po b/addons/purchase/i18n/tlh.po index fdecf75f0c3..702353d339f 100644 --- a/addons/purchase/i18n/tlh.po +++ b/addons/purchase/i18n/tlh.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/tr.po b/addons/purchase/i18n/tr.po index 9f428d7de42..028261309d1 100644 --- a/addons/purchase/i18n/tr.po +++ b/addons/purchase/i18n/tr.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -48,7 +208,7 @@ msgstr "" "kendiliğinden ayarlanır." #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -89,164 +249,6 @@ msgstr "${object.company_id.name} Sipariş (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(güncelle)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -525,6 +527,11 @@ msgstr "Bu siparişleri birleştirmek istediğinizden emin misiniz?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -583,8 +590,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -612,7 +619,7 @@ msgid "Can be Purchased" msgstr "Satın Alınabilir" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -633,17 +640,21 @@ msgid "Cancelled" msgstr "İptal Edildi" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Kategori" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -674,7 +685,7 @@ msgid "Configuration" msgstr "Yapılandırma" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "Yapılandırma Hatası!" @@ -836,7 +847,6 @@ msgstr "Açıklama" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Hedef Konum" @@ -871,7 +881,7 @@ msgid "Draft PO" msgstr "Taslak SS" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "Taslak Satınalma Siparişi oluşturuldu" @@ -897,7 +907,7 @@ msgstr "Eposta yazma sihirbazı" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "Hata!" @@ -926,12 +936,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1038,7 +1042,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "İşlem Geçersiz!" @@ -1075,13 +1079,13 @@ msgid "Invoice Received" msgstr "Fatura Kabulu" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1243,6 +1247,11 @@ msgstr "Mesajlar" msgid "Messages and communication history" msgstr "Mesajlar ve iletişim geçmişi" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1254,19 +1263,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "Tedarikçi için belirlenen adres yok" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "Bu ürün için varsayılan tedarikçi yok" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "Bu Ürün için tanımlı tedarikçi yok !" @@ -1309,7 +1318,6 @@ msgstr "Satınalma Menüsünü Aç" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Sipariş Tarihi" @@ -1326,6 +1334,7 @@ msgstr "Sipariş Kalemleri" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1367,7 +1376,7 @@ msgid "Outgoing Mails" msgstr "Giden Postalar" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "SS: %s" @@ -1430,6 +1439,11 @@ msgstr "Lütfen liste görünümünde birleştirmek için birden çok sipariş s msgid "Pre-generate draft invoices based on purchase orders" msgstr "Satınalma siparişinden oluşturulan taslak faturalardan" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1473,7 +1487,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Ürün" @@ -1513,7 +1526,7 @@ msgid "Products by Category" msgstr "Ürün Kategorileri" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1623,7 +1636,7 @@ msgid "Purchase Pricelist" msgstr "Satınalma Fiyat Listesi" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1675,12 +1688,11 @@ msgstr "Mik" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Miktar" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1719,7 +1731,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1771,11 +1783,6 @@ msgstr "Alınan Oran" msgid "Reference" msgstr "Referans" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "Referans Ölçü Birimi" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1862,7 +1869,7 @@ msgid "Select an Open Sales Order" msgstr "Bir Açık Satış Sipariş Seçin" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1952,7 +1959,7 @@ msgid "Supplier Features" msgstr "Tedarikçi Özellikleri" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1960,7 +1967,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "Tedarikçi Faturaları" @@ -2003,7 +2010,7 @@ msgstr "" "hesaplar." #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -2013,7 +2020,7 @@ msgstr "" "yapılandırma hatası olarak görünüyor!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2023,7 +2030,7 @@ msgstr "" "azını satın alamazsınız." #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "Seçilen tedarikçi bu ürünü sadece %s olarak satar" @@ -2051,7 +2058,7 @@ msgid "The total amount" msgstr "Toplam tutar" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2118,13 +2125,13 @@ msgid "Total amount" msgstr "Toplam tutar" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "Bu satınalma siparişi iptal edilemiyor." @@ -2144,6 +2151,11 @@ msgstr "" msgid "Unit Price" msgstr "Birim Fiyat" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2208,7 +2220,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Onaylayan" @@ -2224,15 +2235,14 @@ msgstr "Tedarikçi Onayı Bekleniyor" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Depo" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2262,7 +2272,13 @@ msgstr "" "onaylayamazsınız." #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2272,3 +2288,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "Sipariş Referansınız" + +#~ msgid "Reference UOM" +#~ msgstr "Referans Ölçü Birimi" diff --git a/addons/purchase/i18n/uk.po b/addons/purchase/i18n/uk.po index 33be8e5d96d..59522d7f4fc 100644 --- a/addons/purchase/i18n/uk.po +++ b/addons/purchase/i18n/uk.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "Ви впевнені" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Скасовано" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Опис" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Продукт" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "Прейскурант придбання" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "К-сть" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Кількість" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2054,13 +2061,13 @@ msgid "Total amount" msgstr "Загальна сума" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2078,6 +2085,11 @@ msgstr "" msgid "Unit Price" msgstr "Ціна одиниці" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2142,7 +2154,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "Затверджено" @@ -2158,15 +2169,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Склад" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2194,7 +2204,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/vi.po b/addons/purchase/i18n/vi.po index 7a1fcc43f58..38de1ee14c2 100644 --- a/addons/purchase/i18n/vi.po +++ b/addons/purchase/i18n/vi.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:31+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "" msgid "(update)" msgstr "" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "Đã hủy bỏ" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "Loại" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "Cấu hình" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "" @@ -794,7 +805,6 @@ msgstr "Mô tả" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "Điểm đến" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "" @@ -855,7 +865,7 @@ msgstr "" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "" msgid "Messages and communication history" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "" @@ -1262,7 +1271,6 @@ msgstr "" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "Ngày dặt hàng" @@ -1279,6 +1287,7 @@ msgstr "" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "" @@ -1383,6 +1392,11 @@ msgstr "" msgid "Pre-generate draft invoices based on purchase orders" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "Sản phẩm" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "Số lượng" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "Số lượng" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "" msgid "Reference" msgstr "Tham chiếu" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "Tổng giá trị" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "Tổng số tiền" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "Đơn giá" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "" @@ -2156,15 +2167,14 @@ msgstr "" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "Kho hàng" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" diff --git a/addons/purchase/i18n/zh_CN.po b/addons/purchase/i18n/zh_CN.po index 63fbfb01673..f5cf3666373 100644 --- a/addons/purchase/i18n/zh_CN.po +++ b/addons/purchase/i18n/zh_CN.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-23 08:37+0000\n" -"Last-Translator: Wei \"oldrev\" Li \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 12:06+0000\n" +"Last-Translator: youring \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:50+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:21+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -43,7 +203,7 @@ msgstr "" "*当用户取消了采购订单后,自动设置为“已经取消”" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr " 买" @@ -84,164 +244,6 @@ msgstr "${object.company_id.name} 订单 (编号 ${object.name or 'n/a' })" msgid "(update)" msgstr "(更新)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -387,6 +389,14 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" 点击以创建一份发票草稿。\n" +"

    \n" +" 此菜单用来控制从供应商那里收到的发票。Odoo会按照你的设置,根据你的采购订单或收货单生成发票草稿。\n" +"

    \n" +" 一旦收到了供应商的发票,你可以将它与发票草稿进行对比,从而核准发票草稿。\n" +"

    \n" +" " #. module: purchase #: model:ir.actions.act_window,help:purchase.product_normal_action_puchased @@ -522,6 +532,11 @@ msgstr "你确信要合并这些订单吗?" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -580,8 +595,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "购买" @@ -609,10 +624,10 @@ msgid "Can be Purchased" msgstr "可被采购" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." -msgstr "" +msgstr "无法查找到任何采购途径" #. module: purchase #: view:purchase.config.settings:purchase.view_purchase_configuration @@ -630,17 +645,21 @@ msgid "Cancelled" msgstr "已取消" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." -msgstr "" +msgstr "无法删除处于'%s'状态的采购订单行。" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "分类" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -671,7 +690,7 @@ msgid "Configuration" msgstr "设置" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "设置错误!" @@ -833,7 +852,6 @@ msgstr "说明" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "目的地" @@ -868,7 +886,7 @@ msgid "Draft PO" msgstr "采购订单草稿" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "采购单草稿被创建" @@ -894,7 +912,7 @@ msgstr "电子邮件撰写向导" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "错误!" @@ -923,12 +941,6 @@ msgstr "预计月份" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -1033,7 +1045,7 @@ msgstr "国际商业条款是一系列预定义的用于国际贸易的商业条 #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "非法的动作" @@ -1070,13 +1082,13 @@ msgid "Invoice Received" msgstr "已收发票" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "发票已付清" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "已收到发票" @@ -1235,6 +1247,11 @@ msgstr "消息" msgid "Messages and communication history" msgstr "消息和通信历史" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1246,19 +1263,19 @@ msgid "New Mail" msgstr "新邮件" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "供应商地址未定义" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "产品没定义默认供应商" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "尚未定义这个产品的供应商!" @@ -1301,7 +1318,6 @@ msgstr "打开采购菜单" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "订单日期" @@ -1318,6 +1334,7 @@ msgstr "订单明细" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "订单月份" @@ -1359,7 +1376,7 @@ msgid "Outgoing Mails" msgstr "发出邮件" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1422,6 +1439,11 @@ msgstr "请在此列表中选择多张待合并的订单" msgid "Pre-generate draft invoices based on purchase orders" msgstr "基于采购订单预先生成发票草稿" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1465,7 +1487,6 @@ msgstr "产品需求规则" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "产品" @@ -1505,7 +1526,7 @@ msgid "Products by Category" msgstr "产品分类" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "已接收产品" @@ -1612,7 +1633,7 @@ msgid "Purchase Pricelist" msgstr "采购价格表" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "采购单已创建并已链接到现存的采购单" @@ -1662,12 +1683,11 @@ msgstr "数量" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "数量" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "已在现存采购单明细行上添加数量。" @@ -1706,7 +1726,7 @@ msgstr "询价单已完成" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "询价单已创建" @@ -1758,11 +1778,6 @@ msgstr "已接收比例" msgid "Reference" msgstr "单号" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "计量单位" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1847,7 +1862,7 @@ msgid "Select an Open Sales Order" msgstr "选择一个待支付的销售单" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1936,7 +1951,7 @@ msgid "Supplier Features" msgstr "供应商特征" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1944,7 +1959,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "供应商发票" @@ -1984,7 +1999,7 @@ msgid "" msgstr "价格表设定采购订单使用的币别。它还决定选定产品/数量的供应商价格。" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1992,7 +2007,7 @@ msgid "" msgstr "产品 \"%s\" 中,你公司被被定义经销商,这看起来是个配置错误!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -2000,7 +2015,7 @@ msgid "" msgstr "这个选择的供应商有最小数量设置 %s %s , 你不应该购买更少。" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "选择的供应商只销售这产品 %s" @@ -2028,7 +2043,7 @@ msgid "The total amount" msgstr "总金额" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "产品 %s 无关联的供应商" @@ -2091,13 +2106,13 @@ msgid "Total amount" msgstr "总金额" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "不能取消采购单 %s" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "不能取消这个采购订单" @@ -2115,6 +2130,11 @@ msgstr "采购订单的唯一编号,当采购订单被创建时自动生成。 msgid "Unit Price" msgstr "单价" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2179,7 +2199,6 @@ msgstr "审核人:" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "审核人" @@ -2195,15 +2214,14 @@ msgstr "等该供应商回复" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "仓库" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2231,7 +2249,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "你不能确认没有任何明细的采购订单" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "您必须先取消跟此采购单有关的所有发票" @@ -2240,3 +2264,6 @@ msgstr "您必须先取消跟此采购单有关的所有发票" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "您的订单" + +#~ msgid "Reference UOM" +#~ msgstr "计量单位" diff --git a/addons/purchase/i18n/zh_TW.po b/addons/purchase/i18n/zh_TW.po index 1390b6fd707..fd8f2f3fd4c 100644 --- a/addons/purchase/i18n/zh_TW.po +++ b/addons/purchase/i18n/zh_TW.po @@ -7,15 +7,175 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase_done +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + +#. module: purchase +#: model:email.template,body_html:purchase.email_template_edi_purchase +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is a ${object.state in ('draft', 'sent') and 'request for " +"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " +"

    \n" +" \n" +"

    \n" +"   REFERENCES
    \n" +"   RFQ number: ${object.name}
    \n" +"   RFQ date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   RFQ reference: ${object.origin}
    \n" +" % endif\n" +" % if object.partner_ref:\n" +"   Your reference: ${object.partner_ref}
    \n" +" % endif\n" +" % if object.validator:\n" +"   Your contact: ${object.validator.name}\n" +" % endif\n" +"

    \n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: purchase #: help:purchase.config.settings,module_stock_dropshipping:0 @@ -39,7 +199,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/stock.py:135 +#: code:addons/purchase/stock.py:185 #, python-format msgid " Buy" msgstr "" @@ -80,164 +240,6 @@ msgstr "${object.company_id.name} 訂單 (Ref ${object.name or 'n/a' })" msgid "(update)" msgstr "(更新)" -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase_done -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - -#. module: purchase -#: model:email.template,body_html:purchase.email_template_edi_purchase -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is a ${object.state in ('draft', 'sent') and 'request for " -"quotation' or 'purchase order confirmation'} from ${object.company_id.name}: " -"

    \n" -" \n" -"

    \n" -"   REFERENCES
    \n" -"   RFQ number: ${object.name}
    \n" -"   RFQ date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   RFQ reference: ${object.origin}
    \n" -" % endif\n" -" % if object.partner_ref:\n" -"   Your reference: ${object.partner_ref}
    \n" -" % endif\n" -" % if object.validator:\n" -"   Your contact: ${object.validator.name}\n" -" % endif\n" -"

    \n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: purchase #: model:ir.actions.act_window,help:purchase.act_res_partner_2_supplier_invoices msgid "" @@ -483,6 +485,11 @@ msgstr "請確認併入這些訂單" msgid "Associated procurements" msgstr "" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_average_delivery_time +msgid "Average Delivery Time" +msgstr "" + #. module: purchase #: field:purchase.report,price_average:0 msgid "Average Price" @@ -541,8 +548,8 @@ msgid "Bid Valid Until" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1157 -#: code:addons/purchase/stock.py:129 +#: code:addons/purchase/purchase.py:1160 +#: code:addons/purchase/stock.py:179 #, python-format msgid "Buy" msgstr "" @@ -570,7 +577,7 @@ msgid "Can be Purchased" msgstr "可採購" #. module: purchase -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Can't find any generic Buy route." msgstr "" @@ -591,17 +598,21 @@ msgid "Cancelled" msgstr "已取消" #. module: purchase -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Cannot delete a purchase order line which is in state '%s'." msgstr "" #. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,category_id:0 msgid "Category" msgstr "分類" +#. module: purchase +#: view:purchase.report:purchase.view_purchase_order_search +msgid "Category of product" +msgstr "" + #. module: purchase #: field:purchase.config.settings,group_advance_purchase_requisition:0 msgid "Choose from several bids in a call for bids" @@ -632,7 +643,7 @@ msgid "Configuration" msgstr "設定" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "Configuration Error!" msgstr "設定錯誤!" @@ -794,7 +805,6 @@ msgstr "說明" #. module: purchase #: field:purchase.order,location_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,location_id:0 msgid "Destination" msgstr "目的地" @@ -829,7 +839,7 @@ msgid "Draft PO" msgstr "採購訂單草稿" #. module: purchase -#: code:addons/purchase/purchase.py:1363 +#: code:addons/purchase/purchase.py:1366 #, python-format msgid "Draft Purchase Order created" msgstr "採購訂單草稿已建立" @@ -855,7 +865,7 @@ msgstr "電子郵件撰寫精靈" #: code:addons/purchase/purchase.py:529 #: code:addons/purchase/purchase.py:546 #: code:addons/purchase/purchase.py:589 -#: code:addons/purchase/stock.py:132 +#: code:addons/purchase/stock.py:182 #, python-format msgid "Error!" msgstr "錯誤!" @@ -884,12 +894,6 @@ msgstr "" msgid "Extended Filters" msgstr "" -#. module: purchase -#: code:addons/purchase/purchase.py:681 -#, python-format -msgid "First cancel all receipts related to this purchase order." -msgstr "" - #. module: purchase #: field:purchase.order,fiscal_position:0 msgid "Fiscal Position" @@ -994,7 +998,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:328 -#: code:addons/purchase/purchase.py:1005 +#: code:addons/purchase/purchase.py:1007 #, python-format msgid "Invalid Action!" msgstr "無效的動作" @@ -1031,13 +1035,13 @@ msgid "Invoice Received" msgstr "發票已收" #. module: purchase -#: code:addons/purchase/purchase.py:1479 +#: code:addons/purchase/purchase.py:1482 #, python-format msgid "Invoice paid" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1459 +#: code:addons/purchase/purchase.py:1462 #, python-format msgid "Invoice received" msgstr "" @@ -1196,6 +1200,11 @@ msgstr "訊息" msgid "Messages and communication history" msgstr "訊息及聯絡歷史" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_monthly_purchases +msgid "Monthly Purchases" +msgstr "" + #. module: purchase #: view:website:purchase.report_purchaseorder msgid "Net Price" @@ -1207,19 +1216,19 @@ msgid "New Mail" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1202 +#: code:addons/purchase/purchase.py:1205 #, python-format msgid "No address defined for the supplier" msgstr "該供應商無地址" #. module: purchase -#: code:addons/purchase/purchase.py:1200 +#: code:addons/purchase/purchase.py:1203 #, python-format msgid "No default supplier defined for this product" msgstr "此產品無預設供應商" #. module: purchase -#: code:addons/purchase/purchase.py:1198 +#: code:addons/purchase/purchase.py:1201 #, python-format msgid "No supplier defined for this product !" msgstr "此產品無定義供應商" @@ -1262,7 +1271,6 @@ msgstr "開啟採購功能選單" #: view:purchase.order:purchase.view_request_for_quotation_filter #: field:purchase.order,date_order:0 #: field:purchase.order.line,date_order:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,date:0 msgid "Order Date" msgstr "訂單日期" @@ -1279,6 +1287,7 @@ msgstr "訂單行" #. module: purchase #: view:purchase.order:purchase.view_purchase_order_filter +#: view:purchase.report:purchase.view_purchase_order_search msgid "Order Month" msgstr "" @@ -1320,7 +1329,7 @@ msgid "Outgoing Mails" msgstr "寄出郵件" #. module: purchase -#: code:addons/purchase/purchase.py:1343 +#: code:addons/purchase/purchase.py:1346 #, python-format msgid "PO: %s" msgstr "PO: %s" @@ -1383,6 +1392,11 @@ msgstr "選擇訂單併入表列" msgid "Pre-generate draft invoices based on purchase orders" msgstr "基於採購單預先產生之發票草稿" +#. module: purchase +#: model:ir.filters,name:purchase.filter_purchase_order_price_per_supplier +msgid "Price Per Supplier" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_product_pricelist_action2_purchase_type msgid "Price Types" @@ -1426,7 +1440,6 @@ msgstr "" #: field:purchase.order,product_id:0 #: view:purchase.order.line:purchase.purchase_order_line_search #: field:purchase.order.line,product_id:0 -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,product_id:0 msgid "Product" msgstr "產品" @@ -1466,7 +1479,7 @@ msgid "Products by Category" msgstr "各分類產品" #. module: purchase -#: code:addons/purchase/purchase.py:840 +#: code:addons/purchase/purchase.py:842 #, python-format msgid "Products received" msgstr "" @@ -1573,7 +1586,7 @@ msgid "Purchase Pricelist" msgstr "採購價目表" #. module: purchase -#: code:addons/purchase/purchase.py:1365 +#: code:addons/purchase/purchase.py:1368 #, python-format msgid "Purchase line created and linked to an existing Purchase Order" msgstr "" @@ -1623,12 +1636,11 @@ msgstr "數量" #. module: purchase #: field:purchase.order.line,product_qty:0 -#: field:purchase.report,quantity:0 msgid "Quantity" msgstr "數量" #. module: purchase -#: code:addons/purchase/purchase.py:1367 +#: code:addons/purchase/purchase.py:1370 #, python-format msgid "Quantity added in existing Purchase Order Line" msgstr "" @@ -1667,7 +1679,7 @@ msgstr "" #. module: purchase #: code:addons/purchase/purchase.py:318 -#: code:addons/purchase/purchase.py:934 +#: code:addons/purchase/purchase.py:936 #, python-format msgid "RFQ created" msgstr "" @@ -1719,11 +1731,6 @@ msgstr "到貨比率" msgid "Reference" msgstr "參照" -#. module: purchase -#: view:purchase.report:purchase.view_purchase_order_search -msgid "Reference UOM" -msgstr "參照度量單位" - #. module: purchase #: field:purchase.report,product_uom:0 msgid "Reference Unit of Measure" @@ -1808,7 +1815,7 @@ msgid "Select an Open Sales Order" msgstr "選擇一張待付銷售訂單" #. module: purchase -#: code:addons/purchase/purchase.py:1102 +#: code:addons/purchase/purchase.py:1104 #, python-format msgid "" "Selected Unit of Measure does not belong to the same category as the product " @@ -1897,7 +1904,7 @@ msgid "Supplier Features" msgstr "" #. module: purchase -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons msgid "Supplier Inv." msgstr "" @@ -1905,7 +1912,7 @@ msgstr "" #: code:addons/purchase/purchase.py:435 #: code:addons/purchase/wizard/purchase_line_invoice.py:115 #: model:ir.actions.act_window,name:purchase.act_res_partner_2_supplier_invoices -#: view:res.partner:purchase.res_partner_view_purchase_buttons +#: view:res.partner:purchase.res_partner_view_purchase_account_buttons #, python-format msgid "Supplier Invoices" msgstr "供應商發票" @@ -1945,7 +1952,7 @@ msgid "" msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:1211 +#: code:addons/purchase/purchase.py:1214 #, python-format msgid "" "The product \"%s\" has been defined with your company as reseller which " @@ -1953,7 +1960,7 @@ msgid "" msgstr "您的公司被定義為產品「%s」的經銷商。這似乎是設定錯誤!" #. module: purchase -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1123 #, python-format msgid "" "The selected supplier has a minimal quantity set to %s %s, you should not " @@ -1961,7 +1968,7 @@ msgid "" msgstr "所選供應廠商有設定最小出貨量 %s %s,您不應購買少於此量。" #. module: purchase -#: code:addons/purchase/purchase.py:1117 +#: code:addons/purchase/purchase.py:1119 #, python-format msgid "The selected supplier only sells this product by %s" msgstr "所選供應商僅以 %s 銷售此產品" @@ -1989,7 +1996,7 @@ msgid "The total amount" msgstr "總金額" #. module: purchase -#: code:addons/purchase/purchase.py:1315 +#: code:addons/purchase/purchase.py:1318 #, python-format msgid "There is no supplier associated to product %s" msgstr "" @@ -2052,13 +2059,13 @@ msgid "Total amount" msgstr "總金額" #. module: purchase -#: code:addons/purchase/purchase.py:680 +#: code:addons/purchase/purchase.py:685 #, python-format msgid "Unable to cancel the purchase order %s." msgstr "" #. module: purchase -#: code:addons/purchase/purchase.py:687 +#: code:addons/purchase/purchase.py:691 #, python-format msgid "Unable to cancel this purchase order." msgstr "無法取消此採購訂單" @@ -2076,6 +2083,11 @@ msgstr "" msgid "Unit Price" msgstr "單價" +#. module: purchase +#: field:purchase.report,quantity:0 +msgid "Unit Quantity" +msgstr "" + #. module: purchase #: model:ir.ui.menu,name:purchase.menu_purchase_uom_categ_form_action msgid "Unit of Measure Categories" @@ -2140,7 +2152,6 @@ msgstr "" #. module: purchase #: field:purchase.order,validator:0 -#: view:purchase.report:purchase.view_purchase_order_search msgid "Validated by" msgstr "驗證" @@ -2156,15 +2167,14 @@ msgstr "等待供應商確認中" #. module: purchase #: model:ir.model,name:purchase.model_stock_warehouse -#: view:purchase.report:purchase.view_purchase_order_search #: field:purchase.report,picking_type_id:0 msgid "Warehouse" msgstr "倉庫" #. module: purchase -#: code:addons/purchase/purchase.py:1102 -#: code:addons/purchase/purchase.py:1117 -#: code:addons/purchase/purchase.py:1121 +#: code:addons/purchase/purchase.py:1104 +#: code:addons/purchase/purchase.py:1119 +#: code:addons/purchase/purchase.py:1123 #: code:addons/purchase/wizard/purchase_order_group.py:44 #, python-format msgid "Warning!" @@ -2192,7 +2202,13 @@ msgid "You cannot confirm a purchase order without any purchase order line." msgstr "無採購訂單明細之採購訂單無法被確認。" #. module: purchase -#: code:addons/purchase/purchase.py:688 +#: code:addons/purchase/purchase.py:686 +#, python-format +msgid "You have already received some goods for it. " +msgstr "" + +#. module: purchase +#: code:addons/purchase/purchase.py:692 #, python-format msgid "You must first cancel all invoices related to this purchase order." msgstr "" @@ -2201,3 +2217,6 @@ msgstr "" #: view:website:purchase.report_purchaseorder msgid "Your Order Reference" msgstr "貴方採購編號" + +#~ msgid "Reference UOM" +#~ msgstr "參照度量單位" diff --git a/addons/purchase_double_validation/i18n/de.po b/addons/purchase_double_validation/i18n/de.po index f4450265420..9888584e3b1 100644 --- a/addons/purchase_double_validation/i18n/de.po +++ b/addons/purchase_double_validation/i18n/de.po @@ -8,19 +8,21 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-30 10:42+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:44+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: purchase_double_validation #: help:purchase.config.settings,limit_amount:0 msgid "Amount after which validation of purchase is required." -msgstr "Bestellbetrag ab dem Validierung erforderlich ist" +msgstr "" +"Betrag ab dem eine weitere Genehmigung der Bestellung erforderlich ist." #. module: purchase_double_validation #: view:purchase.order:purchase_double_validation.purchase_order_search_inherit @@ -35,4 +37,4 @@ msgstr "Zur Genehmigung" #. module: purchase_double_validation #: field:purchase.config.settings,limit_amount:0 msgid "limit to require a second approval" -msgstr "Limit für weitere Genehmigung" +msgstr "Grenzbetrag für zweite Bestätigung" diff --git a/addons/purchase_requisition/i18n/de.po b/addons/purchase_requisition/i18n/de.po index faf6ebbe0f9..4c4f82bc36c 100644 --- a/addons/purchase_requisition/i18n/de.po +++ b/addons/purchase_requisition/i18n/de.po @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-28 19:03+0000\n" +"PO-Revision-Date: 2014-09-30 10:20+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: purchase_requisition #: model:ir.actions.act_window,help:purchase_requisition.action_purchase_requisition @@ -576,12 +576,12 @@ msgstr "Verantwortlich" #: field:purchase.requisition.line,schedule_date:0 #: view:website:purchase_requisition.report_purchaserequisitions msgid "Scheduled Date" -msgstr "Plantermin" +msgstr "Geplantes Datum" #. module: purchase_requisition #: field:purchase.requisition,ordering_date:0 msgid "Scheduled Ordering Date" -msgstr "Planmäßiger Bestelltermin" +msgstr "Geplanter Bestelltermin" #. module: purchase_requisition #: view:website:purchase_requisition.report_purchaserequisitions @@ -682,9 +682,7 @@ msgstr "Bedingungen und Konditionen" #. module: purchase_requisition #: help:purchase.requisition,schedule_date:0 msgid "The expected and scheduled date where all the products are received" -msgstr "" -"Das erwartete und eingeplante Datum, an dem alle Produkte endgültig " -"eingegangen sind." +msgstr "Das geplante Datum, an dem alle Produkte eingegangen sein sollen." #. module: purchase_requisition #: view:purchase.requisition:purchase_requisition.view_purchase_requisition_filter @@ -765,7 +763,7 @@ msgstr "Sie haben keine Positionsauswahl für den Einkauf getroffen." #. module: purchase_requisition #: view:purchase.requisition:purchase_requisition.view_purchase_requisition_form msgid "e.g. OP0025" -msgstr "" +msgstr "z.B. OP0025" #. module: purchase_requisition #: view:purchase.requisition:purchase_requisition.view_purchase_requisition_form diff --git a/addons/report/i18n/de.po b/addons/report/i18n/de.po index 53e7813439b..64e0c0b43cf 100644 --- a/addons/report/i18n/de.po +++ b/addons/report/i18n/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 15:15+0000\n" "Last-Translator: Heike Vocks (openbig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: report @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "B9 23 33 x 62 mm" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "Falsche Reportreferenz" @@ -359,7 +359,7 @@ msgid "Report" msgstr "Report" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "Report (PDF)" @@ -392,14 +392,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "Tabloid 29 279.4 x 431.8 mm" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "" -"Der bevorzugte Weg für das Anpassen eines Reports ist ein HTML Editor" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "Dieser Report wurde nicht in die Datenbank geladen: %s." @@ -430,7 +423,7 @@ msgid "Website:" msgstr "Webseite:" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "Wkhtmltopdf ist fehlgeschlagen (error code: %s). Nachricht: %s" @@ -478,3 +471,8 @@ msgstr "" #: view:website:report.layout msgid "report.layout" msgstr "" + +#, python-format +#~ msgid "The preferred way to edit a report is to use the HTML Editor" +#~ msgstr "" +#~ "Der bevorzugte Weg für das Anpassen eines Reports ist ein HTML Editor" diff --git a/addons/report/i18n/es.po b/addons/report/i18n/es.po index 60505807c38..8a68f11969e 100644 --- a/addons/report/i18n/es.po +++ b/addons/report/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 23:55+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: report #: view:website:report.external_layout_footer @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "B9 23 33 x 62 mm" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "Referencia de informe errónea" @@ -359,7 +359,7 @@ msgid "Report" msgstr "Informe" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "Informe (PDF)" @@ -392,13 +392,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "Tabloide 29 279,4 x 431,8 mm" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "La vía preferida para editar un informe es usar un editor HTML" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "Este informe no está cargado en la base de datos: %s." @@ -430,7 +424,7 @@ msgid "Website:" msgstr "Sitio web:" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "Wkhtmltopdf falló (error code: %s). Mensaje: %s" @@ -484,3 +478,7 @@ msgstr "data_report_margin_top if data_report_margin_top else None" #: view:website:report.layout msgid "report.layout" msgstr "report.layout" + +#, python-format +#~ msgid "The preferred way to edit a report is to use the HTML Editor" +#~ msgstr "La vía preferida para editar un informe es usar un editor HTML" diff --git a/addons/report/i18n/hr.po b/addons/report/i18n/hr.po index c8d440adb8b..5e4a8c414d4 100644 --- a/addons/report/i18n/hr.po +++ b/addons/report/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 10:58+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: report #: view:website:report.external_layout_footer @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "" @@ -357,7 +357,7 @@ msgid "Report" msgstr "" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "" @@ -390,13 +390,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "" @@ -423,7 +417,7 @@ msgid "Website:" msgstr "" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "" diff --git a/addons/report/i18n/nl.po b/addons/report/i18n/nl.po index 7843240c236..90a005d92f2 100644 --- a/addons/report/i18n/nl.po +++ b/addons/report/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-18 18:05+0000\n" "Last-Translator: Leen Sonneveld \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: report #: view:website:report.external_layout_footer @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "B9 23 33 x 62 mm" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "Foute rapport referentie" @@ -359,7 +359,7 @@ msgid "Report" msgstr "Rapport" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "RApport (PDF)" @@ -392,15 +392,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "Tabloid 29 279.4 x 431.8 mm" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "" -"De beste manier om een rapport aan te passen is door gebruik te maken van de " -"HTML editor" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "Dit rapport is niet geladen in de database: %s" @@ -431,7 +423,7 @@ msgid "Website:" msgstr "Website:" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "Fout in Wkhtmltopdf (fout code: %s). Bericht: %s" @@ -483,3 +475,9 @@ msgstr "data_report_margin_top if data_report_margin_top else None" #: view:website:report.layout msgid "report.layout" msgstr "rapport.opmaak" + +#, python-format +#~ msgid "The preferred way to edit a report is to use the HTML Editor" +#~ msgstr "" +#~ "De beste manier om een rapport aan te passen is door gebruik te maken van de " +#~ "HTML editor" diff --git a/addons/report/i18n/pl.po b/addons/report/i18n/pl.po index f36b61e63e2..891b34d7f24 100644 --- a/addons/report/i18n/pl.po +++ b/addons/report/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-28 18:34+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: report #: view:website:report.external_layout_footer @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "" @@ -359,7 +359,7 @@ msgid "Report" msgstr "Raport" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "Raport (PDF)" @@ -392,13 +392,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "Preferowana metoda edycji raportu, to stosowanie edytora HTML" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "Ten raport nie jest umieszczony w bazie danych: %s." @@ -429,7 +423,7 @@ msgid "Website:" msgstr "Strona WWW:" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "Wkhtmltopdf zepsuł się (kod błędu: %s). Wiadomość: %s" @@ -482,3 +476,7 @@ msgstr "" #: view:website:report.layout msgid "report.layout" msgstr "" + +#, python-format +#~ msgid "The preferred way to edit a report is to use the HTML Editor" +#~ msgstr "Preferowana metoda edycji raportu, to stosowanie edytora HTML" diff --git a/addons/report/i18n/pt.po b/addons/report/i18n/pt.po index 9085fb0473a..a366eb1c887 100644 --- a/addons/report/i18n/pt.po +++ b/addons/report/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-16 14:03+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:28+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: report @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "B9 23 33 x 62 mm" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "Má referência de Relatório" @@ -359,7 +359,7 @@ msgid "Report" msgstr "Relatório" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "Relatório (PDF)" @@ -392,13 +392,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "Tabloide 29 279.4 x 431.8 mm" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "A forma preferencial de editar um relatório é usar um editor HTML" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "Este relatório não foi carregado na base de dados: %s." @@ -429,7 +423,7 @@ msgid "Website:" msgstr "Website:" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "Wkhtmltopdf falhou (erro de código: %s). Mensagem: %s" @@ -483,3 +477,7 @@ msgstr "data_report_margin_top if data_report_margin_top else None" #: view:website:report.layout msgid "report.layout" msgstr "report.layout" + +#, python-format +#~ msgid "The preferred way to edit a report is to use the HTML Editor" +#~ msgstr "A forma preferencial de editar um relatório é usar um editor HTML" diff --git a/addons/report/i18n/pt_BR.po b/addons/report/i18n/pt_BR.po index c746b002d29..16caf977e93 100644 --- a/addons/report/i18n/pt_BR.po +++ b/addons/report/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 08:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: report @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "" @@ -357,7 +357,7 @@ msgid "Report" msgstr "" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "" @@ -390,13 +390,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "" @@ -423,7 +417,7 @@ msgid "Website:" msgstr "" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "" diff --git a/addons/report/i18n/zh_CN.po b/addons/report/i18n/zh_CN.po index ed1771cda24..dba63cc7ac4 100644 --- a/addons/report/i18n/zh_CN.po +++ b/addons/report/i18n/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-04 03:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: report @@ -143,7 +143,7 @@ msgid "B9 23 33 x 62 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:279 +#: code:addons/report/models/report.py:290 #, python-format msgid "Bad Report Reference" msgstr "" @@ -357,7 +357,7 @@ msgid "Report" msgstr "" #. module: report -#: code:addons/report/models/report.py:421 +#: code:addons/report/models/report.py:438 #, python-format msgid "Report (PDF)" msgstr "" @@ -390,13 +390,7 @@ msgid "Tabloid 29 279.4 x 431.8 mm" msgstr "" #. module: report -#: code:addons/report/models/report.py:128 -#, python-format -msgid "The preferred way to edit a report is to use the HTML Editor" -msgstr "" - -#. module: report -#: code:addons/report/models/report.py:280 +#: code:addons/report/models/report.py:291 #, python-format msgid "This report is not loaded into the database: %s." msgstr "" @@ -423,7 +417,7 @@ msgid "Website:" msgstr "" #. module: report -#: code:addons/report/models/report.py:422 +#: code:addons/report/models/report.py:439 #, python-format msgid "Wkhtmltopdf failed (error code: %s). Message: %s" msgstr "" diff --git a/addons/resource/i18n/it.po b/addons/resource/i18n/it.po index 370dac76b08..08e0102c518 100644 --- a/addons/resource/i18n/it.po +++ b/addons/resource/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-22 15:06+0000\n" +"PO-Revision-Date: 2014-10-03 13:44+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: resource @@ -103,7 +103,7 @@ msgstr "Durata" #. module: resource #: field:resource.resource,time_efficiency:0 msgid "Efficiency Factor" -msgstr "Fattore di efficienza" +msgstr "Indice di Efficienza" #. module: resource #: field:resource.calendar.leaves,date_to:0 diff --git a/addons/sale/i18n/ar.po b/addons/sale/i18n/ar.po index 2b7b8493d9a..0cccdd16744 100644 --- a/addons/sale/i18n/ar.po +++ b/addons/sale/i18n/ar.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "تحليل الحساب" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "قبل التوصيل" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "ملغي" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "لا يمكن الغاء طلب البيع!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "الشركة" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "العميل" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "فواتير العميل" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "عند التفعيل، يجب الانتباه الى الرسائل الجديدة" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "قيد التقدم" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "معلومات خاطئة" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1098,7 +1099,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1222,19 +1223,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1288,11 +1289,6 @@ msgstr "" msgid "Order" msgstr "أمر" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "تاريخ الأمر" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1306,6 +1302,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1357,7 +1354,6 @@ msgstr "مدفوع" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "شريك" @@ -1383,13 +1379,13 @@ msgid "Percentage" msgstr "النسبة" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1411,7 +1407,7 @@ msgid "Pricelist" msgstr "قائمة الأسعار" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "تحذير قائمة الأسعار!" @@ -1443,10 +1439,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "المنتج" @@ -1536,7 +1532,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1587,11 +1583,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "إعادة إنشاء الفاتورة" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1617,6 +1608,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1652,14 +1648,18 @@ msgstr "فاتورة الدفع المقدم للمبيعات" msgid "Sales Analysis" msgstr "تحليل المبيعات" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "تُنشأ المبيعات الفاتورة" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1769,11 +1769,6 @@ msgstr "" msgid "Sales in Exception" msgstr "المبيعات ذات الخلل" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1943,7 +1938,7 @@ msgid "The value of Advance Amount must be positive." msgstr "قيمة الدفعة المقدمة يجب ان تكون موجبة" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1951,7 +1946,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2209,13 +2204,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2227,14 +2222,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2256,3 +2251,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "تاريخ الأمر" diff --git a/addons/sale/i18n/bg.po b/addons/sale/i18n/bg.po index 7f9575857f2..64b30d0c44a 100644 --- a/addons/sale/i18n/bg.po +++ b/addons/sale/i18n/bg.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Аналитична сметка" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Отказан" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Фирма" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Клиент" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Изпълнява се" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Ред" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Дата на поръчка" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Платен" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Контрагент" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Ценова листа" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Продукт" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Създаване наново на фактура" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Ред от поръчка за продажба" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Анализ на продажби" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Продажби с грешки" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2201,13 +2196,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2219,14 +2214,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2248,3 +2243,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Дата на поръчка" diff --git a/addons/sale/i18n/bs.po b/addons/sale/i18n/bs.po index 58a11bbc920..8d27e3758c8 100644 --- a/addons/sale/i18n/bs.po +++ b/addons/sale/i18n/bs.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -80,104 +179,6 @@ msgstr "" " \n" "* Status 'Otkazano' je postavljen kada korisnik otkaže vezani prodajni nalog." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -458,7 +459,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analitičko konto" @@ -479,7 +479,7 @@ msgid "Before Delivery" msgstr "Prije otpreme" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -533,19 +533,19 @@ msgid "Cancelled" msgstr "Poništeno" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Ne možete otkazati ovau prodajnu narudžbu!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Ne možete obrisati prodajnu narudžbu koja je u stanju '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -604,7 +604,7 @@ msgid "Company" msgstr "Kompanija" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -708,11 +708,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kupac" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Fakture kupca" @@ -867,12 +868,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Omogući fakturisanje stavki prodajne narudžbe" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Greška!" @@ -893,7 +894,7 @@ msgid "False" msgstr "Netačno" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Prvo otkažite sve račune povezane sa ovom prodajnom narudžbom." @@ -1017,7 +1018,7 @@ msgid "If checked new messages require your attention." msgstr "Ako je označeno, nove poruke će zahtjevati vašu pažnju." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1037,7 +1038,7 @@ msgid "In Progress" msgstr "U toku" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1050,9 +1051,9 @@ msgid "Incorrect Data" msgstr "Netačni podaci" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Neispravna akcija!" @@ -1142,7 +1143,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1266,19 +1267,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Nema cjenovnika! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nije pronađena odgovarajuća stavka cjenovnika ! :" @@ -1338,11 +1339,6 @@ msgstr "Otvori meni prodaje" msgid "Order" msgstr "Nalog" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Datum narudžbe" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1356,6 +1352,7 @@ msgstr "Stavke narudžbe za fakturisanje" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1407,7 +1404,6 @@ msgstr "Plaćeno" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1433,13 +1429,13 @@ msgid "Percentage" msgstr "Procenat" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Molimo definirajte konto prihoda za ovaj proizvod \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1462,7 +1458,7 @@ msgid "Pricelist" msgstr "Cjenovnik" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Upozorenje cjenovnika!" @@ -1494,10 +1490,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1587,7 +1583,7 @@ msgid "Quotation confirmed" msgstr "Predračun potvrđen" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1638,11 +1634,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Ponovno kreiranje Fakturu" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referentna JM" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1668,6 +1659,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Stavka prodajnog naloga" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1703,14 +1699,18 @@ msgstr "Faktura za avans" msgid "Sales Analysis" msgstr "Analiza prodaje" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Faktura obavljene prodaje" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1822,11 +1822,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Iznimka u prodaji" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2002,7 +1997,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Iznos avansa mora biti pozitivna." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2012,7 +2007,7 @@ msgstr "" "karakteristike proizvodnih kategorija." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2276,13 +2271,13 @@ msgid "What do you want to invoice?" msgstr "Što želite fakturisati?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Ne možete otkazati stavku prodajne narudžbe koja je već fakturisana." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Ne možete potvrditi prodajnu narudžbu bez stavaki." @@ -2294,7 +2289,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Ne možete izraditi račun kada prodajna narudžba nije potvrđena." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2303,7 +2298,7 @@ msgstr "" "partnera" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2325,3 +2320,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Datum narudžbe" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referentna JM" diff --git a/addons/sale/i18n/ca.po b/addons/sale/i18n/ca.po index 3100c1a7ced..1f7dc9bdb75 100644 --- a/addons/sale/i18n/ca.po +++ b/addons/sale/i18n/ca.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Compte analític" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Cancel·lada" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -573,7 +573,7 @@ msgid "Company" msgstr "Companyia" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -677,11 +677,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Client" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -836,12 +837,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -862,7 +863,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -977,7 +978,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -995,7 +996,7 @@ msgid "In Progress" msgstr "En procés" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1008,9 +1009,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1101,7 +1102,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1225,19 +1226,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1291,11 +1292,6 @@ msgstr "" msgid "Order" msgstr "Comanda" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Data comanda" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1309,6 +1305,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1360,7 +1357,6 @@ msgstr "Pagat" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1386,13 +1382,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1414,7 +1410,7 @@ msgid "Pricelist" msgstr "Tarifa" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1446,10 +1442,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producte" @@ -1539,7 +1535,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1590,11 +1586,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Recrea factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1622,6 +1613,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Línia comanda de venda" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1657,14 +1653,18 @@ msgstr "Vendes. Bestreta pagament factura" msgid "Sales Analysis" msgstr "Anàlisi de vendes" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Vendes. Realitza factura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1774,11 +1774,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Vendes en excepció" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1948,7 +1943,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1956,7 +1951,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2216,13 +2211,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2234,14 +2229,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2263,3 +2258,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Data comanda" diff --git a/addons/sale/i18n/cs.po b/addons/sale/i18n/cs.po index 1f542d6a3e3..00cfc829c26 100644 --- a/addons/sale/i18n/cs.po +++ b/addons/sale/i18n/cs.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -82,104 +181,6 @@ msgstr "" " \n" "* Stav 'Zrušeno' je nataven, zruší-li uživatel příslušnou zakázku." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -458,7 +459,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analytický účet" @@ -479,7 +479,7 @@ msgid "Before Delivery" msgstr "Před dodáním" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -533,19 +533,19 @@ msgid "Cancelled" msgstr "Zrušeno" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Tuto zakázku nelze zrušit!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Položku zakázky, která je ve stavu '%s', není možno smazat." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -605,7 +605,7 @@ msgid "Company" msgstr "Společnost" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -709,11 +709,12 @@ msgstr "Měna" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Zákazník" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Faktury zákazníka" @@ -868,12 +869,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Povolit fakturaci položek zakázky" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Chyba!" @@ -894,7 +895,7 @@ msgid "False" msgstr "Neplatí" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Nejprve zrušte všechny faktury připojené k této zakázce." @@ -1017,7 +1018,7 @@ msgid "If checked new messages require your attention." msgstr "Pokud je zaškrtnuto, nové zprávy vyžadují vaši pozornost." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1037,7 +1038,7 @@ msgid "In Progress" msgstr "Probíhá" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1050,9 +1051,9 @@ msgid "Incorrect Data" msgstr "Neplatná data" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Neplatná akce!" @@ -1141,7 +1142,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1265,19 +1266,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Žádný ceník! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nebyla nalezena platná položka ceníku!" @@ -1336,11 +1337,6 @@ msgstr "Otevřít menu prodeje" msgid "Order" msgstr "Objednávka" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Datum objednávky" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1354,6 +1350,7 @@ msgstr "Položky objednávky k fakturaci" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1405,7 +1402,6 @@ msgstr "Uhrazeno" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Kontakt" @@ -1431,13 +1427,13 @@ msgid "Percentage" msgstr "Procenta" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Nastavte prosím výnosový účet pro tento produkt: \"%s\" (id: %d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "vytvořte prosím prodejní deník společnosti: \"%s\" (id:%d)." @@ -1459,7 +1455,7 @@ msgid "Pricelist" msgstr "Ceník" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Ceník - varování!" @@ -1491,10 +1487,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Výrobek" @@ -1584,7 +1580,7 @@ msgid "Quotation confirmed" msgstr "Nabídka schválena" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1635,11 +1631,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Znovu vytvořit fakturu" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Doporučená měrná jednotka" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1665,6 +1656,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1700,14 +1696,18 @@ msgstr "Prodejní platba faktury dopředu" msgid "Sales Analysis" msgstr "Analýza prodeje" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "?!?Sales Make Invoice" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1819,11 +1819,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Prodeje ve výjimce" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1999,7 +1994,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Hodnota zálohy musí být kladná." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2009,7 +2004,7 @@ msgstr "" "pro kategorii produktů." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2270,13 +2265,13 @@ msgid "What do you want to invoice?" msgstr "Co si přejete fakturovat?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Nemůžete zrušit položku zakázky, která již byla fakturována." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Nemůžete potvrdit zakázku, která nemá žádnou položku." @@ -2288,7 +2283,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Nemůžete vytvořit fakturu dokud není zakázka potvrzena." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2296,7 +2291,7 @@ msgstr "" "Není možno seskupit obchody vystavené jednomu kontaktu v různých měnách." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2320,3 +2315,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Datum objednávky" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Doporučená měrná jednotka" diff --git a/addons/sale/i18n/da.po b/addons/sale/i18n/da.po index 893a8dc7646..f818c219027 100644 --- a/addons/sale/i18n/da.po +++ b/addons/sale/i18n/da.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -81,104 +180,6 @@ msgstr "" "* Status \"Fortrudt\" blvier sat, når en bruger fortryder den relaterede " "salgsordre." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -456,7 +457,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analyse konto" @@ -477,7 +477,7 @@ msgid "Before Delivery" msgstr "Før levering" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -531,19 +531,19 @@ msgid "Cancelled" msgstr "Annulleret" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Salgsordren kan ikke fortrydes" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Kan ikke slette en salgsordrelinie i status '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -602,7 +602,7 @@ msgid "Company" msgstr "Virksomhed" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -706,11 +706,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kunde" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Kundefakturaer" @@ -865,12 +866,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Klargør fakturering af salgsordrelinier" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Fejl!" @@ -891,7 +892,7 @@ msgid "False" msgstr "Falsk" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Start med at fortryde alle fakturaer knyttet til denne salgsordre." @@ -1014,7 +1015,7 @@ msgid "If checked new messages require your attention." msgstr "Hvis afmærket, kræver nye beskeder din attention" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1034,7 +1035,7 @@ msgid "In Progress" msgstr "I gang" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1047,9 +1048,9 @@ msgid "Incorrect Data" msgstr "Invalide data" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ulovlig handling!" @@ -1139,7 +1140,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1263,19 +1264,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Ingen prisliste !: " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Der findes ingen valid prisliste" @@ -1334,11 +1335,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Ordredato" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1352,6 +1348,7 @@ msgstr "Ordrelinier klar til fakturering" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1403,7 +1400,6 @@ msgstr "Betalt" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Kontakt" @@ -1429,13 +1425,13 @@ msgid "Percentage" msgstr "Procent" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Venligst angive indtægtsbeløb for dette produkt: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Venligst angiv salgsjournalen for dette firma: \"%s\" (id:%d)." @@ -1457,7 +1453,7 @@ msgid "Pricelist" msgstr "Prisliste" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Prisliste advarsel!" @@ -1489,10 +1485,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Vare" @@ -1582,7 +1578,7 @@ msgid "Quotation confirmed" msgstr "Tilbud bekræftet" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1633,11 +1629,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Genskab faktura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Reference enhed" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1663,6 +1654,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1698,14 +1694,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Salgs analyse" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Salg danner faktura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1817,11 +1817,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Salgs-undtagelse" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1997,7 +1992,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Værdien af forud (advance) beløb skal være positivt" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2007,7 +2002,7 @@ msgstr "" "standard værdier på produkt kategorier" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2263,13 +2258,13 @@ msgid "What do you want to invoice?" msgstr "Hvad vil du fakturere ?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Du kan ikke fortryde en salgsordrelinier, der er faktureret." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Du kan ikke bekræfte en salgsordre uden linie" @@ -2281,7 +2276,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Du kan ikke danne faktura når salgsordren ikke er bekræftet" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2290,7 +2285,7 @@ msgstr "" "partner." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2314,3 +2309,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Ordredato" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Reference enhed" diff --git a/addons/sale/i18n/de.po b/addons/sale/i18n/de.po index c02b9fb3860..60da6f835b9 100644 --- a/addons/sale/i18n/de.po +++ b/addons/sale/i18n/de.po @@ -7,88 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-19 19:46+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 06:46+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: sale -#: field:product.product,sales_count:0 -#: field:product.template,sales_count:0 -msgid "# Sales" -msgstr "# Verkäufe" - -#. module: sale -#: field:sale.report,nbr:0 -msgid "# of Lines" -msgstr "# Positionen" - -#. module: sale -#: field:sale.report,product_uom_qty:0 -msgid "# of Qty" -msgstr "Menge" - -#. module: sale -#: field:res.partner,sale_order_count:0 -msgid "# of Sales Order" -msgstr "# des Auftrags" - -#. module: sale -#: model:email.template,report_name:sale.email_template_edi_sale -msgid "" -"${(object.name or '').replace('/','_')}_${object.state == 'draft' and " -"'draft' or ''}" -msgstr "" -"${(object.name or '').replace('/','_')}_${object.state == 'draft' and " -"'draft' or ''}" - -#. module: sale -#: model:email.template,subject:sale.email_template_edi_sale -msgid "" -"${object.company_id.name|safe} ${object.state in ('draft', 'sent') and " -"'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })" -msgstr "" -"${object.company_id.name|safe} ${object.state in ('draft', 'sent') and " -"'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })" - -#. module: sale -#: view:sale.order:sale.view_order_form -msgid "(update)" -msgstr "(aktualisieren)" - -#. module: sale -#: help:sale.order.line,state:0 -msgid "" -"* The 'Draft' status is set when the related sales order in draft status. " -" \n" -"* The 'Confirmed' status is set when the related sales order is confirmed. " -" \n" -"* The 'Exception' status is set when the related sales order is set as " -"exception. \n" -"* The 'Done' status is set when the sales order line has been picked. " -" \n" -"* The 'Cancelled' status is set when a user cancel the sales order related." -msgstr "" -"* Der Status \"Entwurf\" wird zugewiesen, wenn der zugehörige Auftrag ein " -"Entwurf ist.\n" -"* Der Status \"Bestätigt\" wird zugewiesen, wenn der korrespondierende " -"Auftrag bestätigt wurde.\n" -"* Der Status \"Sonderfall\" wird zugewiesen, wenn korrespondierende Belege " -"des Auftrags abgebrochen wurden.\n" -"* Der Status \"Erledigt\" wird zugewiesen, wenn die Auftragspositionen " -"versendet wurden.\n" -"* Der Status \"Abgebrochen\" wird zugewiesen, wenn ein Benutzer den " -"korrespondierenden Auftrag abbricht." - #. module: sale #: model:email.template,body_html:sale.email_template_edi_sale msgid "" +"\n" "
    \n" "\n" @@ -98,20 +31,20 @@ msgid "" "'order confirmation'} from ${object.company_id.name}:

    \n" "\n" "

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" " % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" +"   Order reference: ${object.origin}
    \n" " % endif\n" " % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" +"   Your reference: ${object.client_order_ref}
    \n" " % endif\n" " % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" +"   Your contact: ${object.user_id.name}\n" " % endif\n" "

    \n" "

    \n" @@ -121,24 +54,24 @@ msgid "" "color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; " "font-size: 13px; font-weight: bold; text-align: center; text-decoration: " "none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: " -"#8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\" " -"href=\"/quote/${object.id}/${object.access_token}\">View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" +"#8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;\"\n" +" href=\"/quote/${object.id}/${object.access_token}\">View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" "\n" " % if object.paypal_url:\n" -"
    \n" +"
    \n" "

    It is also possible to directly pay with Paypal:

    \n" " \n" " \n" +"src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n" " \n" " % endif\n" "\n" -"
    \n" +"
    \n" "

    If you have any question, do not hesitate to contact us.

    \n" "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" +"
    \n" +"
    \n" "
    \n" @@ -151,30 +84,30 @@ msgid "" "16px; background-color: #F2F2F2;\">\n" " \n" " % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" +" ${object.company_id.street}
    \n" " % endif\n" " % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" +" ${object.company_id.street2}
    \n" " % endif\n" " % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" " % endif\n" " % if object.company_id.country_id:\n" " ${object.company_id.state_id and ('%s, ' % " "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" +"or ''}
    \n" " % endif\n" "
    \n" " % if object.company_id.phone:\n" "
    \n" -" Phone:  ${object.company_id.phone}\n" +" Phone:  ${object.company_id.phone}\n" "
    \n" " % endif\n" " % if object.company_id.website:\n" "
    \n" -" Web : ${object.company_id.website}\n" "
    \n" " %endif\n" @@ -183,36 +116,46 @@ msgid "" "
    \n" " " msgstr "" +"\n" "
    \n" "\n" "

    Hallo ${object.partner_id.name},

    \n" " \n" -"

    hier ist für Sie ein ${object.state in ('draft', 'sent') and " -"'Angebot' or 'Auftrag'} von ${object.company_id.name}:

    \n" +"

    Hier ist Ihre ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} von ${object.company_id.name}:

    \n" "\n" "

    \n" -"   REFERENZ
    \n" -"   Nummer: ${object.name}
    \n" -"   Betrag: ${object.amount_total} " +"   REFERENZEN
    \n" +"   Auftragsnummer: ${object.name}
    \n" +"   Bestellbetrag: ${object.amount_total} " "${object.pricelist_id.currency_id.name}
    \n" -"   Datum: ${object.date_order}
    \n" +"   Bestelldatum: ${object.date_order}
    \n" " % if object.origin:\n" -"   Referenz Bestellung: ${object.origin}
    \n" +"   Auftragsreferenz: ${object.origin}
    \n" " % endif\n" " % if object.client_order_ref:\n" "   Ihre Referenz: ${object.client_order_ref}
    \n" " % endif\n" " % if object.user_id:\n" -"   Ihr Ansprechpartner: ${object.user_id.name}\n" " % endif\n" "

    \n" +"

    \n" +" Sie können jetzt Ihr Angebot auch Online einsehen:\n" +"

    \n" +" Anzeige " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" "\n" " % if object.paypal_url:\n" "
    \n" -"

    Sie können auch direkt mit Paypal bezahlen:

    \n" +"

    Sie können auch Online mit Paypal bezahlen:

    \n" " \n" " \n" @@ -220,9 +163,8 @@ msgstr "" " % endif\n" "\n" "
    \n" -"

    Bei Rückfragen, kontaktieren Sie uns gerne.

    \n" -"

    Vielen Dank für Ihren Einkauf bei ${object.company_id.name or " -"'us'}!

    \n" +"

    Im Falle von Fragen kontaktieren Sie uns gerne.

    \n" +"

    Vielen Dank ${object.company_id.name or 'us'}!

    \n" "
    \n" "
    \n" "
    \n" " " +#. module: sale +#: field:product.product,sales_count:0 +#: field:product.template,sales_count:0 +msgid "# Sales" +msgstr "# Verkäufe" + +#. module: sale +#: field:sale.report,nbr:0 +msgid "# of Lines" +msgstr "# Positionen" + +#. module: sale +#: field:sale.report,product_uom_qty:0 +msgid "# of Qty" +msgstr "# Menge" + +#. module: sale +#: field:res.partner,sale_order_count:0 +msgid "# of Sales Order" +msgstr "# Aufträge" + +#. module: sale +#: model:email.template,report_name:sale.email_template_edi_sale +msgid "" +"${(object.name or '').replace('/','_')}_${object.state == 'draft' and " +"'draft' or ''}" +msgstr "" +"${(object.name or '').replace('/','_')}_${object.state == 'draft' and " +"'draft' or ''}" + +#. module: sale +#: model:email.template,subject:sale.email_template_edi_sale +msgid "" +"${object.company_id.name|safe} ${object.state in ('draft', 'sent') and " +"'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })" +msgstr "" +"${object.company_id.name|safe} ${object.state in ('draft', 'sent') and " +"'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })" + +#. module: sale +#: view:sale.order:sale.view_order_form +msgid "(update)" +msgstr "(Aktualisieren)" + +#. module: sale +#: help:sale.order.line,state:0 +msgid "" +"* The 'Draft' status is set when the related sales order in draft status. " +" \n" +"* The 'Confirmed' status is set when the related sales order is confirmed. " +" \n" +"* The 'Exception' status is set when the related sales order is set as " +"exception. \n" +"* The 'Done' status is set when the sales order line has been picked. " +" \n" +"* The 'Cancelled' status is set when a user cancel the sales order related." +msgstr "" +"* Der Status \"Entwurf\" wird zugewiesen, wenn der zugehörige Auftrag ein " +"Entwurf ist.\n" +"* Der Status \"Bestätigt\" wird zugewiesen, wenn der korrespondierende " +"Auftrag bestätigt wurde.\n" +"* Der Status \"Sonderfall\" wird zugewiesen, wenn korrespondierende Belege " +"des Auftrags abgebrochen wurden.\n" +"* Der Status \"Erledigt\" wird zugewiesen, wenn die Auftragspositionen " +"versendet wurden.\n" +"* Der Status \"Abgebrochen\" wird zugewiesen, wenn ein Benutzer den " +"korrespondierenden Auftrag abbricht." + #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -425,7 +435,7 @@ msgstr "Ein Partner, dem dieses bestimmte Produkt zugeordnet wurde." #. module: sale #: model:res.groups,name:sale.group_delivery_invoice_address msgid "Addresses in Sales Orders" -msgstr "Adressen in Aufträgen" +msgstr "Weitere Adressen in Aufträgen" #. module: sale #: model:product.template,name:sale.advance_product_0_product_template @@ -491,7 +501,8 @@ msgstr "Vertriebspartner" #. module: sale #: field:sale.config.settings,group_sale_delivery_address:0 msgid "Allow a different address for delivery and invoicing " -msgstr "Ermöglicht everschiedene Adressen für Auslieferung und Abrechnung " +msgstr "" +"Ermöglichen Sie verschiedene Adressen für Auslieferung und Abrechnung " #. module: sale #: field:sale.config.settings,module_sale_journal:0 @@ -503,7 +514,7 @@ msgstr "" #: field:sale.config.settings,module_warning:0 msgid "Allow configuring alerts by customer or products" msgstr "" -"Ermöglicht die Konfiguration von Hinweisen nach Kunden oder Produkten" +"Ermöglichen Sie die Konfiguration von Warnhinweisen für Kunden oder Produkte" #. module: sale #: field:sale.config.settings,module_website_quote:0 @@ -513,7 +524,8 @@ msgstr "Erlaube Online Angebote und Vorlagen" #. module: sale #: field:sale.config.settings,group_discount_per_so_line:0 msgid "Allow setting a discount on the sales order lines" -msgstr "Ermöglicht die Eingabe von Rabatt für einzelne Auftragspositionen" +msgstr "" +"Ermöglichen Sie die Eingabe von Rabatt für einzelne Auftragspositionen" #. module: sale #: help:sale.config.settings,module_warning:0 @@ -532,7 +544,7 @@ msgstr "" #. module: sale #: field:sale.config.settings,group_uom:0 msgid "Allow using different units of measure" -msgstr "Ermöglicht die Nutzung verschiedener Mengeneinheiten" +msgstr "Ermöglichen Sie die Nutzung verschiedener Mengeneinheiten" #. module: sale #: help:sale.config.settings,module_account_analytic_analysis:0 @@ -569,14 +581,14 @@ msgid "" "Manage Related Stock.\n" "-This installs the module sale_stock." msgstr "" -"Ermöglicht die Erstellung von Angeboten oder Aufträgen mit unterschiedlichen " -"Liefer- und Lagerbedingungen.\n" +"Ermöglichen Sie die Erstellung von Angeboten oder Aufträgen mit " +"unterschiedlichen Liefer- und Lagerbedingungen.\n" "- Es wird das Modul sale_stock installiert." #. module: sale #: help:sale.config.settings,group_discount_per_so_line:0 msgid "Allows you to apply some discount per sales order line." -msgstr "Ermöglicht die Vergabe von Rabatt je Auftragsposition" +msgstr "Ermöglichen Sie die Vergabe von Rabatt je Auftragsposition" #. module: sale #: help:sale.config.settings,module_sale_journal:0 @@ -611,7 +623,7 @@ msgstr "" msgid "" "Allows you to select and maintain different units of measure for products." msgstr "" -"Ermöglicht die Auswahl und Verwaltung verschiedener Mengeneinheiten für " +"Ermöglichen Sie die Auswahl und Verwaltung verschiedener Mengeneinheiten für " "Produkte." #. module: sale @@ -625,11 +637,10 @@ msgid "" "Allows you to specify different delivery and invoice addresses on a sales " "order." msgstr "" -"Ermöglicht verschiedene Adressen bei Lieferschein und Rechnung eines " +"Ermöglichen Sie verschiedene Adressen bei Lieferschein und Rechnung eines " "Auftrags." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Kostenstelle" @@ -650,7 +661,7 @@ msgid "Before Delivery" msgstr "Vor Lieferung" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -704,19 +715,19 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Der Auftrag kann nicht abgebrochen werden!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Kann eine Auftragszeile im Status '%s' nicht löschen." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -778,7 +789,7 @@ msgid "Company" msgstr "Unternehmen" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -882,11 +893,12 @@ msgstr "Währung" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kunde" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Ausgangsrechnungen" @@ -1040,15 +1052,15 @@ msgstr "E-Mail Assistent" #. module: sale #: model:res.groups,name:sale.group_invoice_so_lines msgid "Enable Invoicing Sales order lines" -msgstr "Abrechnung einzelner Auftragspositionen erlauben" +msgstr "Einzelne Auftragspositionen abrechnen" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Fehler!" @@ -1069,7 +1081,7 @@ msgid "False" msgstr "Ungültig" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1206,7 +1218,7 @@ msgid "If checked new messages require your attention." msgstr "Wenn aktiviert, erfordern neue Nachrichten Ihr Handeln" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1226,7 +1238,7 @@ msgid "In Progress" msgstr "In Arbeit" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1241,9 +1253,9 @@ msgid "Incorrect Data" msgstr "Fehlerhafte Daten" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ungültige Aktion!" @@ -1333,7 +1345,7 @@ msgid "Invoice created" msgstr "Abrechnung erstellt" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Rechnung bezahlt" @@ -1457,19 +1469,19 @@ msgid "New Mail" msgstr "Neue E-Mail" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Es ist kein Kunde definiert!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Keine Preisliste! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Keine gültige Preisliste gefunden" @@ -1529,11 +1541,6 @@ msgstr "Öffne Menü Verkauf" msgid "Order" msgstr "Auftrag" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Auftragsdatum" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1547,6 +1554,7 @@ msgstr "Auftragszeilen für Rechnung" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Auftragsdatum" @@ -1598,7 +1606,6 @@ msgstr "Bezahlt" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1624,13 +1631,13 @@ msgid "Percentage" msgstr "Prozentsatz" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Weisen Sie ein Ertragskonto für dieses Produkt zu: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1653,7 +1660,7 @@ msgid "Pricelist" msgstr "Preisliste" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Preisliste Warnung!" @@ -1685,10 +1692,10 @@ msgstr "Beschaffung" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1778,7 +1785,7 @@ msgid "Quotation confirmed" msgstr "Auftrag bestätigt" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Angebot erstellt" @@ -1829,11 +1836,6 @@ msgstr "Neuabschlüsse pro Zeitraum" msgid "Recreate Invoice" msgstr "Wiederherstellung Rechnung" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Basis Mengeneinheit" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1859,10 +1861,15 @@ msgstr "Umsatz erstellter Angebote pro Monat" msgid "Revenue of sent invoices per month." msgstr "Abgerechnete Umsätze pro Monat" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Auftragspositionen" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" -msgstr "Verkaufsauftragszeile Erzeuge Rechnung" +msgstr "Abrechnung einer einzelnen Auftragsposition" #. module: sale #: selection:sale.order,state:0 @@ -1894,14 +1901,18 @@ msgstr "Anzahlungsrechnung" msgid "Sales Analysis" msgstr "Statistik Verkäufe" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Verkauf erstellt Rechnung" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -2013,11 +2024,6 @@ msgstr "Verkaufsteams" msgid "Sales in Exception" msgstr "Fehlerhafte Verkäufe" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Auftragszeile" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2196,7 +2202,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Der Wert einer Anzahlung muss positiv sein" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2206,7 +2212,7 @@ msgstr "" "Einstellung bei den Produkt Kategorien hinterlegt wurde." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Es gibt noch kein zugewiesenes Unternehmen für diesen Benutzer." @@ -2467,7 +2473,7 @@ msgstr "Warteliste" #. module: sale #: view:sale.config.settings:sale.view_sales_config msgid "Warehouse Features" -msgstr "Lager Eigenschaften" +msgstr "Lagereigenschaften" #. module: sale #: code:addons/sale/wizard/sale_line_invoice.py:107 @@ -2498,14 +2504,14 @@ msgid "What do you want to invoice?" msgstr "Was möchten Sie abrechnen ?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Sie können keine Auftragsposition abbrechen, die bereits abgerechnet wurde." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2518,7 +2524,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Sie können nicht abrechnen, wenn der Auftrag nicht bestätigt ist" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2527,7 +2533,7 @@ msgstr "" "Partner gruppiert werden." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2550,4 +2556,10 @@ msgstr "Ihre Referenz:" #. module: sale #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" -msgstr "" +msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Auftragsdatum" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Basis Mengeneinheit" diff --git a/addons/sale/i18n/el.po b/addons/sale/i18n/el.po index 1189f5dcfef..d1077a106d6 100644 --- a/addons/sale/i18n/el.po +++ b/addons/sale/i18n/el.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact:
    ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Αναλυτικός Λογαριασμός" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Ακυρώθηκε" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Εταιρία" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Πελάτης" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Σε Εξέλιξη" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Εντολή" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Ημερομηνία Παραγγελίας" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Πληρωμένα" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Συνεργάτης" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Τιμοκατάλογος" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Προϊόν" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Επαναδημιουργία Τιμολογίου" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Γραμμή Εντολής Πώλησης" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Ανάλυση Πωλήσεων" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Πωλήσεις Δημιουργία Τιμολογίου" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Πωλήσεις σε Εξαίρεση" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Ημερομηνία Παραγγελίας" diff --git a/addons/sale/i18n/es.po b/addons/sale/i18n/es.po index 627bf16c2a9..2db825114d7 100644 --- a/addons/sale/i18n/es.po +++ b/addons/sale/i18n/es.po @@ -7,15 +7,198 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-22 17:59+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 00:55+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-23 07:56+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hola ${object.partner_id.name},

    \n" +" \n" +"

    Aquí está su ${object.state in ('draft', 'sent') and 'presupuesto' or " +"'confirmación de pedido'} de ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCIAS
    \n" +"   Nº de pedido: ${object.name}
    \n" +"   Total del pedido: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Fecha del pedido: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Referencia del pedido: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Su referencia: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Su contacto: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    También es posible pagar directamente con Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Si tiene alguna pregunta, no dude en contactar con nosotros.

    \n" +"

    Gracias por escoger a ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Teléfono:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " #. module: sale #: field:product.product,sales_count:0 @@ -85,197 +268,6 @@ msgstr "" "* El estado 'Cancelado' se establece cuando un usuario cancela el pedido de " "venta asociado." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hola ${object.partner_id.name},

    \n" -" \n" -"

    Aquí tiene su ${object.state in ('draft', 'sent') and 'presupuesto' " -"or 'confirmación de pedido'} de ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCIAS
    \n" -"   Nº pedido: ${object.name}
    \n" -"   Total del pedido: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Fecha del pedido: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Referencia del pedido: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Su referencia: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Su contacto: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" Puede ver su presupuesto en línea:\n" -"

    \n" -" Ver ${object.state in " -"('draft', 'sent') and 'presupuesto' or 'pedido'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    También es posible pagarlo directamente con Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Si tiene alguna pregunta, no dude en contactarnos.

    \n" -"

    Gracias por elegir ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Teléfono:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web: ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -622,7 +614,6 @@ msgstr "" "pedidos de venta." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cuenta analítica" @@ -643,7 +634,7 @@ msgid "Before Delivery" msgstr "Antes del envío" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -697,20 +688,20 @@ msgid "Cancelled" msgstr "Cancelado" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "¡No se puede cancelar este pedido de venta!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" "No se puede eliminar una línea de pedido de venta que está en estado '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -771,7 +762,7 @@ msgid "Company" msgstr "Compañía" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -875,11 +866,12 @@ msgstr "Moneda" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Facturas de cliente" @@ -1036,12 +1028,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Activar facturación de las líneas de pedido de venta" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1062,7 +1054,7 @@ msgid "False" msgstr "Falso" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Primero cancele todas las facturas relativas a este pedido de venta." @@ -1201,7 +1193,7 @@ msgid "If checked new messages require your attention." msgstr "Si está marcado, hay nuevos mensajes que requieren su atención" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1221,7 +1213,7 @@ msgid "In Progress" msgstr "En proceso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1235,9 +1227,9 @@ msgid "Incorrect Data" msgstr "Datos incorrectos" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "¡Acción no válida!" @@ -1328,7 +1320,7 @@ msgid "Invoice created" msgstr "Factura creada" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Factura pagada" @@ -1452,19 +1444,19 @@ msgid "New Mail" msgstr "Nuevo correo" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "No hay un cliente definido" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "¡No hay tarifa! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "¡No se ha encontrado una linea de tarifa valida!" @@ -1526,11 +1518,6 @@ msgstr "Abrir menú de ventas" msgid "Order" msgstr "Pedido" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Fecha pedido" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1544,6 +1531,7 @@ msgstr "Pedidos de venta a facturar" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Mes del pedido" @@ -1595,7 +1583,6 @@ msgstr "Pagado" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1621,14 +1608,14 @@ msgid "Percentage" msgstr "Porcentaje" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Defina por favor la cuenta de ingresos para este producto:\"%s\"(id: %id)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1651,7 +1638,7 @@ msgid "Pricelist" msgstr "Tarifa" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "¡Advertencia de la lista de precios!" @@ -1683,10 +1670,10 @@ msgstr "Abastecimientos" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1776,7 +1763,7 @@ msgid "Quotation confirmed" msgstr "Presupuesto confirmado" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Presupuesto creado" @@ -1827,11 +1814,6 @@ msgstr "Proporción de pedidos de venta validados por duración" msgid "Recreate Invoice" msgstr "Volver a Crear factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Unidad de medida de referencia" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1858,6 +1840,11 @@ msgstr "Ingresos de presupuestos creados por mes." msgid "Revenue of sent invoices per month." msgstr "Ingresos de facturas enviadas por mes." +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Línea pedido de venta" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1893,14 +1880,18 @@ msgstr "Ventas. Anticipo pago factura" msgid "Sales Analysis" msgstr "Análisis de ventas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "Canal de ventas" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Ventas. Realizar factura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -2012,11 +2003,6 @@ msgstr "Equipos de ventas" msgid "Sales in Exception" msgstr "Ventas en excepción" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Línea del pedido de venta" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2194,7 +2180,7 @@ msgid "The value of Advance Amount must be positive." msgstr "El valor del importe avanzado debe ser positivo." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2204,7 +2190,7 @@ msgstr "" "para las propiedades por defecto de las categorías de producto." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "No hay compañía por defecto para el usuario actual" @@ -2491,14 +2477,14 @@ msgid "What do you want to invoice?" msgstr "¿Qué quiere facturar?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "No se puede cancelar una línea de pedido de venta que ya se ha facturado." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "No puede confirmar un pedido de venta que no tiene ninguna línea." @@ -2511,7 +2497,7 @@ msgstr "" "No puede crear una factura cuando el pedido de venta aún no se ha confirmado." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2519,7 +2505,7 @@ msgstr "" "No puede agrupar ventas con diferentes monedas para el mismo cliente." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2543,3 +2529,9 @@ msgstr "Su referencia:" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "Grupo de dirección de entrega de venta" + +#~ msgid "Order Date" +#~ msgstr "Fecha pedido" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Unidad de medida de referencia" diff --git a/addons/sale/i18n/es_AR.po b/addons/sale/i18n/es_AR.po index 1a7aea0cc9e..41d68a273bf 100644 --- a/addons/sale/i18n/es_AR.po +++ b/addons/sale/i18n/es_AR.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -73,104 +172,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -438,7 +439,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cuenta analítica" @@ -459,7 +459,7 @@ msgid "Before Delivery" msgstr "Antes del envío" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -511,19 +511,19 @@ msgid "Cancelled" msgstr "Cancelada" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -580,7 +580,7 @@ msgid "Company" msgstr "Compañía" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -684,11 +684,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -843,12 +844,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "¡Error!" @@ -869,7 +870,7 @@ msgid "False" msgstr "Falso" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Primero cancele todas las facturas relativas a este pedido de venta." @@ -986,7 +987,7 @@ msgid "If checked new messages require your attention." msgstr "Si está marcado, nuevos mensajes requieren su atención." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1004,7 +1005,7 @@ msgid "In Progress" msgstr "En proceso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1017,9 +1018,9 @@ msgid "Incorrect Data" msgstr "Datos incorrectos" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1105,7 +1106,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1229,19 +1230,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1295,11 +1296,6 @@ msgstr "" msgid "Order" msgstr "Orden" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1313,6 +1309,7 @@ msgstr "Lineas de pedido a facturar" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1364,7 +1361,6 @@ msgstr "Pagada" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1390,14 +1386,14 @@ msgid "Percentage" msgstr "Porcentaje" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Por favor devina la cuenta de ingresos para este producto: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1419,7 +1415,7 @@ msgid "Pricelist" msgstr "Lista de Precios" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "¡Advertencia de la lista de precios!" @@ -1451,10 +1447,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1544,7 +1540,7 @@ msgid "Quotation confirmed" msgstr "Presupuesto confirmado" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1595,11 +1591,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Re-generar Factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1625,6 +1616,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Línea de orden de venta" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1660,14 +1656,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Ventas. Realizar factura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1777,11 +1777,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Ventas en excepción" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1951,7 +1946,7 @@ msgid "The value of Advance Amount must be positive." msgstr "El valor del monto de adelanto debe ser positivo" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1961,7 +1956,7 @@ msgstr "" "propiedades por defecto de las categorías de producto." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2212,13 +2207,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2230,7 +2225,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2238,7 +2233,7 @@ msgstr "" "No puede agrupar ventas con diferentes monedas para el mismo cliente." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/es_BO.po b/addons/sale/i18n/es_BO.po index adab387d572..983af9e6979 100644 --- a/addons/sale/i18n/es_BO.po +++ b/addons/sale/i18n/es_BO.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Bolivia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/es_CL.po b/addons/sale/i18n/es_CL.po index 3f92358bcec..dc2b905ebda 100644 --- a/addons/sale/i18n/es_CL.po +++ b/addons/sale/i18n/es_CL.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cuenta analítica" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Compañía" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "En proceso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1100,7 +1101,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1224,19 +1225,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1290,11 +1291,6 @@ msgstr "" msgid "Order" msgstr "Pedido" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Fecha pedido" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1308,6 +1304,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1359,7 +1356,6 @@ msgstr "Pagado" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1385,13 +1381,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1413,7 +1409,7 @@ msgid "Pricelist" msgstr "Tarifa" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1445,10 +1441,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1538,7 +1534,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1589,11 +1585,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Volver a Crear factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1620,6 +1611,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Línea pedido de venta" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1655,14 +1651,18 @@ msgstr "Ventas. Anticipo pago factura" msgid "Sales Analysis" msgstr "Análisis de ventas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Realizar facturas de Venta" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1772,11 +1772,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Ventas en excepción" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1946,7 +1941,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1954,7 +1949,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2214,13 +2209,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2232,14 +2227,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2263,3 +2258,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Fecha pedido" diff --git a/addons/sale/i18n/es_CR.po b/addons/sale/i18n/es_CR.po index e5bd4171aee..5a8afc19ab8 100644 --- a/addons/sale/i18n/es_CR.po +++ b/addons/sale/i18n/es_CR.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cuenta analítica" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Compañía" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Facturas de cliente" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -996,7 +997,7 @@ msgid "In Progress" msgstr "En proceso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1009,9 +1010,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1102,7 +1103,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1226,19 +1227,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "¡No Lista de precios! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "¡No válida línea de la lista de precios encontrado! :" @@ -1292,11 +1293,6 @@ msgstr "" msgid "Order" msgstr "Pedido" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Fecha pedido" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1310,6 +1306,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1361,7 +1358,6 @@ msgstr "Pagado" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1387,13 +1383,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1415,7 +1411,7 @@ msgid "Pricelist" msgstr "Tarifa" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "¡Advertencia Lista de precios!" @@ -1447,10 +1443,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1540,7 +1536,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1591,11 +1587,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Volver a Crear factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1622,6 +1613,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Línea pedido de venta" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1657,14 +1653,18 @@ msgstr "Ventas. Anticipo pago factura" msgid "Sales Analysis" msgstr "Análisis de ventas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Ventas. Realizar factura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1775,11 +1775,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Ventas en excepción" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1949,7 +1944,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1957,7 +1952,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2217,13 +2212,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2235,7 +2230,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2244,7 +2239,7 @@ msgstr "" "pareja." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2269,3 +2264,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Fecha pedido" diff --git a/addons/sale/i18n/es_EC.po b/addons/sale/i18n/es_EC.po index 2567b2d001d..d29b6830f9a 100644 --- a/addons/sale/i18n/es_EC.po +++ b/addons/sale/i18n/es_EC.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cuenta analítica" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Cancelado" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Compañia" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "En proceso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Orden" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Fecha de orden" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Pagado" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Tarifa" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Volver a Crear factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Línea de pedido" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Análisis de ventas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Ventas en excepción" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Fecha de orden" diff --git a/addons/sale/i18n/es_MX.po b/addons/sale/i18n/es_MX.po index 7df19033a15..d9b24c675fc 100644 --- a/addons/sale/i18n/es_MX.po +++ b/addons/sale/i18n/es_MX.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cuenta Analítica" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "Antes de la entrega" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Cancelado/a" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "¡No se pudo cancelar este pedido de vetas!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Compañía" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Facturas de cliente" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "¡Error!" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -977,7 +978,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -997,7 +998,7 @@ msgid "In Progress" msgstr "En proceso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1010,9 +1011,9 @@ msgid "Incorrect Data" msgstr "Datos incorrectos" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "¡Acción inválida!" @@ -1103,7 +1104,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1227,19 +1228,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "¡No hay tarifa! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "¡No se ha encontrado una linea de tarifa válida!" @@ -1293,11 +1294,6 @@ msgstr "" msgid "Order" msgstr "Pedidos" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Fecha de pedido" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1311,6 +1307,7 @@ msgstr "Líneas de pedido a facturar" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1362,7 +1359,6 @@ msgstr "Pagado" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Empresa" @@ -1388,14 +1384,14 @@ msgid "Percentage" msgstr "Porcentaje" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Por favor define una cuenta de ingreso para este producto: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1417,7 +1413,7 @@ msgid "Pricelist" msgstr "Tarifa" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "¡Advertencia de la lista de precios!" @@ -1449,10 +1445,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Producto" @@ -1542,7 +1538,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1593,11 +1589,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Volver a crear factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referencia de unidad de medida" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1624,6 +1615,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1659,14 +1655,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Análisis de ventas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Ventas. Realizar factura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1776,11 +1776,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Ventas en excepción" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1950,7 +1945,7 @@ msgid "The value of Advance Amount must be positive." msgstr "El importe tiene que ser valor positivo" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1958,7 +1953,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2218,13 +2213,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2236,7 +2231,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2244,7 +2239,7 @@ msgstr "" "No puede agrupar ventas con diferentes monedas para el mismo cliente." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2267,3 +2262,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Fecha de pedido" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referencia de unidad de medida" diff --git a/addons/sale/i18n/es_PE.po b/addons/sale/i18n/es_PE.po index fc65aed6d64..1e1e09a94de 100644 --- a/addons/sale/i18n/es_PE.po +++ b/addons/sale/i18n/es_PE.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/et.po b/addons/sale/i18n/et.po index 40d61359e28..3d0da29864b 100644 --- a/addons/sale/i18n/et.po +++ b/addons/sale/i18n/et.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analüütiline konto" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Ettevõte" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Klient" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Töös" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Korraldus" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Korralduse kuupäev" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Tasutud" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Hinnakiri" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Toode" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Loo arve uuesti" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Müügikorralduse rida" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Müügid erandis" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Korralduse kuupäev" diff --git a/addons/sale/i18n/eu.po b/addons/sale/i18n/eu.po index 244630c9ea9..b0e52225af1 100644 --- a/addons/sale/i18n/eu.po +++ b/addons/sale/i18n/eu.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Kontu analitikoa" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Ezeztatua" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Enpresa" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "Moneta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Gaitu salmenta lerroen fakturazioa" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Errorea!" @@ -861,7 +862,7 @@ msgid "False" msgstr "Okerra" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Lehendabizi ezeztatu eskari honi loturiko fakturak." @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Lanean" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "Datu okerra" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ekintza okerra!" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "Ireki salmenta menua" msgid "Order" msgstr "Eskaria" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Eskari data" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "Eskari lerroak fakturatzeko" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Ordainduta" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Enpresa" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Prezio zerrenda abisua!" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "Aurrekontua baieztatuta" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Birsortu faktura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Neurketa unitate erreferentzia" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Salmentak salbuespenean" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Eskari data" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Neurketa unitate erreferentzia" diff --git a/addons/sale/i18n/fi.po b/addons/sale/i18n/fi.po index 092decb3217..6a71c2ce2f0 100644 --- a/addons/sale/i18n/fi.po +++ b/addons/sale/i18n/fi.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 08:57+0000\n" +"Last-Translator: Mikko Salmela \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -331,7 +332,7 @@ msgstr "Jakelukumppani" #. module: sale #: field:sale.config.settings,group_sale_delivery_address:0 msgid "Allow a different address for delivery and invoicing " -msgstr "" +msgstr "Salli eri osoite toimitukselle ja laskulle. " #. module: sale #: field:sale.config.settings,module_sale_journal:0 @@ -351,7 +352,7 @@ msgstr "" #. module: sale #: field:sale.config.settings,group_discount_per_so_line:0 msgid "Allow setting a discount on the sales order lines" -msgstr "Sallii alennuksen asettamisen myyntitilauksen riveille" +msgstr "Salli alennusten asettaminen myyntitilausriveille" #. module: sale #: help:sale.config.settings,module_warning:0 @@ -365,7 +366,7 @@ msgstr "" #. module: sale #: field:sale.config.settings,group_uom:0 msgid "Allow using different units of measure" -msgstr "" +msgstr "Salli eri mittayksiköiden käyttö" #. module: sale #: help:sale.config.settings,module_account_analytic_analysis:0 @@ -437,7 +438,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analyyttinen tili" @@ -458,7 +458,7 @@ msgid "Before Delivery" msgstr "Ennen tilausta" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -512,19 +512,19 @@ msgid "Cancelled" msgstr "Peruutettu" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Tätä myyntitilausta ei voi peruuttaa!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Tilassa '%s' olevaa myyntitilauksen riviä ei voi poistaa." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -583,7 +583,7 @@ msgid "Company" msgstr "Yritys" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -687,11 +687,12 @@ msgstr "Valuutta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Asiakas" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Asiakkaan laskut" @@ -846,12 +847,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Salli myyntitilauksen rivien laskutus" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Virhe!" @@ -872,7 +873,7 @@ msgid "False" msgstr "Virheellinen" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Peruuta ensin kaikki tähän myyntitilaukseen kytketyt laskut." @@ -989,7 +990,7 @@ msgid "If checked new messages require your attention." msgstr "Jos valittu, uudet viestit vaativat huomiosi." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1009,7 +1010,7 @@ msgid "In Progress" msgstr "Käsittelyssä" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1022,9 +1023,9 @@ msgid "Incorrect Data" msgstr "Virheellinen tieto" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Virheellinen toiminto!" @@ -1115,7 +1116,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1239,19 +1240,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Ei hinnastoa ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Ei löytynyt voimassaolevaa hinnastoriviä! :" @@ -1305,11 +1306,6 @@ msgstr "Avaa myyntivalikko" msgid "Order" msgstr "Tilaa" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Tilauspäivä" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1323,6 +1319,7 @@ msgstr "Tilausrivit laskulle" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1375,7 +1372,6 @@ msgstr "Maksettu" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Kumppani" @@ -1401,13 +1397,13 @@ msgid "Percentage" msgstr "Prosenttia" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Määrittele myyntitili tälle tuotteelle: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Määritä myynnin päiväkirja tälle yritykselle: \"%s\" (id:%d)." @@ -1429,7 +1425,7 @@ msgid "Pricelist" msgstr "Hinnasto" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Hinnaston varoitus" @@ -1461,10 +1457,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Tuote" @@ -1554,7 +1550,7 @@ msgid "Quotation confirmed" msgstr "Myyntitarjous vahvistettu" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1605,11 +1601,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Laskun uudelleenluonti" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referenssiyksikkö" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1635,6 +1626,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Myyntitilausrivi" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1670,14 +1666,18 @@ msgstr "Myynnin ennakkolasku" msgid "Sales Analysis" msgstr "Myyntianalyysi" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Myynti luo lasku" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1789,11 +1789,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Myynnit joissa poikkeus" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1963,7 +1958,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Ennakkomaksu oltava positiivinen." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1973,7 +1968,7 @@ msgstr "" "tuotekategorioille." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2231,13 +2226,13 @@ msgid "What do you want to invoice?" msgstr "Mitä haluat laskuttaa?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Laskutettua myyntitilausriviä ei voi peruuttaa!" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Et voi vahvistaa myyntitilausta, jolla ei ole yhtään riviä." @@ -2249,7 +2244,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Et voi luoda laskua ennen kuin myyntitilaus on vahvistettu." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2257,7 +2252,7 @@ msgstr "" "Et voi ryhmitellä samalle kumppanille myyntejä, jotka ovat eri valuutoissa." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2281,3 +2276,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Tilauspäivä" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referenssiyksikkö" diff --git a/addons/sale/i18n/fr.po b/addons/sale/i18n/fr.po index dfc94e9a02d..b3e8a1d5132 100644 --- a/addons/sale/i18n/fr.po +++ b/addons/sale/i18n/fr.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 09:12+0000\n" +"Last-Translator: Philippe Mayjonade \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -83,104 +182,6 @@ msgstr "" "* L'état \"Annulée\" est mis lorsque l'utilisateur annule la commande " "associée." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -352,6 +353,7 @@ msgstr "Partenaire alloti" #: field:sale.config.settings,group_sale_delivery_address:0 msgid "Allow a different address for delivery and invoicing " msgstr "" +"Autoriser une adresse différente pour la livraison et la facturation " #. module: sale #: field:sale.config.settings,module_sale_journal:0 @@ -461,9 +463,10 @@ msgid "" "Allows you to specify different delivery and invoice addresses on a sales " "order." msgstr "" +"Permet de définir des adresses de livraison et de facturation distinctes " +"dans les commandes de vente." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Compte analytique" @@ -484,7 +487,7 @@ msgid "Before Delivery" msgstr "Avant livraison" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -501,7 +504,7 @@ msgstr "" #. module: sale #: model:ir.filters,name:sale.filter_sale_report_salespersons msgid "By Salespersons" -msgstr "" +msgstr "Par vendeur" #. module: sale #: model:ir.filters,name:sale.filter_sale_report_salesteam @@ -538,20 +541,20 @@ msgid "Cancelled" msgstr "Annulée" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Impossible d'annuler cette commande !" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" "Impossible de supprimer une ligne de commande qui est dans l'état \"%s\"." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -611,7 +614,7 @@ msgid "Company" msgstr "Société" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -715,11 +718,12 @@ msgstr "Devise" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Client" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Factures clients" @@ -874,12 +878,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Activer la facturation par ligne de commande" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Erreur !" @@ -900,7 +904,7 @@ msgid "False" msgstr "Faux" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "D'abord annuler toutes les factures liées à cette commande client." @@ -1025,7 +1029,7 @@ msgid "If checked new messages require your attention." msgstr "Si coché, de nouveaux messages demandent votre attention." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1045,7 +1049,7 @@ msgid "In Progress" msgstr "En cours" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1058,9 +1062,9 @@ msgid "Incorrect Data" msgstr "Données Incorrectes" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Action incorrecte !" @@ -1117,7 +1121,7 @@ msgstr "" #. module: sale #: help:sale.order,partner_invoice_id:0 msgid "Invoice address for current sales order." -msgstr "Adresse de facturation pour le bon de commandes actuel" +msgstr "Adresse de facturation pour le bon de commande actuel" #. module: sale #: view:website:sale.report_saleorder_document @@ -1127,7 +1131,7 @@ msgstr "" #. module: sale #: view:website:sale.report_saleorder_document msgid "Invoice and shipping address:" -msgstr "" +msgstr "Adresse de facturation et livraison" #. module: sale #: code:addons/sale/wizard/sale_line_invoice.py:107 @@ -1151,7 +1155,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1275,19 +1279,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Pas de liste de prix ! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Pas de ligne de liste de prix correcte trouvée ! :" @@ -1347,11 +1351,6 @@ msgstr "Ouvrir le menu \"Vente\"" msgid "Order" msgstr "Commande" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Date de commande" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1365,6 +1364,7 @@ msgstr "Lignes de commande à facturer" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1416,7 +1416,6 @@ msgstr "Payé" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partenaire" @@ -1442,14 +1441,14 @@ msgid "Percentage" msgstr "Pourcentage" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Veuillez définir un compte de revenu pour cet article : \"%s\" (id. : %d)" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1472,7 +1471,7 @@ msgid "Pricelist" msgstr "Liste de prix" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Avertissement sur liste de prix!" @@ -1504,10 +1503,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Article" @@ -1569,7 +1568,7 @@ msgstr "Devis / Commande" #. module: sale #: view:website:sale.report_saleorder_document msgid "Quotation Date:" -msgstr "" +msgstr "Date du devis:" #. module: sale #: view:sale.order:sale.view_quotation_tree @@ -1597,7 +1596,7 @@ msgid "Quotation confirmed" msgstr "Devis confirmé" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1648,11 +1647,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Recréer la Facture" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Unité de mesure de réference" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1678,6 +1672,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Ligne de commande" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1713,14 +1712,18 @@ msgstr "Facture de paiement d'avance" msgid "Sales Analysis" msgstr "Analyse des ventes" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Vente : Facturer" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1832,11 +1835,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Commandes avec incidents" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1855,7 +1853,7 @@ msgstr "Vendeur" #. module: sale #: view:website:sale.report_saleorder_document msgid "Salesperson:" -msgstr "" +msgstr "Vendeur:" #. module: sale #: view:sale.order:sale.view_sales_order_filter @@ -1914,7 +1912,7 @@ msgstr "Incident d'expédition" #. module: sale #: view:website:sale.report_saleorder_document msgid "Shipping address :" -msgstr "Adresse de livraison :" +msgstr "Adresse de livraison:" #. module: sale #: view:sale.advance.payment.inv:sale.view_sale_advance_payment_inv @@ -2012,7 +2010,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Le montant de l'avance doit être positif" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2022,7 +2020,7 @@ msgstr "" "comme propriété par défaut des catégories d'articles." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2152,7 +2150,7 @@ msgstr "Total taxes incluses" #. module: sale #: view:website:sale.report_saleorder_document msgid "Total Without Taxes" -msgstr "" +msgstr "Total HT" #. module: sale #: field:sale.config.settings,module_sale_stock:0 @@ -2290,7 +2288,7 @@ msgid "What do you want to invoice?" msgstr "Que voulez-vous facturer ?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" @@ -2298,7 +2296,7 @@ msgstr "" "facturée." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Vous ne pouvez pas confirmer une commande sans ligne." @@ -2312,7 +2310,7 @@ msgstr "" "confirmée." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2321,7 +2319,7 @@ msgstr "" "différentes pour un même partenaire." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2346,3 +2344,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Date de commande" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Unité de mesure de réference" diff --git a/addons/sale/i18n/fr_CA.po b/addons/sale/i18n/fr_CA.po index 51cc0ce0354..2eac1bc712a 100644 --- a/addons/sale/i18n/fr_CA.po +++ b/addons/sale/i18n/fr_CA.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -982,7 +983,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1000,7 +1001,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1013,9 +1014,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1101,7 +1102,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1225,19 +1226,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1291,11 +1292,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1309,6 +1305,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1360,7 +1357,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1386,13 +1382,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1414,7 +1410,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1446,10 +1442,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1539,7 +1535,7 @@ msgid "Quotation confirmed" msgstr "Soumission confirmée" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1590,11 +1586,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1620,6 +1611,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1655,14 +1651,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1772,11 +1772,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1946,7 +1941,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1954,7 +1949,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2211,13 +2206,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2229,14 +2224,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/gl.po b/addons/sale/i18n/gl.po index 93b8557e1c3..b9074459381 100644 --- a/addons/sale/i18n/gl.po +++ b/addons/sale/i18n/gl.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/he.po b/addons/sale/i18n/he.po index cbab66b18d6..e74612575a8 100644 --- a/addons/sale/i18n/he.po +++ b/addons/sale/i18n/he.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/hi.po b/addons/sale/i18n/hi.po index d04f2e70d0c..15e2d0eb539 100644 --- a/addons/sale/i18n/hi.po +++ b/addons/sale/i18n/hi.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "sale" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/hr.po b/addons/sale/i18n/hr.po index 7d93ae9e91c..b4dcbece373 100644 --- a/addons/sale/i18n/hr.po +++ b/addons/sale/i18n/hr.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -82,104 +181,6 @@ msgstr "" "odabrana. \n" "* Status 'Otkazano' je postavljen kada korisnik otkaže vezani prodajni nalog." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -456,7 +457,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Konto analitike" @@ -477,7 +477,7 @@ msgid "Before Delivery" msgstr "Prije otpreme" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -531,19 +531,19 @@ msgid "Cancelled" msgstr "Otkazano" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Ne možete otkazati ovaj prodajni nalog!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Ne možete obrisati prodajni nalog koji je u stanju '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -602,7 +602,7 @@ msgid "Company" msgstr "Tvrtka" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -706,11 +706,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kupac" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Izlazni računi" @@ -865,12 +866,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Omogući fakturiranje stavaka prodajnog naloga" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Greška!" @@ -891,7 +892,7 @@ msgid "False" msgstr "Netočno" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Prvo otkažite sve račune povezane sa ovim prodajnim nalogom." @@ -1015,7 +1016,7 @@ msgid "If checked new messages require your attention." msgstr "Ako je odabrano, nove poruke zahtijevaju Vašu pažnju." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1035,7 +1036,7 @@ msgid "In Progress" msgstr "U tijeku" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1048,9 +1049,9 @@ msgid "Incorrect Data" msgstr "Netočni podaci" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Nevažeća akcija" @@ -1140,7 +1141,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1264,19 +1265,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Nema cjenika! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nije pronađena odgovarajuća stavka cjenika" @@ -1336,11 +1337,6 @@ msgstr "Otvori izbornik prodaje" msgid "Order" msgstr "Nalog" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Datum naloga" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1354,6 +1350,7 @@ msgstr "Stavke naloga u račun" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1405,7 +1402,6 @@ msgstr "Plaćeno" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1431,13 +1427,13 @@ msgid "Percentage" msgstr "Postotak" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Molimo definirajte račun dohotka za ovaj proizvod \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1460,7 +1456,7 @@ msgid "Pricelist" msgstr "Cjenik" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Upozorenje cjenovnika!" @@ -1492,10 +1488,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Artikl" @@ -1585,7 +1581,7 @@ msgid "Quotation confirmed" msgstr "Ponuda potvrđena" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1636,11 +1632,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Ponovno izradi fakturu" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referentna JM" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1666,6 +1657,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Vezana Zaključnica" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1701,14 +1697,18 @@ msgstr "Faktura za predujam" msgid "Sales Analysis" msgstr "Analiza prodaje" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Faktura obavljene prodaje" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1820,11 +1820,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Prodaje u iznimci" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2001,7 +1996,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Iznos avansa mora biti pozitivna." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2011,7 +2006,7 @@ msgstr "" "karakteristike proizvodnih kategorija." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2275,13 +2270,13 @@ msgid "What do you want to invoice?" msgstr "Što želite fakturirati?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Ne možete otkazati stavku prodajnog naloga koja je već fakturirana." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Ne možete potvrditi prodajni nalog bez stavaka." @@ -2293,7 +2288,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Ne možete izraditi račun kada prodajni nalog nije potvrđen." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2302,7 +2297,7 @@ msgstr "" "partnera" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2324,3 +2319,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referentna JM" + +#~ msgid "Order Date" +#~ msgstr "Datum naloga" diff --git a/addons/sale/i18n/hu.po b/addons/sale/i18n/hu.po index 42058ce909e..df73473fa60 100644 --- a/addons/sale/i18n/hu.po +++ b/addons/sale/i18n/hu.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -83,104 +182,6 @@ msgstr "" "* A 'Visszavon' állapot beállított, ha az idevonatkozó megrendelést egy " "felhasználó visszavonta." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -468,7 +469,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Gyűjtő/elemző könyvelés" @@ -489,7 +489,7 @@ msgid "Before Delivery" msgstr "Szállítás előtt" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -543,13 +543,13 @@ msgid "Cancelled" msgstr "Érvénytelenített" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Nem lehet megszakítani ezt a megrendelést!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" @@ -557,7 +557,7 @@ msgstr "" "'%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -618,7 +618,7 @@ msgid "Company" msgstr "Vállalat" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -723,11 +723,12 @@ msgstr "Pénznem" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Vevő" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Kimenő számlák" @@ -882,12 +883,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Vásárlói megrendelés sorai számlázásának engedélyezése" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Hiba!" @@ -908,7 +909,7 @@ msgid "False" msgstr "Hamis" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1034,7 +1035,7 @@ msgid "If checked new messages require your attention." msgstr "Ha be van jelölve, akkor figyelje az új üzeneteket." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1054,7 +1055,7 @@ msgid "In Progress" msgstr "Folyamatban" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1067,9 +1068,9 @@ msgid "Incorrect Data" msgstr "Hibás adat" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Érvénytelen lépés!" @@ -1159,7 +1160,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1283,19 +1284,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Nincs árlista ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nem található érvényes árlista sor ! :" @@ -1355,11 +1356,6 @@ msgstr "Értékesítési menü megnyitása" msgid "Order" msgstr "Megrendelés" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Megrendelés dátuma" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1373,6 +1369,7 @@ msgstr "Megrendelési sorok a számlához" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1424,7 +1421,6 @@ msgstr "Fizetve" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1450,14 +1446,14 @@ msgid "Percentage" msgstr "Százalék" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Kérem határozzon meg bevételi számlát ehhez a termékhez: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1480,7 +1476,7 @@ msgid "Pricelist" msgstr "Árlista" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Árlista figyelmeztés!" @@ -1512,10 +1508,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Termék" @@ -1605,7 +1601,7 @@ msgid "Quotation confirmed" msgstr "Árajánlat megerősítve" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1656,11 +1652,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Számla újrakészítése" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referencia mértékegység" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1688,6 +1679,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Rendelési tétel" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1723,14 +1719,18 @@ msgstr "Értékesítési Fizetési számla" msgid "Sales Analysis" msgstr "Értékesítési elemzés" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Számla generálása értékesítésből" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1843,11 +1843,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Hiba az értékesítés során" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2023,7 +2018,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Az előleg mennyiség értékének pozitívnak kell lennie" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2033,7 +2028,7 @@ msgstr "" "meghatározva az alapértelmezett termék kategória tulajdonságokban." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2300,7 +2295,7 @@ msgid "What do you want to invoice?" msgstr "Mit szeretne számlázni?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" @@ -2308,7 +2303,7 @@ msgstr "" "volt." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Nem tud megerősíteni tétel nélküli vevői megrendelést" @@ -2320,14 +2315,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Nem hozhat létre számlát ha a megrendelés nincs visszaigazolva." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "Nem csoportosíthat különböző devizákon értékesítést egy partnerhez." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2351,3 +2346,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Megrendelés dátuma" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referencia mértékegység" diff --git a/addons/sale/i18n/id.po b/addons/sale/i18n/id.po index bf9fe51883e..603e65f0471 100644 --- a/addons/sale/i18n/id.po +++ b/addons/sale/i18n/id.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Akun Analisis" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Dibatalkan" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Perusahaan" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Customer" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Dalam Proses" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1100,7 +1101,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1224,19 +1225,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1290,11 +1291,6 @@ msgstr "" msgid "Order" msgstr "Pesanan" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Tanggal Order" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1308,6 +1304,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1359,7 +1356,6 @@ msgstr "Dibayarkan" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Rekanan" @@ -1385,13 +1381,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1413,7 +1409,7 @@ msgid "Pricelist" msgstr "Harga" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1445,10 +1441,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produk" @@ -1538,7 +1534,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1589,11 +1585,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Buat faktur ulang" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1620,6 +1611,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1655,14 +1651,18 @@ msgstr "Pembayaran faktur penjualan" msgid "Sales Analysis" msgstr "Analisa Penjualan" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Sales membuat invoice" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1772,11 +1772,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Sales dalam Pengecualian" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1946,7 +1941,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1954,7 +1949,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2213,13 +2208,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2231,14 +2226,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2260,3 +2255,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Tanggal Order" diff --git a/addons/sale/i18n/is.po b/addons/sale/i18n/is.po index 63dead5d281..31df8a4003d 100644 --- a/addons/sale/i18n/is.po +++ b/addons/sale/i18n/is.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Viðskiptavinur" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Reikningar Viðskiptavinar" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Dags. Pöntunar" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Viðskipta aðili" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Viðvörun út frá verðlista!" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Sölur gera reikninga" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Dags. Pöntunar" diff --git a/addons/sale/i18n/it.po b/addons/sale/i18n/it.po index ae996139b38..b4456661fd1 100644 --- a/addons/sale/i18n/it.po +++ b/addons/sale/i18n/it.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -83,104 +182,6 @@ msgstr "" "* Lo stato 'Annullato' è impostato quando un utente annulla l'ordine di " "vendita relativo." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -465,7 +466,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Contabilità Analitica" @@ -486,7 +486,7 @@ msgid "Before Delivery" msgstr "Prima della Consegna" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -540,19 +540,19 @@ msgid "Cancelled" msgstr "Annullato" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Impossibile annullare l'ordine di vendita!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Impossibile eliminare un ordine di vendita in stato '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -613,7 +613,7 @@ msgid "Company" msgstr "Azienda" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -717,11 +717,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Fatture Clienti" @@ -876,12 +877,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Abilita la fatturazione delle linee dell'ordine di vendita" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Errore!" @@ -902,7 +903,7 @@ msgid "False" msgstr "Falso" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Cancellare prima tutte le fatture legate a questo ordine di vendita." @@ -1027,7 +1028,7 @@ msgid "If checked new messages require your attention." msgstr "Se selezionato, nuovi messaggi richiedono la tua attenzione" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1047,7 +1048,7 @@ msgid "In Progress" msgstr "In corso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1060,9 +1061,9 @@ msgid "Incorrect Data" msgstr "Dati Errati" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Azione non valida!" @@ -1152,7 +1153,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1276,19 +1277,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Nessun Listino!: " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nessun listino valido trovato!:" @@ -1348,11 +1349,6 @@ msgstr "Apri Menu Vendite" msgid "Order" msgstr "Ordine" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Data dell'ordine" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1366,6 +1362,7 @@ msgstr "Righe d'ordine da fatturare" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1417,7 +1414,6 @@ msgstr "Pagato" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1443,13 +1439,13 @@ msgid "Percentage" msgstr "Percentuale" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Definire un conto di ricavo per questo prodotto: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Definire il sezionale vendite per questa azienda: \"%s\" (id:%d)." @@ -1471,7 +1467,7 @@ msgid "Pricelist" msgstr "Listino Prezzi" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Avviso Listino!" @@ -1503,10 +1499,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Prodotto" @@ -1596,7 +1592,7 @@ msgid "Quotation confirmed" msgstr "Preventivo confermato" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1647,11 +1643,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Ricrea Fattura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Unità di Misura di Riferimento" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1677,6 +1668,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Riga Ordine di vendita" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1712,14 +1708,18 @@ msgstr "Anticipo su fattura di vendita" msgid "Sales Analysis" msgstr "Analisi delle vendite" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Crea fattura di vendita" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1831,11 +1831,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Vendite in Eccezione" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2011,7 +2006,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Il valore di Totale Acconto deve essere positivo." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2021,7 +2016,7 @@ msgstr "" "categoria prodotto." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2288,7 +2283,7 @@ msgid "What do you want to invoice?" msgstr "Cosa si vuole fatturare?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" @@ -2296,7 +2291,7 @@ msgstr "" "fatturata." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Non è possibile confermare un ordine di vendita che non ha righe." @@ -2308,7 +2303,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Non puoi creare una fattura per un ordine di vendita non confermato" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2316,7 +2311,7 @@ msgstr "" "Impossibile raggruppare vendite con diversa valuta per lo stesso partner." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2340,3 +2335,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Data dell'ordine" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Unità di Misura di Riferimento" diff --git a/addons/sale/i18n/ja.po b/addons/sale/i18n/ja.po index f6e9a9bfacb..c7780dee022 100644 --- a/addons/sale/i18n/ja.po +++ b/addons/sale/i18n/ja.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -76,104 +175,6 @@ msgstr "" "* 受注の明細が用意されると「完了」になります。\n" "* 受注を取り消すと「キャンセル済」が設定されます。" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -437,7 +438,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "分析アカウント" @@ -458,7 +458,7 @@ msgid "Before Delivery" msgstr "配送前" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -510,19 +510,19 @@ msgid "Cancelled" msgstr "キャンセル済" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "この受注は取消できません。" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "'%s'状態の受注明細は削除できません。" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -579,7 +579,7 @@ msgid "Company" msgstr "会社" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -683,11 +683,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "顧客" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "顧客請求書" @@ -842,12 +843,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "受注明細単位の請求を有効化" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -868,7 +869,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "始めにこの受注に紐づく全ての請求書を取り消してください。" @@ -985,7 +986,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1003,7 +1004,7 @@ msgid "In Progress" msgstr "進行中" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1016,9 +1017,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1107,7 +1108,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1231,19 +1232,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "価格リストがありません: " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "適切な価格リスト行が見つかりません:" @@ -1300,11 +1301,6 @@ msgstr "" msgid "Order" msgstr "オーダー" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "オーダー日" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1318,6 +1314,7 @@ msgstr "請求対象受注明細" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1369,7 +1366,6 @@ msgstr "支払済" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "パートナ" @@ -1395,13 +1391,13 @@ msgid "Percentage" msgstr "パーセント" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1423,7 +1419,7 @@ msgid "Pricelist" msgstr "価格リスト" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "価格リストの警告。" @@ -1455,10 +1451,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "製品" @@ -1548,7 +1544,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1599,11 +1595,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "請求書再作成" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "参照単位" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1629,6 +1620,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1664,14 +1660,18 @@ msgstr "受注前払請求書" msgid "Sales Analysis" msgstr "販売分析" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "受注による請求書作成" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1781,11 +1781,6 @@ msgstr "" msgid "Sales in Exception" msgstr "例外の受注" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1955,7 +1950,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1963,7 +1958,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2217,13 +2212,13 @@ msgid "What do you want to invoice?" msgstr "どの請求をしますか?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "請求済の受注明細は取り消せません。" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "明細のない受注は確定できません。" @@ -2235,14 +2230,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "同じパートナに対する異なった通貨を持つ受注はグループ化できません。" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2266,3 +2261,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "オーダー日" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "参照単位" diff --git a/addons/sale/i18n/ko.po b/addons/sale/i18n/ko.po index a254518cde1..4ccfe0b0df5 100644 --- a/addons/sale/i18n/ko.po +++ b/addons/sale/i18n/ko.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -73,104 +172,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -433,7 +434,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "분석 계정" @@ -454,7 +454,7 @@ msgid "Before Delivery" msgstr "배송 전" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -508,19 +508,19 @@ msgid "Cancelled" msgstr "취소됨" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "해당 판매 주문을 취소할 수 없음!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "'%s' 상태의 판매 주문 입력줄을 삭제할 수 없음." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -577,7 +577,7 @@ msgid "Company" msgstr "업체" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -681,11 +681,12 @@ msgstr "통화" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "고객" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "고객 송장" @@ -840,12 +841,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "판매 주문 입력줄 송장 발행 활성화" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "오류!" @@ -866,7 +867,7 @@ msgid "False" msgstr "거짓" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "먼저 해당 판매 주문에 첨부된 모든 송장을 취소하세요." @@ -981,7 +982,7 @@ msgid "If checked new messages require your attention." msgstr "체크할 경우, 새로운 메시지를 주목할 필요가 있습니다." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -999,7 +1000,7 @@ msgid "In Progress" msgstr "진행 중" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1012,9 +1013,9 @@ msgid "Incorrect Data" msgstr "올바르지 않은 데이터" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "유효하지 않은 액션!" @@ -1100,7 +1101,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1224,19 +1225,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "가격표가 없음 ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "유효한 가격표 입력줄을 찾을 수 없습니다 ! :" @@ -1290,11 +1291,6 @@ msgstr "판매 메뉴 열기" msgid "Order" msgstr "주문" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "주문일" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1308,6 +1304,7 @@ msgstr "송장 발행 대상 주문 입력줄" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1359,7 +1356,6 @@ msgstr "결제됨" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "협력업체" @@ -1385,13 +1381,13 @@ msgid "Percentage" msgstr "퍼센트" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "해당 상품의 소득금액을 정의하세요: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "해당 업체의 판매 장부를 정의하세요: \"%s\" (id:%d)." @@ -1413,7 +1409,7 @@ msgid "Pricelist" msgstr "가격표" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "가격표 경고!" @@ -1445,10 +1441,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "상품" @@ -1538,7 +1534,7 @@ msgid "Quotation confirmed" msgstr "견적 확정됨" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1589,11 +1585,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "송장 재생성" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "기준 계수 단위" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1619,6 +1610,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "판매 주문 라인" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1654,14 +1650,18 @@ msgstr "판매 선납 송장" msgid "Sales Analysis" msgstr "판매 분석" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1771,11 +1771,6 @@ msgstr "" msgid "Sales in Exception" msgstr "예외적인 판매" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1948,7 +1943,7 @@ msgid "The value of Advance Amount must be positive." msgstr "선지급액의 금액은 양수여야 합니다." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1956,7 +1951,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2207,13 +2202,13 @@ msgid "What do you want to invoice?" msgstr "송장 발행 대상은 어떤 것입니니까?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "이미 송장이 발행된 판매 주문 입력줄을 취소할 수 없습니다." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "입력줄이 존재하지 않는 판매 주문을 확정할 수 없습니다." @@ -2225,14 +2220,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "동일한 협력업체에 서로 다른 통화의 판매를 함께 분류할 수 없습니다." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2256,3 +2251,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "주문일" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "기준 계수 단위" diff --git a/addons/sale/i18n/lo.po b/addons/sale/i18n/lo.po index 789b66225e2..deb0990ef6c 100644 --- a/addons/sale/i18n/lo.po +++ b/addons/sale/i18n/lo.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/lt.po b/addons/sale/i18n/lt.po index 9fef08ca137..db53664a796 100644 --- a/addons/sale/i18n/lt.po +++ b/addons/sale/i18n/lt.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -442,7 +443,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analitinė sąskaita" @@ -463,7 +463,7 @@ msgid "Before Delivery" msgstr "Prieš siuntos išsiuntimą" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -515,19 +515,19 @@ msgid "Cancelled" msgstr "Atšauktas" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -584,7 +584,7 @@ msgid "Company" msgstr "Įmonė" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -688,11 +688,12 @@ msgstr "Valiuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Pirkėjas" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Kliento sąskaitos" @@ -847,12 +848,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Klaida!" @@ -873,7 +874,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -990,7 +991,7 @@ msgid "If checked new messages require your attention." msgstr "Jeigu pažymėta, naujos žinutės reikalaus jūsų dėmesio." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1008,7 +1009,7 @@ msgid "In Progress" msgstr "Vykdoma" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1021,9 +1022,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Klaidingas veiksmas!" @@ -1109,7 +1110,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1233,19 +1234,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1305,11 +1306,6 @@ msgstr "" msgid "Order" msgstr "Užsakymas" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Užsakymo data" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1323,6 +1319,7 @@ msgstr "S/F pagal užsakymo eilutes" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1374,7 +1371,6 @@ msgstr "Apmokėta" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partneris" @@ -1400,13 +1396,13 @@ msgid "Percentage" msgstr "Procentinė dalis" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1428,7 +1424,7 @@ msgid "Pricelist" msgstr "Kainoraštis" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Kainoraščio Įspėjimas!" @@ -1462,10 +1458,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produktas" @@ -1555,7 +1551,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1606,11 +1602,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Iš naujo išrašyti sąskaitą" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Etaloninis matavimo vienetas" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1636,6 +1627,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Pardavimų užsakymo eilutės" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1671,14 +1667,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Pardavimų analizė" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1788,11 +1788,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Pardavimų išimtys" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1972,7 +1967,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Avansinės sumos reikšmė turi būti teigiama." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1980,7 +1975,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2231,13 +2226,13 @@ msgid "What do you want to invoice?" msgstr "Ką norite užpajamuoti?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2250,14 +2245,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2279,3 +2274,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Užsakymo data" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Etaloninis matavimo vienetas" diff --git a/addons/sale/i18n/lv.po b/addons/sale/i18n/lv.po index 1de727827f5..2b336977fe9 100644 --- a/addons/sale/i18n/lv.po +++ b/addons/sale/i18n/lv.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analītiskais Konts" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Atcelts" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Uzņēmums" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Klients" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Apstrādē" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nav atrasta derīga cenrāža rinda! :" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Pasūtījums" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Pasūtījuma datums" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Samaksāts" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partneris" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Cenrādis" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produkts" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Veidot Rēķinu" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Tirdzniecības pasūtījuma pozīcija" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "Priekšapmaksas Rēķins" msgid "Sales Analysis" msgstr "Pārdošanu Analīze" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Izrakstīt Rēķinu" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Veiktas Izmaiņas" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Pasūtījuma datums" diff --git a/addons/sale/i18n/mg.po b/addons/sale/i18n/mg.po index 219c05bc2b2..c44448d163a 100644 --- a/addons/sale/i18n/mg.po +++ b/addons/sale/i18n/mg.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/mk.po b/addons/sale/i18n/mk.po index 078701f295e..395f8b48d25 100644 --- a/addons/sale/i18n/mk.po +++ b/addons/sale/i18n/mk.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -80,104 +179,6 @@ msgstr "" "одбрана. *Статусот 'Откажано' е поставен кога корисникот го откажува " "поврзаниот налог за продажба." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -459,7 +460,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Аналитичка сметка" @@ -480,7 +480,7 @@ msgid "Before Delivery" msgstr "Пред испорака" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -533,20 +533,20 @@ msgid "Cancelled" msgstr "Откажано" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Не може да го откажете овој налог за продажба!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" "Не може да се избрише ставка од налогот за продажба која е во состојба '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -605,7 +605,7 @@ msgid "Company" msgstr "Компанија" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -709,11 +709,12 @@ msgstr "Валута" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Купувач" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Фактури на клиентот" @@ -868,12 +869,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Овозможува фактурирање на ставки од налогот за продажба" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Грешка!" @@ -894,7 +895,7 @@ msgid "False" msgstr "Неточно" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Прво откажи ги сите фактури прикачени на овој налог за продажба." @@ -1018,7 +1019,7 @@ msgid "If checked new messages require your attention." msgstr "Доколку е штиклирано, новите пораки го бараат вашето вниманите." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1038,7 +1039,7 @@ msgid "In Progress" msgstr "Во тек" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1051,9 +1052,9 @@ msgid "Incorrect Data" msgstr "Неточни податоци" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Невалидна операција!" @@ -1144,7 +1145,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1268,19 +1269,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Нема ценовник ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Нема пронајдено валидна ставка од ценовникот ! :" @@ -1340,11 +1341,6 @@ msgstr "Отвори мени Продажба" msgid "Order" msgstr "Нарачка" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Датум на налогот" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1358,6 +1354,7 @@ msgstr "Ставки од налогот за фактурирање" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1409,7 +1406,6 @@ msgstr "Платено" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Партнер" @@ -1435,13 +1431,13 @@ msgid "Percentage" msgstr "Процент" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Дефинирајте приходно конто за овој производ: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Дефинирајте дневник за продажба за оваа компанија: \"%s\" (id:%d)." @@ -1463,7 +1459,7 @@ msgid "Pricelist" msgstr "Ценовник" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Преупредување за ценовник!" @@ -1495,10 +1491,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Производ" @@ -1588,7 +1584,7 @@ msgid "Quotation confirmed" msgstr "Понудата е потврдена" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1639,11 +1635,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Креирај повторно фактура" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Референтна единица мерка" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1670,6 +1661,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1705,14 +1701,18 @@ msgstr "Авансно плаќање по фактура за продажба" msgid "Sales Analysis" msgstr "Анализи на продажба" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Фактура за направена продажба" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1824,11 +1824,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Продажби во исклучување" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2003,7 +1998,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Вредноста на авансен изност мора да биде позитивна." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2013,7 +2008,7 @@ msgstr "" "дефинирано за дадени карактеристики на категории на производи." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2277,14 +2272,14 @@ msgid "What do you want to invoice?" msgstr "Што сакате да фактурирате?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Не може да откажете ставка од налогот за продажба која е веќе фактурирана." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Не може да потврдите налог за продажба кој нема ставка." @@ -2296,7 +2291,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2305,7 +2300,7 @@ msgstr "" "партнер." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2329,3 +2324,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Датум на налогот" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Референтна единица мерка" diff --git a/addons/sale/i18n/mn.po b/addons/sale/i18n/mn.po index 149830c9953..55f4ccaf5fa 100644 --- a/addons/sale/i18n/mn.po +++ b/addons/sale/i18n/mn.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -82,104 +181,6 @@ msgstr "" " \n" "* Холбогдох борлуулалтын захиалгыг цуцласан үед төлөв нь 'Цуцлагдсан' болно." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -461,7 +462,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Шинжилгээний Данс" @@ -482,7 +482,7 @@ msgid "Before Delivery" msgstr "Хүргэхийн өмнө" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -536,19 +536,19 @@ msgid "Cancelled" msgstr "Цуцалсан" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Энэ борлуулалтын захиалга цуцлах боломжгүй!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "'%s' төлөвтэй борлуулалтын захиалгын мөрийг устгах боломжгүй." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -607,7 +607,7 @@ msgid "Company" msgstr "Компани" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -712,11 +712,12 @@ msgstr "Валют" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Захиалагч" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Захиалагчийн нэхэмжлэл" @@ -871,12 +872,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Борлуулалтын захиалгын мөрүүдийг нэхэмжлэхийг зөвшөөрнө" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -897,7 +898,7 @@ msgid "False" msgstr "Худал" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1024,7 +1025,7 @@ msgstr "" "Хэрэв тэмдэглэгдсэн бол таныг шинэ зурвасуудад анхаарал хандуулахыг шаардана." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1044,7 +1045,7 @@ msgid "In Progress" msgstr "Хийгдэж байна" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1057,9 +1058,9 @@ msgid "Incorrect Data" msgstr "Буруу өгөгдөл" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Буруу Үйлдэл!" @@ -1150,7 +1151,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1274,19 +1275,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Үнийн жагсаалт алга ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Тохирох үнийн жагсаалт олдсонгүй !" @@ -1346,11 +1347,6 @@ msgstr "Борлуулалт Менюг нээх" msgid "Order" msgstr "Захиалга" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Огноо" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1364,6 +1360,7 @@ msgstr "Захиалгын мөр" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1415,7 +1412,6 @@ msgstr "Төлсөн" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Харилцагч" @@ -1441,13 +1437,13 @@ msgid "Percentage" msgstr "Хувь" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Энэ бараанд орлогын данс тодорхойлно уу: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Энэ компанид борлуулалтын журнал тодорхойно уу: \"%s\" (id:%d)." @@ -1469,7 +1465,7 @@ msgid "Pricelist" msgstr "Үнийн хүснэгт" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Үнийн жагсаалтын Сануулга!" @@ -1501,10 +1497,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Бараа" @@ -1594,7 +1590,7 @@ msgid "Quotation confirmed" msgstr "Зөвшөөрсөн үнийн санал" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1645,11 +1641,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Дахин нэхэмжлэл үүсгэх" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Хэмжих нэгжийн код" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1675,6 +1666,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Борлуулалтын захиалгын шугам" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1710,14 +1706,18 @@ msgstr "Борлуулалтын Урьдчилгаа Төлбөрийн Нэх msgid "Sales Analysis" msgstr "Борлуулалтын шинжилгээ" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Борлуулалтаас Нэхэмжлэх" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1830,11 +1830,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Саатаж буй захиалга" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2009,7 +2004,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Урьдчилгааны дүн нь эерэг утгатай байх ёстой." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2019,7 +2014,7 @@ msgstr "" "үзүүлэлтэд Орлогын ангилал тодорхойлогдоогүй байна." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2284,14 +2279,14 @@ msgid "What do you want to invoice?" msgstr "Юуг нэхэмжилмээр байна?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Хэдийнээ нэхэмжлэгдсэн борлуулалтын захиалгын мөрүүдийг цуцлах боломжгүй." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Та мөргүй борлуулалтын захиалга батлаж болохгүй" @@ -2303,14 +2298,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "Ижил харилцагчийн бүлэг борлуулалт ялгаатай валюттай байж болохгүй." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2334,3 +2329,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Огноо" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Хэмжих нэгжийн код" diff --git a/addons/sale/i18n/nb.po b/addons/sale/i18n/nb.po index 34b10b39b39..659c96b5d64 100644 --- a/addons/sale/i18n/nb.po +++ b/addons/sale/i18n/nb.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analytisk Konto" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Kansellert" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Bedrift" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kunde" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Kundefaktura" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -996,7 +997,7 @@ msgid "In Progress" msgstr "I arbeid" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1009,9 +1010,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1099,7 +1100,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1223,19 +1224,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Ingen prisliste!: " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Inegn gyldig prisliste funnet!:" @@ -1289,11 +1290,6 @@ msgstr "" msgid "Order" msgstr "Ordre" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Ordredato" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1307,6 +1303,7 @@ msgstr "Ordrelinjer til fakturering" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1358,7 +1355,6 @@ msgstr "Betalt" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1384,13 +1380,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1412,7 +1408,7 @@ msgid "Pricelist" msgstr "Prisliste" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Prisliste-advarsel!" @@ -1444,10 +1440,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1537,7 +1533,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1588,11 +1584,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Gjenskap faktura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1619,6 +1610,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Salgsordrelinje" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1654,14 +1650,18 @@ msgstr "Forskuddsfaktura" msgid "Sales Analysis" msgstr "Salgsanalyse" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Salg oppretter faktura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1771,11 +1771,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Salgsordre med avvik" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1945,7 +1940,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1953,7 +1948,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2211,13 +2206,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2229,7 +2224,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2237,7 +2232,7 @@ msgstr "" "Du kan ikke gruppere salg som har forskjellig valuta for samme partner." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2261,3 +2256,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Ordredato" diff --git a/addons/sale/i18n/nl.po b/addons/sale/i18n/nl.po index 0ea00647827..17fa07e7ccd 100644 --- a/addons/sale/i18n/nl.po +++ b/addons/sale/i18n/nl.po @@ -7,16 +7,210 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-10 07:40+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:26+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:00+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENTIES
    \n" +"   Ordernummer: ${object.name}
    \n" +"   Ordertotaal: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Orderdatum: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Orderreferentie: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   UW referentie: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Uw contactpersoon: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" U kunt u offerte online bekijken:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    Het is ook mogelijk de factuur direct te betalen via Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    Als er nog vragen zijn kunt u contact opnemen met ons.

    \n" +"

    Dank voor het kiezen van ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Telefoon:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Website: ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " + #. module: sale #: field:product.product,sales_count:0 #: field:product.template,sales_count:0 @@ -84,197 +278,6 @@ msgstr "" "* De status is 'Geannuleerd' als een gebruiker de betreffende verkooporder " "annuleert." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Hier is uw ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENTIES
    \n" -"   Order nummer : ${object.name}
    \n" -"   Order totaal : ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order datum : ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order referentie: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Uw referentie: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Uw contactpersoon: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" U kunt de offerte online bekijken:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Offerte' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    Het is ook mogelijk direct met Paypal te betalen:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Als u vragen heeft, aarzel dan niet contact met ons op te nemen.

    \n" -"

    Dank voor uw keuze voor ${object.company_id.name or 'ons'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -634,7 +637,6 @@ msgstr "" "definiëren op een verkooporder." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Kostenplaatsen" @@ -655,7 +657,7 @@ msgid "Before Delivery" msgstr "Voor levering" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -709,13 +711,13 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Het is niet mogelijk deze verkooporder te annuleren!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" @@ -723,7 +725,7 @@ msgstr "" "'%s' status bevind." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -783,7 +785,7 @@ msgid "Company" msgstr "Bedrijf" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -887,11 +889,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Klant" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Klantfacturen" @@ -1048,12 +1051,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Activeer facturatie van verkooporderregels" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Fout!" @@ -1074,7 +1077,7 @@ msgid "False" msgstr "Onwaar" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1214,7 +1217,7 @@ msgid "If checked new messages require your attention." msgstr "Indien aangevinkt zullen nieuwe berichten uw aandacht vragen." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1234,7 +1237,7 @@ msgid "In Progress" msgstr "In behandeling" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1248,9 +1251,9 @@ msgid "Incorrect Data" msgstr "Foutieve gegevens" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie!" @@ -1340,7 +1343,7 @@ msgid "Invoice created" msgstr "Factuur aangemaakt" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Factuur betaald" @@ -1464,19 +1467,19 @@ msgid "New Mail" msgstr "Nieuw bericht" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Geen klant gedefinieerd!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Geen prijslijst! " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Geen geldige prijslijst gevonden!:" @@ -1539,11 +1542,6 @@ msgstr "Open verkoop menu" msgid "Order" msgstr "Order" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Orderdatum" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1557,6 +1555,7 @@ msgstr "Orderregels te factureren" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Bestel maand" @@ -1608,7 +1607,6 @@ msgstr "Betaald" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Relatie" @@ -1634,13 +1632,13 @@ msgid "Percentage" msgstr "Percentage" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Definieer een omzetrekening voor dit product: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Definieer het verkoopboek voor dit bedrijf: \"%s\" (id:%d)." @@ -1662,7 +1660,7 @@ msgid "Pricelist" msgstr "Prijslijst" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Prijslijst waarschuwing" @@ -1694,10 +1692,10 @@ msgstr "Verwervingen" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Product" @@ -1787,7 +1785,7 @@ msgid "Quotation confirmed" msgstr "Offerte bevestigd" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Offerte aangemaakt" @@ -1838,11 +1836,6 @@ msgstr "Waarde van de goedgekeurde verkooporders per tijdseenheid" msgid "Recreate Invoice" msgstr "Maak factuur opnieuw" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Maateenheid referentie" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1869,6 +1862,11 @@ msgstr "Opbrengst van de aangemaakte offertes per maand." msgid "Revenue of sent invoices per month." msgstr "Opbrengst van de verstuurde facturen per maand." +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Verkooporderregel" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1904,14 +1902,18 @@ msgstr "Verkoop vooruitbetaling factuur" msgid "Sales Analysis" msgstr "Verkoop Analyse" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "Verkoop pijplijn" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Verkoopfactuur maken" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -2023,11 +2025,6 @@ msgstr "Verkoopteams" msgid "Sales in Exception" msgstr "Verkooporders met uitgestelde levering" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Verkooporderregel" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2207,7 +2204,7 @@ msgid "The value of Advance Amount must be positive." msgstr "De waarde van de vooruitbetaling moet positief zijn" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2217,7 +2214,7 @@ msgstr "" "standaard instellingen van productcategorieën." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Er is geen standaard bedrijf voor de huidige gebruiker!" @@ -2504,13 +2501,13 @@ msgid "What do you want to invoice?" msgstr "Wat wilt u factureren?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "U kunt geen verkooporder regel verwijderen die al is gefactureerd." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2523,7 +2520,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "U kunt geen factuur maken zolang de order niet is bevestigd." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2532,7 +2529,7 @@ msgstr "" "relatie samen te voegen." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2556,3 +2553,9 @@ msgstr "Uw referentie:" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Orderdatum" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Maateenheid referentie" diff --git a/addons/sale/i18n/nl_BE.po b/addons/sale/i18n/nl_BE.po index 5a6cdf7ee92..07a2eaa9b61 100644 --- a/addons/sale/i18n/nl_BE.po +++ b/addons/sale/i18n/nl_BE.po @@ -7,17 +7,116 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-19 16:52+0000\n" "Last-Translator: Els Van Vossel (Foxy) \n" "Language-Team: Els Van Vossel\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: nl\n" +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: sale #: field:product.product,sales_count:0 #: field:product.template,sales_count:0 @@ -83,197 +182,6 @@ msgstr "" "* De status 'Geannuleerd' betekent dat gebruiker de verkooporder heeft " "geannuleerd." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Beste ${object.partner_id.name},

    \n" -" \n" -"

    Hierbij uw ${object.state in ('draft', 'sent') and 'offerte' or " -"'orderbevestiging'} van ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENTIE
    \n" -"   Documentnumber: ${object.name}
    \n" -"   Totaalbedrag: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Documentdatum: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Referentie: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Uw contactpersoon: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" Uw kunt dit document ook online bekijken:\n" -"

    \n" -" Bekijk ${object.state in " -"('draft', 'sent') and 'Offerte' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    U kunt ook onmiddellijk betalen via Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Neem gerust contact met ons op als u vragen heeft.

    \n" -"

    Bedankt dat u kiest voor ${object.company_id.name or 'ons'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Tel.:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web: ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -624,7 +532,6 @@ msgstr "" "verkooporder." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analytische rekening" @@ -645,7 +552,7 @@ msgid "Before Delivery" msgstr "Voor levering" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -699,19 +606,19 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Kan verkooporder niet annuleren" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Een verkooporderlijn die %s is, kan niet worden verwijderd." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -770,7 +677,7 @@ msgid "Company" msgstr "Bedrijf" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -874,11 +781,12 @@ msgstr "Munt" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Klant" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Verkoopfacturen" @@ -1035,12 +943,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Factuur volgens verkooporderlijnen instellen" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Fout" @@ -1061,7 +969,7 @@ msgid "False" msgstr "Onwaar" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "U moet eerst alle facturen voor deze verkooporder annuleren." @@ -1198,7 +1106,7 @@ msgstr "" "Als dit is ingeschakeld, zijn er nieuwe berichten die uw aandacht vragen." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1218,7 +1126,7 @@ msgid "In Progress" msgstr "In behandeling" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1233,9 +1141,9 @@ msgid "Incorrect Data" msgstr "Ongeldige gegevens" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ongeldige actie" @@ -1325,7 +1233,7 @@ msgid "Invoice created" msgstr "Factuur gemaakt" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Factuur betaald" @@ -1449,19 +1357,19 @@ msgid "New Mail" msgstr "Nieuwe mail" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Geen klant gedefinieerd" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Geen prijslijst " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Geen geldige prijslijstlijn gevonden" @@ -1524,11 +1432,6 @@ msgstr "Het verkoopmenu openen" msgid "Order" msgstr "Order" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Besteldatum" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1542,6 +1445,7 @@ msgstr "Te factureren lijnen" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Ordermaand" @@ -1593,7 +1497,6 @@ msgstr "Betaald" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Relatie" @@ -1619,7 +1522,7 @@ msgid "Percentage" msgstr "Percentage" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" @@ -1627,7 +1530,7 @@ msgstr "" "(id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Stel een verkoopdagboek in voor dit bedrijf: \"%s\" (id:%d)." @@ -1649,7 +1552,7 @@ msgid "Pricelist" msgstr "Prijslijst" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Prijslijstwaarschuwing" @@ -1681,10 +1584,10 @@ msgstr "Verwervingen" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Product" @@ -1774,7 +1677,7 @@ msgid "Quotation confirmed" msgstr "Bevestigd order" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Offerte gemaakt" @@ -1825,11 +1728,6 @@ msgstr "Verkooporders per periode" msgid "Recreate Invoice" msgstr "Factuur opnieuw maken" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referentiemeeteenheid" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1856,6 +1754,11 @@ msgstr "Opbrengst nieuwe offertes per maand" msgid "Revenue of sent invoices per month." msgstr "Opbrengst van verstuurde facturen per maand" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1891,14 +1794,18 @@ msgstr "Voorschotfactuur" msgid "Sales Analysis" msgstr "Verkoopanalyse" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Verkoopfactuur maken" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -2010,11 +1917,6 @@ msgstr "Verkoopteams" msgid "Sales in Exception" msgstr "Verkooporders in uitzonderingsstatus" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Verkooporderlijn" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2193,7 +2095,7 @@ msgid "The value of Advance Amount must be positive." msgstr "De waarde van het voorschotbedrag moet positief zijn." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2203,7 +2105,7 @@ msgstr "" "ingesteld voor de productcategorie." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Deze gebruiker is niet gekoppeld aan een bedrijf" @@ -2487,13 +2389,13 @@ msgid "What do you want to invoice?" msgstr "Wat wilt u factureren?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "U kunt geen verkooporderlijn annuleren die al is gefactureerd." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Een verkooporder zonder orderlijnen kan niet worden bevestigd." @@ -2506,7 +2408,7 @@ msgstr "" "U kunt geen factuur maken voor een offerte. Bevestig eerst de offerte." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2514,7 +2416,7 @@ msgstr "" "U kunt geen verkopen met verschillende munten groeperen voor een relatie." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2538,3 +2440,201 @@ msgstr "Uw referentie:" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Besteldatum" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referentiemeeteenheid" + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +#~ "'order confirmation'} from ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Order number: ${object.name}
    \n" +#~ "   Order total: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Order date: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Your reference: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "

    \n" +#~ " You can view your quotation online:\n" +#~ "

    \n" +#~ " View ${object.state in " +#~ "('draft', 'sent') and 'Quotation' or 'Order'}\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " %endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Beste ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Hierbij uw ${object.state in ('draft', 'sent') and 'offerte' or " +#~ "'orderbevestiging'} van ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENTIE
    \n" +#~ "   Documentnumber: ${object.name}
    \n" +#~ "   Totaalbedrag: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Documentdatum: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Referentie: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Your reference: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Uw contactpersoon: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "

    \n" +#~ " Uw kunt dit document ook online bekijken:\n" +#~ "

    \n" +#~ " Bekijk ${object.state in " +#~ "('draft', 'sent') and 'Offerte' or 'Order'}\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    U kunt ook onmiddellijk betalen via Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    Neem gerust contact met ons op als u vragen heeft.

    \n" +#~ "

    Bedankt dat u kiest voor ${object.company_id.name or 'ons'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Tel.:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web: ${object.company_id.website}\n" +#~ "
    \n" +#~ " %endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " + +#~ msgid "Sales order line" +#~ msgstr "Verkooporderlijn" diff --git a/addons/sale/i18n/oc.po b/addons/sale/i18n/oc.po index c699dbf73aa..ee06b09d79c 100644 --- a/addons/sale/i18n/oc.po +++ b/addons/sale/i18n/oc.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:47+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/pl.po b/addons/sale/i18n/pl.po index 9fb87fc3331..94bed1ee6e0 100644 --- a/addons/sale/i18n/pl.po +++ b/addons/sale/i18n/pl.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-27 14:51+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -440,7 +441,6 @@ msgstr "" "Pozwala zdefiniować inny adres dostawy i faktury na zamówieniu sprzedaży" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Konto analityczne" @@ -461,7 +461,7 @@ msgid "Before Delivery" msgstr "Przed dostawą" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -515,20 +515,20 @@ msgid "Cancelled" msgstr "Anulowano" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Nie mozna anulowac tego zamówienia sprzedaży!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" "Nie można usunąć pozycji zamówienia, jeśli zamówienie jest w stanie '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -587,7 +587,7 @@ msgid "Company" msgstr "Firma" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -691,11 +691,12 @@ msgstr "Waluta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Klient" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Faktury dla klientów" @@ -852,12 +853,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Włącz fakturowanie pozycji zamówienia sprzedaży" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Błąd!" @@ -878,7 +879,7 @@ msgid "False" msgstr "Fałsz" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1000,7 +1001,7 @@ msgid "If checked new messages require your attention." msgstr "Jeśli zaznaczone, to wiadomość wymaga twojej uwagi" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1019,7 +1020,7 @@ msgid "In Progress" msgstr "W toku" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1033,9 +1034,9 @@ msgid "Incorrect Data" msgstr "Niepoprawne dane" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Niedozwolona akcja!" @@ -1125,7 +1126,7 @@ msgid "Invoice created" msgstr "Faktura utworzona" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Faktua zapłacona" @@ -1249,19 +1250,19 @@ msgid "New Mail" msgstr "Nowa wiadomość" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Nie wybrano klienta!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Brak cennika ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nie znaleziono poprawnej pozycji cennika ! :" @@ -1321,11 +1322,6 @@ msgstr "Otwórz menu Sprzedaż" msgid "Order" msgstr "Kolejność" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Data zamówienia" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1339,6 +1335,7 @@ msgstr "Pozycje do zafakturowania" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Miesiąc zamówienia" @@ -1390,7 +1387,6 @@ msgstr "Zapłacone" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1416,13 +1412,13 @@ msgid "Percentage" msgstr "Procentowo" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Zdefiniuj konto przychodów dla tego produktu: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Zdefiniuj dziennik sprzedaży dla tej firmy: \"%s\" (id:%d)." @@ -1444,7 +1440,7 @@ msgid "Pricelist" msgstr "Cennik" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Ostrzeżenie cennika!" @@ -1476,10 +1472,10 @@ msgstr "Zapotrzebowania" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1569,7 +1565,7 @@ msgid "Quotation confirmed" msgstr "Oferta potwierdzona" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Oferta utworzona" @@ -1620,11 +1616,6 @@ msgstr "Ilość zatwierdzonych sprzedaży w danym okresie" msgid "Recreate Invoice" msgstr "Utwórz fakturę od nowa" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referencyjna jednostka miary" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1650,6 +1641,11 @@ msgstr "Przychody z utworzonych ofert w miesiącu." msgid "Revenue of sent invoices per month." msgstr "Przychody z wysłanych faktur w miesiącu." +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Pozycja zamówienia sprzedaży" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1685,14 +1681,18 @@ msgstr "Zaliczkowa faktura sprzedaży" msgid "Sales Analysis" msgstr "Analiza Sprzedaży" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Sprzedaż tworzy fakturę" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1804,11 +1804,6 @@ msgstr "Zespoły sprzedaży" msgid "Sales in Exception" msgstr "Sprzedaże w stanie wyjątku" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Pozycja zamówienia sprzedaży" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1985,7 +1980,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Wartość przedpłaty musi być dodatnia" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1995,7 +1990,7 @@ msgstr "" "ustawień kategorii produktu." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Nie zdefiniowano domyślnej firmy dla wybranego użytkownika!" @@ -2254,7 +2249,7 @@ msgid "What do you want to invoice?" msgstr "Co chcesz fakturować?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" @@ -2262,7 +2257,7 @@ msgstr "" "zafakturowana." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Nie możesz potwierdzić zamówienia sprzedaży bez pozycji." @@ -2275,7 +2270,7 @@ msgstr "" "Nie możesz utworzyć faktury, gdy zamówienie sprzedaży nie jest potwierdzone." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2283,7 +2278,7 @@ msgstr "" "Nie możesz grupować sprzedaży z różnymi walutami do tego samego partnera." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2307,3 +2302,12 @@ msgstr "Twój odnośnik:" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Data zamówienia" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referencyjna jednostka miary" + +#~ msgid "Sales order line" +#~ msgstr "Pozycja zamówienia sprzedaży" diff --git a/addons/sale/i18n/pt.po b/addons/sale/i18n/pt.po index 7d14161764e..fe14413a784 100644 --- a/addons/sale/i18n/pt.po +++ b/addons/sale/i18n/pt.po @@ -7,16 +7,115 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-22 12:51+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: sale #: field:product.product,sales_count:0 #: field:product.template,sales_count:0 @@ -84,104 +183,6 @@ msgstr "" " \n" "* The 'Cancelled' status is set when a user cancel the sales order related." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -539,7 +540,6 @@ msgstr "" "vendas." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Conta Analítica" @@ -560,7 +560,7 @@ msgid "Before Delivery" msgstr "Antes de entrega" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -614,13 +614,13 @@ msgid "Cancelled" msgstr "Cancelada" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Não é possível cancelar esta ordem de venda!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" @@ -628,7 +628,7 @@ msgstr "" "'%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -688,7 +688,7 @@ msgid "Company" msgstr "Empresa" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -792,11 +792,12 @@ msgstr "Divisa" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Faturas de clientes" @@ -953,12 +954,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Ativar linhas de faturação de ordens de vendas" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Erro!" @@ -979,7 +980,7 @@ msgid "False" msgstr "Falso" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1117,7 +1118,7 @@ msgid "If checked new messages require your attention." msgstr "Se marcada mensagens novas requerem sua atenção." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1137,7 +1138,7 @@ msgid "In Progress" msgstr "Em Progresso" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1152,9 +1153,9 @@ msgid "Incorrect Data" msgstr "Dados incorretos" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ação inválida!" @@ -1245,7 +1246,7 @@ msgid "Invoice created" msgstr "Fatura criada" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Fatura paga" @@ -1369,19 +1370,19 @@ msgid "New Mail" msgstr "Novas mensagens" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Nenhum cliente definido!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Sem Lista de Preços ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nenhuma linha válida da lista de preços encontrada" @@ -1443,11 +1444,6 @@ msgstr "Abrir menu de vendas" msgid "Order" msgstr "Ordem" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Data da Ordem" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1461,6 +1457,7 @@ msgstr "Linhas a Faturar" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Mês de encomenda" @@ -1512,7 +1509,6 @@ msgstr "Pago" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Parceiro" @@ -1538,14 +1534,14 @@ msgid "Percentage" msgstr "Percentagem" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Por favor, defina conta de proveito para este produto: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1568,7 +1564,7 @@ msgid "Pricelist" msgstr "Lista de Preços" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Aviso Lista de Preços!" @@ -1600,10 +1596,10 @@ msgstr "Aprovisionamentos" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Artigo" @@ -1693,7 +1689,7 @@ msgid "Quotation confirmed" msgstr "Cotação Confirmada" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Cotação criada" @@ -1744,11 +1740,6 @@ msgstr "Taxa de vendas validadas por duração" msgid "Recreate Invoice" msgstr "Recriar Fatura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Unidade de Referência da Medida" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1774,6 +1765,11 @@ msgstr "Retorno de cotações criadas por mês." msgid "Revenue of sent invoices per month." msgstr "Retorno de faturas enviadas por mês." +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Linha de Ordem de Venda" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1809,14 +1805,18 @@ msgstr "Fatura de Pagamento de Adiantamento das vendas" msgid "Sales Analysis" msgstr "Análise de vendas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Vendas Gerar Fatura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1928,11 +1928,6 @@ msgstr "Equipas de Vendas" msgid "Sales in Exception" msgstr "Excepção de Vendas" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Linha de ordem de venda" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2112,7 +2107,7 @@ msgid "The value of Advance Amount must be positive." msgstr "O valor do montante do adiantamento deve ser positivo." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2122,7 +2117,7 @@ msgstr "" "propriedades padrão de categorias de produtos." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Não existe nenhuma empresa padrão para o utilizador atual!" @@ -2411,14 +2406,14 @@ msgid "What do you want to invoice?" msgstr "Quer faturar o quê?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Você não pode cancelar uma linha de pedido de vendas que já foi faturado." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2431,7 +2426,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Não pode criar fatura quando a ordem de venda não está confirmada." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2439,7 +2434,7 @@ msgstr "" "Não pode agrupar vendas que tenham moedas diferentes para o mesmo parceiro." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2464,3 +2459,12 @@ msgstr "A Sua Referência" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Data da Ordem" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Unidade de Referência da Medida" + +#~ msgid "Sales order line" +#~ msgstr "Linha de ordem de venda" diff --git a/addons/sale/i18n/pt_BR.po b/addons/sale/i18n/pt_BR.po index 0acebdcddee..e4c308c39cf 100644 --- a/addons/sale/i18n/pt_BR.po +++ b/addons/sale/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-06 20:26+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,9 +15,108 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: sale #: field:product.product,sales_count:0 #: field:product.template,sales_count:0 @@ -83,104 +182,6 @@ msgstr "" "* A situação 'Cancelado' é definida quando o usuário cancelar o pedido de " "venda relacionado." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -515,7 +516,6 @@ msgstr "" "venda." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Centro de Custo" @@ -536,7 +536,7 @@ msgid "Before Delivery" msgstr "Antes da Entrega" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -590,19 +590,19 @@ msgid "Cancelled" msgstr "Cancelada" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Não é possível cancelar este pedido de venda!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Não é possível excluir uma linha do pedido de vendas no estado '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -662,7 +662,7 @@ msgid "Company" msgstr "Empresa" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -766,11 +766,12 @@ msgstr "Moeda" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Cliente" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Faturas de Clientes" @@ -927,12 +928,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Habilita Faturar sobre Linhas do Pedido de Venda" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Erro!" @@ -953,7 +954,7 @@ msgid "False" msgstr "Falso" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Primeiro cancele todas as faturas anexadas a este pedido de vendas." @@ -1087,7 +1088,7 @@ msgid "If checked new messages require your attention." msgstr "Se marcado novas mensagens solicitarão sua atenção." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1107,7 +1108,7 @@ msgid "In Progress" msgstr "Em Andamento" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1122,9 +1123,9 @@ msgid "Incorrect Data" msgstr "Dados Incorretos" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Ação Inválida!" @@ -1214,7 +1215,7 @@ msgid "Invoice created" msgstr "Fatura criada" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Fatura paga" @@ -1338,19 +1339,19 @@ msgid "New Mail" msgstr "Novo Email" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Nenhum cliente definido!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Nenhuma Lista de Preços! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Não foi encontrada uma linha de preço válida!" @@ -1412,11 +1413,6 @@ msgstr "Abrir Menu de Venda" msgid "Order" msgstr "Pedido" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Data do Pedido" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1430,6 +1426,7 @@ msgstr "Linhas do Pedido para Faturar" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Mês do Pedido" @@ -1481,7 +1478,6 @@ msgstr "Pago" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Parceiro" @@ -1507,14 +1503,14 @@ msgid "Percentage" msgstr "Porcentagem" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Por favor defina conta de recebimento para este produto: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1537,7 +1533,7 @@ msgid "Pricelist" msgstr "Lista de Preços" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Atenção com a Lista de Preços" @@ -1569,10 +1565,10 @@ msgstr "Aquisições" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produto" @@ -1662,7 +1658,7 @@ msgid "Quotation confirmed" msgstr "Cotação Confirmada" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Cotação criada" @@ -1713,11 +1709,6 @@ msgstr "Taxa de pedidos de venda confirmados por período" msgid "Recreate Invoice" msgstr "Recriar Fatura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Unidade de Medida referencial" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1744,6 +1735,11 @@ msgstr "Receita das cotações criadas por mês." msgid "Revenue of sent invoices per month." msgstr "Receita das faturas enviadas por mês" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Itens de Pedidos" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1779,14 +1775,18 @@ msgstr "Fatura de Vendas com Pagamento Antecipado" msgid "Sales Analysis" msgstr "Análise de Vendas" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Fatura de Vendas" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1898,11 +1898,6 @@ msgstr "Equipes de Vendas" msgid "Sales in Exception" msgstr "Vendas em Exceção" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Linha do Pedido de Vendas" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2083,7 +2078,7 @@ msgid "The value of Advance Amount must be positive." msgstr "O valor do Adiantamento deve ser positivo." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2093,7 +2088,7 @@ msgstr "" "para as propriedades padrão de categorias de produtos." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Não existe uma empresa padrão para o usuário atual!" @@ -2378,14 +2373,14 @@ msgid "What do you want to invoice?" msgstr "O que você deseja faturar?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Você não pode cancelar uma linha do pedido de vendas que já foi faturado." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2400,7 +2395,7 @@ msgstr "" "Você não pode criar factura quando ordem de venda não está confirmada." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2408,7 +2403,7 @@ msgstr "" "Você não pode agrupar vendas com moedas diferentes para o mesmo parceiro." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2433,3 +2428,12 @@ msgstr "Sua Referência:" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Data do Pedido" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Unidade de Medida referencial" + +#~ msgid "Sales order line" +#~ msgstr "Linha do Pedido de Vendas" diff --git a/addons/sale/i18n/ro.po b/addons/sale/i18n/ro.po index 2406032b39e..207095ac6b4 100644 --- a/addons/sale/i18n/ro.po +++ b/addons/sale/i18n/ro.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-23 12:31+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:51+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -85,197 +184,6 @@ msgstr "" "* Starea 'Anulat' este setata atunci cand un utilizator anuleaza comanda de " "vanzare respectiva." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Bună ziua ${object.partner_id.name},

    \n" -" \n" -"

    Aici este ${object.state in ('draft', 'sent') and 'oferta' or " -"'confirmare a comenzii'} de la ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERINȚE
    \n" -"   Număr comandă: ${object.name}
    \n" -"   Total comandă: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Dată comendă: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Referință comandă: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Referința dumneavoastră: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Contactul dumneavoastră: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" Puteţi vizualiza oferta de preţ on-line:\n" -"

    \n" -" Vezi ${object.state in " -"('draft', 'sent') and 'Oferta' or 'Comanda'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    Este de asemenea posibil să plătiţi direct cu Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Dacă aveți orice întrebare, nu ezitați sa ne contactați.

    \n" -"

    Vă mulțumi că ați ales ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Telefon:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -636,7 +544,6 @@ msgstr "" "comandă de vânzare." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Cont analitic" @@ -657,7 +564,7 @@ msgid "Before Delivery" msgstr "Înainte de Livrare" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -711,13 +618,13 @@ msgid "Cancelled" msgstr "Anulat(ă)" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Imposibil de anulat aceasta comanda de vanzare!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" @@ -725,7 +632,7 @@ msgstr "" "'%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -787,7 +694,7 @@ msgid "Company" msgstr "Companie" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -891,11 +798,12 @@ msgstr "Moneda" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Client" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Facturi clienți" @@ -1052,12 +960,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Activati Liniile Comenzii de vanzare de facturare" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Eroare!" @@ -1078,7 +986,7 @@ msgid "False" msgstr "Fals" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -1215,7 +1123,7 @@ msgid "If checked new messages require your attention." msgstr "Dacă este selectat, mesajele noi necesită atenția dumneavoastră." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1235,7 +1143,7 @@ msgid "In Progress" msgstr "În desfășurare" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1250,9 +1158,9 @@ msgid "Incorrect Data" msgstr "Date incorecte" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Acțiune nevalidă!" @@ -1343,7 +1251,7 @@ msgid "Invoice created" msgstr "Factură creată" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Factură plătită" @@ -1467,19 +1375,19 @@ msgid "New Mail" msgstr "Email nou" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Nici un Client Definit!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Nici o Listă de prețuri ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Nu a fost gasita nicio linie valida a listei de preturi !:" @@ -1540,11 +1448,6 @@ msgstr "Deschide Meniul Vânzări" msgid "Order" msgstr "Comanda" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Data comenzii" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1558,6 +1461,7 @@ msgstr "Liniile Comenzii de Facturat" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Comanzi/Lună" @@ -1609,7 +1513,6 @@ msgstr "Plătit" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partener" @@ -1635,14 +1538,14 @@ msgid "Percentage" msgstr "Procentaj" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Va rugam sa definiti contul de venituri pentru acest produs: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1666,7 +1569,7 @@ msgid "Pricelist" msgstr "Listă de prețuri" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Avertizare Listă de prețuri!" @@ -1698,10 +1601,10 @@ msgstr "Achiziții" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produs" @@ -1791,7 +1694,7 @@ msgid "Quotation confirmed" msgstr "Cotație confirmată" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Ofertă creată" @@ -1842,11 +1745,6 @@ msgstr "Rată comenzi de vânzări validate pe perioada" msgid "Recreate Invoice" msgstr "Recreeaza factura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Unitatea de măsură de referință" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1873,6 +1771,11 @@ msgstr "Venituri din oferte create pe lună." msgid "Revenue of sent invoices per month." msgstr "Venituri din facturile trimise pe lună" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Poziţie comandă vânzare" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1908,14 +1811,18 @@ msgstr "Factura Vanzare cu Plata in Avans" msgid "Sales Analysis" msgstr "Analiza vânzărilor" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Vânzările generează factură" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -2028,11 +1935,6 @@ msgstr "Echipele de vanzari" msgid "Sales in Exception" msgstr "Vânzări în Stare de excepție" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Linia comenzii de vânzare" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2211,7 +2113,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Valoarea Sumei in Avans trebuie sa fie pozitiva." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2221,7 +2123,7 @@ msgstr "" "venituri definit pentru proprietatile implicite ale Categoriei de produse." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Nu există nici o companie implicită pentru utilizatorul curent!" @@ -2510,14 +2412,14 @@ msgid "What do you want to invoice?" msgstr "Ce doriți să facturați?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Nu puteti anula o linie a comenzii de vanzare care a fost deja facturata." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Nu puteti confirma o comanda de vanzare care nu are nicio linie." @@ -2529,7 +2431,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Nu puteți crea o factură când comanda de vânzare nu este confirmată." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2537,7 +2439,7 @@ msgstr "" "Nu puteti grupa vanzarile care au valute diferite pentru acelasi partener." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2563,3 +2465,201 @@ msgstr "Referința" msgid "sale.group_delivery_invoice_address" msgstr "" "sale.group_delivery_invoice_address (vanzare.adresa_factura_livrare_grup)" + +#~ msgid "Order Date" +#~ msgstr "Data comenzii" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Unitatea de măsură de referință" + +#~ msgid "" +#~ "
    \n" +#~ "\n" +#~ "

    Hello ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +#~ "'order confirmation'} from ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERENCES
    \n" +#~ "   Order number: ${object.name}
    \n" +#~ "   Order total: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Order date: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Order reference: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Your reference: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Your contact: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "

    \n" +#~ " You can view your quotation online:\n" +#~ "

    \n" +#~ " View ${object.state in " +#~ "('draft', 'sent') and 'Quotation' or 'Order'}\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    It is also possible to directly pay with Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    If you have any question, do not hesitate to contact us.

    \n" +#~ "

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Phone:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " %endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " +#~ msgstr "" +#~ "
    \n" +#~ "\n" +#~ "

    Bună ziua ${object.partner_id.name},

    \n" +#~ " \n" +#~ "

    Aici este ${object.state in ('draft', 'sent') and 'oferta' or " +#~ "'confirmare a comenzii'} de la ${object.company_id.name}:

    \n" +#~ "\n" +#~ "

    \n" +#~ "   REFERINȚE
    \n" +#~ "   Număr comandă: ${object.name}
    \n" +#~ "   Total comandă: ${object.amount_total} " +#~ "${object.pricelist_id.currency_id.name}
    \n" +#~ "   Dată comendă: ${object.date_order}
    \n" +#~ " % if object.origin:\n" +#~ "   Referință comandă: ${object.origin}
    \n" +#~ " % endif\n" +#~ " % if object.client_order_ref:\n" +#~ "   Referința dumneavoastră: ${object.client_order_ref}
    \n" +#~ " % endif\n" +#~ " % if object.user_id:\n" +#~ "   Contactul dumneavoastră: ${object.user_id.name}\n" +#~ " % endif\n" +#~ "

    \n" +#~ "

    \n" +#~ " Puteţi vizualiza oferta de preţ on-line:\n" +#~ "

    \n" +#~ " Vezi ${object.state in " +#~ "('draft', 'sent') and 'Oferta' or 'Comanda'}\n" +#~ "\n" +#~ " % if object.paypal_url:\n" +#~ "
    \n" +#~ "

    Este de asemenea posibil să plătiţi direct cu Paypal:

    \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " % endif\n" +#~ "\n" +#~ "
    \n" +#~ "

    Dacă aveți orice întrebare, nu ezitați sa ne contactați.

    \n" +#~ "

    Vă mulțumi că ați ales ${object.company_id.name or 'us'}!

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " ${object.company_id.name}

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ " % if object.company_id.street:\n" +#~ " ${object.company_id.street}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.street2:\n" +#~ " ${object.company_id.street2}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.city or object.company_id.zip:\n" +#~ " ${object.company_id.zip} ${object.company_id.city}
    \n" +#~ " % endif\n" +#~ " % if object.company_id.country_id:\n" +#~ " ${object.company_id.state_id and ('%s, ' % " +#~ "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +#~ "or ''}
    \n" +#~ " % endif\n" +#~ "
    \n" +#~ " % if object.company_id.phone:\n" +#~ "
    \n" +#~ " Telefon:  ${object.company_id.phone}\n" +#~ "
    \n" +#~ " % endif\n" +#~ " % if object.company_id.website:\n" +#~ "
    \n" +#~ " Web : ${object.company_id.website}\n" +#~ "
    \n" +#~ " %endif\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ " " + +#~ msgid "Sales order line" +#~ msgstr "Linia comenzii de vânzare" diff --git a/addons/sale/i18n/ru.po b/addons/sale/i18n/ru.po index d2dca6e96e3..8781fa7f14c 100644 --- a/addons/sale/i18n/ru.po +++ b/addons/sale/i18n/ru.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -73,104 +172,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -445,7 +446,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Счет аналитики" @@ -466,7 +466,7 @@ msgid "Before Delivery" msgstr "Перед доставкой" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -520,19 +520,19 @@ msgid "Cancelled" msgstr "Отменено" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Нельзя отменить этот заказ продаж!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Нельзя удалить строку заказа продаж которая в состоянии '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -589,7 +589,7 @@ msgid "Company" msgstr "Компания" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -693,11 +693,12 @@ msgstr "Валюта" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Заказчик" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Счета заказчику" @@ -852,12 +853,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Разрешить выставление счетов на позиции заказа продажи" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Ошибка!" @@ -878,7 +879,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Сначала отмените все счета прикрепленные к этому заказу продаж." @@ -995,7 +996,7 @@ msgid "If checked new messages require your attention." msgstr "Если отмечено, новые сообщения требуют вашего внимания." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1015,7 +1016,7 @@ msgid "In Progress" msgstr "Выполняется" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1028,9 +1029,9 @@ msgid "Incorrect Data" msgstr "Неверные данные" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Неверное действие!" @@ -1119,7 +1120,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1243,19 +1244,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Нет прайс-листа ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Нет верной позиции в прайс листе ! :" @@ -1309,11 +1310,6 @@ msgstr "Открыть меню продаж" msgid "Order" msgstr "Заказ" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Дата заказа" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1327,6 +1323,7 @@ msgstr "Строки заказа в счет" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1378,7 +1375,6 @@ msgstr "Оплачено" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Партнёр" @@ -1404,14 +1400,14 @@ msgid "Percentage" msgstr "Процент" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" "Пожалуйста, определите дебетовый счет для этого продукта: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1434,7 +1430,7 @@ msgid "Pricelist" msgstr "Прайс-лист" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Предупреждение по прайс листу!" @@ -1466,10 +1462,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Продукт" @@ -1559,7 +1555,7 @@ msgid "Quotation confirmed" msgstr "Предложение цен подтверждено" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1610,11 +1606,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Воссоздать счет" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Базовая единица измерения" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1640,6 +1631,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Позиция заказа" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1675,14 +1671,18 @@ msgstr "Счет на авансовый платеж" msgid "Sales Analysis" msgstr "Анализ продаж" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Продажи - создать счет" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1794,11 +1794,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Продажи в состоянии \"Исключение\"" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1968,7 +1963,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Значение предоплаты должно быть положительным." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1976,7 +1971,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2235,14 +2230,14 @@ msgid "What do you want to invoice?" msgstr "Что вы хотите выставить в счет?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Нельзя отменить позиции заказа продажи на которые был выставлен счет." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2255,7 +2250,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2263,7 +2258,7 @@ msgstr "" "Нельзя сгруппировать продажи в разных валютах для одного контрагента." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2287,3 +2282,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Дата заказа" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Базовая единица измерения" diff --git a/addons/sale/i18n/sk.po b/addons/sale/i18n/sk.po index 335b1e9876f..05919c7aca5 100644 --- a/addons/sale/i18n/sk.po +++ b/addons/sale/i18n/sk.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analytický účet" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Zrušená" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Spoločnosť" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Zákazník" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "spracováva sa" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1099,7 +1100,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1223,19 +1224,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1289,11 +1290,6 @@ msgstr "" msgid "Order" msgstr "Poradie" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Dátum objednávky" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1307,6 +1303,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1358,7 +1355,6 @@ msgstr "Platené" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1384,13 +1380,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1412,7 +1408,7 @@ msgid "Pricelist" msgstr "Cenník" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1444,10 +1440,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1537,7 +1533,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1588,11 +1584,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1618,6 +1609,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1653,14 +1649,18 @@ msgstr "Zálohová faktúra predaja" msgid "Sales Analysis" msgstr "Analýza predaja" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1770,11 +1770,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1944,7 +1939,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1952,7 +1947,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2208,13 +2203,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2226,14 +2221,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2255,3 +2250,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Dátum objednávky" diff --git a/addons/sale/i18n/sl.po b/addons/sale/i18n/sl.po index b6a21184c4b..f0aa2f96517 100644 --- a/addons/sale/i18n/sl.po +++ b/addons/sale/i18n/sl.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -82,104 +181,6 @@ msgstr "" " \n" "Status \"Preklican\" dobi prodajno naročilo, če ga uporabnik prekliče." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -458,7 +459,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analitični konto" @@ -479,7 +479,7 @@ msgid "Before Delivery" msgstr "Pred dobavo" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -531,19 +531,19 @@ msgid "Cancelled" msgstr "Preklicano" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Prodajni nalog ni mogoče preklicati." #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Ni mogoče brisati pozicijo prodajnega naloga, ki ima status '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -602,7 +602,7 @@ msgid "Company" msgstr "Podjetje" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -706,11 +706,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kupec" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Izdani računi" @@ -865,12 +866,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Omogoča fakturiranje postavk prodajnega naloga." #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Napaka!" @@ -891,7 +892,7 @@ msgid "False" msgstr "Napačno" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Najprej prekliči vse račune, vezane na ta prodajni nalog." @@ -1006,7 +1007,7 @@ msgid "If checked new messages require your attention." msgstr "Če je izbrano, zahtevajo nova sporočila vašo pozornost." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1026,7 +1027,7 @@ msgid "In Progress" msgstr "V obdelavi" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1039,9 +1040,9 @@ msgid "Incorrect Data" msgstr "Napačni podatki" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Napačno dejanje!" @@ -1131,7 +1132,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1255,19 +1256,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Ni cenika! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Ne najdem veljavne postavke cenika!" @@ -1326,11 +1327,6 @@ msgstr "Odpri meni prodaje" msgid "Order" msgstr "Vrstni red" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Datum naročila" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1344,6 +1340,7 @@ msgstr "Ne fakturirane postavke naročila" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1395,7 +1392,6 @@ msgstr "Plačano" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1421,13 +1417,13 @@ msgid "Percentage" msgstr "Odstotek" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Prosim določite konto prihodkov za ta produkt: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Prosim, določite dnevnik prodaje za to podjetje: \"%s\" (id:%d)." @@ -1449,7 +1445,7 @@ msgid "Pricelist" msgstr "Cenik" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Opozorilo cenika !" @@ -1481,10 +1477,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Izdelek" @@ -1574,7 +1570,7 @@ msgid "Quotation confirmed" msgstr "Ponudba potrjena" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1625,11 +1621,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Znova ustvari račun" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referenčna enota mere" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1655,6 +1646,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Postavka prodajnega naloga" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1690,14 +1686,18 @@ msgstr "Avansni račun" msgid "Sales Analysis" msgstr "Prodajne Analize" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Prodaja Izdela Račun" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1809,11 +1809,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Prodaja v izjemah" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1986,7 +1981,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Znesek avansa mora biti pozitiven." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1995,7 +1990,7 @@ msgstr "" "Nastavitve \"Kategorija proizvoda\" nimajo definiranega konta prihodkov." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2258,13 +2253,13 @@ msgid "What do you want to invoice?" msgstr "Kaj želite fakturirati?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Ne morete preklicati postavke , ki je že bila fakturirana." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Ni možno potrditi prodajnega naloga brez postavk" @@ -2276,14 +2271,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Ne morete ustvariti računa , ker prodajni nalog ni potrjen" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "Prodaj z istim partnerjem in različnimi valutami ne morete združiti." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2305,3 +2300,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Datum naročila" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referenčna enota mere" diff --git a/addons/sale/i18n/sq.po b/addons/sale/i18n/sq.po index 4f0f363fab3..03cc2b21f9c 100644 --- a/addons/sale/i18n/sq.po +++ b/addons/sale/i18n/sq.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:46+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:32+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/sr.po b/addons/sale/i18n/sr.po index 0d09a7abb62..c1be82f3d74 100644 --- a/addons/sale/i18n/sr.po +++ b/addons/sale/i18n/sr.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analitički nalog" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Otkazano" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Preduzece" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kupac" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "U toku" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Nalog" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Datum Naloga" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Plaćeni" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Cenovnik" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Osvežavanje računa" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Stavke naloga za prodaju" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Analiza prodaje" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Prodaje izuzeci" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Datum Naloga" diff --git a/addons/sale/i18n/sr@latin.po b/addons/sale/i18n/sr@latin.po index 9f521bca95b..1a5ac30e8a1 100644 --- a/addons/sale/i18n/sr@latin.po +++ b/addons/sale/i18n/sr@latin.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analitički nalog" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Otkazano" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Preduzece" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kupac" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "U toku" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Nalog" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Datum Naloga" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Plaćeni" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Partner" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Cenovnik" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Proizvod" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Osvežavanje računa" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Stavke naloga za prodaju" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Analiza prodaje" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Prodaje izuzeci" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Datum Naloga" diff --git a/addons/sale/i18n/sv.po b/addons/sale/i18n/sv.po index 69094519fb6..a7683ec2c23 100644 --- a/addons/sale/i18n/sv.po +++ b/addons/sale/i18n/sv.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -81,104 +180,6 @@ msgstr "" "* Status \"Inställd\" ställs in när en användare avbryter kundorder " "relaterade." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -452,7 +453,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Objektkonto" @@ -473,7 +473,7 @@ msgid "Before Delivery" msgstr "Före leverans" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -527,19 +527,19 @@ msgid "Cancelled" msgstr "Avbruten" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Kan inte avbryta denna kundorder!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "Kan inte rader orderrader som är i läget '%s'." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -596,7 +596,7 @@ msgid "Company" msgstr "Bolag" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -700,11 +700,12 @@ msgstr "Valuta" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Kund" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Kundfakturor" @@ -859,12 +860,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "Aktivera fakturering kundorderrader" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Fel!" @@ -885,7 +886,7 @@ msgid "False" msgstr "Falskt" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Börja med att avbryta alla fakturor knutna till denna kundorder." @@ -1006,7 +1007,7 @@ msgid "If checked new messages require your attention." msgstr "Om ikryssad nya meddelanden som kräver din uppmärksamhet" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1026,7 +1027,7 @@ msgid "In Progress" msgstr "Pågår" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1039,9 +1040,9 @@ msgid "Incorrect Data" msgstr "Felaktiga data" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Felaktig åtgärd!" @@ -1130,7 +1131,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1254,19 +1255,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Ingen prislista !: " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Ingen korrekt prislista funnen!:" @@ -1326,11 +1327,6 @@ msgstr "Öppna kundordermenyn" msgid "Order" msgstr "Order" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Orderdatum" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1344,6 +1340,7 @@ msgstr "Orderrader att fakturera" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1395,7 +1392,6 @@ msgstr "Betald" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Företag" @@ -1421,13 +1417,13 @@ msgid "Percentage" msgstr "Procentandel" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Vänligen ange intäktskonto för denna produkt: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Vänligen ange försäljningsjournal för detta bolag: \"%s\" (id:%d)." @@ -1449,7 +1445,7 @@ msgid "Pricelist" msgstr "Prislista" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "Prislistevarning" @@ -1481,10 +1477,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Produkt" @@ -1574,7 +1570,7 @@ msgid "Quotation confirmed" msgstr "Bekräftade offerter" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1625,11 +1621,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Återskapa faktura" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referensenhet" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1656,6 +1647,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Kundorderrad" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1691,14 +1687,18 @@ msgstr "Försäljning, avancerad fakturabetalning" msgid "Sales Analysis" msgstr "Försäljningsanalys" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Skapa kundfaktura" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1810,11 +1810,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Kundorder med undantag" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1987,7 +1982,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Värdet på förskotterat belopp måste vara positivt." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1995,7 +1990,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2257,13 +2252,13 @@ msgid "What do you want to invoice?" msgstr "Vad önskar du fakturera?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "Du kan inte avbryta en kundorderrad som redan är fakturerad." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Du kan inte bekräfta en kundorder som saknar rader." @@ -2275,14 +2270,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Du kan inte skapa faktura innan ordern är bekräftad." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "Du kan inte gruppera försäljning med olika valutor på samma företag." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2306,3 +2301,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Orderdatum" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referensenhet" diff --git a/addons/sale/i18n/th.po b/addons/sale/i18n/th.po index 8fdfe83af62..5592f811f74 100644 --- a/addons/sale/i18n/th.po +++ b/addons/sale/i18n/th.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-20 05:06+0000\n" "Last-Translator: Khwunchai J. \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "วิเคราะห์บัญชี" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "ก่อนทำการจัดส่ง" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "ไม่สามารถยกเลิกรายการขายนี้ได้" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "ลูกค้า" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "ใบแจ้งหนี้ของลูกค้า" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "กำลังดำเนินการ" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "ข้อมูลผิดพลาด" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "วันที่สั่งซื้อ" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "ชำระแล้ว" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "พาร์ตเนอร์" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "รายการราคา" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "สร้างใบแจ้งหนี้ใหม่" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "วิเคราะห์การขาย" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "ยกเว้นการขาย" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "วันที่สั่งซื้อ" diff --git a/addons/sale/i18n/tlh.po b/addons/sale/i18n/tlh.po index e1bdf097b6f..5730c112781 100644 --- a/addons/sale/i18n/tlh.po +++ b/addons/sale/i18n/tlh.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/tr.po b/addons/sale/i18n/tr.po index 9d8a24b3974..acde0998a9e 100644 --- a/addons/sale/i18n/tr.po +++ b/addons/sale/i18n/tr.po @@ -7,17 +7,116 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 21:11+0000\n" -"Last-Translator: Ediz Duman \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-02 17:18+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:02+0000\n" +"X-Launchpad-Export-Date: 2014-10-03 06:27+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: tr\n" +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: sale #: field:product.product,sales_count:0 #: field:product.template,sales_count:0 @@ -86,198 +185,6 @@ msgstr "" "* 'İptal edildi' durumu, bir kullanıcı ilgili satış siparişini iptal ederse " "ayarlanır." -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" -"
    \n" -"\n" -"

    Merhaba ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Sipariş Numarası: ${object.name}
    \n" -"   Sipariş Toplamı: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Sipariş Tarihi: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Sipariş Referansı: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Sizin Referansınız: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Mişteri Temsilcisi: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" Online teklifinizi görebilirsiniz:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    Doğrudan Paypal ile ödeme de mümkündür:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    Herhangi bir sorunuz varsa, bizimle temas kurmaktan çekinmeyin.

    \n" -"

    Seçiminiz için teşekkür ederiz ${object.company_id.name or " -"'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -354,6 +261,16 @@ msgid "" "

    \n" " " msgstr "" +"

    \n" +" Satış siparişine dönüştürülebilecek bir teklif oluşturmak " +"için\n" +" tıklayın.\n" +"

    \n" +" Odoo, tam bir satış akışı işlemlerini etkili olarak " +"yapmanıza yardım eder:\n" +" teklif, satış siparişi, teslimat, faturalama ve ödeme.\n" +"

    \n" +" " #. module: sale #: model:ir.actions.act_window,help:sale.action_quotations @@ -538,6 +455,9 @@ msgid "" "Manage Related Stock.\n" "-This installs the module sale_stock." msgstr "" +"Farklı Satış politikları ve İlişkili Stok Yönetimi kullanarak Teklif, Satış " +"Siparişi yapmanızı sağlar.\n" +"-sale_stock modülünü kurar." #. module: sale #: help:sale.config.settings,group_discount_per_so_line:0 @@ -583,7 +503,6 @@ msgstr "" "satış siprişlerin de farklı teslimat ve fatura adresi belirlemenizi sağlar." #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Analitik Hesap" @@ -604,7 +523,7 @@ msgid "Before Delivery" msgstr "Teslimattan Önce" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -658,19 +577,19 @@ msgid "Cancelled" msgstr "İptal Edildi" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "Bu satış siparişi iptal edilemiyor!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "'%s' durumundaki bir satış sipariş kalemini silemezsiniz." #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -729,7 +648,7 @@ msgid "Company" msgstr "Şirket" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -833,11 +752,12 @@ msgstr "Para Birimi" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Müşteri" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "Müşteri Faturaları" @@ -992,12 +912,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "SatışSiparişi Satırında Faturalamayı Etkinleştirme" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Hata!" @@ -1018,7 +938,7 @@ msgid "False" msgstr "Yanlış" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Öncelikle bu satış siparişine bağlı tüm faturaları iptal et." @@ -1061,6 +981,10 @@ msgid "" "\n" " of the current and forecast revenue on the kanban view." msgstr "" +"Geçerli ay için fatura geliri tahminidir. Satış takımının bu ay içinde " +"kesmesi \n" +"Gereken faturaların tutarıdır. Kanban görünümünde mevcut ve \n" +"Tahmini gelirin hesaplanmasında kullanılır." #. module: sale #: model:ir.actions.act_window,help:sale.action_account_invoice_report_salesteam @@ -1069,6 +993,10 @@ msgid "" "customer. The tool search can also be used to personalise your Invoices " "reports and so, match this analysis to your needs." msgstr "" +"Bu rapordan, müşterilerinize kestiğiniz faturaların tutarlarını gözden " +"geçirebilirsiniz. Arama aracı ile Fatura raporlarını da ihtiyaçlarınıza göre " +"kişiselleştirebilirsiniz, ve böylece gereksinimize göre analiz " +"seçebilirsiniz." #. module: sale #: field:sale.config.settings,group_invoice_so_lines:0 @@ -1141,7 +1069,7 @@ msgid "If checked new messages require your attention." msgstr "İşaretliyse yeni mesajlar ilginizi gerektirir." #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1161,7 +1089,7 @@ msgid "In Progress" msgstr "Devam Eden" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1174,9 +1102,9 @@ msgid "Incorrect Data" msgstr "Hatalı Veri" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "Geçersiz İşlem!" @@ -1267,7 +1195,7 @@ msgid "Invoice created" msgstr "Fatura oluşturuldu" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "Fatura ödeme" @@ -1391,19 +1319,19 @@ msgid "New Mail" msgstr "Yeni Posta" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "Tanımlı Müşteri Yok!" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "Fiyat Listesi yok ! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "Geçerli fiyat listesi satırı bulunamadı !:" @@ -1413,7 +1341,7 @@ msgstr "Geçerli fiyat listesi satırı bulunamadı !:" msgid "" "Number of days between the order confirmation and the shipping of the " "products to the customer" -msgstr "" +msgstr "Sipariş onayı ve ürünlerin müşteriye sevkiyatı arasındaki gün sayısı" #. module: sale #: model:ir.actions.act_window,name:sale.action_order_tree @@ -1463,11 +1391,6 @@ msgstr "Satış Menüsünü Aç" msgid "Order" msgstr "Sipariş" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Sipariş Tarihi" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1481,6 +1404,7 @@ msgstr "Faturalanacak Sipariş Kalemleri" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "Sipariş Ay" @@ -1532,7 +1456,6 @@ msgstr "Ödendi" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "İş Ortağı" @@ -1558,13 +1481,13 @@ msgid "Percentage" msgstr "Yüzde" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "Lütfen bu ürün için gelir hesabı belirtin: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "Bu şirket için lütfen satış yevmiyesi oluşturun: \"%s\" (id:%d)." @@ -1586,7 +1509,7 @@ msgid "Pricelist" msgstr "Fiyat Listesi" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "FiyatListesi Uyarısı!" @@ -1618,10 +1541,10 @@ msgstr "Tedarik" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Ürün" @@ -1711,7 +1634,7 @@ msgid "Quotation confirmed" msgstr "Teklif onaylandı" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "Teklif oluşturuldu" @@ -1750,23 +1673,18 @@ msgstr "Teklif oluşturmada süre ortalaması" #. module: sale #: field:crm.case.section,monthly_invoiced:0 msgid "Rate of sent invoices per duration" -msgstr "" +msgstr "Bir sürede gönderilen faturaların oranı" #. module: sale #: field:crm.case.section,monthly_confirmed:0 msgid "Rate of validate sales orders per duration" -msgstr "" +msgstr "Her dönem için satış siparişlerinin doğrulanma oranı" #. module: sale #: view:sale.order:sale.view_order_form msgid "Recreate Invoice" msgstr "Faturayı Yeniden Oluştur" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "Referans Ölçü Birimi" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1780,17 +1698,22 @@ msgstr "Referans / Açıklama" #. module: sale #: view:crm.case.section:sale.crm_case_section_salesteams_view_kanban msgid "Revenue of confirmed sales orders per month." -msgstr "" +msgstr "Aylık onaylı satış siparişleri geliri." #. module: sale #: view:crm.case.section:sale.crm_case_section_salesteams_view_kanban msgid "Revenue of created quotations per month." -msgstr "" +msgstr "Aylık oluşturulan teklilerin geliri." #. module: sale #: view:crm.case.section:sale.crm_case_section_salesteams_view_kanban msgid "Revenue of sent invoices per month." -msgstr "" +msgstr "Aylık gönderilen faturaların geliri." + +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Satış Sipariş Kalemi" #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice @@ -1827,14 +1750,18 @@ msgstr "Peşin Ödemeli Satış Faturası" msgid "Sales Analysis" msgstr "Satış Analizi" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "Satış Hunisi" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Satışları Faturala" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1946,11 +1873,6 @@ msgstr "Satış Ekibleri" msgid "Sales in Exception" msgstr "İstisnai Satışlar" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "Satış sipariş satırı" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -2126,7 +2048,7 @@ msgid "The value of Advance Amount must be positive." msgstr "Avans Tutarı artı değer olmak zorundadır." #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -2136,7 +2058,7 @@ msgstr "" "tanımlanmış Gelir kategorisi hesabı yoktur." #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "Geçerli kullanıcı için varsayılan şirket yok!" @@ -2166,11 +2088,15 @@ msgid "" "Price and Cost Price.\n" "-This installs the module sale_margin." msgstr "" +"Satış siparişine 'Oran' ekler?\n" +"Birim Fiyat ve Maliyet Fiyatı arasındaki farkı hesaplayarak karlılığı " +"verir.\n" +"-sale_margin Modülünü kurar." #. module: sale #: help:sale.config.settings,module_website_quote:0 msgid "This adds the online quotation" -msgstr "" +msgstr "Çevrimiçi teklif ekler" #. module: sale #: help:account.config.settings,module_sale_analytic_plans:0 @@ -2400,14 +2326,14 @@ msgid "What do you want to invoice?" msgstr "Neyi faturalamak istiyorsunuz?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" "Hali hazırda fatura edilmiş bir satış siparişi kalemini iptal edemezsiniz." #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "Hiçbir kalem içermeyen satış siparişini onaylayamazsınız." @@ -2419,7 +2345,7 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "Satış siparişi onaylanmadan fatura oluşturamazsınız." #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." @@ -2427,7 +2353,7 @@ msgstr "" "Aynı iş ortağı için farklı para birimlerindeki satışları gruplandıramazsınız." #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2451,3 +2377,9 @@ msgstr "Sizin Referans:" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "Sipariş Tarihi" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "Referans Ölçü Birimi" diff --git a/addons/sale/i18n/uk.po b/addons/sale/i18n/uk.po index ed28568e061..1f300b27aa8 100644 --- a/addons/sale/i18n/uk.po +++ b/addons/sale/i18n/uk.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Аналітичний рахунок" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Клієнт" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "" @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Оплачено" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Прейскурант" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Продукт" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Перестворити інвойс" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Рядок заявки на продаж" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" diff --git a/addons/sale/i18n/vi.po b/addons/sale/i18n/vi.po index 950241221e9..dd51532c894 100644 --- a/addons/sale/i18n/vi.po +++ b/addons/sale/i18n/vi.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -71,104 +170,6 @@ msgid "" "* The 'Cancelled' status is set when a user cancel the sales order related." msgstr "" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -430,7 +431,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "Tài khoản KTQT" @@ -451,7 +451,7 @@ msgid "Before Delivery" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -503,19 +503,19 @@ msgid "Cancelled" msgstr "Đã hủy" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -572,7 +572,7 @@ msgid "Company" msgstr "Công ty" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -676,11 +676,12 @@ msgstr "" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "Khách hàng" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "" @@ -835,12 +836,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "Lỗi" @@ -861,7 +862,7 @@ msgid "False" msgstr "" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "Hủy các hóa đơn kèm theo Đơn hàng này trước." @@ -976,7 +977,7 @@ msgid "If checked new messages require your attention." msgstr "" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -994,7 +995,7 @@ msgid "In Progress" msgstr "Đang thực hiện" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1007,9 +1008,9 @@ msgid "Incorrect Data" msgstr "Dữ liệu sai" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "" @@ -1095,7 +1096,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1219,19 +1220,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "" #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "" @@ -1285,11 +1286,6 @@ msgstr "" msgid "Order" msgstr "Đơn đặt hàng" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "Ngày đặt hàng" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1303,6 +1299,7 @@ msgstr "" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1354,7 +1351,6 @@ msgstr "Đã thanh toán" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "Đối tác" @@ -1380,13 +1376,13 @@ msgid "Percentage" msgstr "" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "" @@ -1408,7 +1404,7 @@ msgid "Pricelist" msgstr "Bảng giá" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "" @@ -1440,10 +1436,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "Sản phẩm" @@ -1533,7 +1529,7 @@ msgid "Quotation confirmed" msgstr "Báo giá đã xác nhận" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1584,11 +1580,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "Tạo lại hóa đơn" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1614,6 +1605,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "Sản phẩm đơn chào hàng" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1649,14 +1645,18 @@ msgstr "" msgid "Sales Analysis" msgstr "Phân tích Bán hàng" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "Làm hóa đơn bán hàng" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1766,11 +1766,6 @@ msgstr "" msgid "Sales in Exception" msgstr "Bán hàng thuộc ngoại lệ" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1940,7 +1935,7 @@ msgid "The value of Advance Amount must be positive." msgstr "" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1948,7 +1943,7 @@ msgid "" msgstr "" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2199,13 +2194,13 @@ msgid "What do you want to invoice?" msgstr "" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "" @@ -2217,14 +2212,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2246,3 +2241,6 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "Ngày đặt hàng" diff --git a/addons/sale/i18n/zh_CN.po b/addons/sale/i18n/zh_CN.po index 4a4760df92e..0a5a030ad11 100644 --- a/addons/sale/i18n/zh_CN.po +++ b/addons/sale/i18n/zh_CN.po @@ -7,16 +7,115 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-21 15:26+0000\n" "Last-Translator: 盈通 ccdos \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:02+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" + #. module: sale #: field:product.product,sales_count:0 #: field:product.template,sales_count:0 @@ -78,104 +177,6 @@ msgstr "" "*当销售订单收货以后,状态变成“完成”。\n" "*当用户取消了销售订单,状态成为“取消”。" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -449,7 +450,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "辅助核算项" @@ -470,7 +470,7 @@ msgid "Before Delivery" msgstr "发运前" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -524,19 +524,19 @@ msgid "Cancelled" msgstr "已取消" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "不能取消这个销售订单!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "不能删除 '%s'状态的销售订单行。" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -595,7 +595,7 @@ msgid "Company" msgstr "公司" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -699,11 +699,12 @@ msgstr "币种" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "客户" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "客户发票" @@ -858,12 +859,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "允许逐行开票" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "错误!" @@ -884,7 +885,7 @@ msgid "False" msgstr "False" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "首先取消所有关联这个销售订单的发票。" @@ -1002,7 +1003,7 @@ msgid "If checked new messages require your attention." msgstr "如果要求你关注新消息,勾选此项" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1020,7 +1021,7 @@ msgid "In Progress" msgstr "处理中" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1033,9 +1034,9 @@ msgid "Incorrect Data" msgstr "错误的数据" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "非法的动作" @@ -1124,7 +1125,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1248,19 +1249,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "没价格表!: " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "明细没有找到有效的价格表!" @@ -1317,11 +1318,6 @@ msgstr "打开销售订单" msgid "Order" msgstr "订单" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "订单日期" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1335,6 +1331,7 @@ msgstr "订单行开票" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1386,7 +1383,6 @@ msgstr "支付" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "业务伙伴" @@ -1412,13 +1408,13 @@ msgid "Percentage" msgstr "百分比" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "请为这个产品定义收益科目: \"%s\" (id:%d)." #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "轻微公司 \"%s\" (id:%d) 定义销售分类账" @@ -1440,7 +1436,7 @@ msgid "Pricelist" msgstr "价格表" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "价格表警告!" @@ -1472,10 +1468,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "产品" @@ -1565,7 +1561,7 @@ msgid "Quotation confirmed" msgstr "报价已经确认" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1616,11 +1612,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "重新生成发票" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "参考计量单位" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1646,6 +1637,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "销售订单明细" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1681,14 +1677,18 @@ msgstr "销售预付款发票" msgid "Sales Analysis" msgstr "销售分析表" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "销售订单生成发票" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1798,11 +1798,6 @@ msgstr "" msgid "Sales in Exception" msgstr "销售异常" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1972,7 +1967,7 @@ msgid "The value of Advance Amount must be positive." msgstr "定金必须是正的" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1980,7 +1975,7 @@ msgid "" msgstr "产品类别的属性中,没有定义财务结构或者 收益类科目。" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2233,13 +2228,13 @@ msgid "What do you want to invoice?" msgstr "你要开什么发票?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "你不能取消已经开票的销售订单行" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "不能确认没有明细行的销售订单" @@ -2251,14 +2246,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "当销售订单未经确认时, 您不能创建发票。" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "你不能对有不同货币结算的同一个业务伙伴的销售订单进行分组。" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2282,3 +2277,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "sale.group_delivery_invoice_address" + +#~ msgid "Order Date" +#~ msgstr "订单日期" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "参考计量单位" diff --git a/addons/sale/i18n/zh_TW.po b/addons/sale/i18n/zh_TW.po index ede6b2b38f1..c13bed6c8f7 100644 --- a/addons/sale/i18n/zh_TW.po +++ b/addons/sale/i18n/zh_TW.po @@ -7,15 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: sale +#: model:email.template,body_html:sale.email_template_edi_sale +msgid "" +"\n" +"
    \n" +"\n" +"

    Hello ${object.partner_id.name},

    \n" +" \n" +"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " +"'order confirmation'} from ${object.company_id.name}:

    \n" +"\n" +"

    \n" +"   REFERENCES
    \n" +"   Order number: ${object.name}
    \n" +"   Order total: ${object.amount_total} " +"${object.pricelist_id.currency_id.name}
    \n" +"   Order date: ${object.date_order}
    \n" +" % if object.origin:\n" +"   Order reference: ${object.origin}
    \n" +" % endif\n" +" % if object.client_order_ref:\n" +"   Your reference: ${object.client_order_ref}
    \n" +" % endif\n" +" % if object.user_id:\n" +"   Your contact: ${object.user_id.name}\n" +" % endif\n" +"

    \n" +"

    \n" +" You can view your quotation online:\n" +"

    \n" +" View " +"${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}\n" +"\n" +" % if object.paypal_url:\n" +"
    \n" +"

    It is also possible to directly pay with Paypal:

    \n" +" \n" +" \n" +" \n" +" % endif\n" +"\n" +"
    \n" +"

    If you have any question, do not hesitate to contact us.

    \n" +"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" ${object.company_id.name}

    \n" +"
    \n" +"
    \n" +" \n" +" % if object.company_id.street:\n" +" ${object.company_id.street}
    \n" +" % endif\n" +" % if object.company_id.street2:\n" +" ${object.company_id.street2}
    \n" +" % endif\n" +" % if object.company_id.city or object.company_id.zip:\n" +" ${object.company_id.zip} ${object.company_id.city}
    \n" +" % endif\n" +" % if object.company_id.country_id:\n" +" ${object.company_id.state_id and ('%s, ' % " +"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " +"or ''}
    \n" +" % endif\n" +"
    \n" +" % if object.company_id.phone:\n" +"
    \n" +" Phone:  ${object.company_id.phone}\n" +"
    \n" +" % endif\n" +" % if object.company_id.website:\n" +"
    \n" +" Web : ${object.company_id.website}\n" +"
    \n" +" %endif\n" +"

    \n" +"
    \n" +"
    \n" +" " +msgstr "" #. module: sale #: field:product.product,sales_count:0 @@ -78,104 +177,6 @@ msgstr "" "* 「完成」狀態,指相關的銷售訂單已經完成取貨時。 \n" "* 「取消」狀態,指使用者取消該銷售訂單。" -#. module: sale -#: model:email.template,body_html:sale.email_template_edi_sale -msgid "" -"
    \n" -"\n" -"

    Hello ${object.partner_id.name},

    \n" -" \n" -"

    Here is your ${object.state in ('draft', 'sent') and 'quotation' or " -"'order confirmation'} from ${object.company_id.name}:

    \n" -"\n" -"

    \n" -"   REFERENCES
    \n" -"   Order number: ${object.name}
    \n" -"   Order total: ${object.amount_total} " -"${object.pricelist_id.currency_id.name}
    \n" -"   Order date: ${object.date_order}
    \n" -" % if object.origin:\n" -"   Order reference: ${object.origin}
    \n" -" % endif\n" -" % if object.client_order_ref:\n" -"   Your reference: ${object.client_order_ref}
    \n" -" % endif\n" -" % if object.user_id:\n" -"   Your contact: ${object.user_id.name}\n" -" % endif\n" -"

    \n" -"

    \n" -" You can view your quotation online:\n" -"

    \n" -" View ${object.state in " -"('draft', 'sent') and 'Quotation' or 'Order'}\n" -"\n" -" % if object.paypal_url:\n" -"
    \n" -"

    It is also possible to directly pay with Paypal:

    \n" -" \n" -" \n" -" \n" -" % endif\n" -"\n" -"
    \n" -"

    If you have any question, do not hesitate to contact us.

    \n" -"

    Thank you for choosing ${object.company_id.name or 'us'}!

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" ${object.company_id.name}

    \n" -"
    \n" -"
    \n" -" \n" -" % if object.company_id.street:\n" -" ${object.company_id.street}
    \n" -" % endif\n" -" % if object.company_id.street2:\n" -" ${object.company_id.street2}
    \n" -" % endif\n" -" % if object.company_id.city or object.company_id.zip:\n" -" ${object.company_id.zip} ${object.company_id.city}
    \n" -" % endif\n" -" % if object.company_id.country_id:\n" -" ${object.company_id.state_id and ('%s, ' % " -"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name " -"or ''}
    \n" -" % endif\n" -"
    \n" -" % if object.company_id.phone:\n" -"
    \n" -" Phone:  ${object.company_id.phone}\n" -"
    \n" -" % endif\n" -" % if object.company_id.website:\n" -"
    \n" -" Web : ${object.company_id.website}\n" -"
    \n" -" %endif\n" -"

    \n" -"
    \n" -"
    \n" -" " -msgstr "" - #. module: sale #: model:ir.actions.act_window,help:sale.action_orders msgid "" @@ -445,7 +446,6 @@ msgid "" msgstr "" #. module: sale -#: view:sale.report:sale.view_order_product_search #: field:sale.report,analytic_account_id:0 msgid "Analytic Account" msgstr "分析科目" @@ -466,7 +466,7 @@ msgid "Before Delivery" msgstr "出貨前" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "" "Before choosing a product,\n" @@ -518,19 +518,19 @@ msgid "Cancelled" msgstr "已取消" #. module: sale -#: code:addons/sale/sale.py:581 +#: code:addons/sale/sale.py:588 #, python-format msgid "Cannot cancel this sales order!" msgstr "無法取消此銷售訂單!" #. module: sale -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Cannot delete a sales order line which is in state '%s'." msgstr "不能刪除「%s」狀態的銷售訂單細項。" #. module: sale -#: code:addons/sale/sale.py:1134 +#: code:addons/sale/sale.py:1133 #, python-format msgid "" "Cannot find a pricelist line matching this product and quantity.\n" @@ -589,7 +589,7 @@ msgid "Company" msgstr "公司" #. module: sale -#: code:addons/sale/sale.py:1142 +#: code:addons/sale/sale.py:1141 #: code:addons/sale/wizard/sale_make_invoice_advance.py:92 #: code:addons/sale/wizard/sale_make_invoice_advance.py:96 #, python-format @@ -693,11 +693,12 @@ msgstr "貨幣" #: view:sale.order:sale.view_sales_order_filter #: field:sale.order,partner_id:0 #: field:sale.order.line,order_partner_id:0 +#: view:sale.report:sale.view_order_product_search msgid "Customer" msgstr "客戶" #. module: sale -#: code:addons/sale/sale.py:457 +#: code:addons/sale/sale.py:464 #, python-format msgid "Customer Invoices" msgstr "客戶發票" @@ -852,12 +853,12 @@ msgid "Enable Invoicing Sales order lines" msgstr "允許依銷售訂單逐項開立發票" #. module: sale -#: code:addons/sale/sale.py:148 -#: code:addons/sale/sale.py:383 -#: code:addons/sale/sale.py:515 -#: code:addons/sale/sale.py:612 -#: code:addons/sale/sale.py:930 -#: code:addons/sale/sale.py:947 +#: code:addons/sale/sale.py:154 +#: code:addons/sale/sale.py:390 +#: code:addons/sale/sale.py:522 +#: code:addons/sale/sale.py:605 +#: code:addons/sale/sale.py:927 +#: code:addons/sale/sale.py:944 #, python-format msgid "Error!" msgstr "錯誤!" @@ -878,7 +879,7 @@ msgid "False" msgstr "否" #. module: sale -#: code:addons/sale/sale.py:582 +#: code:addons/sale/sale.py:589 #, python-format msgid "First cancel all invoices attached to this sales order." msgstr "請先取消此銷售訂單附帶的所有發票。" @@ -996,7 +997,7 @@ msgid "If checked new messages require your attention." msgstr "當有新訊息時通知您。" #. module: sale -#: code:addons/sale/sale.py:298 +#: code:addons/sale/sale.py:305 #, python-format msgid "" "If you change the pricelist of this order (and eventually the currency), " @@ -1014,7 +1015,7 @@ msgid "In Progress" msgstr "進行中" #. module: sale -#: code:addons/sale/sale.py:267 +#: code:addons/sale/sale.py:274 #, python-format msgid "" "In order to delete a confirmed sales order, you must cancel it before!" @@ -1027,9 +1028,9 @@ msgid "Incorrect Data" msgstr "錯誤的資料" #. module: sale -#: code:addons/sale/sale.py:267 -#: code:addons/sale/sale.py:986 -#: code:addons/sale/sale.py:1165 +#: code:addons/sale/sale.py:274 +#: code:addons/sale/sale.py:983 +#: code:addons/sale/sale.py:1164 #, python-format msgid "Invalid Action!" msgstr "無效的動作" @@ -1118,7 +1119,7 @@ msgid "Invoice created" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1224 +#: code:addons/sale/sale.py:1217 #, python-format msgid "Invoice paid" msgstr "" @@ -1242,19 +1243,19 @@ msgid "New Mail" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1042 +#: code:addons/sale/sale.py:1041 #, python-format msgid "No Customer Defined!" msgstr "" #. module: sale -#: code:addons/sale/sale.py:1126 +#: code:addons/sale/sale.py:1125 #, python-format msgid "No Pricelist ! : " msgstr "無價格表! : " #. module: sale -#: code:addons/sale/sale.py:1137 +#: code:addons/sale/sale.py:1136 #, python-format msgid "No valid pricelist line found ! :" msgstr "找不到有效的價格表項目!" @@ -1311,11 +1312,6 @@ msgstr "開啟業務銷售選單" msgid "Order" msgstr "訂單" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Order Date" -msgstr "訂單日期" - #. module: sale #: view:sale.order:sale.view_order_form #: field:sale.order,order_line:0 @@ -1329,6 +1325,7 @@ msgstr "依訂單項目開立發票" #. module: sale #: view:sale.order:sale.view_sales_order_filter +#: view:sale.report:sale.view_order_product_search msgid "Order Month" msgstr "" @@ -1380,7 +1377,6 @@ msgstr "已付" #. module: sale #: model:ir.model,name:sale.model_res_partner -#: view:sale.report:sale.view_order_product_search #: field:sale.report,partner_id:0 msgid "Partner" msgstr "業務夥伴" @@ -1406,13 +1402,13 @@ msgid "Percentage" msgstr "百分比" #. module: sale -#: code:addons/sale/sale.py:931 +#: code:addons/sale/sale.py:928 #, python-format msgid "Please define income account for this product: \"%s\" (id:%d)." msgstr "請為此產品定義收益科目 \"%s\" (id:%d) 。" #. module: sale -#: code:addons/sale/sale.py:384 +#: code:addons/sale/sale.py:391 #, python-format msgid "Please define sales journal for this company: \"%s\" (id:%d)." msgstr "請為此公司 \"%s\" (id:%d) 定義銷售日記帳。" @@ -1434,7 +1430,7 @@ msgid "Pricelist" msgstr "價目表" #. module: sale -#: code:addons/sale/sale.py:297 +#: code:addons/sale/sale.py:304 #, python-format msgid "Pricelist Warning!" msgstr "價格表警示!" @@ -1466,10 +1462,10 @@ msgstr "" #. module: sale #: model:ir.model,name:sale.model_product_product +#: field:sale.order,product_id:0 #: view:sale.order.line:sale.view_sales_order_line_filter #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter #: field:sale.order.line,product_id:0 -#: view:sale.report:sale.view_order_product_search #: field:sale.report,product_id:0 msgid "Product" msgstr "產品" @@ -1559,7 +1555,7 @@ msgid "Quotation confirmed" msgstr "已確認之報價" #. module: sale -#: code:addons/sale/sale.py:355 +#: code:addons/sale/sale.py:362 #, python-format msgid "Quotation created" msgstr "" @@ -1610,11 +1606,6 @@ msgstr "" msgid "Recreate Invoice" msgstr "重新開立發票" -#. module: sale -#: view:sale.report:sale.view_order_product_search -msgid "Reference Unit of Measure" -msgstr "參考度量單位" - #. module: sale #: help:sale.order,origin:0 msgid "Reference of the document that generated this sales order request." @@ -1640,6 +1631,11 @@ msgstr "" msgid "Revenue of sent invoices per month." msgstr "" +#. module: sale +#: field:procurement.order,sale_line_id:0 +msgid "Sale Order Line" +msgstr "銷貨單明細" + #. module: sale #: model:ir.model,name:sale.model_sale_order_line_make_invoice msgid "Sale OrderLine Make_invoice" @@ -1675,14 +1671,18 @@ msgstr "訂單預付款發票" msgid "Sales Analysis" msgstr "業務銷售分析" +#. module: sale +#: model:ir.filters,name:sale.filter_sale_report_sales_funnel +msgid "Sales Funnel" +msgstr "" + #. module: sale #: model:ir.model,name:sale.model_sale_make_invoice msgid "Sales Make Invoice" msgstr "銷售開立發票" #. module: sale -#: code:addons/sale/sale.py:277 -#: code:addons/sale/sale.py:598 +#: code:addons/sale/sale.py:284 #: model:ir.model,name:sale.model_sale_order #: field:res.partner,sale_order_ids:0 #: model:res.request.link,name:sale.req_link_sale_order @@ -1792,11 +1792,6 @@ msgstr "" msgid "Sales in Exception" msgstr "銷售異常情況" -#. module: sale -#: field:procurement.order,sale_line_id:0 -msgid "Sales order line" -msgstr "" - #. module: sale #: view:sale.order.line:sale.view_sales_order_uninvoiced_line_filter msgid "Sales order lines done" @@ -1970,7 +1965,7 @@ msgid "The value of Advance Amount must be positive." msgstr "預付款金額必須為正值(大於零)" #. module: sale -#: code:addons/sale/sale.py:948 +#: code:addons/sale/sale.py:945 #, python-format msgid "" "There is no Fiscal Position defined or Income category account defined for " @@ -1978,7 +1973,7 @@ msgid "" msgstr "產品類別的預設值中沒有定義財務結構或者收益類別會計科目。" #. module: sale -#: code:addons/sale/sale.py:148 +#: code:addons/sale/sale.py:154 #, python-format msgid "There is no default company for the current user!" msgstr "" @@ -2231,13 +2226,13 @@ msgid "What do you want to invoice?" msgstr "您要開立什麼的發票?" #. module: sale -#: code:addons/sale/sale.py:986 +#: code:addons/sale/sale.py:983 #, python-format msgid "You cannot cancel a sales order line that has already been invoiced." msgstr "您無法取消已開發票的銷售訂單項目。" #. module: sale -#: code:addons/sale/sale.py:612 +#: code:addons/sale/sale.py:605 #, python-format msgid "You cannot confirm a sales order which has no line." msgstr "您無法確認沒有銷售項目的銷售訂單。" @@ -2249,14 +2244,14 @@ msgid "You cannot create invoice when sales order is not confirmed." msgstr "當銷售訂單尚未確認時,您不能開立發票。" #. module: sale -#: code:addons/sale/sale.py:516 +#: code:addons/sale/sale.py:523 #, python-format msgid "" "You cannot group sales having different currencies for the same partner." msgstr "您無法針對同一業務夥伴但使用不同幣別的銷售訂單進行分組" #. module: sale -#: code:addons/sale/sale.py:1124 +#: code:addons/sale/sale.py:1123 #, python-format msgid "" "You have to select a pricelist or a customer in the sales form !\n" @@ -2280,3 +2275,9 @@ msgstr "" #: view:res.partner:sale.res_partner_address_type msgid "sale.group_delivery_invoice_address" msgstr "" + +#~ msgid "Order Date" +#~ msgstr "訂單日期" + +#~ msgid "Reference Unit of Measure" +#~ msgstr "參考度量單位" diff --git a/addons/sale_analytic_plans/i18n/de.po b/addons/sale_analytic_plans/i18n/de.po index 7d4b820a872..ac1f7ef0cc9 100644 --- a/addons/sale_analytic_plans/i18n/de.po +++ b/addons/sale_analytic_plans/i18n/de.po @@ -8,19 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 11:55+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_analytic_plans #: field:sale.order.line,analytics_id:0 msgid "Analytic Distribution" -msgstr "Kostenstellen Distribution" +msgstr "Kostenstellenverrechnung" #. module: sale_analytic_plans #: model:ir.model,name:sale_analytic_plans.model_sale_order_line diff --git a/addons/sale_crm/i18n/de.po b/addons/sale_crm/i18n/de.po index 9020ee390ec..37688033377 100644 --- a/addons/sale_crm/i18n/de.po +++ b/addons/sale_crm/i18n/de.po @@ -8,15 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-29 08:31+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"PO-Revision-Date: 2014-10-03 09:42+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_crm #: field:sale.order,campaign_id:0 @@ -141,7 +140,7 @@ msgstr "Herkunft" #. module: sale_crm #: field:sale.order,categ_ids:0 msgid "Tags" -msgstr "" +msgstr "Schlagworte" #. module: sale_crm #: help:sale.order,campaign_id:0 diff --git a/addons/sale_layout/i18n/de.po b/addons/sale_layout/i18n/de.po index 72d7751224c..4825e42df55 100644 --- a/addons/sale_layout/i18n/de.po +++ b/addons/sale_layout/i18n/de.po @@ -8,20 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-29 08:40+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"PO-Revision-Date: 2014-10-03 09:42+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_layout #: view:website:sale_layout.category_template msgid "•" -msgstr "" +msgstr "•" #. module: sale_layout #: view:website:sale.report_saleorder_document @@ -31,6 +30,10 @@ msgid "" "

    \n" " " msgstr "" +"\n" +"
    \n" +"

    \n" +" " #. module: sale_layout #: view:website:account.report_invoice_document @@ -40,12 +43,16 @@ msgid "" "

    \n" "
    " msgstr "" +"\n" +"
    \n" +"

    \n" +" " #. module: sale_layout #: view:website:account.report_invoice_document #: view:website:sale.report_saleorder_document msgid "" -msgstr "" +msgstr "" #. module: sale_layout #: field:sale_layout.category,pagebreak:0 diff --git a/addons/sale_mrp/i18n/ar.po b/addons/sale_mrp/i18n/ar.po index 3b2347716b9..d90eb858c98 100644 --- a/addons/sale_mrp/i18n/ar.po +++ b/addons/sale_mrp/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/bg.po b/addons/sale_mrp/i18n/bg.po index dacb69b6e1e..fc15612b94d 100644 --- a/addons/sale_mrp/i18n/bg.po +++ b/addons/sale_mrp/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/bs.po b/addons/sale_mrp/i18n/bs.po index a090459e0a7..ee72252ace4 100644 --- a/addons/sale_mrp/i18n/bs.po +++ b/addons/sale_mrp/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/ca.po b/addons/sale_mrp/i18n/ca.po index 4b0adfc0821..66aa1d2aa97 100644 --- a/addons/sale_mrp/i18n/ca.po +++ b/addons/sale_mrp/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/cs.po b/addons/sale_mrp/i18n/cs.po index 2364b1afff3..78cef395a98 100644 --- a/addons/sale_mrp/i18n/cs.po +++ b/addons/sale_mrp/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/da.po b/addons/sale_mrp/i18n/da.po index b2148a2dbd8..66a356eae3c 100644 --- a/addons/sale_mrp/i18n/da.po +++ b/addons/sale_mrp/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/de.po b/addons/sale_mrp/i18n/de.po index 906957c4454..36185ea1751 100644 --- a/addons/sale_mrp/i18n/de.po +++ b/addons/sale_mrp/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-29 08:42+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -57,3 +57,8 @@ msgstr "Verkaufsauftrag" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Auftragsposition" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/es.po b/addons/sale_mrp/i18n/es.po index c63f2a9ccd9..42a030e4fae 100644 --- a/addons/sale_mrp/i18n/es.po +++ b/addons/sale_mrp/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 21:24+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:27+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "Pedido de venta" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Línea de pedido de venta" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "Movimiento de existencias" diff --git a/addons/sale_mrp/i18n/es_AR.po b/addons/sale_mrp/i18n/es_AR.po index b0d13e50e18..6b37ad216e5 100644 --- a/addons/sale_mrp/i18n/es_AR.po +++ b/addons/sale_mrp/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/es_CL.po b/addons/sale_mrp/i18n/es_CL.po index ccf69551e80..a66eac97a99 100644 --- a/addons/sale_mrp/i18n/es_CL.po +++ b/addons/sale_mrp/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/es_CR.po b/addons/sale_mrp/i18n/es_CR.po index 2875840d2a2..9aea4a38206 100644 --- a/addons/sale_mrp/i18n/es_CR.po +++ b/addons/sale_mrp/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/et.po b/addons/sale_mrp/i18n/et.po index 66fdee87d2a..80c53e610ef 100644 --- a/addons/sale_mrp/i18n/et.po +++ b/addons/sale_mrp/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/fi.po b/addons/sale_mrp/i18n/fi.po index 56fa37490c3..d2e9d49a50c 100644 --- a/addons/sale_mrp/i18n/fi.po +++ b/addons/sale_mrp/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-27 17:49+0000\n" +"Last-Translator: Mikko Salmela \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -35,7 +35,7 @@ msgstr "Valmistustilaus" #. module: sale_mrp #: field:sale.order.line,property_ids:0 msgid "Properties" -msgstr "" +msgstr "Ominaisuudet" #. module: sale_mrp #: field:mrp.production,sale_name:0 @@ -50,9 +50,14 @@ msgstr "Myyntiviite" #. module: sale_mrp #: model:ir.model,name:sale_mrp.model_sale_order msgid "Sales Order" -msgstr "" +msgstr "Myyntitilaus" #. module: sale_mrp #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" -msgstr "" +msgstr "Myyntitilausrivi" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "Varastosiirto" diff --git a/addons/sale_mrp/i18n/fr.po b/addons/sale_mrp/i18n/fr.po index c0e10ab376a..c2c5e956f87 100644 --- a/addons/sale_mrp/i18n/fr.po +++ b/addons/sale_mrp/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/gl.po b/addons/sale_mrp/i18n/gl.po index 22aac796a3d..0f04c6768fa 100644 --- a/addons/sale_mrp/i18n/gl.po +++ b/addons/sale_mrp/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/hr.po b/addons/sale_mrp/i18n/hr.po index cf6a8392928..2a4f1ccc64f 100644 --- a/addons/sale_mrp/i18n/hr.po +++ b/addons/sale_mrp/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/hu.po b/addons/sale_mrp/i18n/hu.po index 544470a26b3..a1797917e8f 100644 --- a/addons/sale_mrp/i18n/hu.po +++ b/addons/sale_mrp/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/it.po b/addons/sale_mrp/i18n/it.po index 3e124373628..b0c44f3db44 100644 --- a/addons/sale_mrp/i18n/it.po +++ b/addons/sale_mrp/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-22 14:52+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp @@ -56,3 +56,8 @@ msgstr "Ordine di vendita" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Riga ordine di vendita" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/ja.po b/addons/sale_mrp/i18n/ja.po index b1d6bce8bb6..9f90fb3aa7f 100644 --- a/addons/sale_mrp/i18n/ja.po +++ b/addons/sale_mrp/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/ko.po b/addons/sale_mrp/i18n/ko.po index 3bdaaa819e1..8af38283453 100644 --- a/addons/sale_mrp/i18n/ko.po +++ b/addons/sale_mrp/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 00:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/lt.po b/addons/sale_mrp/i18n/lt.po index 10ca2da69a2..f1195d407b7 100644 --- a/addons/sale_mrp/i18n/lt.po +++ b/addons/sale_mrp/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -58,3 +58,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/mk.po b/addons/sale_mrp/i18n/mk.po index 391812b3288..3483da8113e 100644 --- a/addons/sale_mrp/i18n/mk.po +++ b/addons/sale_mrp/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/mn.po b/addons/sale_mrp/i18n/mn.po index 41c2eb15ad5..cd2a6ba9b13 100644 --- a/addons/sale_mrp/i18n/mn.po +++ b/addons/sale_mrp/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/nb.po b/addons/sale_mrp/i18n/nb.po index 2c9b6d2175b..c36ff7d9a8e 100644 --- a/addons/sale_mrp/i18n/nb.po +++ b/addons/sale_mrp/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/nl.po b/addons/sale_mrp/i18n/nl.po index d1b86519fe4..ab4be9cecfd 100644 --- a/addons/sale_mrp/i18n/nl.po +++ b/addons/sale_mrp/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 20:04+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 10:34+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "Verkooporder" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Verkooporderregel" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "Voorraadmutatie" diff --git a/addons/sale_mrp/i18n/nl_BE.po b/addons/sale_mrp/i18n/nl_BE.po index a6aee8503b9..76d774b0aa7 100644 --- a/addons/sale_mrp/i18n/nl_BE.po +++ b/addons/sale_mrp/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/pl.po b/addons/sale_mrp/i18n/pl.po index fe45c747d02..835615c732a 100644 --- a/addons/sale_mrp/i18n/pl.po +++ b/addons/sale_mrp/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-27 15:02+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "Zamówienie sprzedaży" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Pozycja zamówienia sprzedaży" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/pt.po b/addons/sale_mrp/i18n/pt.po index 21557a28a38..7fc07dffc61 100644 --- a/addons/sale_mrp/i18n/pt.po +++ b/addons/sale_mrp/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 23:11+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "Ordem de Venda" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Linha da ordem de venda" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/pt_BR.po b/addons/sale_mrp/i18n/pt_BR.po index 705ccafed08..f32a3cd07e2 100644 --- a/addons/sale_mrp/i18n/pt_BR.po +++ b/addons/sale_mrp/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 20:53+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp @@ -57,3 +57,8 @@ msgstr "Pedido de Venda" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "Linha do Pedido de Vendas" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/ro.po b/addons/sale_mrp/i18n/ro.po index c4105e6f7d2..6872350da6f 100644 --- a/addons/sale_mrp/i18n/ro.po +++ b/addons/sale_mrp/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/ru.po b/addons/sale_mrp/i18n/ru.po index 1b1a066b833..76d8c93d35c 100644 --- a/addons/sale_mrp/i18n/ru.po +++ b/addons/sale_mrp/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/sl.po b/addons/sale_mrp/i18n/sl.po index 61de703dee6..526fd26cfcf 100644 --- a/addons/sale_mrp/i18n/sl.po +++ b/addons/sale_mrp/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/sr@latin.po b/addons/sale_mrp/i18n/sr@latin.po index 4167c3cd647..749858a55d2 100644 --- a/addons/sale_mrp/i18n/sr@latin.po +++ b/addons/sale_mrp/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/sv.po b/addons/sale_mrp/i18n/sv.po index 22ce305f394..8cb73c81116 100644 --- a/addons/sale_mrp/i18n/sv.po +++ b/addons/sale_mrp/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/th.po b/addons/sale_mrp/i18n/th.po index e3a874abeb3..5df462d092f 100644 --- a/addons/sale_mrp/i18n/th.po +++ b/addons/sale_mrp/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/tr.po b/addons/sale_mrp/i18n/tr.po index d6d280c0c5b..ba3dc05156f 100644 --- a/addons/sale_mrp/i18n/tr.po +++ b/addons/sale_mrp/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/zh_CN.po b/addons/sale_mrp/i18n/zh_CN.po index 209edd48bf5..37bdc7e693a 100644 --- a/addons/sale_mrp/i18n/zh_CN.po +++ b/addons/sale_mrp/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_mrp/i18n/zh_TW.po b/addons/sale_mrp/i18n/zh_TW.po index 2ec82a213ad..93cdff2eb57 100644 --- a/addons/sale_mrp/i18n/zh_TW.po +++ b/addons/sale_mrp/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_mrp #: help:mrp.production,sale_ref:0 @@ -56,3 +56,8 @@ msgstr "" #: model:ir.model,name:sale_mrp.model_sale_order_line msgid "Sales Order Line" msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_stock_move +msgid "Stock Move" +msgstr "" diff --git a/addons/sale_service/i18n/de.po b/addons/sale_service/i18n/de.po index d570318e57f..561d006ea79 100644 --- a/addons/sale_service/i18n/de.po +++ b/addons/sale_service/i18n/de.po @@ -7,16 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-29 08:47+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 09:42+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -39,6 +38,11 @@ msgstr "Auftragszeile" msgid "Procurement" msgstr "Beschaffung" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "Produkt" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -55,7 +59,6 @@ msgid "Project Management Information" msgstr "Projektmanagementinformation" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Auftragsposition" @@ -72,7 +75,7 @@ msgid "Task Stage" msgstr "Aufgabenstufe" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Aufgabe angelegt" diff --git a/addons/sale_service/i18n/es.po b/addons/sale_service/i18n/es.po index 2785b67a690..c62a54b8e52 100644 --- a/addons/sale_service/i18n/es.po +++ b/addons/sale_service/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-18 12:01+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:27+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -38,6 +38,11 @@ msgstr "Línea del pedido" msgid "Procurement" msgstr "Abastecimiento" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "Producto" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "Información de gestión del proyecto" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Línea de pedido de venta" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "Etapa de la tarea" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Tarea creada" diff --git a/addons/sale_service/i18n/hr.po b/addons/sale_service/i18n/hr.po index f10be521f00..6ee64af7c33 100644 --- a/addons/sale_service/i18n/hr.po +++ b/addons/sale_service/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 11:14+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -38,6 +38,11 @@ msgstr "Stavka naloga" msgid "Procurement" msgstr "Nabava" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Stavka prodajnog naloga" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "Faza zadatka" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Zadatak kreiran" diff --git a/addons/sale_service/i18n/it.po b/addons/sale_service/i18n/it.po index 40953bfbcdd..a386cd223ae 100644 --- a/addons/sale_service/i18n/it.po +++ b/addons/sale_service/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-15 13:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 09:04+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: sale_service @@ -36,6 +36,11 @@ msgstr "" #: model:ir.model,name:sale_service.model_procurement_order #: field:project.task,procurement_id:0 msgid "Procurement" +msgstr "Approvvigionamento" + +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" msgstr "" #. module: sale_service @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Riga ordine di vendita" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "Fase attività" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Attività creata" diff --git a/addons/sale_service/i18n/ko.po b/addons/sale_service/i18n/ko.po index 825b9530265..a1b0f743006 100644 --- a/addons/sale_service/i18n/ko.po +++ b/addons/sale_service/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 00:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -38,6 +38,11 @@ msgstr "" msgid "Procurement" msgstr "" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "" diff --git a/addons/sale_service/i18n/nl.po b/addons/sale_service/i18n/nl.po index edf9bc155be..11103bdee64 100644 --- a/addons/sale_service/i18n/nl.po +++ b/addons/sale_service/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-16 18:25+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 10:34+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-17 06:48+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -38,6 +38,11 @@ msgstr "Orderregel" msgid "Procurement" msgstr "Verwerving" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "Product" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "Project management informatie" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Verkooporderregel" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "Taak fase" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Taak aangemaakt" diff --git a/addons/sale_service/i18n/pl.po b/addons/sale_service/i18n/pl.po index 0f1b7c05e7c..0f48f86cf5e 100644 --- a/addons/sale_service/i18n/pl.po +++ b/addons/sale_service/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-29 10:09+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -38,6 +38,11 @@ msgstr "Pozycja zamówienia" msgid "Procurement" msgstr "Zapotrzebowanie" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "Informacje o zarządzie projektu" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Pozycja zamówienia sprzedaży" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "Etap zadania" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Zadanie utworzone" diff --git a/addons/sale_service/i18n/pt.po b/addons/sale_service/i18n/pt.po index 3bfd34a5edd..ce5a87e15bf 100644 --- a/addons/sale_service/i18n/pt.po +++ b/addons/sale_service/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-21 20:49+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:24+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_service #: field:project.task.type,closed:0 @@ -38,6 +38,11 @@ msgstr "Linha da ordem" msgid "Procurement" msgstr "Aprovisionamento" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -54,7 +59,6 @@ msgid "Project Management Information" msgstr "Informação da Gestão do Projecto" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Linha da Ordem de Venda" @@ -71,7 +75,7 @@ msgid "Task Stage" msgstr "Fase da Tarefa" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Tarefa Criada" diff --git a/addons/sale_service/i18n/pt_BR.po b/addons/sale_service/i18n/pt_BR.po index f5cd56f41b8..b6a953eb619 100644 --- a/addons/sale_service/i18n/pt_BR.po +++ b/addons/sale_service/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 21:05+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: sale_service @@ -39,6 +39,11 @@ msgstr "Linha do Pedido" msgid "Procurement" msgstr "Aquisições" +#. module: sale_service +#: model:ir.model,name:sale_service.model_product_product +msgid "Product" +msgstr "" + #. module: sale_service #: model:ir.model,name:sale_service.model_product_template msgid "Product Template" @@ -55,7 +60,6 @@ msgid "Project Management Information" msgstr "Informações de Gerencia de Projeto" #. module: sale_service -#: model:ir.model,name:sale_service.model_sale_order_line #: field:project.task,sale_line_id:0 msgid "Sales Order Line" msgstr "Linha do Pedido de Vendas" @@ -72,7 +76,7 @@ msgid "Task Stage" msgstr "Estágios de Tarefas" #. module: sale_service -#: code:addons/sale_service/models/sale_service.py:97 +#: code:addons/sale_service/models/sale_service.py:96 #, python-format msgid "Task created" msgstr "Tarefa criada" diff --git a/addons/sale_stock/i18n/ar.po b/addons/sale_stock/i18n/ar.po index 13b9f226237..01508e38fd0 100644 --- a/addons/sale_stock/i18n/ar.po +++ b/addons/sale_stock/i18n/ar.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(غير ممكن)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "الشركات" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "تمّ الالتقاط" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "المخزن" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgstr "" "المخزون الحقيقي: %.2f %s. (دون حجز)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -386,3 +390,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "تمّ الالتقاط" diff --git a/addons/sale_stock/i18n/bg.po b/addons/sale_stock/i18n/bg.po index 7de19b86bf4..7cb46301a50 100644 --- a/addons/sale_stock/i18n/bg.po +++ b/addons/sale_stock/i18n/bg.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "не е налично/и" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Фирми" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Натоварен" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Склад" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Натоварен" diff --git a/addons/sale_stock/i18n/bs.po b/addons/sale_stock/i18n/bs.po index 0ba1a2cc241..71d95e7ebde 100644 --- a/addons/sale_stock/i18n/bs.po +++ b/addons/sale_stock/i18n/bs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Kompanije" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Greška u konfiguraciji!" @@ -181,7 +181,7 @@ msgstr "" "se izborili sa neplaniranim odgodama u lancu snadbjevanja." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Nema dovoljno zalihe! : " @@ -211,12 +211,7 @@ msgstr "" "nepotpunu dostavu." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Izuzeto" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informacije prikupljanja proizvoda ! : " @@ -236,6 +231,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Pripremi fakture bazirano na aktivnostima zadataka" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -349,7 +354,6 @@ msgstr "Pregledaj narudžbu dostave" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Skladište" @@ -370,7 +374,7 @@ msgstr "" "prodajnom narudžbom." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -380,7 +384,7 @@ msgstr "" "Prava zaliha je %.2f %s. (bez rezervacija)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -404,3 +408,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Izuzeto" diff --git a/addons/sale_stock/i18n/ca.po b/addons/sale_stock/i18n/ca.po index f5c4cd411be..bc652b6b0b1 100644 --- a/addons/sale_stock/i18n/ca.po +++ b/addons/sale_stock/i18n/ca.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Companyies" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Enviada" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Magatzem" @@ -357,7 +361,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -367,7 +371,7 @@ msgstr "" "L'estoc real és %.2f %s. (sense reserves)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -387,3 +391,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Enviada" diff --git a/addons/sale_stock/i18n/cs.po b/addons/sale_stock/i18n/cs.po index c5983d0151e..b07cc210a69 100644 --- a/addons/sale_stock/i18n/cs.po +++ b/addons/sale_stock/i18n/cs.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(nedost.)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Společnosti" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Naskladněno" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Sklad" @@ -358,7 +362,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -386,3 +390,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Naskladněno" diff --git a/addons/sale_stock/i18n/da.po b/addons/sale_stock/i18n/da.po index d945a91b9bb..ff31d811bbd 100644 --- a/addons/sale_stock/i18n/da.po +++ b/addons/sale_stock/i18n/da.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Virksomheder" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Lagersted" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/de.po b/addons/sale_stock/i18n/de.po index 143b75b6605..ca8217cdef8 100644 --- a/addons/sale_stock/i18n/de.po +++ b/addons/sale_stock/i18n/de.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-29 08:54+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 09:42+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/v)" @@ -74,8 +73,8 @@ msgid "Companies" msgstr "Unternehmen" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Konfigurationsfehler!" @@ -194,7 +193,7 @@ msgstr "" "Kunde mit Vorsicht einsetzen!)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Nicht genug auf Lager! " @@ -224,12 +223,7 @@ msgstr "" "Teillieferungen möglich sind" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Ausgeliefert" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Lieferschein Info!: " @@ -249,6 +243,16 @@ msgstr "Packauftrag für diesen Auftrag" msgid "Prepare invoices based on task's activities" msgstr "Präpariere Rechnung von Aufgaben" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "Produkt" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "Produktvorlage" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -282,7 +286,7 @@ msgstr "Auftragspositionen" #. module: sale_stock #: field:sale.config.settings,module_sale_service:0 msgid "Sale Service" -msgstr "" +msgstr "Verkauf Kundendienst" #. module: sale_stock #: model:ir.model,name:sale_stock.model_sale_order @@ -362,7 +366,6 @@ msgstr "Anzeige Auslieferauftrag" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Zentrallager" @@ -383,7 +386,7 @@ msgid "" msgstr "Zuerst müssen Sie alle Lieferungen für diesen Auftrag abbrechen." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -393,7 +396,7 @@ msgstr "" "Der Bestand beträgt %.2f %s. (ohne Reservierungen)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -417,3 +420,8 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" +"{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" +"ue\"}" + +#~ msgid "Picked" +#~ msgstr "Ausgeliefert" diff --git a/addons/sale_stock/i18n/el.po b/addons/sale_stock/i18n/el.po index d992dba8dae..3b0d5d7355a 100644 --- a/addons/sale_stock/i18n/el.po +++ b/addons/sale_stock/i18n/el.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(δεν υπάρχει)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Εταιρίες" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Picked" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Αποθήκη" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Picked" diff --git a/addons/sale_stock/i18n/es.po b/addons/sale_stock/i18n/es.po index 5214aa8ae97..581e641a352 100644 --- a/addons/sale_stock/i18n/es.po +++ b/addons/sale_stock/i18n/es.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-18 11:00+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:30+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -76,8 +76,8 @@ msgid "Companies" msgstr "Compañías" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "¡Error de configuración!" @@ -196,7 +196,7 @@ msgstr "" "de suministro." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "¡No hay suficiente stock! " @@ -226,12 +226,7 @@ msgstr "" "parciales." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Enviada" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "¡Información del alabarán! " @@ -251,6 +246,16 @@ msgstr "Albarán asociado a esta venta" msgid "Prepare invoices based on task's activities" msgstr "Preparar facturas basadas en las actividades de las tareas" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "Producto" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "Plantilla de producto" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -364,7 +369,6 @@ msgstr "Ver orden de entrega" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Almacén" @@ -385,7 +389,7 @@ msgstr "" "Primero debe cancelar todas las órdenes de entrega de este pedido de venta." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -395,7 +399,7 @@ msgstr "" "El stock real es %.2f %s. (sin reservas)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -421,3 +425,6 @@ msgid "" msgstr "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" + +#~ msgid "Picked" +#~ msgstr "Enviada" diff --git a/addons/sale_stock/i18n/es_AR.po b/addons/sale_stock/i18n/es_AR.po index dc3cb276f45..95bec349f0f 100644 --- a/addons/sale_stock/i18n/es_AR.po +++ b/addons/sale_stock/i18n/es_AR.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Compañías" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "¡Error de Configuración!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "¡No hay suficiente stock! : " @@ -208,12 +208,7 @@ msgstr "" "parciales." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "¡Información del remito! : " @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -343,7 +348,6 @@ msgstr "Ver Orden de Entrega" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Depósito" @@ -365,7 +369,7 @@ msgstr "" "de venta." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -373,7 +377,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/es_PE.po b/addons/sale_stock/i18n/es_PE.po index 6a61b8e2d3f..fbbd1289605 100644 --- a/addons/sale_stock/i18n/es_PE.po +++ b/addons/sale_stock/i18n/es_PE.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Información de la Guía! " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/et.po b/addons/sale_stock/i18n/et.po index 8cb3befa314..55994e39f89 100644 --- a/addons/sale_stock/i18n/et.po +++ b/addons/sale_stock/i18n/et.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Seadistuse viga!" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Laos pole piisavalt kaupa! : " @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Nopitud" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Ladu" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgstr "" "Reaalne laoseis on %.2f %s. (ilma reservatsioonideta)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -386,3 +390,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Nopitud" diff --git a/addons/sale_stock/i18n/fi.po b/addons/sale_stock/i18n/fi.po index 2a1cfe622e0..b0b04b12ceb 100644 --- a/addons/sale_stock/i18n/fi.po +++ b/addons/sale_stock/i18n/fi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(ei saatavilla)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Yritykset" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Konfiguraatiovirhe!" @@ -182,7 +182,7 @@ msgstr "" "Tuotteet ajoitetaan hankintaan ja valmistukseen tämän verran päivinä aiemmin." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Ei tarpeeksi varastoa ! : " @@ -212,12 +212,7 @@ msgstr "" "osatoimitukset." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Kerätty" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Keräilytiedot ! : " @@ -237,6 +232,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Valmistele laskut perustuen tehtävän aktiviteetteihin" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -349,7 +354,6 @@ msgstr "Näytä toimitustilaus" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Varasto" @@ -369,7 +373,7 @@ msgstr "" "Peruuta ensin kaikki tähän myyntitilaukseen liittyvät toimitustilaukset." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -379,7 +383,7 @@ msgstr "" "Todellinen varasto on %.2f %s (ilman varauksia)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -403,3 +407,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Kerätty" diff --git a/addons/sale_stock/i18n/fr.po b/addons/sale_stock/i18n/fr.po index bc3fc72e3f4..a8596901c67 100644 --- a/addons/sale_stock/i18n/fr.po +++ b/addons/sale_stock/i18n/fr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -69,8 +69,8 @@ msgid "Companies" msgstr "Sociétés" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Erreur de paramétrage !" @@ -180,7 +180,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Pas assez de stock ! " @@ -210,12 +210,7 @@ msgstr "" "livraisons partielles." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Réceptionné" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Information sur l'opération ! : " @@ -235,6 +230,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Générer des factures basées sur des tâches" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -348,7 +353,6 @@ msgstr "Voir le bon de livraison" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Entrepôt" @@ -371,7 +375,7 @@ msgstr "" "commande." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -382,7 +386,7 @@ msgstr "" "Le stock réel est %.2f %s. (sans les réservations)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -406,3 +410,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Réceptionné" diff --git a/addons/sale_stock/i18n/gl.po b/addons/sale_stock/i18n/gl.po index bdb65f8170d..b4ce6c6e4aa 100644 --- a/addons/sale_stock/i18n/gl.po +++ b/addons/sale_stock/i18n/gl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/hr.po b/addons/sale_stock/i18n/hr.po index 8b97629a41b..72d3b028895 100644 --- a/addons/sale_stock/i18n/hr.po +++ b/addons/sale_stock/i18n/hr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Tvrtke" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Greška u konfiguraciji!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Nema dovoljno zaliha! : " @@ -208,12 +208,7 @@ msgstr "" "nepotpunu dostavu." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Odabran" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -346,7 +351,6 @@ msgstr "Pregledaj otpremnicu" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Skladište" @@ -367,7 +371,7 @@ msgstr "" "nalogom." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -377,7 +381,7 @@ msgstr "" "Prava zaliha je %.2f %s. (bez rezervacija)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -397,3 +401,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Odabran" diff --git a/addons/sale_stock/i18n/hu.po b/addons/sale_stock/i18n/hu.po index f858e646861..845f4823295 100644 --- a/addons/sale_stock/i18n/hu.po +++ b/addons/sale_stock/i18n/hu.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(nem alkalmazható)" @@ -70,8 +70,8 @@ msgid "Companies" msgstr "Vállalatok" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Beállítási hiba!" @@ -184,7 +184,7 @@ msgstr "" "előre nem látható késésével számítva." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Nincs elég raktárkészlet!: " @@ -214,12 +214,7 @@ msgstr "" "szállítmányt akar megengedni." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Kiszedve" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Kiválogatási információ ! : " @@ -239,6 +234,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Számlák készítése a feladat tevékenységek alapján" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -352,7 +357,6 @@ msgstr "Kiszállítási kézbesítési bizonylatok áttekintése" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Raktár" @@ -373,7 +377,7 @@ msgstr "" "törölnie kell." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -384,7 +388,7 @@ msgstr "" "A valós készlet: %.2f %s. (foglalások nélkül)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -409,3 +413,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Kiszedve" diff --git a/addons/sale_stock/i18n/id.po b/addons/sale_stock/i18n/id.po index 0ea955d3630..ba5894b1f26 100644 --- a/addons/sale_stock/i18n/id.po +++ b/addons/sale_stock/i18n/id.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "tidak tersedia" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Perusahaan" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Sudah Diambil" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Gudang" @@ -358,7 +362,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -369,7 +373,7 @@ msgstr "" "Stok sebenarnya %.2f %s. (tanpa pemesanan)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -389,3 +393,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Sudah Diambil" diff --git a/addons/sale_stock/i18n/is.po b/addons/sale_stock/i18n/is.po index f725522223c..2446abb1d67 100644 --- a/addons/sale_stock/i18n/is.po +++ b/addons/sale_stock/i18n/is.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/it.po b/addons/sale_stock/i18n/it.po index e8ae17a475a..10ab3c4aca0 100644 --- a/addons/sale_stock/i18n/it.po +++ b/addons/sale_stock/i18n/it.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/d)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Aziende" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Errore di configurazione!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Non disponibile in magazzino!: " @@ -208,12 +208,7 @@ msgstr "" "parziale" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Prelevato" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informazione ordine di consegna!: " @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -344,7 +349,6 @@ msgstr "Vedi ordine di consegna" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Magazzino" @@ -366,7 +370,7 @@ msgstr "" "Devi cancellare prima gli ordini di consegna collegati all'ordine di vendita" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -377,7 +381,7 @@ msgstr "" "Lo stock reale è pari a %.2f %s. (senza quantità riservate)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -397,3 +401,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Prelevato" diff --git a/addons/sale_stock/i18n/ja.po b/addons/sale_stock/i18n/ja.po index f2c6ca5b776..5d53293f1eb 100644 --- a/addons/sale_stock/i18n/ja.po +++ b/addons/sale_stock/i18n/ja.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(利用不可)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "会社" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "設定エラー" @@ -176,7 +176,7 @@ msgid "" msgstr "顧客に約束した日付の許容誤差。サプライチェーンの予想外の遅延に対処するため、製品は実際に約束した日より何日も前にスケジュールされます。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "在庫不足です: " @@ -204,12 +204,7 @@ msgid "" msgstr "分納が可能な場合は「入手できた時に各製品を配送」を選びます。" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "集荷" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "ピッキング情報: " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "タスクの活動に基づいて請求書を準備" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "配送オーダ照会" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "倉庫" @@ -356,7 +360,7 @@ msgid "" msgstr "始めにこの受注に紐づく配送オーダを取り消してください。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgstr "" "実在庫は %.2f %s です(予約を除く)。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -390,3 +394,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "集荷" diff --git a/addons/sale_stock/i18n/ko.po b/addons/sale_stock/i18n/ko.po index 1d6266a252a..8d18b498575 100644 --- a/addons/sale_stock/i18n/ko.po +++ b/addons/sale_stock/i18n/ko.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "업체" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "설정 오류!" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "재고가 부족함 ! : " @@ -204,12 +204,7 @@ msgid "" msgstr "일부 배송을 허용할 경우, '가용여부에 따라 각각의 상품을 배송'을 선택하십시오." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "인수됨" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "피킹 정보 ! : " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "배송 주문 보기" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "창고" @@ -356,7 +360,7 @@ msgid "" msgstr "먼저 이 판매 주문에 첨부된 모든 배송 주문을 취소해야 합니다." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "인수됨" diff --git a/addons/sale_stock/i18n/lo.po b/addons/sale_stock/i18n/lo.po index ae34b60c50f..86f7682c1c9 100644 --- a/addons/sale_stock/i18n/lo.po +++ b/addons/sale_stock/i18n/lo.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/lt.po b/addons/sale_stock/i18n/lt.po index 39d3d3dcef5..f54cd3a826e 100644 --- a/addons/sale_stock/i18n/lt.po +++ b/addons/sale_stock/i18n/lt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Įmonės" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Klaida nustatymuose!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -208,12 +208,7 @@ msgstr "" "pristatyti ir dalimis." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Pristatyta" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -341,7 +346,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Sandėlis" @@ -360,7 +364,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -368,7 +372,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -388,3 +392,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Pristatyta" diff --git a/addons/sale_stock/i18n/lv.po b/addons/sale_stock/i18n/lv.po index 54c55b0e81b..8a2ce111aae 100644 --- a/addons/sale_stock/i18n/lv.po +++ b/addons/sale_stock/i18n/lv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Pieņemts piegādei" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Noliktava" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Pieņemts piegādei" diff --git a/addons/sale_stock/i18n/mk.po b/addons/sale_stock/i18n/mk.po index dba6280edc0..5ba4582379d 100644 --- a/addons/sale_stock/i18n/mk.po +++ b/addons/sale_stock/i18n/mk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Компании" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Грешка во конфигурацијата!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Нема доволно залиха ! : " @@ -208,12 +208,7 @@ msgstr "" "делумна испорака." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Превземено" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Избирање на информација ! : " @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Подготви фактура врз основа на активностите на задачата" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -346,7 +351,6 @@ msgstr "Види ја испратницата" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Магацин" @@ -367,7 +371,7 @@ msgstr "" "Морате прво да ги откажете испратниците прикачани на овој налог за продажба." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -377,7 +381,7 @@ msgstr "" "Вистинската залиха е %.2f %s. (без резервации)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -401,3 +405,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Превземено" diff --git a/addons/sale_stock/i18n/mn.po b/addons/sale_stock/i18n/mn.po index a1a732bf772..f5b7f162428 100644 --- a/addons/sale_stock/i18n/mn.po +++ b/addons/sale_stock/i18n/mn.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(б/гүй)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Компаниуд" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Тохиргооны алдаа!" @@ -181,7 +181,7 @@ msgstr "" "огнооноос олон өдрийн өмнө байх хэрэгтэй." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Бараа хүрэлцэхгүй байна ! : " @@ -211,12 +211,7 @@ msgstr "" "уу." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Хүргэгдсэн" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Бэлтгэх Мэдээлэл ! : " @@ -236,6 +231,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Даалгаврын ажлууд дээр үндэслэн нэхэмжлэл бэлтгэх" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -349,7 +354,6 @@ msgstr "Хүргэлтийн захиалга харах" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Агуулах" @@ -372,7 +376,7 @@ msgstr "" "хэрэгтэй." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -382,7 +386,7 @@ msgstr "" "Бодит байраа %.2f %s. (нөөцлөлт үгүйгээр)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -406,3 +410,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Хүргэгдсэн" diff --git a/addons/sale_stock/i18n/nb.po b/addons/sale_stock/i18n/nb.po index d8c48b1f8fa..9501dffa1cb 100644 --- a/addons/sale_stock/i18n/nb.po +++ b/addons/sale_stock/i18n/nb.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Firmaer" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Ikke nok lager!: " @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Plukket" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Plukking informasjon " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Lager" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgstr "" "Virkelig lagerbeholdning er %.2f %s (uten reservasjoner)." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -390,3 +394,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Plukket" diff --git a/addons/sale_stock/i18n/nl.po b/addons/sale_stock/i18n/nl.po index 77e930e0825..1e2e71c7640 100644 --- a/addons/sale_stock/i18n/nl.po +++ b/addons/sale_stock/i18n/nl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-17 11:54+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 10:34+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:25+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n.b.)" @@ -75,8 +75,8 @@ msgid "Companies" msgstr "Bedrijven" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Configuratiefout!" @@ -192,7 +192,7 @@ msgstr "" "datum om zo onverwachte vertragingen te kunnen opvangen." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Niet genoeg voorraad! " @@ -222,12 +222,7 @@ msgstr "" "deelleveringen toestaat." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Verzameld" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Orderverzamel informatie!: " @@ -247,6 +242,16 @@ msgstr "Uitgaande leveringen behorende bij deze verkooporder" msgid "Prepare invoices based on task's activities" msgstr "Voorbereiden van facturen gebaseerd op taak activiteiten." +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "Product" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "Productsjabloon" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -361,7 +366,6 @@ msgstr "Bekijk uitgaande levering" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Magazijn" @@ -384,7 +388,7 @@ msgstr "" "annuleren." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -394,7 +398,7 @@ msgstr "" "De werkelijke voorraad is %.2f %s. (zonder reserveringen)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -420,3 +424,6 @@ msgid "" msgstr "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" + +#~ msgid "Picked" +#~ msgstr "Verzameld" diff --git a/addons/sale_stock/i18n/oc.po b/addons/sale_stock/i18n/oc.po index 7ff2b7d7333..e50ad7cc6e8 100644 --- a/addons/sale_stock/i18n/oc.po +++ b/addons/sale_stock/i18n/oc.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Liurada" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Liurada" diff --git a/addons/sale_stock/i18n/pl.po b/addons/sale_stock/i18n/pl.po index e84cfe10cdb..8fdafb99252 100644 --- a/addons/sale_stock/i18n/pl.po +++ b/addons/sale_stock/i18n/pl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-29 10:19+0000\n" "Last-Translator: Tobiasz Rozum (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(nd.)" @@ -69,8 +69,8 @@ msgid "Companies" msgstr "Firmy" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Błąd konfiguracji!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Brak zapasu ! : " @@ -208,12 +208,7 @@ msgstr "" "dostawy częściowe." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Wydano" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informacja o pobraniu ! : " @@ -233,6 +228,16 @@ msgstr "Pobranie związane z tą sprzedażą" msgid "Prepare invoices based on task's activities" msgstr "Generuj fakturę na podstawie czynności w zadaniach" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -345,7 +350,6 @@ msgstr "Pokaż wydanie zewnętrzne" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Magazyn" @@ -365,7 +369,7 @@ msgid "" msgstr "Musisz najpierw anulować wydania do tego zamówienia." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -375,7 +379,7 @@ msgstr "" "Zapas rzeczywisty wynosi %.2f %s. (bez rezerwacji)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -399,3 +403,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Wydano" diff --git a/addons/sale_stock/i18n/pt.po b/addons/sale_stock/i18n/pt.po index c275b5fbcb3..55c6351994f 100644 --- a/addons/sale_stock/i18n/pt.po +++ b/addons/sale_stock/i18n/pt.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-21 20:57+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:24+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/d)" @@ -74,8 +74,8 @@ msgid "Companies" msgstr "Empresas" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Erro de configuração!" @@ -194,7 +194,7 @@ msgstr "" "abastecimento." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Sem stock suficiente ! : " @@ -224,12 +224,7 @@ msgstr "" "parcial." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Escolhido" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informação Picking! : " @@ -249,6 +244,16 @@ msgstr "Guia Associada com esta venda" msgid "Prepare invoices based on task's activities" msgstr "Preparar faturas com base nas actividades das tarefas" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -362,7 +367,6 @@ msgstr "Ver ordem de entrega" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Armazém" @@ -383,7 +387,7 @@ msgstr "" "venda." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -393,7 +397,7 @@ msgstr "" "O stock real é %.2f %s. (sem reservas)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -419,3 +423,6 @@ msgid "" msgstr "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" + +#~ msgid "Picked" +#~ msgstr "Escolhido" diff --git a/addons/sale_stock/i18n/pt_BR.po b/addons/sale_stock/i18n/pt_BR.po index 1aa90d3ee20..7acdb60e7ee 100644 --- a/addons/sale_stock/i18n/pt_BR.po +++ b/addons/sale_stock/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 21:11+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,11 +15,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -70,8 +70,8 @@ msgid "Companies" msgstr "Empresas" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Erro de Configuração!" @@ -185,7 +185,7 @@ msgstr "" "abastecimento." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Sem Estoque Suficiente! : " @@ -215,12 +215,7 @@ msgstr "" "parciais." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Separado" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informações de Separação! : " @@ -240,6 +235,16 @@ msgstr "Separação associada a esta venda" msgid "Prepare invoices based on task's activities" msgstr "Prepare faturas baseadas em atividades das tarefas" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -353,7 +358,6 @@ msgstr "Ver Ordem de Entrega" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Armazém" @@ -376,7 +380,7 @@ msgstr "" "pedido de vendas." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -386,7 +390,7 @@ msgstr "" "O estoque real é %.2f %s. (sem reservas)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -410,3 +414,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Separado" diff --git a/addons/sale_stock/i18n/ro.po b/addons/sale_stock/i18n/ro.po index 2cd5c84b2f5..caa5e45fa93 100644 --- a/addons/sale_stock/i18n/ro.po +++ b/addons/sale_stock/i18n/ro.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Companii" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Eroare de configurare!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Stoc insuficient ! : " @@ -208,12 +208,7 @@ msgstr "" "permiteti livrarea partiala." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Ridicat(a)" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informatii la ridicare !: " @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Pregatiti facturile pe baza activitatilor sarcinilor" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -346,7 +351,6 @@ msgstr "Vizualizeaza Comanda de Livrare" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Depozit" @@ -368,7 +372,7 @@ msgstr "" "comenzi de vanzare." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -378,7 +382,7 @@ msgstr "" "Stocul real este %.2f%s. (fara rezerve)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -402,3 +406,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Ridicat(a)" diff --git a/addons/sale_stock/i18n/ru.po b/addons/sale_stock/i18n/ru.po index 0f0e47a43da..f6136379cc9 100644 --- a/addons/sale_stock/i18n/ru.po +++ b/addons/sale_stock/i18n/ru.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(нет)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Компании" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Ошибка конфигурации!" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Не достаточно запасов ! : " @@ -208,12 +208,7 @@ msgstr "" "доставки" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Скомплектовано" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Информация по комплектованию ! : " @@ -233,6 +228,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Подготовка счетов основанных на действиях по задачам" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -343,7 +348,6 @@ msgstr "Посмотреть заказ доставки" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Склад" @@ -365,7 +369,7 @@ msgstr "" "продаж." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -375,7 +379,7 @@ msgstr "" "Действительные запасы %.2f %s. (без резервов)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -399,3 +403,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Скомплектовано" diff --git a/addons/sale_stock/i18n/sk.po b/addons/sale_stock/i18n/sk.po index 67f5e144d11..ae1f4e0dbfd 100644 --- a/addons/sale_stock/i18n/sk.po +++ b/addons/sale_stock/i18n/sk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Spoločnosti" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Sklad" @@ -358,7 +362,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -368,7 +372,7 @@ msgstr "" "Skutočný počet na sklade je %.2f %s. (bez rezervácií)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/sl.po b/addons/sale_stock/i18n/sl.po index 663395be43a..adebf914fdb 100644 --- a/addons/sale_stock/i18n/sl.po +++ b/addons/sale_stock/i18n/sl.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Podjetja" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Napaka v nastavitvah" @@ -178,7 +178,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Ni dovolj zaloge !: " @@ -207,12 +207,7 @@ msgstr "" "Izberite 'Dostavi vsak artikel, ko je na voljo' če dovolite delne dobave." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Prevzeto" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Informacija o odpremi/prevzemu!: " @@ -232,6 +227,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Pripravite račun na osnovi aktivnosti nalog." +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -345,7 +350,6 @@ msgstr "Pregled odpremnega naloga" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Skladišče" @@ -364,7 +368,7 @@ msgid "" msgstr "Najprej prekličite vse odpremnice, pripete k temu prodajnemu nalogu." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -374,7 +378,7 @@ msgstr "" "Dejanska zaloga je %.2f%s. (Brez rezervacije)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -398,3 +402,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Prevzeto" diff --git a/addons/sale_stock/i18n/sq.po b/addons/sale_stock/i18n/sq.po index 48da89d4a24..842f9571463 100644 --- a/addons/sale_stock/i18n/sq.po +++ b/addons/sale_stock/i18n/sq.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:49+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/sr.po b/addons/sale_stock/i18n/sr.po index 3014e38b3e0..62fdfcf8bf0 100644 --- a/addons/sale_stock/i18n/sr.po +++ b/addons/sale_stock/i18n/sr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Preduzeca" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Isabrani" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Skladište" @@ -357,7 +361,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -367,7 +371,7 @@ msgstr "" "Stvarni lager je %.2f %s. ( Bez rezervacija)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -387,3 +391,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Isabrani" diff --git a/addons/sale_stock/i18n/sr@latin.po b/addons/sale_stock/i18n/sr@latin.po index d47c7d1cc14..0dcf7e515a4 100644 --- a/addons/sale_stock/i18n/sr@latin.po +++ b/addons/sale_stock/i18n/sr@latin.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Preduzeca" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Isabrani" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Skladište" @@ -357,7 +361,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -367,7 +371,7 @@ msgstr "" "Stvarni lager je %.2f %s. ( Bez rezervacija)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -387,3 +391,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Isabrani" diff --git a/addons/sale_stock/i18n/sv.po b/addons/sale_stock/i18n/sv.po index d3cadbcf5c7..f06ab472fe8 100644 --- a/addons/sale_stock/i18n/sv.po +++ b/addons/sale_stock/i18n/sv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Företag" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Konfigurationsfel!" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Ej tillräckligt i lager!: " @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Plockad" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Plockinformation!: " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Lager" @@ -357,7 +361,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -367,7 +371,7 @@ msgstr "" "Det verkliga lagret är %.2f %s. (utan reservationer)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -391,3 +395,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Plockad" diff --git a/addons/sale_stock/i18n/th.po b/addons/sale_stock/i18n/th.po index a088203b38d..c22d9b46893 100644 --- a/addons/sale_stock/i18n/th.po +++ b/addons/sale_stock/i18n/th.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "บริษัท" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "คลังสินค้า" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/tlh.po b/addons/sale_stock/i18n/tlh.po index 4899ef87817..c975f80f965 100644 --- a/addons/sale_stock/i18n/tlh.po +++ b/addons/sale_stock/i18n/tlh.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" diff --git a/addons/sale_stock/i18n/tr.po b/addons/sale_stock/i18n/tr.po index 259c67c5cf6..ccfb8eda0d9 100644 --- a/addons/sale_stock/i18n/tr.po +++ b/addons/sale_stock/i18n/tr.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(yok)" @@ -69,8 +69,8 @@ msgid "Companies" msgstr "Şirketler" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "Yapılandırma Hatası!" @@ -182,7 +182,7 @@ msgstr "" "gerçek söz verilen tarihlerden bbir çok gün erken planlanacaktır." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "Yeterli stok yok !: " @@ -212,12 +212,7 @@ msgstr "" "seçin." #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Toplandı" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "Toplama Bilgisi ! : " @@ -237,6 +232,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "Görev faaliyetlerine göre faturalar hazırlama" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -350,7 +355,6 @@ msgstr "Teslimat Emrini Görüntüle" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Depo" @@ -372,7 +376,7 @@ msgstr "" "gerekir." #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -382,7 +386,7 @@ msgstr "" "Gerçek Stok %.2f%s. (ayrılmışlar hariç)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -406,3 +410,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Toplandı" diff --git a/addons/sale_stock/i18n/uk.po b/addons/sale_stock/i18n/uk.po index 15278d1bcf1..514243a116e 100644 --- a/addons/sale_stock/i18n/uk.po +++ b/addons/sale_stock/i18n/uk.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Відвантажено" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Склад" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Відвантажено" diff --git a/addons/sale_stock/i18n/vi.po b/addons/sale_stock/i18n/vi.po index b4d2fd18ae5..46a986e1bd4 100644 --- a/addons/sale_stock/i18n/vi.po +++ b/addons/sale_stock/i18n/vi.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "Các công ty" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "" @@ -176,7 +176,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "" @@ -204,12 +204,7 @@ msgid "" msgstr "" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "Chọn" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "" @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "Kho hàng" @@ -356,7 +360,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -364,7 +368,7 @@ msgid "" msgstr "" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -384,3 +388,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "Chọn" diff --git a/addons/sale_stock/i18n/zh_CN.po b/addons/sale_stock/i18n/zh_CN.po index e77094b7063..523f5c11bfd 100644 --- a/addons/sale_stock/i18n/zh_CN.po +++ b/addons/sale_stock/i18n/zh_CN.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(n/a)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "公司" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "设置错误!" @@ -176,7 +176,7 @@ msgid "" msgstr "向客户承诺日期的误差幅度。产品将被比实际承诺的日期提前很多天安排采购和交付,以应对供应链中的意外延误。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "没足够的库存!: " @@ -204,12 +204,7 @@ msgid "" msgstr "如果你允许部分交付, 选择‘每个产品可用时发运’" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "已装箱" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "装箱信息!: " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "基于任务的进展准备发票" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "查看出货单" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "仓库" @@ -356,7 +360,7 @@ msgid "" msgstr "你必须先取消这个销售订单附加的所有发运单。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgstr "" "实际库存有 %.2f %s。 (没有预订)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -388,3 +392,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "已装箱" diff --git a/addons/sale_stock/i18n/zh_TW.po b/addons/sale_stock/i18n/zh_TW.po index c262f6341a6..00fd5b61be5 100644 --- a/addons/sale_stock/i18n/zh_TW.po +++ b/addons/sale_stock/i18n/zh_TW.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:261 +#: code:addons/sale_stock/sale_stock.py:266 #, python-format msgid "(n/a)" msgstr "(不適用)" @@ -68,8 +68,8 @@ msgid "Companies" msgstr "公司" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:272 -#: code:addons/sale_stock/sale_stock.py:345 +#: code:addons/sale_stock/sale_stock.py:277 +#: code:addons/sale_stock/sale_stock.py:351 #, python-format msgid "Configuration Error!" msgstr "設定錯誤!" @@ -176,7 +176,7 @@ msgid "" msgstr "承諾客戶日期的邊際誤差,為了處理供應鏈中非預期性的延滯,產品的採購及出貨排程會較實際承諾日期提早該天數。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:340 +#: code:addons/sale_stock/sale_stock.py:346 #, python-format msgid "Not enough stock ! : " msgstr "庫存不足! " @@ -204,12 +204,7 @@ msgid "" msgstr "假如您允許部分出貨,請選擇「有庫存的產品先出貨」(Deliver each product when available) 。" #. module: sale_stock -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit -msgid "Picked" -msgstr "已提貨" - -#. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:270 +#: code:addons/sale_stock/sale_stock.py:275 #, python-format msgid "Picking Information ! : " msgstr "提貨資訊!: " @@ -229,6 +224,16 @@ msgstr "" msgid "Prepare invoices based on task's activities" msgstr "依工時狀況開立發票" +#. module: sale_stock +#: model:ir.model,name:sale_stock.model_product_product +msgid "Product" +msgstr "" + +#. module: sale_stock +#: field:sale.order.line,product_tmpl_id:0 +msgid "Product Template" +msgstr "" + #. module: sale_stock #: field:sale.config.settings,group_mrp_properties:0 msgid "Product properties on order lines" @@ -337,7 +342,6 @@ msgstr "檢視出貨單" #. module: sale_stock #: field:sale.order,warehouse_id:0 -#: view:sale.report:sale_stock.view_order_product_search_sale_stock_inherit #: field:sale.report,warehouse_id:0 msgid "Warehouse" msgstr "倉庫" @@ -356,7 +360,7 @@ msgid "" msgstr "您必須先取消與此銷售訂單相關的所有出貨單。" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:336 +#: code:addons/sale_stock/sale_stock.py:342 #, python-format msgid "" "You plan to sell %.2f %s but you only have %.2f %s available !\n" @@ -366,7 +370,7 @@ msgstr "" "實際庫存是 %.2f %s。 (不含已預定保留)" #. module: sale_stock -#: code:addons/sale_stock/sale_stock.py:265 +#: code:addons/sale_stock/sale_stock.py:270 #, python-format msgid "" "You selected a quantity of %d Units.\n" @@ -388,3 +392,6 @@ msgid "" "{\"shipping_except\":\"red\",\"invoice_except\":\"red\",\"waiting_date\":\"bl" "ue\"}" msgstr "" + +#~ msgid "Picked" +#~ msgstr "已提貨" diff --git a/addons/share/i18n/ar.po b/addons/share/i18n/ar.po index 99da0624045..232584cb82d 100644 --- a/addons/share/i18n/ar.po +++ b/addons/share/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(نسخة من المشاركة)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(تكرار للحصول على أذونات مشاركة تعديل)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(عدل)" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "نسخ الوصول للمشاركة" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "نوع عرض الحالي" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "قاعدة البيانات" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "نطاق" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "إنشاء مجموعة لتعيين حقوق الوصول لتبادل البيانات مع بعض المستخدمين." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "التالي" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "رسالة شخصيّة" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -395,7 +395,7 @@ msgstr "" "الرجاء اختيار الإجراء الذي يفتح شاشة تحتوي على البيانات التي تريد مشاركتها." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -472,7 +472,7 @@ msgid "Share your documents" msgstr "مشاركة المستندات الخاصة بك" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -488,14 +488,14 @@ msgid "Sharing Options" msgstr "خيارات المُشاركة" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -511,7 +511,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -532,8 +532,8 @@ msgid "" msgstr "الإجراء الذي يفتح شاشة تحتوي على البيانات التي ترغب في مشاركتها." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -541,8 +541,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -552,14 +552,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -567,15 +567,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "هذا هو اعتمادك للوصول إلى هذه المناطق المحمية\n" @@ -596,8 +596,8 @@ msgid "User" msgstr "مستخدم" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "اسم المستخدم" @@ -608,7 +608,7 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" @@ -616,13 +616,13 @@ msgstr "" "لعرضها.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/bg.po b/addons/share/i18n/bg.po index ebe977d6294..432105aaffe 100644 --- a/addons/share/i18n/bg.po +++ b/addons/share/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "База данни" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Домейн" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "Следващ" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -595,8 +595,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Потребителско Име" @@ -607,19 +607,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/bs.po b/addons/share/i18n/bs.po index 0a9a5bfa1ff..f8f321f5489 100644 --- a/addons/share/i18n/bs.po +++ b/addons/share/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "dokumenata." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Kopiraj za dijeljenje)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicirana za izmjenjene dozvole djeljenja)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(promjenjeno)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Prava pristupa za odobravanje na djeljenim dokumentima." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -130,7 +130,7 @@ msgid "Configuration" msgstr "Konfiguracija" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Kopiran pristup za dijeljenje" @@ -153,14 +153,14 @@ msgid "Current View Type" msgstr "Trentutni tip pogleda" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Baza podataka" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Direktni link ili ugrađeni kod" @@ -181,14 +181,14 @@ msgid "Domain" msgstr "Domen" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -231,8 +231,8 @@ msgstr "" "korisnicima." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -242,7 +242,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -252,7 +252,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -273,7 +273,7 @@ msgid "Include an Optional Personal Message" msgstr "Uključi opcionalnu personalnu poruku" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -281,13 +281,13 @@ msgstr "" "%s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Pozivnica" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Poziv za razgovor o %s" @@ -350,7 +350,7 @@ msgid "Next" msgstr "Slijedeće" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "E-mail adresa nije konfigurisana" @@ -361,8 +361,8 @@ msgid "Non-Share Groups" msgstr "Grupe sa kojima se ne djeli" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -390,8 +390,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "Ili ubacite sljedeći kod gdje želite da ugradite vaše dokumente" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -403,7 +403,7 @@ msgid "Personal Message" msgstr "Privatna poruka" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -419,7 +419,7 @@ msgstr "" "djelite." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "ID zapisa nije pronađen" @@ -496,7 +496,7 @@ msgid "Share your documents" msgstr "Podijelite vaše dokumente" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Djeljeni pristup kreiran!" @@ -512,14 +512,14 @@ msgid "Sharing Options" msgstr "Opcije dijeljenja" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Pristup djeljenja nije mogao biti kreiran." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Djeljeni filter kreiran od strane korisnika %s (%s) za grupu %s" @@ -535,7 +535,7 @@ msgid "Sharing: preparation" msgstr "Djeljenje: priprema" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -560,8 +560,8 @@ msgstr "" "Akcija koja otvara ekran koji sadrži podatke koje želite da podjelite." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -571,8 +571,8 @@ msgstr "" "postavama kako bi mogao slati e-mailove" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -582,14 +582,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -599,7 +599,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -608,8 +608,8 @@ msgstr "" "pozivnicu." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Ovo su vaši podaci za pristup ovom zaštićenom području:\n" @@ -630,8 +630,8 @@ msgid "User" msgstr "Korisnik" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Korisničko ime" @@ -642,14 +642,14 @@ msgid "Users" msgstr "Korisnici" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Možete koristiti vašu trenutnu prijavu (%s) i šifru da ih pregledate..\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -657,7 +657,7 @@ msgstr "" "dijeljenja." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/ca.po b/addons/share/i18n/ca.po index 2b611e3f695..6d3626cf677 100644 --- a/addons/share/i18n/ca.po +++ b/addons/share/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Còpia per compartir)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Accés copiat per a compartició" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Base de dades" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Domini" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -223,8 +223,8 @@ msgstr "" "usuaris." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -232,7 +232,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -240,7 +240,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -259,20 +259,20 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Filtre de compartició indirecta creat per l'usuari %s (%s) per al grup %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -334,7 +334,7 @@ msgid "Next" msgstr "Següent" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -345,8 +345,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -374,8 +374,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -387,7 +387,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -403,7 +403,7 @@ msgstr "" "compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -481,7 +481,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -497,14 +497,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Filtre de compartició creat per l'usuari %s (%s) per al grup %s" @@ -520,7 +520,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -545,8 +545,8 @@ msgstr "" "L'acció que obre la pantalla que conté la informació que voleu compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -556,8 +556,8 @@ msgstr "" "usuari per poder enviar emails sortints." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -567,14 +567,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -582,15 +582,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -611,8 +611,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nom d'usuari" @@ -623,19 +623,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/cs.po b/addons/share/i18n/cs.po index d6592871c6b..ffa62ed2c74 100644 --- a/addons/share/i18n/cs.po +++ b/addons/share/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -29,19 +29,19 @@ msgstr "" "externí uživatele k prohlížení nebo úpravě některých svých dokumentů." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Kopie pro sdílení)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicitní nebo změněné povolení ke sdílení)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Změněno)" @@ -72,7 +72,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Přístupová práva, která přidělíte ke sdíleným dokumentům." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -129,7 +129,7 @@ msgid "Configuration" msgstr "Nastavení" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Zkopírované práva pro sdílení" @@ -152,14 +152,14 @@ msgid "Current View Type" msgstr "Stávající druh zobrazení" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Databáze" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Přímý odkaz nebo přiložený kód" @@ -180,14 +180,14 @@ msgid "Domain" msgstr "Doména" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -229,8 +229,8 @@ msgstr "" "uživateli." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -240,7 +240,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -250,7 +250,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -271,19 +271,19 @@ msgid "Include an Optional Personal Message" msgstr "Přiložit volitelnou osobní zprávu" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "Filtr nepřímého sdílení vytvořený uživatelem %s (%s) pro skupinu %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Pozvánka" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Pozvánka ke spolupráci ohledně %s" @@ -347,7 +347,7 @@ msgid "Next" msgstr "Další" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Není nastavena e-mailová adresa" @@ -358,8 +358,8 @@ msgid "Non-Share Groups" msgstr "Skupiny, které nesdílejí" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -387,8 +387,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "Nebo vložte následující kód, kam si přejete umístit vaše dokumeny" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -400,7 +400,7 @@ msgid "Personal Message" msgstr "Osobní zpráva" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -417,7 +417,7 @@ msgstr "" "sdílet." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "ID záznamu nebylo nalezeno" @@ -494,7 +494,7 @@ msgid "Share your documents" msgstr "Sdílení dokumentů" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Sdílený přístup byl vytvořen!" @@ -510,14 +510,14 @@ msgid "Sharing Options" msgstr "Možnosti sdílení" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Sdílený přístup nemohl být vytvořen." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Filtr sdílení vytvořený uživatelem %s (%s) pro skupinu %s" @@ -533,7 +533,7 @@ msgid "Sharing: preparation" msgstr "Sdílení: příprava" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -558,8 +558,8 @@ msgstr "" "Akce, které otevírají obrazovku obsahující data, které chcete sdílet." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -569,8 +569,8 @@ msgstr "" "uživatele, aby byllo možné odeslat odchozí emaily." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -580,14 +580,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -597,15 +597,15 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "Modul sdílení není schopen načíst record_id pro vaši pozvánku." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Toto jsou Vaše přístupové údaje pro přístup do chráněné oblasti:\n" @@ -627,8 +627,8 @@ msgid "User" msgstr "Uživatel" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Jméno uživatele" @@ -639,14 +639,14 @@ msgid "Users" msgstr "Uživatelé" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Pro jejich zobrazení použijte stávající přihlašovací jméno (%s) a heslo.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -654,7 +654,7 @@ msgstr "" "nebo sdílení." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/da.po b/addons/share/i18n/da.po index c295a486ac5..6257c5b400c 100644 --- a/addons/share/i18n/da.po +++ b/addons/share/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Database" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -595,8 +595,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "" @@ -607,19 +607,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/de.po b/addons/share/i18n/de.po index 70f6bb72508..df8b859e5f3 100644 --- a/addons/share/i18n/de.po +++ b/addons/share/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-29 09:19+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:38+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -31,19 +31,19 @@ msgstr "" "lesen und/oder bearbeiten können." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Kopie für Freigabe)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplikat für modifizierte Freigabe Berechtigungen)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Verändert)" @@ -74,7 +74,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Zugriffsrechte, die für die freigegebenen Dokumente vergeben werden" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -134,7 +134,7 @@ msgid "Configuration" msgstr "Konfiguration" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Kopierte Rechte für Nutzung" @@ -157,14 +157,14 @@ msgid "Current View Type" msgstr "aktueller Ansicht Typ" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Datenbank" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Direkter Link oder Quellcode" @@ -185,14 +185,14 @@ msgid "Domain" msgstr "Domain" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "E-Mail benötigt" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -233,8 +233,8 @@ msgstr "" "zwischen freigegebenen Benutzern." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -244,7 +244,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -254,7 +254,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -275,19 +275,19 @@ msgid "Include an Optional Personal Message" msgstr "Inklusive einer persönlichen Mitteilung" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "Indirekter Freigabefilter des Benutzers %s (%s) für die Gruppe %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Einladung" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Einladung zur Zusammenarbeit für %s" @@ -349,7 +349,7 @@ msgid "Next" msgstr "Weiter" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Es wurde keine E-Mail Adresse konfiguriert." @@ -360,8 +360,8 @@ msgid "Non-Share Groups" msgstr "Nicht-freigegebene Gruppen" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -394,8 +394,8 @@ msgstr "" "Oder Fügen Sie diesen Code ein, wenn das Dokument eingebettet werden soll" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -407,7 +407,7 @@ msgid "Personal Message" msgstr "Persönliche Nachricht" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -425,7 +425,7 @@ msgstr "" "Freigabe vorgesehen ist." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Datensatz wurde nicht gefunden." @@ -502,7 +502,7 @@ msgid "Share your documents" msgstr "Geben Sie Ihre Dokumente frei" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Freigabe wurde erteilt!" @@ -518,14 +518,14 @@ msgid "Sharing Options" msgstr "Freigabeoptionen" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Freigaben können nicht erstellt werden" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Freigabe durch Benutzer %s (%s) für die Gruppe %s" @@ -541,7 +541,7 @@ msgid "Sharing: preparation" msgstr "Freigabe: Vorbereitung" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -568,8 +568,8 @@ msgstr "" "ausgetauscht und freigegeben werden sollen." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -579,8 +579,8 @@ msgstr "" "Einstellungen für den Versand von E-Mails." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -594,7 +594,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" @@ -603,7 +603,7 @@ msgstr "" "hinzugefügt.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -613,7 +613,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -622,8 +622,8 @@ msgstr "" "Ihre Einladung zu erhalten." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Dies sind Ihre Berechtigungen um den geschützten Bereich zu sehen\n" @@ -646,8 +646,8 @@ msgid "User" msgstr "Benutzer" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Benutzername" @@ -658,7 +658,7 @@ msgid "Users" msgstr "Benutzer" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" @@ -666,7 +666,7 @@ msgstr "" "sehen.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -674,7 +674,7 @@ msgstr "" "Assistenten\" zu nutzen." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/es.po b/addons/share/i18n/es.po index 59261703b63..c8dbf5b95a4 100644 --- a/addons/share/i18n/es.po +++ b/addons/share/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-18 11:16+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -29,19 +29,19 @@ msgstr "" "permite invitar a usuarios externos a ver o editar algunos de sus documentos." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Copia para compartir)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicado para modificar los permisos de compartición)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificado)" @@ -72,7 +72,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Derechos de acceso a ser concedidos en los documentos compartidos." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -132,7 +132,7 @@ msgid "Configuration" msgstr "Configuración" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Acceso copiado para compartición" @@ -155,14 +155,14 @@ msgid "Current View Type" msgstr "Tipo de vista actual" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Base de datos" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Enlace directo o código incrustado" @@ -183,14 +183,14 @@ msgid "Domain" msgstr "Dominio" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "Correo electrónico requerido" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -233,8 +233,8 @@ msgstr "" "con algunos usuarios." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -244,7 +244,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -254,7 +254,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -275,7 +275,7 @@ msgid "Include an Optional Personal Message" msgstr "Incluir un mensaje personal opcional" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -283,13 +283,13 @@ msgstr "" "%s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Invitación" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Invitación a colaborar sobre %s" @@ -354,7 +354,7 @@ msgid "Next" msgstr "Siguiente" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "No se ha configurado dirección de correo electrónico" @@ -365,8 +365,8 @@ msgid "Non-Share Groups" msgstr "Grupos de no compartición" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -397,8 +397,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "O insertar el siguiente código donde quiera incrustar sus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -410,7 +410,7 @@ msgid "Personal Message" msgstr "Mensaje personal" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -428,7 +428,7 @@ msgstr "" "quiere compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Id. de registro no encontrado" @@ -507,7 +507,7 @@ msgid "Share your documents" msgstr "Compartir sus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "¡Acceso compartido creado!" @@ -523,14 +523,14 @@ msgid "Sharing Options" msgstr "Opciones de compartición" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "No se ha podido crear el acceso compartido." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -547,7 +547,7 @@ msgid "Sharing: preparation" msgstr "Compartir: preparación" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -573,8 +573,8 @@ msgstr "" "compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -584,8 +584,8 @@ msgstr "" "preferencias de usuario para poder enviar emails salientes." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -599,7 +599,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" @@ -608,7 +608,7 @@ msgstr "" "actuales.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -618,7 +618,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -627,8 +627,8 @@ msgstr "" "invitación" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Éstas son las credenciales para acceder a esta área protegida:\n" @@ -651,8 +651,8 @@ msgid "User" msgstr "Usuario" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nombre de usuario" @@ -663,13 +663,13 @@ msgid "Users" msgstr "Usuarios" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "Puede usar su usuario (%s) y contraseña actuales para verlo.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -677,7 +677,7 @@ msgstr "" "compartición." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/es_AR.po b/addons/share/i18n/es_AR.po index a81b45364f2..44365fa5b2e 100644 --- a/addons/share/i18n/es_AR.po +++ b/addons/share/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicado para modificar los permisos para compartir)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificado)" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -127,7 +127,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -150,14 +150,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -178,14 +178,14 @@ msgid "Domain" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -222,8 +222,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -233,7 +233,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -241,7 +241,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -260,19 +260,19 @@ msgid "Include an Optional Personal Message" msgstr "Incluir un Mensaje Personal Opcional" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Invitación a colaborar sobre %s" @@ -334,7 +334,7 @@ msgid "Next" msgstr "Siguiente" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -345,8 +345,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -372,8 +372,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -385,7 +385,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -401,7 +401,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -478,7 +478,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -494,14 +494,14 @@ msgid "Sharing Options" msgstr "Opciones para Compartir" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Compartir filtro creado por el usuario %s (%s) para el grupo %s" @@ -517,7 +517,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -538,8 +538,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -547,8 +547,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -558,14 +558,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -573,7 +573,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -582,8 +582,8 @@ msgstr "" "invitación" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Éstas son sus credenciales para acceder a esta área protegida:\n" @@ -604,8 +604,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nombre de Usuario" @@ -616,13 +616,13 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "Puede usar su usuario (%s) y contraseña actuales para verlo.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -630,7 +630,7 @@ msgstr "" "compartición." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/es_CR.po b/addons/share/i18n/es_CR.po index b95975fec98..5bc8fd66f24 100644 --- a/addons/share/i18n/es_CR.po +++ b/addons/share/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "documentos." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Copia para compartir)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicados de permisos de uso compartido modificados)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificado)" @@ -74,7 +74,7 @@ msgstr "" "Los derechos de acceso que se conceden en los documentos compartidos." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -129,7 +129,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Acceso copiado para compartición" @@ -152,14 +152,14 @@ msgid "Current View Type" msgstr "Tipo de vista actual" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Base de datos" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -180,14 +180,14 @@ msgid "Domain" msgstr "Dominio" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -228,8 +228,8 @@ msgstr "" "con algunos usuarios." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -237,7 +237,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -245,7 +245,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -264,7 +264,7 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -272,13 +272,13 @@ msgstr "" "%s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -341,7 +341,7 @@ msgid "Next" msgstr "Siguiente" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -352,8 +352,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -382,8 +382,8 @@ msgstr "" "O bien, introduzca el siguiente código donde desea incrustar los documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -395,7 +395,7 @@ msgid "Personal Message" msgstr "Mensaje personal" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -411,7 +411,7 @@ msgstr "" "quiere compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -489,7 +489,7 @@ msgid "Share your documents" msgstr "Comparte tus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "¡Acceso compartido creado!" @@ -505,14 +505,14 @@ msgid "Sharing Options" msgstr "Opciones de compartición" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -529,7 +529,7 @@ msgid "Sharing: preparation" msgstr "Compartir: la preparación" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -555,8 +555,8 @@ msgstr "" "compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -566,8 +566,8 @@ msgstr "" "preferencias de usuario para poder enviar emails salientes." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -577,14 +577,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -592,15 +592,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Estas son sus credenciales para acceder a esta área protegida:\n" @@ -623,8 +623,8 @@ msgid "User" msgstr "Usuario" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nombre de usuario" @@ -635,7 +635,7 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" @@ -643,13 +643,13 @@ msgstr "" "verlos.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/et.po b/addons/share/i18n/et.po index 6a26f060a80..558c82df6ab 100644 --- a/addons/share/i18n/et.po +++ b/addons/share/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -595,8 +595,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "" @@ -607,19 +607,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/fi.po b/addons/share/i18n/fi.po index 7dd02c9fd25..7bd8631513e 100644 --- a/addons/share/i18n/fi.po +++ b/addons/share/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -29,19 +29,19 @@ msgstr "" "ulkopuolisten käyttäjien kutsumisen näkemään tai muokkaamaan dokumenttejä." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(kopioi jaettavaksi)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(kopioitu muutettuja jako-oikeuksia varten)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(muokattu)" @@ -72,7 +72,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Pääsyoikeudet jotka annetaan jaetuille dokumenteille" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -129,7 +129,7 @@ msgid "Configuration" msgstr "Konfigurointi" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Kopioitu pääsy jakamista varten" @@ -152,14 +152,14 @@ msgid "Current View Type" msgstr "Nykyinen näkymätyyppi" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Tietokanta" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Suora linkki tai upotettu koodi" @@ -180,14 +180,14 @@ msgid "Domain" msgstr "Toimialue" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -230,8 +230,8 @@ msgstr "" "käyttäjien kanssa." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -241,7 +241,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -251,7 +251,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -272,19 +272,19 @@ msgid "Include an Optional Personal Message" msgstr "Liitä valinnainen henkilökohtainen viesti" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "Epäsuora jakosuodin luotu käyttäjän %s (%s) toimesta ryhmälle %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Kutsu" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Kutsu yhteistyöhön koskien %s" @@ -346,7 +346,7 @@ msgid "Next" msgstr "Seuraava" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Sähköpostiosoitetta ei ole konfiguroitu" @@ -357,8 +357,8 @@ msgid "Non-Share Groups" msgstr "Ei-jaetut ryhmät" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -387,8 +387,8 @@ msgstr "" "Tai liitä seuraava koodi paikkoihin, joihin haluat upottaa dokumenttisi" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -400,7 +400,7 @@ msgid "Personal Message" msgstr "Henkilökohtainen viesti" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -416,7 +416,7 @@ msgstr "" "jakaa." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Tietueen id:tä ei löydy" @@ -493,7 +493,7 @@ msgid "Share your documents" msgstr "Jaa dokumenttisi" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Jaettu pääsy on luotu!" @@ -509,14 +509,14 @@ msgid "Sharing Options" msgstr "Jakamisen vaihtoehdot" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Jako-oikeutta ei voi luoda." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Jakosuodatin luotu käyttäjän %s (%s) toimesta ryhmälle %s" @@ -532,7 +532,7 @@ msgid "Sharing: preparation" msgstr "Jakaminen: valmistelu" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -556,8 +556,8 @@ msgid "" msgstr "Toiminto avaa ruudun joka sisältää tiedot joita haluat jakaa." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -567,8 +567,8 @@ msgstr "" "käyttäjäasetuksissa voidakseen lähettää sähköposteja." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -578,14 +578,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -595,7 +595,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -603,8 +603,8 @@ msgstr "" "Tämä jako-ohjelma ei kyennyt saamaan kutsusi tietueen id:tä (record_id)." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Tässä ovat tunnuksesi suojatulle alueelle:\n" @@ -626,8 +626,8 @@ msgid "User" msgstr "Käyttäjä" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Käyttäjätunnus" @@ -638,14 +638,14 @@ msgid "Users" msgstr "Käyttäjät" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Voit käyttää nykyistä kirjautumista (%s) ja salasanaa nähdäksesi ne.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -653,7 +653,7 @@ msgstr "" "avustajaa." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/fr.po b/addons/share/i18n/fr.po index 4e9c6b06739..c30ee329f52 100644 --- a/addons/share/i18n/fr.po +++ b/addons/share/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "certains de leurs documents." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(copie pour partage)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Dupliqué pour les autorisations de partage modifiées)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modifié)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Droits d'accès pouvant être accordés sur les documents partagés." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "L'action et le mode d'accès sont requis pour créer un accès partagé." @@ -132,7 +132,7 @@ msgid "Configuration" msgstr "Paramètres" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Accès copié pour le partage" @@ -155,14 +155,14 @@ msgid "Current View Type" msgstr "Type de vue courante" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Base de données" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Lien direct ou code embarqué" @@ -183,14 +183,14 @@ msgid "Domain" msgstr "Domaine" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -233,8 +233,8 @@ msgstr "" "les autres utilisateurs." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -244,7 +244,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -254,7 +254,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -275,20 +275,20 @@ msgid "Include an Optional Personal Message" msgstr "Inclure un message personnel (optionnel)" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Filtre de partage indirect créé par l'utilisateur %s (%s) pour le groupe %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Invitation" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Invitation à collaborer sur %s" @@ -352,7 +352,7 @@ msgid "Next" msgstr "Suivant" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Pas d'adresse de courriel configurée" @@ -363,8 +363,8 @@ msgid "Non-Share Groups" msgstr "Groupes Pas de Partage" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -392,8 +392,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "Ou insérez le code suivant où vous souhaitez embarquer vos documents" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -405,7 +405,7 @@ msgid "Personal Message" msgstr "Message personnel" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -423,7 +423,7 @@ msgstr "" "vous voulez partager." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Identifiant de l'enregistrement non trouvé" @@ -502,7 +502,7 @@ msgid "Share your documents" msgstr "Partager vos documents" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Accès partagé créé !" @@ -518,14 +518,14 @@ msgid "Sharing Options" msgstr "Options de partage" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "L'accès au partage n'a pas pu être créé." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Partager le filtre créé par l'utilisateur %s (%s) pour le groupe %s" @@ -541,7 +541,7 @@ msgid "Sharing: preparation" msgstr "Partage : préparation" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -566,8 +566,8 @@ msgstr "" "L'action qui ouvre l'écran contenant les données que vous souhaitez partager." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -577,8 +577,8 @@ msgstr "" "'Préférences' pour pouvoir envoyer des courriels vers l'extérieur." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -588,14 +588,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -605,7 +605,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -614,8 +614,8 @@ msgstr "" "votre invitation." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -640,8 +640,8 @@ msgid "User" msgstr "Utilisateur" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nom d’utilisateur" @@ -652,7 +652,7 @@ msgid "Users" msgstr "Utilisateurs" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" @@ -660,7 +660,7 @@ msgstr "" "les visualiser.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -668,7 +668,7 @@ msgstr "" "l'assistant de partage." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/gl.po b/addons/share/i18n/gl.po index c66430d6258..763a397bf3c 100644 --- a/addons/share/i18n/gl.po +++ b/addons/share/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Copia para compartir)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Acceso copiado para a compartición" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Base de datos" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Dominio" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -223,8 +223,8 @@ msgstr "" "con algúns usuarios." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -232,7 +232,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -240,7 +240,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -259,20 +259,20 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Filtro de compartición indirecto creado polo usuario %s (%s) para o grupo %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -334,7 +334,7 @@ msgid "Next" msgstr "Seguinte" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -345,8 +345,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -374,8 +374,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -387,7 +387,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -403,7 +403,7 @@ msgstr "" "compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -481,7 +481,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -497,14 +497,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Filtro de compartición creado polo usuario %s (%s) para o grupo %s" @@ -520,7 +520,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -544,8 +544,8 @@ msgstr "" "A acción que abre a pantalla que contén a información que desexa compartir." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -555,8 +555,8 @@ msgstr "" "de usuario para poder enviar emails saíntes." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -566,14 +566,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -581,15 +581,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -610,8 +610,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nome de usuario" @@ -622,19 +622,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/he.po b/addons/share/i18n/he.po index f8c18472f3b..33c959b4dfc 100644 --- a/addons/share/i18n/he.po +++ b/addons/share/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -595,8 +595,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "" @@ -607,19 +607,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/hr.po b/addons/share/i18n/hr.po index 6f900422431..fe79c4a5ef9 100644 --- a/addons/share/i18n/hr.po +++ b/addons/share/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Kopiraj za dijeljenje)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "Modificirano" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "Postavke" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Kopiran pristup za dijeljenje" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Baza podataka" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Direktni link ili ugrađeni kod" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Domena" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -221,8 +221,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "Group created to set access rights for sharing data with some users." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -232,7 +232,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -242,7 +242,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -263,7 +263,7 @@ msgid "Include an Optional Personal Message" msgstr "U poziv uključi ovu poruku" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -271,13 +271,13 @@ msgstr "" "%s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Poziv" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Pozivnica za suradnju o %s" @@ -339,7 +339,7 @@ msgid "Next" msgstr "Next" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "E-mail adresa nije konfigurirana" @@ -350,8 +350,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -379,8 +379,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -392,7 +392,7 @@ msgid "Personal Message" msgstr "Osobna poruka" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -408,7 +408,7 @@ msgstr "" "to share." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "ID zapisa nije pronađen" @@ -485,7 +485,7 @@ msgid "Share your documents" msgstr "Podijelite vaše dokumente" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -501,14 +501,14 @@ msgid "Sharing Options" msgstr "Opcije dijeljenja" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Filtar dijeljenja je kreiran od strane korisnika %s (%s) za grupu %s" @@ -524,7 +524,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -549,8 +549,8 @@ msgstr "" "The action that opens the screen containing the data you wish to share." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -560,8 +560,8 @@ msgstr "" "postavama kako bi mogao slati e-mailove" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -571,14 +571,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -586,15 +586,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Ovo su vaši podaci za pristup ovom zaštićenom području:\n" @@ -615,8 +615,8 @@ msgid "User" msgstr "Korisnik" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Korisničko ime" @@ -627,21 +627,21 @@ msgid "Users" msgstr "Korisnici" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Možete koristiti trenutno korisničko ime (%s) i lozinku za pregled.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" "Morate biti član Share/User grupe kako bi koristili čarobnjak za djeljenje." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/hu.po b/addons/share/i18n/hu.po index ee120b41f1f..0861165db88 100644 --- a/addons/share/i18n/hu.po +++ b/addons/share/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "dokumentumaik szerkesztésére." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(másolás a megosztáshoz)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Megduplázva a módosított megosztás engedélyhez)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Módosítva)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Hozzáférési jogok létrehozva a megosztott dokumentumokhoz." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -131,7 +131,7 @@ msgid "Configuration" msgstr "Beállítás" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Átmásolt hozzáférések a megosztáshoz" @@ -154,14 +154,14 @@ msgid "Current View Type" msgstr "Aktuális nézet típus" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Adatbázis" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Direk futtatható vagy beágyazott kód" @@ -182,14 +182,14 @@ msgid "Domain" msgstr "Domain" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -232,8 +232,8 @@ msgstr "" "csoport létrehozva." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -243,7 +243,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -253,7 +253,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -274,20 +274,20 @@ msgid "Include an Optional Personal Message" msgstr "Egy tetszőleges személyes megjegyzés beillesztése" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Közvetett megosztási szűrő ettől a felhasználótól %s (%s) erre a csoportra %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Meghívó" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Meghívás az ebben %s való együttműködésre" @@ -350,7 +350,7 @@ msgid "Next" msgstr "Következő" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Nincs email cím beállítva" @@ -361,8 +361,8 @@ msgid "Non-Share Groups" msgstr "Nem-osztott csoportok" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -391,8 +391,8 @@ msgstr "" "Vagy illessze be a következő kódot ahova a dokumentumait be akarja ágyazni" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -404,7 +404,7 @@ msgid "Personal Message" msgstr "Személyes üzenet" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -422,7 +422,7 @@ msgstr "" "képernyőn" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Feljegyzési azonosító nem található" @@ -500,7 +500,7 @@ msgid "Share your documents" msgstr "Dokumentumainak megosztása" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Megosztási hozzáférés létrehozva!" @@ -516,14 +516,14 @@ msgid "Sharing Options" msgstr "Megosztás beállításai" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Megosztási hozzáférést nem lehet létrehozni." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Szűrőt hozott létre ez a felhasználó %s (%s) erre a csoportra %s" @@ -539,7 +539,7 @@ msgid "Sharing: preparation" msgstr "Megosztás: előkészítés" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -563,8 +563,8 @@ msgid "" msgstr "A megosztani kívánt adatokat tartalmazó képernyőt megnyitó művelet." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -574,8 +574,8 @@ msgstr "" "részleteinél, hogy email-eket tudjon küldeni." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -585,14 +585,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -602,15 +602,15 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "A megosztó motor nem tud a meghívóhoz record_id azonosítót kiosztani" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Ezek az okmányai ennek a tiltott területnek az eléréséhez:\n" @@ -632,8 +632,8 @@ msgid "User" msgstr "Felhasználó" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Felhasználónév" @@ -644,14 +644,14 @@ msgid "Users" msgstr "Felhasználók" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "A meglévő belépési adatot (%s) és jelszavat használja a megtekintéshez.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -659,7 +659,7 @@ msgstr "" "lennie." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/it.po b/addons/share/i18n/it.po index a26d8a28117..67d26a8cbc8 100644 --- a/addons/share/i18n/it.po +++ b/addons/share/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(copia per condivisione)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificato)" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Database" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Dominio" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -223,8 +223,8 @@ msgstr "" "utenti." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -232,7 +232,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -240,7 +240,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -259,7 +259,7 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -267,13 +267,13 @@ msgstr "" "%s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -335,7 +335,7 @@ msgid "Next" msgstr "Prossimo" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -346,8 +346,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -373,8 +373,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -386,7 +386,7 @@ msgid "Personal Message" msgstr "Messaggio personale" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -402,7 +402,7 @@ msgstr "" "volete condividere." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -479,7 +479,7 @@ msgid "Share your documents" msgstr "Condividi i tuoi documenti" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Accesso condiviso creato!" @@ -495,14 +495,14 @@ msgid "Sharing Options" msgstr "Opzioni di condivisione" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Filtro condivisione creato dall'utente %s (%s) per gruppo %s" @@ -518,7 +518,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -540,8 +540,8 @@ msgstr "" "L'azione che apre la schermata contenente i dati che volete condividere." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -551,8 +551,8 @@ msgstr "" "utente per essere in grado di inviare posta in uscita." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -562,14 +562,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -577,15 +577,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -606,8 +606,8 @@ msgid "User" msgstr "Utente" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nome utente" @@ -618,19 +618,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/ja.po b/addons/share/i18n/ja.po index 9da89581121..6402292aa1f 100644 --- a/addons/share/i18n/ja.po +++ b/addons/share/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -28,19 +28,19 @@ msgstr "" "このグループのメンバーは共有ウィザードにアクセスして、彼らのドキュメントの一部を表示や編集する外部ユーザを招待することができます。" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(共有のためにコピー)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(共有許可の変更のために複製されました)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(修正済)" @@ -71,7 +71,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "共有ドキュメント上に生成されたアクセス権" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -126,7 +126,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "共有のためのアクセスをコピーしました。" @@ -149,14 +149,14 @@ msgid "Current View Type" msgstr "現在のビュータイプ" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "データベース" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "直接リンクまたは埋め込みコード" @@ -177,14 +177,14 @@ msgid "Domain" msgstr "ドメイン" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -221,8 +221,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "グループは一部のユーザとデータ共有のアクセス権を設定するために作成されます。" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -230,7 +230,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -238,7 +238,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -257,19 +257,19 @@ msgid "Include an Optional Personal Message" msgstr "オプションの個人的なメッセージ記入" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "ユーザ%s(%s) グループ %s により作成された間接的共有フィルタ" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -331,7 +331,7 @@ msgid "Next" msgstr "次へ" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Eメールアドレスが設定されていません。" @@ -342,8 +342,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -369,8 +369,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "またはドキュメントを埋め込みたい場所に、次のコードを挿入します。" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -382,7 +382,7 @@ msgid "Personal Message" msgstr "個人的メッセージ" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -396,7 +396,7 @@ msgid "" msgstr "共有したいデータを含む画面を開くアクションを選択して下さい。" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -473,7 +473,7 @@ msgid "Share your documents" msgstr "ドキュメントの共有" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "共有アクセスは作成されました。" @@ -489,14 +489,14 @@ msgid "Sharing Options" msgstr "共有オプション" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "ユーザ %s(%s)、グループ %s により作成された共有フィルタ" @@ -512,7 +512,7 @@ msgid "Sharing: preparation" msgstr "共有操作" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -535,8 +535,8 @@ msgid "" msgstr "共有したいデータを含む画面を開くアクション" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -544,8 +544,8 @@ msgid "" msgstr "現ユーザは外部Eメールを送信するために、ユーザ設定でEメールアドレスを設定する必要があります。" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -555,14 +555,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -570,15 +570,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "これはこの保護領域にアクセスするためのあなたの資格証明です:\n" @@ -599,8 +599,8 @@ msgid "User" msgstr "ユーザ" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "ユーザ名" @@ -611,19 +611,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "表示のために現在のログイン %s とパスワードが使用できます。\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/lt.po b/addons/share/i18n/lt.po index 899193dc74d..4d624953cbe 100644 --- a/addons/share/i18n/lt.po +++ b/addons/share/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Suteiktos naudojimo teisės dalinamiems dokumentams." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "Nustatymai" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Tiesioginė nuoroda arba kodas įterpimui" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Sritis" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "Pridėti papildomą asmeninę žinutę" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "Pasidalinti dokumentu" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "Dalinimosi pasirinktys" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -597,8 +597,8 @@ msgid "User" msgstr "Naudotojas" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Naudotojo vardas" @@ -609,19 +609,19 @@ msgid "Users" msgstr "Naudotojai" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/mk.po b/addons/share/i18n/mk.po index b6425ac45bf..96d80cfd16d 100644 --- a/addons/share/i18n/mk.po +++ b/addons/share/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "од нивните документи." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Копија за споделување)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Дуплирано за изменети дозволи за споделување)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Изменето)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Правата за пристап да бидат доделени за споделени документи." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -130,7 +130,7 @@ msgid "Configuration" msgstr "Конфигурација" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Копиран пристап за споделување" @@ -153,14 +153,14 @@ msgid "Current View Type" msgstr "Тип на тековен приказ" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "База на податоци" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Директен линк или вграден код" @@ -181,14 +181,14 @@ msgid "Domain" msgstr "Домен" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -231,8 +231,8 @@ msgstr "" "податоци со некои корисници." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -242,7 +242,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -252,7 +252,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -273,20 +273,20 @@ msgid "Include an Optional Personal Message" msgstr "Вклучи опционо лична порака" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Филтер за индиректно споделување креиран од корисник %s (%s) за група %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Покана" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Покана за соработка за %s" @@ -349,7 +349,7 @@ msgid "Next" msgstr "Следно" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Нема конфигурирано емаил адреса" @@ -360,8 +360,8 @@ msgid "Non-Share Groups" msgstr "Групи кои не споделуваат" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -390,8 +390,8 @@ msgstr "" "Или внеси го следниот код онаму каде што сакаш да ги вметнеш документите" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -403,7 +403,7 @@ msgid "Personal Message" msgstr "Лична порака" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -421,7 +421,7 @@ msgstr "" "споделите." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "ID на записот не може да се пронајде" @@ -498,7 +498,7 @@ msgid "Share your documents" msgstr "Сподели документи" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Простап за споделување е креиран!" @@ -514,14 +514,14 @@ msgid "Sharing Options" msgstr "Опции за споделување" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Пристап за споделување не може да се креира." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Филтер за споделување креиран од корисник %s (%s) за група %s" @@ -537,7 +537,7 @@ msgid "Sharing: preparation" msgstr "Споделување: подготовка" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -562,8 +562,8 @@ msgstr "" "Акција која отвара екранот кој содржи податоци кои сакате да ги споделите." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -573,8 +573,8 @@ msgstr "" "привилегии за да може да праќа излезни мејлови." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -584,14 +584,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -601,7 +601,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -609,8 +609,8 @@ msgstr "" "Моторот за споделување не можеше да го пренесе record_id за вашата покана." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -634,8 +634,8 @@ msgid "User" msgstr "Корисник" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Корисничко име" @@ -646,14 +646,14 @@ msgid "Users" msgstr "Корисници" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Може да ги користиш тековната најава (%s) и лозинка за да ги видиш.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -661,7 +661,7 @@ msgstr "" "за споделување." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/mn.po b/addons/share/i18n/mn.po index 97e89eb6259..d7dd9383c78 100644 --- a/addons/share/i18n/mn.po +++ b/addons/share/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "чадна гэсэн үг юм." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Хуваалцах зориулсан хуулбар)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Хуваалцах эрхийг засварлахад зориулан хувилагдлаа)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Засагдсан)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Хуваалцсан баримт дээр зөвшөөрөгдөх гэж буй хандалтын эрхүүд" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -129,7 +129,7 @@ msgid "Configuration" msgstr "Тохируулга" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Хуваалцахад зориулсан хувилсан хандалт" @@ -152,14 +152,14 @@ msgid "Current View Type" msgstr "Идэвхтэй Харагдацын Төрөл" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Өгөгдлийн бааз" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Шууд холбоос эсвэл шигтгэх код" @@ -180,14 +180,14 @@ msgid "Domain" msgstr "Домэйн" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -228,8 +228,8 @@ msgstr "" "үүсгэгдлээ." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -239,7 +239,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -249,7 +249,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -270,20 +270,20 @@ msgid "Include an Optional Personal Message" msgstr "Байж болох Хувийн Зурвасыг оруулах" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Шууд биш хуваалцах шүүлтүүрийг %s (%s) хэрэглэгч %s группэд зориулан үүсгэв" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Урих" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "%s-ийн талаар хамтран ажиллах урилга" @@ -345,7 +345,7 @@ msgid "Next" msgstr "Дараах" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Имэйл хаяг тохируулагдаагүй байна" @@ -356,8 +356,8 @@ msgid "Non-Share Groups" msgstr "Хуваалцахгүй Группууд" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -386,8 +386,8 @@ msgstr "" "Эсвэл дараах кодыг оруулах замаар өөрийн баримтуудыг шигтгээгээр зоож болно" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -399,7 +399,7 @@ msgid "Personal Message" msgstr "Хувийн зурвас" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -415,7 +415,7 @@ msgstr "" "уу." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Бичлэгийн id олдсонгүй" @@ -492,7 +492,7 @@ msgid "Share your documents" msgstr "Өөрийн баримтуудыг хуваалцах" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Хуваалцах хандалт уусгэгдсэн!" @@ -508,14 +508,14 @@ msgid "Sharing Options" msgstr "Хуваалцах Сонголтууд" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Хуваалцах хандалт үүсгэгдэх боломжгүй." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Хуваалцах шүүлтүүрийг %s (%s) хэрэглэгч %s группэд зориулан үүсгэсэн" @@ -531,7 +531,7 @@ msgid "Sharing: preparation" msgstr "Хуваалцах: бэлтгэл" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -555,8 +555,8 @@ msgid "" msgstr "Таны хуваалцахыг хүссэн өгөгдлийг агуулсан дэлгэцийг нээх үйлдэл." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -566,8 +566,8 @@ msgstr "" "дотор имэйлээ тохируулсан байх шаардлагатай." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -577,14 +577,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -594,15 +594,15 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "Хуваалцах систем нь таны урилгын record_id-г уншиж авч чадсангүй." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Эдгээр нь энэхүү хамгаалагдсан хэсэг рүү хандах таны зөвшөөрөл:\n" @@ -624,8 +624,8 @@ msgid "User" msgstr "Хэрэглэгч" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Хэрэглэгчийн нэр" @@ -636,7 +636,7 @@ msgid "Users" msgstr "Хэрэглэгчид" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" @@ -644,7 +644,7 @@ msgstr "" "болно.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -652,7 +652,7 @@ msgstr "" "цонхыг ашиглаж чадна." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/nl.po b/addons/share/i18n/nl.po index f97d56e66aa..b63eff40a28 100644 --- a/addons/share/i18n/nl.po +++ b/addons/share/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-15 17:55+0000\n" "Last-Translator: Mario Gielissen (Openworx) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "bekijken en/of te bewerken." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Kopie voor delen)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Gedupliceerd voor aangepaste deel rechten)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Aangepast)" @@ -74,7 +74,7 @@ msgstr "" "Toegangsrechten welke moeten worden toegewezen op de gedeelde documenten" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "Actie en toegang mode zijn benodigd om gedeelde toegang te maken." @@ -132,7 +132,7 @@ msgid "Configuration" msgstr "Instellingen" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Toegang gekopieerd voor delen" @@ -155,14 +155,14 @@ msgid "Current View Type" msgstr "Huidige weergave type" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Database" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Directie koppeling of ingesloten code" @@ -183,14 +183,14 @@ msgid "Domain" msgstr "Domein" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "E-mail vereist" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -233,8 +233,8 @@ msgstr "" "met sommige gebruikers." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -244,7 +244,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -254,7 +254,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -275,19 +275,19 @@ msgid "Include an Optional Personal Message" msgstr "Voeg een optioneel persoonlijk bericht toe" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "Indirect deel-filter gemaakt door gebruiker %s (%s) voor groep %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Uitnodiging" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Uitnodiging om samen te werken over %s" @@ -350,7 +350,7 @@ msgid "Next" msgstr "Volgende" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Geen e-mail adres ingesteld" @@ -361,8 +361,8 @@ msgid "Non-Share Groups" msgstr "Niet gedeelde groepen" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -393,8 +393,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "Of voeg de volgende code toe waar u, uw documenten wilt insluiten" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -406,7 +406,7 @@ msgid "Personal Message" msgstr "Persoonlijk bericht" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -423,7 +423,7 @@ msgstr "" "delen." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Record id niet gevonden" @@ -500,7 +500,7 @@ msgid "Share your documents" msgstr "Deel uw documenten" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Gedeelde toegang aangemaakt!" @@ -516,14 +516,14 @@ msgid "Sharing Options" msgstr "Deelopties" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Deel toegang kan niet worden gemaakt" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "Deel-filter gemaakt door gebruiker %s (%s) voor groep %s" @@ -539,7 +539,7 @@ msgid "Sharing: preparation" msgstr "Delen: voorbereiding" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -564,8 +564,8 @@ msgstr "" "De actie die het scherm opent dat de gegevens bevat die u wilt delen." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -575,8 +575,8 @@ msgstr "" "Gebruikersvoorkeuren om email te kunnen versturen." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -590,7 +590,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" @@ -598,7 +598,7 @@ msgstr "" "De documenten wordt automatisch toegevoegd bij uw huidige Odoo documenten.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -608,7 +608,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -617,8 +617,8 @@ msgstr "" "uitnodiging." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -642,8 +642,8 @@ msgid "User" msgstr "Gebruiker" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Gebruikersnaam" @@ -654,14 +654,14 @@ msgid "Users" msgstr "Gebruikers" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "U kunt u huidige login (%s) en wachtwoord gebruiken om deze te bekijken.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -669,7 +669,7 @@ msgstr "" "gebruiken." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/pl.po b/addons/share/i18n/pl.po index 7b9dc2e4662..8aa440eb2a3 100644 --- a/addons/share/i18n/pl.po +++ b/addons/share/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-27 22:10+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -31,19 +31,19 @@ msgstr "" "edytowania niektórych ich dokumentów." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Kopia do udostępnienia)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Zduplikowane dla zmodyfikowanych praw współdzielenia)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Zmodyfikowano)" @@ -74,7 +74,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Trzeba mieć prawa do udostępnionego dokumentu" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "Akcja i Tryb dostępu są wymagane do tworzenia dostępu." @@ -130,7 +130,7 @@ msgid "Configuration" msgstr "Konfiguracja" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Skopiowany dostęp do udostępnienia" @@ -153,14 +153,14 @@ msgid "Current View Type" msgstr "Bieżący typ widoku" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Baza danych" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Link bezpośredni lub kod zagnieżdżony" @@ -181,14 +181,14 @@ msgid "Domain" msgstr "Domena" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "Wymagany adres email" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -229,8 +229,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "Grupy utworzone do ustawiania dostępu do współdzielonych danych." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -240,7 +240,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -250,7 +250,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -271,7 +271,7 @@ msgid "Include an Optional Personal Message" msgstr "Wstaw opcjonalną wiadomość osobistą." #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -279,13 +279,13 @@ msgstr "" "grupy %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Zaproszenie" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Zaproszenie do współpracy przy %s" @@ -347,7 +347,7 @@ msgid "Next" msgstr "Następne" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Brak skonfigurowanego adresu mailowego" @@ -358,8 +358,8 @@ msgid "Non-Share Groups" msgstr "Grupy nie biorące udziału" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -391,8 +391,8 @@ msgstr "" "Lub wstaw następujący kod w miejscu, gdzie chcesz zagnieździć swój dokument" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -404,7 +404,7 @@ msgid "Personal Message" msgstr "Wiadomość prywatna" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -419,7 +419,7 @@ msgstr "" "Wybierz akcję, która otwiera ekran zawierający dane do współdzielenia." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Nie znaleziono id rekordu" @@ -496,7 +496,7 @@ msgid "Share your documents" msgstr "Udostępnij swoje dokumenty" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Utworzono dostęp do współdzielenia!" @@ -512,14 +512,14 @@ msgid "Sharing Options" msgstr "Opcje współdzielenia" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Nie można utworzyć dostępu współdzielenia." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -536,7 +536,7 @@ msgid "Sharing: preparation" msgstr "Współdzielenie: przygotowanie" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -560,8 +560,8 @@ msgid "" msgstr "Akcja otwierająca ekran zawierający udostępnione dane." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -571,8 +571,8 @@ msgstr "" "użytkownika, aby mógł wysyłać maile." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -586,7 +586,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" @@ -594,7 +594,7 @@ msgstr "" "Dokumenty zostały automatycznie dodane do twoich bieżących dokumentów Odoo.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -604,7 +604,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -613,8 +613,8 @@ msgstr "" "zaproszenia." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "To są twoje dane dostępu do przestrzeni zastrzeżonej:\n" @@ -636,8 +636,8 @@ msgid "User" msgstr "Użytkownik" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nazwa użytkownika:" @@ -648,13 +648,13 @@ msgid "Users" msgstr "Użytkownicy" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "Możesz stosować swój obecny login (%s) i hasło do oglądania.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -662,7 +662,7 @@ msgstr "" "współdzielenia." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/pt.po b/addons/share/i18n/pt.po index de2e8839963..37a055875c1 100644 --- a/addons/share/i18n/pt.po +++ b/addons/share/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-21 21:04+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:24+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "seus documentos." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Copie para compartilhar)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicados para permissões de compartilhamentos modificados)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificado)" @@ -74,7 +74,7 @@ msgstr "" "Os direitos de acesso a serem concedidos sobre os documentos partilhados." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -133,7 +133,7 @@ msgid "Configuration" msgstr "Definições" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Acesso copiado para partilhar" @@ -156,14 +156,14 @@ msgid "Current View Type" msgstr "Tipo de vista atual" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Base de dados" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Link directo ou código Incorporado" @@ -184,14 +184,14 @@ msgid "Domain" msgstr "Domínio" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "Email Obrigatório" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -234,8 +234,8 @@ msgstr "" "outros utilizadores." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -245,7 +245,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -255,7 +255,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -276,20 +276,20 @@ msgid "Include an Optional Personal Message" msgstr "Incluir uma mensagem pessoal opcional" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Filtro de partilha indireto gerado pelo utilizador %s (%s) para o grupo %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Convite" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Convite para colaborar sobre %s" @@ -353,7 +353,7 @@ msgid "Next" msgstr "Próximo" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Não há um endereço de e-mail configurado" @@ -364,8 +364,8 @@ msgid "Non-Share Groups" msgstr "Grupos Sem-Partilha" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -396,8 +396,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "Ou insira o seguinte código onde quer inserir os seus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -409,7 +409,7 @@ msgid "Personal Message" msgstr "Mensagem Pessoal" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -425,7 +425,7 @@ msgstr "" "compartilhar." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Id de registo não encontrado" @@ -503,7 +503,7 @@ msgid "Share your documents" msgstr "Partilhe os seus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Acesso partilhado criado!" @@ -519,14 +519,14 @@ msgid "Sharing Options" msgstr "Opções de Partilha" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Acesso de partilha não pode ser criado" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "A compartilhar Filtro criado pelo utilizador %s (%s) para o grupo %s" @@ -542,7 +542,7 @@ msgid "Sharing: preparation" msgstr "Compartilhamento: preparação" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -566,8 +566,8 @@ msgid "" msgstr "A ação que abre a tela que contêm os dados que quer compartilhar." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -577,8 +577,8 @@ msgstr "" "configurações para poder enviar mensagens." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -592,7 +592,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" @@ -601,7 +601,7 @@ msgstr "" "atuais.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -611,7 +611,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -620,8 +620,8 @@ msgstr "" "convite." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Estas são as suas credenciais para aceder a esta área protegida:\n" @@ -644,8 +644,8 @@ msgid "User" msgstr "Utilizador" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nome de utilizador" @@ -656,13 +656,13 @@ msgid "Users" msgstr "Utilizadores" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "Pode usar o seu login atual (%s) e senha para visualizá-las.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -670,7 +670,7 @@ msgstr "" "assistente de partilha." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/pt_BR.po b/addons/share/i18n/pt_BR.po index 23442c618ce..4406073145a 100644 --- a/addons/share/i18n/pt_BR.po +++ b/addons/share/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-06 21:23+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:48+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: share @@ -31,19 +31,19 @@ msgstr "" "documentos." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Cópia para compartilhamento)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Duplicado para permissões de compartilhamento modificadas)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificado)" @@ -74,7 +74,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Direitos de acesso a serem aplicados nos documentos compartilhados." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -131,7 +131,7 @@ msgid "Configuration" msgstr "Configuração" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Copiado o acesso para o compartilhamento" @@ -154,14 +154,14 @@ msgid "Current View Type" msgstr "Tipo de Visão Atual" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Banco de Dados" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Link direto ou código incorporado" @@ -182,14 +182,14 @@ msgid "Domain" msgstr "Domínio" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "E-mail Obrigatório" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -232,8 +232,8 @@ msgstr "" "alguns usuários." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -243,7 +243,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -253,7 +253,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -274,7 +274,7 @@ msgid "Include an Optional Personal Message" msgstr "Incluir uma Mensagem Pessoal Opcional" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -282,13 +282,13 @@ msgstr "" "%s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Convite" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Convite para colaboração sobre %s" @@ -353,7 +353,7 @@ msgid "Next" msgstr "Próximo" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Nenhum endereço de e-mail configurado." @@ -364,8 +364,8 @@ msgid "Non-Share Groups" msgstr "Grupos que não Compartilham" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -394,8 +394,8 @@ msgstr "" "Ou insira o código seguinte onde você pretende incorporar seus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -407,7 +407,7 @@ msgid "Personal Message" msgstr "Mensagem Pessoal" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -423,7 +423,7 @@ msgstr "" "Escolha a ação que abre a janela contendo os dados que deseja compartilhar." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Id do registro não encontrado" @@ -502,7 +502,7 @@ msgid "Share your documents" msgstr "Compartilhe seus documentos" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Acesso ao compartilhamento criado!" @@ -518,14 +518,14 @@ msgid "Sharing Options" msgstr "Opções de Compartilhamento" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "O acesso ao compartilhamento não pode ser criado." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -542,7 +542,7 @@ msgid "Sharing: preparation" msgstr "Compartilhamento: preparação" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -566,8 +566,8 @@ msgid "" msgstr "A ação que abre uma tela contendo os dados que deseja compartilhar." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -577,8 +577,8 @@ msgstr "" "de Usuário para poder enviar e-mails." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -588,14 +588,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -605,7 +605,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -614,8 +614,8 @@ msgstr "" "convite." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Estas são suas credenciais para acessar esta área protegida:\n" @@ -638,8 +638,8 @@ msgid "User" msgstr "Usuário" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nome do Usuário" @@ -650,14 +650,14 @@ msgid "Users" msgstr "Usuários" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Você pode utilizar o seu nome de usuário e senha atuais (%s) para vê-los.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -665,7 +665,7 @@ msgstr "" "assistente de compartilhamento." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/ro.po b/addons/share/i18n/ro.po index 176e416ad18..c59b477dd1b 100644 --- a/addons/share/i18n/ro.po +++ b/addons/share/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "documentele lor." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Copie pentru partajare)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Copiat pentru permisiuni modificate de partajare)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Modificat(a))" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Se va acorda dreptul de acces la documentele partajate." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -130,7 +130,7 @@ msgid "Configuration" msgstr "Configurare" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Acces copiat pentru partajare" @@ -153,14 +153,14 @@ msgid "Current View Type" msgstr "Tip de Vizualizare Actuala" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Baza de date" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Link direct sau cod incorporat" @@ -181,14 +181,14 @@ msgid "Domain" msgstr "Domeniu" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -230,8 +230,8 @@ msgstr "" "unii utilizatori." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -241,7 +241,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -251,7 +251,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -272,7 +272,7 @@ msgid "Include an Optional Personal Message" msgstr "Include un Mesaj Personal Optional" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -280,13 +280,13 @@ msgstr "" "grupul %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Invitatie" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Invitatia de a colabora in legatura cu %s" @@ -350,7 +350,7 @@ msgid "Next" msgstr "Urmatorul" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Nici o adresa de email configurata" @@ -361,8 +361,8 @@ msgid "Non-Share Groups" msgstr "Grupuri Non-Partajare" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -391,8 +391,8 @@ msgstr "" "Sau introduceti codul urmator acolo unde doriti sa va integrati documentele" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -404,7 +404,7 @@ msgid "Personal Message" msgstr "Mesaj personal" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -421,7 +421,7 @@ msgstr "" "care doriti sa le partajati." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Nu a fost gasit id-ul inregistrarii" @@ -499,7 +499,7 @@ msgid "Share your documents" msgstr "Partajati-va documentele" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Acces partajat creat!" @@ -515,14 +515,14 @@ msgid "Sharing Options" msgstr "Optiuni de partajare" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Nu poate fi creat accesul la partajare." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -539,7 +539,7 @@ msgid "Sharing: preparation" msgstr "Partajare: pregatire" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -565,8 +565,8 @@ msgstr "" "partajati." #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -576,8 +576,8 @@ msgstr "" "Preferintele Utilizatorului pentru a putea trimite e-mail-uri." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -587,14 +587,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -604,7 +604,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -613,8 +613,8 @@ msgstr "" "invitatia dumneavoastra." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -638,8 +638,8 @@ msgid "User" msgstr "Utilizator" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Nume de utilizator" @@ -650,7 +650,7 @@ msgid "Users" msgstr "Utilizatori" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" @@ -658,7 +658,7 @@ msgstr "" "vizuliza.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -666,7 +666,7 @@ msgstr "" "folosi wizardul de partajare." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/ru.po b/addons/share/i18n/ru.po index 6aaf6600d3a..59d789d344c 100644 --- a/addons/share/i18n/ru.po +++ b/addons/share/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "некоторых своих документов." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(Копировать для совместного доступа)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Дублирован для измененных прав совместного доступа)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Изменено)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Права доступа будут предоставлены на документы совместного доступа" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -131,7 +131,7 @@ msgid "Configuration" msgstr "Настройка" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Скопированы права совместного доступа" @@ -154,14 +154,14 @@ msgid "Current View Type" msgstr "Тип этого вида" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "База данных" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "Прямая ссылка или встраиваемый код" @@ -182,14 +182,14 @@ msgid "Domain" msgstr "Ограничение" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -230,8 +230,8 @@ msgstr "" "пользователями." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -241,7 +241,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -251,7 +251,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -272,20 +272,20 @@ msgid "Include an Optional Personal Message" msgstr "Включить дополнительное персональное сообщение" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" "Фильтр косвенного доступа созданный пользователем %s (%s) для группы %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Приглашение" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Приглашение по сотрудничеству над %s" @@ -351,7 +351,7 @@ msgid "Next" msgstr "Далее" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Не настроен адрес эл.почты" @@ -362,8 +362,8 @@ msgid "Non-Share Groups" msgstr "Обычные группы" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -392,8 +392,8 @@ msgstr "" "Или вставьте следующий код туда, где вы хотите вставить ваши документы" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -405,7 +405,7 @@ msgid "Personal Message" msgstr "Личное сообщение" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -423,7 +423,7 @@ msgstr "" "которыми вы хотите поделиться." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "Идентификатор записи не найден" @@ -502,7 +502,7 @@ msgid "Share your documents" msgstr "Поделитесь своими документами" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Общий доступ создан!" @@ -518,14 +518,14 @@ msgid "Sharing Options" msgstr "Параметры общего доступа" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Совместный доступ не возможен." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -542,7 +542,7 @@ msgid "Sharing: preparation" msgstr "Совместный доступ: подготовка" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -569,8 +569,8 @@ msgstr "" "поделиться" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -580,8 +580,8 @@ msgstr "" "чтобы иметь возможность отправлять ему эл. почту." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -591,14 +591,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -608,7 +608,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." @@ -616,8 +616,8 @@ msgstr "" "Механизм совместного доступа не смог обработать record_id Вашего приглашения." #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Это ваши учетные данные для доступа к защищенной области:\n" @@ -640,8 +640,8 @@ msgid "User" msgstr "Пользователь" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Пользователь" @@ -652,14 +652,14 @@ msgid "Users" msgstr "Пользователи" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Вы можете использовать ваш текущий логин (%s) и пароль, для их просмотра.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -667,7 +667,7 @@ msgstr "" "мастера." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/sl.po b/addons/share/i18n/sl.po index a1620d66e2b..f2fed1020c3 100644 --- a/addons/share/i18n/sl.po +++ b/addons/share/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:35+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Spremenjeno)" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Dostopne pravice se dodelijo na dokumentih v skupni rabi." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "Nastavitve" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "Trenutna vrsta pogleda" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Podatkovna zbirka" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Domena" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -221,8 +221,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -230,7 +230,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -238,7 +238,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -259,19 +259,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "Povabilo" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "Povabilo k sodelovanju na %s" @@ -334,7 +334,7 @@ msgid "Next" msgstr "Naslednje" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "Elektronski naslov ni nastavljen" @@ -345,8 +345,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -372,8 +372,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -385,7 +385,7 @@ msgid "Personal Message" msgstr "Osebno sporočilo" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -399,7 +399,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "ID zapisa ni najden." @@ -476,7 +476,7 @@ msgid "Share your documents" msgstr "Dajte vaše dokumente v skupno rabo" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Kreiran dostop za skupno rabo!" @@ -492,14 +492,14 @@ msgid "Sharing Options" msgstr "Možnosti souporabe" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "Skupni dostop ne more biti kreiran." #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -515,7 +515,7 @@ msgid "Sharing: preparation" msgstr "Skupna raba: v pripravi" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -536,8 +536,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -547,8 +547,8 @@ msgstr "" "uporabnika, da lahko pošilja izhodno pošto." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -558,14 +558,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -575,15 +575,15 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -604,8 +604,8 @@ msgid "User" msgstr "Uporabnik" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Uporabniško ime" @@ -616,13 +616,13 @@ msgid "Users" msgstr "Uporabniki" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "Za ogled lahko uporabite veljano uporabniško ime (%s) in geslo.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" @@ -630,7 +630,7 @@ msgstr "" "skupno rabo." #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/sv.po b/addons/share/i18n/sv.po index 80b888c360d..f37b78b6a34 100644 --- a/addons/share/i18n/sv.po +++ b/addons/share/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Ändrad)" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Databas" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "Domän" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "Nästa" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "Personligt meddelande" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "Dela dina dokument" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "Utdelningsalternativ" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -595,8 +595,8 @@ msgid "User" msgstr "Användare" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Användarnamn" @@ -607,20 +607,20 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" "Du kan använda nuvarande inloggning (%s) och lösenord för att se dem.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/th.po b/addons/share/i18n/th.po index c581970e5b6..40fd52f9184 100644 --- a/addons/share/i18n/th.po +++ b/addons/share/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -228,7 +228,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -236,7 +236,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -255,19 +255,19 @@ msgid "Include an Optional Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "" @@ -329,7 +329,7 @@ msgid "Next" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -340,8 +340,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -367,8 +367,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -380,7 +380,7 @@ msgid "Personal Message" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -394,7 +394,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -471,7 +471,7 @@ msgid "Share your documents" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -487,14 +487,14 @@ msgid "Sharing Options" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -510,7 +510,7 @@ msgid "Sharing: preparation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -531,8 +531,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -540,8 +540,8 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -551,14 +551,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -566,15 +566,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "" @@ -595,8 +595,8 @@ msgid "User" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "" @@ -607,19 +607,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/tr.po b/addons/share/i18n/tr.po index 4bb71216357..4c109bdce45 100644 --- a/addons/share/i18n/tr.po +++ b/addons/share/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:50+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -30,19 +30,19 @@ msgstr "" "vardır." #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(paylaşım için kopya)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "(Değiştirilmiş paylaşım izinleri için çoğaltıldı)" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(Değiştirildi)" @@ -73,7 +73,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "Paylaşılan belgeler verilebilen Erişim hakları." #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "" @@ -128,7 +128,7 @@ msgid "Configuration" msgstr "Yapılandırma" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "Paylaşım için kopyalanmış erişim" @@ -151,14 +151,14 @@ msgid "Current View Type" msgstr "Şimdiki Ekran Tipi" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "Veritabanı" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "" @@ -179,14 +179,14 @@ msgid "Domain" msgstr "Alan adı" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -225,8 +225,8 @@ msgstr "" "için grup oluşturuldu." #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -236,7 +236,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -244,7 +244,7 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -263,7 +263,7 @@ msgid "Include an Optional Personal Message" msgstr "Semeli bir Kişisel Mesaj İçer" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "" @@ -271,13 +271,13 @@ msgstr "" "filtresi" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "% s için işbirliği daveti" @@ -339,7 +339,7 @@ msgid "Next" msgstr "Sonraki" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -350,8 +350,8 @@ msgid "Non-Share Groups" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -379,8 +379,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "ya da dökümanlarınızı gömmek istediğiniz yere kodu yerleştirin" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -392,7 +392,7 @@ msgid "Personal Message" msgstr "Kişisel Mesaj" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -407,7 +407,7 @@ msgstr "" "Lütfen paylaşmak istediğiniz verileri içeren ekranı açan eylemi seçin." #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "" @@ -484,7 +484,7 @@ msgid "Share your documents" msgstr "Dökümanlarınızı Paylaşın" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "Paylaşım izni oluşturuldu!" @@ -500,14 +500,14 @@ msgid "Sharing Options" msgstr "Paylaşım Seçenekleri" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "" @@ -524,7 +524,7 @@ msgid "Sharing: preparation" msgstr "Paylaşım: Hazırlama" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -548,8 +548,8 @@ msgid "" msgstr "Paylaşmak istediğiniz ekranı açan eylem" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -559,8 +559,8 @@ msgstr "" "eposta adresi olmalıdır." #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -570,14 +570,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -585,15 +585,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "Korumalı alana erişebilmek için kimlik bilgileriniz:\n" @@ -616,8 +616,8 @@ msgid "User" msgstr "Kullanıcı" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "Kullanıcı Adı" @@ -628,19 +628,19 @@ msgid "Users" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "Görmek için şuanki kullanıcı (%s) ve şifrenizi kullanabilirsiniz.\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/share/i18n/zh_CN.po b/addons/share/i18n/zh_CN.po index c426ff05960..75e09e75783 100644 --- a/addons/share/i18n/zh_CN.po +++ b/addons/share/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: share #: model:res.groups,comment:share.group_share_user @@ -26,19 +26,19 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:523 +#: code:addons/share/wizard/share_wizard.py:525 #, python-format msgid "(Copy for sharing)" msgstr "(共享复制)" #. module: share -#: code:addons/share/wizard/share_wizard.py:548 +#: code:addons/share/wizard/share_wizard.py:550 #, python-format msgid "(Duplicated for modified sharing permissions)" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:598 +#: code:addons/share/wizard/share_wizard.py:600 #, python-format msgid "(Modified)" msgstr "(已修改)" @@ -69,7 +69,7 @@ msgid "Access rights to be granted on the shared documents." msgstr "已获得共享文档的访问权限" #. module: share -#: code:addons/share/wizard/share_wizard.py:639 +#: code:addons/share/wizard/share_wizard.py:641 #, python-format msgid "Action and Access Mode are required to create a shared access." msgstr "操作和访问模式都需要要创建一个共享入口。" @@ -124,7 +124,7 @@ msgid "Configuration" msgstr "设置" #. module: share -#: code:addons/share/wizard/share_wizard.py:490 +#: code:addons/share/wizard/share_wizard.py:492 #, python-format msgid "Copied access for sharing" msgstr "共享的复制访问" @@ -147,14 +147,14 @@ msgid "Current View Type" msgstr "当前视图类型" #. module: share -#: code:addons/share/wizard/share_wizard.py:829 -#: code:addons/share/wizard/share_wizard.py:861 +#: code:addons/share/wizard/share_wizard.py:831 +#: code:addons/share/wizard/share_wizard.py:863 #, python-format msgid "Database" msgstr "数据库" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #, python-format msgid "Direct link or embed code" msgstr "直接链接或者切入代码" @@ -175,14 +175,14 @@ msgid "Domain" msgstr "过滤条件" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "Email Required" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:76 +#: code:addons/share/wizard/share_wizard.py:77 #: field:share.wizard,new_users:0 #, python-format msgid "Emails" @@ -219,8 +219,8 @@ msgid "Group created to set access rights for sharing data with some users." msgstr "为设置一些用户的共享数据访问权限所建立的用户组" #. module: share -#: code:addons/share/wizard/share_wizard.py:820 -#: code:addons/share/wizard/share_wizard.py:852 +#: code:addons/share/wizard/share_wizard.py:822 +#: code:addons/share/wizard/share_wizard.py:854 #, python-format msgid "" "Hello,\n" @@ -230,7 +230,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:821 +#: code:addons/share/wizard/share_wizard.py:823 #, python-format msgid "" "I have shared %s (%s) with you!\n" @@ -240,7 +240,7 @@ msgstr "" "\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:853 +#: code:addons/share/wizard/share_wizard.py:855 #, python-format msgid "" "I've shared %s with you!\n" @@ -259,19 +259,19 @@ msgid "Include an Optional Personal Message" msgstr "包括一个可选的个人信息" #. module: share -#: code:addons/share/wizard/share_wizard.py:613 +#: code:addons/share/wizard/share_wizard.py:615 #, python-format msgid "Indirect sharing filter created by user %s (%s) for group %s" msgstr "创建用户 %s (%s )间接共享过滤器,在用户组 %s" #. module: share -#: code:addons/share/wizard/share_wizard.py:794 +#: code:addons/share/wizard/share_wizard.py:796 #, python-format msgid "Invitation" msgstr "邀请" #. module: share -#: code:addons/share/wizard/share_wizard.py:819 +#: code:addons/share/wizard/share_wizard.py:821 #, python-format msgid "Invitation to collaborate about %s" msgstr "关于%s的合作邀请" @@ -333,7 +333,7 @@ msgid "Next" msgstr "下一个" #. module: share -#: code:addons/share/wizard/share_wizard.py:202 +#: code:addons/share/wizard/share_wizard.py:204 #, python-format msgid "No email address configured" msgstr "" @@ -344,8 +344,8 @@ msgid "Non-Share Groups" msgstr "非共享组" #. module: share -#: code:addons/share/wizard/share_wizard.py:833 -#: code:addons/share/wizard/share_wizard.py:867 +#: code:addons/share/wizard/share_wizard.py:835 +#: code:addons/share/wizard/share_wizard.py:869 #, python-format msgid "" "Odoo is a powerful and user-friendly suite of Business Applications (CRM, " @@ -371,8 +371,8 @@ msgid "Or insert the following code where you want to embed your documents" msgstr "或者在你想要嵌入你的文档时,插入下列代码" #. module: share -#: code:addons/share/wizard/share_wizard.py:828 -#: code:addons/share/wizard/share_wizard.py:860 +#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:862 #: field:share.wizard.result.line,password:0 #, python-format msgid "Password" @@ -384,7 +384,7 @@ msgid "Personal Message" msgstr "个人消息" #. module: share -#: code:addons/share/wizard/share_wizard.py:646 +#: code:addons/share/wizard/share_wizard.py:648 #, python-format msgid "" "Please indicate the emails of the persons to share with, one per line." @@ -398,7 +398,7 @@ msgid "" msgstr "该操作是打开选择要包含哪些共享数据的视图" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "Record id not found" msgstr "记录 id 未找到" @@ -475,7 +475,7 @@ msgid "Share your documents" msgstr "共享你的单据" #. module: share -#: code:addons/share/wizard/share_wizard.py:770 +#: code:addons/share/wizard/share_wizard.py:772 #, python-format msgid "Shared access created!" msgstr "" @@ -491,14 +491,14 @@ msgid "Sharing Options" msgstr "共享选项" #. module: share -#: code:addons/share/wizard/share_wizard.py:60 -#: code:addons/share/wizard/share_wizard.py:634 +#: code:addons/share/wizard/share_wizard.py:61 +#: code:addons/share/wizard/share_wizard.py:636 #, python-format msgid "Sharing access cannot be created." msgstr "共享访问不能被创建。" #. module: share -#: code:addons/share/wizard/share_wizard.py:576 +#: code:addons/share/wizard/share_wizard.py:578 #, python-format msgid "Sharing filter created by user %s (%s) for group %s" msgstr "创建用户 %s (%s )的共享过滤器,在用户组 %s" @@ -514,7 +514,7 @@ msgid "Sharing: preparation" msgstr "共享:准备" #. module: share -#: code:addons/share/wizard/share_wizard.py:635 +#: code:addons/share/wizard/share_wizard.py:637 #, python-format msgid "" "Sorry, the current screen and filter you are trying to share are not " @@ -535,8 +535,8 @@ msgid "" msgstr "这操作是打开包含要共享数据的视图。" #. module: share -#: code:addons/share/wizard/share_wizard.py:812 -#: code:addons/share/wizard/share_wizard.py:843 +#: code:addons/share/wizard/share_wizard.py:814 +#: code:addons/share/wizard/share_wizard.py:845 #, python-format msgid "" "The current user must have an email address configured in User Preferences " @@ -544,8 +544,8 @@ msgid "" msgstr "当前用户必须有一个电子邮件地址,设置在用户首选项的电子邮件发送地址。" #. module: share -#: code:addons/share/wizard/share_wizard.py:825 -#: code:addons/share/wizard/share_wizard.py:854 +#: code:addons/share/wizard/share_wizard.py:827 +#: code:addons/share/wizard/share_wizard.py:856 #, python-format msgid "" "The documents are not attached, you can view them online directly on my Odoo " @@ -555,14 +555,14 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:863 +#: code:addons/share/wizard/share_wizard.py:865 #, python-format msgid "" "The documents have been automatically added to your current Odoo documents.\n" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:830 +#: code:addons/share/wizard/share_wizard.py:832 #, python-format msgid "" "The documents have been automatically added to your subscriptions.\n" @@ -570,15 +570,15 @@ msgid "" msgstr "" #. module: share -#: code:addons/share/wizard/share_wizard.py:757 +#: code:addons/share/wizard/share_wizard.py:759 #, python-format msgid "" "The share engine has not been able to fetch a record_id for your invitation." msgstr "共享引擎没有找到与你的邀请有关的记录号。" #. module: share -#: code:addons/share/wizard/share_wizard.py:826 -#: code:addons/share/wizard/share_wizard.py:858 +#: code:addons/share/wizard/share_wizard.py:828 +#: code:addons/share/wizard/share_wizard.py:860 #, python-format msgid "These are your credentials to access this protected area:\n" msgstr "这是你访问这个保护区域的凭证:\n" @@ -599,8 +599,8 @@ msgid "User" msgstr "用户" #. module: share -#: code:addons/share/wizard/share_wizard.py:827 -#: code:addons/share/wizard/share_wizard.py:859 +#: code:addons/share/wizard/share_wizard.py:829 +#: code:addons/share/wizard/share_wizard.py:861 #, python-format msgid "Username" msgstr "用户名" @@ -611,19 +611,19 @@ msgid "Users" msgstr "用户" #. module: share -#: code:addons/share/wizard/share_wizard.py:864 +#: code:addons/share/wizard/share_wizard.py:866 #, python-format msgid "You may use your current login (%s) and password to view them.\n" msgstr "你可以使用你当前的登录名(%s)和密码来查阅它们。\n" #. module: share -#: code:addons/share/wizard/share_wizard.py:642 +#: code:addons/share/wizard/share_wizard.py:644 #, python-format msgid "You must be a member of the Share/User group to use the share wizard." msgstr "必须是销售/用户组才能使用 分享向导" #. module: share -#: code:addons/share/wizard/share_wizard.py:203 +#: code:addons/share/wizard/share_wizard.py:205 #, python-format msgid "" "You must configure your email address in the user preferences before using " diff --git a/addons/stock/i18n/ar.po b/addons/stock/i18n/ar.po index ffe5ccf9aeb..950e3a4268a 100644 --- a/addons/stock/i18n/ar.po +++ b/addons/stock/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "الكل في المرة" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "ارجع الامر لـ" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "عرض النتيجة" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "ملغي" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -826,7 +831,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -915,11 +919,6 @@ msgstr "الاستهلاكية" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1007,6 +1006,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1034,6 +1035,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1046,13 +1049,19 @@ msgstr "إنشاء" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "تاريخ الإنشاء" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1094,7 +1103,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1136,6 +1145,7 @@ msgstr "العملاء" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "تاريخ" @@ -1171,13 +1181,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1312,7 +1315,7 @@ msgid "Delivery Method" msgstr "طريقة التوصيل" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1351,7 +1354,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "الموقع المخصص" @@ -1361,6 +1366,16 @@ msgstr "الموقع المخصص" msgid "Destination Move" msgstr "تحرك التخصيص" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1427,25 +1442,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "خطأ" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "خطأ!" @@ -1456,7 +1472,7 @@ msgid "European Customers" msgstr "العملاء الاوروبيين" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1478,7 +1494,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1558,6 +1574,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1729,14 +1750,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1829,6 +1852,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1909,13 +1940,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "معلومات" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1966,7 +1997,7 @@ msgid "Internal Reference" msgstr "مرجع داخلي" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2059,6 +2090,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2152,6 +2184,11 @@ msgstr "وتحدد سمات المجموعة مثل النوع, كمية الم msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2193,6 +2230,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2223,13 +2262,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2326,11 +2367,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2349,11 +2385,6 @@ msgstr "" msgid "Location Stock" msgstr "مخزون المكان" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2421,6 +2452,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2441,7 +2473,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2698,6 +2730,11 @@ msgstr "الاسم" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2727,7 +2764,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2783,7 +2820,7 @@ msgid "Notes" msgstr "ملاحظات" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2799,14 +2836,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "تم" @@ -2817,34 +2854,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2852,13 +2884,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2870,12 +2903,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2986,7 +3015,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3005,6 +3034,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3020,6 +3050,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3030,8 +3061,9 @@ msgid "P&L Qty" msgstr "كمية P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "حزم" @@ -3047,7 +3079,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3058,10 +3089,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3087,6 +3123,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3105,12 +3146,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "المجموعات" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3172,19 +3218,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3197,6 +3243,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "اختيار" @@ -3254,6 +3301,16 @@ msgstr "" msgid "Picking list" msgstr "الشحنات" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3280,7 +3337,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3292,15 +3349,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3359,10 +3416,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "عمليّة" @@ -3455,6 +3509,7 @@ msgstr "الكمية المنتجة" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3515,6 +3570,7 @@ msgstr "جدول الامر الغير مُستلم للمنتج" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3541,18 +3597,25 @@ msgid "Production Lot" msgstr "الوفر من المنتج" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "المنتجات" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3565,7 +3628,7 @@ msgid "Products: " msgstr "المنتجات: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3616,6 +3679,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3635,11 +3705,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3660,7 +3730,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3676,6 +3746,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3833,25 +3904,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3940,7 +4011,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4298,6 +4369,13 @@ msgstr "" "ويضع مكان اذا انتجت مكان مثبت. ويمكن ان يكون هذا مكان الشريك اذا قمت " "بالتعاقد على عمليات التصنيع." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4314,7 +4392,7 @@ msgid "Shelves (Y)" msgstr "الرفوف (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4360,14 +4438,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "مكان المورد" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4390,6 +4480,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "تجزئة" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4412,7 +4507,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4661,7 +4756,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4693,7 +4788,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4738,7 +4833,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4752,7 +4849,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4767,7 +4864,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4775,6 +4872,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4808,6 +4912,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4816,14 +4928,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4976,7 +5080,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5013,9 +5117,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5107,7 +5217,7 @@ msgid "Units of Measure" msgstr "وحدة القياس" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5190,7 +5300,7 @@ msgid "User" msgstr "مستخدم" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5299,11 +5409,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "إدارة المخازن و المستودعات" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5320,7 +5425,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5333,8 +5438,8 @@ msgid "Warehouses" msgstr "المخازن" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5348,9 +5453,9 @@ msgid "Warning !" msgstr "تحذير !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5360,13 +5465,13 @@ msgid "Warning!" msgstr "تحذير!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5415,13 +5520,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5430,25 +5535,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "يمكنك فقط حذف تحركات السحب." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5456,13 +5561,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5488,7 +5593,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5502,11 +5607,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "تطبيق" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "ال_غاء" @@ -5616,3 +5723,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "إدارة المخازن و المستودعات" diff --git a/addons/stock/i18n/bg.po b/addons/stock/i18n/bg.po index 8bfde2b52c3..ea192ca2a3e 100644 --- a/addons/stock/i18n/bg.po +++ b/addons/stock/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Всичко наведнъж" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Изглед на календар" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Отказанa" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "Консумативи" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "Създаване" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Дата на създаване" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Клиенти" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Дата" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Начин на доставка" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Местонахождение цел" @@ -1360,6 +1365,16 @@ msgstr "Местонахождение цел" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Грешка" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Грешка!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Европейски клиенти" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Информация" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "Вътрешно означение" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "Местонахождение на склад" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "Име" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "Бележки" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "К-во загуби и пачалби" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Пакет" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "Избирателен списък" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "Планирана дата" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Обработка" @@ -3452,6 +3506,7 @@ msgstr "Произведено к-во" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "Продукт компект услуги" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "Партида от продукция" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Продукти" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "Продукти: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "Лавици (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Местонахождение източник" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Разделяне" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "Състояние" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4971,7 +5075,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5008,9 +5112,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5102,7 +5212,7 @@ msgid "Units of Measure" msgstr "Мерни единици" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5185,7 +5295,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5294,11 +5404,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Складово стопанство" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5315,7 +5420,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5328,8 +5433,8 @@ msgid "Warehouses" msgstr "Складове" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5343,9 +5448,9 @@ msgid "Warning !" msgstr "Предупреждение!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5355,13 +5460,13 @@ msgid "Warning!" msgstr "Предупреждение!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5410,13 +5515,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5425,25 +5530,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Може да изтривате само движения в проект" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5451,13 +5556,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5483,7 +5588,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5497,11 +5602,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Прилагане" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Отказ" @@ -5611,3 +5718,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Складово стопанство" diff --git a/addons/stock/i18n/bs.po b/addons/stock/i18n/bs.po index d7960f6312f..2122fb84a76 100644 --- a/addons/stock/i18n/bs.po +++ b/addons/stock/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s je prenesen u otpis." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -436,13 +436,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -510,7 +510,7 @@ msgid "All at once" msgstr "Sve odjednom" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -521,7 +521,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -649,13 +649,13 @@ msgid "Back Order of" msgstr "Zaostali nalog od" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -677,6 +677,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -699,7 +704,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -736,13 +741,13 @@ msgid "Calendar View" msgstr "Kalendarski prikaz" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -784,7 +789,7 @@ msgid "Cancelled" msgstr "Otkazano" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -876,7 +881,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -965,11 +969,6 @@ msgstr "Potrošno" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1057,6 +1056,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1084,6 +1085,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1096,13 +1099,19 @@ msgstr "Kreiranje" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Datum kreiranja" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1144,7 +1153,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1186,6 +1195,7 @@ msgstr "Kupac" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1221,13 +1231,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1373,7 +1376,7 @@ msgid "Delivery Method" msgstr "Način isporuke" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1412,7 +1415,9 @@ msgstr "Odredišna adresa " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Odredišna lokacija" @@ -1422,6 +1427,16 @@ msgstr "Odredišna lokacija" msgid "Destination Move" msgstr "Odredišno kretanje" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1488,25 +1503,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Greška" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Greška!" @@ -1517,7 +1533,7 @@ msgid "European Customers" msgstr "Evropski kupci" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1539,7 +1555,7 @@ msgid "Expiry date on serial numbers" msgstr "Datum isteka na serijskim brojevima" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1623,6 +1639,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1796,14 +1817,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1896,6 +1919,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1978,13 +2009,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacija" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2035,7 +2066,7 @@ msgid "Internal Reference" msgstr "Interna referenca" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2128,6 +2159,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2224,6 +2256,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Određuje proizvode za djelomičnu ili isporuku odjednom" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2265,6 +2302,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2295,13 +2334,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2398,11 +2439,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2421,11 +2457,6 @@ msgstr "" msgid "Location Stock" msgstr "Zaliha lokacije" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2493,6 +2524,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2513,7 +2545,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2771,6 +2803,11 @@ msgstr "Ime" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2800,7 +2837,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2858,7 +2895,7 @@ msgid "Notes" msgstr "Bilješke" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2874,14 +2911,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Uredu" @@ -2892,34 +2929,29 @@ msgid "On hand:" msgstr "Pri ruci" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2927,13 +2959,14 @@ msgstr "Otvori meni Sladišta" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2945,12 +2978,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3063,7 +3092,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3082,6 +3111,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3097,6 +3127,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3107,8 +3138,9 @@ msgid "P&L Qty" msgstr "P&L kol." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pakovanje" @@ -3124,7 +3156,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3135,10 +3166,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3164,6 +3200,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3182,12 +3223,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paketi" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3249,19 +3295,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3274,6 +3320,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Prikupljanje proizvoda" @@ -3331,6 +3378,16 @@ msgstr "" msgid "Picking list" msgstr "Lista prikupljanja proizvoda" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3357,7 +3414,7 @@ msgid "Planned Date" msgstr "Planirani datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Molimo upišite pozitivnu količinu za otpis." @@ -3369,15 +3426,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Molimo unesite najmanje jednu količinu koja nije nula." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3436,10 +3493,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Obradi" @@ -3532,6 +3586,7 @@ msgstr "Proizvedena kol." #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3592,6 +3647,7 @@ msgstr "Proizvod UOS" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Jedinica mjere proizvoda" @@ -3618,18 +3674,25 @@ msgid "Production Lot" msgstr "Proizvodna partija" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Proizvodi" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3642,7 +3705,7 @@ msgid "Products: " msgstr "Proizvodi: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3693,6 +3756,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3712,11 +3782,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3737,7 +3807,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3755,6 +3825,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3912,25 +3983,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4019,7 +4090,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4377,6 +4448,13 @@ msgstr "" "Postavlja se lokacija ukoliko se proizvodi uvijek na fiksnoj lokaciji. To " "može biti mjesto partnera u slučaju podugovaranja procesa proizvodnje." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4393,7 +4471,7 @@ msgid "Shelves (Y)" msgstr "Police (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4439,14 +4517,26 @@ msgstr "Izvorni dokument" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Lokacija izvora" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4469,6 +4559,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Razdvoji" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4491,7 +4586,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4742,7 +4837,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4774,7 +4869,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4819,7 +4914,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4833,7 +4930,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4848,7 +4945,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4856,6 +4953,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4889,6 +4993,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4897,14 +5009,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5069,7 +5173,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5113,9 +5217,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5207,7 +5317,7 @@ msgid "Units of Measure" msgstr "Jedinice mere" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5290,7 +5400,7 @@ msgid "User" msgstr "Korisnik" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Greška Korisnika!" @@ -5399,11 +5509,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Upravljanje skladištem" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5420,7 +5525,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5433,8 +5538,8 @@ msgid "Warehouses" msgstr "Skladišta" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5448,9 +5553,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5460,13 +5565,13 @@ msgid "Warning!" msgstr "Upozorenje!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5515,13 +5620,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5530,25 +5635,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Možete izbrisati samo kretanja zalihe u pripremi." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5556,13 +5661,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5588,7 +5693,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5602,11 +5707,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Primjeni" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" @@ -5716,3 +5823,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Upravljanje skladištem" diff --git a/addons/stock/i18n/ca.po b/addons/stock/i18n/ca.po index 0655fe38c60..23e9589960f 100644 --- a/addons/stock/i18n/ca.po +++ b/addons/stock/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Tot junt" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Albarà pendent de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -688,13 +693,13 @@ msgid "Calendar View" msgstr "Vista calendari" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -736,7 +741,7 @@ msgid "Cancelled" msgstr "Cancel·lat" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -828,7 +833,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -917,11 +921,6 @@ msgstr "Consumible" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1009,6 +1008,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1036,6 +1037,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1048,13 +1051,19 @@ msgstr "Creació" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Data de creació" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1096,7 +1105,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1138,6 +1147,7 @@ msgstr "Clients" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1173,13 +1183,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1314,7 +1317,7 @@ msgid "Delivery Method" msgstr "Mètode lliurament" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1353,7 +1356,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ubicació destí" @@ -1363,6 +1368,16 @@ msgstr "Ubicació destí" msgid "Destination Move" msgstr "Moviment destí" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1429,25 +1444,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Error!" @@ -1458,7 +1474,7 @@ msgid "European Customers" msgstr "Clients europeus" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1480,7 +1496,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1560,6 +1576,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1731,14 +1752,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1831,6 +1854,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1911,13 +1942,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informació" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1968,7 +1999,7 @@ msgid "Internal Reference" msgstr "Referència interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2062,6 +2093,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2157,6 +2189,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2198,6 +2235,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2228,13 +2267,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2331,11 +2372,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2354,11 +2390,6 @@ msgstr "" msgid "Location Stock" msgstr "Ubicació estoc" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2426,6 +2457,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2446,7 +2478,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2704,6 +2736,11 @@ msgstr "Nom" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2733,7 +2770,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2789,7 +2826,7 @@ msgid "Notes" msgstr "Notes" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2805,14 +2842,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "D'acord" @@ -2823,34 +2860,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2858,13 +2890,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2876,12 +2909,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2994,7 +3023,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3013,6 +3042,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3028,6 +3058,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3038,8 +3069,9 @@ msgid "P&L Qty" msgstr "Qtat P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paquet" @@ -3055,7 +3087,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3066,10 +3097,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3095,6 +3131,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3113,12 +3154,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paquets" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3180,19 +3226,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3205,6 +3251,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Albarà" @@ -3262,6 +3309,16 @@ msgstr "" msgid "Picking list" msgstr "Albarà" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3288,7 +3345,7 @@ msgid "Planned Date" msgstr "Data prevista" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3300,15 +3357,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3367,10 +3424,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Processa" @@ -3463,6 +3517,7 @@ msgstr "Ctat produïda" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3523,6 +3578,7 @@ msgstr "UdV del producte" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3549,18 +3605,25 @@ msgid "Production Lot" msgstr "Lot de producció" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Productes" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3573,7 +3636,7 @@ msgid "Products: " msgstr "Productes: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3624,6 +3687,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3643,11 +3713,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3668,7 +3738,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3684,6 +3754,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3841,25 +3912,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3948,7 +4019,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4306,6 +4377,13 @@ msgstr "" "Indica una ubicació si es produeixen en una ubicació fixa. Pot ser una " "ubicació d'empresa si subcontracta les operacions de fabricació." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4322,7 +4400,7 @@ msgid "Shelves (Y)" msgstr "prestatgeria (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4368,14 +4446,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ubicació origen" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4398,6 +4488,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Divideix" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4420,7 +4515,7 @@ msgid "Status" msgstr "Estat" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4669,7 +4764,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4701,7 +4796,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4746,7 +4841,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4760,7 +4857,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4775,7 +4872,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4783,6 +4880,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4816,6 +4920,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4824,14 +4936,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4984,7 +5088,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5021,9 +5125,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5115,7 +5225,7 @@ msgid "Units of Measure" msgstr "Unitats de mesura" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5198,7 +5308,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5307,11 +5417,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestió de magatzems" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5328,7 +5433,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5341,8 +5446,8 @@ msgid "Warehouses" msgstr "Magatzems" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5356,9 +5461,9 @@ msgid "Warning !" msgstr "Avís!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5368,13 +5473,13 @@ msgid "Warning!" msgstr "Avís!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5423,13 +5528,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5438,25 +5543,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Només pot eliminar moviments esborrany." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5464,13 +5569,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5496,7 +5601,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5510,11 +5615,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplica" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancel·la" @@ -5624,3 +5731,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestió de magatzems" diff --git a/addons/stock/i18n/cs.po b/addons/stock/i18n/cs.po index b6fa5871ff5..addc26dd495 100644 --- a/addons/stock/i18n/cs.po +++ b/addons/stock/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s bylo označeno jako zmetky." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -429,13 +429,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -503,7 +503,7 @@ msgid "All at once" msgstr "Vše najednou" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -514,7 +514,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -640,13 +640,13 @@ msgid "Back Order of" msgstr "Externí objednávka" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -668,6 +668,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -690,7 +695,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -725,13 +730,13 @@ msgid "Calendar View" msgstr "Kalendářový pohled" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -773,7 +778,7 @@ msgid "Cancelled" msgstr "Zrušeno" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -865,7 +870,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -954,11 +958,6 @@ msgstr "Spotřebovatelé" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1046,6 +1045,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1073,6 +1074,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1085,13 +1088,19 @@ msgstr "Vytvoření" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Datum vytvoření" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1133,7 +1142,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1175,6 +1184,7 @@ msgstr "Zákazníci" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1210,13 +1220,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1360,7 +1363,7 @@ msgid "Delivery Method" msgstr "Metoda doručení" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1399,7 +1402,9 @@ msgstr "Cílová adresa " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Cílové umístění" @@ -1409,6 +1414,16 @@ msgstr "Cílové umístění" msgid "Destination Move" msgstr "Cílový přesun" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1475,25 +1490,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Chyba" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Chyba!" @@ -1504,7 +1520,7 @@ msgid "European Customers" msgstr "Evropský zákazník" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1526,7 +1542,7 @@ msgid "Expiry date on serial numbers" msgstr "Data expirace u seriových čísel" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1610,6 +1626,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1783,14 +1804,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "ZÁS:" @@ -1883,6 +1906,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1965,13 +1996,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informace" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2022,7 +2053,7 @@ msgid "Internal Reference" msgstr "Vnitropodniková značka" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2115,6 +2146,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2208,6 +2240,11 @@ msgstr "Určtuje atributy typu balení, množství balení, aj." msgid "It specifies goods to be deliver partially or all at once" msgstr "Určuje, zda má být zboží dodáno po částech nebo naráz" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2249,6 +2286,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2279,13 +2318,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2382,11 +2423,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2405,11 +2441,6 @@ msgstr "" msgid "Location Stock" msgstr "Umístění zásob" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2477,6 +2508,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2497,7 +2529,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2755,6 +2787,11 @@ msgstr "Jméno" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2784,7 +2821,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2840,7 +2877,7 @@ msgid "Notes" msgstr "Poznámky" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2856,14 +2893,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2874,34 +2911,29 @@ msgid "On hand:" msgstr "K dispozici:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2909,13 +2941,14 @@ msgstr "Otevřít nabídku skladu" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2927,12 +2960,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3044,7 +3073,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3063,6 +3092,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3078,6 +3108,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3088,8 +3119,9 @@ msgid "P&L Qty" msgstr "P&L množ." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Sada" @@ -3105,7 +3137,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3116,10 +3147,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3145,6 +3181,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3163,12 +3204,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Balíky" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3230,19 +3276,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3255,6 +3301,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Dodání" @@ -3312,6 +3359,16 @@ msgstr "" msgid "Picking list" msgstr "Dodací list" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3338,7 +3395,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Prosím zadejte kladné množství pro určení zmetků." @@ -3350,15 +3407,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Prosím zadejete alespoň nenulové množství." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3417,10 +3474,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Proces" @@ -3513,6 +3567,7 @@ msgstr "Vyrobené množ." #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3573,6 +3628,7 @@ msgstr "Sekundární MJ výrobku" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Měrná jednotka výrobku" @@ -3599,18 +3655,25 @@ msgid "Production Lot" msgstr "Výrobní dávka" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Výrobky" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3623,7 +3686,7 @@ msgid "Products: " msgstr "Výrobky: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3674,6 +3737,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3693,11 +3763,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3718,7 +3788,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3736,6 +3806,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3893,25 +3964,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4000,7 +4071,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4358,6 +4429,13 @@ msgstr "" "Nastavuje umístění pokud výrobek vyrábíte na pevném umístění. Může jít o " "umístění partnera pokud pro vás výrobek vyrábí subdodavatel." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4374,7 +4452,7 @@ msgid "Shelves (Y)" msgstr "Regál (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4420,14 +4498,26 @@ msgstr "Zdrojový dokument" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Zdrojové umístění" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4450,6 +4540,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Rozdělit" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4472,7 +4567,7 @@ msgid "Status" msgstr "Stav" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4723,7 +4818,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4755,7 +4850,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4800,7 +4895,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4814,7 +4911,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4829,7 +4926,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4837,6 +4934,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4870,6 +4974,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4878,14 +4990,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5044,7 +5148,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5081,9 +5185,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5175,7 +5285,7 @@ msgid "Units of Measure" msgstr "Měrné jednotky" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5258,7 +5368,7 @@ msgid "User" msgstr "Uživatel" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Chyba uživatele!" @@ -5367,11 +5477,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Správa skladu" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5388,7 +5493,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5401,8 +5506,8 @@ msgid "Warehouses" msgstr "Sklady" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5416,9 +5521,9 @@ msgid "Warning !" msgstr "Varování !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5428,13 +5533,13 @@ msgid "Warning!" msgstr "Varování!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5483,13 +5588,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5498,25 +5603,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Můžete smazat pouze návrhové přesuny." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5524,13 +5629,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5556,7 +5661,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5570,11 +5675,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Použít" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Zrušit" @@ -5684,3 +5791,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Správa skladu" diff --git a/addons/stock/i18n/da.po b/addons/stock/i18n/da.po index 98ddf097118..e18fce98e97 100644 --- a/addons/stock/i18n/da.po +++ b/addons/stock/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Kunder" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Dato" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1730,14 +1751,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1830,6 +1853,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1910,13 +1941,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1967,7 +1998,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2059,6 +2090,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2152,6 +2184,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2193,6 +2230,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2223,13 +2262,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2326,11 +2367,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2349,11 +2385,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2421,6 +2452,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2441,7 +2473,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2697,6 +2729,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2726,7 +2763,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2782,7 +2819,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2798,14 +2835,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "OK" @@ -2816,34 +2853,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2851,13 +2883,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2869,12 +2902,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2985,7 +3014,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3004,6 +3033,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3019,6 +3049,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3029,8 +3060,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3046,7 +3078,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3057,10 +3088,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3086,6 +3122,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3104,12 +3145,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakker" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3171,19 +3217,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3196,6 +3242,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3253,6 +3300,16 @@ msgstr "" msgid "Picking list" msgstr "Pluk liste" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3279,7 +3336,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3291,15 +3348,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3358,10 +3415,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3454,6 +3508,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3514,6 +3569,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3540,18 +3596,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3564,7 +3627,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3615,6 +3678,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3634,11 +3704,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3659,7 +3729,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3675,6 +3745,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3832,25 +3903,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3939,7 +4010,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4295,6 +4366,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4311,7 +4389,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4357,14 +4435,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4387,6 +4477,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4409,7 +4504,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4658,7 +4753,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4690,7 +4785,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4735,7 +4830,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4749,7 +4846,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4764,7 +4861,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4772,6 +4869,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4805,6 +4909,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4813,14 +4925,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4969,7 +5073,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5006,9 +5110,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5100,7 +5210,7 @@ msgid "Units of Measure" msgstr "Måleenheder" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5183,7 +5293,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5292,11 +5402,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5313,7 +5418,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5326,8 +5431,8 @@ msgid "Warehouses" msgstr "Lagre" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5341,9 +5446,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5353,13 +5458,13 @@ msgid "Warning!" msgstr "Advarsel!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5408,13 +5513,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5423,25 +5528,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5449,13 +5554,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5481,7 +5586,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5495,11 +5600,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/de.po b/addons/stock/i18n/de.po index c46bc44558f..43e1e8e2d7a 100644 --- a/addons/stock/i18n/de.po +++ b/addons/stock/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-22 21:34+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-06 07:11+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: stock @@ -77,19 +77,19 @@ msgstr "" "- Installieren Sie hierzu das Modul stock_dropshipping" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr " (%s reserviert)" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr " (reserviert)" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr " MTO" @@ -102,36 +102,36 @@ msgid " On Hand" msgstr " Auf Lager" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr " Nummernfolge Zugänge" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr " Nummernfolge Intern" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr " Nummernfolge Auslieferungen" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr " Nummernfolge Verpackung" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr " Nummernfolge Pickaufträge" @@ -142,13 +142,13 @@ msgid " Stock Move Exists?" msgstr " Existiert die Lagerbuchung ?" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s wurdegebucht als verschrottet." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "%s: Kaufe Produkt bei %s" @@ -605,13 +605,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "

    Es konnte kein Pickauftrag gefunden werden.

    " #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "Ein Paket" @@ -681,7 +681,7 @@ msgid "All at once" msgstr "Komplettlieferung" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "Alle Produkte" @@ -692,7 +692,7 @@ msgid "All returned moves" msgstr "Alle Rücklieferungen" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "Alle Lieferungen für diesen Beschaffungsvorgang wurden abgebrochen." @@ -826,13 +826,13 @@ msgid "Back Order of" msgstr "Rückstand von" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "Rückstand%s wurde erstellt." #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "Es existiert ein Rückstand" @@ -854,6 +854,11 @@ msgstr "Rückstände (%)" msgid "Barcode" msgstr "Barcode" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "Barcode Lesegerät" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -876,7 +881,7 @@ msgid "Bulk Content" msgstr "Masseninhalt" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -924,7 +929,7 @@ msgid "Calendar View" msgstr "Kalenderansicht" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" @@ -932,7 +937,7 @@ msgstr "" "werden." #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "Es gibt keine allgemeine Route für die Auftragsbeschaffung (MTO)" @@ -974,7 +979,7 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "Eine gebuchte Lieferung kann nicht storniert werden" @@ -1066,7 +1071,6 @@ msgid "Color" msgstr "Farbe" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "Bestätigungsdatum" @@ -1155,11 +1159,6 @@ msgstr "Verbrauchsmaterial" msgid "Contained Packages" msgstr "Beinhaltete Verpackungen" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "Umverpackung" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1247,6 +1246,8 @@ msgstr "Erstelle Beschaffungvorschläge" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1274,6 +1275,8 @@ msgstr "Erstellt von" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1286,13 +1289,19 @@ msgstr "Erstellung am" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Erstellungsdatum" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "Erstellungsdatum, vermutlich das Datum der Neuerstellung" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "Lagerumschlag" @@ -1341,7 +1350,7 @@ msgstr "" "verfügbaren Anzahl berücksichtigt." #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1383,6 +1392,7 @@ msgstr "Kunden" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1418,15 +1428,6 @@ msgstr "Datum der letzten Lieferung" msgid "Date of the last message posted on the record." msgstr "Datum der zuletzt gesendeten Nachricht" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" -"Zugesagter Liefertermin, üblicherweise der später zu korrigierende " -"Bestellzeitpunkt." - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1580,7 +1581,7 @@ msgid "Delivery Method" msgstr "Liefermethode" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1623,7 +1624,9 @@ msgstr "Zieladresse " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ziel" @@ -1633,6 +1636,16 @@ msgstr "Ziel" msgid "Destination Move" msgstr "Ziel" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "Zielverpackung" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "Zielverpackung" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1708,25 +1721,26 @@ msgid "Edit..." msgstr "Bearbeiten ..." #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" -msgstr "Eingabe von Details zur Lieferung" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" +msgstr "Eingeben der Lieferdetails" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Fehler" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Fehler!" @@ -1737,7 +1751,7 @@ msgid "European Customers" msgstr "Kunden in Europa" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1760,7 +1774,7 @@ msgid "Expiry date on serial numbers" msgstr "Verfallsdaten bei Seriennummern" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "Zusatzlieferung " @@ -1846,6 +1860,11 @@ msgstr "Prognose Produktverfügbarkeit" msgid "Forecast Exhausted Stock" msgstr "Prognose Nachbestellung" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "Vorhersage Bestandsreichweite" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -2030,14 +2049,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "ID" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "Re.:" @@ -2149,6 +2170,17 @@ msgstr "" "Bei De-Aktivierung, kann die Route ohne entfernen beibehalten werden und " "sogar einfach versteckt werden." +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" +"Wenn es kein Produkt, sondern eine Verpackung als Quelle geben, wurde die " +"Verpackung vollständig geliefert. Wenn es sowohl ein Produkt als auch eine " +"Verpackung als Quelle geben, wurde das Produkt aus der Verpackung entnommen." + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -2236,13 +2268,13 @@ msgstr "" "die z.B. auch eine Kostenaufteilung ermöglicht." #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Information" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2295,7 +2327,7 @@ msgid "Internal Reference" msgstr "Interne Referenz" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2389,6 +2421,7 @@ msgstr "Inventurdatum" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "Inventurdetails" @@ -2486,6 +2519,11 @@ msgid "It specifies goods to be deliver partially or all at once" msgstr "" "Auslieferung wird als Teillieferung oder Komplettlieferung festgelegt" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "Artikel" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2527,6 +2565,8 @@ msgstr "Datum der letzten Nachricht" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2557,13 +2597,15 @@ msgstr "Zuletzt aktualisiert durch" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2664,11 +2706,6 @@ msgstr "Lager Barcode" msgid "Location Barcode" msgstr "Lager Barcode" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "Von Standort" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2687,11 +2724,6 @@ msgstr "Pfad Lagerorte" msgid "Location Stock" msgstr "Hauptlager" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "Nach" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2759,6 +2791,7 @@ msgstr "Los/Serie" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "Los-/Seriennummer" @@ -2779,7 +2812,7 @@ msgid "Make Procurements" msgstr "Beschaffung starten" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "Beschaffe von Auftrag" @@ -2811,12 +2844,12 @@ msgstr "Verwaltung mehrfacher Lagerorte und Lager" #. module: stock #: model:res.groups,name:stock.group_tracking_lot msgid "Manage Packages" -msgstr "Verwalten Sie Verpackungen" +msgstr "Verpackungen verwalten" #. module: stock #: model:res.groups,name:stock.group_adv_location msgid "Manage Push and Pull inventory flows" -msgstr "Verwalten Sie Push und Pull Regeln." +msgstr "Push- und Pullregeln verwalten" #. module: stock #: field:stock.config.settings,group_stock_adv_location:0 @@ -3044,6 +3077,11 @@ msgstr "Bezeichnung" msgid "Negative Destination Location" msgstr "Ziellagerort mit Negativbestand" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "Bestandsreichweite" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -3073,7 +3111,7 @@ msgstr "Noch kein Bestand" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "Es gibt keine Pickliste" @@ -3131,7 +3169,7 @@ msgid "Notes" msgstr "Notizen" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "Keine Einträge zur Prüfung der Verfügbarkeit" @@ -3147,14 +3185,14 @@ msgid "Number of days to do this transition" msgstr "Anzahl Tage für diese Lieferkette" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "OK" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "OK" @@ -3165,34 +3203,29 @@ msgid "On hand:" msgstr "tatsächlicher Bestand" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "Eine Los-/Seriennummer" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "Alleiniger Eigentümer" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "Eine Produkt für einen spezifischen Eigentümer" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "Ein einziges Produkt" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "Öffne Barcode Erfassung" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -3200,13 +3233,14 @@ msgstr "Öffne Lager Anwendungsmenü" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "Vorgang" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Unzulässige Handlung!" @@ -3218,14 +3252,10 @@ msgstr "Vorgangbezeichnung" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt +#: view:stock.picking:stock.view_picking_form msgid "Operations" msgstr "Vorgänge" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Operations Done" -msgstr "Erledigte Vorgänge" - #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:93 @@ -3338,7 +3368,7 @@ msgid "Outgoing Shippings" msgstr "Warenversand" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3357,6 +3387,7 @@ msgstr "Versandlager" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "Eigentümer" @@ -3372,6 +3403,7 @@ msgstr "Eigentümer eines externen Lagerorts" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "Eigentümer der Quants" @@ -3382,8 +3414,9 @@ msgid "P&L Qty" msgstr "Anzahl" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paket" @@ -3399,7 +3432,6 @@ msgid "Pack Type" msgstr "Verpackungstyp" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3410,10 +3442,15 @@ msgid "Package" msgstr "Verpackung" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "Paketbarcode" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "Barcode für Verpackung mit Produktinhalt" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3439,6 +3476,11 @@ msgstr "Pakettyp" msgid "Packages" msgstr "Verpackungen" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "Zu liefernde Pakete" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3457,12 +3499,17 @@ msgid "Packing Operation" msgstr "Packvorgang" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "Packungszone" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakete" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3524,19 +3571,19 @@ msgid "Physical Packages" msgstr "Verpackungen" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "Picken" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "Pick + Pack + Ship" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "Pick + Ship" @@ -3549,6 +3596,7 @@ msgstr "Picktyp" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Pickauftrag" @@ -3607,6 +3655,16 @@ msgstr "Picktypen" msgid "Picking list" msgstr "Pickliste" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "Pickauftragsassistent" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "Arttikel in Pickauftragsassistent" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3633,7 +3691,7 @@ msgid "Planned Date" msgstr "Geplantes Datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3645,6 +3703,13 @@ msgstr "" msgid "Please specify at least one non-zero quantity." msgstr "Bitte spezifizieren Sie wenigstens eine Menge ungleich 0" +#. module: stock +#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#, python-format +msgid "Please use the Product Variant view to update the product quantity." +msgstr "" +"Bitte benutzen Sie die Variantenansicht zur Aktualisierung der Produktmenge." + #. module: stock #: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format @@ -3652,14 +3717,6 @@ msgid "Please use the Product Variant vue to request a procurement." msgstr "" "Bitte nutzen Sie die Ansicht der Variante für eine Beschaffungsanfrage" -#. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 -#, python-format -msgid "Please use the Product Variant vue to update the product quantity." -msgstr "" -"Bitte benutzen Sie die Variantenansicht für eine Aktualisierung der " -"Produktmenge" - #. module: stock #: field:stock.move,product_packaging:0 msgid "Prefered Packaging" @@ -3720,10 +3777,7 @@ msgstr "" "übernommen wird." #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Bestätigen" @@ -3816,6 +3870,7 @@ msgstr "Prod. Anzahl" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3876,6 +3931,7 @@ msgstr "Produkt UoS" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Produkt Einheit" @@ -3902,18 +3958,25 @@ msgid "Production Lot" msgstr "Seriennummer" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produkte" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "Zu liefernde Produkte" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3926,7 +3989,7 @@ msgid "Products: " msgstr "Produkte: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "Programmfehler !" @@ -3977,6 +4040,13 @@ msgstr "Produktentnahme Methode" msgid "Put Away Strategy" msgstr "Produktentnahme Strategie" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "In Warenkorb legen" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3996,11 +4066,11 @@ msgstr "Multiple Menge" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." -msgstr "Multiple Menge muss grösser 0 sein." +msgid "Qty Multiple must be greater than or equal to zero." +msgstr "Die multiple Menge muss größer oder gleich Null sein." #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "Qualitätskontrolle" @@ -4021,7 +4091,7 @@ msgid "Quant already reserved ?" msgstr "Wurde bereits ein Quant reserviert ?" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -4039,6 +4109,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -4213,25 +4284,25 @@ msgid "Receipt Route" msgstr "Anlieferungsroute" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "Anlieferung in 1 Schritt" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "Anlieferung in 2 Schritten" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "Anlieferung in 3 Schritten" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4320,7 +4391,7 @@ msgid "Removal Strategy" msgstr "Entnahmestrategie" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "Diese Entnahmestrategie %s ist noch nicht implementiert." @@ -4691,6 +4762,15 @@ msgstr "" "kann auch ein Partnerlagerort sein, für den Fall dass Ihre " "Fertigungsvorgänge fremd vergeben wurden." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" +"Durch einen Eintrag von Produkt und Verpackungsquelle wird das Produkt\n" +" aus dieser Verpackung entnommen." + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4707,7 +4787,7 @@ msgid "Shelves (Y)" msgstr "Lagerort Adresse (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "Direkt ausliefern" @@ -4753,14 +4833,26 @@ msgstr "Referenzbeleg" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Quelle" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "Verpackungsquelle" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "Die Quelle für die Buchung der Lieferung" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "Verpackungsquelle" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4786,6 +4878,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "Geben Sie zur Inventur für ein Produkt dieses Produkt ein." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Aufteilen" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4808,7 +4905,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -5082,7 +5179,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "Der Barcode einer Firma sollte eindeutig sein!" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -5122,7 +5219,7 @@ msgstr "" "verwendet." #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -5171,8 +5268,12 @@ msgstr "Der Picktyp bestimmt die Anzeige der Pickaufträge" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." -msgstr "Die zu beschaffende Menge wird auf dieses Vielfache aufgerundet." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " +msgstr "" +"Die zu beschaffende Menge wird auf dieses Vielfache aufgerundet. Wenn hier 0 " +"eingetragen ist, wird die exakte Anzahl verwendet. " #. module: stock #: help:stock.move,rule_id:0 @@ -5185,7 +5286,7 @@ msgid "The push rule that created this stock move" msgstr "Die Push-Regel, die diese Lieferung ausgelöst hat" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -5203,7 +5304,7 @@ msgid "The reserved stock changed. You might want to" msgstr "Der reservierte Bestand hat sich verändert. Sie möchten u.U." #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -5215,6 +5316,16 @@ msgstr "" "Bitte wählen Sie auf jeden Fall eine Mengeneinheit innerhalb der gleichen " "Mengeneinheit Kategorie." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" +"Der Inhalt der Verpackungsquelle wird komplett geliefert. Wenn Sie ein " +"Verpackungsziel eintragen, wird die Verpackungsquelle in ein Verpackungsziel " +"umgelagert." + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -5256,6 +5367,17 @@ msgstr "" " Arbeitsgeschwindigkeit haben kann.\n" " Sie installieren an dieser Stelle das Modul procurement_jit." +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" +"Hierdurch kann ein Verpackungsinhalt geändert werden. Sie können etwas " +"hinein legen, oder auch entnehmen, bzw. auch vollständig von einer " +"Verpackung in eine andere umlagern. " + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -5267,17 +5389,6 @@ msgstr "" "rückverfolgen. Hierdurch können Sie z.B. immer genau wissen, wann ein " "bestimmtes Los an einen Kunden verpackt und versendet wurde." -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" -"Sie können zur Verwaltung Ihrer Produkte Seriennummern nutzen. Durch die " -"Auswahl einer Seriennummer bei einer Lieferung können Sie die Lieferkette " -"genau rückverfolgen." - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5465,7 +5576,7 @@ msgid "Total routes" msgstr "Anzahl Routen" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5508,9 +5619,15 @@ msgstr "Verfolgen Sie Los- und Seriennummern." #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "Lieferung vornehmen" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "Lieferdetails" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5538,22 +5655,22 @@ msgstr "" #. module: stock #: field:stock.picking.type,code:0 msgid "Type of Operation" -msgstr "Packtyp" +msgstr "Vorgangstyp" #. module: stock #: field:stock.quant,packaging_type_id:0 msgid "Type of packaging" -msgstr "Packtyp" +msgstr "" #. module: stock #: field:stock.location.path,picking_type_id:0 msgid "Type of the new Operation" -msgstr "Packtyp des neuen Vorgangs" +msgstr "Typ des neuen Lagervorgangs" #. module: stock #: model:ir.ui.menu,name:stock.menu_pickingtype msgid "Types of Operation" -msgstr "Packtypen" +msgstr "Vorgangstypen" #. module: stock #: help:stock.production.lot,name:0 @@ -5604,7 +5721,7 @@ msgid "Units of Measure" msgstr "Mengeneinheiten" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "Unbekannte Packung" @@ -5691,7 +5808,7 @@ msgid "User" msgstr "Benutzer" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Benutzerfehler !" @@ -5800,11 +5917,6 @@ msgstr "Lager Anschrift:" msgid "Warehouse Configuration" msgstr "Lager Konfiguration" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Lager & Logistik" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5821,7 +5933,7 @@ msgid "Warehouse to consider for the route selection" msgstr "Mögliches Lager für die Routenauswahl" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "Routen im Lager" @@ -5834,8 +5946,8 @@ msgid "Warehouses" msgstr "Zentrallager" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5849,9 +5961,9 @@ msgid "Warning !" msgstr "Warnung" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5861,13 +5973,13 @@ msgid "Warning!" msgstr "Warnung !" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "Achtung: falsche ME!" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "Achtung: Falsche Menge!" @@ -5926,14 +6038,14 @@ msgid "You can delete lines to ignore some products." msgstr "Sie können Positionen löschen, um einige Produkte zu ignorieren." #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" "Sie können keinen negativen Bestand oder einen negativen Quant reservieren." #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5946,25 +6058,25 @@ msgstr "" "erstellen." #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sie können lediglich Bestandsbuchungen im Entwurf Status löschen." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "Sie können keine Lagerbuchung stornieren, die bereits gebucht ist." #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "Sie können keine Umbuchung auf ein Lager des Typs %s vornehmen." #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5974,14 +6086,14 @@ msgstr "" "\t%s - Anz: %s" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" "Sie können nicht einfach eine Lieferung ohne vorherige Bestätigung aufteilen." #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "Sie können eine bereits erledigte Lieferung nicht weiter aufteilen" @@ -6011,7 +6123,7 @@ msgid "You may only return pickings that are Done!" msgstr "Sie können nur Lieferungen zurück senden, die bereits erledigt sind!" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "Sie müssen dem Produkt %s eine Seriennummer zuweisen." @@ -6028,11 +6140,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Anwenden" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "Abbruch" @@ -6146,3 +6260,6 @@ msgstr "=> Menge auf 0 setzen" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "=> Aktualisieren" + +#~ msgid "Warehouse Management" +#~ msgstr "Lager & Logistik" diff --git a/addons/stock/i18n/el.po b/addons/stock/i18n/el.po index 82703a32b3b..427212e53ee 100644 --- a/addons/stock/i18n/el.po +++ b/addons/stock/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Όλα αμέσως" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Ημερολογιακή Προβολή" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Ακυρώθηκε" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "Αναλώσιμο" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "Δημιουργία" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Ημερομηνία Δημιουργίας" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Πελάτες" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Ημερ/νία" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Μέθοδος Παράδοσης" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Τοποθεσία Προορισμού" @@ -1360,6 +1365,16 @@ msgstr "Τοποθεσία Προορισμού" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Σφάλμα" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Σφάλμα!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Ευρωπαίοι Πελάτες" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Πληροφορίες" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "Εσωτερική Αναφορά" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2059,6 +2090,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2152,6 +2184,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2193,6 +2230,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2223,13 +2262,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2326,11 +2367,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2349,11 +2385,6 @@ msgstr "" msgid "Location Stock" msgstr "Απόθεμα Τοποθεσίας" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2421,6 +2452,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2441,7 +2473,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2697,6 +2729,11 @@ msgstr "Όνομα" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2726,7 +2763,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2782,7 +2819,7 @@ msgid "Notes" msgstr "Σημειώσεις" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2798,14 +2835,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2816,34 +2853,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2851,13 +2883,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2869,12 +2902,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2985,7 +3014,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3004,6 +3033,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3019,6 +3049,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3029,8 +3060,9 @@ msgid "P&L Qty" msgstr "P&L Ποσ." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Πακέτο" @@ -3046,7 +3078,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3057,10 +3088,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3086,6 +3122,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3104,12 +3145,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Πακέτο" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3171,19 +3217,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3196,6 +3242,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Παραλαβή" @@ -3253,6 +3300,16 @@ msgstr "" msgid "Picking list" msgstr "Λίστα Παραλαβής" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3279,7 +3336,7 @@ msgid "Planned Date" msgstr "Προγραμματισμένη Ηεμρ/νία" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3291,15 +3348,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3358,10 +3415,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Διαδικασία" @@ -3454,6 +3508,7 @@ msgstr "Ποσ. Παραγωγής" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3514,6 +3569,7 @@ msgstr "ΜoΠ Προϊόντος" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3540,18 +3596,25 @@ msgid "Production Lot" msgstr "Παρτίδα Πραγωγής" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Προϊόντα" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3564,7 +3627,7 @@ msgid "Products: " msgstr "Προϊόντα " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3615,6 +3678,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3634,11 +3704,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3659,7 +3729,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3675,6 +3745,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3832,25 +3903,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3939,7 +4010,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4295,6 +4366,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4311,7 +4389,7 @@ msgid "Shelves (Y)" msgstr "Ράφια (Υ)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4357,14 +4435,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Τοποθεσία Προέλευσης" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4387,6 +4477,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Διαχωρισμός" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4409,7 +4504,7 @@ msgid "Status" msgstr "Κατάσταση" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4658,7 +4753,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4690,7 +4785,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4735,7 +4830,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4749,7 +4846,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4764,7 +4861,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4772,6 +4869,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4805,6 +4909,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4813,14 +4925,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4974,7 +5078,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5011,9 +5115,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5105,7 +5215,7 @@ msgid "Units of Measure" msgstr "Μονάδες μέτρησης" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5188,7 +5298,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5297,11 +5407,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Διαχείριση Αποθήκης" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5318,7 +5423,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5331,8 +5436,8 @@ msgid "Warehouses" msgstr "Αποθηκευτικοί Χώροι" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5346,9 +5451,9 @@ msgid "Warning !" msgstr "Προειδοποίηση!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5358,13 +5463,13 @@ msgid "Warning!" msgstr "Προειδοποίηση!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5413,13 +5518,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5428,25 +5533,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Μπορείτε να διαγράψετε μόνο πρόχειρες κινήσεις." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5454,13 +5559,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5486,7 +5591,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5500,11 +5605,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Εφαρμογή" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Άκυρο" @@ -5614,3 +5721,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Διαχείριση Αποθήκης" diff --git a/addons/stock/i18n/es.po b/addons/stock/i18n/es.po index 8d4324b1362..74444df8863 100644 --- a/addons/stock/i18n/es.po +++ b/addons/stock/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-30 10:37+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 00:59+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-31 08:17+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -69,19 +69,19 @@ msgstr "" "- Esto instala el módulo stock_dropshipping." #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr " (%s reservado)" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr " (reservado)" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr " Desde existencias (MTO)" @@ -94,36 +94,36 @@ msgid " On Hand" msgstr " Disponible" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr " Secuencia recepciones" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr " Secuencia interna" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr " Secuencia entregas" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr " Secuencia de empaquetado" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr " Secuencia de albarán" @@ -134,13 +134,13 @@ msgid " Stock Move Exists?" msgstr " ¿Existe el movimiento de existencias?" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s ha sido desechado." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "%s: proveer producto de %s" @@ -567,13 +567,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "

    No se ha encontrado ningún albarán que mostrar.

    " #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "Un paquete" @@ -643,7 +643,7 @@ msgid "All at once" msgstr "Todo junto" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "Todos los productos" @@ -654,7 +654,7 @@ msgid "All returned moves" msgstr "Todas las devoluciones" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -787,13 +787,13 @@ msgid "Back Order of" msgstr "Entrega parcial de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "Se ha creado la entrega parcial %s." #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "La entrega parciale existe" @@ -815,6 +815,11 @@ msgstr "Entregas parciales (%s)" msgid "Barcode" msgstr "Código de barras" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "Lector de códigos de barras" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -839,7 +844,7 @@ msgid "Bulk Content" msgstr "Contenido completo" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -883,13 +888,13 @@ msgid "Calendar View" msgstr "Vista calendario" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "No se puede encontrar ninguna ubicación de cliente o proveedor" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "No se puede encontrar una ruta genérica para Bajo pedido" @@ -931,7 +936,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "No se puede quitar la reserva de movimiento realizado" @@ -1023,7 +1028,6 @@ msgid "Color" msgstr "Color" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "Fecha compromiso" @@ -1112,11 +1116,6 @@ msgstr "Consumible" msgid "Contained Packages" msgstr "Paquetes contenidos" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "Paquete contenedor" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1204,6 +1203,8 @@ msgstr "Abastecimientos creados" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1231,6 +1232,8 @@ msgstr "Creado por" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1243,13 +1246,19 @@ msgstr "Creación" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Fecha creación" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "Fecha de creación, usualmente la del pedido" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "Sin almacenaje intermedio (cross dock)" @@ -1298,7 +1307,7 @@ msgstr "" "ubicación de existencias de tipo 'Interna'." #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1340,6 +1349,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Fecha" @@ -1375,15 +1385,6 @@ msgstr "Fecha del último movimiento de stock" msgid "Date of the last message posted on the record." msgstr "Fecha del último mensaje publicado en el registro." -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" -"Fecha comprometida para el completado de la transferencia, establecido " -"habitualmente por el pedido, y revisado más tarde." - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1536,7 +1537,7 @@ msgid "Delivery Method" msgstr "Método entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1577,7 +1578,9 @@ msgstr "Dirección de destino " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ubicación destino" @@ -1587,6 +1590,16 @@ msgstr "Ubicación destino" msgid "Destination Move" msgstr "Movimiento destino" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "Paquete destino" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "Paquete destino" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1664,25 +1677,26 @@ msgid "Edit..." msgstr "Editar…" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" -msgstr "Introducir detalles de la transferencia" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" +msgstr "Introduzca los detalles de la transferencia" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1693,7 +1707,7 @@ msgid "European Customers" msgstr "Clientes europeos" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1716,7 +1730,7 @@ msgid "Expiry date on serial numbers" msgstr "Fecha de caducidad en los nº de serie" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "Movimiento extra: " @@ -1802,6 +1816,11 @@ msgstr "Productos disponibles previstos" msgid "Forecast Exhausted Stock" msgstr "Existencias agotadas previstas" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "Prever existencias negativas" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1984,14 +2003,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "ID" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "FV:" @@ -2101,6 +2122,17 @@ msgid "" msgstr "" "Si la casilla activo no se marca, permitirá ocultar la ruta sin eliminarla." +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" +"Si en lugar de producto hay un paquete origen, significa que el paquete se " +"movió completo. Si hay un producto y un paquete origen, el producto se cogió " +"del paquete origen." + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -2190,13 +2222,13 @@ msgstr "" "vendedor y reflejan las últimas prácticas en el transporte" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Información" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2249,7 +2281,7 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2343,6 +2375,7 @@ msgstr "Fecha del inventario" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "Detalles del inventario" @@ -2441,6 +2474,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Especifica si los bienes se entregan parcialmente o de una" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "Elementos" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2482,6 +2520,8 @@ msgstr "Fecha del último mensaje" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2512,13 +2552,15 @@ msgstr "Última actualización de" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "Última actualización en" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2617,11 +2659,6 @@ msgstr "Código de barras de ubicación" msgid "Location Barcode" msgstr "Código de barras de ubicación" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "Desde ubicación" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2640,11 +2677,6 @@ msgstr "Rutas de ubicaciones" msgid "Location Stock" msgstr "Ubicación de existencias" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "A ubicación" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2712,6 +2744,7 @@ msgstr "Lote/Nº de serie" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "Lote/Nº de serie" @@ -2732,7 +2765,7 @@ msgid "Make Procurements" msgstr "Realizar abastecimientos" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "Bajo pedido" @@ -3002,6 +3035,11 @@ msgstr "Nombre" msgid "Negative Destination Location" msgstr "Ubicación de destino negativo" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "Existencias negativas" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -3031,7 +3069,7 @@ msgstr "Sin inventario aún" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "No hay albarán disponible" @@ -3089,7 +3127,7 @@ msgid "Notes" msgstr "Notas" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "Nada para lo que comprobar disponibilidad." @@ -3105,14 +3143,14 @@ msgid "Number of days to do this transition" msgstr "Número de días para realizar esta transición" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "Aceptar" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Aceptar" @@ -3123,34 +3161,29 @@ msgid "On hand:" msgstr "A mano:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "Un lote/nº de serie" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "Sólo un propietario" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "Un producto para un propietario específico" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "Sólo un producto" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "Abrir interfaz de código de barras" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -3158,13 +3191,14 @@ msgstr "Abrir menú de almacén" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "Operación" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Operación prohibida" @@ -3176,14 +3210,10 @@ msgstr "Nombre de la operación" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt +#: view:stock.picking:stock.view_picking_form msgid "Operations" msgstr "Operaciones" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Operations Done" -msgstr "Operaciones realizadas" - #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:93 @@ -3297,7 +3327,7 @@ msgid "Outgoing Shippings" msgstr "Envíos salientes" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3316,6 +3346,7 @@ msgstr "Ubicación de salida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "Propietario" @@ -3331,6 +3362,7 @@ msgstr "Propietario de la ubicación si no es interna" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "Propietario de los quants" @@ -3341,8 +3373,9 @@ msgid "P&L Qty" msgstr "Ctdad P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paquete" @@ -3358,7 +3391,6 @@ msgid "Pack Type" msgstr "Tipo de empaquetado" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3369,10 +3401,15 @@ msgid "Package" msgstr "Paquete" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "Código de barras del paquete" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "Código de barras del paquete con contenido" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3398,6 +3435,11 @@ msgstr "Tipo de paquete" msgid "Packages" msgstr "Paquetes" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "Paquetes a mover" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3416,12 +3458,17 @@ msgid "Packing Operation" msgstr "Operación de empaquetado" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "Zona de empaquetado" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paquetes" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3483,19 +3530,19 @@ msgid "Physical Packages" msgstr "Paquetes físicos" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "Recogida" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "Recoger + empaquetar + enviar" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "Recoger + enviar" @@ -3508,6 +3555,7 @@ msgstr "Tipo de albarán" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Albarán" @@ -3567,6 +3615,16 @@ msgstr "Tipos de albarán" msgid "Picking list" msgstr "Albarán" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "Asistente de albarán" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "Elementos del asistente de albarán" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3593,7 +3651,7 @@ msgid "Planned Date" msgstr "Fecha prevista" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Introduzca por favor una cantidad positiva a deshechar" @@ -3604,6 +3662,14 @@ msgstr "Introduzca por favor una cantidad positiva a deshechar" msgid "Please specify at least one non-zero quantity." msgstr "Especifique por favor al menos una cantidad no nula." +#. module: stock +#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#, python-format +msgid "Please use the Product Variant view to update the product quantity." +msgstr "" +"Por favor, utilice la vista de variante de producto para actualizar la " +"cantidad de producto." + #. module: stock #: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format @@ -3612,14 +3678,6 @@ msgstr "" "Utilice por favor la vista de variante de producto para solicitar un " "abastecimiento." -#. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 -#, python-format -msgid "Please use the Product Variant vue to update the product quantity." -msgstr "" -"Utilice por favor la vista de variante de producto para actualizar la " -"cantidad de producto." - #. module: stock #: field:stock.move,product_packaging:0 msgid "Prefered Packaging" @@ -3681,10 +3739,7 @@ msgstr "" "pondrá como prioridad para todos los movimientos" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Procesar" @@ -3777,6 +3832,7 @@ msgstr "Ctdad producida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3837,6 +3893,7 @@ msgstr "UdV del producto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Unidad de medida del producto" @@ -3863,18 +3920,25 @@ msgid "Production Lot" msgstr "Lote de producción" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Productos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "Productos a mover" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3887,7 +3951,7 @@ msgid "Products: " msgstr "Productos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "Error de programación" @@ -3938,6 +4002,13 @@ msgstr "Método de deshecho" msgid "Put Away Strategy" msgstr "Estrategia de deshecho" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "Poner en el carro" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3957,11 +4028,11 @@ msgstr "Múltiplo de la cantidad" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." -msgstr "El múltiplo de la cantidad debe ser más grande que cero." +msgid "Qty Multiple must be greater than or equal to zero." +msgstr "El múltiplo de la cantidad debe ser mayor o igual a 0." #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "Control de calidad" @@ -3982,7 +4053,7 @@ msgid "Quant already reserved ?" msgstr "¿Quant ya reservado?" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -4001,6 +4072,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -4178,25 +4250,25 @@ msgid "Receipt Route" msgstr "Ruta de recepción" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "Recepción en 1 paso" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "Recepción en 2 pasos" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "Recepción en 3 pasos" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4285,7 +4357,7 @@ msgid "Removal Strategy" msgstr "Estrategia de retirada" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "Estrategia de retirada %s no implementada." @@ -4652,6 +4724,15 @@ msgstr "" "Indica una ubicación si se producen en una ubicación fija. Puede ser una " "ubicación de empresa si subcontrata las operaciones de fabricación." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" +"Establecer un producto y un paquete origen significa que el producto se " +"cogerá de ese paquete." + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4668,7 +4749,7 @@ msgid "Shelves (Y)" msgstr "Estantería (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "Sólo enviar" @@ -4716,14 +4797,26 @@ msgstr "Documento origen" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ubicación origen" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "Paquete fuente" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "Ubicación origen es la acción=movimiento" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "Paquete fuente" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4752,6 +4845,11 @@ msgid "Specify Product to focus your inventory on a particular Product." msgstr "" "Especifique producto para centrar su inventario en un producto en particular." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4774,7 +4872,7 @@ msgid "Status" msgstr "Estado" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -5051,7 +5149,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "El código de barras de una ubicación debe ser único por compañía" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -5089,7 +5187,7 @@ msgstr "" "inventario." #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -5138,8 +5236,12 @@ msgstr "El tipo de albarán determina la vista de albarán" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." -msgstr "La cantidad del abastecimiento será redondeada a este múltiplo." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " +msgstr "" +"La cantidad del abastecimiento será redondeada a este múltiplo. Si es 0, se " +"usará la cantidad exacta. " #. module: stock #: help:stock.move,rule_id:0 @@ -5152,7 +5254,7 @@ msgid "The push rule that created this stock move" msgstr "La regla push que creó este movimiento" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -5170,7 +5272,7 @@ msgid "The reserved stock changed. You might want to" msgstr "La cantidad reservada ha cambiado. Puede querer" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -5181,6 +5283,15 @@ msgstr "" "establecida en el formulario de producto.\n" "Escoja una LdM de la misma categoría." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" +"El paquete origen se moverá completamente. Si especifica un paquete destino, " +"el paquete origen se pondrá dentro del paquete destino." + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -5222,6 +5333,17 @@ msgstr "" "significar en algunos casos un pequeño impacto en el rendimiento.\n" "- Esto instala el módulo procurement_jit." +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" +"Esto permite manipular paquetes. Puede pone algo dentro de ellos, sacar algo " +"de un paquete, y también mover paquetes enteros y colocarlos dentro de otro " +"paquete. " + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -5233,17 +5355,6 @@ msgstr "" "lo que puede hacer posible conocer qué lote de producción en concreto fue " "enviado a un cliente, ..." -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" -"Esto permite gestionar productos usando números de serie. Cuando seleccione " -"un número de serie en los movimientos de producto, puede obtener la " -"trazabilidad de ese producto." - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5432,7 +5543,7 @@ msgid "Total routes" msgstr "Todas las rutas aplicadas" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5476,9 +5587,15 @@ msgstr "Gestionar lotes o números de serie" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "Transferir" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "Detalles de la transferencia" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5572,7 +5689,7 @@ msgid "Units of Measure" msgstr "Unidades de medida" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "Paquete desconocido" @@ -5661,7 +5778,7 @@ msgid "User" msgstr "Usuario" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "¡Error de usuario!" @@ -5770,11 +5887,6 @@ msgstr "Dirección del almacén" msgid "Warehouse Configuration" msgstr "Configuración del almacén" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestión de almacenes" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5791,7 +5903,7 @@ msgid "Warehouse to consider for the route selection" msgstr "Almacén a considerar para la selección de ruta" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "Rutas del almacén" @@ -5804,8 +5916,8 @@ msgid "Warehouses" msgstr "Almacenes" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5819,9 +5931,9 @@ msgid "Warning !" msgstr "¡Aviso!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5831,13 +5943,13 @@ msgid "Warning!" msgstr "¡Aviso!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "Advertencia: UdM no válida" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "Advertencia: cantidad no válida" @@ -5896,13 +6008,13 @@ msgid "You can delete lines to ignore some products." msgstr "Puede eliminar líneas para ignorar algunos productos." #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "No puede reservar una cantidad o un quant negativos." #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5914,26 +6026,26 @@ msgstr "" "a 0, y cree una nueva línea de inventario." #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sólo puede eliminar movimientos borrador." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" "No puede cancelar un movimiento de existencias que está como 'Realizado'." #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "No puede mover a una ubicación de tipo vista %s." #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5944,14 +6056,14 @@ msgstr "" "%s - Ctdad.: %s" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" "No puede dividir un movimiento borrador. Necesita ser confirmado primero." #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "No puede dividir un movimiento realizado" @@ -5980,7 +6092,7 @@ msgid "You may only return pickings that are Done!" msgstr "Sólo puede devolver albaranes que estén ya realizados." #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "Debe asignar un número de serie para el producto %s" @@ -5996,11 +6108,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplicar" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancelar" @@ -6119,3 +6233,6 @@ msgstr "⇒ Establecer cantidad a 0" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "⇒ Actualizar" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestión de almacenes" diff --git a/addons/stock/i18n/es_AR.po b/addons/stock/i18n/es_AR.po index 72d24f06985..9fc5a09ee66 100644 --- a/addons/stock/i18n/es_AR.po +++ b/addons/stock/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Todos a la vez" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Vista calendario" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Fecha" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Método de Entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Error !" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Clientes europeos" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "Fecha de caducidad en los nº de serie" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1731,14 +1752,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1831,6 +1854,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1911,13 +1942,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Configuración" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1968,7 +1999,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2062,6 +2093,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2155,6 +2187,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Especifica si los bienes se entregan parcialmente o todos de una" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2196,6 +2233,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2226,13 +2265,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2329,11 +2370,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2352,11 +2388,6 @@ msgstr "" msgid "Location Stock" msgstr "Ubicación stock" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2424,6 +2455,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2444,7 +2476,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2700,6 +2732,11 @@ msgstr "Nombre:" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2729,7 +2766,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2785,7 +2822,7 @@ msgid "Notes" msgstr "Notas" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2801,14 +2838,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2819,34 +2856,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2854,13 +2886,14 @@ msgstr "Abrir menú de Almacén" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2872,12 +2905,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2990,7 +3019,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3009,6 +3038,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3024,6 +3054,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3034,8 +3065,9 @@ msgid "P&L Qty" msgstr "Ctdad P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3051,7 +3083,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3062,10 +3093,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3091,6 +3127,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3109,12 +3150,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3176,19 +3222,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3201,6 +3247,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3258,6 +3305,16 @@ msgstr "" msgid "Picking list" msgstr "Remito" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3284,7 +3341,7 @@ msgid "Planned Date" msgstr "Fecha prevista" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3296,15 +3353,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3363,10 +3420,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3459,6 +3513,7 @@ msgstr "Ctdad producida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3519,6 +3574,7 @@ msgstr "UdV del producto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3545,18 +3601,25 @@ msgid "Production Lot" msgstr "Lote de producción" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Productos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3569,7 +3632,7 @@ msgid "Products: " msgstr "Productos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3620,6 +3683,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3639,11 +3709,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3664,7 +3734,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3680,6 +3750,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3837,25 +3908,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3944,7 +4015,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4300,6 +4371,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4316,7 +4394,7 @@ msgid "Shelves (Y)" msgstr "Estantería (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4362,14 +4440,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ubicación origen" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4392,6 +4482,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4414,7 +4509,7 @@ msgid "Status" msgstr "Estado" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4665,7 +4760,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4697,7 +4792,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4742,7 +4837,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4756,7 +4853,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4771,7 +4868,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4779,6 +4876,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4812,6 +4916,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4820,14 +4932,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4981,7 +5085,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5018,9 +5122,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5112,7 +5222,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5195,7 +5305,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5304,11 +5414,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5325,7 +5430,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5338,8 +5443,8 @@ msgid "Warehouses" msgstr "Depósitos" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5353,9 +5458,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5365,13 +5470,13 @@ msgid "Warning!" msgstr "¡Cuidado!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5420,13 +5525,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5435,25 +5540,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sólo puede eliminar movimientos en borrador." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5461,13 +5566,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5493,7 +5598,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5507,11 +5612,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/es_BO.po b/addons/stock/i18n/es_BO.po index eec0e3e0e82..78d2ecd912a 100644 --- a/addons/stock/i18n/es_BO.po +++ b/addons/stock/i18n/es_BO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Bolivia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/es_CL.po b/addons/stock/i18n/es_CL.po index 1febe7e8bdd..9d13a146f84 100644 --- a/addons/stock/i18n/es_CL.po +++ b/addons/stock/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Todo junto" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Pedido pendiente de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -688,13 +693,13 @@ msgid "Calendar View" msgstr "Vista calendario" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -736,7 +741,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -828,7 +833,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -917,11 +921,6 @@ msgstr "Consumible" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1009,6 +1008,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1036,6 +1037,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1048,13 +1051,19 @@ msgstr "Creación" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Fecha creación" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1096,7 +1105,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1138,6 +1147,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Fecha" @@ -1173,13 +1183,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1314,7 +1317,7 @@ msgid "Delivery Method" msgstr "Método entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1353,7 +1356,9 @@ msgstr "Dirección de destino " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ubicación destino" @@ -1363,6 +1368,16 @@ msgstr "Ubicación destino" msgid "Destination Move" msgstr "Movimiento destino" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1429,25 +1444,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1458,7 +1474,7 @@ msgid "European Customers" msgstr "Clientes europeos" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1480,7 +1496,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1560,6 +1576,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1731,14 +1752,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1831,6 +1854,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1911,13 +1942,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Información" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1968,7 +1999,7 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2062,6 +2093,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2157,6 +2189,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2198,6 +2235,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2228,13 +2267,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2331,11 +2372,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2354,11 +2390,6 @@ msgstr "" msgid "Location Stock" msgstr "Ubicación stock" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2426,6 +2457,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2446,7 +2478,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2704,6 +2736,11 @@ msgstr "Nombre" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2733,7 +2770,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2789,7 +2826,7 @@ msgid "Notes" msgstr "Notas" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2805,14 +2842,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2823,34 +2860,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2858,13 +2890,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2876,12 +2909,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2994,7 +3023,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3013,6 +3042,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3028,6 +3058,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3038,8 +3069,9 @@ msgid "P&L Qty" msgstr "Ctdad P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paquete" @@ -3055,7 +3087,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3066,10 +3097,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3095,6 +3131,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3113,12 +3154,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paquetes" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3180,19 +3226,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3205,6 +3251,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Guía de despacho" @@ -3262,6 +3309,16 @@ msgstr "" msgid "Picking list" msgstr "Guía de despacho" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3288,7 +3345,7 @@ msgid "Planned Date" msgstr "Fecha prevista" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3300,15 +3357,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3367,10 +3424,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Procesar" @@ -3463,6 +3517,7 @@ msgstr "Ctdad producida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3523,6 +3578,7 @@ msgstr "UdV del producto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3549,18 +3605,25 @@ msgid "Production Lot" msgstr "Lote de producción" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Productos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3573,7 +3636,7 @@ msgid "Products: " msgstr "Productos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3624,6 +3687,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3643,11 +3713,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3668,7 +3738,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3684,6 +3754,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3841,25 +3912,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3948,7 +4019,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4306,6 +4377,13 @@ msgstr "" "Indica una ubicación si se producen en una ubicación fija. Puede ser una " "ubicación de empresa si subcontrata las operaciones de fabricación." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4322,7 +4400,7 @@ msgid "Shelves (Y)" msgstr "Estantería (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4368,14 +4446,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ubicación origen" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4398,6 +4488,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4420,7 +4515,7 @@ msgid "Status" msgstr "Estado" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4670,7 +4765,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4702,7 +4797,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4747,7 +4842,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4761,7 +4858,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4776,7 +4873,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4784,6 +4881,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4817,6 +4921,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4825,14 +4937,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4986,7 +5090,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5023,9 +5127,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5117,7 +5227,7 @@ msgid "Units of Measure" msgstr "Unidades de medida" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5200,7 +5310,7 @@ msgid "User" msgstr "Usuario" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5309,11 +5419,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestión de bodegas" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5330,7 +5435,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5343,8 +5448,8 @@ msgid "Warehouses" msgstr "Bodegas" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5358,9 +5463,9 @@ msgid "Warning !" msgstr "¡Aviso!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5370,13 +5475,13 @@ msgid "Warning!" msgstr "¡Aviso!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5425,13 +5530,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5440,25 +5545,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sólo puede eliminar movimientos borrador." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5466,13 +5571,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5498,7 +5603,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5512,11 +5617,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplicar" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancelar" @@ -5626,3 +5733,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestión de bodegas" diff --git a/addons/stock/i18n/es_CR.po b/addons/stock/i18n/es_CR.po index 029eb3f5233..575aacecc80 100644 --- a/addons/stock/i18n/es_CR.po +++ b/addons/stock/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Todo junto" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Albarán pendiente de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -688,13 +693,13 @@ msgid "Calendar View" msgstr "Vista calendario" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -736,7 +741,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -828,7 +833,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -917,11 +921,6 @@ msgstr "Consumible" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1009,6 +1008,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1036,6 +1037,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1048,13 +1051,19 @@ msgstr "Creación" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Fecha creación" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1096,7 +1105,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1138,6 +1147,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Fecha" @@ -1173,13 +1183,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1314,7 +1317,7 @@ msgid "Delivery Method" msgstr "Método entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1353,7 +1356,9 @@ msgstr "Dirección de destino " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ubicación destino" @@ -1363,6 +1368,16 @@ msgstr "Ubicación destino" msgid "Destination Move" msgstr "Movimiento destino" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1429,25 +1444,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "¡Error!" @@ -1458,7 +1474,7 @@ msgid "European Customers" msgstr "Clientes europeos" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1480,7 +1496,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1560,6 +1576,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1731,14 +1752,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1831,6 +1854,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1911,13 +1942,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Información" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1968,7 +1999,7 @@ msgid "Internal Reference" msgstr "Referencia interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2062,6 +2093,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2157,6 +2189,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2198,6 +2235,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2228,13 +2267,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2331,11 +2372,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2354,11 +2390,6 @@ msgstr "" msgid "Location Stock" msgstr "Ubicación stock" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2426,6 +2457,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2446,7 +2478,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2704,6 +2736,11 @@ msgstr "Nombre" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2733,7 +2770,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2789,7 +2826,7 @@ msgid "Notes" msgstr "Notas" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2805,14 +2842,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2823,34 +2860,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2858,13 +2890,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2876,12 +2909,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2994,7 +3023,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3013,6 +3042,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3028,6 +3058,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3038,8 +3069,9 @@ msgid "P&L Qty" msgstr "Ctdad P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paquete" @@ -3055,7 +3087,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3066,10 +3097,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3095,6 +3131,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3113,12 +3154,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paquetes" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3180,19 +3226,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3205,6 +3251,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Albarán" @@ -3262,6 +3309,16 @@ msgstr "" msgid "Picking list" msgstr "Albarán" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3288,7 +3345,7 @@ msgid "Planned Date" msgstr "Fecha prevista" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3300,15 +3357,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3367,10 +3424,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Procesar" @@ -3463,6 +3517,7 @@ msgstr "Ctdad producida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3523,6 +3578,7 @@ msgstr "UdV del producto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3549,18 +3605,25 @@ msgid "Production Lot" msgstr "Lote de producción" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Productos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3573,7 +3636,7 @@ msgid "Products: " msgstr "Productos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3624,6 +3687,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3643,11 +3713,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3668,7 +3738,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3684,6 +3754,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3841,25 +3912,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3948,7 +4019,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4306,6 +4377,13 @@ msgstr "" "Indica una ubicación si se producen en una ubicación fija. Puede ser una " "ubicación de empresa si subcontrata las operaciones de fabricación." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4322,7 +4400,7 @@ msgid "Shelves (Y)" msgstr "Estantería (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4368,14 +4446,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ubicación origen" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4398,6 +4488,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4420,7 +4515,7 @@ msgid "Status" msgstr "Estado" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4669,7 +4764,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4701,7 +4796,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4746,7 +4841,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4760,7 +4857,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4775,7 +4872,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4783,6 +4880,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4816,6 +4920,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4824,14 +4936,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4985,7 +5089,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5022,9 +5126,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5116,7 +5226,7 @@ msgid "Units of Measure" msgstr "Unidades de medida" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5199,7 +5309,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5308,11 +5418,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestión de almacenes" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5329,7 +5434,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5342,8 +5447,8 @@ msgid "Warehouses" msgstr "Almacenes" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5357,9 +5462,9 @@ msgid "Warning !" msgstr "¡Aviso!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5369,13 +5474,13 @@ msgid "Warning!" msgstr "¡Aviso!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5424,13 +5529,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5439,25 +5544,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sólo puede eliminar movimientos borrador." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5465,13 +5570,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5497,7 +5602,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5511,11 +5616,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplicar" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancelar" @@ -5625,3 +5732,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestión de almacenes" diff --git a/addons/stock/i18n/es_DO.po b/addons/stock/i18n/es_DO.po index 1eb3469ed08..58912438537 100644 --- a/addons/stock/i18n/es_DO.po +++ b/addons/stock/i18n/es_DO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/es_EC.po b/addons/stock/i18n/es_EC.po index 0ce7f76c712..6be9887686a 100644 --- a/addons/stock/i18n/es_EC.po +++ b/addons/stock/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Todo junto" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Orden pendiente" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Vista calendario" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -827,7 +832,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -916,11 +920,6 @@ msgstr "Consumible" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1008,6 +1007,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1035,6 +1036,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1047,13 +1050,19 @@ msgstr "Creación" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Fecha Creación" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1095,7 +1104,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1137,6 +1146,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Fecha" @@ -1172,13 +1182,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1313,7 +1316,7 @@ msgid "Delivery Method" msgstr "Método entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1352,7 +1355,9 @@ msgstr "Dirección Destino " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ubicación destino" @@ -1362,6 +1367,16 @@ msgstr "Ubicación destino" msgid "Destination Move" msgstr "Movimiento Destino" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1428,25 +1443,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Error!" @@ -1457,7 +1473,7 @@ msgid "European Customers" msgstr "Clientes europeos" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1479,7 +1495,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1559,6 +1575,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1730,14 +1751,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1830,6 +1853,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1910,13 +1941,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Información" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1967,7 +1998,7 @@ msgid "Internal Reference" msgstr "Referencia Interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2061,6 +2092,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2155,6 +2187,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2196,6 +2233,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2226,13 +2265,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2329,11 +2370,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2352,11 +2388,6 @@ msgstr "" msgid "Location Stock" msgstr "Ubicación stock" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2424,6 +2455,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2444,7 +2476,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2701,6 +2733,11 @@ msgstr "Nombre" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2730,7 +2767,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2786,7 +2823,7 @@ msgid "Notes" msgstr "Notas" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2802,14 +2839,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Aceptar" @@ -2820,34 +2857,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2855,13 +2887,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2873,12 +2906,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2991,7 +3020,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3010,6 +3039,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3025,6 +3055,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3035,8 +3066,9 @@ msgid "P&L Qty" msgstr "P&L Ctdad" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paquete" @@ -3052,7 +3084,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3063,10 +3094,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3092,6 +3128,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3110,12 +3151,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paquetes" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3177,19 +3223,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3202,6 +3248,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Movimiento" @@ -3259,6 +3306,16 @@ msgstr "" msgid "Picking list" msgstr "Lista Movimientos" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3285,7 +3342,7 @@ msgid "Planned Date" msgstr "Fecha prevista" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3297,15 +3354,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3364,10 +3421,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Procesar" @@ -3460,6 +3514,7 @@ msgstr "Ctdad. Producida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3520,6 +3575,7 @@ msgstr "UdV del producto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3546,18 +3602,25 @@ msgid "Production Lot" msgstr "Lote de producción" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Productos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3570,7 +3633,7 @@ msgid "Products: " msgstr "Productos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3621,6 +3684,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3640,11 +3710,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3665,7 +3735,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3681,6 +3751,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3838,25 +3909,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3945,7 +4016,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4303,6 +4374,13 @@ msgstr "" "Sets a location if you produce at a fixed location. This can be a partner " "location if you subcontract the manufacturing operations." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4319,7 +4397,7 @@ msgid "Shelves (Y)" msgstr "Estantería (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4365,14 +4443,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ubicación Origen" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4395,6 +4485,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4417,7 +4512,7 @@ msgid "Status" msgstr "Estado" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4666,7 +4761,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4698,7 +4793,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4743,7 +4838,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4757,7 +4854,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4772,7 +4869,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4780,6 +4877,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4813,6 +4917,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4821,14 +4933,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4982,7 +5086,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5019,9 +5123,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5113,7 +5223,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5196,7 +5306,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5305,11 +5415,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestión de inventario" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5326,7 +5431,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5339,8 +5444,8 @@ msgid "Warehouses" msgstr "Inventarios" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5354,9 +5459,9 @@ msgid "Warning !" msgstr "Aviso !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5366,13 +5471,13 @@ msgid "Warning!" msgstr "Warning!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5421,13 +5526,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5436,25 +5541,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Se puede solo eliminar movimientos borrador." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5462,13 +5567,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5494,7 +5599,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5508,11 +5613,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplicar" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancelar" @@ -5622,3 +5729,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestión de inventario" diff --git a/addons/stock/i18n/es_MX.po b/addons/stock/i18n/es_MX.po index 584bf4deeca..e8bcbffdb3c 100644 --- a/addons/stock/i18n/es_MX.po +++ b/addons/stock/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Albarán relacionado de:" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2059,6 +2090,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2152,6 +2184,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2193,6 +2230,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2223,13 +2262,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2326,11 +2367,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2349,11 +2385,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2421,6 +2452,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2441,7 +2473,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2697,6 +2729,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2726,7 +2763,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2782,7 +2819,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2798,14 +2835,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2816,34 +2853,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2851,13 +2883,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2869,12 +2902,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2987,7 +3016,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3006,6 +3035,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3021,6 +3051,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3031,8 +3062,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3048,7 +3080,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3059,10 +3090,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3088,6 +3124,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3106,12 +3147,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3173,19 +3219,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3198,6 +3244,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3255,6 +3302,16 @@ msgstr "" msgid "Picking list" msgstr "Albarán" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3281,7 +3338,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3293,15 +3350,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3360,10 +3417,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3456,6 +3510,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3516,6 +3571,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3542,18 +3598,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3566,7 +3629,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3617,6 +3680,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3636,11 +3706,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3661,7 +3731,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3677,6 +3747,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3834,25 +3905,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3941,7 +4012,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4297,6 +4368,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4313,7 +4391,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4359,14 +4437,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4389,6 +4479,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4411,7 +4506,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4660,7 +4755,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4692,7 +4787,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4737,7 +4832,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4751,7 +4848,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4766,7 +4863,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4774,6 +4871,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4807,6 +4911,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4815,14 +4927,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4971,7 +5075,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5008,9 +5112,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5102,7 +5212,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5185,7 +5295,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5294,11 +5404,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5315,7 +5420,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5328,8 +5433,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5343,9 +5448,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5355,13 +5460,13 @@ msgid "Warning!" msgstr "¡Advertencia!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5410,13 +5515,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5425,25 +5530,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5451,13 +5556,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5483,7 +5588,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5497,11 +5602,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/es_PE.po b/addons/stock/i18n/es_PE.po index 43b6fd6f807..56fc1422473 100644 --- a/addons/stock/i18n/es_PE.po +++ b/addons/stock/i18n/es_PE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "Guía" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/es_VE.po b/addons/stock/i18n/es_VE.po index 256b8ca118f..b957c2e1b4a 100644 --- a/addons/stock/i18n/es_VE.po +++ b/addons/stock/i18n/es_VE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Venezuela) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "Orden de Despacho" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/et.po b/addons/stock/i18n/et.po index b8313c1585a..e1372c6d1b0 100644 --- a/addons/stock/i18n/et.po +++ b/addons/stock/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Kõik korraga" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Järeltellimus" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Kalendrivaade" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Tühistatud" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Loomise kuupäev" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Kliendid" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Kuupäev" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Tarneviis" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Sihtkoht" @@ -1360,6 +1365,16 @@ msgstr "Sihtkoht" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Viga" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Viga!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Euroopa kliendid" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Info" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "Sisemine viide" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "Lao asukoht" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "Nimi" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "Märkmed" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Olgu" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "Tegelik kogus:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "Kasumi ja kahjumi kogus" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Noppimine" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "Noppeleht" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "Planeeritud kuupäev" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Töötle" @@ -3452,6 +3506,7 @@ msgstr "Toodetud kogus" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "Toote MüÜ" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Toote mõõtühik" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "Tootmispartii" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Tooted" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "Tooted: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "Riiulid (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "Alusdokument" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Lähtekoht" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Jaga" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "Staatus" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4971,7 +5075,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5008,9 +5112,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5102,7 +5212,7 @@ msgid "Units of Measure" msgstr "Mõõtühikud" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5185,7 +5295,7 @@ msgid "User" msgstr "Kasutaja" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5294,11 +5404,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Laohaldus" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5315,7 +5420,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5328,8 +5433,8 @@ msgid "Warehouses" msgstr "Laod" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5343,9 +5448,9 @@ msgid "Warning !" msgstr "Hoiatus!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5355,13 +5460,13 @@ msgid "Warning!" msgstr "Hoiatus!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5410,13 +5515,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5425,25 +5530,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sa saad kustutada ainult liigutamise mustandeid." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5451,13 +5556,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5483,7 +5588,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5497,11 +5602,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Kinnita" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Tühista" @@ -5611,3 +5718,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Laohaldus" diff --git a/addons/stock/i18n/fi.po b/addons/stock/i18n/fi.po index 9e2a5462808..1797adc74ca 100644 --- a/addons/stock/i18n/fi.po +++ b/addons/stock/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 18:10+0000\n" +"Last-Translator: Mikko Salmela \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" -msgstr "" +msgstr " (varattu)" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s on siirretty romutettavaksi." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -403,13 +403,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -477,7 +477,7 @@ msgid "All at once" msgstr "Kaikki kerralla" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -488,7 +488,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -593,7 +593,7 @@ msgstr "" #. module: stock #: field:stock.move,string_availability_info:0 msgid "Availability" -msgstr "" +msgstr "Saatavuus" #. module: stock #: selection:stock.move,state:0 @@ -612,13 +612,13 @@ msgid "Back Order of" msgstr "Jälkitilaus" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -640,6 +640,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -662,7 +667,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -698,13 +703,13 @@ msgid "Calendar View" msgstr "Kalenterinäkymä" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -746,10 +751,10 @@ msgid "Cancelled" msgstr "Peruttu" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" -msgstr "" +msgstr "Ei voi peruuttaa tehtyä siirtoa" #. module: stock #: field:product.template,loc_case:0 @@ -838,7 +843,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -927,11 +931,6 @@ msgstr "Kulutustavara" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1019,6 +1018,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1046,6 +1047,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1058,13 +1061,19 @@ msgstr "Luonti" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Luontipäivämäärä" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "Luontipäivämäärä, yleensä tilausaika" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1106,7 +1115,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1148,6 +1157,7 @@ msgstr "Asiakkaat" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Päivämäärä" @@ -1183,13 +1193,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1337,7 +1340,7 @@ msgid "Delivery Method" msgstr "Toimitustapa" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1376,7 +1379,9 @@ msgstr "Kohdeosoite " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Kohdepaikka" @@ -1386,6 +1391,16 @@ msgstr "Kohdepaikka" msgid "Destination Move" msgstr "Kohteen siirto" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1452,25 +1467,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Virhe" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Virhe!" @@ -1481,7 +1497,7 @@ msgid "European Customers" msgstr "Eurooppalaiset asiakkaat" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1503,7 +1519,7 @@ msgid "Expiry date on serial numbers" msgstr "Sarjanumeroiden päättymispäivä" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1587,6 +1603,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1760,14 +1781,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "VAR:" @@ -1860,6 +1883,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1912,7 +1943,7 @@ msgstr "Saapuvat tuotteet" #. module: stock #: field:stock.quant,in_date:0 msgid "Incoming Date" -msgstr "" +msgstr "Saapumispäivämäärä" #. module: stock #: field:stock.warehouse,reception_steps:0 @@ -1942,13 +1973,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Tiedot" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1999,7 +2030,7 @@ msgid "Internal Reference" msgstr "Sisäinen viite" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2093,6 +2124,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2140,7 +2172,7 @@ msgstr "" #. module: stock #: field:stock.quant,inventory_value:0 msgid "Inventory Value" -msgstr "" +msgstr "Varaston arvo" #. module: stock #: view:stock.inventory:stock.view_inventory_form @@ -2187,6 +2219,11 @@ msgid "It specifies goods to be deliver partially or all at once" msgstr "" "Määrittää tuotteet toimitettavaksi osittaistoimituksina tai kaikki kerralla." +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2228,6 +2265,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2258,13 +2297,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2361,11 +2402,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2384,11 +2420,6 @@ msgstr "" msgid "Location Stock" msgstr "Paikan varasto" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2456,6 +2487,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2476,7 +2508,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2734,6 +2766,11 @@ msgstr "Nimi" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2763,7 +2800,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2821,7 +2858,7 @@ msgid "Notes" msgstr "Muistiinpanot" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2837,14 +2874,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "OK" @@ -2855,34 +2892,29 @@ msgid "On hand:" msgstr "Käsillä:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2890,13 +2922,14 @@ msgstr "Avaa varastovalikko" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2908,12 +2941,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3026,7 +3055,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3045,6 +3074,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3060,6 +3090,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3070,8 +3101,9 @@ msgid "P&L Qty" msgstr "P&L Määrä" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paketti" @@ -3087,7 +3119,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3098,10 +3129,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3127,6 +3163,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3145,12 +3186,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakkaukset" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3176,7 +3222,7 @@ msgstr "Osittainen" #: field:stock.move,partially_available:0 #: selection:stock.picking,state:0 msgid "Partially Available" -msgstr "" +msgstr "Osittain saatavilla" #. module: stock #: model:ir.model,name:stock.model_res_partner @@ -3212,19 +3258,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3237,6 +3283,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Keräily" @@ -3294,6 +3341,16 @@ msgstr "" msgid "Picking list" msgstr "Keräilylista" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3320,7 +3377,7 @@ msgid "Planned Date" msgstr "Suunniteltu päivämäärä" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Anna positiivinen romutettava määrä." @@ -3332,15 +3389,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Määritä vähintään yksi nollasta poikkeava määrä." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3399,10 +3456,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Prosessi" @@ -3495,6 +3549,7 @@ msgstr "Tuotettu määrä" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3555,6 +3610,7 @@ msgstr "Tuotteen myyntiyksikkö" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Tuotteen yksikkö" @@ -3581,18 +3637,25 @@ msgid "Production Lot" msgstr "Tuotantoerä" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Tuotteet" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3605,7 +3668,7 @@ msgid "Products: " msgstr "Tuotteet: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3656,6 +3719,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3675,11 +3745,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3697,10 +3767,10 @@ msgstr "" #. module: stock #: field:stock.picking,quant_reserved_exist:0 msgid "Quant already reserved ?" -msgstr "" +msgstr "Määrä jo varattu?" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3718,6 +3788,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3754,7 +3825,7 @@ msgstr "" #. module: stock #: field:stock.move,reserved_availability:0 msgid "Quantity Reserved" -msgstr "" +msgstr "Määrä varattu" #. module: stock #: code:addons/stock/wizard/stock_change_product_qty.py:92 @@ -3765,7 +3836,7 @@ msgstr "Määrä ei voi olla negatiivinen" #. module: stock #: help:stock.move,availability:0 msgid "Quantity in stock that can still be reserved for this move" -msgstr "" +msgstr "Määrä varastossa, joka voidaan vielä varata tälle siirrolle" #. module: stock #: help:stock.move,product_qty:0 @@ -3814,7 +3885,7 @@ msgstr "" #. module: stock #: help:stock.move,reserved_availability:0 msgid "Quantity that has already been reserved for this move" -msgstr "" +msgstr "Määrä, joka on jo varattu tälle siirrolle" #. module: stock #: model:ir.actions.act_window,name:stock.quantsact @@ -3875,25 +3946,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3982,7 +4053,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4020,23 +4091,23 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,reserved_quant_id:0 msgid "Reserved Quant" -msgstr "" +msgstr "Varattu määrä" #. module: stock #: view:stock.move:stock.view_move_form #: view:stock.move:stock.view_move_picking_form msgid "Reserved Quants" -msgstr "" +msgstr "Varatut määrät" #. module: stock #: field:stock.quant,reservation_id:0 msgid "Reserved for Move" -msgstr "" +msgstr "Varattu siirrolle" #. module: stock #: field:stock.move,reserved_quant_ids:0 msgid "Reserved quants" -msgstr "" +msgstr "Varatut määrät" #. module: stock #: field:stock.warehouse,resupply_from_wh:0 @@ -4338,6 +4409,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4354,7 +4432,7 @@ msgid "Shelves (Y)" msgstr "Hyllyt (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4400,14 +4478,26 @@ msgstr "Lähdedokumentti" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Lähtöpaikka" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4430,6 +4520,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Jaa" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4452,7 +4547,7 @@ msgid "Status" msgstr "Tila" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4703,7 +4798,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4735,7 +4830,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4780,7 +4875,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4794,7 +4891,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4809,7 +4906,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4817,6 +4914,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4850,6 +4954,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4858,14 +4970,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5018,7 +5122,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5055,9 +5159,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5149,7 +5259,7 @@ msgid "Units of Measure" msgstr "MIttayksiköt" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5186,7 +5296,7 @@ msgstr "Lukemattomia viestejä" #. module: stock #: view:stock.picking:stock.view_picking_form msgid "Unreserve" -msgstr "" +msgstr "Peruuta varaus" #. module: stock #: model:ir.actions.act_window,name:stock.action_view_change_product_quantity @@ -5232,7 +5342,7 @@ msgid "User" msgstr "Käyttäjä" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Käyttäjän virhe!" @@ -5341,11 +5451,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Varastonhallinta" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5362,7 +5467,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5375,8 +5480,8 @@ msgid "Warehouses" msgstr "Varastot" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5390,9 +5495,9 @@ msgid "Warning !" msgstr "Varoitus !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5402,13 +5507,13 @@ msgid "Warning!" msgstr "Varoitus!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5457,13 +5562,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5472,25 +5577,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Voit poistaa ainoastaan luonnossiirtoja." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5498,13 +5603,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5530,7 +5635,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5544,11 +5649,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_käytä" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Peruuta" @@ -5658,3 +5765,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Varastonhallinta" diff --git a/addons/stock/i18n/fr.po b/addons/stock/i18n/fr.po index ed406501eef..dac8678123c 100644 --- a/addons/stock/i18n/fr.po +++ b/addons/stock/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s a été mis au rebut." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -440,13 +440,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -514,7 +514,7 @@ msgid "All at once" msgstr "Tout en une fois" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -525,7 +525,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -654,13 +654,13 @@ msgid "Back Order of" msgstr "Reliquat de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -682,6 +682,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -704,7 +709,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -741,13 +746,13 @@ msgid "Calendar View" msgstr "Vue calendrier" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -789,7 +794,7 @@ msgid "Cancelled" msgstr "Annulée" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -881,7 +886,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -970,11 +974,6 @@ msgstr "Consommable" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1062,6 +1061,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1089,6 +1090,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1101,13 +1104,19 @@ msgstr "Création" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Date de création" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1149,7 +1158,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1191,6 +1200,7 @@ msgstr "Clients" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Date" @@ -1226,13 +1236,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1380,7 +1383,7 @@ msgid "Delivery Method" msgstr "Méthode de livraison" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1419,7 +1422,9 @@ msgstr "Adresse de destination " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Emplacement de destination" @@ -1429,6 +1434,16 @@ msgstr "Emplacement de destination" msgid "Destination Move" msgstr "Mouvement de destination" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1495,25 +1510,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Erreur" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Erreur!" @@ -1524,7 +1540,7 @@ msgid "European Customers" msgstr "Clients européens" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1546,7 +1562,7 @@ msgid "Expiry date on serial numbers" msgstr "Date de péremption sur les numéros de série" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1630,6 +1646,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1803,14 +1824,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -1903,6 +1926,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1985,13 +2016,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Information" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2042,7 +2073,7 @@ msgid "Internal Reference" msgstr "Référence interne" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2136,6 +2167,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2233,6 +2265,11 @@ msgstr "" "Indique si les marchandises doivent être livrées partiellement ou en une " "seule fois." +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2274,6 +2311,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2304,13 +2343,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2407,11 +2448,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2430,11 +2466,6 @@ msgstr "" msgid "Location Stock" msgstr "Emplacement de stock" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2502,6 +2533,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2522,7 +2554,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2780,6 +2812,11 @@ msgstr "Nom" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2809,7 +2846,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2867,7 +2904,7 @@ msgid "Notes" msgstr "Notes" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2883,14 +2920,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2901,34 +2938,29 @@ msgid "On hand:" msgstr "Disponible :" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2936,13 +2968,14 @@ msgstr "Ouvrir le menu \"Entrepôt\"" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2954,12 +2987,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3073,7 +3102,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3092,6 +3121,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3107,6 +3137,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3117,8 +3148,9 @@ msgid "P&L Qty" msgstr "Qté pertes et profits" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Colis" @@ -3134,7 +3166,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3145,10 +3176,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3174,6 +3210,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3192,12 +3233,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Colis" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3259,19 +3305,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3284,6 +3330,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Opération de manutention" @@ -3341,6 +3388,16 @@ msgstr "" msgid "Picking list" msgstr "Bon de transfert" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3367,7 +3424,7 @@ msgid "Planned Date" msgstr "Date prévu" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Merci de saisir une quantité positive à mettre au rebut" @@ -3379,15 +3436,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Merci d'indiquer au moins une quantité non nulle." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3446,10 +3503,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Traiter" @@ -3542,6 +3596,7 @@ msgstr "Qté produite" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3602,6 +3657,7 @@ msgstr "UdV du produit" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Unité de mesure d'article" @@ -3628,18 +3684,25 @@ msgid "Production Lot" msgstr "Lot de production" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Articles" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3652,7 +3715,7 @@ msgid "Products: " msgstr "Articles : " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3703,6 +3766,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3722,11 +3792,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3747,7 +3817,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3766,6 +3836,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3923,25 +3994,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4030,7 +4101,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4389,6 +4460,13 @@ msgstr "" "être un emplacement partenaire si vous soutraitez des opérations de " "fabrication." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4405,7 +4483,7 @@ msgid "Shelves (Y)" msgstr "Rayon (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4451,14 +4529,26 @@ msgstr "Document d'origine" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Emplacement source" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4481,6 +4571,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Diviser" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4503,7 +4598,7 @@ msgid "Status" msgstr "État" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4754,7 +4849,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4786,7 +4881,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4831,7 +4926,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4845,7 +4942,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4860,7 +4957,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4868,6 +4965,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4901,6 +5005,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4909,14 +5021,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5086,7 +5190,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5130,9 +5234,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5224,7 +5334,7 @@ msgid "Units of Measure" msgstr "Unités de mesure" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5307,7 +5417,7 @@ msgid "User" msgstr "Utilisateur" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Erreur utilisateur !" @@ -5416,11 +5526,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestion d'entrepôt" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5437,7 +5542,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5450,8 +5555,8 @@ msgid "Warehouses" msgstr "Entrepôts" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5465,9 +5570,9 @@ msgid "Warning !" msgstr "Avertissement !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5477,13 +5582,13 @@ msgid "Warning!" msgstr "Attention !" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5532,13 +5637,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5547,25 +5652,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Vous ne pouvez supprimer que les mouvements en brouillon" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5573,13 +5678,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5605,7 +5710,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5619,11 +5724,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Appliquer" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Annuler" @@ -5733,3 +5840,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestion d'entrepôt" diff --git a/addons/stock/i18n/gl.po b/addons/stock/i18n/gl.po index 396a45f3472..5cad04dae78 100644 --- a/addons/stock/i18n/gl.po +++ b/addons/stock/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/hr.po b/addons/stock/i18n/hr.po index 179753de8df..3b1820b7b0d 100644 --- a/addons/stock/i18n/hr.po +++ b/addons/stock/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -436,13 +436,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -510,7 +510,7 @@ msgid "All at once" msgstr "Sve odjednom" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -521,7 +521,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -645,13 +645,13 @@ msgid "Back Order of" msgstr "Zaostali nalog od" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -673,6 +673,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -695,7 +700,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -732,13 +737,13 @@ msgid "Calendar View" msgstr "Calendar View" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -780,7 +785,7 @@ msgid "Cancelled" msgstr "Otkazano" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -870,7 +875,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -959,11 +963,6 @@ msgstr "Consumable" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1051,6 +1050,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1078,6 +1079,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1090,13 +1093,19 @@ msgstr "Kreiranje" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Datum naloga" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1138,7 +1147,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1180,6 +1189,7 @@ msgstr "Kupci" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1215,13 +1225,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1367,7 +1370,7 @@ msgid "Delivery Method" msgstr "Način dostave" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1406,7 +1409,9 @@ msgstr "Odredišna adresa " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Odredišna lokacija" @@ -1416,6 +1421,16 @@ msgstr "Odredišna lokacija" msgid "Destination Move" msgstr "Prijenos odredišta" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1482,25 +1497,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Greška" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Greška!" @@ -1511,7 +1527,7 @@ msgid "European Customers" msgstr "Europski kupci" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1533,7 +1549,7 @@ msgid "Expiry date on serial numbers" msgstr "Datum isteka na serijskim brojevima" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1617,6 +1633,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1790,14 +1811,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1890,6 +1913,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1970,13 +2001,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacija" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2027,7 +2058,7 @@ msgid "Internal Reference" msgstr "Interna oznaka" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2120,6 +2151,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2215,6 +2247,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Određuje proizvode za djelomičnu ili isporuku odjednom" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2256,6 +2293,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2286,13 +2325,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2389,11 +2430,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2412,11 +2448,6 @@ msgstr "" msgid "Location Stock" msgstr "Lokacija zalihe" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2484,6 +2515,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2504,7 +2536,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2762,6 +2794,11 @@ msgstr "Naziv" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2791,7 +2828,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2849,7 +2886,7 @@ msgid "Notes" msgstr "Bilješke" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2865,14 +2902,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "U redu" @@ -2883,34 +2920,29 @@ msgid "On hand:" msgstr "Dostupno:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2918,13 +2950,14 @@ msgstr "Otvori izbornik Sladište" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2936,12 +2969,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3054,7 +3083,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3073,6 +3102,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3088,6 +3118,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3098,8 +3129,9 @@ msgid "P&L Qty" msgstr "P&L kol." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pakiranje/teret" @@ -3115,7 +3147,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3126,10 +3157,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3155,6 +3191,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3173,12 +3214,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paketi" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3240,19 +3286,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3265,6 +3311,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Skladišnice" @@ -3322,6 +3369,16 @@ msgstr "" msgid "Picking list" msgstr "Skladišnica" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3348,7 +3405,7 @@ msgid "Planned Date" msgstr "Planiran datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3360,15 +3417,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3427,10 +3484,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Process" @@ -3523,6 +3577,7 @@ msgstr "Proizvedena kol." #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3583,6 +3638,7 @@ msgstr "JP Proizvoda" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Jedinica mjere proizvoda" @@ -3609,18 +3665,25 @@ msgid "Production Lot" msgstr "Lot proizvodnje" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Proizvodi" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3633,7 +3696,7 @@ msgid "Products: " msgstr "Proizvodi: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3684,6 +3747,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3703,11 +3773,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3728,7 +3798,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3746,6 +3816,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3903,25 +3974,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4010,7 +4081,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4368,6 +4439,13 @@ msgstr "" "Postavlja se lokacija ukoliko se proizvodi uvijek na fiksnoj lokaciji. To " "može biti mjesto partnera u slučaju podugovaranja procesa proizvodnje." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4384,7 +4462,7 @@ msgid "Shelves (Y)" msgstr "Police (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4430,14 +4508,26 @@ msgstr "Izvorni dokument" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Izvorna lokacija" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4460,6 +4550,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Razdijeli" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4482,7 +4577,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4734,7 +4829,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4766,7 +4861,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4811,7 +4906,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4825,7 +4922,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4840,7 +4937,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4848,6 +4945,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4881,6 +4985,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4889,14 +5001,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5051,7 +5155,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5088,9 +5192,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5182,7 +5292,7 @@ msgid "Units of Measure" msgstr "Jedinice mjere" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5265,7 +5375,7 @@ msgid "User" msgstr "Korisnik" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Greška korisnika!" @@ -5374,11 +5484,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Upravljanje skladištem" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5395,7 +5500,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5408,8 +5513,8 @@ msgid "Warehouses" msgstr "Skladišta" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5423,9 +5528,9 @@ msgid "Warning !" msgstr "Upozorenje !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5435,13 +5540,13 @@ msgid "Warning!" msgstr "Upozorenje!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5490,13 +5595,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5505,25 +5610,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Možete izbrisati samo transakcije u nacrtu." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5531,13 +5636,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5563,7 +5668,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5577,11 +5682,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Primjeni" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancel" @@ -5691,3 +5798,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Upravljanje skladištem" diff --git a/addons/stock/i18n/hu.po b/addons/stock/i18n/hu.po index a7e9d8d34a1..eada2b23670 100644 --- a/addons/stock/i18n/hu.po +++ b/addons/stock/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s el lett távolítva a szemétbe." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -435,13 +435,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -509,7 +509,7 @@ msgid "All at once" msgstr "Egyszerre" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -520,7 +520,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -649,13 +649,13 @@ msgid "Back Order of" msgstr "Visszamaradt tételek erről" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -677,6 +677,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -699,7 +704,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -736,13 +741,13 @@ msgid "Calendar View" msgstr "Naptárnézet" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -784,7 +789,7 @@ msgid "Cancelled" msgstr "Megszakított" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -876,7 +881,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -965,11 +969,6 @@ msgstr "Felhasználható" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1057,6 +1056,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1084,6 +1085,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1096,13 +1099,19 @@ msgstr "Létrehozás" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Létrehozás dátuma" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1144,7 +1153,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1186,6 +1195,7 @@ msgstr "Vevők" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Dátum" @@ -1221,13 +1231,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1378,7 +1381,7 @@ msgid "Delivery Method" msgstr "Szállítási mód" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1417,7 +1420,9 @@ msgstr "Célállomás címe " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Célállomás helye" @@ -1427,6 +1432,16 @@ msgstr "Célállomás helye" msgid "Destination Move" msgstr "Célállomás mozgás" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1493,25 +1508,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Hiba" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Hiba!" @@ -1522,7 +1538,7 @@ msgid "European Customers" msgstr "Európai ügyfelek" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1544,7 +1560,7 @@ msgid "Expiry date on serial numbers" msgstr "Lejárati idő a szériaszámokon" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1628,6 +1644,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1801,14 +1822,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -1901,6 +1924,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1983,13 +2014,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Információ" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2040,7 +2071,7 @@ msgid "Internal Reference" msgstr "Belső hivatkozás" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2134,6 +2165,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2230,6 +2262,11 @@ msgid "It specifies goods to be deliver partially or all at once" msgstr "" "Ez pontosítja, hogy a termék részletekben vagy egy szállításban szállítható" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2271,6 +2308,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2301,13 +2340,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2404,11 +2445,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2427,11 +2463,6 @@ msgstr "" msgid "Location Stock" msgstr "Raktárhely" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2499,6 +2530,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2519,7 +2551,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2777,6 +2809,11 @@ msgstr "Név" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2806,7 +2843,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2864,7 +2901,7 @@ msgid "Notes" msgstr "Megjegyzések" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2880,14 +2917,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2898,34 +2935,29 @@ msgid "On hand:" msgstr "Raktáron:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2933,13 +2965,14 @@ msgstr "Raktár menü megnyitása" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2951,12 +2984,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3069,7 +3098,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3088,6 +3117,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3103,6 +3133,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3113,8 +3144,9 @@ msgid "P&L Qty" msgstr "P&L Mennyiség" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Csomag" @@ -3130,7 +3162,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3141,10 +3172,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3170,6 +3206,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3188,12 +3229,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Csomagok" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3255,19 +3301,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3280,6 +3326,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Kiszedés" @@ -3337,6 +3384,16 @@ msgstr "" msgid "Picking list" msgstr "Kiszedési lista" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3363,7 +3420,7 @@ msgid "Planned Date" msgstr "Tervezett dátum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Kérem határozzon meg pozitív számot a hulladékra" @@ -3375,15 +3432,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Kérem adjon meg legalább egy nem nulla mennyiséget." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3442,10 +3499,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Feldolgozás" @@ -3538,6 +3592,7 @@ msgstr "Termelt mennyiség" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3598,6 +3653,7 @@ msgstr "Termék eladási egysége" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Termék mértékegysége" @@ -3624,18 +3680,25 @@ msgid "Production Lot" msgstr "Gyártási tétel" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Termékek" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3648,7 +3711,7 @@ msgid "Products: " msgstr "Termékek: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3699,6 +3762,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3718,11 +3788,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3743,7 +3813,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3761,6 +3831,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3918,25 +3989,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4025,7 +4096,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4383,6 +4454,13 @@ msgstr "" "Beállítja a termékhelyet, ha állandó helyen termel. Ez lehet termékhelye egy " "partnerének ha alvállalkozóval végezteti a gyártás műveletét." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4399,7 +4477,7 @@ msgid "Shelves (Y)" msgstr "Polcok (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4445,14 +4523,26 @@ msgstr "Forrásdokumentum" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Forráshely" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4475,6 +4565,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Felosztás" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4497,7 +4592,7 @@ msgid "Status" msgstr "Állapot" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4750,7 +4845,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4782,7 +4877,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4827,7 +4922,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4841,7 +4938,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4856,7 +4953,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4864,6 +4961,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4897,6 +5001,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4905,14 +5017,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5079,7 +5183,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5123,9 +5227,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5217,7 +5327,7 @@ msgid "Units of Measure" msgstr "Mértékegység" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5300,7 +5410,7 @@ msgid "User" msgstr "Felhasználó" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Felhasználói hiba!" @@ -5409,11 +5519,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Raktármenedzsment" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5430,7 +5535,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5443,8 +5548,8 @@ msgid "Warehouses" msgstr "Raktárak" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5458,9 +5563,9 @@ msgid "Warning !" msgstr "Vigyázat!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5470,13 +5575,13 @@ msgid "Warning!" msgstr "Vigyázat!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5525,13 +5630,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5540,25 +5645,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Csak a készletmozgás tervezetek törölhetők." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5566,13 +5671,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5598,7 +5703,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5612,11 +5717,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Alkalmaz" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "Megszakítás" @@ -5726,3 +5833,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Raktármenedzsment" diff --git a/addons/stock/i18n/id.po b/addons/stock/i18n/id.po index 7e7f82399c4..63d6ac53753 100644 --- a/addons/stock/i18n/id.po +++ b/addons/stock/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Sekaligus" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -689,13 +694,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -737,7 +742,7 @@ msgid "Cancelled" msgstr "Dibatalkan" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -829,7 +834,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -918,11 +922,6 @@ msgstr "Dapat dikonsumsi" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1010,6 +1009,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1037,6 +1038,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1049,13 +1052,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Tanggal Pembuatan" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1097,7 +1106,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1139,6 +1148,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Tanggal" @@ -1174,13 +1184,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1315,7 +1318,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1354,7 +1357,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Lokasi Tujuan" @@ -1364,6 +1369,16 @@ msgstr "Lokasi Tujuan" msgid "Destination Move" msgstr "Tujuan Perpindahan Barang" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1430,25 +1445,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Ada Kesalahan !" @@ -1459,7 +1475,7 @@ msgid "European Customers" msgstr "Pelanggan Eropa" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1481,7 +1497,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1561,6 +1577,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1732,14 +1753,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1832,6 +1855,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1912,13 +1943,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informasi" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1969,7 +2000,7 @@ msgid "Internal Reference" msgstr "Referensi internal" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2062,6 +2093,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2155,6 +2187,11 @@ msgstr "Ini menentukan atribut kemasan seperti jenis, jumlah kemasan, dll" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2196,6 +2233,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2226,13 +2265,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2329,11 +2370,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2352,11 +2388,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2424,6 +2455,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2444,7 +2476,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2702,6 +2734,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2731,7 +2768,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2787,7 +2824,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2803,14 +2840,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2821,34 +2858,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2856,13 +2888,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2874,12 +2907,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2992,7 +3021,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3011,6 +3040,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3026,6 +3056,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3036,8 +3067,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pak" @@ -3053,7 +3085,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3064,10 +3095,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3093,6 +3129,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3111,12 +3152,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Kemasan" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3178,19 +3224,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3203,6 +3249,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Pengambilan" @@ -3260,6 +3307,16 @@ msgstr "" msgid "Picking list" msgstr "Daftar Jemput" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3286,7 +3343,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3298,15 +3355,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3365,10 +3422,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3461,6 +3515,7 @@ msgstr "Produksi Qty" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3521,6 +3576,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3547,18 +3603,25 @@ msgid "Production Lot" msgstr "Lot Produksi" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3571,7 +3634,7 @@ msgid "Products: " msgstr "Produk : " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3622,6 +3685,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3641,11 +3711,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3666,7 +3736,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3682,6 +3752,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3839,25 +3910,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3946,7 +4017,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4304,6 +4375,13 @@ msgstr "" "Menetapkan lokasi jika Anda memproduksi di lokasi yang tetap. Ini bisa " "menjadi lokasi mitra jika operasi fabrikan anda disubkontrakan." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4320,7 +4398,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4366,14 +4444,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Lokasi Sumber" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4396,6 +4486,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dipecah" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4418,7 +4513,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4667,7 +4762,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4699,7 +4794,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4744,7 +4839,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4758,7 +4855,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4773,7 +4870,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4781,6 +4878,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4814,6 +4918,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4822,14 +4934,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4982,7 +5086,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5019,9 +5123,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5113,7 +5223,7 @@ msgid "Units of Measure" msgstr "Satuan Unit" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5196,7 +5306,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5305,11 +5415,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Manajemen Gudang" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5326,7 +5431,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5339,8 +5444,8 @@ msgid "Warehouses" msgstr "Gudang" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5354,9 +5459,9 @@ msgid "Warning !" msgstr "Peringatan !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5366,13 +5471,13 @@ msgid "Warning!" msgstr "Perhatian!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5421,13 +5526,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5436,25 +5541,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5462,13 +5567,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5494,7 +5599,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5508,11 +5613,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "Batal" @@ -5622,3 +5729,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Manajemen Gudang" diff --git a/addons/stock/i18n/it.po b/addons/stock/i18n/it.po index 42cea45e677..c72e2666087 100644 --- a/addons/stock/i18n/it.po +++ b/addons/stock/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-07 14:26+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:26+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -146,6 +146,16 @@ msgid "" "* Available: When products are reserved, it is set to 'Available'.\n" "* Done: When the shipment is processed, the state is 'Done'." msgstr "" +"* Nuovo: Quando il movimento di magazzino è generato e non ancora " +"confermato.\n" +"* In attesa di altro movimento: Questo stato viene visualizzato quando la " +"movimentazione è in attesa di un'altra movimentazione, per esempio in un " +"flusso concatenato.\n" +"* Attesa disponibilità: Questo stato viene visualizzato quando " +"l'elaborazione dell'approvvigionamento non è lineare. Potrebbe essere " +"necessario eseguire lo scheduler, o produrre un componente...\n" +"* Disponibile: Quando i prodotti vengono riservati.\n" +"* Completato: Quando la movimentazione è completata." #. module: stock #: help:stock.location,usage:0 @@ -395,13 +405,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -461,7 +471,7 @@ msgstr "" #: model:ir.ui.menu,name:stock.menu_action_picking_type_form #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "All Operations" -msgstr "" +msgstr "Tutte le Operazioni" #. module: stock #: selection:stock.picking,move_type:0 @@ -469,7 +479,7 @@ msgid "All at once" msgstr "Tutto in una volta" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +490,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -585,7 +595,7 @@ msgstr "" #. module: stock #: field:stock.move,string_availability_info:0 msgid "Availability" -msgstr "" +msgstr "Disponibilità" #. module: stock #: selection:stock.move,state:0 @@ -604,13 +614,13 @@ msgid "Back Order of" msgstr "Back Order di" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -632,6 +642,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -654,7 +669,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -691,13 +706,13 @@ msgid "Calendar View" msgstr "Panoramica del calendario" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -739,7 +754,7 @@ msgid "Cancelled" msgstr "Annullato" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -829,7 +844,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -918,11 +932,6 @@ msgstr "Consumabile" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1010,6 +1019,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1037,6 +1048,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1049,13 +1062,19 @@ msgstr "Creazione" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" -msgstr "Data creazione" +msgstr "Data di Creazione" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "Data di Creazione, tipicamente quella dell'ordine relativo" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1097,7 +1116,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1139,6 +1158,7 @@ msgstr "Clienti" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1174,13 +1194,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1328,7 +1341,7 @@ msgid "Delivery Method" msgstr "Metodo di Consegna" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1367,7 +1380,9 @@ msgstr "Indirizzo destinazione " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ubicazione destinazione" @@ -1377,6 +1392,16 @@ msgstr "Ubicazione destinazione" msgid "Destination Move" msgstr "Movimento di Destinazione" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1443,25 +1468,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Errore" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Errore!" @@ -1472,7 +1498,7 @@ msgid "European Customers" msgstr "Clienti Europei" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1494,7 +1520,7 @@ msgid "Expiry date on serial numbers" msgstr "Data di scadenza sui lotti" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1578,6 +1604,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1751,14 +1782,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1851,6 +1884,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1931,13 +1972,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informazioni" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1988,7 +2029,7 @@ msgid "Internal Reference" msgstr "Riferimento interno" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2082,6 +2123,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2178,6 +2220,11 @@ msgid "It specifies goods to be deliver partially or all at once" msgstr "" "Specifica se la merce va spedita parzialmente o in un'unica soluzione" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2219,6 +2266,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2249,13 +2298,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2352,11 +2403,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2375,11 +2421,6 @@ msgstr "" msgid "Location Stock" msgstr "Punto di Stoccaggio" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2447,6 +2488,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2467,7 +2509,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2723,6 +2765,11 @@ msgstr "Nome" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2752,7 +2799,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2810,7 +2857,7 @@ msgid "Notes" msgstr "Note" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2826,14 +2873,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2844,34 +2891,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2879,13 +2921,14 @@ msgstr "Apre il menù Magazzino" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2897,13 +2940,9 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" -msgstr "" +msgid "Operations" +msgstr "Operazioni" #. module: stock #. openerp-web @@ -3013,7 +3052,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3032,6 +3071,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3047,6 +3087,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3057,8 +3098,9 @@ msgid "P&L Qty" msgstr "Q.tà P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pacco" @@ -3074,7 +3116,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3085,10 +3126,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3114,6 +3160,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3132,12 +3183,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Imballaggi" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3163,7 +3219,7 @@ msgstr "Parziale" #: field:stock.move,partially_available:0 #: selection:stock.picking,state:0 msgid "Partially Available" -msgstr "" +msgstr "Parzialmente Disponibile" #. module: stock #: model:ir.model,name:stock.model_res_partner @@ -3199,19 +3255,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3224,6 +3280,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Picking" @@ -3281,6 +3338,16 @@ msgstr "" msgid "Picking list" msgstr "Picking list" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3307,7 +3374,7 @@ msgid "Planned Date" msgstr "Data Pianificata" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Si prega di fornire una quantità positiva per lo smaltimento." @@ -3319,15 +3386,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3386,10 +3453,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Elabora" @@ -3482,6 +3546,7 @@ msgstr "Qtà prodotta" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3542,6 +3607,7 @@ msgstr "UoS Prodotto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Unità di misura prodotto" @@ -3568,18 +3634,25 @@ msgid "Production Lot" msgstr "Lotto di Produzione" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Prodotti" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3592,7 +3665,7 @@ msgid "Products: " msgstr "Prodotti " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3643,6 +3716,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3662,11 +3742,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3687,7 +3767,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3706,6 +3786,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3834,7 +3915,7 @@ msgstr "Scaffale" #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Ready" -msgstr "Pronto" +msgstr "Pronte" #. module: stock #: model:ir.actions.act_window,name:stock.action_picking_tree_ready @@ -3863,25 +3944,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3970,7 +4051,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4326,6 +4407,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4342,7 +4430,7 @@ msgid "Shelves (Y)" msgstr "Scaffali (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4388,14 +4476,26 @@ msgstr "Documento di origine" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Punto di Stoccaggio di Provenienza" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4418,6 +4518,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividi" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4440,7 +4545,7 @@ msgid "Status" msgstr "Stato" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4692,7 +4797,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4724,7 +4829,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4769,7 +4874,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4783,7 +4890,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4798,7 +4905,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4806,6 +4913,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4839,6 +4953,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4847,14 +4969,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5008,7 +5122,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5045,13 +5159,19 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" -msgstr "Trasferiti" +msgstr "Trasferito" #. module: stock #: model:ir.actions.act_window,name:stock.action_picking_tree @@ -5139,7 +5259,7 @@ msgid "Units of Measure" msgstr "Unità di Misura" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5222,7 +5342,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Errore Utente!" @@ -5331,11 +5451,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestione Magazzino" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5352,7 +5467,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5365,8 +5480,8 @@ msgid "Warehouses" msgstr "Magazzini" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5380,9 +5495,9 @@ msgid "Warning !" msgstr "Attenzione!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5392,13 +5507,13 @@ msgid "Warning!" msgstr "Attenzione!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5447,13 +5562,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5462,25 +5577,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Puoi cancellare solo i movimenti in bozza" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5488,13 +5603,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5520,7 +5635,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5534,11 +5649,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Applica" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Annulla" @@ -5648,3 +5765,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestione Magazzino" diff --git a/addons/stock/i18n/ja.po b/addons/stock/i18n/ja.po index 808752e82f9..fda0e976ca4 100644 --- a/addons/stock/i18n/ja.po +++ b/addons/stock/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:52+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -400,13 +400,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -474,7 +474,7 @@ msgid "All at once" msgstr "全てを一度に" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -485,7 +485,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -607,13 +607,13 @@ msgid "Back Order of" msgstr "バックオーダ繰越元" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -635,6 +635,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -657,7 +662,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -692,13 +697,13 @@ msgid "Calendar View" msgstr "カレンダービュー" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -740,7 +745,7 @@ msgid "Cancelled" msgstr "キャンセル済" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -830,7 +835,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -919,11 +923,6 @@ msgstr "消耗品" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1011,6 +1010,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1038,6 +1039,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1050,13 +1053,19 @@ msgstr "作成" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "作成日" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1098,7 +1107,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1140,6 +1149,7 @@ msgstr "顧客" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "日付" @@ -1175,13 +1185,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1316,7 +1319,7 @@ msgid "Delivery Method" msgstr "配送方法" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1355,7 +1358,9 @@ msgstr "宛先住所 " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "配送先ロケーション" @@ -1365,6 +1370,16 @@ msgstr "配送先ロケーション" msgid "Destination Move" msgstr "目的地への移動" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1431,25 +1446,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "エラー" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "エラー" @@ -1460,7 +1476,7 @@ msgid "European Customers" msgstr "ヨーロッパの顧客" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1482,7 +1498,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1562,6 +1578,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1733,14 +1754,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1835,6 +1858,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1915,13 +1946,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "情報" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1972,7 +2003,7 @@ msgid "Internal Reference" msgstr "内部参照" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2064,6 +2095,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2157,6 +2189,11 @@ msgstr "それは梱包のタイプや数量などのような梱包の属性を msgid "It specifies goods to be deliver partially or all at once" msgstr "商品を部分的または一度にすべて配送するか指定します。" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2198,6 +2235,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2228,13 +2267,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2331,11 +2372,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2354,11 +2390,6 @@ msgstr "" msgid "Location Stock" msgstr "ロケーション在庫" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2426,6 +2457,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2446,7 +2478,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2702,6 +2734,11 @@ msgstr "名称" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2731,7 +2768,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2787,7 +2824,7 @@ msgid "Notes" msgstr "注記" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2803,14 +2840,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "OK" @@ -2821,34 +2858,29 @@ msgid "On hand:" msgstr "手元:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2856,13 +2888,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2874,12 +2907,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2990,7 +3019,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3009,6 +3038,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3024,6 +3054,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3034,8 +3065,9 @@ msgid "P&L Qty" msgstr "損益計算書数量" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "梱包" @@ -3051,7 +3083,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3062,10 +3093,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3091,6 +3127,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3109,12 +3150,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "梱包" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3176,19 +3222,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3201,6 +3247,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "集荷" @@ -3258,6 +3305,16 @@ msgstr "" msgid "Picking list" msgstr "ピッキングリスト" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3284,7 +3341,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3296,15 +3353,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3363,10 +3420,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "処理" @@ -3459,6 +3513,7 @@ msgstr "製品数量" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3519,6 +3574,7 @@ msgstr "製品販売単位" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3545,18 +3601,25 @@ msgid "Production Lot" msgstr "製造ロット" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "製品" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3569,7 +3632,7 @@ msgid "Products: " msgstr "製品: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3620,6 +3683,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3639,11 +3709,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3664,7 +3734,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3680,6 +3750,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3837,25 +3908,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3944,7 +4015,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4300,6 +4371,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "固定の場所で製造する場合、ロケーションを設定します。製造を外注する場合は、これを取引先ロケーションを設定することもできます。" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4316,7 +4394,7 @@ msgid "Shelves (Y)" msgstr "棚(Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4362,14 +4440,26 @@ msgstr "参照元" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "移動元ロケーション" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4392,6 +4482,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "分割" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4414,7 +4509,7 @@ msgid "Status" msgstr "ステータス" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4663,7 +4758,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4695,7 +4790,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4740,7 +4835,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4754,7 +4851,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4769,7 +4866,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4777,6 +4874,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4810,6 +4914,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4818,14 +4930,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4976,7 +5080,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5013,9 +5117,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5107,7 +5217,7 @@ msgid "Units of Measure" msgstr "単位" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5190,7 +5300,7 @@ msgid "User" msgstr "ユーザ" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5299,11 +5409,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "倉庫管理" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5320,7 +5425,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5333,8 +5438,8 @@ msgid "Warehouses" msgstr "倉庫" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5348,9 +5453,9 @@ msgid "Warning !" msgstr "警告" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5360,13 +5465,13 @@ msgid "Warning!" msgstr "警告" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5415,13 +5520,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5430,25 +5535,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "ドラフト移動のみ削除ができます。" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5456,13 +5561,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5488,7 +5593,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5502,11 +5607,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "適用" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "キャンセル" @@ -5616,3 +5723,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "倉庫管理" diff --git a/addons/stock/i18n/ko.po b/addons/stock/i18n/ko.po index 3e96eb316f8..4bd2d399a08 100644 --- a/addons/stock/i18n/ko.po +++ b/addons/stock/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "일괄" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "카렌더 뷰" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "고객" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "날짜" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "배송 방법" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "에러" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "에러 !" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "유럽 고객" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "대화 요약 (메시지 개수, ...)을 내포함. 이 요약은 간판 #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "정보" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "일부 또는 일괄 배송여부를 지정합니다" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "창고" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "이름" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "노트" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "P&L 수량" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "피킹 리스트" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "계획된 날짜" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "생산된 수량" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "상품 UOS" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "생산 로트" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "상품" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "상품: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "선반 (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "소스 위치" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "분할" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "상태" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "창고" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "경고!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "이동 초안만 삭제할 수 있습니다." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/lt.po b/addons/stock/i18n/lt.po index 80f52cbcc97..0b42a13c4ca 100644 --- a/addons/stock/i18n/lt.po +++ b/addons/stock/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -418,13 +418,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -492,7 +492,7 @@ msgid "All at once" msgstr "Viską vienu metu" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -503,7 +503,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -625,13 +625,13 @@ msgid "Back Order of" msgstr "Pradinis užsakymas" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -653,6 +653,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -675,7 +680,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -711,13 +716,13 @@ msgid "Calendar View" msgstr "Kalendoriaus rodinys" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -759,7 +764,7 @@ msgid "Cancelled" msgstr "Atšauktas" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -850,7 +855,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -939,11 +943,6 @@ msgstr "Suvartojami" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1031,6 +1030,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1058,6 +1059,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1070,13 +1073,19 @@ msgstr "Sukurta" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Sukūrimo data" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1118,7 +1127,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1160,6 +1169,7 @@ msgstr "Pirkėjai" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1195,13 +1205,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1336,7 +1339,7 @@ msgid "Delivery Method" msgstr "Pristatymo būdas" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1375,7 +1378,9 @@ msgstr "Pristatymo adresas " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Tikslo vieta" @@ -1385,6 +1390,16 @@ msgstr "Tikslo vieta" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1451,25 +1466,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Klaida" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Klaida!" @@ -1480,7 +1496,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1502,7 +1518,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1586,6 +1602,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1759,14 +1780,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1859,6 +1882,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1940,13 +1971,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacija" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1997,7 +2028,7 @@ msgid "Internal Reference" msgstr "Vidinis numeris" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2091,6 +2122,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2184,6 +2216,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Nurodo ar produktai gali būti gabenami dalimis" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2225,6 +2262,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2255,13 +2294,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2358,11 +2399,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2381,11 +2417,6 @@ msgstr "" msgid "Location Stock" msgstr "Sandėliavimo vieta" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2453,6 +2484,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2473,7 +2505,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2731,6 +2763,11 @@ msgstr "Pavadinimas" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2760,7 +2797,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2816,7 +2853,7 @@ msgid "Notes" msgstr "Pastabos" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2832,14 +2869,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Gerai" @@ -2850,34 +2887,29 @@ msgid "On hand:" msgstr "Turima:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2885,13 +2917,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2903,12 +2936,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3022,7 +3051,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3041,6 +3070,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3056,6 +3086,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3066,8 +3097,9 @@ msgid "P&L Qty" msgstr "Kiekis" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pakas" @@ -3083,7 +3115,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3094,10 +3125,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3123,6 +3159,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3141,12 +3182,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakai" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3208,19 +3254,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3233,6 +3279,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Siunta" @@ -3290,6 +3337,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3316,7 +3373,7 @@ msgid "Planned Date" msgstr "Suplanuota data" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3328,15 +3385,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3395,10 +3452,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3491,6 +3545,7 @@ msgstr "Pagaminti kiekiai" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3551,6 +3606,7 @@ msgstr "Pardavimo matai" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Matavimo vienetas" @@ -3577,18 +3633,25 @@ msgid "Production Lot" msgstr "Gamybos partija" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produktai" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3601,7 +3664,7 @@ msgid "Products: " msgstr "Produktai: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3652,6 +3715,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3671,11 +3741,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3696,7 +3766,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3712,6 +3782,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3869,25 +3940,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3976,7 +4047,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4332,6 +4403,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "Atsargų vieta, iš kurios paimami produktai." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4348,7 +4426,7 @@ msgid "Shelves (Y)" msgstr "Lentyna (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4394,14 +4472,26 @@ msgstr "Susijęs dokumentas" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Šaltinio vieta" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4424,6 +4514,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Išskaidyti" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4446,7 +4541,7 @@ msgid "Status" msgstr "Būsena" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4697,7 +4792,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4729,7 +4824,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4774,7 +4869,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4788,7 +4885,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4803,7 +4900,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4811,6 +4908,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4844,6 +4948,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4852,14 +4964,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5023,7 +5127,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5060,9 +5164,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5154,7 +5264,7 @@ msgid "Units of Measure" msgstr "Matavimo vienetai" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5237,7 +5347,7 @@ msgid "User" msgstr "Naudotojas" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Naudotojo klaida!" @@ -5346,11 +5456,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Sandėlio valdymas" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5367,7 +5472,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5380,8 +5485,8 @@ msgid "Warehouses" msgstr "Sandėliai" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5395,9 +5500,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5407,13 +5512,13 @@ msgid "Warning!" msgstr "Įspėjimas!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5462,13 +5567,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5477,25 +5582,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Jūs galite ištrinti tik juodraščio būsenos įrašus" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5503,13 +5608,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5535,7 +5640,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5549,11 +5654,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Taikyti" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" @@ -5663,3 +5770,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Sandėlio valdymas" diff --git a/addons/stock/i18n/lv.po b/addons/stock/i18n/lv.po index 97c39f8b121..e5fd92adff2 100644 --- a/addons/stock/i18n/lv.po +++ b/addons/stock/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:37+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Visu uzreiz" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Priekšpasūtījums" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Kalendāra skats" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Atcelts" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "Patērējams" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "Izveidošana" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Izveidošanas datums" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Klienti" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datums" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Piegādes Metode" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "Piegādāt uz Adresi " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Piegādes Vieta" @@ -1360,6 +1365,16 @@ msgstr "Piegādes Vieta" msgid "Destination Move" msgstr "Krājumu pārvietošana (Galamērķis)" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Kļūda" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Kļūda!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Eiropas Klienti" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informācija" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "Iekšējais Kods" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "Norāda iepakošanas atribūtus, tādus, kā tipu, pakošanas skaitu, u. msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "Postenis Krājumi" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2697,6 +2729,11 @@ msgstr "Nosaukums" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2726,7 +2763,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2782,7 +2819,7 @@ msgid "Notes" msgstr "Piezīmes" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2798,14 +2835,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Labi" @@ -2816,34 +2853,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2851,13 +2883,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2869,12 +2902,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2987,7 +3016,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3006,6 +3035,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3021,6 +3051,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3031,8 +3062,9 @@ msgid "P&L Qty" msgstr "Sk. Peļņas un Zaudējumu aprēķinam" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Iepakojums" @@ -3048,7 +3080,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3059,10 +3090,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3088,6 +3124,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3106,12 +3147,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakas" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3173,19 +3219,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3198,6 +3244,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Komplektācija" @@ -3255,6 +3302,16 @@ msgstr "" msgid "Picking list" msgstr "Komplektācijas saraksts" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3281,7 +3338,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3293,15 +3350,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3360,10 +3417,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Process" @@ -3456,6 +3510,7 @@ msgstr "Saražotais daudz." #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3516,6 +3571,7 @@ msgstr "Produkta Pārdošanas Mērvienība" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3542,18 +3598,25 @@ msgid "Production Lot" msgstr "Preču Partija" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produkti" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3566,7 +3629,7 @@ msgid "Products: " msgstr "Preces: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3617,6 +3680,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3636,11 +3706,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3661,7 +3731,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3677,6 +3747,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3834,25 +3905,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3941,7 +4012,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4297,6 +4368,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4313,7 +4391,7 @@ msgid "Shelves (Y)" msgstr "Plaukti (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4359,14 +4437,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Avots" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4389,6 +4479,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Sadalīt" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4411,7 +4506,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4660,7 +4755,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4692,7 +4787,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4737,7 +4832,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4751,7 +4848,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4766,7 +4863,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4774,6 +4871,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4807,6 +4911,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4815,14 +4927,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4971,7 +5075,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5008,9 +5112,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5102,7 +5212,7 @@ msgid "Units of Measure" msgstr "Mērvienības" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5185,7 +5295,7 @@ msgid "User" msgstr "Lietotājs" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5294,11 +5404,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Noliktavas vadība" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5315,7 +5420,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5328,8 +5433,8 @@ msgid "Warehouses" msgstr "Noliktavas" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5343,9 +5448,9 @@ msgid "Warning !" msgstr "Uzmanību!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5355,13 +5460,13 @@ msgid "Warning!" msgstr "Uzmanību!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5410,13 +5515,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5425,25 +5530,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Var dzēst tikai grāmatojumu melnrakstus." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5451,13 +5556,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5483,7 +5588,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5497,11 +5602,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Pielietot" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Atcelt" @@ -5611,3 +5718,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Noliktavas vadība" diff --git a/addons/stock/i18n/mk.po b/addons/stock/i18n/mk.po index 9dad361bd39..60b6c38ea99 100644 --- a/addons/stock/i18n/mk.po +++ b/addons/stock/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s е преместено во отпад." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -436,13 +436,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -510,7 +510,7 @@ msgid "All at once" msgstr "Се наеднаш" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -521,7 +521,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -648,13 +648,13 @@ msgid "Back Order of" msgstr "Заостаната обврска на" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -676,6 +676,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -698,7 +703,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -735,13 +740,13 @@ msgid "Calendar View" msgstr "Преглед на календар" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -783,7 +788,7 @@ msgid "Cancelled" msgstr "Откажано" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -875,7 +880,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -964,11 +968,6 @@ msgstr "Потрошно" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1056,6 +1055,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1083,6 +1084,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1095,13 +1098,19 @@ msgstr "Креирање" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Датум на креирање" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1143,7 +1152,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1185,6 +1194,7 @@ msgstr "Купувачи" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Датум" @@ -1220,13 +1230,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1372,7 +1375,7 @@ msgid "Delivery Method" msgstr "Метод на испорака" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1411,7 +1414,9 @@ msgstr "Адреса на одредиште " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Локација на одредиште" @@ -1421,6 +1426,16 @@ msgstr "Локација на одредиште" msgid "Destination Move" msgstr "Поместување на одредиште" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1487,25 +1502,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Грешка" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Грешка!" @@ -1516,7 +1532,7 @@ msgid "European Customers" msgstr "Европски купувачи" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1538,7 +1554,7 @@ msgid "Expiry date on serial numbers" msgstr "Датум на истекување на сериските броеви" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1622,6 +1638,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1795,14 +1816,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -1895,6 +1918,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1977,13 +2008,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Информација" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2034,7 +2065,7 @@ msgid "Internal Reference" msgstr "Внатрешна референца" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2128,6 +2159,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2224,6 +2256,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Одредува дали добрата ќе бидат испорачани делумно или одеднаш." +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2265,6 +2302,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2295,13 +2334,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2398,11 +2439,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2421,11 +2457,6 @@ msgstr "" msgid "Location Stock" msgstr "Локација на Залиха" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2493,6 +2524,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2513,7 +2545,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2771,6 +2803,11 @@ msgstr "Име" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2800,7 +2837,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2858,7 +2895,7 @@ msgid "Notes" msgstr "Белешки" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2874,14 +2911,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Во ред" @@ -2892,34 +2929,29 @@ msgid "On hand:" msgstr "При рака:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2927,13 +2959,14 @@ msgstr "Мени Отвори магацин" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2945,12 +2978,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3062,7 +3091,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3081,6 +3110,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3096,6 +3126,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3106,8 +3137,9 @@ msgid "P&L Qty" msgstr "P&L кол." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Пакет" @@ -3123,7 +3155,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3134,10 +3165,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3163,6 +3199,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3181,12 +3222,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Пакети" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3248,19 +3294,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3273,6 +3319,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Требување" @@ -3330,6 +3377,16 @@ msgstr "" msgid "Picking list" msgstr "Листа за требување" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3356,7 +3413,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Ве молиме обезбедете позитивна количина за отпад." @@ -3368,15 +3425,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Ве молиме одредете барем една количина што не е нула." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3435,10 +3492,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Обработи" @@ -3531,6 +3585,7 @@ msgstr "Произведена количина" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3591,6 +3646,7 @@ msgstr "Единица за продажба на производ" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "ЕМ на производ" @@ -3617,18 +3673,25 @@ msgid "Production Lot" msgstr "Лот за производство" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Производи" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3641,7 +3704,7 @@ msgid "Products: " msgstr "Производи: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3692,6 +3755,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3711,11 +3781,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3736,7 +3806,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3754,6 +3824,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3911,25 +3982,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4018,7 +4089,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4377,6 +4448,13 @@ msgstr "" "биде локацијата на партнерот доколку имате под договор за производствени " "операции." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4393,7 +4471,7 @@ msgid "Shelves (Y)" msgstr "Полици (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4439,14 +4517,26 @@ msgstr "Изворен документ" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Локација на изворот" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4469,6 +4559,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Раздели" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4491,7 +4586,7 @@ msgid "Status" msgstr "Статус" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4743,7 +4838,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4775,7 +4870,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4820,7 +4915,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4834,7 +4931,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4849,7 +4946,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4857,6 +4954,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4890,6 +4994,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4898,14 +5010,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5072,7 +5176,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5116,9 +5220,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5210,7 +5320,7 @@ msgid "Units of Measure" msgstr "Единици мерки" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5293,7 +5403,7 @@ msgid "User" msgstr "Корисник" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Корисничка Грешка!" @@ -5402,11 +5512,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Управуавње со магацини" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5423,7 +5528,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5436,8 +5541,8 @@ msgid "Warehouses" msgstr "Магацини" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5451,9 +5556,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5463,13 +5568,13 @@ msgid "Warning!" msgstr "Внимание!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5518,13 +5623,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5533,25 +5638,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Може да избришете единствено нацрт движења." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5559,13 +5664,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5591,7 +5696,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5605,11 +5710,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Примени" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Откажи" @@ -5719,3 +5826,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Управуавње со магацини" diff --git a/addons/stock/i18n/mn.po b/addons/stock/i18n/mn.po index fdb45aaff10..0b5037853f8 100644 --- a/addons/stock/i18n/mn.po +++ b/addons/stock/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s нь гологдол руу зөөгдлөө scrap." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -431,13 +431,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -505,7 +505,7 @@ msgid "All at once" msgstr "Нэг мөсөн" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -516,7 +516,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -642,13 +642,13 @@ msgid "Back Order of" msgstr "Дараахын эргэх захиалга" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -670,6 +670,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -692,7 +697,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -727,13 +732,13 @@ msgid "Calendar View" msgstr "Хуанли харах" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -775,7 +780,7 @@ msgid "Cancelled" msgstr "Цуцлагдсан" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -867,7 +872,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -956,11 +960,6 @@ msgstr "Хангамжийн" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1048,6 +1047,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1075,6 +1076,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1087,13 +1090,19 @@ msgstr "Үүсгэх" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Үүсгэсэн Огноо" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1135,7 +1144,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1177,6 +1186,7 @@ msgstr "Харилцагчид" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Үүсгэсэн огноо" @@ -1212,13 +1222,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1361,7 +1364,7 @@ msgid "Delivery Method" msgstr "Хүргэх арга" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1400,7 +1403,9 @@ msgstr "Хүргэх хаяг " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Хүрэх байрлал" @@ -1410,6 +1415,16 @@ msgstr "Хүрэх байрлал" msgid "Destination Move" msgstr "Хүрэх Хөдөлгөөн" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1476,25 +1491,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Алдаа" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -1505,7 +1521,7 @@ msgid "European Customers" msgstr "Европын харилцагчиид" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1527,7 +1543,7 @@ msgid "Expiry date on serial numbers" msgstr "Цувралын дугааруудад дуусах огноо" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1611,6 +1627,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1784,14 +1805,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -1888,6 +1911,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1970,13 +2001,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Мэдээлэл" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2027,7 +2058,7 @@ msgid "Internal Reference" msgstr "Дотоод Сурвалж" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2119,6 +2150,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2214,6 +2246,11 @@ msgid "It specifies goods to be deliver partially or all at once" msgstr "" "Бараа хэсэгчлэн хүргэгдэх үү эсэвэл нэг мөсөн хүргэгдэхүү гэдэгийг заана" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2255,6 +2292,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2285,13 +2324,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2388,11 +2429,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2411,11 +2447,6 @@ msgstr "" msgid "Location Stock" msgstr "Хадгалах байрлал" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2483,6 +2514,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2503,7 +2535,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2761,6 +2793,11 @@ msgstr "Маршрутын нэр" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2790,7 +2827,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2848,7 +2885,7 @@ msgid "Notes" msgstr "Тэмдэглэл" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2864,14 +2901,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Тийм" @@ -2882,34 +2919,29 @@ msgid "On hand:" msgstr "Гарт байгаа:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2917,13 +2949,14 @@ msgstr "Агуулах Менюг нээх" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2935,12 +2968,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3051,7 +3080,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3070,6 +3099,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3085,6 +3115,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3095,8 +3126,9 @@ msgid "P&L Qty" msgstr "А&А Тоо хэмжээ" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Баглаа" @@ -3112,7 +3144,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3123,10 +3154,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3152,6 +3188,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3170,12 +3211,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Баглаа" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3237,19 +3283,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3262,6 +3308,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Бэлтгэх" @@ -3319,6 +3366,16 @@ msgstr "" msgid "Picking list" msgstr "Бэлтгэх Жагсаалт" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3345,7 +3402,7 @@ msgid "Planned Date" msgstr "Төлөвлөсөн огноо" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Устгах тоо хэмжээнд эерэг утга оруулна уу" @@ -3357,15 +3414,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Дор хаяж нэг тэг биш тоо хэмжээг зааж өгнө үү." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3424,10 +3481,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Гүйцэтгэх" @@ -3520,6 +3574,7 @@ msgstr "Үйлдвэрлэгдсэн Тоо хэмжээ" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3580,6 +3635,7 @@ msgstr "UOS бараа" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Барааны хэмжих нэгж" @@ -3606,18 +3662,25 @@ msgid "Production Lot" msgstr "Үйлдвэрлэлийн цуврал" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Бараанууд" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3630,7 +3693,7 @@ msgid "Products: " msgstr "Бараанууд " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3681,6 +3744,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3700,11 +3770,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3725,7 +3795,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3743,6 +3813,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3900,25 +3971,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4007,7 +4078,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4365,6 +4436,13 @@ msgstr "" "Тогмол байрлалд үйлдвэрлэдэг бол байрлалыг тохируул. Үйлдвэрлэлийг дэд " "гэрээгээр хийдэг бол энэ нь харилцагчийн байрлал байж болно." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4381,7 +4459,7 @@ msgid "Shelves (Y)" msgstr "Багана (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4427,14 +4505,26 @@ msgstr "Эх баримт" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Гарах байршил" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4457,6 +4547,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Хуваах" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4479,7 +4574,7 @@ msgid "Status" msgstr "Төлөв" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4730,7 +4825,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4762,7 +4857,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4807,7 +4902,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4821,7 +4918,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4836,7 +4933,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4844,6 +4941,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4877,6 +4981,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4885,14 +4997,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5056,7 +5160,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5100,9 +5204,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5194,7 +5304,7 @@ msgid "Units of Measure" msgstr "Хэмжих нэгж" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5277,7 +5387,7 @@ msgid "User" msgstr "Хэрэглэгч" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Хэрэглэгчийн алдаа!" @@ -5386,11 +5496,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Агуулахын Менежмент" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5407,7 +5512,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5420,8 +5525,8 @@ msgid "Warehouses" msgstr "Агуулах" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5435,9 +5540,9 @@ msgid "Warning !" msgstr "Анхааруулга !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5447,13 +5552,13 @@ msgid "Warning!" msgstr "Сэрэмжлүүлэг!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5502,13 +5607,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5517,25 +5622,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Зөвхөн ноорог хөдөлгөөнийг л устгах боломжтой." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5543,13 +5648,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5575,7 +5680,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5589,11 +5694,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Хэрэглэх" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Цуцлах" @@ -5703,3 +5810,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Агуулахын Менежмент" diff --git a/addons/stock/i18n/nb.po b/addons/stock/i18n/nb.po index 48b9265476f..e5d71d1288a 100644 --- a/addons/stock/i18n/nb.po +++ b/addons/stock/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Alt på en gang" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "Restordre av" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -688,13 +693,13 @@ msgid "Calendar View" msgstr "Kalendervisning" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -736,7 +741,7 @@ msgid "Cancelled" msgstr "Kansellert" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -828,7 +833,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -917,11 +921,6 @@ msgstr "Forbruksmateriell" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1009,6 +1008,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1036,6 +1037,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1048,13 +1051,19 @@ msgstr "Opprettet" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Opprettet dato" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1096,7 +1105,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1138,6 +1147,7 @@ msgstr "Kunder" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Dato" @@ -1173,13 +1183,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1314,7 +1317,7 @@ msgid "Delivery Method" msgstr "Leveringsmåte" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1353,7 +1356,9 @@ msgstr "Destinasjonsadresse " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Bestemmelseslokasjon" @@ -1363,6 +1368,16 @@ msgstr "Bestemmelseslokasjon" msgid "Destination Move" msgstr "Flytting over distanse" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1429,25 +1444,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Feil" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Feil!" @@ -1458,7 +1474,7 @@ msgid "European Customers" msgstr "Europeiske kunder" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1480,7 +1496,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1560,6 +1576,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1731,14 +1752,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1836,6 +1859,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1916,13 +1947,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informasjon" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1973,7 +2004,7 @@ msgid "Internal Reference" msgstr "Intern referanse" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2066,6 +2097,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2160,6 +2192,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2201,6 +2238,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2231,13 +2270,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2334,11 +2375,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2357,11 +2393,6 @@ msgstr "" msgid "Location Stock" msgstr "Lokasjon lager" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2429,6 +2460,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2449,7 +2481,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2707,6 +2739,11 @@ msgstr "Navn" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2736,7 +2773,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2792,7 +2829,7 @@ msgid "Notes" msgstr "Notater" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2808,14 +2845,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2826,34 +2863,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2861,13 +2893,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2879,12 +2912,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2996,7 +3025,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3015,6 +3044,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3030,6 +3060,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3040,8 +3071,9 @@ msgid "P&L Qty" msgstr "P & L Antall" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pakk" @@ -3057,7 +3089,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3068,10 +3099,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3097,6 +3133,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3115,12 +3156,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Kolli" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3182,19 +3228,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3207,6 +3253,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Plukker" @@ -3264,6 +3311,16 @@ msgstr "" msgid "Picking list" msgstr "Plukkliste" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3290,7 +3347,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3302,15 +3359,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3369,10 +3426,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Prosess" @@ -3465,6 +3519,7 @@ msgstr "Produsert antall" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3525,6 +3580,7 @@ msgstr "Salgsenhet for produkt" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3551,18 +3607,25 @@ msgid "Production Lot" msgstr "Produksjonslot" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produkter" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3575,7 +3638,7 @@ msgid "Products: " msgstr "Produkter: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3626,6 +3689,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3645,11 +3715,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3670,7 +3740,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3686,6 +3756,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3843,25 +3914,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3950,7 +4021,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4308,6 +4379,13 @@ msgstr "" "Angir et varehus hvis du produserer på et fast sted. Dette kan være et " "samarbeidssted hvis du setter bort produksjonsoperasjonene." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4324,7 +4402,7 @@ msgid "Shelves (Y)" msgstr "Hyller (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4370,14 +4448,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Kildelokasjon" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4400,6 +4490,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Splitt" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4422,7 +4517,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4671,7 +4766,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4703,7 +4798,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4748,7 +4843,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4762,7 +4859,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4777,7 +4874,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4785,6 +4882,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4818,6 +4922,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4826,14 +4938,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4986,7 +5090,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5023,9 +5127,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5117,7 +5227,7 @@ msgid "Units of Measure" msgstr "Enheter" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5200,7 +5310,7 @@ msgid "User" msgstr "Bruker" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5309,11 +5419,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Lagerledelse" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5330,7 +5435,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5343,8 +5448,8 @@ msgid "Warehouses" msgstr "Lager" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5358,9 +5463,9 @@ msgid "Warning !" msgstr "Advarsel !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5370,13 +5475,13 @@ msgid "Warning!" msgstr "Advarsel" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5425,13 +5530,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5440,25 +5545,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Du kan bare slette forslag til bevegelser" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5466,13 +5571,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5498,7 +5603,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5512,11 +5617,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Bruk" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Avbryt" @@ -5626,3 +5733,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Lagerledelse" diff --git a/addons/stock/i18n/nl.po b/addons/stock/i18n/nl.po index 823387d45f5..9d3a93eac9a 100644 --- a/addons/stock/i18n/nl.po +++ b/addons/stock/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 08:12+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:45+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: stock @@ -76,19 +76,19 @@ msgstr "" "- Dit installeert de module stock_dropshipping." #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr " (%s gereserveerd)" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr " (gereserveerd)" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr " Maak op order" @@ -101,36 +101,36 @@ msgid " On Hand" msgstr " Beschikbaar" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr " Reeks in" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr " Reeks intern" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr " Reeks uit" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr " Reeks verpakking" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr " Reeks verzamellen" @@ -141,13 +141,13 @@ msgid " Stock Move Exists?" msgstr " Voorraadmutatie bestaat?" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s is verplaatst naar scrap." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "%s: Lever product van %s" @@ -596,13 +596,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "

    We konden geen ontvangst/levering vinden om weer te geven.

    " #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "Een verpakking" @@ -672,7 +672,7 @@ msgid "All at once" msgstr "Lever alles tegelijk" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "Alle producten" @@ -683,7 +683,7 @@ msgid "All returned moves" msgstr "Alle retour mutaties" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "Alle vorraad mutaties voor deze verwerving zijn geannuleerd" @@ -818,13 +818,13 @@ msgid "Back Order of" msgstr "Backorder van" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "Backorder %s aangemaakt." #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "Backorder bestaat" @@ -846,6 +846,11 @@ msgstr "Backorders (%)" msgid "Barcode" msgstr "Barcode" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "Barcodescanner" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -869,7 +874,7 @@ msgid "Bulk Content" msgstr "Bulk inhoud" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -916,13 +921,13 @@ msgid "Calendar View" msgstr "Kalenderoverzicht" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "Kan geen klant of leverancier locatie vinden." #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "Kan geen algemene 'Maak op order' route vinden." @@ -964,7 +969,7 @@ msgid "Cancelled" msgstr "Geannuleerd" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -1058,7 +1063,6 @@ msgid "Color" msgstr "Kleur" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "Datum toegezegd" @@ -1147,11 +1151,6 @@ msgstr "Verbruiksartikel" msgid "Contained Packages" msgstr "Bevat verpakkingen" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "Container verpakking" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1239,6 +1238,8 @@ msgstr "Verwervingen aanmaken" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1266,6 +1267,8 @@ msgstr "Aangemaakt door" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1278,13 +1281,19 @@ msgstr "Aanmaken" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Aanmaakdatum" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "Aanmaakdatum, normaliter de datum van de order" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "Cross-Dock" @@ -1334,7 +1343,7 @@ msgstr "" "het type 'intern'." #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1376,6 +1385,7 @@ msgstr "Klanten" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1411,15 +1421,6 @@ msgstr "Datum van laatste voorraadmutatie" msgid "Date of the last message posted on the record." msgstr "Datum van het laatste bericht verstuurt op deze regel." -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" -"Datum belooft voor het afronden van de verplaatsing. Normaliter ingesteld op " -"de datum van de order en later handmatig aangepast." - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1573,7 +1574,7 @@ msgid "Delivery Method" msgstr "Leveringsmethode" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1615,7 +1616,9 @@ msgstr "Bestemming adres " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Bestemmingslocatie" @@ -1625,6 +1628,16 @@ msgstr "Bestemmingslocatie" msgid "Destination Move" msgstr "Bestemmingsmutatie" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "Doel verpakking" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "Doel verpakking" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1700,25 +1713,26 @@ msgid "Edit..." msgstr "Bewerken..." #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" -msgstr "Geef verplaats details in" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" +msgstr "Geef verplaatsing detail in" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Fout" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Fout!" @@ -1729,7 +1743,7 @@ msgid "European Customers" msgstr "Europese afnemers" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "Alles in een verpakking moet zich in dezelfde locatie bevinden" @@ -1751,7 +1765,7 @@ msgid "Expiry date on serial numbers" msgstr "Houdbaarheidsdatum op partijnummers" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "Extra mutatie: " @@ -1837,6 +1851,11 @@ msgstr "Prognose beschikbare producten" msgid "Forecast Exhausted Stock" msgstr "Verwachte negatieve voorraad" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "Verwachte negatieve voorraad" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -2022,14 +2041,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "ID" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "TEL:" @@ -2139,6 +2160,17 @@ msgstr "" "Indien het actief veld is uitgevinkt, kunt u de route verbergen zonder deze " "te verwijdern" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" +"Indien er geen product is maar een bron verpakking, betekend dit dat de bron " +"verpakking in zijn geheel is verplaatst. Indien er een product is en een " +"bron verpakking, dan is het product van de bron verpakking gepakt." + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -2230,13 +2262,13 @@ msgstr "" "verdelen." #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informatie" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2289,7 +2321,7 @@ msgid "Internal Reference" msgstr "Interne referentie" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2383,6 +2415,7 @@ msgstr "Voorraad datum" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "Voorraad details" @@ -2482,6 +2515,11 @@ msgstr "" "Het specificeert goederen welke in één keer of gedeeltelijk geleverd moeten " "worden" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "Items" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2523,6 +2561,8 @@ msgstr "Laatste bericht datum" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2553,13 +2593,15 @@ msgstr "Laatst aangepast door" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "Laatst aangepast op" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2657,11 +2699,6 @@ msgstr "Locatie barcode" msgid "Location Barcode" msgstr "Locatie barcode" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "Locatie vanaf" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2680,11 +2717,6 @@ msgstr "Locatiepaden" msgid "Location Stock" msgstr "Locatie voorraad" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "Locatie t/m" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2752,6 +2784,7 @@ msgstr "Partij" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "Partijnummer" @@ -2772,7 +2805,7 @@ msgid "Make Procurements" msgstr "Maak verwervingen" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "Maak op order" @@ -3042,6 +3075,11 @@ msgstr "Naam" msgid "Negative Destination Location" msgstr "Negatieve doel locatie" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "Negatieve voorraad" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -3071,7 +3109,7 @@ msgstr "Nog geen voorraad" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "Geen verzamelimg aanwezig" @@ -3129,7 +3167,7 @@ msgid "Notes" msgstr "Opmerkingen" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "Niets om de beschikbaarheid van te controleren." @@ -3145,14 +3183,14 @@ msgid "Number of days to do this transition" msgstr "Het aantal dagen tot wanneer deze verplaatsing wordt uitgevoerd" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "OK" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Akkoord" @@ -3163,34 +3201,29 @@ msgid "On hand:" msgstr "Aanwezige voorraad:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "1 partijnummer" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "1 eigenaar" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "Een product voor een specifieke eigenaar" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "Één product" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "Open barcode weergave" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -3198,13 +3231,14 @@ msgstr "Magazijn menu openen" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "Bewerking" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Handeling niet toegestaan" @@ -3216,14 +3250,10 @@ msgstr "Bewerkingsnaam" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt +#: view:stock.picking:stock.view_picking_form msgid "Operations" msgstr "Bewerkingen" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Operations Done" -msgstr "Bewerkingen gereed" - #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:93 @@ -3334,7 +3364,7 @@ msgid "Outgoing Shippings" msgstr "Uitgaande leveringen" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3353,6 +3383,7 @@ msgstr "Leverlocatie" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "Eigenaar" @@ -3368,6 +3399,7 @@ msgstr "Eigenaar van de locatie, indien niet intern" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "Eigenaar van de aantallen" @@ -3378,8 +3410,9 @@ msgid "P&L Qty" msgstr "Winst&Verlies hoeveelheid" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Verpakking" @@ -3395,7 +3428,6 @@ msgid "Pack Type" msgstr "Type van verpakking" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3406,10 +3438,15 @@ msgid "Package" msgstr "Verpakking" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "Barcode verpakking" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "Barcode verpakking met inhoud" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3435,6 +3472,11 @@ msgstr "Verpakking soort" msgid "Packages" msgstr "Verpakkingen" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "Verpakkingen te verplaatsen" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3453,12 +3495,17 @@ msgid "Packing Operation" msgstr "Verpakking bewerking" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "Verpakking zone" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Verpakkingen" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3520,19 +3567,19 @@ msgid "Physical Packages" msgstr "Fysieke verpakkkingen" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "Verzamelen" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "Verzamelen + inpakken + versturen" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "Verzamelen + versturen" @@ -3545,6 +3592,7 @@ msgstr "Verzameltype" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Verzamelen" @@ -3604,6 +3652,16 @@ msgstr "Verzameltypes" msgid "Picking list" msgstr "Verzamellijst" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "Verzamelen wizzard" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "Verzamelen wizzard items" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3630,7 +3688,7 @@ msgid "Planned Date" msgstr "Geplande datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Geef een positieve hoeveelheid in om af te keuren." @@ -3641,6 +3699,13 @@ msgstr "Geef een positieve hoeveelheid in om af te keuren." msgid "Please specify at least one non-zero quantity." msgstr "Specificeer ten minste één waarde welke niet nul is." +#. module: stock +#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#, python-format +msgid "Please use the Product Variant view to update the product quantity." +msgstr "" +"Gebruik de productvariant weergave om de product hoeveelheid bij te werken." + #. module: stock #: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format @@ -3649,14 +3714,6 @@ msgstr "" "U dient de product variant weergave te gebruiken voor aanvragen van een " "verwerving." -#. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 -#, python-format -msgid "Please use the Product Variant vue to update the product quantity." -msgstr "" -"U dient de product variant weergave te gebruiken voor het bijwerken van de " -"hoeveelheid." - #. module: stock #: field:stock.move,product_packaging:0 msgid "Prefered Packaging" @@ -3717,10 +3774,7 @@ msgstr "" "prioriteit voor alle mutaties instellen." #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Verwerk" @@ -3813,6 +3867,7 @@ msgstr "Geproduceerd aantal" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3873,6 +3928,7 @@ msgstr "Product verkoopeenh." #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Maateenheid product" @@ -3899,18 +3955,25 @@ msgid "Production Lot" msgstr "Productie partij" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Producten" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "Producten te verplaatsen" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3923,7 +3986,7 @@ msgid "Products: " msgstr "Producten: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "Programmeerfout!" @@ -3974,6 +4037,13 @@ msgstr "Wegzet methode" msgid "Put Away Strategy" msgstr "Wegzet strategie" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "Stop in winkelwagen" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3993,11 +4063,11 @@ msgstr "Hvh veelvoud" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." -msgstr "Hoeveelheid veelvoud moet groter dan nul zijn." +msgid "Qty Multiple must be greater than or equal to zero." +msgstr "Veelvoud moet groter of gelijk dan nul zijn." #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "Kwaliteitscontrole" @@ -4018,7 +4088,7 @@ msgid "Quant already reserved ?" msgstr "Aantal al gereserveerd?" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -4037,6 +4107,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -4215,25 +4286,25 @@ msgid "Receipt Route" msgstr "Ontvangst route" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "Ontvang in 1 stap" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "Ontvang in 2 stappen" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "Ontvang in 3 stappen" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4322,7 +4393,7 @@ msgid "Removal Strategy" msgstr "Verwijder strategie" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "Uitgaande voorraadmethode %s is niet geïmplementeerd" @@ -4689,6 +4760,16 @@ msgstr "" "Stel een locatie in als u produceert op een vaste locatie. Dit kan een " "relatie locatie zijn als u de productie heeft uitbesteed." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" +"Het ingeven van een product en een verpakking betekend dat het product uit " +"de \n" +" verpakking wordt gehaald." + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4705,7 +4786,7 @@ msgid "Shelves (Y)" msgstr "Schap (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "Alleen leveren" @@ -4753,14 +4834,26 @@ msgstr "Bron document" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Bronlocatie" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "Bron verpakking" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "Bron locatie is actie=mutatie" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "Bron verpakking" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4791,6 +4884,11 @@ msgstr "" "Specificeer een product om de voorraad te bekijken voor een specifieke " "product." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Splitsen" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4813,7 +4911,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -5087,7 +5185,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "De barcode voor een locatie moet per bedrijf uniek zijn!" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -5127,7 +5225,7 @@ msgstr "" "telling." #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -5175,10 +5273,12 @@ msgstr "De verzamelsoort bepaald de weergave van de levering" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" -"De verwerving hoeveelheid zal worden afgerond naar deze " -"vermenigvuldigingsfactor." +"De verwerving hoeveelheid zal worden afgerond op deze veelvoud. Bij 0 wordt " +"de exacte hoeveelheid gebruikt. " #. module: stock #: help:stock.move,rule_id:0 @@ -5191,7 +5291,7 @@ msgid "The push rule that created this stock move" msgstr "De push regel welke deze mutatie heeft aangemaakt" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -5208,7 +5308,7 @@ msgid "The reserved stock changed. You might want to" msgstr "De gereserveerde voorraad is gewijzigd. Mogelijk wil je" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -5219,6 +5319,16 @@ msgstr "" "maateenheid zoals ingesteld op het product formulier. \n" "Selecteer een maateenheid van dezelfde maateenheid categorie." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" +"De bronverpakking zal in zijn geheel worden verplaatst. Indien u een doel " +"verpakking specificeert, zal de bronverpakking in de doelverpakking worden " +"geplaatst." + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -5261,6 +5371,17 @@ msgstr "" " van invloed kan zijn op de performance van de software.\n" " Dit installeert de module procurement_jit." +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" +"Dit geeft u de mogelijkheid om verpakkingen te bewerken. U kunt er iets " +"instoppen. U kunt er iets uit halen, maar ook een verpakking in zijn geheel " +"verplaatsen of zelf in een andere verpakking opnemen. " + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -5272,17 +5393,6 @@ msgstr "" "leveringen en voorraadmutaties. Dit maakt het mogelijk om uw product te " "traceren door gebruik te maken van het partijnummer." -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" -"Dit geeft u de mogelijkheid om producten te beheren met gebruik van " -"partijnummers. Wanneer u een partijnummer selecteert bij een product, krijgt " -"u alle traceer informatie van dat product." - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5466,7 +5576,7 @@ msgid "Total routes" msgstr "Totale regels" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5510,9 +5620,15 @@ msgstr "Traceer partijnummers" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "Verplaatsing" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "Verplaats details" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5606,7 +5722,7 @@ msgid "Units of Measure" msgstr "Maateenheden" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "Onbekende verpakking" @@ -5697,7 +5813,7 @@ msgid "User" msgstr "Gebruiker" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Gebruikersfout!" @@ -5806,11 +5922,6 @@ msgstr "Adres magazijn:" msgid "Warehouse Configuration" msgstr "Magazijn instellingen" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Magazijnbeheer" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5828,7 +5939,7 @@ msgstr "" "Magazijn welke moet worden overwogen bij het selecteren van een route" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "Magazijnroutes" @@ -5841,8 +5952,8 @@ msgid "Warehouses" msgstr "Magazijnen" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5856,9 +5967,9 @@ msgid "Warning !" msgstr "Waarschuwing !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5868,13 +5979,13 @@ msgid "Warning!" msgstr "Waarschuwing!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "Waarschuwing: foute maateenheid!" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "Waarschuwing: foute hoeveelheid!" @@ -5933,13 +6044,13 @@ msgid "You can delete lines to ignore some products." msgstr "Je kan regels verwijderen om sommige producten te negeren." #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "Je kan geen negatieve hoeveelheid reserveren." #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5951,13 +6062,13 @@ msgstr "" "maak een nieuwe telregel." #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Er kunnen alleen regels met de status 'Nieuw' worden verwijderd." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" @@ -5965,14 +6076,14 @@ msgstr "" "fase is." #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" "U kunt geen verplaatsingen uitvoeren naar een locatie met van het type %s." #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5983,7 +6094,7 @@ msgstr "" "\t%s - Hvh: %s" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" @@ -5991,7 +6102,7 @@ msgstr "" "bevestigen." #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "Het is niet mogelijk ene regel welke gereed is op te splitsen" @@ -6021,7 +6132,7 @@ msgstr "" "Het is alleen mogelijk retouren te verwerken van regels welke gereed zijn!" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "U dient een partijnnummer in te geven voor het product %s" @@ -6038,11 +6149,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "Toep_assen" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Annuleren" @@ -6161,3 +6274,6 @@ msgstr "⇒ Zet hoeveelheid op nul" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "⇒ Bijwerken" + +#~ msgid "Warehouse Management" +#~ msgstr "Magazijnbeheer" diff --git a/addons/stock/i18n/nl_BE.po b/addons/stock/i18n/nl_BE.po index 84ba130853d..3e461361afc 100644 --- a/addons/stock/i18n/nl_BE.po +++ b/addons/stock/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -689,13 +694,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -737,7 +742,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -827,7 +832,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -916,11 +920,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1008,6 +1007,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1035,6 +1036,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1047,13 +1050,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1095,7 +1104,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1137,6 +1146,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1172,13 +1182,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1313,7 +1316,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1352,7 +1355,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Doellocatie" @@ -1362,6 +1367,16 @@ msgstr "Doellocatie" msgid "Destination Move" msgstr "Doelbeweging" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1428,25 +1443,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1457,7 +1473,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1479,7 +1495,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1559,6 +1575,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1730,14 +1751,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1830,6 +1853,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1910,13 +1941,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1967,7 +1998,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2061,6 +2092,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2154,6 +2186,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2195,6 +2232,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2225,13 +2264,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2328,11 +2369,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2351,11 +2387,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2423,6 +2454,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2443,7 +2475,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2699,6 +2731,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2728,7 +2765,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2784,7 +2821,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2800,14 +2837,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2818,34 +2855,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2853,13 +2885,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2871,12 +2904,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2989,7 +3018,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3008,6 +3037,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3023,6 +3053,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3033,8 +3064,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3050,7 +3082,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3061,10 +3092,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3090,6 +3126,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3108,12 +3149,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Verpakkingen" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3175,19 +3221,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3200,6 +3246,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3257,6 +3304,16 @@ msgstr "" msgid "Picking list" msgstr "Pickinglijst" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3283,7 +3340,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3295,15 +3352,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3362,10 +3419,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3458,6 +3512,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3518,6 +3573,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3544,18 +3600,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3568,7 +3631,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3619,6 +3682,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3638,11 +3708,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3663,7 +3733,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3679,6 +3749,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3836,25 +3907,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3943,7 +4014,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4299,6 +4370,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4315,7 +4393,7 @@ msgid "Shelves (Y)" msgstr "Schappen (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4361,14 +4439,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4391,6 +4481,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4413,7 +4508,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4662,7 +4757,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4694,7 +4789,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4739,7 +4834,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4753,7 +4850,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4768,7 +4865,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4776,6 +4873,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4809,6 +4913,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4817,14 +4929,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4973,7 +5077,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5010,9 +5114,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5104,7 +5214,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5187,7 +5297,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5296,11 +5406,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Magazijnbeheer" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5317,7 +5422,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5330,8 +5435,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5345,9 +5450,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5357,13 +5462,13 @@ msgid "Warning!" msgstr "Waarschuwing!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5412,13 +5517,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5427,25 +5532,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5453,13 +5558,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5485,7 +5590,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5499,11 +5604,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" @@ -5613,3 +5720,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Magazijnbeheer" diff --git a/addons/stock/i18n/pl.po b/addons/stock/i18n/pl.po index c96b05ccda0..c7a366d97dd 100644 --- a/addons/stock/i18n/pl.po +++ b/addons/stock/i18n/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 15:30+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-05 18:22+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:02+0000\n" +"X-Launchpad-Export-Date: 2014-10-06 07:56+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: stock @@ -71,19 +71,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr " (%s zarezerwowane)" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr " (zarezerwowane)" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr " Na zamówienie (MTO)" @@ -96,36 +96,36 @@ msgid " On Hand" msgstr " na składzie" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr " Numeracja PZ" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr " Numeracja MM" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr " Numeracja WZ" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr " Numeracja" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr " Numeracja pobrania" @@ -136,13 +136,13 @@ msgid " Stock Move Exists?" msgstr " Istnieje przesunięcie?" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s zostało przesunięte do uszkodzonych." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "%s: Dostarcz produkt z %s" @@ -480,13 +480,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "

    Nie można znaleźć pobrania do wyświetlenia.

    " #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "Paczka" @@ -556,7 +556,7 @@ msgid "All at once" msgstr "Wszystko naraz" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "Wszystkie produkty" @@ -567,7 +567,7 @@ msgid "All returned moves" msgstr "Wszystkie zwroty" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "Wszystkie przesunięcia zostały anulowane dla tego zapotrzebowania." @@ -691,13 +691,13 @@ msgid "Back Order of" msgstr "Pobranie częściowe" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "Utworzono pobranie częściowe %s." #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "Pobranie częściowe istnieje" @@ -719,6 +719,11 @@ msgstr "Pobrania częściowe (%)" msgid "Barcode" msgstr "Kod kreskowy" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -741,7 +746,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -779,13 +784,13 @@ msgid "Calendar View" msgstr "Widok kalendarza" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "Nie można znaleźć strefy klienta ani dostawcy." #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "Nie można znaleźć podstawowej ścieżki Na zamówienie (MTO)." @@ -827,7 +832,7 @@ msgid "Cancelled" msgstr "Anulowano" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "Nie można cofnąć rezerwacji wykonanego przesunięcia" @@ -919,7 +924,6 @@ msgid "Color" msgstr "Kolor" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "Data dostawy" @@ -1008,11 +1012,6 @@ msgstr "Materiał pomocniczy" msgid "Contained Packages" msgstr "Zawarte paczki" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "Kontener paczek" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1100,6 +1099,8 @@ msgstr "Utwórz zapotrzebowania" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1127,6 +1128,8 @@ msgstr "Utworzone przez" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1139,13 +1142,19 @@ msgstr "Data utworzenia" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Data utworzenia" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "Przeładunek" @@ -1187,7 +1196,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1229,6 +1238,7 @@ msgstr "Klienci" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1264,15 +1274,6 @@ msgstr "Data ostatniego przesunięcia" msgid "Date of the last message posted on the record." msgstr "Data ostatniej wiadomości w rekordzie" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" -"Data obiecana dla pobrania. Zwykle ustawiona jako czas zamówienia i później " -"poprawiona." - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1407,7 +1408,7 @@ msgid "Delivery Method" msgstr "Metoda dostawy" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1448,7 +1449,9 @@ msgstr "Adres docelowy " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Strefa docelowa" @@ -1458,6 +1461,16 @@ msgstr "Strefa docelowa" msgid "Destination Move" msgstr "Strefa docelowa" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1524,25 +1537,26 @@ msgid "Edit..." msgstr "Edytuj…" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" -msgstr "Wprowadź szczegóły pobrania" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" +msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Błąd" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Błąd!" @@ -1553,7 +1567,7 @@ msgid "European Customers" msgstr "Klienci europejscy" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "Wszystko w paczce powinno być w tej samej strefie" @@ -1575,7 +1589,7 @@ msgid "Expiry date on serial numbers" msgstr "Daty ważności w numerach seryjnych" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "Dodatkowe przesunięcie: " @@ -1661,6 +1675,11 @@ msgstr "Przewidywane dostępne produkty" msgid "Forecast Exhausted Stock" msgstr "Przewidywane przekroczone zapasy" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1835,14 +1854,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "ID" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "FA:" @@ -1948,6 +1969,14 @@ msgid "" "without removing it." msgstr "Odznaczając pole Aktywne możesz ukryć ścieżkę bez jej usuwania." +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -2032,17 +2061,17 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacja" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" -msgstr "Dane" +msgstr "Przyjęcia" #. module: stock #: field:stock.warehouse,wh_input_stock_loc_id:0 @@ -2089,7 +2118,7 @@ msgid "Internal Reference" msgstr "Odnośnik wewnątrzny" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2181,6 +2210,7 @@ msgstr "Data inwentaryzacji" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "Szczegóły inwenatryzacji" @@ -2276,6 +2306,11 @@ msgstr "To określa atrybuty pakowania jak typ, ilość w opakowaniu itp." msgid "It specifies goods to be deliver partially or all at once" msgstr "To określa towary, które mają być wydane częściowo lub naraz" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2317,6 +2352,8 @@ msgstr "Data ostatniej wiadomości" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2347,13 +2384,15 @@ msgstr "Ostatnio modyfikowane przez" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "Data ostatniej modyfikacji" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2450,11 +2489,6 @@ msgstr "Kod paskowy strefy" msgid "Location Barcode" msgstr "Kod paskowy strefy" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "Strefa źródłowa" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2473,11 +2507,6 @@ msgstr "Ścieżki stref" msgid "Location Stock" msgstr "Strefa składowania" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "Strefa docelowa" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2545,6 +2574,7 @@ msgstr "Partia/Numer seryjny" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "Partia/Numer seryjny" @@ -2565,7 +2595,7 @@ msgid "Make Procurements" msgstr "Wykonaj zapotrzebowania" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "Na zamówienie" @@ -2825,6 +2855,11 @@ msgstr "Nazwa" msgid "Negative Destination Location" msgstr "Docelowa Lokalizacja Zwrotów" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2854,7 +2889,7 @@ msgstr "Jeszcze nie było inwentaryzacji" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "Brak pobrań" @@ -2912,7 +2947,7 @@ msgid "Notes" msgstr "Uwagi" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "Nie ma obiektu do sprawdzenia dostępności." @@ -2928,14 +2963,14 @@ msgid "Number of days to do this transition" msgstr "Liczba dni na wykonanie tego przesunięcia" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "OK" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2946,34 +2981,29 @@ msgid "On hand:" msgstr "W magazynie:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "Jedna partia/numer seryjny" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "Tylko jeden właściciel" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "Jeden produkt dla właściciela" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "Tylko jeden produkt" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "Otwórz interfejs kodu kreskowego" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2981,13 +3011,14 @@ msgstr "Otwórz menu magazynu" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "Operacja" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Zabroniona operacja!" @@ -2999,14 +3030,10 @@ msgstr "Nazwa operacji" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt +#: view:stock.picking:stock.view_picking_form msgid "Operations" msgstr "Operacje" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Operations Done" -msgstr "Operacja wykonana" - #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:93 @@ -3116,7 +3143,7 @@ msgid "Outgoing Shippings" msgstr "Wydania na zewnątrz" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3135,6 +3162,7 @@ msgstr "Strefa wydań" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "Właściciel" @@ -3150,6 +3178,7 @@ msgstr "Właściciel strefy jeśli nie wewnętrzna" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "Właściciel kwantu" @@ -3160,8 +3189,9 @@ msgid "P&L Qty" msgstr "Ilość bieżąca" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paczka" @@ -3177,7 +3207,6 @@ msgid "Pack Type" msgstr "Typ paczki" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3188,10 +3217,15 @@ msgid "Package" msgstr "Opakowanie" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "Kod paskowy paczki" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3217,6 +3251,11 @@ msgstr "Typ paczki" msgid "Packages" msgstr "Paczki" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3235,12 +3274,17 @@ msgid "Packing Operation" msgstr "Operacja pakowania" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "Strefa pakowania" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paczki" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3302,19 +3346,19 @@ msgid "Physical Packages" msgstr "Fizyczne paczki" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "Pobranie" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "Pobierz + pakuj + wyślij" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "Pobierz + wyślij" @@ -3327,6 +3371,7 @@ msgstr "Typ pobrania" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Pobranie" @@ -3384,6 +3429,16 @@ msgstr "Typy pobrań" msgid "Picking list" msgstr "Pobranie" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3410,7 +3465,7 @@ msgid "Planned Date" msgstr "Planowana data" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Wprowadź dodatnią wartość dla odpadu" @@ -3421,19 +3476,18 @@ msgstr "Wprowadź dodatnią wartość dla odpadu" msgid "Please specify at least one non-zero quantity." msgstr "Podaj wartość niezerową i dodatnią" +#. module: stock +#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#, python-format +msgid "Please use the Product Variant view to update the product quantity." +msgstr "" + #. module: stock #: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format msgid "Please use the Product Variant vue to request a procurement." msgstr "Przejdź do widoku wariantu produktu, aby utworzyć zapotrzebowanie." -#. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 -#, python-format -msgid "Please use the Product Variant vue to update the product quantity." -msgstr "" -"Przejdź do widoku wariantu produktu, aby zaktualizować ilość produktu." - #. module: stock #: field:stock.move,product_packaging:0 msgid "Prefered Packaging" @@ -3494,10 +3548,7 @@ msgstr "" "priorytety dla wszystkich przesunięć." #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Przetwarzaj" @@ -3590,6 +3641,7 @@ msgstr "Ilość bieżąca" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3650,6 +3702,7 @@ msgstr "JS produktu" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Jednostka miary produktu" @@ -3676,18 +3729,25 @@ msgid "Production Lot" msgstr "Partia produkcji" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produkty" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3700,7 +3760,7 @@ msgid "Products: " msgstr "Produkty: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "Błąd programistyczny!" @@ -3743,13 +3803,20 @@ msgstr "Przepływy dostarczania" #. module: stock #: field:stock.fixed.putaway.strat,putaway_id:0 msgid "Put Away Method" -msgstr "Metoda wydań" +msgstr "Metoda umieszczania" #. module: stock #: model:ir.model,name:stock.model_product_putaway #: field:stock.location,putaway_strategy_id:0 msgid "Put Away Strategy" -msgstr "Strategia wydań" +msgstr "Strategia umieszczania" + +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" #. module: stock #. openerp-web @@ -3770,11 +3837,11 @@ msgstr "Wielokrotność" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." -msgstr "Wielokrotność musi być większa od 0." +msgid "Qty Multiple must be greater than or equal to zero." +msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "Kontrola jakości" @@ -3795,7 +3862,7 @@ msgid "Quant already reserved ?" msgstr "Kwant już zarezerwowany?" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3813,6 +3880,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3970,25 +4038,25 @@ msgid "Receipt Route" msgstr "Ścieżka przyjęć" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "Przyjęcie w jednym kroku" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "Przyjęcie w dwóch krokach" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "Przyjęcie w trzech krokach" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4077,7 +4145,7 @@ msgid "Removal Strategy" msgstr "Strategia wydawania" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "Strategia wydawania %s nie jest zaimplementowana." @@ -4440,6 +4508,13 @@ msgstr "" "Ustawia strefę, jeśli produkujesz w ustalonej strefie. To może być strefa " "partnera, jeśli wykonujesz operacje u podwykonawcy." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4456,7 +4531,7 @@ msgid "Shelves (Y)" msgstr "Półki (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "Tylko wysyłka" @@ -4502,14 +4577,26 @@ msgstr "Dokument źródłowy" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Strefa źródłowa" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4534,6 +4621,11 @@ msgstr "Określ paczkę dla inwentaryzacji" msgid "Specify Product to focus your inventory on a particular Product." msgstr "Podaj produkt, aby skupić uwagę na szczególnym produkcie" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Podziel" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4556,7 +4648,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4813,7 +4905,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "Kod kreskowy dla strefy musi być unikalny w firmie" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4849,7 +4941,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4896,8 +4988,10 @@ msgstr "Typ pobrania definiuje widok" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." -msgstr "Ilość w zapotrzebowaniu zostanie zaokrąglona do tej wielokrotności." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " +msgstr "" #. module: stock #: help:stock.move,rule_id:0 @@ -4910,7 +5004,7 @@ msgid "The push rule that created this stock move" msgstr "Reguła dostarczania, która utworzyła to przesunięcie" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4925,7 +5019,7 @@ msgid "The reserved stock changed. You might want to" msgstr "Zarezerwowany zapas zmienić się. Możesz chcieć" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4936,6 +5030,13 @@ msgstr "" "produktu. \n" "Wybierz JM z tej samej kategorii." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4969,6 +5070,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4977,14 +5086,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5152,7 +5253,7 @@ msgid "Total routes" msgstr "Suma ścieżek" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5195,9 +5296,15 @@ msgstr "Śledzi partie lub numery seryjne" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "Pobierz" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5291,7 +5398,7 @@ msgid "Units of Measure" msgstr "Jednostki miary" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "Nieznana paczka" @@ -5380,7 +5487,7 @@ msgid "User" msgstr "Użytkownik" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Błąd użytkownika!" @@ -5489,11 +5596,6 @@ msgstr "Adres magazynu:" msgid "Warehouse Configuration" msgstr "Konfiguracja magazynu" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Magazyn" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5510,7 +5612,7 @@ msgid "Warehouse to consider for the route selection" msgstr "Magazyn do wyboru ścieżki" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "Ścieżki magazynów" @@ -5523,8 +5625,8 @@ msgid "Warehouses" msgstr "Magazyny" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5538,9 +5640,9 @@ msgid "Warning !" msgstr "Ostrzeżenie !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5550,13 +5652,13 @@ msgid "Warning!" msgstr "Uwaga!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "Ostrzeżenie: niepoprawna JM!" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "Ostrzeżenie: niepoprawna ilość!" @@ -5614,13 +5716,13 @@ msgid "You can delete lines to ignore some products." msgstr "Możesz usunąć pozycje, aby zignorować niektóre produkty." #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "Nie możesz rezerwować ujemnych ilości lub ujemnych kwantów." #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5631,25 +5733,25 @@ msgstr "" "chcesz zmieniać dan, to ustaw ilość sprawdzoną na 0 i utwórz nową pozycję." #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Możesz usuwać tylko projekty przesunięć" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "Nie możesz anulować przesunięcia, któ¶e jest w stanie 'Wykonano'." #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "Nie można przesuwać do strefy typu widok %s." #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5659,14 +5761,14 @@ msgstr "" "\t%s - qty: %s" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" "Nie możesz dzielić projektu przesunięcia. Ono musi być najpierw potwierdzone." #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "Nie można dzielić wykonanego przesunięcia" @@ -5694,7 +5796,7 @@ msgid "You may only return pickings that are Done!" msgstr "Możesz zwracać tylko pobrania wykonane!" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "Musisz podać numer seryjny dla produktu %s" @@ -5711,11 +5813,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "Z_astosuj" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Anuluj" @@ -5825,3 +5929,6 @@ msgstr "⇒ Ustaw ilości na 0" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "⇒ Aktualizuj" + +#~ msgid "Warehouse Management" +#~ msgstr "Magazyn" diff --git a/addons/stock/i18n/pt.po b/addons/stock/i18n/pt.po index d9bf3bf0b77..38496dff1c2 100644 --- a/addons/stock/i18n/pt.po +++ b/addons/stock/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-20 10:46+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-01 20:49+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -74,19 +74,19 @@ msgstr "" "Criar as rotas de descarga -Isto instala o módulo stock_dropshipping." #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr " (%s reservado)" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr " (reservado)" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr " MTO" @@ -99,36 +99,36 @@ msgid " On Hand" msgstr " Em Mão" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr " Em Sequência" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr " Sequência Interna" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr " Sequência Externa" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr " Sequência Pacote" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr " Sequência Receção" @@ -139,13 +139,13 @@ msgid " Stock Move Exists?" msgstr " Existe Movimento de Stock?" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s foi movido para o lixo." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "%s: Fornecer o Produto para %s" @@ -595,13 +595,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "

    Não foi encontrada nenhuma receção para lhe mostrar.

    " #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "Um Pacote" @@ -671,7 +671,7 @@ msgid "All at once" msgstr "Todos de uma vez" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "Todos os produtos" @@ -682,7 +682,7 @@ msgid "All returned moves" msgstr "Todos os movimentos de retorno" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "Todos os movimentos foram cancelados para esta requisição." @@ -814,13 +814,13 @@ msgid "Back Order of" msgstr "Back-Order de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "Back order %s criada." #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "Existe uma Backorder" @@ -830,7 +830,7 @@ msgstr "Existe uma Backorder" #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Backorders" -msgstr "Backorders" +msgstr "Ordens de Retorno" #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban @@ -842,6 +842,11 @@ msgstr "Ordens de Retorno (%)" msgid "Barcode" msgstr "Código de Barras" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -865,7 +870,7 @@ msgid "Bulk Content" msgstr "Conteúdo a Granel" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -908,14 +913,14 @@ msgid "Calendar View" msgstr "Vista do Calendário" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" "Não foi possivél encontrar nenhuma localização de clientes ou fornecedores." #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -958,7 +963,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "Não pode cancelar a reserva de um movimento confirmado" @@ -1050,7 +1055,6 @@ msgid "Color" msgstr "Cor" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "Data Compromisso" @@ -1139,11 +1143,6 @@ msgstr "Consumível" msgid "Contained Packages" msgstr "Contido em Pacotes" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "Contentor de Pacotes" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1231,6 +1230,8 @@ msgstr "Aquisições Criadas" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1258,6 +1259,8 @@ msgstr "Criada por" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1270,13 +1273,19 @@ msgstr "Criação" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Data da Criação" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "Stock Cruzado" @@ -1325,7 +1334,7 @@ msgstr "" "do tipo interno." #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1367,6 +1376,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1402,15 +1412,6 @@ msgstr "Data do Ultimo Movimento de Stock" msgid "Date of the last message posted on the record." msgstr "Data da Última Mensagem Inserida no Registo" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" -"Data prometida para a conclusão da ordem de transferência, usualmente é a " -"data da ordem e é revista mais tarde." - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1563,7 +1564,7 @@ msgid "Delivery Method" msgstr "Método de Entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1604,7 +1605,9 @@ msgstr "Endereço de destino " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Destino da localização" @@ -1614,6 +1617,16 @@ msgstr "Destino da localização" msgid "Destination Move" msgstr "Movimento do destino" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1690,25 +1703,26 @@ msgid "Edit..." msgstr "Editar..." #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" -msgstr "Introduzir Detalhes da Transferência" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" +msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Erro" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Erro!" @@ -1719,7 +1733,7 @@ msgid "European Customers" msgstr "Clientes Europeus" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "Tudo dentro de um pacote deve estar na mesma localização" @@ -1741,7 +1755,7 @@ msgid "Expiry date on serial numbers" msgstr "Data de Expiração nos números de série" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "Movimentro Extra " @@ -1827,6 +1841,11 @@ msgstr "Previsão de Disponibilidade de Produtos" msgid "Forecast Exhausted Stock" msgstr "Previsão de Esgotamento do Stock" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -2009,14 +2028,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "Identificação" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -2127,6 +2148,14 @@ msgstr "" "Se o campo activo estiver desactivado, permite-lhe esconder a rota sem a " "remover." +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -2216,13 +2245,13 @@ msgstr "" "refletem o estado da arte das práticas de transporte." #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informação" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2275,7 +2304,7 @@ msgid "Internal Reference" msgstr "Referência Interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2369,6 +2398,7 @@ msgstr "Data do Inventário" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "Detalhes de Inventário" @@ -2466,6 +2496,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Especifica os bens com entrega parcial ou integral" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2507,6 +2542,8 @@ msgstr "Última Data de Mensagem" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2537,13 +2574,15 @@ msgstr "Últimamente Actualizado por" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "Última Actualização em" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2640,11 +2679,6 @@ msgstr "Localização Código de Barras" msgid "Location Barcode" msgstr "Localização Código de Barras" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "Localização de Origem" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2663,11 +2697,6 @@ msgstr "Trajetos de Localização" msgid "Location Stock" msgstr "Locslização de Stock" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "Localização de Destino" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2735,6 +2764,7 @@ msgstr "Lote/Séria" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "Lote/Número de Série" @@ -2755,7 +2785,7 @@ msgid "Make Procurements" msgstr "Elaborar Aprovisionamentos" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "Produzir para Ordem" @@ -3022,6 +3052,11 @@ msgstr "Nome" msgid "Negative Destination Location" msgstr "Localização de Destino Negativa" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -3051,7 +3086,7 @@ msgstr "Sem Inventário para Já" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "Sem Receção Disponivél" @@ -3109,7 +3144,7 @@ msgid "Notes" msgstr "Notas" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "Nada para verificar a disponibilidade" @@ -3125,14 +3160,14 @@ msgid "Number of days to do this transition" msgstr "Número de dias para esta transição" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "CONFIRMAR" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -3143,34 +3178,29 @@ msgid "On hand:" msgstr "Em mão:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "Um Lote/Número de Serie" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "Apenas um responsável" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "Um produto para um responsável especifico" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "Apenas um produto" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "Interface Aberta Código de Barras" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -3178,13 +3208,14 @@ msgstr "Abrir menu de armazém" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "Operação" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Operação Proibida" @@ -3196,14 +3227,10 @@ msgstr "Nome da Operação" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt +#: view:stock.picking:stock.view_picking_form msgid "Operations" msgstr "Operações" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Operations Done" -msgstr "Operações Concluídas" - #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:93 @@ -3318,7 +3345,7 @@ msgid "Outgoing Shippings" msgstr "Carregamentos de Saída" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3337,6 +3364,7 @@ msgstr "Localização de Saída" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "Responsável" @@ -3352,6 +3380,7 @@ msgstr "Responsável da localização se não for interna" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "Responsável pelos quants" @@ -3362,8 +3391,9 @@ msgid "P&L Qty" msgstr "Qtd P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Embalagem" @@ -3379,7 +3409,6 @@ msgid "Pack Type" msgstr "Tipo de Pacote" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3390,10 +3419,15 @@ msgid "Package" msgstr "Pacote" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "Pacote Código de Barras" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3419,6 +3453,11 @@ msgstr "Tipo de Pacote" msgid "Packages" msgstr "Pacotes" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3437,12 +3476,17 @@ msgid "Packing Operation" msgstr "Operação de Assemblagem" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "Zona de Assemblagem" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Embalagens" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3504,19 +3548,19 @@ msgid "Physical Packages" msgstr "Pacotes Físicos" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "Escolher" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "Recolha + Empacotar + Envio" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "Recolha + Envio" @@ -3529,6 +3573,7 @@ msgstr "Tipo de Recolha" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Picking" @@ -3588,6 +3633,16 @@ msgstr "Tipos de Recolha" msgid "Picking list" msgstr "Lista Picking" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3614,7 +3669,7 @@ msgid "Planned Date" msgstr "Data Planeada" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Por favor providencie uma quantidade positiva para as perdas" @@ -3625,6 +3680,12 @@ msgstr "Por favor providencie uma quantidade positiva para as perdas" msgid "Please specify at least one non-zero quantity." msgstr "Por favor especifique pelo menos uma quantidade diferente de zero." +#. module: stock +#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#, python-format +msgid "Please use the Product Variant view to update the product quantity." +msgstr "" + #. module: stock #: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format @@ -3632,13 +3693,6 @@ msgid "Please use the Product Variant vue to request a procurement." msgstr "" "Por favor utilize as variáveis do produto para pedir um aprovisionamento" -#. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 -#, python-format -msgid "Please use the Product Variant vue to update the product quantity." -msgstr "" -"Por favor utilize as variáveis do produto para actualizar a sua quantidade" - #. module: stock #: field:stock.move,product_packaging:0 msgid "Prefered Packaging" @@ -3700,10 +3754,7 @@ msgstr "" "prioridade para todos os movimentos" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Processo" @@ -3796,6 +3847,7 @@ msgstr "Quantidade Produzida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3856,6 +3908,7 @@ msgstr "UdM do Artigo" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Unidade de medida do produto" @@ -3882,18 +3935,25 @@ msgid "Production Lot" msgstr "Lote de Produção" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Artigos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3906,7 +3966,7 @@ msgid "Products: " msgstr "Artigos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "Erro de Programação!" @@ -3957,6 +4017,13 @@ msgstr "Método de Guardar Definitivamente" msgid "Put Away Strategy" msgstr "Estratégia de Guardar Definitivamente" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3976,11 +4043,11 @@ msgstr "Quantidade Múltipla" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." -msgstr "O multiplo da quantidade deve ser maior que zero." +msgid "Qty Multiple must be greater than or equal to zero." +msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "Controlo de Qualidade" @@ -4001,7 +4068,7 @@ msgid "Quant already reserved ?" msgstr "Cabaz já reservado?" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -4020,6 +4087,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -4196,25 +4264,25 @@ msgid "Receipt Route" msgstr "Rota de Recebimento" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "Recebido num passo" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "Recebido em 2 passos" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "Recebido em 3 passos" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4303,7 +4371,7 @@ msgid "Removal Strategy" msgstr "Estratégia de Remoção" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "Estratégia de Remoção %s não implementada." @@ -4671,6 +4739,13 @@ msgstr "" "Define um local se produzir num local fixo. Este pode ser um local parceiro " "se subcontratar as operações de fabrico." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4687,7 +4762,7 @@ msgid "Shelves (Y)" msgstr "Prateleiras (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "Apenas Envio" @@ -4734,14 +4809,26 @@ msgstr "Documento de origem" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Localização de origem" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "Localizaçãod e Origem é Ação=Movimento" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4770,6 +4857,11 @@ msgid "Specify Product to focus your inventory on a particular Product." msgstr "" "Especifique um produto para marcar o inventário com um produto particular." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4792,7 +4884,7 @@ msgid "Status" msgstr "Estado" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -5064,7 +5156,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "O código de barras para a localização tem de ser unico por empresa." #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -5102,7 +5194,7 @@ msgstr "" "e da validação do movimento de stock relacionado a este inventário" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -5151,9 +5243,10 @@ msgstr "O tipo de recolha determina a vista de recolha" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" -"A quantidade de aprovisionamento será arredondada para este múltiplo." #. module: stock #: help:stock.move,rule_id:0 @@ -5166,7 +5259,7 @@ msgid "The push rule that created this stock move" msgstr "A regra de inserção que foi criada por este movimento de stock" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -5183,7 +5276,7 @@ msgid "The reserved stock changed. You might want to" msgstr "O stock reservado foi alterado. Voce pode querer" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -5193,6 +5286,13 @@ msgstr "" "A UdM selecionada para o produto %s não é compativel coma UdM definida no " "formulário do produto." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -5230,6 +5330,14 @@ msgid "" msgstr "" "Isto permite o calculo 'Just In Time' das ordens de aprovisionamento." +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -5241,17 +5349,6 @@ msgstr "" "movimentos.Isto permite-lhe saber qual o lote de produção que foi enviado " "para determinado cliente,..." -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" -"Isto permite-lhe gerir os produtos usando os números de série. Quando " -"seleciona o número de série nos movimentos dos produtos, pode rastrear os " -"movimentos daquele produto." - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5433,7 +5530,7 @@ msgid "Total routes" msgstr "Total de Rotas" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5477,9 +5574,15 @@ msgstr "Rastrear lotes de números de série" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "Transferência" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5573,7 +5676,7 @@ msgid "Units of Measure" msgstr "Unidades de Medida" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "Pacote Desconhecido" @@ -5665,7 +5768,7 @@ msgid "User" msgstr "Utilizador" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Erro do utilizador!" @@ -5774,11 +5877,6 @@ msgstr "Endereço do Armazém:" msgid "Warehouse Configuration" msgstr "Configuração do Armazém" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestão de armazém" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5795,7 +5893,7 @@ msgid "Warehouse to consider for the route selection" msgstr "Armazém a considerar para a seleção de rota" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "Rotas dos Armazéns" @@ -5808,8 +5906,8 @@ msgid "Warehouses" msgstr "Armazéns" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5823,9 +5921,9 @@ msgid "Warning !" msgstr "Aviso !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5835,13 +5933,13 @@ msgid "Warning!" msgstr "Aviso!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "Aviso: UdM errada!" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "Aviso: quantidade errada!" @@ -5898,13 +5996,13 @@ msgid "You can delete lines to ignore some products." msgstr "Voce pode eleminar linhas para ignorar alguns produtos" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "Não pode reservar quantidades negativas ou cabazes negativos" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5916,25 +6014,25 @@ msgstr "" "zero e crie uma nova linha de inventário" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Só pode apagar movimentos em rascunho." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "Não pode cancelar movimentos de stock que já tenham sido concluidos." #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "Não pode mover para uma localização do tipo %s." #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5944,14 +6042,14 @@ msgstr "" "\t%s - qty: %s" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" "Não pode dividir um movimento em rascunho. Tem de ser confirmado primeiro." #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "Não pode dividir um movimento concluido." @@ -5980,7 +6078,7 @@ msgid "You may only return pickings that are Done!" msgstr "Apenas pode fazer devoluções de recolhas concluidas." #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "Necessita de atribuir um número de série ao produto %s" @@ -5996,11 +6094,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplicar" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancelar" @@ -6119,3 +6219,6 @@ msgstr "⇒ Definir quantidades como 0" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "⇒ Actualizar" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestão de armazém" diff --git a/addons/stock/i18n/pt_BR.po b/addons/stock/i18n/pt_BR.po index 3dd0946b643..e977c9ddd00 100644 --- a/addons/stock/i18n/pt_BR.po +++ b/addons/stock/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s foram movidos para sucata." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -438,13 +438,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -512,7 +512,7 @@ msgid "All at once" msgstr "Tudo de uma vez" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -523,7 +523,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -651,13 +651,13 @@ msgid "Back Order of" msgstr "Back Order de" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -679,6 +679,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -701,7 +706,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -736,13 +741,13 @@ msgid "Calendar View" msgstr "Visão de Calendário" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -784,7 +789,7 @@ msgid "Cancelled" msgstr "Cancelada" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -876,7 +881,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -965,11 +969,6 @@ msgstr "Consumível" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1057,6 +1056,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1084,6 +1085,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1096,13 +1099,19 @@ msgstr "Criação" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Data de Criação" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1144,7 +1153,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1186,6 +1195,7 @@ msgstr "Clientes" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1221,13 +1231,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1374,7 +1377,7 @@ msgid "Delivery Method" msgstr "Método de Entrega" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1413,7 +1416,9 @@ msgstr "Destinatário " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Local de destino" @@ -1423,6 +1428,16 @@ msgstr "Local de destino" msgid "Destination Move" msgstr "Movimento para Destino" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1489,25 +1504,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Erro" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Erro!" @@ -1518,7 +1534,7 @@ msgid "European Customers" msgstr "Clientes Europeus" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1540,7 +1556,7 @@ msgid "Expiry date on serial numbers" msgstr "Data de Expiração nos Números de Série" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1624,6 +1640,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1798,14 +1819,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "FAT:" @@ -1903,6 +1926,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1985,13 +2016,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informação" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2042,7 +2073,7 @@ msgid "Internal Reference" msgstr "Referência Interna" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2134,6 +2165,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2229,6 +2261,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Especifica mercadorias para entregar parcialmente ou tudo de uma vez" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2270,6 +2307,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2300,13 +2339,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2403,11 +2444,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2426,11 +2462,6 @@ msgstr "" msgid "Location Stock" msgstr "Localizacão do Estoque" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2498,6 +2529,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2518,7 +2550,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2776,6 +2808,11 @@ msgstr "Nome" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2805,7 +2842,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2863,7 +2900,7 @@ msgid "Notes" msgstr "Observações" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2879,14 +2916,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2897,34 +2934,29 @@ msgid "On hand:" msgstr "Na mão" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2932,13 +2964,14 @@ msgstr "Abrir o Menu do Armazém" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Operação Proibida!" @@ -2950,12 +2983,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3068,7 +3097,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3087,6 +3116,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3102,6 +3132,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3112,8 +3143,9 @@ msgid "P&L Qty" msgstr "Qtd P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Embalagem" @@ -3129,7 +3161,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3140,10 +3171,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3169,6 +3205,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3187,12 +3228,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Embalagens" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3254,19 +3300,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3279,6 +3325,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Separação" @@ -3336,6 +3383,16 @@ msgstr "" msgid "Picking list" msgstr "Lista de separação" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3362,7 +3419,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Por favor forneça um valor positivo para sucatear." @@ -3374,15 +3431,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Por favor espeficique pelo menos uma quantidade diferente de zero." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3441,10 +3498,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Processar" @@ -3537,6 +3591,7 @@ msgstr "Qtde Produzida" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3597,6 +3652,7 @@ msgstr "UdV do Produto" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Unidade de Medida do Produto" @@ -3623,18 +3679,25 @@ msgid "Production Lot" msgstr "Lote de Produção" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produtos" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3647,7 +3710,7 @@ msgid "Products: " msgstr "Produtos: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3698,6 +3761,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3717,11 +3787,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3742,7 +3812,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3761,6 +3831,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3918,25 +3989,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4025,7 +4096,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4383,6 +4454,13 @@ msgstr "" "Define um local se você produz em local fixo. Pode ser um local de parceiro " "caso você faça sub-contratação de operações de manufatura." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4399,7 +4477,7 @@ msgid "Shelves (Y)" msgstr "Prateleiras (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4445,14 +4523,26 @@ msgstr "Documento de Origem" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Local de Origem" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4475,6 +4565,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dividir" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4497,7 +4592,7 @@ msgid "Status" msgstr "Situação" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4749,7 +4844,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4781,7 +4876,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4826,7 +4921,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4840,7 +4937,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4855,7 +4952,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4863,6 +4960,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4896,6 +5000,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4904,14 +5016,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5076,7 +5180,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5120,9 +5224,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5214,7 +5324,7 @@ msgid "Units of Measure" msgstr "Unidades de Medida" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5297,7 +5407,7 @@ msgid "User" msgstr "Usuário" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Erro de Usuário!" @@ -5406,11 +5516,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestão de Armazém" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5427,7 +5532,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5440,8 +5545,8 @@ msgid "Warehouses" msgstr "Armazéns" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5455,9 +5560,9 @@ msgid "Warning !" msgstr "Aviso!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5467,13 +5572,13 @@ msgid "Warning!" msgstr "Aviso!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5522,13 +5627,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5537,25 +5642,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Você só pode apagar movimentação provisórias" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5563,13 +5668,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5596,7 +5701,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5610,11 +5715,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplicar" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Cancelar" @@ -5724,3 +5831,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestão de Armazém" diff --git a/addons/stock/i18n/ro.po b/addons/stock/i18n/ro.po index a6bc9148b37..4d401a6e5b1 100644 --- a/addons/stock/i18n/ro.po +++ b/addons/stock/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s a fost mutat la resturi." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -441,13 +441,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -515,7 +515,7 @@ msgid "All at once" msgstr "Toate deodata" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -526,7 +526,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -654,13 +654,13 @@ msgid "Back Order of" msgstr "Comanda de rezervă a" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -682,6 +682,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -704,7 +709,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -740,13 +745,13 @@ msgid "Calendar View" msgstr "Vizualizare calendar" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -788,7 +793,7 @@ msgid "Cancelled" msgstr "Anulat(ă)" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -880,7 +885,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -969,11 +973,6 @@ msgstr "Consumabile" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1061,6 +1060,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1088,6 +1089,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1100,13 +1103,19 @@ msgstr "Creare" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Data creării" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1148,7 +1157,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1190,6 +1199,7 @@ msgstr "Clienți" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Data" @@ -1225,13 +1235,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1377,7 +1380,7 @@ msgid "Delivery Method" msgstr "Metodă de livrare" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1416,7 +1419,9 @@ msgstr "Adresa de destinație " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Locația destinație" @@ -1426,6 +1431,16 @@ msgstr "Locația destinație" msgid "Destination Move" msgstr "Destinație mișcare" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1492,25 +1507,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Eroare" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Eroare!" @@ -1521,7 +1537,7 @@ msgid "European Customers" msgstr "Clienți europeni" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1543,7 +1559,7 @@ msgid "Expiry date on serial numbers" msgstr "Data de expirare pe numerele de serie" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1627,6 +1643,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1800,14 +1821,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -1906,6 +1929,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1988,13 +2019,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informații" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2045,7 +2076,7 @@ msgid "Internal Reference" msgstr "Referință internă" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2139,6 +2170,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2235,6 +2267,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Specifică marfa să fie livrată parțial sau toată odată" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2276,6 +2313,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2306,13 +2345,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2409,11 +2450,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2432,11 +2468,6 @@ msgstr "" msgid "Location Stock" msgstr "Locația stocului" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2504,6 +2535,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2524,7 +2556,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2782,6 +2814,11 @@ msgstr "Nume" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2811,7 +2848,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2869,7 +2906,7 @@ msgid "Notes" msgstr "Note" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2885,14 +2922,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2903,34 +2940,29 @@ msgid "On hand:" msgstr "Disponibil:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2938,13 +2970,14 @@ msgstr "Deschideți Meniul Depozit" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2956,12 +2989,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3074,7 +3103,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3093,6 +3122,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3108,6 +3138,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3118,8 +3149,9 @@ msgid "P&L Qty" msgstr "Cantitate P&L" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Pachet" @@ -3135,7 +3167,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3146,10 +3177,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3175,6 +3211,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3193,12 +3234,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pachete" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3260,19 +3306,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3285,6 +3331,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Ridicare" @@ -3342,6 +3389,16 @@ msgstr "" msgid "Picking list" msgstr "Listă de ridicare" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3368,7 +3425,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Furnizati o cantitate pozitiva de aruncat." @@ -3380,15 +3437,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Specificati cel putin o cantitate diferita de zero." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3447,10 +3504,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Procesare" @@ -3543,6 +3597,7 @@ msgstr "Cantitatea produsa" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3603,6 +3658,7 @@ msgstr "UdV produs" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Unitatea de Masura a Produsului" @@ -3629,18 +3685,25 @@ msgid "Production Lot" msgstr "Lot de Producție" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produse" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3653,7 +3716,7 @@ msgid "Products: " msgstr "Produse: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3704,6 +3767,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3723,11 +3793,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3748,7 +3818,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3767,6 +3837,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3924,25 +3995,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4031,7 +4102,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4389,6 +4460,13 @@ msgstr "" "Setati o locatie daca produceti intr-o locatie fixa. Aceasta poate fi o " "locatie partener daca subcontractati operatiunile de fabricare." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4405,7 +4483,7 @@ msgid "Shelves (Y)" msgstr "Rafturi (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4451,14 +4529,26 @@ msgstr "Document sursă" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Locația sursă" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4481,6 +4571,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Separă" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4503,7 +4598,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4755,7 +4850,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4787,7 +4882,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4832,7 +4927,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4846,7 +4943,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4861,7 +4958,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4869,6 +4966,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4902,6 +5006,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4910,14 +5022,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5086,7 +5190,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5130,9 +5234,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5224,7 +5334,7 @@ msgid "Units of Measure" msgstr "Unități de Măsură" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5307,7 +5417,7 @@ msgid "User" msgstr "Utilizator" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Eroare utilizator!" @@ -5416,11 +5526,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Gestiunea depozitului" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5437,7 +5542,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5450,8 +5555,8 @@ msgid "Warehouses" msgstr "Depozite" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5465,9 +5570,9 @@ msgid "Warning !" msgstr "Avertizare !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5477,13 +5582,13 @@ msgid "Warning!" msgstr "Avertizare!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5532,13 +5637,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5547,25 +5652,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Puteti sterge doar miscari in starea ciorna." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5573,13 +5678,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5605,7 +5710,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5619,11 +5724,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Aplica" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Anuleaza" @@ -5733,3 +5840,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Gestiunea depozitului" diff --git a/addons/stock/i18n/ru.po b/addons/stock/i18n/ru.po index 3f4f972a36b..4af37ecd6f2 100644 --- a/addons/stock/i18n/ru.po +++ b/addons/stock/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s было перемещено в брак." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Все сразу" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -603,13 +603,13 @@ msgid "Back Order of" msgstr "Дозаказ из" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -631,6 +631,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -653,7 +658,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -690,13 +695,13 @@ msgid "Calendar View" msgstr "Вид календаря" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -738,7 +743,7 @@ msgid "Cancelled" msgstr "Отменено" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -830,7 +835,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -919,11 +923,6 @@ msgstr "Потребляемое" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1011,6 +1010,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1038,6 +1039,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1050,13 +1053,19 @@ msgstr "Создание" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Дата создания" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1098,7 +1107,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1140,6 +1149,7 @@ msgstr "Заказчики" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Дата" @@ -1175,13 +1185,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1326,7 +1329,7 @@ msgid "Delivery Method" msgstr "Метод доставки" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1365,7 +1368,9 @@ msgstr "Адрес назначения " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Место назначения" @@ -1375,6 +1380,16 @@ msgstr "Место назначения" msgid "Destination Move" msgstr "Назначение перемещения" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1441,25 +1456,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Ошибка" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Ошибка !" @@ -1470,7 +1486,7 @@ msgid "European Customers" msgstr "Европейские заказчики" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1492,7 +1508,7 @@ msgid "Expiry date on serial numbers" msgstr "Срок годности по серийным номерам" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1576,6 +1592,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1749,14 +1770,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "ИНВ:" @@ -1855,6 +1878,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1935,13 +1966,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Информация" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1992,7 +2023,7 @@ msgid "Internal Reference" msgstr "Внутренняя ссылка" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2085,6 +2116,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2181,6 +2213,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Это определяет будут ли товары доставлены по частями или все сразу" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2222,6 +2259,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2252,13 +2291,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2355,11 +2396,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2378,11 +2414,6 @@ msgstr "" msgid "Location Stock" msgstr "Место хранения запасов" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2450,6 +2481,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2470,7 +2502,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2728,6 +2760,11 @@ msgstr "Название" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2757,7 +2794,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2815,7 +2852,7 @@ msgid "Notes" msgstr "Примечания" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2831,14 +2868,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "ОК" @@ -2849,34 +2886,29 @@ msgid "On hand:" msgstr "На руках:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2884,13 +2916,14 @@ msgstr "Открыть меню склада" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2902,12 +2935,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3019,7 +3048,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3038,6 +3067,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3053,6 +3083,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3063,8 +3094,9 @@ msgid "P&L Qty" msgstr "Кол-во п/у" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Упаковка" @@ -3080,7 +3112,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3091,10 +3122,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3120,6 +3156,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3138,12 +3179,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Пакет" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3205,19 +3251,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3230,6 +3276,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Комплектование" @@ -3287,6 +3334,16 @@ msgstr "" msgid "Picking list" msgstr "Комплектовочный лист" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3313,7 +3370,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Пожалуйста, предоставьте положительное количество брака." @@ -3325,15 +3382,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Пожалуйста укажите как минимум одно ненулевое количество." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3392,10 +3449,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Обработать" @@ -3488,6 +3542,7 @@ msgstr "Произведенное кол-во" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3548,6 +3603,7 @@ msgstr "Единица продажи" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Ед. изм. товара" @@ -3574,18 +3630,25 @@ msgid "Production Lot" msgstr "Партия изделий" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Продукция" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3598,7 +3661,7 @@ msgid "Products: " msgstr "Продукты " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3649,6 +3712,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3668,11 +3738,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3693,7 +3763,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3712,6 +3782,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3869,25 +3940,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3976,7 +4047,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4334,6 +4405,13 @@ msgstr "" "Установите место хранения, если вы производите в определенном месте. Это " "может быть местом хранения партнера - субподрядчика." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4350,7 +4428,7 @@ msgid "Shelves (Y)" msgstr "Полки (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4396,14 +4474,26 @@ msgstr "Исходный документ" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Место хранения источника" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4426,6 +4516,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Разделить" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4448,7 +4543,7 @@ msgid "Status" msgstr "Статус" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4699,7 +4794,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4731,7 +4826,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4776,7 +4871,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4790,7 +4887,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4805,7 +4902,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4813,6 +4910,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4846,6 +4950,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4854,14 +4966,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5015,7 +5119,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5052,9 +5156,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5146,7 +5256,7 @@ msgid "Units of Measure" msgstr "Единицы измерения" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5229,7 +5339,7 @@ msgid "User" msgstr "Пользователь" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Ошибка пользователя!" @@ -5338,11 +5448,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Управление складом" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5359,7 +5464,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5372,8 +5477,8 @@ msgid "Warehouses" msgstr "Склады" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5387,9 +5492,9 @@ msgid "Warning !" msgstr "Внимание !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5399,13 +5504,13 @@ msgid "Warning!" msgstr "Внимание!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5454,13 +5559,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5469,25 +5574,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Вы можете удалить только черновик перемещения." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5495,13 +5600,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5527,7 +5632,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5541,11 +5646,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Применить" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Отмена" @@ -5655,3 +5762,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Управление складом" diff --git a/addons/stock/i18n/sl.po b/addons/stock/i18n/sl.po index dfb2e395a95..7e5d8db9aaa 100644 --- a/addons/stock/i18n/sl.po +++ b/addons/stock/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s premaknjen v odpad." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -420,13 +420,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -494,7 +494,7 @@ msgid "All at once" msgstr "Vse naenkrat" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -505,7 +505,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -627,13 +627,13 @@ msgid "Back Order of" msgstr "Ostanek od" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -655,6 +655,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -677,7 +682,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -712,13 +717,13 @@ msgid "Calendar View" msgstr "Pogled koledarja" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -760,7 +765,7 @@ msgid "Cancelled" msgstr "Preklicano" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -850,7 +855,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -939,11 +943,6 @@ msgstr "Potrošni material" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1031,6 +1030,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1058,6 +1059,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1070,13 +1073,19 @@ msgstr "Izdelava" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Datum kreiranja" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1118,7 +1127,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1160,6 +1169,7 @@ msgstr "Stranke" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1195,13 +1205,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1339,7 +1342,7 @@ msgid "Delivery Method" msgstr "Način dostave" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1378,7 +1381,9 @@ msgstr "Ciljni naslov " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Ciljna lokacija" @@ -1388,6 +1393,16 @@ msgstr "Ciljna lokacija" msgid "Destination Move" msgstr "Cilj" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1454,25 +1469,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Napaka" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Napaka!" @@ -1483,7 +1499,7 @@ msgid "European Customers" msgstr "Evropske stranke" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1505,7 +1521,7 @@ msgid "Expiry date on serial numbers" msgstr "Datum veljavnosti na serijskih številkah" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1587,6 +1603,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1758,14 +1779,16 @@ msgstr "Povzetek (število sporočil,..)" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "ZAL:" @@ -1858,6 +1881,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1940,13 +1971,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacije" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1997,7 +2028,7 @@ msgid "Internal Reference" msgstr "Interni sklic" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2091,6 +2122,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2185,6 +2217,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "Določa ali bo blago dobavljeno delno ali v celoti" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2226,6 +2263,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2256,13 +2295,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2359,11 +2400,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2382,11 +2418,6 @@ msgstr "" msgid "Location Stock" msgstr "Lokacija zaloge" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2454,6 +2485,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2474,7 +2506,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2730,6 +2762,11 @@ msgstr "Ime" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2759,7 +2796,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2817,7 +2854,7 @@ msgid "Notes" msgstr "Opombe" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2833,14 +2870,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "V redu" @@ -2851,34 +2888,29 @@ msgid "On hand:" msgstr "Na zalogi:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2886,13 +2918,14 @@ msgstr "Odpri meni skladišča" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2904,12 +2937,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3021,7 +3050,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3040,6 +3069,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3055,6 +3085,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3065,8 +3096,9 @@ msgid "P&L Qty" msgstr "P&L kol." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paket" @@ -3082,7 +3114,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3093,10 +3124,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3122,6 +3158,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3140,12 +3181,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paketi" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3207,19 +3253,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3232,6 +3278,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Prevzem" @@ -3289,6 +3336,16 @@ msgstr "" msgid "Picking list" msgstr "Dobavnica" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3315,7 +3372,7 @@ msgid "Planned Date" msgstr "Načrtovani datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Vnesite pozitivno količino." @@ -3327,15 +3384,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Določite vsaj eno količino različno od 0." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3394,10 +3451,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Proces" @@ -3490,6 +3544,7 @@ msgstr "Proizvedena količina" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3550,6 +3605,7 @@ msgstr "Prodajna enota mere" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Enota mere izdelka" @@ -3576,18 +3632,25 @@ msgid "Production Lot" msgstr "Proizvodni sklop" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Izdelki" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3600,7 +3663,7 @@ msgid "Products: " msgstr "Izdelki: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3651,6 +3714,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3670,11 +3740,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3695,7 +3765,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3713,6 +3783,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3870,25 +3941,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3977,7 +4048,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4335,6 +4406,13 @@ msgstr "" "Nastavite lahko fiksno lokacijo proizvodnje. To je lahko tudi lokacija " "partnerja (pod izvajalec)" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4351,7 +4429,7 @@ msgid "Shelves (Y)" msgstr "Police (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4397,14 +4475,26 @@ msgstr "Izvorni dokument" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Izvorna lokacija" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4427,6 +4517,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Razdeli" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4449,7 +4544,7 @@ msgid "Status" msgstr "Stanje" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4698,7 +4793,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4730,7 +4825,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4775,7 +4870,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4789,7 +4886,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4804,7 +4901,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4812,6 +4909,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4845,6 +4949,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4853,14 +4965,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5020,7 +5124,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5062,9 +5166,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5156,7 +5266,7 @@ msgid "Units of Measure" msgstr "Merske enote" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5239,7 +5349,7 @@ msgid "User" msgstr "Uporabnik" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Napaka uporabnika!" @@ -5348,11 +5458,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Skladiščno poslovanje" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5369,7 +5474,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5382,8 +5487,8 @@ msgid "Warehouses" msgstr "Skladišča" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5397,9 +5502,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5409,13 +5514,13 @@ msgid "Warning!" msgstr "Opozorilo!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5464,13 +5569,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5479,25 +5584,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Lahko brišete samo osnutke premikov." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5505,13 +5610,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5537,7 +5642,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5551,11 +5656,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Uveljavi" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_Prekliči" @@ -5665,3 +5772,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Skladiščno poslovanje" diff --git a/addons/stock/i18n/sq.po b/addons/stock/i18n/sq.po index ebd13a1edfc..b8d35a0faff 100644 --- a/addons/stock/i18n/sq.po +++ b/addons/stock/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:51+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:36+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/sr.po b/addons/stock/i18n/sr.po index a0403908104..898b20d7184 100644 --- a/addons/stock/i18n/sr.po +++ b/addons/stock/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:53+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Sve odjednom" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Kalendarski pregled" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Kupac" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Načini isporuke" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Lokacija destinacije" @@ -1360,6 +1365,16 @@ msgstr "Lokacija destinacije" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Greška" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Greška!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Evropski kupci" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacije" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2059,6 +2090,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2152,6 +2184,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2193,6 +2230,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2223,13 +2262,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2326,11 +2367,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2349,11 +2385,6 @@ msgstr "" msgid "Location Stock" msgstr "Lokacija zaliha" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2421,6 +2452,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2441,7 +2473,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2697,6 +2729,11 @@ msgstr "Ime" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2726,7 +2763,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2782,7 +2819,7 @@ msgid "Notes" msgstr "Beleške" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2798,14 +2835,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2816,34 +2853,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2851,13 +2883,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2869,12 +2902,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2987,7 +3016,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3006,6 +3035,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3021,6 +3051,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3031,8 +3062,9 @@ msgid "P&L Qty" msgstr "P&L kol." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3048,7 +3080,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3059,10 +3090,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3088,6 +3124,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3106,12 +3147,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakovanja" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3173,19 +3219,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3198,6 +3244,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3255,6 +3302,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3281,7 +3338,7 @@ msgid "Planned Date" msgstr "Planirani datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3293,15 +3350,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3360,10 +3417,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3456,6 +3510,7 @@ msgstr "Proizvedena kol." #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3516,6 +3571,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3542,18 +3598,25 @@ msgid "Production Lot" msgstr "Proizvodna partija" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Proizvodi" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3566,7 +3629,7 @@ msgid "Products: " msgstr "Proizvodi: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3617,6 +3680,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3636,11 +3706,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3661,7 +3731,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3677,6 +3747,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3834,25 +3905,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3941,7 +4012,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4297,6 +4368,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4313,7 +4391,7 @@ msgid "Shelves (Y)" msgstr "Police (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4359,14 +4437,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Lokacija izvora" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4389,6 +4479,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Подели" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4411,7 +4506,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4660,7 +4755,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4692,7 +4787,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4737,7 +4832,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4751,7 +4848,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4766,7 +4863,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4774,6 +4871,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4807,6 +4911,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4815,14 +4927,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4975,7 +5079,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5012,9 +5116,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5106,7 +5216,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5189,7 +5299,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5298,11 +5408,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5319,7 +5424,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5332,8 +5437,8 @@ msgid "Warehouses" msgstr "Skladišta" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5347,9 +5452,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5359,13 +5464,13 @@ msgid "Warning!" msgstr "Upozorenje !" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5414,13 +5519,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5429,25 +5534,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Možete da izbrišete isključivo nacrte premeštanja." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5455,13 +5560,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5487,7 +5592,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5501,11 +5606,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/sr@latin.po b/addons/stock/i18n/sr@latin.po index 634660016ad..358934dea5b 100644 --- a/addons/stock/i18n/sr@latin.po +++ b/addons/stock/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Sve odjednom" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Kalendarski pregled" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Kupac" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Datum" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Načini isporuke" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Lokacija destinacije" @@ -1360,6 +1365,16 @@ msgstr "Lokacija destinacije" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Greška" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Greška!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Evropski kupci" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Informacije" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2059,6 +2090,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2152,6 +2184,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2193,6 +2230,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2223,13 +2262,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2326,11 +2367,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2349,11 +2385,6 @@ msgstr "" msgid "Location Stock" msgstr "Lokacija zaliha" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2421,6 +2452,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2441,7 +2473,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2697,6 +2729,11 @@ msgstr "Ime" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2726,7 +2763,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2782,7 +2819,7 @@ msgid "Notes" msgstr "Beleške" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2798,14 +2835,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2816,34 +2853,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2851,13 +2883,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2869,12 +2902,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2987,7 +3016,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3006,6 +3035,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3021,6 +3051,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3031,8 +3062,9 @@ msgid "P&L Qty" msgstr "P&L kol." #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3048,7 +3080,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3059,10 +3090,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3088,6 +3124,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3106,12 +3147,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Pakovanja" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3173,19 +3219,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3198,6 +3244,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3255,6 +3302,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3281,7 +3338,7 @@ msgid "Planned Date" msgstr "Planirani datum" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3293,15 +3350,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3360,10 +3417,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3456,6 +3510,7 @@ msgstr "Proizvedena kol." #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3516,6 +3571,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3542,18 +3598,25 @@ msgid "Production Lot" msgstr "Proizvodna partija" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Proizvodi" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3566,7 +3629,7 @@ msgid "Products: " msgstr "Proizvodi: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3617,6 +3680,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3636,11 +3706,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3661,7 +3731,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3677,6 +3747,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3834,25 +3905,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3941,7 +4012,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4297,6 +4368,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4313,7 +4391,7 @@ msgid "Shelves (Y)" msgstr "Police (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4359,14 +4437,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Lokacija izvora" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4389,6 +4479,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Подели" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4411,7 +4506,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4660,7 +4755,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4692,7 +4787,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4737,7 +4832,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4751,7 +4848,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4766,7 +4863,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4774,6 +4871,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4807,6 +4911,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4815,14 +4927,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4975,7 +5079,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5012,9 +5116,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5106,7 +5216,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5189,7 +5299,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5298,11 +5408,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5319,7 +5424,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5332,8 +5437,8 @@ msgid "Warehouses" msgstr "Skladišta" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5347,9 +5452,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5359,13 +5464,13 @@ msgid "Warning!" msgstr "Upozorenje !" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5414,13 +5519,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5429,25 +5534,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Možete da izbrišete isključivo nacrte premeštanja." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5455,13 +5560,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5487,7 +5592,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5501,11 +5606,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/sv.po b/addons/stock/i18n/sv.po index 6b0a2cebd87..837b950e362 100644 --- a/addons/stock/i18n/sv.po +++ b/addons/stock/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "All at once" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Kalendervy" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Cancelled" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Customers" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Date" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Leveransmetod" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "Destinationsadress " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Lagerställedestination" @@ -1360,6 +1365,16 @@ msgstr "Lagerställedestination" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Error" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Error!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "Europeiska kunder" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Information" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "Lagerställesaldo" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "Namn" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "Notes" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "P&L Qty" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "Plocklista" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "Planned Date" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "Produced Qty" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "Product UOS" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "Produktionsparti" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Produkter" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "Produkter: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "Shelves (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Ursprungslagerställe" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Dela" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4971,7 +5075,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5008,9 +5112,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5102,7 +5212,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5185,7 +5295,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5294,11 +5404,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Lagerstyrning" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5315,7 +5420,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5328,8 +5433,8 @@ msgid "Warehouses" msgstr "Lager" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5343,9 +5448,9 @@ msgid "Warning !" msgstr "Varning !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5355,13 +5460,13 @@ msgid "Warning!" msgstr "Varning!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5410,13 +5515,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5425,25 +5530,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "You can only delete draft moves." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5451,13 +5556,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5483,7 +5588,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5497,11 +5602,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" @@ -5611,3 +5718,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Lagerstyrning" diff --git a/addons/stock/i18n/th.po b/addons/stock/i18n/th.po index de358fd5ced..a539f305a3f 100644 --- a/addons/stock/i18n/th.po +++ b/addons/stock/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "ผลิตภัณฑ์ " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "สถานะ" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/tlh.po b/addons/stock/i18n/tlh.po index 9d7adc7e0cb..9e782b59603 100644 --- a/addons/stock/i18n/tlh.po +++ b/addons/stock/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4967,7 +5071,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5004,9 +5108,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5098,7 +5208,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5181,7 +5291,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5290,11 +5400,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5311,7 +5416,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5324,8 +5429,8 @@ msgid "Warehouses" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5339,9 +5444,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5351,13 +5456,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5406,13 +5511,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5421,25 +5526,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5447,13 +5552,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5479,7 +5584,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5493,11 +5598,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/tr.po b/addons/stock/i18n/tr.po index 676acd7cb82..8c0b5a5c2c6 100644 --- a/addons/stock/i18n/tr.po +++ b/addons/stock/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s olarak taşındı fire." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -434,13 +434,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -508,7 +508,7 @@ msgid "All at once" msgstr "Tümünü birden" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -519,7 +519,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -648,13 +648,13 @@ msgid "Back Order of" msgstr "Sipariş Bakiyesi" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -676,6 +676,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -698,7 +703,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -734,13 +739,13 @@ msgid "Calendar View" msgstr "Takvimi Göster" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -782,7 +787,7 @@ msgid "Cancelled" msgstr "İptalEdildi" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -874,7 +879,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -963,11 +967,6 @@ msgstr "Tüketilebilir" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1055,6 +1054,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1082,6 +1083,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1094,13 +1097,19 @@ msgstr "Oluşturma" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "Oluşturma Tarihi" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1142,7 +1151,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1184,6 +1193,7 @@ msgstr "Müşteriler" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Tarih" @@ -1219,13 +1229,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1371,7 +1374,7 @@ msgid "Delivery Method" msgstr "Teslim Yöntemi" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1410,7 +1413,9 @@ msgstr "Hedef Adresi " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Hedef Konumu" @@ -1420,6 +1425,16 @@ msgstr "Hedef Konumu" msgid "Destination Move" msgstr "Hedef Hareket" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1486,25 +1501,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Hata" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Hata!" @@ -1515,7 +1531,7 @@ msgid "European Customers" msgstr "Avrupalı Müşteriler" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1537,7 +1553,7 @@ msgid "Expiry date on serial numbers" msgstr "Seri numara son kullanma tarihi" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1621,6 +1637,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1794,14 +1815,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "ENV:" @@ -1899,6 +1922,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1981,13 +2012,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Bilgisi" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2038,7 +2069,7 @@ msgid "Internal Reference" msgstr "Dahili Referans" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2131,6 +2162,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2224,6 +2256,11 @@ msgstr "Paketlemenin türü ve miktarı gibi özelliklerini belirtir." msgid "It specifies goods to be deliver partially or all at once" msgstr "Aynı anda kısmen veya tüm teslim edilecek malların belirtir" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2265,6 +2302,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2295,13 +2334,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2398,11 +2439,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2421,11 +2457,6 @@ msgstr "" msgid "Location Stock" msgstr "Stok Konumu" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2493,6 +2524,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2513,7 +2545,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2771,6 +2803,11 @@ msgstr "Adı" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2800,7 +2837,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2858,7 +2895,7 @@ msgid "Notes" msgstr "Notlar" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2874,14 +2911,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Tamam" @@ -2892,34 +2929,29 @@ msgid "On hand:" msgstr "Eldeki:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2927,13 +2959,14 @@ msgstr "Depo Menüsünü Aç" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "Operasyon Yasak!" @@ -2945,12 +2978,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3063,7 +3092,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3082,6 +3111,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3097,6 +3127,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3107,8 +3138,9 @@ msgid "P&L Qty" msgstr "Kâr&Zarar Miktarı" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "Paket" @@ -3124,7 +3156,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3135,10 +3166,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3164,6 +3200,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3182,12 +3223,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "Paketler" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3249,19 +3295,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3274,6 +3320,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "Seçim Listesi" @@ -3331,6 +3378,16 @@ msgstr "" msgid "Picking list" msgstr "Seçim listesi" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3357,7 +3414,7 @@ msgid "Planned Date" msgstr "Planlama Tarihi" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "Fire için lütfen artı bir miktar belirtin." @@ -3369,15 +3426,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "Lütfencsıfır olmayan enaz bir miktar girin." #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3436,10 +3493,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Süreç" @@ -3532,6 +3586,7 @@ msgstr "Üretilen Miktar" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3592,6 +3647,7 @@ msgstr "Ürün UOS" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "Ürün Ölçü Birimi" @@ -3618,18 +3674,25 @@ msgid "Production Lot" msgstr "Üretim Lotu" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Ürünler" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3642,7 +3705,7 @@ msgid "Products: " msgstr "Ürünler: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3693,6 +3756,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3712,11 +3782,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3737,7 +3807,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3755,6 +3825,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3912,25 +3983,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -4019,7 +4090,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4377,6 +4448,13 @@ msgstr "" "Sabit bir konum oluşturmanız durumunda bir konum ayarlar. Üretim " "operasyonlarını taşerona vermeniz durumunda, bu bir ortak konum olabilir." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4393,7 +4471,7 @@ msgid "Shelves (Y)" msgstr "Raflar (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4439,14 +4517,26 @@ msgstr "Kaynak Belge" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Kaynak Konumu" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4469,6 +4559,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Böl" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4491,7 +4586,7 @@ msgid "Status" msgstr "Durumu" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4742,7 +4837,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4774,7 +4869,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4819,7 +4914,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4833,7 +4930,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4848,7 +4945,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4856,6 +4953,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4889,6 +4993,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4897,14 +5009,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5069,7 +5173,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5113,9 +5217,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5207,7 +5317,7 @@ msgid "Units of Measure" msgstr "Ölçü Birimi" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5290,7 +5400,7 @@ msgid "User" msgstr "Kullanıcı" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "Kullanıcı Hatası!" @@ -5399,11 +5509,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Depo Yönetimi" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5420,7 +5525,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5433,8 +5538,8 @@ msgid "Warehouses" msgstr "Depolar" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5448,9 +5553,9 @@ msgid "Warning !" msgstr "Uyarı!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5460,13 +5565,13 @@ msgid "Warning!" msgstr "Uyarı!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5515,13 +5620,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5530,25 +5635,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "Sadece taslak hareketlerini silebilirsiniz." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5556,13 +5661,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5589,7 +5694,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5603,11 +5708,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "_Uygula" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "_İptal" @@ -5717,3 +5824,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Depo Yönetimi" diff --git a/addons/stock/i18n/uk.po b/addons/stock/i18n/uk.po index 42cd8420e98..087f9deeb98 100644 --- a/addons/stock/i18n/uk.po +++ b/addons/stock/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "Все відразу" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Метод доставки" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "" @@ -1360,6 +1365,16 @@ msgstr "" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Інформація" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2057,6 +2088,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2150,6 +2182,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2191,6 +2228,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2221,13 +2260,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2324,11 +2365,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2347,11 +2383,6 @@ msgstr "" msgid "Location Stock" msgstr "Запаси місця" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2419,6 +2450,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2439,7 +2471,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2695,6 +2727,11 @@ msgstr "Назва" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2724,7 +2761,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2780,7 +2817,7 @@ msgid "Notes" msgstr "Примітки" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2796,14 +2833,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ок" @@ -2814,34 +2851,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2849,13 +2881,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2867,12 +2900,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2983,7 +3012,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3002,6 +3031,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3017,6 +3047,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3027,8 +3058,9 @@ msgid "P&L Qty" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3044,7 +3076,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3055,10 +3086,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3084,6 +3120,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3102,12 +3143,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3169,19 +3215,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3194,6 +3240,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3251,6 +3298,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3277,7 +3334,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3289,15 +3346,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3356,10 +3413,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "" @@ -3452,6 +3506,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3512,6 +3567,7 @@ msgstr "ОП продукту" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3538,18 +3594,25 @@ msgid "Production Lot" msgstr "Виробнича партія" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Продукти" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3562,7 +3625,7 @@ msgid "Products: " msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3613,6 +3676,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3632,11 +3702,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3657,7 +3727,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3673,6 +3743,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3830,25 +3901,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3937,7 +4008,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4293,6 +4364,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4309,7 +4387,7 @@ msgid "Shelves (Y)" msgstr "Позиція Y" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4355,14 +4433,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Місце звідки" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4385,6 +4475,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Розділити" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4407,7 +4502,7 @@ msgid "Status" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4656,7 +4751,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4688,7 +4783,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4733,7 +4828,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4747,7 +4844,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4762,7 +4859,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4770,6 +4867,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4803,6 +4907,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4811,14 +4923,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4971,7 +5075,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5008,9 +5112,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5102,7 +5212,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5185,7 +5295,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5294,11 +5404,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5315,7 +5420,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5328,8 +5433,8 @@ msgid "Warehouses" msgstr "Склади" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5343,9 +5448,9 @@ msgid "Warning !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5355,13 +5460,13 @@ msgid "Warning!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5410,13 +5515,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5425,25 +5530,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5451,13 +5556,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5483,7 +5588,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5497,11 +5602,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" diff --git a/addons/stock/i18n/vi.po b/addons/stock/i18n/vi.po index 44fc4ef672b..60ff2fc7bff 100644 --- a/addons/stock/i18n/vi.po +++ b/addons/stock/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:54+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:39+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -395,13 +395,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -469,7 +469,7 @@ msgid "All at once" msgstr "All at once" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -480,7 +480,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -602,13 +602,13 @@ msgid "Back Order of" msgstr "" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -630,6 +630,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -652,7 +657,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -687,13 +692,13 @@ msgid "Calendar View" msgstr "Calendar View" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -735,7 +740,7 @@ msgid "Cancelled" msgstr "Đã hủy" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -825,7 +830,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -914,11 +918,6 @@ msgstr "" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1006,6 +1005,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1033,6 +1034,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1045,13 +1048,19 @@ msgstr "" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1093,7 +1102,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1135,6 +1144,7 @@ msgstr "Các khách hàng" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "Ngày" @@ -1170,13 +1180,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1311,7 +1314,7 @@ msgid "Delivery Method" msgstr "Delivery Method" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1350,7 +1353,9 @@ msgstr "" #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "Địa điểm đích" @@ -1360,6 +1365,16 @@ msgstr "Địa điểm đích" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1426,25 +1441,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "Lỗi" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "Lỗi!" @@ -1455,7 +1471,7 @@ msgid "European Customers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1477,7 +1493,7 @@ msgid "Expiry date on serial numbers" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1557,6 +1573,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1728,14 +1749,16 @@ msgstr "" #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1828,6 +1851,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1908,13 +1939,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "Thông tin" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -1965,7 +1996,7 @@ msgid "Internal Reference" msgstr "Tham chiếu nội bộ" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2058,6 +2089,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2151,6 +2183,11 @@ msgstr "" msgid "It specifies goods to be deliver partially or all at once" msgstr "" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2192,6 +2229,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2222,13 +2261,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2325,11 +2366,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2348,11 +2384,6 @@ msgstr "" msgid "Location Stock" msgstr "Vị trí hàng hóa" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2420,6 +2451,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2440,7 +2472,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2696,6 +2728,11 @@ msgstr "Tên" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2725,7 +2762,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2781,7 +2818,7 @@ msgid "Notes" msgstr "Notes" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2797,14 +2834,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "Ok" @@ -2815,34 +2852,29 @@ msgid "On hand:" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2850,13 +2882,14 @@ msgstr "" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "" @@ -2868,12 +2901,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -2984,7 +3013,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3003,6 +3032,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3018,6 +3048,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3028,8 +3059,9 @@ msgid "P&L Qty" msgstr "P&L Qty" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "" @@ -3045,7 +3077,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3056,10 +3087,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3085,6 +3121,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3103,12 +3144,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3170,19 +3216,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3195,6 +3241,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "" @@ -3252,6 +3299,16 @@ msgstr "" msgid "Picking list" msgstr "" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3278,7 +3335,7 @@ msgid "Planned Date" msgstr "Planned Date" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "" @@ -3290,15 +3347,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3357,10 +3414,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "Xử lý" @@ -3453,6 +3507,7 @@ msgstr "Số lượng sản xuất" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3513,6 +3568,7 @@ msgstr "Product UOS" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "" @@ -3539,18 +3595,25 @@ msgid "Production Lot" msgstr "Production Lot" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "Products" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3563,7 +3626,7 @@ msgid "Products: " msgstr "Các sản phẩm: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3614,6 +3677,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3633,11 +3703,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3658,7 +3728,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3674,6 +3744,7 @@ msgstr "" #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3831,25 +3902,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3938,7 +4009,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4294,6 +4365,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4310,7 +4388,7 @@ msgid "Shelves (Y)" msgstr "Shelves (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4356,14 +4434,26 @@ msgstr "" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "Vị trí Nguồn" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4386,6 +4476,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "Split" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4408,7 +4503,7 @@ msgid "Status" msgstr "Status" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4657,7 +4752,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4689,7 +4784,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4734,7 +4829,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4748,7 +4845,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4763,7 +4860,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4771,6 +4868,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4804,6 +4908,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4812,14 +4924,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -4972,7 +5076,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5009,9 +5113,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5103,7 +5213,7 @@ msgid "Units of Measure" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5186,7 +5296,7 @@ msgid "User" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "" @@ -5295,11 +5405,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "Quản lý Kho hàng" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5316,7 +5421,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5329,8 +5434,8 @@ msgid "Warehouses" msgstr "Các kho hàng" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5344,9 +5449,9 @@ msgid "Warning !" msgstr "Cảnh báo !" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5356,13 +5461,13 @@ msgid "Warning!" msgstr "Cảnh báo!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5411,13 +5516,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5426,25 +5531,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "You can only delete draft moves." #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5452,13 +5557,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5484,7 +5589,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5498,11 +5603,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "" @@ -5612,3 +5719,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "Quản lý Kho hàng" diff --git a/addons/stock/i18n/zh_CN.po b/addons/stock/i18n/zh_CN.po index 2bc9ef4aa60..8493a9e9223 100644 --- a/addons/stock/i18n/zh_CN.po +++ b/addons/stock/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-23 08:58+0000\n" "Last-Translator: Wei \"oldrev\" Li \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:51+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr " 在手" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr " 库存调拨是否存在?" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s 已被 调拨到 报废仓." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -424,13 +424,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "

    找不到要现实的分拣单。

    " #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -498,7 +498,7 @@ msgid "All at once" msgstr "全部一次性" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "全部产品" @@ -509,7 +509,7 @@ msgid "All returned moves" msgstr "所有退货调拨" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -631,13 +631,13 @@ msgid "Back Order of" msgstr "之延期交货清单。" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "退货单 %s 已创建。" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "退货单已存在" @@ -659,6 +659,11 @@ msgstr "退货单(%)" msgid "Barcode" msgstr "条码" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -681,7 +686,7 @@ msgid "Bulk Content" msgstr "批量内容" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -716,13 +721,13 @@ msgid "Calendar View" msgstr "日历视图" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "找不到任何客户或供应商库位。" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -764,7 +769,7 @@ msgid "Cancelled" msgstr "已取消" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -854,7 +859,6 @@ msgid "Color" msgstr "颜色" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "承诺日期" @@ -943,11 +947,6 @@ msgstr "消耗品" msgid "Contained Packages" msgstr "所含包装" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "容器包装" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1035,6 +1034,8 @@ msgstr "创建产品需求单" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1062,6 +1063,8 @@ msgstr "创建者" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1074,13 +1077,19 @@ msgstr "创建" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "创建日期" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1122,7 +1131,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1164,6 +1173,7 @@ msgstr "客户" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "日期" @@ -1199,13 +1209,6 @@ msgstr "最近调拨时间" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1348,7 +1351,7 @@ msgid "Delivery Method" msgstr "送货方式" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1387,7 +1390,9 @@ msgstr "目的地址 " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "目标库位" @@ -1397,6 +1402,16 @@ msgstr "目标库位" msgid "Destination Move" msgstr "调拨目的地" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1463,25 +1478,26 @@ msgid "Edit..." msgstr "编辑..." #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" -msgstr "输入移货明细" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" +msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "错误" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "错误!" @@ -1492,7 +1508,7 @@ msgid "European Customers" msgstr "欧洲客户" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "一个包装中的所有东西都必须在同一个库位下" @@ -1514,7 +1530,7 @@ msgid "Expiry date on serial numbers" msgstr "系列号上的过期日期" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1594,6 +1610,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1765,14 +1786,16 @@ msgstr "保留复杂的摘要(消息数量,……等)。为了插入到看板视 #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "标识" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "INV:" @@ -1865,6 +1888,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1945,13 +1976,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "信息" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2002,7 +2033,7 @@ msgid "Internal Reference" msgstr "编号" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2094,6 +2125,7 @@ msgstr "盘点单时间" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "盘点单明细" @@ -2187,6 +2219,11 @@ msgstr "指定包装的属性如数量,类型等" msgid "It specifies goods to be deliver partially or all at once" msgstr "指定货物是部分发运还是一次性发运所有的" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2228,6 +2265,8 @@ msgstr "最新消息日期" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2258,13 +2297,15 @@ msgstr "最近更新者" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "最近更新时间" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2361,11 +2402,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2384,11 +2420,6 @@ msgstr "库位路径" msgid "Location Stock" msgstr "库存库位" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2456,6 +2487,7 @@ msgstr "批次/序列号" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "批次/序列号" @@ -2476,7 +2508,7 @@ msgid "Make Procurements" msgstr "生成产品需求单" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2732,6 +2764,11 @@ msgstr "名称" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2761,7 +2798,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2817,7 +2854,7 @@ msgid "Notes" msgstr "备注" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2833,14 +2870,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "确定" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "确定" @@ -2851,34 +2888,29 @@ msgid "On hand:" msgstr "在手:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "打开条码界面" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2886,13 +2918,14 @@ msgstr "打开仓库菜单" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "禁止操作!" @@ -2904,12 +2937,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3020,7 +3049,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3039,6 +3068,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "所有者" @@ -3054,6 +3084,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3064,8 +3095,9 @@ msgid "P&L Qty" msgstr "损益数量" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "包装" @@ -3081,7 +3113,6 @@ msgid "Pack Type" msgstr "包装类型" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3092,10 +3123,15 @@ msgid "Package" msgstr "包装" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "包装条码" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3121,6 +3157,11 @@ msgstr "包装类型" msgid "Packages" msgstr "包装" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3139,12 +3180,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "包装" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3206,19 +3252,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "拣货" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "拣货+包装+运货" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "拣货+运货" @@ -3231,6 +3277,7 @@ msgstr "拣货类型" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "分拣" @@ -3288,6 +3335,16 @@ msgstr "" msgid "Picking list" msgstr "分拣单" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3314,7 +3371,7 @@ msgid "Planned Date" msgstr "计划日期" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "请提供一个正数给报废库位。" @@ -3326,15 +3383,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "请指定至少一个非0的数值。" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3393,10 +3450,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "处理" @@ -3489,6 +3543,7 @@ msgstr "产品数量" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3549,6 +3604,7 @@ msgstr "产品销售单位" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "产品计量单位" @@ -3575,18 +3631,25 @@ msgid "Production Lot" msgstr "生产批次" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "产品" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3599,7 +3662,7 @@ msgid "Products: " msgstr "产品: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3650,6 +3713,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3669,11 +3739,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3694,7 +3764,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3710,6 +3780,7 @@ msgstr "已经被处理过的调拨单中,数量,计量单位,产品和库 #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3867,25 +3938,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3974,7 +4045,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4330,6 +4401,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "如果您的产品在一个固定的库位设置一个库位,如果您转包生产这可以是业务伙伴的库位." +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4346,7 +4424,7 @@ msgid "Shelves (Y)" msgstr "货架(Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4392,14 +4470,26 @@ msgstr "源单据" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "源库位" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4422,6 +4512,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "拆分" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4444,7 +4539,7 @@ msgid "Status" msgstr "状态" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4693,7 +4788,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4725,7 +4820,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4770,7 +4865,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4784,7 +4881,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4799,7 +4896,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4807,6 +4904,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4840,6 +4944,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4848,14 +4960,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5006,7 +5110,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5051,9 +5155,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5145,7 +5255,7 @@ msgid "Units of Measure" msgstr "计量单位" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5228,7 +5338,7 @@ msgid "User" msgstr "用户" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "用户错误!" @@ -5337,11 +5447,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "仓库管理" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5358,7 +5463,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5371,8 +5476,8 @@ msgid "Warehouses" msgstr "仓库" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5386,9 +5491,9 @@ msgid "Warning !" msgstr "警告!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5398,13 +5503,13 @@ msgid "Warning!" msgstr "警告!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5453,13 +5558,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5468,25 +5573,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "您只能删除草稿状态的调拨。" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5494,13 +5599,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5526,7 +5631,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5540,11 +5645,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "应用(_A)" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "取消(_C)" @@ -5654,3 +5761,15 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "仓库管理" + +#~ msgid "Container Package" +#~ msgstr "容器包装" + +#~ msgid "Enter Transfer Details" +#~ msgstr "输入移货明细" + +#~ msgid "Open Barcode interface" +#~ msgstr "打开条码界面" diff --git a/addons/stock/i18n/zh_TW.po b/addons/stock/i18n/zh_TW.po index de952983850..4dfed382527 100644 --- a/addons/stock/i18n/zh_TW.po +++ b/addons/stock/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:55+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock #: help:stock.picking,state:0 @@ -52,19 +52,19 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1574 +#: code:addons/stock/stock.py:1603 #, python-format msgid " (%s reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1577 +#: code:addons/stock/stock.py:1606 #, python-format msgid " (reserved)" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2964 +#: code:addons/stock/stock.py:3016 #, python-format msgid " MTO" msgstr "" @@ -77,36 +77,36 @@ msgid " On Hand" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3098 -#: code:addons/stock/stock.py:3368 +#: code:addons/stock/stock.py:3150 +#: code:addons/stock/stock.py:3426 #, python-format msgid " Sequence in" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3102 -#: code:addons/stock/stock.py:3372 +#: code:addons/stock/stock.py:3154 +#: code:addons/stock/stock.py:3430 #, python-format msgid " Sequence internal" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3099 -#: code:addons/stock/stock.py:3369 +#: code:addons/stock/stock.py:3151 +#: code:addons/stock/stock.py:3427 #, python-format msgid " Sequence out" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3100 -#: code:addons/stock/stock.py:3370 +#: code:addons/stock/stock.py:3152 +#: code:addons/stock/stock.py:3428 #, python-format msgid " Sequence packing" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3101 -#: code:addons/stock/stock.py:3371 +#: code:addons/stock/stock.py:3153 +#: code:addons/stock/stock.py:3429 #, python-format msgid " Sequence picking" msgstr "" @@ -117,13 +117,13 @@ msgid " Stock Move Exists?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2347 +#: code:addons/stock/stock.py:2384 #, python-format msgid "%s %s %s has been moved to scrap." msgstr "%s %s %s 已被 調動到 報廢倉." #. module: stock -#: code:addons/stock/stock.py:2804 +#: code:addons/stock/stock.py:2856 #, python-format msgid "%s: Supply Product from %s" msgstr "" @@ -426,13 +426,13 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:649 +#: code:addons/stock/static/src/js/widgets.js:654 #, python-format msgid "

    We could not find a picking to display.

    " msgstr "" #. module: stock -#: code:addons/stock/stock.py:2443 +#: code:addons/stock/stock.py:2495 #, python-format msgid "A Pack" msgstr "" @@ -500,7 +500,7 @@ msgid "All at once" msgstr "一次過" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "All products" msgstr "" @@ -511,7 +511,7 @@ msgid "All returned moves" msgstr "" #. module: stock -#: code:addons/stock/procurement.py:236 +#: code:addons/stock/procurement.py:241 #, python-format msgid "All stock moves have been cancelled for this procurement." msgstr "" @@ -633,13 +633,13 @@ msgid "Back Order of" msgstr "延期交貨清單 -" #. module: stock -#: code:addons/stock/stock.py:931 +#: code:addons/stock/stock.py:943 #, python-format msgid "Back order %s created." msgstr "" #. module: stock -#: code:addons/stock/stock.py:4058 +#: code:addons/stock/stock.py:4125 #, python-format msgid "Backorder exists" msgstr "" @@ -661,6 +661,11 @@ msgstr "" msgid "Barcode" msgstr "" +#. module: stock +#: view:website:stock.barcode_index +msgid "Barcode Scanner" +msgstr "" + #. module: stock #: selection:stock.warehouse.orderpoint,logic:0 msgid "Best price (not yet active!)" @@ -683,7 +688,7 @@ msgid "Bulk Content" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1891 +#: code:addons/stock/stock.py:1920 #, python-format msgid "" "By changing this quantity here, you accept the new quantity as complete: " @@ -718,13 +723,13 @@ msgid "Calendar View" msgstr "行事曆檢視" #. module: stock -#: code:addons/stock/stock.py:2863 +#: code:addons/stock/stock.py:2915 #, python-format msgid "Can't find any customer or supplier location." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Can't find any generic Make To Order route." msgstr "" @@ -766,7 +771,7 @@ msgid "Cancelled" msgstr "取消" #. module: stock -#: code:addons/stock/stock.py:1753 +#: code:addons/stock/stock.py:1782 #, python-format msgid "Cannot unreserve a done move" msgstr "" @@ -856,7 +861,6 @@ msgid "Color" msgstr "" #. module: stock -#: field:stock.picking,date:0 #: view:website:stock.report_picking msgid "Commitment Date" msgstr "" @@ -945,11 +949,6 @@ msgstr "消耗品" msgid "Contained Packages" msgstr "" -#. module: stock -#: field:stock.pack.operation,result_package_id:0 -msgid "Container Package" -msgstr "" - #. module: stock #: field:stock.location,child_ids:0 msgid "Contains" @@ -1037,6 +1036,8 @@ msgstr "" #: field:stock.quant.package,create_uid:0 #: field:stock.return.picking,create_uid:0 #: field:stock.return.picking.line,create_uid:0 +#: field:stock.transfer_details,create_uid:0 +#: field:stock.transfer_details_items,create_uid:0 #: field:stock.warehouse,create_uid:0 #: field:stock.warehouse.orderpoint,create_uid:0 msgid "Created by" @@ -1064,6 +1065,8 @@ msgstr "" #: field:stock.quant.package,create_date:0 #: field:stock.return.picking,create_date:0 #: field:stock.return.picking.line,create_date:0 +#: field:stock.transfer_details,create_date:0 +#: field:stock.transfer_details_items,create_date:0 #: field:stock.warehouse,create_date:0 #: field:stock.warehouse.orderpoint,create_date:0 msgid "Created on" @@ -1076,13 +1079,19 @@ msgstr "建立" #. module: stock #: field:stock.move,create_date:0 +#: field:stock.picking,date:0 #: field:stock.production.lot,create_date:0 #: field:stock.quant,create_date:0 msgid "Creation Date" msgstr "建立日期" #. module: stock -#: code:addons/stock/stock.py:3261 +#: help:stock.picking,date:0 +msgid "Creation Date, usually the time of the order" +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:3319 #, python-format msgid "Cross-Dock" msgstr "" @@ -1124,7 +1133,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4128 +#: code:addons/stock/stock.py:4195 #: view:stock.location:stock.view_location_search #, python-format msgid "Customer" @@ -1166,6 +1175,7 @@ msgstr "客戶" #: view:stock.move:stock.stock_move_tree #: field:stock.move,date:0 #: field:stock.pack.operation,date:0 +#: field:stock.transfer_details_items,date:0 #: view:website:stock.report_inventory msgid "Date" msgstr "日期" @@ -1201,13 +1211,6 @@ msgstr "" msgid "Date of the last message posted on the record." msgstr "" -#. module: stock -#: help:stock.picking,date:0 -msgid "" -"Date promised for the completion of the transfer order, usually set the time " -"of the order and revised later on." -msgstr "" - #. module: stock #: view:report.stock.lines.date:stock.report_stock_lines_date_tree msgid "Dates of Inventories" @@ -1350,7 +1353,7 @@ msgid "Delivery Method" msgstr "交貨方法" #. module: stock -#: code:addons/stock/stock.py:3145 +#: code:addons/stock/stock.py:3197 #: model:stock.picking.type,name:stock.chi_picking_type_out #: model:stock.picking.type,name:stock.picking_type_out #, python-format @@ -1389,7 +1392,9 @@ msgstr "目的地址 " #. module: stock #: field:stock.location.path,location_dest_id:0 #: field:stock.move,location_dest_id:0 +#: field:stock.pack.operation,location_dest_id:0 #: field:stock.picking,location_dest_id:0 +#: field:stock.transfer_details_items,destinationloc_id:0 msgid "Destination Location" msgstr "目的倉位" @@ -1399,6 +1404,16 @@ msgstr "目的倉位" msgid "Destination Move" msgstr "" +#. module: stock +#: field:stock.pack.operation,result_package_id:0 +msgid "Destination Package" +msgstr "" + +#. module: stock +#: field:stock.transfer_details_items,result_package_id:0 +msgid "Destination package" +msgstr "" + #. module: stock #: field:stock.move,route_ids:0 msgid "Destination route" @@ -1465,25 +1480,26 @@ msgid "Edit..." msgstr "" #. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Enter Transfer Details" +#: code:addons/stock/wizard/stock_transfer_details.py:115 +#, python-format +msgid "Enter transfer details" msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 -#: code:addons/stock/stock.py:2364 -#: code:addons/stock/stock.py:2368 -#: code:addons/stock/stock.py:2719 -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:628 +#: code:addons/stock/stock.py:2401 +#: code:addons/stock/stock.py:2405 +#: code:addons/stock/stock.py:2771 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Error" msgstr "錯誤" #. module: stock -#: code:addons/stock/stock.py:357 -#: code:addons/stock/stock.py:467 -#: code:addons/stock/stock.py:2863 -#: code:addons/stock/stock.py:2948 +#: code:addons/stock/stock.py:367 +#: code:addons/stock/stock.py:478 +#: code:addons/stock/stock.py:2915 +#: code:addons/stock/stock.py:3000 #, python-format msgid "Error!" msgstr "錯誤!" @@ -1494,7 +1510,7 @@ msgid "European Customers" msgstr "歐洲客戶" #. module: stock -#: code:addons/stock/stock.py:3618 +#: code:addons/stock/stock.py:3682 #, python-format msgid "Everything inside a package should be in the same location" msgstr "" @@ -1516,7 +1532,7 @@ msgid "Expiry date on serial numbers" msgstr "序號過期日" #. module: stock -#: code:addons/stock/stock.py:1264 +#: code:addons/stock/stock.py:1276 #, python-format msgid "Extra Move: " msgstr "" @@ -1596,6 +1612,11 @@ msgstr "" msgid "Forecast Exhausted Stock" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Forecast Negative Stock" +msgstr "" + #. module: stock #: field:product.product,virtual_available:0 msgid "Forecast Quantity" @@ -1767,14 +1788,16 @@ msgstr "保留談話摘要(訊息數量等等)。為了放入看板檢視模式 #: field:stock.quant.package,id:0 #: field:stock.return.picking,id:0 #: field:stock.return.picking.line,id:0 +#: field:stock.transfer_details,id:0 +#: field:stock.transfer_details_items,id:0 #: field:stock.warehouse,id:0 #: field:stock.warehouse.orderpoint,id:0 msgid "ID" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2531 -#: code:addons/stock/stock.py:2682 +#: code:addons/stock/stock.py:2583 +#: code:addons/stock/stock.py:2734 #, python-format msgid "INV:" msgstr "" @@ -1867,6 +1890,14 @@ msgid "" "without removing it." msgstr "" +#. module: stock +#: view:stock.picking:stock.view_picking_form +msgid "" +"If there is no product but a source package, this means the source package " +"was moved entirely. If there is a product and a source package, the product " +"was taken from the source package." +msgstr "" + #. module: stock #: help:stock.quant,negative_move_id:0 msgid "" @@ -1947,13 +1978,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1890 +#: code:addons/stock/stock.py:1919 #, python-format msgid "Information" msgstr "資訊" #. module: stock -#: code:addons/stock/stock.py:3222 +#: code:addons/stock/stock.py:3277 #: model:stock.location,name:stock.stock_location_company #, python-format msgid "Input" @@ -2004,7 +2035,7 @@ msgid "Internal Reference" msgstr "內部參照" #. module: stock -#: code:addons/stock/stock.py:3156 +#: code:addons/stock/stock.py:3208 #: model:stock.picking.type,name:stock.picking_type_internal #, python-format msgid "Internal Transfers" @@ -2096,6 +2127,7 @@ msgstr "" #. module: stock #: view:stock.inventory:stock.view_inventory_form +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "Inventory Details" msgstr "" @@ -2189,6 +2221,11 @@ msgstr "指定包裝的屬性,例如類型、產品數量等等。" msgid "It specifies goods to be deliver partially or all at once" msgstr "指定貨物是分批出貨或一次出貨" +#. module: stock +#: field:stock.transfer_details,item_ids:0 +msgid "Items" +msgstr "" + #. module: stock #: view:stock.picking.type:stock.stock_picking_type_kanban msgid "Last 10 Done Operations" @@ -2230,6 +2267,8 @@ msgstr "" #: field:stock.quant.package,write_uid:0 #: field:stock.return.picking,write_uid:0 #: field:stock.return.picking.line,write_uid:0 +#: field:stock.transfer_details,write_uid:0 +#: field:stock.transfer_details_items,write_uid:0 #: field:stock.warehouse,write_uid:0 #: field:stock.warehouse.orderpoint,write_uid:0 msgid "Last Updated by" @@ -2260,13 +2299,15 @@ msgstr "" #: field:stock.quant.package,write_date:0 #: field:stock.return.picking,write_date:0 #: field:stock.return.picking.line,write_date:0 +#: field:stock.transfer_details,write_date:0 +#: field:stock.transfer_details_items,write_date:0 #: field:stock.warehouse,write_date:0 #: field:stock.warehouse.orderpoint,write_date:0 msgid "Last Updated on" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4056 +#: code:addons/stock/stock.py:4123 #: view:stock.picking:stock.view_picking_internal_search #: view:stock.picking.type:stock.stock_picking_type_kanban #, python-format @@ -2363,11 +2404,6 @@ msgstr "" msgid "Location Barcode" msgstr "" -#. module: stock -#: field:stock.pack.operation,location_id:0 -msgid "Location From" -msgstr "" - #. module: stock #: field:stock.inventory.line,location_name:0 #: field:stock.location,complete_name:0 @@ -2386,11 +2422,6 @@ msgstr "" msgid "Location Stock" msgstr "地點庫存" -#. module: stock -#: field:stock.pack.operation,location_dest_id:0 -msgid "Location To" -msgstr "" - #. module: stock #: field:stock.location,usage:0 msgid "Location Type" @@ -2458,6 +2489,7 @@ msgstr "" #. module: stock #: field:stock.pack.operation,lot_id:0 +#: field:stock.transfer_details_items,lot_id:0 msgid "Lot/Serial Number" msgstr "" @@ -2478,7 +2510,7 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2945 +#: code:addons/stock/stock.py:2997 #, python-format msgid "Make To Order" msgstr "" @@ -2734,6 +2766,11 @@ msgstr "名稱" msgid "Negative Destination Location" msgstr "" +#. module: stock +#: view:product.template:stock.product_template_search_form_view_stock +msgid "Negative Stock" +msgstr "" + #. module: stock #: selection:stock.move,state:0 msgid "New" @@ -2763,7 +2800,7 @@ msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:642 +#: code:addons/stock/static/src/js/widgets.js:647 #, python-format msgid "No Picking Available" msgstr "" @@ -2819,7 +2856,7 @@ msgid "Notes" msgstr "備註" #. module: stock -#: code:addons/stock/stock.py:860 +#: code:addons/stock/stock.py:871 #, python-format msgid "Nothing to check the availability for." msgstr "" @@ -2835,14 +2872,14 @@ msgid "Number of days to do this transition" msgstr "" #. module: stock -#: code:addons/stock/stock.py:4060 +#: code:addons/stock/stock.py:4127 #, python-format msgid "OK" msgstr "" #. module: stock #. openerp-web -#: code:addons/stock/static/src/js/widgets.js:644 +#: code:addons/stock/static/src/js/widgets.js:649 #, python-format msgid "Ok" msgstr "確定" @@ -2853,34 +2890,29 @@ msgid "On hand:" msgstr "現有:" #. module: stock -#: code:addons/stock/stock.py:2441 +#: code:addons/stock/stock.py:2493 #, python-format msgid "One Lot/Serial Number" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2438 +#: code:addons/stock/stock.py:2490 #, python-format msgid "One owner only" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2439 +#: code:addons/stock/stock.py:2491 #, python-format msgid "One product for a specific owner" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2429 +#: code:addons/stock/stock.py:2481 #, python-format msgid "One product only" msgstr "" -#. module: stock -#: view:stock.picking:stock.view_picking_form -msgid "Open Barcode interface" -msgstr "" - #. module: stock #: model:ir.actions.client,name:stock.action_client_warehouse_menu msgid "Open Warehouse Menu" @@ -2888,13 +2920,14 @@ msgstr "開啟倉庫選單" #. module: stock #: field:stock.move.operation.link,operation_id:0 +#: field:stock.transfer_details_items,packop_id:0 msgid "Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1753 -#: code:addons/stock/stock.py:1828 -#: code:addons/stock/stock.py:2147 +#: code:addons/stock/stock.py:1782 +#: code:addons/stock/stock.py:1857 +#: code:addons/stock/stock.py:2186 #, python-format msgid "Operation Forbidden!" msgstr "作業被禁止!" @@ -2906,12 +2939,8 @@ msgstr "" #. module: stock #: model:ir.ui.menu,name:stock.menu_stock_warehouse_mgmt -msgid "Operations" -msgstr "" - -#. module: stock #: view:stock.picking:stock.view_picking_form -msgid "Operations Done" +msgid "Operations" msgstr "" #. module: stock @@ -3022,7 +3051,7 @@ msgid "Outgoing Shippings" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3224 +#: code:addons/stock/stock.py:3279 #: model:stock.location,name:stock.stock_location_output #, python-format msgid "Output" @@ -3041,6 +3070,7 @@ msgstr "" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,owner_id:0 #: field:stock.quant.package,owner_id:0 +#: field:stock.transfer_details_items,owner_id:0 msgid "Owner" msgstr "" @@ -3056,6 +3086,7 @@ msgstr "" #. module: stock #: help:stock.pack.operation,owner_id:0 +#: help:stock.transfer_details_items,owner_id:0 msgid "Owner of the quants" msgstr "" @@ -3066,8 +3097,9 @@ msgid "P&L Qty" msgstr "損益數量" #. module: stock -#: code:addons/stock/stock.py:3166 +#: code:addons/stock/stock.py:3218 #: field:stock.inventory.line,package_id:0 +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details #, python-format msgid "Pack" msgstr "包裹" @@ -3083,7 +3115,6 @@ msgid "Pack Type" msgstr "" #. module: stock -#: field:stock.pack.operation,package_id:0 #: view:stock.quant:stock.quant_search_view #: field:stock.quant,package_id:0 #: view:stock.quant.package:stock.quant_package_search_view @@ -3094,10 +3125,15 @@ msgid "Package" msgstr "" #. module: stock -#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode_small msgid "Package BarCode" msgstr "" +#. module: stock +#: model:ir.actions.report.xml,name:stock.action_report_quant_package_barcode +msgid "Package BarCode with Contents" +msgstr "" + #. module: stock #: view:stock.quant.package:stock.quant_package_search_view #: field:stock.quant.package,complete_name:0 @@ -3123,6 +3159,11 @@ msgstr "" msgid "Packages" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Packages To Move" +msgstr "" + #. module: stock #: view:stock.quant:stock.quant_search_view #: view:stock.quant.package:stock.quant_package_search_view @@ -3141,12 +3182,17 @@ msgid "Packing Operation" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3225 +#: code:addons/stock/stock.py:3280 #: model:stock.location,name:stock.location_pack_zone #, python-format msgid "Packing Zone" msgstr "" +#. module: stock +#: field:stock.transfer_details,packop_ids:0 +msgid "Packs" +msgstr "包裹" + #. module: stock #: view:procurement.orderpoint.compute:stock.view_procurement_compute_wizard msgid "Parameters" @@ -3208,19 +3254,19 @@ msgid "Physical Packages" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3176 +#: code:addons/stock/stock.py:3228 #, python-format msgid "Pick" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3264 +#: code:addons/stock/stock.py:3322 #, python-format msgid "Pick + Pack + Ship" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3263 +#: code:addons/stock/stock.py:3321 #, python-format msgid "Pick + Ship" msgstr "" @@ -3233,6 +3279,7 @@ msgstr "" #. module: stock #: model:ir.actions.report.xml,name:stock.action_report_picking #: view:stock.move:stock.view_move_search +#: field:stock.transfer_details,picking_id:0 msgid "Picking" msgstr "提貨" @@ -3290,6 +3337,16 @@ msgstr "" msgid "Picking list" msgstr "提貨清單" +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details +msgid "Picking wizard" +msgstr "" + +#. module: stock +#: model:ir.model,name:stock.model_stock_transfer_details_items +msgid "Picking wizard items" +msgstr "" + #. module: stock #: view:procurement.group:stock.procurement_group_form_view_herited msgid "Pickings" @@ -3316,7 +3373,7 @@ msgid "Planned Date" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:2355 #, python-format msgid "Please provide a positive quantity to scrap." msgstr "請輸入正的報廢數量。" @@ -3328,15 +3385,15 @@ msgid "Please specify at least one non-zero quantity." msgstr "請指定至少一個不為零的數量" #. module: stock -#: code:addons/stock/wizard/make_procurement_product.py:117 +#: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format -msgid "Please use the Product Variant vue to request a procurement." +msgid "Please use the Product Variant view to update the product quantity." msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_change_product_qty.py:58 +#: code:addons/stock/wizard/make_procurement_product.py:117 #, python-format -msgid "Please use the Product Variant vue to update the product quantity." +msgid "Please use the Product Variant vue to request a procurement." msgstr "" #. module: stock @@ -3395,10 +3452,7 @@ msgid "" msgstr "" #. module: stock -#. openerp-web -#: code:addons/stock/static/src/xml/picking.xml:111 #: view:stock.move:stock.view_move_tree -#, python-format msgid "Process" msgstr "處理程序" @@ -3491,6 +3545,7 @@ msgstr "生產量" #: view:stock.quant:stock.quant_search_view #: field:stock.quant,product_id:0 #: field:stock.return.picking.line,product_id:0 +#: field:stock.transfer_details_items,product_id:0 #: field:stock.warehouse.orderpoint,product_id:0 #: view:website:stock.report_inventory #: view:website:stock.report_lot_barcode @@ -3551,6 +3606,7 @@ msgstr "貨品銷售計量單位" #: field:stock.inventory.line,product_uom_id:0 #: field:stock.move.scrap,product_uom:0 #: field:stock.pack.operation,product_uom_id:0 +#: field:stock.transfer_details_items,product_uom_id:0 #: field:stock.warehouse.orderpoint,product_uom:0 msgid "Product Unit of Measure" msgstr "產品度量單位" @@ -3577,18 +3633,25 @@ msgid "Production Lot" msgstr "生產批次" #. module: stock +#: model:ir.actions.act_window,name:stock.act_product_location_open #: model:ir.ui.menu,name:stock.menu_product_in_config_stock #: model:ir.ui.menu,name:stock.menu_product_template_config_stock #: model:ir.ui.menu,name:stock.menu_stock_product #: model:ir.ui.menu,name:stock.menu_stock_products_menu #: view:product.template:stock.product_template_search_form_view_stock #: view:stock.config.settings:stock.view_stock_config_settings +#: view:stock.location:stock.view_location_form #: view:stock.location.route:stock.stock_location_route_form_view #: view:stock.picking:stock.view_picking_form #: view:stock.production.lot:stock.view_production_lot_form msgid "Products" msgstr "產品" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Products To Move" +msgstr "" + #. module: stock #: model:ir.ui.menu,name:stock.menu_product_by_category_stock_form msgid "Products by Category" @@ -3601,7 +3664,7 @@ msgid "Products: " msgstr "產品: " #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "Programming Error!" msgstr "" @@ -3652,6 +3715,13 @@ msgstr "" msgid "Put Away Strategy" msgstr "" +#. module: stock +#. openerp-web +#: code:addons/stock/static/src/xml/picking.xml:111 +#, python-format +msgid "Put in Cart" +msgstr "" + #. module: stock #. openerp-web #: code:addons/stock/static/src/xml/picking.xml:110 @@ -3671,11 +3741,11 @@ msgstr "" #. module: stock #: sql_constraint:stock.warehouse.orderpoint:0 -msgid "Qty Multiple must be greater than zero." +msgid "Qty Multiple must be greater than or equal to zero." msgstr "" #. module: stock -#: code:addons/stock/stock.py:3223 +#: code:addons/stock/stock.py:3278 #, python-format msgid "Quality Control" msgstr "" @@ -3696,7 +3766,7 @@ msgid "Quant already reserved ?" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1829 +#: code:addons/stock/stock.py:1858 #, python-format msgid "" "Quantities, Units of Measure, Products and Locations cannot be modified on " @@ -3712,6 +3782,7 @@ msgstr "已經處理的調動,其數量、度量單位、產品和庫位不能 #: field:stock.pack.operation,product_qty:0 #: field:stock.quant,qty:0 #: field:stock.return.picking.line,quantity:0 +#: field:stock.transfer_details_items,quantity:0 #: view:website:stock.report_inventory #: view:website:stock.report_package_barcode #: view:website:stock.report_picking @@ -3869,25 +3940,25 @@ msgid "Receipt Route" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3258 +#: code:addons/stock/stock.py:3316 #, python-format msgid "Receipt in 1 step" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3259 +#: code:addons/stock/stock.py:3317 #, python-format msgid "Receipt in 2 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3260 +#: code:addons/stock/stock.py:3318 #, python-format msgid "Receipt in 3 steps" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3136 +#: code:addons/stock/stock.py:3188 #: model:ir.actions.act_window,name:stock.action_receive_move #: view:product.product:stock.product_kanban_stock_view #: model:stock.picking.type,name:stock.chi_picking_type_in @@ -3976,7 +4047,7 @@ msgid "Removal Strategy" msgstr "" #. module: stock -#: code:addons/stock/stock.py:467 +#: code:addons/stock/stock.py:478 #, python-format msgid "Removal strategy %s not implemented." msgstr "" @@ -4332,6 +4403,13 @@ msgid "" "location if you subcontract the manufacturing operations." msgstr "假如您在一個固定地點生產,則請設定倉位。假如您有外包製造,則可以設為一個夥伴倉位。" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"Setting a product and a source package means that the product will be taken\n" +" out of the package." +msgstr "" + #. module: stock #: model:stock.location,name:stock.stock_location_components msgid "Shelf 1" @@ -4348,7 +4426,7 @@ msgid "Shelves (Y)" msgstr "貨架 (Y)" #. module: stock -#: code:addons/stock/stock.py:3262 +#: code:addons/stock/stock.py:3320 #, python-format msgid "Ship Only" msgstr "" @@ -4394,14 +4472,26 @@ msgstr "來源文件" #: field:procurement.rule,location_src_id:0 #: field:stock.location.path,location_from_id:0 #: field:stock.move,location_id:0 +#: field:stock.pack.operation,location_id:0 +#: field:stock.transfer_details_items,sourceloc_id:0 msgid "Source Location" msgstr "來源地點" +#. module: stock +#: field:stock.pack.operation,package_id:0 +msgid "Source Package" +msgstr "" + #. module: stock #: help:procurement.rule,location_src_id:0 msgid "Source location is action=move" msgstr "" +#. module: stock +#: field:stock.transfer_details_items,package_id:0 +msgid "Source package" +msgstr "" + #. module: stock #: help:stock.inventory,lot_id:0 msgid "" @@ -4424,6 +4514,11 @@ msgstr "" msgid "Specify Product to focus your inventory on a particular Product." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Split" +msgstr "分拆" + #. module: stock #: view:stock.inventory:stock.view_inventory_form msgid "Start Inventory" @@ -4446,7 +4541,7 @@ msgid "Status" msgstr "狀態" #. module: stock -#: code:addons/stock/stock.py:3221 +#: code:addons/stock/stock.py:3276 #: model:stock.location,name:stock.stock_location_shop0 #: model:stock.location,name:stock.stock_location_stock #, python-format @@ -4695,7 +4790,7 @@ msgid "The barcode for a location must be unique per company !" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3742 +#: code:addons/stock/stock.py:3806 #, python-format msgid "" "The chosen quantity for product %s is not compatible with the UoM rounding. " @@ -4727,7 +4822,7 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:3450 #, python-format msgid "" "The default resupply warehouse should be different than the warehouse itself!" @@ -4772,7 +4867,9 @@ msgstr "" #. module: stock #: help:stock.warehouse.orderpoint,qty_multiple:0 -msgid "The procurement quantity will be rounded up to this multiple." +msgid "" +"The procurement quantity will be rounded up to this multiple. If it is 0, " +"the exact quantity will be used. " msgstr "" #. module: stock @@ -4786,7 +4883,7 @@ msgid "The push rule that created this stock move" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1611 +#: code:addons/stock/stock.py:1640 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -4801,7 +4898,7 @@ msgid "The reserved stock changed. You might want to" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3735 +#: code:addons/stock/stock.py:3799 #, python-format msgid "" "The selected UoM for product %s is not compatible with the UoM set on the " @@ -4809,6 +4906,13 @@ msgid "" "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "" +"The source package will be moved entirely. If you specify a destination " +"package, the source package will be put in the destination package." +msgstr "" + #. module: stock #: help:stock.pack.operation,picking_id:0 msgid "The stock operation where the packing has been made" @@ -4842,6 +4946,14 @@ msgid "" " This installs the module procurement_jit." msgstr "" +#. module: stock +#: help:stock.config.settings,group_stock_tracking_lot:0 +msgid "" +"This allows to manipulate packages. You can put something in, take " +"something from a package, but also move entire packages and put them even in " +"another package. " +msgstr "" + #. module: stock #: help:stock.config.settings,group_stock_production_lot:0 msgid "" @@ -4850,14 +4962,6 @@ msgid "" "certain client, ..." msgstr "" -#. module: stock -#: help:stock.config.settings,group_stock_tracking_lot:0 -msgid "" -"This allows you to manage products by using serial numbers. When you select " -"a serial number on product moves, you can get the traceability of that " -"product." -msgstr "" - #. module: stock #: model:ir.actions.act_window,help:stock.quantsact msgid "" @@ -5006,7 +5110,7 @@ msgid "Total routes" msgstr "" #. module: stock -#: code:addons/stock/stock.py:1470 +#: code:addons/stock/stock.py:1505 #: model:ir.ui.menu,name:stock.menu_traceability #: view:stock.config.settings:stock.view_stock_config_settings #: view:stock.production.lot:stock.view_production_lot_form @@ -5050,9 +5154,15 @@ msgstr "" #. module: stock #: view:stock.picking:stock.view_picking_form +#: field:stock.transfer_details_items,transfer_id:0 msgid "Transfer" msgstr "" +#. module: stock +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details +msgid "Transfer details" +msgstr "" + #. module: stock #: selection:stock.picking,state:0 msgid "Transferred" @@ -5144,7 +5254,7 @@ msgid "Units of Measure" msgstr "量度單位" #. module: stock -#: code:addons/stock/stock.py:3601 +#: code:addons/stock/stock.py:3665 #, python-format msgid "Unknown Pack" msgstr "" @@ -5227,7 +5337,7 @@ msgid "User" msgstr "使用者" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "User Error!" msgstr "使用者錯誤!" @@ -5336,11 +5446,6 @@ msgstr "" msgid "Warehouse Configuration" msgstr "" -#. module: stock -#: model:ir.ui.menu,name:stock.menu_warehouse_config -msgid "Warehouse Management" -msgstr "庫存管理" - #. module: stock #: field:stock.warehouse,name:0 msgid "Warehouse Name" @@ -5357,7 +5462,7 @@ msgid "Warehouse to consider for the route selection" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3420 +#: code:addons/stock/stock.py:3478 #, python-format msgid "Warehouse's Routes" msgstr "" @@ -5370,8 +5475,8 @@ msgid "Warehouses" msgstr "倉庫" #. module: stock -#: code:addons/stock/stock.py:2512 -#: code:addons/stock/stock.py:3392 +#: code:addons/stock/stock.py:2564 +#: code:addons/stock/stock.py:3450 #: code:addons/stock/wizard/make_procurement_product.py:117 #: code:addons/stock/wizard/stock_change_product_qty.py:58 #, python-format @@ -5385,9 +5490,9 @@ msgid "Warning !" msgstr "警告!" #. module: stock -#: code:addons/stock/stock.py:860 -#: code:addons/stock/stock.py:2064 -#: code:addons/stock/stock.py:2318 +#: code:addons/stock/stock.py:871 +#: code:addons/stock/stock.py:2101 +#: code:addons/stock/stock.py:2355 #: code:addons/stock/wizard/stock_change_product_qty.py:92 #: code:addons/stock/wizard/stock_return_picking.py:69 #: code:addons/stock/wizard/stock_return_picking.py:84 @@ -5397,13 +5502,13 @@ msgid "Warning!" msgstr "警告!" #. module: stock -#: code:addons/stock/stock.py:3734 +#: code:addons/stock/stock.py:3798 #, python-format msgid "Warning: wrong UoM!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3741 +#: code:addons/stock/stock.py:3805 #, python-format msgid "Warning: wrong quantity!" msgstr "" @@ -5452,13 +5557,13 @@ msgid "You can delete lines to ignore some products." msgstr "" #. module: stock -#: code:addons/stock/stock.py:357 +#: code:addons/stock/stock.py:367 #, python-format msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2720 +#: code:addons/stock/stock.py:2772 #, python-format msgid "" "You can only change the checked quantity of an existing inventory line. If " @@ -5467,25 +5572,25 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2303 +#: code:addons/stock/stock.py:2340 #, python-format msgid "You can only delete draft moves." msgstr "只能刪除調動草案。" #. module: stock -#: code:addons/stock/stock.py:2148 +#: code:addons/stock/stock.py:2187 #, python-format msgid "You cannot cancel a stock move that has been set to 'Done'." msgstr "" #. module: stock -#: code:addons/stock/stock.py:617 +#: code:addons/stock/stock.py:628 #, python-format msgid "You cannot move to a location of type view %s." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2512 +#: code:addons/stock/stock.py:2564 #, python-format msgid "" "You cannot set a negative product quantity in an inventory line:\n" @@ -5493,13 +5598,13 @@ msgid "" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2368 +#: code:addons/stock/stock.py:2405 #, python-format msgid "You cannot split a draft move. It needs to be confirmed first." msgstr "" #. module: stock -#: code:addons/stock/stock.py:2364 +#: code:addons/stock/stock.py:2401 #, python-format msgid "You cannot split a move done" msgstr "" @@ -5525,7 +5630,7 @@ msgid "You may only return pickings that are Done!" msgstr "" #. module: stock -#: code:addons/stock/stock.py:2064 +#: code:addons/stock/stock.py:2101 #, python-format msgid "You must assign a serial number for the product %s" msgstr "" @@ -5539,11 +5644,13 @@ msgstr "" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Apply" msgstr "套用(_A)" #. module: stock #: view:stock.change.product.qty:stock.view_change_product_quantity +#: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "_Cancel" msgstr "取消(_C)" @@ -5653,3 +5760,6 @@ msgstr "" #: view:product.template:stock.view_template_property_form msgid "⇒ Update" msgstr "" + +#~ msgid "Warehouse Management" +#~ msgstr "庫存管理" diff --git a/addons/stock_account/i18n/de.po b/addons/stock_account/i18n/de.po index c49f16a2b7e..9a9390cde41 100644 --- a/addons/stock_account/i18n/de.po +++ b/addons/stock_account/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 12:15+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:39+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_account #: view:stock.history:stock_account.view_stock_history_report_tree @@ -44,7 +44,7 @@ msgid "Accounting Information" msgstr "Buchhaltungsinformationen" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "Aktuelle ID ist in diesem Kontext nicht definiert" @@ -209,8 +209,8 @@ msgid "Destination Journal" msgstr "Zieljournal" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -377,7 +377,7 @@ msgid "Move" msgstr "Buchung" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "Es gibt keinen Unterschied zwischen Standardpreise und Neupreis!" @@ -409,7 +409,7 @@ msgid "Not Applicable" msgstr "Nicht abzurechnen" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -461,7 +461,6 @@ msgid "Procurement Rule" msgstr "Beschaffungsregel" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -541,8 +540,8 @@ msgid "Standard Price" msgstr "Standardpreis" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "Geänderter Standardpreis" diff --git a/addons/stock_account/i18n/es.po b/addons/stock_account/i18n/es.po index 833b75c61f2..58aa1fe7bb4 100644 --- a/addons/stock_account/i18n/es.po +++ b/addons/stock_account/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-25 00:04+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:07+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_account #: view:stock.history:stock_account.view_stock_history_report_tree @@ -43,7 +43,7 @@ msgid "Accounting Information" msgstr "Información contable" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "El ID activo no se ha establecido en el contexto." @@ -207,8 +207,8 @@ msgid "Destination Journal" msgstr "Diario destino" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -373,7 +373,7 @@ msgid "Move" msgstr "Movimiento" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "¡No hay diferencias entre el precio estándar y el nuevo precio!" @@ -405,7 +405,7 @@ msgid "Not Applicable" msgstr "No aplicable" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -457,7 +457,6 @@ msgid "Procurement Rule" msgstr "Regla de abastecimiento" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -537,8 +536,8 @@ msgid "Standard Price" msgstr "Precio estándar" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "Precio estándar cambiado" diff --git a/addons/stock_account/i18n/hr.po b/addons/stock_account/i18n/hr.po index 4f6f3b22d21..6d34d67b948 100644 --- a/addons/stock_account/i18n/hr.po +++ b/addons/stock_account/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-01 11:17+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_account #: view:stock.history:stock_account.view_stock_history_report_tree @@ -43,7 +43,7 @@ msgid "Accounting Information" msgstr "Računovodstvo" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "" @@ -196,8 +196,8 @@ msgid "Destination Journal" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -348,7 +348,7 @@ msgid "Move" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "" @@ -380,7 +380,7 @@ msgid "Not Applicable" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -424,7 +424,6 @@ msgid "Procurement Rule" msgstr "" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -503,8 +502,8 @@ msgid "Standard Price" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "" diff --git a/addons/stock_account/i18n/nl.po b/addons/stock_account/i18n/nl.po index 4c4c0b45ae0..5a537751987 100644 --- a/addons/stock_account/i18n/nl.po +++ b/addons/stock_account/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-27 08:50+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_account #: view:stock.history:stock_account.view_stock_history_report_tree @@ -43,7 +43,7 @@ msgid "Accounting Information" msgstr "Financiële informatie" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "Active ID is niet ingesteld in Context." @@ -209,8 +209,8 @@ msgid "Destination Journal" msgstr "Bestemmingsdagboek" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -374,7 +374,7 @@ msgid "Move" msgstr "Mutatie" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "Gen verschil tussen standaard prijs en de nieuwe prijs." @@ -406,7 +406,7 @@ msgid "Not Applicable" msgstr "Niet van toepassing" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -459,7 +459,6 @@ msgid "Procurement Rule" msgstr "Verwerving regel" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -538,8 +537,8 @@ msgid "Standard Price" msgstr "Kostprijs" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "Kostprijs veranderd" diff --git a/addons/stock_account/i18n/pl.po b/addons/stock_account/i18n/pl.po index c7b7146f9f7..f998b77e8ba 100644 --- a/addons/stock_account/i18n/pl.po +++ b/addons/stock_account/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-29 10:52+0000\n" "Last-Translator: Judyta Kazmierczak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:39+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_account #: view:stock.history:stock_account.view_stock_history_report_tree @@ -44,7 +44,7 @@ msgid "Accounting Information" msgstr "Informacje księgowe" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "Aktrywne ID nie jest ustawione w kontekście." @@ -198,8 +198,8 @@ msgid "Destination Journal" msgstr "Dziennik docelowy" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -355,7 +355,7 @@ msgid "Move" msgstr "Przesunięcie" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "Nie ma różnicy między ceną ewidencyjną a nową ceną!" @@ -387,7 +387,7 @@ msgid "Not Applicable" msgstr "Nie dotyczy" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -431,7 +431,6 @@ msgid "Procurement Rule" msgstr "Reguła zapotrzebowania" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -510,8 +509,8 @@ msgid "Standard Price" msgstr "Cena ewidencyjna" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "" diff --git a/addons/stock_account/i18n/pt.po b/addons/stock_account/i18n/pt.po index e9cb7c40e07..9f80857279e 100644 --- a/addons/stock_account/i18n/pt.po +++ b/addons/stock_account/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-19 16:15+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_account #: view:stock.history:stock_account.view_stock_history_report_tree @@ -43,7 +43,7 @@ msgid "Accounting Information" msgstr "Informação Contabilística" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "Active ID não definido para o Contexto" @@ -209,8 +209,8 @@ msgid "Destination Journal" msgstr "Diário de Destino" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -374,7 +374,7 @@ msgid "Move" msgstr "Movimento" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "Sem diferença entre preço padrão e novo preço !" @@ -406,7 +406,7 @@ msgid "Not Applicable" msgstr "Não Aplicável" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -459,7 +459,6 @@ msgid "Procurement Rule" msgstr "Regra de Aprovisionamento" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -538,8 +537,8 @@ msgid "Standard Price" msgstr "Preço de Custo" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "Preço de Custo Alterado" diff --git a/addons/stock_account/i18n/pt_BR.po b/addons/stock_account/i18n/pt_BR.po index f44db20cdd8..6fdc541e44e 100644 --- a/addons/stock_account/i18n/pt_BR.po +++ b/addons/stock_account/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-19 11:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: stock_account @@ -43,7 +43,7 @@ msgid "Accounting Information" msgstr "" #. module: stock_account -#: code:addons/stock_account/wizard/stock_change_standard_price.py:70 +#: code:addons/stock_account/wizard/stock_change_standard_price.py:76 #, python-format msgid "Active ID is not set in Context." msgstr "" @@ -196,8 +196,8 @@ msgid "Destination Journal" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:49 -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:83 +#: code:addons/stock_account/product.py:116 #: code:addons/stock_account/wizard/stock_invoice_onshipping.py:91 #, python-format msgid "Error!" @@ -348,7 +348,7 @@ msgid "Move" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:81 +#: code:addons/stock_account/product.py:116 #, python-format msgid "No difference between standard price and new price!" msgstr "" @@ -380,7 +380,7 @@ msgid "Not Applicable" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:49 +#: code:addons/stock_account/product.py:83 #, python-format msgid "" "One of the following information is missing on the product or product " @@ -424,7 +424,6 @@ msgid "Procurement Rule" msgstr "" #. module: stock_account -#: model:ir.model,name:stock_account.model_product_product #: view:stock.history:stock_account.view_stock_history_report_search #: field:stock.history,product_id:0 msgid "Product" @@ -503,8 +502,8 @@ msgid "Standard Price" msgstr "" #. module: stock_account -#: code:addons/stock_account/product.py:101 -#: code:addons/stock_account/product.py:108 +#: code:addons/stock_account/product.py:137 +#: code:addons/stock_account/product.py:144 #, python-format msgid "Standard Price changed" msgstr "" diff --git a/addons/stock_dropshipping/i18n/de.po b/addons/stock_dropshipping/i18n/de.po index 31a591e4e2b..739c3aae2ee 100644 --- a/addons/stock_dropshipping/i18n/de.po +++ b/addons/stock_dropshipping/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 06:49+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,10 +15,15 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: stock_dropshipping #: model:stock.picking.type,name:stock_dropshipping.picking_type_dropship msgid "Dropship" msgstr "Streckengeschäft" + +#. module: stock_dropshipping +#: model:ir.model,name:stock_dropshipping.model_stock_invoice_onshipping +msgid "Stock Invoice Onshipping" +msgstr "" diff --git a/addons/stock_dropshipping/i18n/es.po b/addons/stock_dropshipping/i18n/es.po index ac126a30bc5..57df2c352ef 100644 --- a/addons/stock_dropshipping/i18n/es.po +++ b/addons/stock_dropshipping/i18n/es.po @@ -7,17 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 21:25+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:27+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_dropshipping #: model:stock.picking.type,name:stock_dropshipping.picking_type_dropship msgid "Dropship" msgstr "Dropship" + +#. module: stock_dropshipping +#: model:ir.model,name:stock_dropshipping.model_stock_invoice_onshipping +msgid "Stock Invoice Onshipping" +msgstr "Factura en el envío de existencias" diff --git a/addons/stock_dropshipping/i18n/nl.po b/addons/stock_dropshipping/i18n/nl.po index 18ed954d503..606e3b11965 100644 --- a/addons/stock_dropshipping/i18n/nl.po +++ b/addons/stock_dropshipping/i18n/nl.po @@ -7,17 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-15 17:29+0000\n" -"Last-Translator: Mario Gielissen (Openworx) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 10:02+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_dropshipping #: model:stock.picking.type,name:stock_dropshipping.picking_type_dropship msgid "Dropship" msgstr "Dropship" + +#. module: stock_dropshipping +#: model:ir.model,name:stock_dropshipping.model_stock_invoice_onshipping +msgid "Stock Invoice Onshipping" +msgstr "Factureren bij levering" diff --git a/addons/stock_dropshipping/i18n/pt.po b/addons/stock_dropshipping/i18n/pt.po index b450cdf3afe..92251cebbe8 100644 --- a/addons/stock_dropshipping/i18n/pt.po +++ b/addons/stock_dropshipping/i18n/pt.po @@ -7,17 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 15:39+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: stock_dropshipping #: model:stock.picking.type,name:stock_dropshipping.picking_type_dropship msgid "Dropship" msgstr "Envio Directo" + +#. module: stock_dropshipping +#: model:ir.model,name:stock_dropshipping.model_stock_invoice_onshipping +msgid "Stock Invoice Onshipping" +msgstr "" diff --git a/addons/stock_dropshipping/i18n/pt_BR.po b/addons/stock_dropshipping/i18n/pt_BR.po index 63474ee6e5d..e340f4952c9 100644 --- a/addons/stock_dropshipping/i18n/pt_BR.po +++ b/addons/stock_dropshipping/i18n/pt_BR.po @@ -7,17 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 08:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: stock_dropshipping #: model:stock.picking.type,name:stock_dropshipping.picking_type_dropship msgid "Dropship" msgstr "" + +#. module: stock_dropshipping +#: model:ir.model,name:stock_dropshipping.model_stock_invoice_onshipping +msgid "Stock Invoice Onshipping" +msgstr "" diff --git a/addons/stock_landed_costs/i18n/de.po b/addons/stock_landed_costs/i18n/de.po index 2b68de3d74e..5fe0556f751 100644 --- a/addons/stock_landed_costs/i18n/de.po +++ b/addons/stock_landed_costs/i18n/de.po @@ -7,17 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-18 16:06+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 09:41+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: stock_landed_costs +#: code:addons/stock_landed_costs/stock_landed_costs.py:142 +#: code:addons/stock_landed_costs/stock_landed_costs.py:150 +#, python-format +msgid " already out" +msgstr "" + #. module: stock_landed_costs #: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost msgid "" @@ -104,6 +110,11 @@ msgstr "Abgebrochen" msgid "Compute" msgstr "Berechne" +#. module: stock_landed_costs +#: field:stock.landed.cost.lines,price_unit:0 +msgid "Cost" +msgstr "Kosten" + #. module: stock_landed_costs #: field:stock.valuation.adjustment.lines,cost_line_id:0 msgid "Cost Line" @@ -165,8 +176,8 @@ msgstr "Gleich" #. module: stock_landed_costs #: code:addons/stock_landed_costs/stock_landed_costs.py:74 -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format msgid "Error!" msgstr "Fehler!" @@ -310,7 +321,7 @@ msgid "Pickings" msgstr "Pickaufträge" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 #, python-format msgid "Please configure Stock Expense Account for product: %s." msgstr "Bitte Lagerkostenart für Produkt %s pflegen." @@ -407,11 +418,6 @@ msgstr "" msgid "Total" msgstr "Summe" -#. module: stock_landed_costs -#: field:stock.landed.cost.lines,price_unit:0 -msgid "Unit Price" -msgstr "Preis/ME" - #. module: stock_landed_costs #: field:stock.landed.cost,message_unread:0 msgid "Unread Messages" @@ -449,10 +455,10 @@ msgid "Weight" msgstr "Gewicht" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format -msgid "You cannot validate a landed cost which has no valuation line." -msgstr "Sie können keine Einstandskosten ohne Bewertungspositionen buchen." +msgid "You cannot validate a landed cost which has no valid valuation lines." +msgstr "" #. module: stock_landed_costs #: view:product.product:stock_landed_costs.view_stock_landed_cost_type_form diff --git a/addons/stock_landed_costs/i18n/es.po b/addons/stock_landed_costs/i18n/es.po index ffdc5e00ea9..bdfbf61d75d 100644 --- a/addons/stock_landed_costs/i18n/es.po +++ b/addons/stock_landed_costs/i18n/es.po @@ -7,15 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-19 19:10+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 19:32+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:33+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: stock_landed_costs +#: code:addons/stock_landed_costs/stock_landed_costs.py:142 +#: code:addons/stock_landed_costs/stock_landed_costs.py:150 +#, python-format +msgid " already out" +msgstr " ya fuera" #. module: stock_landed_costs #: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost @@ -102,6 +109,11 @@ msgstr "Cancelado" msgid "Compute" msgstr "Calcular" +#. module: stock_landed_costs +#: field:stock.landed.cost.lines,price_unit:0 +msgid "Cost" +msgstr "Coste" + #. module: stock_landed_costs #: field:stock.valuation.adjustment.lines,cost_line_id:0 msgid "Cost Line" @@ -163,8 +175,8 @@ msgstr "Igual" #. module: stock_landed_costs #: code:addons/stock_landed_costs/stock_landed_costs.py:74 -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format msgid "Error!" msgstr "Error" @@ -308,7 +320,7 @@ msgid "Pickings" msgstr "Albaranes" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 #, python-format msgid "Please configure Stock Expense Account for product: %s." msgstr "" @@ -407,11 +419,6 @@ msgstr "" msgid "Total" msgstr "Total" -#. module: stock_landed_costs -#: field:stock.landed.cost.lines,price_unit:0 -msgid "Unit Price" -msgstr "Precio unitario" - #. module: stock_landed_costs #: field:stock.landed.cost,message_unread:0 msgid "Unread Messages" @@ -449,11 +456,11 @@ msgid "Weight" msgstr "Peso" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format -msgid "You cannot validate a landed cost which has no valuation line." +msgid "You cannot validate a landed cost which has no valid valuation lines." msgstr "" -"No puede validar un coste en destino que no tiene línea de valorización" +"No puede validar un coste en destino que no tiene líneas de valorización." #. module: stock_landed_costs #: view:product.product:stock_landed_costs.view_stock_landed_cost_type_form diff --git a/addons/stock_landed_costs/i18n/nl.po b/addons/stock_landed_costs/i18n/nl.po index dcb15d2574a..b83654a47c2 100644 --- a/addons/stock_landed_costs/i18n/nl.po +++ b/addons/stock_landed_costs/i18n/nl.po @@ -7,15 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-29 11:36+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:02+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:39+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: stock_landed_costs +#: code:addons/stock_landed_costs/stock_landed_costs.py:142 +#: code:addons/stock_landed_costs/stock_landed_costs.py:150 +#, python-format +msgid " already out" +msgstr " al weg" #. module: stock_landed_costs #: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost @@ -102,6 +109,11 @@ msgstr "Geannuleerd" msgid "Compute" msgstr "Bereken" +#. module: stock_landed_costs +#: field:stock.landed.cost.lines,price_unit:0 +msgid "Cost" +msgstr "Kostprijs" + #. module: stock_landed_costs #: field:stock.valuation.adjustment.lines,cost_line_id:0 msgid "Cost Line" @@ -163,8 +175,8 @@ msgstr "Gelijk aan" #. module: stock_landed_costs #: code:addons/stock_landed_costs/stock_landed_costs.py:74 -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format msgid "Error!" msgstr "Fout!" @@ -309,7 +321,7 @@ msgid "Pickings" msgstr "Verzamelingen" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 #, python-format msgid "Please configure Stock Expense Account for product: %s." msgstr "U dien een voorraad kosten rekening te definiëren voor product: %s" @@ -406,11 +418,6 @@ msgstr "" msgid "Total" msgstr "Totaal" -#. module: stock_landed_costs -#: field:stock.landed.cost.lines,price_unit:0 -msgid "Unit Price" -msgstr "Prijs" - #. module: stock_landed_costs #: field:stock.landed.cost,message_unread:0 msgid "Unread Messages" @@ -448,12 +455,12 @@ msgid "Weight" msgstr "Gewicht" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format -msgid "You cannot validate a landed cost which has no valuation line." +msgid "You cannot validate a landed cost which has no valid valuation lines." msgstr "" -"Het is niet mogelijk om kosten te valideren welke geen voorraadwaarde regel " -"heeft." +"U kunt geen extra kosten goedkeuren als deze geen geldige Voorraadwaarde " +"regels heeft." #. module: stock_landed_costs #: view:product.product:stock_landed_costs.view_stock_landed_cost_type_form diff --git a/addons/stock_landed_costs/i18n/pl.po b/addons/stock_landed_costs/i18n/pl.po index 989ee423dcc..e7a6bd5878a 100644 --- a/addons/stock_landed_costs/i18n/pl.po +++ b/addons/stock_landed_costs/i18n/pl.po @@ -7,15 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-21 11:33+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:25+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: stock_landed_costs +#: code:addons/stock_landed_costs/stock_landed_costs.py:142 +#: code:addons/stock_landed_costs/stock_landed_costs.py:150 +#, python-format +msgid " already out" +msgstr "" #. module: stock_landed_costs #: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost @@ -102,6 +109,11 @@ msgstr "Anulowane" msgid "Compute" msgstr "Oblicz" +#. module: stock_landed_costs +#: field:stock.landed.cost.lines,price_unit:0 +msgid "Cost" +msgstr "" + #. module: stock_landed_costs #: field:stock.valuation.adjustment.lines,cost_line_id:0 msgid "Cost Line" @@ -163,8 +175,8 @@ msgstr "Równe" #. module: stock_landed_costs #: code:addons/stock_landed_costs/stock_landed_costs.py:74 -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format msgid "Error!" msgstr "Błąd!" @@ -309,7 +321,7 @@ msgid "Pickings" msgstr "Pobrania" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 #, python-format msgid "Please configure Stock Expense Account for product: %s." msgstr "Skonfiguruj konto wydatków dla produktu: %s." @@ -402,11 +414,6 @@ msgstr "" msgid "Total" msgstr "Suma" -#. module: stock_landed_costs -#: field:stock.landed.cost.lines,price_unit:0 -msgid "Unit Price" -msgstr "Cena jednostkowa" - #. module: stock_landed_costs #: field:stock.landed.cost,message_unread:0 msgid "Unread Messages" @@ -444,12 +451,19 @@ msgid "Weight" msgstr "Waga" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format -msgid "You cannot validate a landed cost which has no valuation line." -msgstr "Nie możesz zatwierdzać kosztu nabycia bez pozycji." +msgid "You cannot validate a landed cost which has no valid valuation lines." +msgstr "" #. module: stock_landed_costs #: view:product.product:stock_landed_costs.view_stock_landed_cost_type_form msgid "describe the product characteristics..." msgstr "opisuje produkt..." + +#~ msgid "Unit Price" +#~ msgstr "Cena jednostkowa" + +#, python-format +#~ msgid "You cannot validate a landed cost which has no valuation line." +#~ msgstr "Nie możesz zatwierdzać kosztu nabycia bez pozycji." diff --git a/addons/stock_landed_costs/i18n/pt.po b/addons/stock_landed_costs/i18n/pt.po index ec125ab5156..002c03b0d19 100644 --- a/addons/stock_landed_costs/i18n/pt.po +++ b/addons/stock_landed_costs/i18n/pt.po @@ -7,15 +7,22 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-19 15:56+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: stock_landed_costs +#: code:addons/stock_landed_costs/stock_landed_costs.py:142 +#: code:addons/stock_landed_costs/stock_landed_costs.py:150 +#, python-format +msgid " already out" +msgstr "" #. module: stock_landed_costs #: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost @@ -102,6 +109,11 @@ msgstr "Cancelado" msgid "Compute" msgstr "Calcular" +#. module: stock_landed_costs +#: field:stock.landed.cost.lines,price_unit:0 +msgid "Cost" +msgstr "" + #. module: stock_landed_costs #: field:stock.valuation.adjustment.lines,cost_line_id:0 msgid "Cost Line" @@ -163,8 +175,8 @@ msgstr "Igual" #. module: stock_landed_costs #: code:addons/stock_landed_costs/stock_landed_costs.py:74 -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format msgid "Error!" msgstr "Erro !" @@ -308,7 +320,7 @@ msgid "Pickings" msgstr "Recolhas" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 #, python-format msgid "Please configure Stock Expense Account for product: %s." msgstr "Configure a Conta de despesas para o produto: % s." @@ -405,11 +417,6 @@ msgstr "" msgid "Total" msgstr "Total" -#. module: stock_landed_costs -#: field:stock.landed.cost.lines,price_unit:0 -msgid "Unit Price" -msgstr "Preço Unitário" - #. module: stock_landed_costs #: field:stock.landed.cost,message_unread:0 msgid "Unread Messages" @@ -447,14 +454,21 @@ msgid "Weight" msgstr "Peso" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format -msgid "You cannot validate a landed cost which has no valuation line." +msgid "You cannot validate a landed cost which has no valid valuation lines." msgstr "" -"Você não pode validar um custo de entrega que não tem nenhuma linha de " -"valorização." #. module: stock_landed_costs #: view:product.product:stock_landed_costs.view_stock_landed_cost_type_form msgid "describe the product characteristics..." msgstr "descrever as características do produto ..." + +#~ msgid "Unit Price" +#~ msgstr "Preço Unitário" + +#, python-format +#~ msgid "You cannot validate a landed cost which has no valuation line." +#~ msgstr "" +#~ "Você não pode validar um custo de entrega que não tem nenhuma linha de " +#~ "valorização." diff --git a/addons/stock_landed_costs/i18n/pt_BR.po b/addons/stock_landed_costs/i18n/pt_BR.po index 59e7ad370a1..fe3d506979b 100644 --- a/addons/stock_landed_costs/i18n/pt_BR.po +++ b/addons/stock_landed_costs/i18n/pt_BR.po @@ -7,16 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-09-19 10:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" "X-Generator: Launchpad (build 17196)\n" +#. module: stock_landed_costs +#: code:addons/stock_landed_costs/stock_landed_costs.py:142 +#: code:addons/stock_landed_costs/stock_landed_costs.py:150 +#, python-format +msgid " already out" +msgstr "" + #. module: stock_landed_costs #: model:ir.actions.act_window,help:stock_landed_costs.action_stock_landed_cost msgid "" @@ -94,6 +101,11 @@ msgstr "" msgid "Compute" msgstr "" +#. module: stock_landed_costs +#: field:stock.landed.cost.lines,price_unit:0 +msgid "Cost" +msgstr "" + #. module: stock_landed_costs #: field:stock.valuation.adjustment.lines,cost_line_id:0 msgid "Cost Line" @@ -155,8 +167,8 @@ msgstr "" #. module: stock_landed_costs #: code:addons/stock_landed_costs/stock_landed_costs.py:74 -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format msgid "Error!" msgstr "" @@ -298,7 +310,7 @@ msgid "Pickings" msgstr "" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:110 +#: code:addons/stock_landed_costs/stock_landed_costs.py:112 #, python-format msgid "Please configure Stock Expense Account for product: %s." msgstr "" @@ -391,11 +403,6 @@ msgstr "" msgid "Total" msgstr "" -#. module: stock_landed_costs -#: field:stock.landed.cost.lines,price_unit:0 -msgid "Unit Price" -msgstr "" - #. module: stock_landed_costs #: field:stock.landed.cost,message_unread:0 msgid "Unread Messages" @@ -433,9 +440,9 @@ msgid "Weight" msgstr "" #. module: stock_landed_costs -#: code:addons/stock_landed_costs/stock_landed_costs.py:149 +#: code:addons/stock_landed_costs/stock_landed_costs.py:192 #, python-format -msgid "You cannot validate a landed cost which has no valuation line." +msgid "You cannot validate a landed cost which has no valid valuation lines." msgstr "" #. module: stock_landed_costs diff --git a/addons/survey/i18n/ar.po b/addons/survey/i18n/ar.po index 641652776ca..d2e4d4b8d4a 100644 --- a/addons/survey/i18n/ar.po +++ b/addons/survey/i18n/ar.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "# الأسئلة" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "# الأسئلة" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "رسالة خطأ" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "خطأ!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/bg.po b/addons/survey/i18n/bg.po index 2d82b1161e6..f8d3db9bb11 100644 --- a/addons/survey/i18n/bg.po +++ b/addons/survey/i18n/bg.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Въпроси" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Въпроси" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Съобщение за грешка" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Грешка!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/ca.po b/addons/survey/i18n/ca.po index c05b03c6910..cb9a40cc748 100644 --- a/addons/survey/i18n/ca.po +++ b/addons/survey/i18n/ca.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "Núm preguntes" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:40+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "Núm preguntes" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Missatge d'error" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Error!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/cs.po b/addons/survey/i18n/cs.po index 5b9ac007d7e..a9b46a1fcb2 100644 --- a/addons/survey/i18n/cs.po +++ b/addons/survey/i18n/cs.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Otázky" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Otázky" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/da.po b/addons/survey/i18n/da.po index 0b2520af982..9648d16bc88 100644 --- a/addons/survey/i18n/da.po +++ b/addons/survey/i18n/da.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/de.po b/addons/survey/i18n/de.po index 982a86264c4..b541caf1b8e 100644 --- a/addons/survey/i18n/de.po +++ b/addons/survey/i18n/de.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 17:47+0000\n" -"Last-Translator: Jan Dasenbrock (openbig.org) \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-10-03 09:41+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "# Fragen" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (Kopie)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" - #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -50,18 +34,37 @@ msgid "" " \n" " " msgstr "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hallo,

    \n" -"

    Wir führen eine Umfrage durch und würden uns über " -"Ihre Beteiligung freuen.

    \n" -"

    Bitte klicken Sie hier, um die " -"Umfrage zu starten

    \n" -"

    Vielen Dank für Ihre Teilnahme!

    \n" +"

    wir führen gerade eine Umfrage durch und würden uns " +"über Ihre Beantwortung freuen.

    \n" +"

    Start der Befragung

    \n" +"

    Danke für Ihre Beteiligung!

    \n" "
    \n" " \n" " " +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "# Fragen" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (Kopie)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "×" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -133,7 +136,7 @@ msgstr "

    Diese Umfrage sollte weniger als 5 Minuten dauern.

    " #. module: survey #: constraint:survey.label:0 msgid "A label must be attached to one and only one question" -msgstr "" +msgstr "Eine Überschrift sollte sich eindeutig nur auf eine Frage beziehen" #. module: survey #: sql_constraint:survey.question:0 @@ -229,8 +232,8 @@ msgstr "Ein einleitender Text für diese Seite" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" -msgstr "Statistik zu Antworten" +msgid "Analyze Answers" +msgstr "Statistik der Antworten" #. module: survey #: view:website:survey.result_choice @@ -287,6 +290,8 @@ msgid "" "Author of the message. If not set, email_from may hold an email address that " "did not match any partner." msgstr "" +"Verfasser der Mitteilung. Wenn nicht gesetzt, kann die E-Mail " +"Absenderadresse keinem Partner zugeordnet werden." #. module: survey #: field:survey.mail.compose.message,author_avatar:0 @@ -321,7 +326,7 @@ msgstr "Kategorie" #. module: survey #: field:survey.mail.compose.message,child_ids:0 msgid "Child Messages" -msgstr "" +msgstr "Kommentare" #. module: survey #: view:website:survey.simple_choice @@ -468,7 +473,7 @@ msgstr "Erstellungsdatum" #. module: survey #: help:survey.mail.compose.message,starred:0 msgid "Current user has a starred notification linked to this message" -msgstr "" +msgstr "Dieser Benutzer hat diese Nachricht markiert" #. module: survey #: help:survey.mail.compose.message,to_read:0 @@ -576,7 +581,7 @@ msgstr "Haben Sie einen Vorschläge zur Gewinnung weiterer Mitarbeiter ?" #. module: survey #: model:survey.question,question:survey.feedback_2_3 msgid "Do you have suggestions on how to improve the process view ?" -msgstr "" +msgstr "Haben Sie Vorschläge zur Verbesserung der Prozessansicht ?" #. module: survey #: model:survey.stage,name:survey.stage_draft @@ -630,7 +635,7 @@ msgid "Error message" msgstr "Fehlermeldung" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Fehler!" @@ -816,7 +821,7 @@ msgstr "" "geschlossen ist." #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -867,7 +872,7 @@ msgstr "Ist ein Follower" #. module: survey #: field:survey.survey,designed:0 msgid "Is designed?" -msgstr "" +msgstr "Design ist fertig ?" #. module: survey #: model:survey.label,value:survey.choice_2_4_2 @@ -902,13 +907,13 @@ msgstr "Es ist einfach, den Prozess zu finden, den man benötigt" #. module: survey #: field:survey.label,sequence:0 msgid "Label Sequence order" -msgstr "" +msgstr "Überschrift Reihenfolge" #. module: survey #: model:ir.actions.act_window,name:survey.action_survey_label_form #: model:ir.ui.menu,name:survey.menu_survey_label_form1 msgid "Labels" -msgstr "" +msgstr "Überschriften" #. module: survey #: field:survey.survey,message_last_post:0 @@ -999,7 +1004,7 @@ msgstr "Matrixfrage:" #. module: survey #: sql_constraint:survey.question:0 msgid "Max date cannot be smaller than min date!" -msgstr "" +msgstr "Das max. Datum kann nicht kleiner als das min. Datum sein!" #. module: survey #: sql_constraint:survey.question:0 @@ -1019,7 +1024,7 @@ msgstr "Maximum" #. module: survey #: field:survey.question,validation_max_date:0 msgid "Maximum Date" -msgstr "" +msgstr "Maximale Laufzeit bis" #. module: survey #: field:survey.question,validation_length_max:0 @@ -1073,7 +1078,7 @@ msgstr "Minimum" #. module: survey #: field:survey.question,validation_min_date:0 msgid "Minimum Date" -msgstr "" +msgstr "Minimale Laufzeit bis" #. module: survey #: field:survey.question,validation_length_min:0 @@ -1128,7 +1133,7 @@ msgstr "Nächste Seite" #. module: survey #: field:survey.mail.compose.message,no_auto_thread:0 msgid "No threading for answers" -msgstr "" +msgstr "Antworten werden nicht eingerückt" #. module: survey #: model:survey.label,value:survey.choice_1_1_4 @@ -1314,7 +1319,7 @@ msgstr "Bitte Umfrage auswählen" #. module: survey #: view:website:survey.page msgid "Previous page" -msgstr "Vorige Seite" +msgstr "Vorherige Seite" #. module: survey #: view:survey.survey:survey.survey_form @@ -1482,7 +1487,7 @@ msgstr "Quizergebnisse" #. module: survey #: field:survey.label,quizz_mark:0 msgid "Score for this answer" -msgstr "" +msgstr "Punkte für diese Antwort" #. module: survey #: field:survey.user_input_line,quizz_mark:0 @@ -1492,7 +1497,7 @@ msgstr "Punktzahl für diese Frage" #. module: survey #: view:survey.label:survey.survey_label_search msgid "Search Label" -msgstr "" +msgstr "Suchbegriff" #. module: survey #: view:survey.page:survey.survey_page_search @@ -1512,12 +1517,12 @@ msgstr "Suche Umfrage" #. module: survey #: view:survey.user_input_line:survey.survey_response_line_search msgid "Search User input lines" -msgstr "" +msgstr "Suche nach Benutzereingaben" #. module: survey #: view:survey.survey:survey.survey_form msgid "Select Options" -msgstr "" +msgstr "Selektiere Optionen" #. module: survey #: selection:survey.question,display_mode:0 @@ -1614,7 +1619,7 @@ msgstr "Stufe" #. module: survey #: field:survey.mail.compose.message,starred:0 msgid "Starred" -msgstr "" +msgstr "Markiert" #. module: survey #: view:website:survey.survey_init @@ -1644,32 +1649,37 @@ msgstr "Betreff..." #. module: survey #: view:website:survey.page msgid "Submit survey" -msgstr "" +msgstr "Befragung abschließen" #. module: survey #: field:survey.mail.compose.message,subtype_id:0 msgid "Subtype" -msgstr "" +msgstr "Untertyp" #. module: survey #: field:survey.user_input_line,value_suggested:0 msgid "Suggested answer" -msgstr "" +msgstr "Vorgeschlagene Antwort" #. module: survey #: field:survey.label,value:0 msgid "Suggested value" -msgstr "" +msgstr "Vorschlag" #. module: survey #: selection:survey.user_input_line,answer_type:0 msgid "Suggestion" -msgstr "" +msgstr "Vorschlag" + +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "Summe" #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" -msgstr "" +msgstr "Zusammenfassung" #. module: survey #: model:ir.model,name:survey.model_survey_survey @@ -1696,12 +1706,12 @@ msgstr "Umfrage Antwortzeile" #: model:ir.model,name:survey.model_survey_label #: view:survey.label:survey.survey_label_tree msgid "Survey Label" -msgstr "" +msgstr "Umfrageüberschrift" #. module: survey #: view:survey.survey:survey.survey_kanban msgid "Survey Options" -msgstr "" +msgstr "Umfrageeinstellungen" #. module: survey #: model:ir.model,name:survey.model_survey_page @@ -1720,38 +1730,38 @@ msgstr "Umfrage Frage" #. module: survey #: model:ir.model,name:survey.model_survey_stage msgid "Survey Stage" -msgstr "" +msgstr "Umfragestufe" #. module: survey #: model:ir.model,name:survey.model_survey_user_input msgid "Survey User Input" -msgstr "" +msgstr "Benutzereingaben" #. module: survey #: model:ir.model,name:survey.model_survey_user_input_line msgid "Survey User Input Line" -msgstr "" +msgstr "Benuzereingabe" #. module: survey #: model:ir.actions.act_window,name:survey.action_survey_user_input_line msgid "Survey User Input lines" -msgstr "" +msgstr "Benutzereingaben" #. module: survey #: model:ir.actions.act_window,name:survey.action_selected_survey_user_input msgid "Survey User input" -msgstr "" +msgstr "Benutzereingabe" #. module: survey #: view:survey.user_input:survey.survey_user_input_form #: view:survey.user_input:survey.survey_user_input_tree msgid "Survey User inputs" -msgstr "" +msgstr "Benutzeriengaben" #. module: survey #: field:survey.question,page_id:0 msgid "Survey page" -msgstr "" +msgstr "Umfrageseite" #. module: survey #: model:ir.actions.act_window,name:survey.action_survey_form @@ -1764,7 +1774,7 @@ msgstr "Umfragen" #. module: survey #: selection:survey.mail.compose.message,type:0 msgid "System notification" -msgstr "" +msgstr "Systemmitteilung" #. module: survey #: help:survey.mail.compose.message,notification_ids:0 @@ -1772,6 +1782,8 @@ msgid "" "Technical field holding the message notifications. Use notified_partner_ids " "to access notified partners." msgstr "" +"Technisches Feld mit der Benachrichtigung. Zum Zugriff auf zu " +"benachrichtigenden Partner verwenden Sie notified_partner_ids." #. module: survey #: view:survey.survey:survey.survey_kanban @@ -1818,19 +1830,22 @@ msgstr "Vielen Dank!" #: model:survey.label,value:survey.frow_2_5_3 msgid "The 'Usability/Extended View' group helps in daily work" msgstr "" +"Die Berechtigung 'Usability/Extended View' ist hilfreich für die tägliche " +"Bearbeitung" #. module: survey #: model:survey.label,value:survey.frow_2_5_4 msgid "The 'Usability/Extended View' group hides only optional fields" msgstr "" +"Die Berechtigung 'Usability/Extended View' versteckt nur optionale Felder." #. module: survey #: constraint:survey.user_input_line:0 msgid "The answer must be in the right type" -msgstr "" +msgstr "Der Typ der Antwort muss korrekt sein" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1855,6 +1870,8 @@ msgid "" "The content of the text don't contain '__URL__'. __URL__ " "is automaticaly converted into the special url of the survey." msgstr "" +"Der Textinhalt benötigt keine '__URL__' Angabe. __URL__ wird automatisch " +"in die richtige URL für die Umfrage umgewandelt." #. module: survey #: model:survey.label,value:survey.choice_2_4_1 @@ -1869,7 +1886,7 @@ msgstr "Die Frist kann nicht in der Vergangenheit liegen" #. module: survey #: model:survey.label,value:survey.frow_2_5_5 msgid "The groups set on menu items are relevant" -msgstr "" +msgstr "Die Berechtigungsgruppen für die Menüs sind relevant" #. module: survey #: model:survey.label,value:survey.choice_2_6_3 @@ -1903,32 +1920,32 @@ msgstr "Es gibt zu viel Menüs. Die Struktur ist zu komplex." #. module: survey #: model:survey.label,value:survey.frow_2_2_2 msgid "They are clean and correct" -msgstr "" +msgstr "Sie sind sauber und korrekt" #. module: survey #: model:survey.label,value:survey.frow_2_2_3 msgid "They are useful on a daily usage" -msgstr "" +msgstr "Sie sind hilfreich im täglichen Einsatz" #. module: survey #: model:survey.label,value:survey.frow_2_2_1 msgid "They help new users to understand Odoo" -msgstr "" +msgstr "Sie sind hilfreich für neue Odoo Benutzer" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "Diese Antwort muss eine E-Mail-Adresse sein" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "Dies ist kein Datum / keine Uhrzeit" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "Dies ist keine Zahl" @@ -1939,6 +1956,8 @@ msgid "" "This list of emails of recipients will not converted in contacts. Emails " "separated by commas, semicolons or newline." msgstr "" +"Die E-Mailempängerliste wird nicht automatisch in neue Kontakte umgewandelt. " +"E-Mails werden durch Kommas, Semikolon oder einen Zeilenumbruch getrennt." #. module: survey #: help:survey.survey,thank_you_message:0 @@ -1946,7 +1965,7 @@ msgid "This message will be displayed when survey is completed" msgstr "Diese Nachricht erscheint, wenn die Umfrage beendet wurde." #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -1977,7 +1996,7 @@ msgstr "Diese Umfrage ist nicht öffentlich. Danke für Ihr Interesse!" #. module: survey #: view:website:survey.auth_required msgid "This survey is open only to registered people. Please" -msgstr "" +msgstr "Die Umfrage ist nur für angemeldete Benutzer offen." #. module: survey #: model:survey.label,value:survey.frow_2_5_2 @@ -2048,7 +2067,7 @@ msgstr "Ungelesene Nachrichten" #. module: survey #: field:survey.mail.compose.message,use_active_domain:0 msgid "Use active domain" -msgstr "" +msgstr "Benutze die aktive Domain" #. module: survey #: view:survey.mail.compose.message:survey.survey_email_compose_message @@ -2078,7 +2097,7 @@ msgstr "Benutzereingabe" #. module: survey #: model:ir.ui.menu,name:survey.menu_survey_response_line_form msgid "User Input Lines" -msgstr "Benutzereingabezeilen" +msgstr "Benutzereingaben" #. module: survey #: view:website:survey.result_choice @@ -2090,27 +2109,27 @@ msgstr "Antworten der Nutzer" #. module: survey #: view:survey.survey:survey.survey_form msgid "User can come back in the previous page" -msgstr "Der Benutzer kann auf der vorherigen Seite zurückkommen" +msgstr "Der Benutzer kann auf die vorherige Seite zurückkommen" #. module: survey #: view:survey.user_input_line:survey.survey_user_input_line_form msgid "User input line details" -msgstr "Details zu Benutzereingabezeilen" +msgstr "Details zu Benutzereingaben" #. module: survey #: field:survey.survey,user_input_ids:0 msgid "User responses" -msgstr "" +msgstr "Benutzerantworten" #. module: survey #: field:survey.survey,users_can_go_back:0 msgid "Users can go back" -msgstr "" +msgstr "Benutzer können zurück gehen" #. module: survey #: help:survey.mail.compose.message,vote_user_ids:0 msgid "Users that voted for this message" -msgstr "" +msgstr "Benutzer, die diese Mitteilung positiv finden" #. module: survey #: help:survey.survey,auth_required:0 @@ -2118,36 +2137,38 @@ msgid "" "Users with a public link will be requested to login before taking part to " "the survey" msgstr "" +"Benutzer mit einem öffentlichen Link zur Umfrage müssen sich vor einer " +"Beantwortung anmelden." #. module: survey #: field:survey.question,validation_required:0 msgid "Validate entry" -msgstr "" +msgstr "Eingabeprüfung" #. module: survey #: view:survey.user_input:survey.survey_user_input_form msgid "View Results" -msgstr "" +msgstr "Ergebnisse ansehen" #. module: survey #: view:survey.survey:survey.survey_form msgid "View results" -msgstr "" +msgstr "Ergebnisse ansehen" #. module: survey #: view:website:survey.result_choice msgid "Vote" -msgstr "" +msgstr "Stimme ab" #. module: survey #: field:survey.mail.compose.message,vote_user_ids:0 msgid "Votes" -msgstr "" +msgstr "Stimmen" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,61 +2179,61 @@ msgstr "Warnung!" #. module: survey #: model:survey.question,question:survey.feedback_2_7 msgid "What do you think about configuration wizards?" -msgstr "" +msgstr "Was denken Sie über Konfigurationsassistenten ?" #. module: survey #: model:survey.question,question:survey.feedback_2_1 msgid "" "What do you think about the documentation available on doc.openerp.com?" -msgstr "" +msgstr "Was denken Sie über die Doku auf doc.openerp.com ?" #. module: survey #: model:survey.question,question:survey.feedback_2_5 msgid "What do you think about the groups of users?" -msgstr "" +msgstr "Was denken Sie über die Anwendergruppen ?" #. module: survey #: model:survey.question,question:survey.feedback_2_2 msgid "" "What do you think about the process views of Odoo, available in the web " "client ?" -msgstr "" +msgstr "Was denken Sie über die Prozessansichten im Odoo Web-Client ?" #. module: survey #: model:survey.question,question:survey.feedback_2_4 #: model:survey.question,question:survey.feedback_2_6 msgid "What do you think about the structure of the menus?" -msgstr "" +msgstr "Was denken Sie über die Menüstruktur ?" #. module: survey #: model:survey.question,question:survey.feedback_4_1 msgid "Where do you develop your new features?" -msgstr "" +msgstr "Wo entwickeln Sie Ihre neuen Erweiterungen ?" #. module: survey #: help:survey.mail.compose.message,is_log:0 msgid "Whether the message is an internal note (comment mode only)" -msgstr "" +msgstr "Wenn die Nachricht eine interne Notiz ist (Kommentar Modus)" #. module: survey #: model:survey.question,question:survey.feedback_1_2 msgid "Which modules are you using/testing?" -msgstr "" +msgstr "Welche Anwendungen testen Sie gerade ?" #. module: survey #: model:survey.label,value:survey.choice_1_1_1 msgid "Yes, I use a version < 7.0" -msgstr "" +msgstr "Ja, ich benutze eine Version < 7.0" #. module: survey #: model:survey.label,value:survey.choice_1_1_2 msgid "Yes, I use the 7.0 version, installed locally" -msgstr "" +msgstr "Ja, ich benutze 7.0 auf einer lokalen Instanz" #. module: survey #: model:survey.label,value:survey.choice_1_1_3 msgid "Yes, I use the online version of Odoo" -msgstr "" +msgstr "Ja, ich benutze Odoo Online" #. module: survey #: view:survey.mail.compose.message:survey.survey_email_compose_message @@ -2222,30 +2243,34 @@ msgid "" "with the public web link (in this case, the \"Public in website\" setting " "must be enabled)." msgstr "" +"Sie können Ihre Umfrage nach Bedarf für Ihr Publikum veröffentlichen oder " +"als private E-Mailnachricht senden. Pro Einladung kann jeder Benutzer nur " +"einmal an der Befragung teilnehmen." #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "Sie können dieses Element nicht duplizieren!" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "Sie können keine Einladung zu einer Umfrage ohne Fragen versenden." #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" +"Sie können keine Einladungen für bereits beendete Umfragen versenden." #. module: survey #: view:website:survey.sfinished msgid "You scored" -msgstr "" +msgstr "Sie haben folgende Punktzahl erreicht" #. module: survey #: view:website:survey.page diff --git a/addons/survey/i18n/es.po b/addons/survey/i18n/es.po index c6757087968..8407c615a48 100644 --- a/addons/survey/i18n/es.po +++ b/addons/survey/i18n/es.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-31 14:07+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-30 19:33+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-01 09:14+0000\n" -"X-Generator: Launchpad (build 17176)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Preguntas" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (copia)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "×" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -50,18 +34,38 @@ msgid "" " \n" " " msgstr "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hola,

    \n" -"

    Le queremos realizar una encuesta, y su respuesta " -"será muy apreciaa.

    \n" +"

    Estamos realizando una encuesta, y su respuesta sería " +"muy apreciada.

    \n" "

    Por favor, pulse aquí para " -"empezar la encuesta

    \n" +"iniciar la encuesta

    \n" "

    ¡Gracias por su participación!

    \n" "
    \n" " \n" " " +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Preguntas" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (copia)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "×" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -227,7 +231,7 @@ msgstr "Un texto introductorio de su página" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "Analizar respuestas" #. module: survey @@ -630,7 +634,7 @@ msgid "Error message" msgstr "Mensaje de error" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "¡Error!" @@ -814,7 +818,7 @@ msgstr "" "Si está cerrada, la gente no podrá responder encuestas en esta columna." #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1665,6 +1669,11 @@ msgstr "Valor sugerido" msgid "Suggestion" msgstr "Sugerencia" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "Suma" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1831,7 +1840,7 @@ msgid "The answer must be in the right type" msgstr "La respuesta debe estar en el tipo adecuado" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1919,19 +1928,19 @@ msgid "They help new users to understand Odoo" msgstr "Ayudan a los nuevos usuarios a comprender Odoo" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "Esta respuesta debe ser una dirección de correo electrónica" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "Esto no es una fecha/hora" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "Esto no es un número" @@ -1952,7 +1961,7 @@ msgid "This message will be displayed when survey is completed" msgstr "Este mensaje será mostrado cuando se complete la encuesta" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2152,9 +2161,9 @@ msgid "Votes" msgstr "Votos" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2237,21 +2246,21 @@ msgstr "" "\"Publicar en el sitio web\" debe esta activa)." #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "No puede duplicar este elemento." #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" "No puede enviar invitaciones para una encuesta que no tiene preguntas." #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "No puede enviar invitaciones para una encuesta cerrada." diff --git a/addons/survey/i18n/es_AR.po b/addons/survey/i18n/es_AR.po index 517a82b1934..b8112efcfae 100644 --- a/addons/survey/i18n/es_AR.po +++ b/addons/survey/i18n/es_AR.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/es_CR.po b/addons/survey/i18n/es_CR.po index 0c8b26cefb5..7cd313fd610 100644 --- a/addons/survey/i18n/es_CR.po +++ b/addons/survey/i18n/es_CR.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Preguntas" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Preguntas" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Mensaje de error" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "¡Error!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/et.po b/addons/survey/i18n/et.po index ac250d745cd..4d2b54bba73 100644 --- a/addons/survey/i18n/et.po +++ b/addons/survey/i18n/et.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Küsimused" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Küsimused" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/fi.po b/addons/survey/i18n/fi.po index 6f280057f56..faa9d41797a 100644 --- a/addons/survey/i18n/fi.po +++ b/addons/survey/i18n/fi.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/fr.po b/addons/survey/i18n/fr.po index aae451aaa15..4da4bfb0d6b 100644 --- a/addons/survey/i18n/fr.po +++ b/addons/survey/i18n/fr.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "Nb de questions" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (copie)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "Nb de questions" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (copie)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Message d'erreur" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Erreur !" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/gl.po b/addons/survey/i18n/gl.po index 9bc80eb0db0..6d64d41880f 100644 --- a/addons/survey/i18n/gl.po +++ b/addons/survey/i18n/gl.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/hr.po b/addons/survey/i18n/hr.po index 24713fe0d3a..a45b6cbc947 100644 --- a/addons/survey/i18n/hr.po +++ b/addons/survey/i18n/hr.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Pitanja" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (kopija)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Pitanja" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Error message" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Error!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/hu.po b/addons/survey/i18n/hu.po index ab4ccb72aa7..9d3cf22f1b9 100644 --- a/addons/survey/i18n/hu.po +++ b/addons/survey/i18n/hu.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "Kérdések száma" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (másolat)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "Kérdések száma" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (másolat)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Hibaüzenet" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Hiba!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/it.po b/addons/survey/i18n/it.po index 7898a38f68c..e2ba301d5e2 100644 --- a/addons/survey/i18n/it.po +++ b/addons/survey/i18n/it.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-23 08:29+0000\n" +"Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "# Domande" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "# Domande" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (copia)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "×" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -68,7 +70,7 @@ msgstr "" #: model:survey.page,description:survey.feedback_3 #: model:survey.survey,thank_you_message:survey.feedback_form msgid "

    " -msgstr "" +msgstr "

    " #. module: survey #: model:survey.page,description:survey.feedback_4 @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Messaggio di errore" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Errore!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/ja.po b/addons/survey/i18n/ja.po index 93b4dae176d..ba7bb4ac792 100644 --- a/addons/survey/i18n/ja.po +++ b/addons/survey/i18n/ja.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "質問数" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "質問数" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "エラーメッセージ" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "エラー" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/mk.po b/addons/survey/i18n/mk.po index 5562e03b788..438ee81115a 100644 --- a/addons/survey/i18n/mk.po +++ b/addons/survey/i18n/mk.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Прашања" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (копија)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Прашања" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (копија)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Порака за грешка" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/mn.po b/addons/survey/i18n/mn.po index 74ec027fc24..fb2dd59857a 100644 --- a/addons/survey/i18n/mn.po +++ b/addons/survey/i18n/mn.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Асуултууд" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (хуулбар)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Асуултууд" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (хуулбар)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Алдааны мэссэж" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/nl.po b/addons/survey/i18n/nl.po index 25859c92fe6..8f10d269db4 100644 --- a/addons/survey/i18n/nl.po +++ b/addons/survey/i18n/nl.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 06:51+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-24 10:06+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:21+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" "X-Generator: Launchpad (build 17196)\n" -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Vragen" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (kopie)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "×" - #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -50,17 +34,38 @@ msgid "" " \n" " " msgstr "" -"
    \n" -"

    Goedendag,

    \n" -"

    Wij houden een enquete, vragen uw medewerking.

    \n" -"

    Klik hier om de vragenlijst te " -"openen.

    \n" -"

    Dank voor uw medwerking!

    \n" +"\n" +" \n" +"
    \n" +"

    Hallo,

    \n" +"

    Wij voeren een enquête uit en jouw reactie wordt " +"gewaardeerd..

    \n" +"

    Kik hier voor het starten van de " +"enquête

    \n" +"

    Bedankt voor de deelname!

    \n" "
    \n" " \n" " " +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Vragen" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopie)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "×" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -225,7 +230,7 @@ msgstr "Een introductietekst tot uw pagina" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "Analyseer antwoorden" #. module: survey @@ -630,7 +635,7 @@ msgid "Error message" msgstr "Foutmelding" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Fout!" @@ -814,7 +819,7 @@ msgstr "" "Indien gesloten kunnen mensen niet antwoorden op enquêtes in deze kolom." #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1661,6 +1666,11 @@ msgstr "Voorgestelde waarde" msgid "Suggestion" msgstr "Suggestie" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "Som" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1827,7 +1837,7 @@ msgid "The answer must be in the right type" msgstr "Het antwoord moet van het juiste type zijn" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1914,19 +1924,19 @@ msgid "They help new users to understand Odoo" msgstr "Ze helpen nieuwe gebruikers Odoo te begrijpen" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "Dit antwoord moet een geildig e-mailadres zijn" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "Dit is geen datum/tijd" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "Dit is geen cijfer" @@ -1946,7 +1956,7 @@ msgid "This message will be displayed when survey is completed" msgstr "Dit bericht wordt getoond als de enquête voltooid is" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2145,9 +2155,9 @@ msgid "Votes" msgstr "Stemmen" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2230,14 +2240,14 @@ msgstr "" "geval, moet de instelling \"Openbaar in de website\" worden ingeschakeld)." #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "Het is niet mogelijk dit element niet dupliceren!" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" @@ -2245,7 +2255,7 @@ msgstr "" "vragen heeft." #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "Het is niet mogelijk uitnodigingen versturen voor gesloten enquêtes." diff --git a/addons/survey/i18n/pl.po b/addons/survey/i18n/pl.po index 4e79186b828..2d8baf422e5 100644 --- a/addons/survey/i18n/pl.po +++ b/addons/survey/i18n/pl.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/pt.po b/addons/survey/i18n/pt.po index 57b3444f2f9..98ec016468b 100644 --- a/addons/survey/i18n/pt.po +++ b/addons/survey/i18n/pt.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" +"PO-Revision-Date: 2014-09-27 21:08+0000\n" +"Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Perguntas" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (cópia)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Perguntas" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (cópia)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "×" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -105,17 +107,17 @@ msgstr "" #. module: survey #: constraint:survey.label:0 msgid "A label must be attached to one and only one question" -msgstr "" +msgstr "Um etiqueta deve estar associada a uma e uma só questão" #. module: survey #: sql_constraint:survey.question:0 msgid "A length must be positive!" -msgstr "" +msgstr "O comprimento tem que ser maior que zero!" #. module: survey #: help:survey.survey,description:0 msgid "A long description of the purpose of the survey" -msgstr "" +msgstr "Um descritivo do propósito do questionário" #. module: survey #: help:survey.label,quizz_mark:0 @@ -123,11 +125,13 @@ msgid "" "A positive score indicates a correct answer; a negative or null score " "indicates a wrong answer" msgstr "" +"Uma pontuação positiva indica uma resposta correta; uma pontuação negativa " +"ou nula indica uma resposta errada" #. module: survey #: view:website:survey.page msgid "A problem has occured" -msgstr "" +msgstr "Ocorreu um problema" #. module: survey #: model:survey.label,value:survey.frow_2_2_4 @@ -152,7 +156,7 @@ msgstr "" #. module: survey #: field:survey.mail.compose.message,active_domain:0 msgid "Active domain" -msgstr "" +msgstr "Domínio ativo" #. module: survey #: view:survey.mail.compose.message:survey.survey_email_compose_message @@ -172,22 +176,22 @@ msgstr "" #: model:survey.label,value:survey.fcol_2_5_3 #: model:survey.label,value:survey.fcol_2_7_3 msgid "Agree" -msgstr "" +msgstr "Aceitar" #. module: survey #: view:website:survey.result_number msgid "All Data" -msgstr "" +msgstr "Todos os dados" #. module: survey #: view:website:survey.result msgid "All surveys" -msgstr "" +msgstr "Todos os questionários" #. module: survey #: view:survey.question:survey.survey_question_form msgid "Allow Comments" -msgstr "" +msgstr "Permitir comentários" #. module: survey #: help:survey.page,description:0 @@ -196,13 +200,13 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" -msgstr "" +msgid "Analyze Answers" +msgstr "Analizar respostas" #. module: survey #: view:website:survey.result_choice msgid "Answer Choices" -msgstr "" +msgstr "Respostas possíveis" #. module: survey #: field:survey.user_input,type:0 @@ -239,12 +243,12 @@ msgstr "" #. module: survey #: field:survey.mail.compose.message,attachment_ids:0 msgid "Attachments" -msgstr "" +msgstr "Anexos" #. module: survey #: field:survey.mail.compose.message,author_id:0 msgid "Author" -msgstr "" +msgstr "Autor" #. module: survey #: help:survey.mail.compose.message,author_id:0 @@ -252,26 +256,28 @@ msgid "" "Author of the message. If not set, email_from may hold an email address that " "did not match any partner." msgstr "" +"Autor da mensagem. Se não definido, o campo email_from pode conter um " +"endereço de email que não corresponde a nenhum parceiro." #. module: survey #: field:survey.mail.compose.message,author_avatar:0 msgid "Author's Avatar" -msgstr "" +msgstr "Avatar do Autor" #. module: survey #: help:survey.mail.compose.message,body:0 msgid "Automatically sanitized HTML contents" -msgstr "" +msgstr "Conteúdos HTML limpos automaticamente" #. module: survey #: view:website:survey.result_number msgid "Average" -msgstr "" +msgstr "Médio" #. module: survey #: model:survey.label,value:survey.choice_1_2_4 msgid "CRM" -msgstr "" +msgstr "CRM" #. module: survey #: view:survey.mail.compose.message:survey.survey_email_compose_message @@ -281,35 +287,35 @@ msgstr "Cancelar" #. module: survey #: field:survey.survey,res_model:0 msgid "Category" -msgstr "" +msgstr "Categoria" #. module: survey #: field:survey.mail.compose.message,child_ids:0 msgid "Child Messages" -msgstr "" +msgstr "Mensagens filhas" #. module: survey #: view:website:survey.simple_choice msgid "Choose..." -msgstr "" +msgstr "Escolha..." #. module: survey #: view:website:survey.result msgid "Clear All Filters" -msgstr "" +msgstr "Remover todos os filtros" #. module: survey #: code:addons/survey/survey.py:141 #: code:addons/survey/wizard/survey_email_compose_message.py:51 #, python-format msgid "Click here to start survey" -msgstr "" +msgstr "Clique aqui para iniciar o questionário" #. module: survey #: code:addons/survey/wizard/survey_email_compose_message.py:109 #, python-format msgid "Click here to take survey" -msgstr "" +msgstr "Clique aqui para responder ao questionário" #. module: survey #: view:survey.mail.compose.message:survey.survey_email_compose_message @@ -342,7 +348,7 @@ msgstr "" #. module: survey #: field:survey.question,comments_message:0 msgid "Comment Message" -msgstr "" +msgstr "Mensagem de comentário" #. module: survey #: model:survey.page,title:survey.feedback_3 @@ -359,12 +365,12 @@ msgstr "Concluído" #. module: survey #: view:survey.mail.compose.message:survey.survey_email_compose_message msgid "Compose Email" -msgstr "" +msgstr "Compor email" #. module: survey #: field:survey.mail.compose.message,composition_mode:0 msgid "Composition mode" -msgstr "" +msgstr "Modo de composição" #. module: survey #: model:survey.label,value:survey.frow_2_7_2 @@ -374,7 +380,7 @@ msgstr "" #. module: survey #: view:survey.question:survey.survey_question_form msgid "Constraints" -msgstr "" +msgstr "Restrições" #. module: survey #: field:survey.mail.compose.message,body:0 @@ -586,7 +592,7 @@ msgid "Error message" msgstr "Mensagem de erro" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Erro !" @@ -766,7 +772,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1614,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1783,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1865,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1895,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2090,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2169,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/pt_BR.po b/addons/survey/i18n/pt_BR.po index ae847f2a40d..af5d96d8e03 100644 --- a/addons/survey/i18n/pt_BR.po +++ b/addons/survey/i18n/pt_BR.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Questões" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (cópia)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Questões" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (cópia)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Mensagem de erro" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Erro!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/ro.po b/addons/survey/i18n/ro.po index a3e2b03d126..a8a3b1f24b9 100644 --- a/addons/survey/i18n/ro.po +++ b/addons/survey/i18n/ro.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Intrebari" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (copie)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Intrebari" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (copie)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Mesaj de eroare" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Eroare!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/ru.po b/addons/survey/i18n/ru.po index a8f459cf7a4..633e5a37fb9 100644 --- a/addons/survey/i18n/ru.po +++ b/addons/survey/i18n/ru.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/sl.po b/addons/survey/i18n/sl.po index 9f405264dbb..aebf368a89f 100644 --- a/addons/survey/i18n/sl.po +++ b/addons/survey/i18n/sl.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#vprašanj" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (kopija)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#vprašanj" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopija)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Sporočilo o napaki" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/sr.po b/addons/survey/i18n/sr.po index 312505cae62..aa734e52652 100644 --- a/addons/survey/i18n/sr.po +++ b/addons/survey/i18n/sr.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Pitanja" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Pitanja" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/sr@latin.po b/addons/survey/i18n/sr@latin.po index 2c29f17e9ad..9f264482c85 100644 --- a/addons/survey/i18n/sr@latin.po +++ b/addons/survey/i18n/sr@latin.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Pitanja" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Pitanja" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/sv.po b/addons/survey/i18n/sv.po index 67574fcd77a..aa28475d1e3 100644 --- a/addons/survey/i18n/sv.po +++ b/addons/survey/i18n/sv.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Fel!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/tr.po b/addons/survey/i18n/tr.po index 0f58a4109f5..d0d597ca747 100644 --- a/addons/survey/i18n/tr.po +++ b/addons/survey/i18n/tr.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "#Sorular" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (kopya)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "#Sorular" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (kopya)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "Hata mesajı" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "Hata!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/survey/i18n/zh_CN.po b/addons/survey/i18n/zh_CN.po index 52fcb41f8da..c8fd34b570d 100644 --- a/addons/survey/i18n/zh_CN.po +++ b/addons/survey/i18n/zh_CN.po @@ -7,39 +7,23 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:27+0000\n" "PO-Revision-Date: 2014-08-14 16:10+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" - -#. module: survey -#: view:survey.page:survey.survey_page_tree -msgid "#Questions" -msgstr "问题#" - -#. module: survey -#: code:addons/survey/survey.py:246 -#: code:addons/survey/survey.py:541 -#: code:addons/survey/survey.py:660 -#, python-format -msgid "%s (copy)" -msgstr "%s (副本)" - -#. module: survey -#: view:website:survey.page -msgid "×" -msgstr "" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: survey #: model:email.template,body_html:survey.email_template_survey msgid "" -"
    \n" +"\n" +" \n" +"
    \n" "

    Hello,

    \n" "

    We are conducting a survey, and your response would " "be appreciated.

    \n" @@ -51,6 +35,24 @@ msgid "" " " msgstr "" +#. module: survey +#: view:survey.page:survey.survey_page_tree +msgid "#Questions" +msgstr "问题#" + +#. module: survey +#: code:addons/survey/survey.py:246 +#: code:addons/survey/survey.py:543 +#: code:addons/survey/survey.py:662 +#, python-format +msgid "%s (copy)" +msgstr "%s (副本)" + +#. module: survey +#: view:website:survey.page +msgid "×" +msgstr "" + #. module: survey #: model:ir.actions.act_window,help:survey.action_survey_form msgid "" @@ -196,7 +198,7 @@ msgstr "" #. module: survey #: view:survey.survey:survey.survey_kanban -msgid "Analyse Answers" +msgid "Analyze Answers" msgstr "" #. module: survey @@ -586,7 +588,7 @@ msgid "Error message" msgstr "错误消息" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "Error!" msgstr "错误!" @@ -766,7 +768,7 @@ msgid "If closed, people won't be able to answer to surveys in this column." msgstr "" #. module: survey -#: code:addons/survey/survey.py:647 +#: code:addons/survey/survey.py:649 #: model:survey.question,comments_message:survey.feedback_1_1 #: model:survey.question,comments_message:survey.feedback_1_2 #: model:survey.question,comments_message:survey.feedback_2_1 @@ -1608,6 +1610,11 @@ msgstr "" msgid "Suggestion" msgstr "" +#. module: survey +#: view:website:survey.result_number +msgid "Sum" +msgstr "" + #. module: survey #: field:survey.survey,message_summary:0 msgid "Summary" @@ -1772,7 +1779,7 @@ msgid "The answer must be in the right type" msgstr "" #. module: survey -#: code:addons/survey/survey.py:645 +#: code:addons/survey/survey.py:647 #: model:survey.question,validation_error_msg:survey.feedback_1_1 #: model:survey.question,validation_error_msg:survey.feedback_1_2 #: model:survey.question,validation_error_msg:survey.feedback_2_1 @@ -1854,19 +1861,19 @@ msgid "They help new users to understand Odoo" msgstr "" #. module: survey -#: code:addons/survey/survey.py:698 +#: code:addons/survey/survey.py:700 #, python-format msgid "This answer must be an email address" msgstr "" #. module: survey -#: code:addons/survey/survey.py:740 +#: code:addons/survey/survey.py:742 #, python-format msgid "This is not a date/time" msgstr "" #. module: survey -#: code:addons/survey/survey.py:717 +#: code:addons/survey/survey.py:719 #, python-format msgid "This is not a number" msgstr "" @@ -1884,7 +1891,7 @@ msgid "This message will be displayed when survey is completed" msgstr "" #. module: survey -#: code:addons/survey/survey.py:644 +#: code:addons/survey/survey.py:646 #: model:survey.question,constr_error_msg:survey.feedback_1_1 #: model:survey.question,constr_error_msg:survey.feedback_1_2 #: model:survey.question,constr_error_msg:survey.feedback_2_1 @@ -2079,9 +2086,9 @@ msgid "Votes" msgstr "" #. module: survey -#: code:addons/survey/survey.py:442 -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:444 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #: code:addons/survey/wizard/survey_email_compose_message.py:95 #: code:addons/survey/wizard/survey_email_compose_message.py:188 #: code:addons/survey/wizard/survey_email_compose_message.py:213 @@ -2158,20 +2165,20 @@ msgid "" msgstr "" #. module: survey -#: code:addons/survey/survey.py:896 -#: code:addons/survey/survey.py:1028 +#: code:addons/survey/survey.py:898 +#: code:addons/survey/survey.py:1030 #, python-format msgid "You cannot duplicate this element!" msgstr "" #. module: survey -#: code:addons/survey/survey.py:437 +#: code:addons/survey/survey.py:439 #, python-format msgid "You cannot send an invitation for a survey that has no questions." msgstr "" #. module: survey -#: code:addons/survey/survey.py:443 +#: code:addons/survey/survey.py:445 #, python-format msgid "You cannot send invitations for closed surveys." msgstr "" diff --git a/addons/warning/i18n/de.po b/addons/warning/i18n/de.po index 1cc21c4662d..ecd76ddcf0a 100644 --- a/addons/warning/i18n/de.po +++ b/addons/warning/i18n/de.po @@ -8,14 +8,15 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-18 20:18+0000\n" -"Last-Translator: Ralf Hilgenstock \n" +"PO-Revision-Date: 2014-09-30 08:34+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: warning #: selection:product.template,purchase_line_warn:0 @@ -41,27 +42,27 @@ msgstr "Nachricht zu Rechnung" #. module: warning #: field:res.partner,purchase_warn_msg:0 msgid "Message for Purchase Order" -msgstr "Nachricht bei Beschaffungsauftrag" +msgstr "Nachricht bei Bestellung" #. module: warning #: field:product.template,purchase_line_warn_msg:0 msgid "Message for Purchase Order Line" -msgstr "Bachricht bei Beschaffungsauftragsposition" +msgstr "Nachricht bei Bestellposition" #. module: warning #: field:res.partner,sale_warn_msg:0 msgid "Message for Sales Order" -msgstr "Mitteilung für Auftrag" +msgstr "Nachricht bei Auftrag" #. module: warning #: field:product.template,sale_line_warn_msg:0 msgid "Message for Sales Order Line" -msgstr "Mitteilung für Auftragszeile" +msgstr "Nachricht bei Auftragsposition" #. module: warning #: field:res.partner,picking_warn_msg:0 msgid "Message for Stock Picking" -msgstr "Nachricht zu Packauftrag" +msgstr "Nachricht bei Packauftrag" #. module: warning #: selection:product.template,purchase_line_warn:0 @@ -81,7 +82,7 @@ msgstr "Partner" #. module: warning #: model:ir.model,name:warning.model_stock_picking msgid "Picking List" -msgstr "Lieferschein" +msgstr "Pickliste" #. module: warning #: model:ir.model,name:warning.model_product_template @@ -92,13 +93,13 @@ msgstr "Produktvorlage" #: model:ir.model,name:warning.model_purchase_order #: field:res.partner,purchase_warn:0 msgid "Purchase Order" -msgstr "Beschaffungsauftrag" +msgstr "Bestellung" #. module: warning #: model:ir.model,name:warning.model_purchase_order_line #: field:product.template,purchase_line_warn:0 msgid "Purchase Order Line" -msgstr "Einkaufspositionen" +msgstr "Bestellposition" #. module: warning #: model:ir.model,name:warning.model_sale_order @@ -134,7 +135,7 @@ msgstr "" #. module: warning #: field:res.partner,picking_warn:0 msgid "Stock Picking" -msgstr "Lagerpackauftrag" +msgstr "Pickauftrag" #. module: warning #: selection:product.template,purchase_line_warn:0 @@ -165,27 +166,27 @@ msgstr "Warnung zu Rechnung" #. module: warning #: view:res.partner:warning.view_partner_warning_form msgid "Warning on the Picking" -msgstr "Warnung beim Kommissionieren" +msgstr "Warnung beim Picking" #. module: warning #: view:res.partner:warning.view_partner_warning_form msgid "Warning on the Purchase Order" -msgstr "Warnung beim Einkaufsauftrag" +msgstr "Warnung beim Bestellen" #. module: warning #: view:res.partner:warning.view_partner_warning_form msgid "Warning on the Sales Order" -msgstr "Alarmierung bei Auftrag" +msgstr "Warnung bei Verkaufsauftrag" #. module: warning #: view:product.template:warning.product_warning_form_view msgid "Warning when Purchasing this Product" -msgstr "Warnung beim Einkauf dieses Produktes" +msgstr "Warnung beim Produkteinkauf" #. module: warning #: view:product.template:warning.product_warning_form_view msgid "Warning when Selling this Product" -msgstr "Warnung beim Verkauf des Produktes" +msgstr "Warnung beim Produktverkauf" #. module: warning #: view:product.template:warning.product_warning_form_view diff --git a/addons/warning/i18n/hr.po b/addons/warning/i18n/hr.po index a7e2fa097ce..6dbf7cd5226 100644 --- a/addons/warning/i18n/hr.po +++ b/addons/warning/i18n/hr.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-09-26 13:41+0000\n" +"Last-Translator: Ivan Marijanović \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: warning #: selection:product.template,purchase_line_warn:0 @@ -86,7 +86,7 @@ msgstr "Skladišni dokument" #. module: warning #: model:ir.model,name:warning.model_product_template msgid "Product Template" -msgstr "" +msgstr "Predložak proizvoda" #. module: warning #: model:ir.model,name:warning.model_purchase_order diff --git a/addons/web/i18n/ar.po b/addons/web/i18n/ar.po index 5b5dbfc9c30..62356459297 100644 --- a/addons/web/i18n/ar.po +++ b/addons/web/i18n/ar.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "واجهة %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d سجلات)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(سيتم استبدال أي معاملات فرز بنفس الاسم)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(بلا تعبير)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(بلااسم)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- الإجراءات --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- معاملات الفرز --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "-- لا تستورد --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "..عملية الرفع جارية.." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. استيراد ملف CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. افحص هيئة الملف" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "إنشاء \"%s\"" @@ -688,7 +716,7 @@ msgstr "إنشاء قاعدة بيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -702,50 +730,50 @@ msgstr "إنشاء قاعدة بيانات جديدة" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "إنشاء وتحرير..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "إنشاء: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "أنشأه:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "تاريخ الإنشاء:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "أنشأ بواسطة:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "معامل فرز مخصص" @@ -786,7 +814,7 @@ msgstr "قاعدة البيانات:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "وضع اكتشاف الأخطاء#" @@ -800,50 +828,57 @@ msgstr "اللغة الافتراضية:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "الافتراضي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "حذف" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "حذف هذا المرفق" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "حذف هذا الملف" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "المُحدد" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "تجاهل" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "هل ترغب حقاً في حذف قاعدة البيانات: %s؟" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "هل ترغب حقاً في حذف هذا المرفق؟" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "هل ترغب حقاً في حذف هذا السجل؟" @@ -874,14 +909,14 @@ msgstr "هل ترغب حقاً في إزالة هذه السجلات؟" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "هل لملفك عناوين؟" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "النطاق:" @@ -895,15 +930,15 @@ msgstr "لا تغادر الآن،التحميل مستمر..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "تم" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "إزالة" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "جاري حذف قاعدة البيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "جاري استنساخ قاعدة البيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "خطأ بالبريد الإلكتروني" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "تحرير" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "تحرير الإجراء" @@ -992,14 +1027,14 @@ msgstr "تحرير بيانات المؤسسة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "تحرير واجهة البحث" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "تحرير مسار التدفق" @@ -1011,7 +1046,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "الترميز:" @@ -1025,28 +1060,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "محو التاريخ الحالي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "خطأً، لم يتم تغيير كلمة المرور!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "خطأ تقييم" @@ -1054,7 +1089,7 @@ msgstr "خطأ تقييم" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "تصدير" @@ -1068,7 +1103,7 @@ msgstr "تصدير البيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "هيئة التصدير" @@ -1082,71 +1117,71 @@ msgstr "تصدير لملف" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "نوع التصدير:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "تصدير كافة البيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "لم يمكن إيجاد الحقل '%s' المحدد في الواجهة." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "الحقل:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "إستدعاء عرض الحقول" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "الحقول لتصديرها" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "رفع ملف" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "رفع ملف" @@ -1180,21 +1215,21 @@ msgstr "معامل الفرز" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "اسم معامل الفرز:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "اسم المعامل:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1209,21 +1244,28 @@ msgstr "الفرز على: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "معاملات الفرز" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "لمزيد من المعلومات، زُر" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1235,14 +1277,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "النموذج" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1277,49 +1319,49 @@ msgstr "المساعدة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "إليك معاينة الملف الذي لم يمكن استيراده:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "الساعة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "المعرِّف:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "الصورة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "استيراد" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "خيارات الاستيراد" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "تصدير قابل للاستيراد" @@ -1354,49 +1396,49 @@ msgstr "اسم قاعدة بيانات غير صالح" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "اختبارات جافاسكربت" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "اللغات" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "تاريخ آخر تعديل:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "آخر تعديل بواسطة:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "مرخص وفق شروط" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "صفوف لتجاوزها" @@ -1440,7 +1482,7 @@ msgstr "جاري التحميل..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1467,7 +1509,7 @@ msgstr "تسجيل الخروج" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "لا تتعامل حقول البحث M2O مع عدة قيم افتراضية للوقت الراهن." @@ -1479,15 +1521,15 @@ msgstr "قواعد البيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "إدارة معاملات الفرز" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "إدارة الواجهات" @@ -1519,21 +1561,21 @@ msgstr "ربما يجدر بك تحديث النظام بالضغط على زر #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "الطريقة:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "الدقيقة" @@ -1547,29 +1589,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "حقول الموديل %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "حرره:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "المُعدِّلات:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1584,21 +1626,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "الاسم" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "الاسم:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "جديد" @@ -1627,7 +1669,7 @@ msgstr "كلمة مرور رئيسية جديدة:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "التالي >" @@ -1640,49 +1682,49 @@ msgid "No" msgstr "لا" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "لم نجد محتوى للحقل '%s' في '%s:%s'." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "لم يتم توفير بيانات." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "العقدة [%s] ليست عقدة JSON-XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "الآن" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "الكائن:" @@ -1694,6 +1736,13 @@ msgstr "الكائن:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1701,14 +1750,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1720,9 +1769,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "موافق" @@ -1736,32 +1785,39 @@ msgstr "كلمة المرور القديمة:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "عند التغيير:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "أنت فقط" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "فتح: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "كيوبكس لحلول الأعمال" @@ -1773,6 +1829,20 @@ msgstr "كيوبكس لحلول الأعمال" msgid "Original database name:" msgstr "اسم قاعدة البيانات الأصلي:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1818,14 +1888,14 @@ msgstr "الرجاء إدخال كلمة المرور السابقة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1861,49 +1931,49 @@ msgstr "التفضيلات" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "طباعة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "طباعة مسار التدفق" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "العلاقة:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "إزالة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "إزالة الكل" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "خطأ بالمورد" @@ -1933,88 +2003,88 @@ msgstr "مستعادة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "حفظ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "حفظ و إغلاق" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "حفظ و جديد" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "حفظ باسم" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "حفظ باسم..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "حفظ معامل الفرز" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "حفظ باسم:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "حفظ معامل الفرز الحالي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "حفظ كإفتراضي" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "حفظ قائمة الحقول" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "تصديرات محفوظة:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "بحث" @@ -2037,50 +2107,50 @@ msgstr "بحث في %(field)s عن %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "ابحث مجدداً" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "بحث عن المزيد..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "بحث: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "الثانية" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "اختر" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "أختر D,Md" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2098,49 +2168,49 @@ msgstr "اختر اسم قاعدة البيانات" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "اختر تاريخاً" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "اختر التاريخ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "الاختيار:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "الفاصل:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "ضبط DD كأول يوم في الأسبوع" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "تعيين كافتراضي" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "ضبط الافتراضيات" @@ -2154,56 +2224,56 @@ msgstr "ضبط سمة 'id' على الحقل الموجود مسبقاً %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "مشاركة مع كافة المستخدمين" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "عرض شهر آخر" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "عرض سنة أخرى" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "عرض الشهر الحالي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "عرض الشهر التالي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "عرض الشهر السابق" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "الحجم:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "خاص:" @@ -2231,14 +2301,14 @@ msgstr "أحضر كوباً من الشاي،
    فالعمل لا يزال ج #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "الترجمة التقنية" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "الترجمة التقنية" @@ -2266,14 +2336,14 @@ msgstr "تم استنساخ قاعدة البيانات بنجاح." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "الحقل فارغ، لا يوجد ما يمكن حفظه!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "الحقول التالية غير صالحة:" @@ -2287,26 +2357,26 @@ msgstr "لا يمكن تجاهل بيانات النموذج" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "فشلت عملية الاستيراد بسبب:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "يجب أن تتطابق كلمة المرور وتأكيدها." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "يجب حفظ سجل O2M قبل استخدام الإجراء" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2314,21 +2384,21 @@ msgstr "كلمة المرور القديمة غير صحيحة. لم يتم تغ #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "لم يمكن العثور على هذا السجل قاعدة البيانات." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "حجم الملف المحدد يتجاوز الحدث الأقصى: %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2338,14 +2408,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "حدثت مشكلة أثناء رفع الملف" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2355,14 +2425,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "المورد فارغ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2375,42 +2445,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "الوقت" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "المنطقة الزمنية غير مطابقة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "عدم تطابق المنطقة الزمنية" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "اليوم" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "تبديل مخطط النموذج" @@ -2424,14 +2494,14 @@ msgstr "الشجرة" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "النوع:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2447,21 +2517,21 @@ msgstr "غير محدد" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "أداة غير معالجة" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "الحقل %s غير معروف في النطاق %s" @@ -2482,7 +2552,7 @@ msgstr "نوع حرفي غير معروف " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "العامل %s غير معروف في النطاق %s" @@ -2496,51 +2566,51 @@ msgstr "غير محدود" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "المعامل %s غير مدعوم في النطام %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "جاري الرفع..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "خطأ بالرفع" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "جاري الرفع..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "استخدامه كافتراضي" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "المنطقة الزمنية للمستخدم" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "الإصدار" @@ -2548,28 +2618,28 @@ msgstr "الإصدار" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "عرض" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "عرض الحقول" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "نوع الواجهة '%s' غير مدعوم في حقول O2M." @@ -2577,14 +2647,14 @@ msgstr "نوع الواجهة '%s' غير مدعوم في حقول O2M." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "تحذير" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2596,35 +2666,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "أسبوع من السنة" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "نوع الأداة '%s' غير مُدرج." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "الأداة:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "أسبوع" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "معرف XML:" @@ -2632,20 +2702,20 @@ msgstr "معرف XML:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "نعم" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "لا يمكنك ترك أي كلمة مرور فارغة." @@ -2660,7 +2730,7 @@ msgstr "قد لا تصدق هذا،
    ولكن النظام لا يزال ي #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "يجب أن تختار سجلاً واحداً على الأقل" @@ -2681,7 +2751,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "المنطقة الزمنية المضبوطة لا تطابق المنطقة الزمنية بالمتصفح:" @@ -2723,14 +2793,14 @@ msgstr "منذ ساعة تقريباً" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "يحتوي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "لا يحتوي" @@ -2744,92 +2814,12 @@ msgstr "مثلاً: cubexco.com" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "أكبر من أو يساوي" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "أكبر من" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "يكون" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "يساوي" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "False" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "ليس" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "لا يساوي" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "غير مضبوط" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "مضبوط" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "True" +msgid "greater or equal than" +msgstr "أكبر من أو يساوي" #. module: web #. openerp-web @@ -2837,14 +2827,94 @@ msgstr "True" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "أكبر من" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "يكون" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "يساوي" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "False" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "ليس" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "لا يساوي" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "غير مضبوط" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "مضبوط" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "True" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "أقل من أو يساوي" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "أقل من" @@ -2873,12 +2943,12 @@ msgstr "ليست قيمة رقمية صالحة" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/bg.po b/addons/web/i18n/bg.po index f4884f5b8d6..d0a3c6dd6cd 100644 --- a/addons/web/i18n/bg.po +++ b/addons/web/i18n/bg.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "%d записи" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Всеки съществуващ филтър със същото име ще бъде заменен)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(няма низ)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(без етикет)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Действия --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Филтри --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Импорт на .CSV файл" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "Проверете формата на файла" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Създаване: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Задаване на дата:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Създаване на потребител:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "База данни:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug View#" @@ -798,50 +826,57 @@ msgstr "Език по подразбиране:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "По подразбиране:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Изтриване" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Разделител:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Сигурни ли сте, че искате да изтриете ба #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Сигурни ли сте, че искате да изтриете този запис?" @@ -872,14 +907,14 @@ msgstr "Сигурни ли сте, че искате да изтриете те #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Има ли файла заглавие?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Домейн:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Готово" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Премахване" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Редакция" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Редактиране на действието" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Редактиране изгледа за търсене" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Редактиране работен поток" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Кодиране" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Изтриване на текущата дата" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Експорт" @@ -1066,7 +1101,7 @@ msgstr "Експорт на данни" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Формати за експорт" @@ -1080,71 +1115,71 @@ msgstr "Експорт към файл" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Тип на експорта:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Експорт на всички данни" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Поле:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Изглед на полета" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Полета за експорт" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Име на филтър:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Филтри" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "За повече информация посетете" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Форма" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Преглед на файла, който не се импортира:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Час" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ИД:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Импорт" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Опции за импорт" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1353,49 +1395,49 @@ msgstr "Невалидно име на база данни" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Последна дата на модификация:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Последна модификация от:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Лицензиран при условията на" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Редове за пропускане" @@ -1439,7 +1481,7 @@ msgstr "Зареждане..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1462,7 +1504,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1474,15 +1516,15 @@ msgstr "Управление на бази данни" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Управление на филтри" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Управление на изгледи" @@ -1514,21 +1556,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Метод:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Минути" @@ -1542,29 +1584,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Модел %s полета" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Модификатори:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1579,21 +1621,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Име" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1622,7 +1664,7 @@ msgstr "Нова главна парола:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Следващ>" @@ -1635,49 +1677,49 @@ msgid "No" msgstr "Не" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Сега" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Обект:" @@ -1689,6 +1731,13 @@ msgstr "Обект:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1696,14 +1745,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1715,9 +1764,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "ОК" @@ -1731,32 +1780,39 @@ msgstr "Стара парола:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "При промяна:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Само ти" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Отвори: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1768,6 +1824,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1813,14 +1883,14 @@ msgstr "Въведете Вашата предишна парола" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1856,49 +1926,49 @@ msgstr "Настройки" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Отношение:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Премахване" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Премахване на всичко" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1928,88 +1998,88 @@ msgstr "Възстановeн" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Запис" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Запази и Затвори" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Запази и Нов" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Запиши като" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Запазване на филтър" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Запис като:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Запази по подразбиране" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Запазване списък с полета" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Записани експорти:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Търсене" @@ -2032,50 +2102,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Търсене: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Секунди" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Избор" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Избери D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2094,49 +2164,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Избери дата" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Избери дата" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Избор:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Разделител:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Установи DD като първи ден от седмицата" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Установяване по подразбиране" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2150,56 +2220,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Покажи друг месец" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Покажи друга година" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Покажи текущият месец" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Покажи следващият месец" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Покажи предишният месец" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Размер:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Специален:" @@ -2227,14 +2297,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Технически превод" @@ -2262,14 +2332,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2283,26 +2353,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Импорта се провали поради:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2310,21 +2380,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2333,14 +2403,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2348,14 +2418,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2369,42 +2439,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Време(час)" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Днес" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2418,14 +2488,14 @@ msgstr "Дървовиден изглед" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Тип:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2441,21 +2511,21 @@ msgstr "Неопределен" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Неподдържана приставка" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Непознато поле %s в домейн %s" @@ -2476,7 +2546,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Непознат оператор %s в домейн %s" @@ -2490,51 +2560,51 @@ msgstr "Неограничен" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Неподдържан оператор %s в домейн %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Качване(зареждане) ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Версия" @@ -2542,28 +2612,28 @@ msgstr "Версия" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Изглед" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Изглед Полета" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2571,14 +2641,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Внимание" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2588,35 +2658,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Седмица от годината" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Приставка:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2624,20 +2694,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Да" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Не може да оставите полето за парола празно." @@ -2652,7 +2722,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Трябва да изберете поне един запис." @@ -2673,7 +2743,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2715,14 +2785,14 @@ msgstr "преди около час" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "съдържа" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "не съдържа" @@ -2736,92 +2806,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "по-голямо или равно на" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "по-голямо от" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "е" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "е равно на" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "е грешно" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "не е" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "не е равно на" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "не е установен" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "е установен" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "е вярно" +msgid "greater or equal than" +msgstr "по-голямо или равно на" #. module: web #. openerp-web @@ -2829,14 +2819,94 @@ msgstr "е вярно" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "по-голямо от" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "е равно на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "е грешно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "не е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "не е равно на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "не е установен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "е установен" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "е вярно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "по-малко или равно на" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "по-малко от" @@ -2865,12 +2935,12 @@ msgstr "не е валиден номер(брой)" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/bn.po b/addons/web/i18n/bn.po index 878f38496f6..749f330896f 100644 --- a/addons/web/i18n/bn.po +++ b/addons/web/i18n/bn.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(একই নামের যে কোন উপস্থিত পরিশোধক প্রতিস্থাপন করা হবে)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "পংক্তি নয়" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(লেবেল নয়)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- কাজগুলি --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- পরিশোধকগুলি --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. একটি .CSV ফাইল আনায়ন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. আপনার ফাইলের ধরণ পরীক্ষা করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "তৈরি করুন: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "তারিখ তৈয়ার:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "ব্যবহারকারী তৈয়ার:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "উপাত্তুৎস:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "ত্রুটিহীন দৃশ্য#" @@ -798,50 +826,57 @@ msgstr "অবিকল্পিত ভাষা:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "অবিকল্পিত:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "মুছে ফেলুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "বিভেদক:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "আপনি কি সত্যিই এই তথ্যটি মুছে ফেলতে চাইছেন?" @@ -872,14 +907,14 @@ msgstr "আপনি কি সত্যিই এই তথ্যগুলি #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "আপনার ফাইলের শিরোনাম আছে কি?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "এলাকা:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "ফেলে দিন" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "সম্পাদনা করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "কাজ সম্পাদনা করুন" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "অনুসন্ধান দৃশ্য সম্পাদনা করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "কার্যপ্রবাহ সম্পাদনা করুন" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "লিপিসংকেত" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "বহিরায়ন করুন" @@ -1066,7 +1101,7 @@ msgstr "বহীরায়িত তথ্য" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "সকল বিন্যাসগুলি বহিরায়ন করুন" @@ -1080,71 +1115,71 @@ msgstr "ফাইলে বহীরায়ন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "বহিরায়নের প্রকার" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "সলল উপাত্ত বহিরায়ন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "ক্ষেত্র:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "ক্ষেত্রগুলির দৃশ্য আনুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "বহিরয়নের জন্য ক্ষেত্রগুলি" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "পরিশোধকের নাম:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "পরিশোধকগুলি" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "অধিক তথ্যের জন্য যান" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "গঠন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "জি-এন-ইউ আফেরো জেনেরাল পাবলিক লাইসেন্সের" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "এখানে ফাইলটির প্রাকদর্শন আছে যা আমরা আনায়ন করতে পারিনি:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "আই-ডি:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "আনয়ন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "আনায়নের বিকল্পগুলি" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1352,49 +1394,49 @@ msgstr "অকার্যকর তথ্যউৎসের নাম" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "নতুন পরিবর্তিত তারিখ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "সর্বশেষ সংশোধন করেছে:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "লাতিন 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "শর্তাবলীর অধীনে অনুমতিপ্রাপ্ত" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "উপেক্ষা করার মত পংক্তিগুলি" @@ -1438,7 +1480,7 @@ msgstr "লোড হচ্ছে..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1461,7 +1503,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1473,15 +1515,15 @@ msgstr "উপাত্তুৎস তদারক করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "পরিশোধক তদারক করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "দৃশ্যগুলি পরিচালনা করুন" @@ -1513,21 +1555,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "পদ্ধতি:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1541,29 +1583,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "গঠন %s ক্ষেত্রগুলির" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "পরিবর্তকসমূহ:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1578,21 +1620,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "নাম" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1621,7 +1663,7 @@ msgstr "নতুন মুখ্য শব্দচাবি:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1634,49 +1676,49 @@ msgid "No" msgstr "না" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "জিনিস:" @@ -1688,6 +1730,13 @@ msgstr "জিনিস:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1695,14 +1744,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1714,9 +1763,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "বেশ" @@ -1730,32 +1779,39 @@ msgstr "পুরনো শব্দচাবি" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "পরিবর্তনে:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "শুধু আপনি" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "খুলুন: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "ওপেন-ই-আর-পি এসএ কোম্পানির" @@ -1767,6 +1823,20 @@ msgstr "ওপেন-ই-আর-পি এসএ কোম্পানির" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1812,14 +1882,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1856,49 +1926,49 @@ msgstr "পছন্দসমূহ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "সম্পর্ক:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "সরিয়ে ফেলুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "সব সরান" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1928,88 +1998,88 @@ msgstr "পুনরুদ্ধার হয়েছে" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "সংরক্ষণ করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "সংরক্ষন এবং বন্ধ করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "সংরক্ষন এবং নতুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "নতুন রূপে সংরক্ষণ করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "পরিশোধক সংরক্ষন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "নতুনভাবে সংরক্ষণ করুন:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "অবিকল্পিতভাবে সংরক্ষন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "ক্ষেত্রগুলির তালিকা সংরক্ষন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "সংরক্ষিত বহিরায়নগুলি" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "খুঁজুন" @@ -2032,50 +2102,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "অনুসন্ধান: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "নির্বাচন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2095,49 +2165,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "তারিখ নির্বাচন করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "নির্বাচন:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "বিভাজক:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "অবিকল্পিত করুন" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2151,56 +2221,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "আকার:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "বিশেষ:" @@ -2228,14 +2298,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "প্রযুক্তিগত অনুবাদ" @@ -2263,14 +2333,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2284,26 +2354,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "আনায়ন ব্যর্থ হওয়ার কারন:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2311,21 +2381,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2334,14 +2404,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2349,14 +2419,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2372,42 +2442,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2421,14 +2491,14 @@ msgstr "শাখী" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "ধরণ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2444,21 +2514,21 @@ msgstr "অনির্ণীত" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "অঘাঁটিত উইজেট" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "এলাকার মধ্যে %s অজানা ক্ষেত্র %s" @@ -2479,7 +2549,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "এলাকার মধ্যে %s অজানা পরিচালক %s" @@ -2493,51 +2563,51 @@ msgstr "অসীম" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "এলাকার মধ্যে %s অসমর্থিত পরিচালক %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "আপলোড হচ্ছে..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "সংস্করণ" @@ -2545,28 +2615,28 @@ msgstr "সংস্করণ" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "দৃশ্য" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "ক্ষেত্রগুলির দৃশ্য" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2574,14 +2644,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "সতর্কীকরণ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2591,35 +2661,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "উইজেট:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML আই-ডি:" @@ -2627,20 +2697,20 @@ msgstr "XML আই-ডি:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "হ্যাঁ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2655,7 +2725,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "আপনার কমপক্ষে একটা নথি নির্বাচন করা আবশ্যক" @@ -2676,7 +2746,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2718,14 +2788,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "ধারন করে" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ধারন করেনা" @@ -2739,92 +2809,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "বেশি অথবা সমান" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "তুলনায় বেশি" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "হয়" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "সমান" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "মিথ্যা" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "নয়" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "সমান নয়" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "সত্য" +msgid "greater or equal than" +msgstr "বেশি অথবা সমান" #. module: web #. openerp-web @@ -2832,14 +2822,94 @@ msgstr "সত্য" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "তুলনায় বেশি" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "হয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "সমান" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "মিথ্যা" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "সমান নয়" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "সত্য" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "কম অথবা সমান" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "তুলনায় কম" @@ -2868,12 +2938,12 @@ msgstr "একটি শুদ্ধ সংখ্যা নয়" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/bs.po b/addons/web/i18n/bs.po index 9c69ce47739..63274601f26 100644 --- a/addons/web/i18n/bs.po +++ b/addons/web/i18n/bs.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s pogled" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d zapis(a))" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Svaki postojeći filter sa istim imenom će biti zamjenjen)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(nema stringa)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nema naziva)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Akcije --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filteri --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Ne uvozi ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Učitavanje u toku..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "Uvezi .CSV fajl" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "Provjerite format fajla" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Kreiraj \"%s\"" @@ -689,7 +717,7 @@ msgstr "Kreiraj bazu podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -703,50 +731,50 @@ msgstr "Kreiraj novu bazu podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Kreiraj i Uredi..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Kreiraj: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Kreirao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Datum kreiranja:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Korisnik kreiranja:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Prilagođeni filter" @@ -787,7 +815,7 @@ msgstr "Baza podataka:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug pogled#" @@ -801,50 +829,57 @@ msgstr "Podrazumjevani jezik:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Zadano:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Obriši" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Obriši ovu zakačku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Obriši ovaj fajl" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Razdvajač:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Odbaci" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Dali stvarno želite da obrišete bazu podataka: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Da li stvarno želite obrisati ovu zakačku ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Jeste li sigurni da želite izbrisati ovaj zapis?" @@ -875,14 +910,14 @@ msgstr "Da li stvarno želite ukloniti ove zapise?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Da li Vaš fajl sadrži naslove?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domen:" @@ -896,15 +931,15 @@ msgstr "Ne odlazite još,
    učitava se..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Gotovo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Odbaci" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Baza se odbacuje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Baza se duplicira" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Greška email-a" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Uređivanje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Uredi akciju" @@ -993,14 +1028,14 @@ msgstr "Uredi podatke kompanije" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Uredi pogled pretrage" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Uredi radni tok" @@ -1012,7 +1047,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Šifriranje:" @@ -1026,28 +1061,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Obriši trenutni datum" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Greška, šifra nije promjenjena !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Greška procjene" @@ -1055,7 +1090,7 @@ msgstr "Greška procjene" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Izvoz" @@ -1069,7 +1104,7 @@ msgstr "Izvezi podatke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formati izvoza" @@ -1083,71 +1118,71 @@ msgstr "Eksportuj do fajla" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tip izvoza:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Izvezi sve podatke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Polje '%s' specifirano u pogledu nije moglo biti pronađeno." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Polje:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Dohvati polja pogleda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Polja za izvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Učitavanje fajla" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Učitavanje fajla" @@ -1181,21 +1216,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Ime filtera:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Ime filtera" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1210,21 +1245,28 @@ msgstr "Filtriraj po: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filteri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Za više informacija posjetite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1236,14 +1278,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Forma" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1278,49 +1320,49 @@ msgstr "Pomoć" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Ovo je pregled fajla koji nismo mogli importovati:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Sat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Slika" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Uvezi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opcije uvoza" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Izvoz kompatibilan sa uvozom" @@ -1356,49 +1398,49 @@ msgstr "Nevažeće ime baze podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testovi" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Jezici" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Zadnji datum modifikacije:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Zadnji modificirao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licencirano pod uslovima" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Stavke za preskočiti" @@ -1442,7 +1484,7 @@ msgstr "Učitavam..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1469,7 +1511,7 @@ msgstr "Odjavi se" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1483,15 +1525,15 @@ msgstr "Upravljaj bazama" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Uredi filtere" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Upravljaj pogledima" @@ -1525,21 +1567,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuta" @@ -1553,29 +1595,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Polja %s modela" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificirao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifikatori:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1590,21 +1632,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Ime" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Ime:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Novi" @@ -1633,7 +1675,7 @@ msgstr "Novi glavni password" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Sljedeći>" @@ -1646,49 +1688,49 @@ msgid "No" msgstr "Ne" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nije pronađen sadržaj polja '%s' na '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nisu dati podatci." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Čvor [%s] nije JSONificiran XML čvor" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Sada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1700,6 +1742,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1707,14 +1756,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1726,9 +1775,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Uredu" @@ -1742,32 +1791,39 @@ msgstr "Stara šifra:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Prilikom promjene:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Samo vi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Otvori: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Kompanija" @@ -1779,6 +1835,20 @@ msgstr "OpenERP SA Kompanija" msgid "Original database name:" msgstr "Originalno ime baze" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1824,14 +1894,14 @@ msgstr "Molimo Vas da unesete prijašnju šifru" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1867,49 +1937,49 @@ msgstr "Postavke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Štampaj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Štampaj radni tok" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relacija:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Ukloni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Ukloni sve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Greška resursa" @@ -1939,88 +2009,88 @@ msgstr "Obnovljeno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Sačuvaj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Sačuvaj i Zatvori" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Sačuvaj i Novi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Sačuvaj kao" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Sačuvaj kao..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Sačuvaj filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Sačuvaj kao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Sačuvaj trenutni filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Snimi zadano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Sačuvaj listu polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Sačuvani izvozi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Pretraži" @@ -2043,50 +2113,50 @@ msgstr "Pretraži %(field)s za: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Pretraži ponovno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Pretraži više..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Pretraži: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekunda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Odaberi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Odaberite D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2104,49 +2174,49 @@ msgstr "Odaberite ime baze podataka:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Odaberite datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Odaberi datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Izbor:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Postavi DD kao prvi dan sedmice" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Postavi zadano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Postavi zadane vrijednosti" @@ -2160,56 +2230,56 @@ msgstr "Postavljanje 'id' atributa na postojećem zapisu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Djeli sa svim korisnicima" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Prikaži drugi mjesec" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Prikaži drugu godinu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Prikaži trenutni mjesec" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Prikaži sljedeći mjesec" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Prikaži prethodni mjesec" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Veličina:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Specijalno:" @@ -2237,14 +2307,14 @@ msgstr "Uzmite minutu da odete po kafu,
    jer se učitava..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Tehnički prevod" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tehnički prevod" @@ -2272,14 +2342,14 @@ msgstr "Baza podataka je bila duplicirana." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Polje je prazno, nema se šta sačuvati !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Sljedeća polja nisu pravilna:" @@ -2293,26 +2363,26 @@ msgstr "Podatci forme ne mogu biti odbačeni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Uvoz nije uspio zbog:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Nova šifra i njena potvrda moraju biti identične." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "o2m zapis mora biti sačuvan prije upotrebe neke akcije" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2321,21 +2391,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Zapis nije mogao biti pronađen u bazi podataka." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Odabrani fajl je prešao maksimalnu veličinu od %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2346,14 +2416,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Pojavio se problem prilikom učitavanja vašeg fajla" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2361,14 +2431,14 @@ msgstr "Ovaj filter je globalan i biti će uklonjen za sve ukoliko nastavite." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Ovaj resurs je prazan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2383,42 +2453,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Vrijeme" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Razlika u vremenskim zonama" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Ne slaganje vremenske zone" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Danas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Uključi/Isključi raspored linija forme" @@ -2432,14 +2502,14 @@ msgstr "Stablo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tip:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF‑8" @@ -2455,21 +2525,21 @@ msgstr "Nedefinisano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Ne upravljan widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Ne poznato polje %s u domenu %s" @@ -2490,7 +2560,7 @@ msgstr "Ne poznat ne literalni tip " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Nepoznat operator %s na domeni %s" @@ -2504,51 +2574,51 @@ msgstr "Neograničeno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Ne podržana operacija %s u domenu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Učitavanje ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Greška učitavanja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Učitavanje..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Koristi kao zadano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Vremenska zona korisnika" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Verzija" @@ -2556,28 +2626,28 @@ msgstr "Verzija" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Pogled" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Pogledaj polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Tip pogleda '%s' nije podržan u One2Many." @@ -2585,14 +2655,14 @@ msgstr "Tip pogleda '%s' nije podržan u One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Upozorenje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2605,35 +2675,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Sedmica u godini" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget tipa '%s' nije implementiran" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2641,20 +2711,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Da" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Ne možete ostaviti šifru praznu." @@ -2669,7 +2739,7 @@ msgstr "Možda nećete vjerovati,
    ali aplikacija se zapravo učitava..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Morate izabrati barem jedan zapis" @@ -2690,7 +2760,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2734,14 +2804,14 @@ msgstr "oko sat prije" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "sadrži" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "Ne sarži" @@ -2755,92 +2825,12 @@ msgstr "npr.: mojakompanija" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "veće ili jednako od" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "veće od" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "je" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "je jednako" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "je pogrešno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nije" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nije jednako" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "nije postavljeno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "je postavljeno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "je istinito" +msgid "greater or equal than" +msgstr "veće ili jednako od" #. module: web #. openerp-web @@ -2848,14 +2838,94 @@ msgstr "je istinito" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "veće od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "je jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "je pogrešno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nije jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "nije postavljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "je postavljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "je istinito" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "manje ili jednako od" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "manje od" @@ -2884,12 +2954,12 @@ msgstr "Ne važeći broj" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/ca.po b/addons/web/i18n/ca.po index 7bbd904238a..5a167240480 100644 --- a/addons/web/i18n/ca.po +++ b/addons/web/i18n/ca.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/cs.po b/addons/web/i18n/cs.po index d6462ce38ba..3f0975f638c 100644 --- a/addons/web/i18n/cs.po +++ b/addons/web/i18n/cs.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "pohledy %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d záznamů)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(jakýkoliv existující filtr s stejným názvem bude nahrazen)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(prázdný text)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(bez štítku)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Akce --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtry --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Neimportovat ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Nahrávání probíhá..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Import souboru .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Kontrola formátu vašeho souboru" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Vytvořit \"%s\"" @@ -688,7 +716,7 @@ msgstr "Vytvořit databázi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -702,50 +730,50 @@ msgstr "Vytvořit novou databázi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Vytvořit a upravit..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Vytvořit: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Vytvořeno:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Datum vytvoření:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Vytvořil:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Vlastní filtr" @@ -786,7 +814,7 @@ msgstr "Databáze:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Ladící zobrazení#" @@ -800,50 +828,57 @@ msgstr "Výchozí jazyk:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Výchozí:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Smazat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Smazat tuto přílohu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Smazat soubor" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Oddělovač:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Zrušit" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "Opravdu chcete smazat databázi: %s?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Opravdu chcete smazat tuto přílohu?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Opravdu chcete smazat tento záznam?" @@ -874,14 +909,14 @@ msgstr "Opravdu chcete odstranit tyto záznamy?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Má váš soubor nadpisy?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Doména:" @@ -895,15 +930,15 @@ msgstr "Ještě neodcházejte,
    stále probíhá načítání..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Hotovo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "Smazat" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "Mažu databázi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "Duplikace databáze" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Chyba e-mailu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Upravit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Upravit akci" @@ -992,14 +1027,14 @@ msgstr "Upravit data společnosti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Upravit SearchView" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Upravit pracovní postup" @@ -1011,7 +1046,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kódování:" @@ -1025,28 +1060,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Smazat aktuální datum" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Chyba, heslo nebylo změněno!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Chyba vyhodnocování" @@ -1054,7 +1089,7 @@ msgstr "Chyba vyhodnocování" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Export" @@ -1068,7 +1103,7 @@ msgstr "Exportovat data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formáty exportu" @@ -1082,71 +1117,71 @@ msgstr "Exportovat do souboru" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Typ exportu:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportovat všechna data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Pole '%s' specifikované v zobrazení nelze nalézt." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Pole:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Získat pole pohledu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Pole k exportu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Nahrát soubor" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Nahrát soubor" @@ -1180,21 +1215,21 @@ msgstr "Filtr" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Název filtru" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Název filtru" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1209,21 +1244,28 @@ msgstr "Filtrovat: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtry" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Pro více informací navštivte" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1235,14 +1277,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulář" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public Licence" @@ -1277,49 +1319,49 @@ msgstr "Nápověda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Zde je náhled souboru, který nemůžeme importovat:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Hodina" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Obrázek" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importovat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Volby importu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importovatelný export" @@ -1354,49 +1396,49 @@ msgstr "Neplatné jméno databáze" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS testy" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Jazyky" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Naposledy změneno:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Naposledy změnil:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licencováno pod podmínkami" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Řádky k přeskočení" @@ -1440,7 +1482,7 @@ msgstr "Načítání..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1467,7 +1509,7 @@ msgstr "Odhlásit se" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1480,15 +1522,15 @@ msgstr "Správa databází" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Spravovat filtry" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Spravovat zobrazení" @@ -1520,21 +1562,21 @@ msgstr "Možná byste měli zvážit znovunačtení aplikace stisknutím F5..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuta" @@ -1548,29 +1590,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Pole modelu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Změněno:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Upravující:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1585,21 +1627,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Název" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Název:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nový" @@ -1628,7 +1670,7 @@ msgstr "Nové hlavní heslo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Další>" @@ -1641,49 +1683,49 @@ msgid "No" msgstr "Ne" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Žádný obsah pole '%s' nebyl nalezen v '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Žádná data." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Uzel [%s] není JSONifikovaný uzel XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Nyní" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1695,6 +1737,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1702,14 +1751,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1721,9 +1770,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1737,32 +1786,39 @@ msgstr "Staré heslo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Při změně:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Pouze vy" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Otevřít: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Společnost OpenERP SA" @@ -1774,6 +1830,20 @@ msgstr "Společnost OpenERP SA" msgid "Original database name:" msgstr "Název zdrojové databáze:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1819,14 +1889,14 @@ msgstr "Prosím zadejte vaše předchozí heslo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1862,49 +1932,49 @@ msgstr "Předvolby" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Tisk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Vytisknout pracovní postup" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Vztah:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Odstranit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Odstranit vše" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Chyba zdroje" @@ -1934,88 +2004,88 @@ msgstr "Obnoveno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Uložit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Uložit & Zavřít" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Uložit & Nový" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Uložit jako" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Uložit jako..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Uložit filtr" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Uložit jako:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Uložit aktuální filtr" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Uložit výchozí" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Uložit seznam polí" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Uložené exporty:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Hledat" @@ -2038,50 +2108,50 @@ msgstr "Prohledat %(field)s na výskyt: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Hledat znovu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Vyhledat více..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Hledat: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Vteřina" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Vybrat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Zvolte D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2099,49 +2169,49 @@ msgstr "Zvolte název databáze:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Vybrat datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Vybrat datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Výběr:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Oddělovač:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Nastavit DD jako první den v týdnu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Nastavit výchozí" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Nastavit výchozí" @@ -2155,56 +2225,56 @@ msgstr "Nastavuji atribut 'id' existujícího záznamu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Sdílet se všemi uživateli" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Zobrazit jiný měsíc" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Zobrazit jiný rok" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Zobrazit aktuální měsíc" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Zobrazit další měsíc" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Zobrazit předchozí měsíc" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Velikost:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Speciální:" @@ -2232,14 +2302,14 @@ msgstr "Běžte si udělat kafe
    protože probíhá načítání..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Technický překlad" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technický překlad" @@ -2267,14 +2337,14 @@ msgstr "Databáze byla zduplikována." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Pole je prázdné, není co ukládat!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Následující pole jsou neplatná:" @@ -2288,26 +2358,26 @@ msgstr "Data formuláře nemohou být zahozena" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Import selhal kvůli:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Nové heslo a jeho potvrzení musí být stejné." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "Záznam o2m musí být uložen před tím, než může být akce použita" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2316,21 +2386,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Záznam nebyl v databázi nalezen." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Zvolený soubor překračuje maximální velikost %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2339,14 +2409,14 @@ msgstr "Typ pole '%s' musí být many2many s relací k modelu 'ir.attachment'." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Při nahrávání vašeho souboru nastal problém" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2356,14 +2426,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Tento zdroj je prázdný" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2378,42 +2448,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Čas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Neshoda časových pásem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Neshoda časových zón" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Dnes" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Přepnout osnovu rozložení formuláře" @@ -2427,14 +2497,14 @@ msgstr "Strom" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Typ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2450,21 +2520,21 @@ msgstr "Neurčeno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Neobsloužený widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Neplatné pole %s v doméně %s" @@ -2485,7 +2555,7 @@ msgstr "Neznámý typ nonliterálu " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Neznámý operátor %s v doméně %s" @@ -2499,51 +2569,51 @@ msgstr "Neomezeno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Nepodporovaný operátor %s v doméně %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Nahrávám ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Chyba nahrávání" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Nahrávání..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Použít ve výchozím stavu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Časová zóna uživatele" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Verze" @@ -2551,28 +2621,28 @@ msgstr "Verze" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Zobrazení" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Pole zobrazení" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Typ pohledu '%s' není podporován v One2Many" @@ -2580,14 +2650,14 @@ msgstr "Typ pohledu '%s' není podporován v One2Many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Varování" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2600,35 +2670,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Týden v roce" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Druh widgetu '%s' není implementován" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "T" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2636,20 +2706,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ano" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Všechna hesla musí být vyplněná." @@ -2664,7 +2734,7 @@ msgstr "Možná tomu nebudete věřit
    ale aplikace se stále načítá..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Musíte vybrat alespoň jeden záznam" @@ -2685,7 +2755,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2729,14 +2799,14 @@ msgstr "asi před hodinou" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "obsahuje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "neobsahuje" @@ -2750,92 +2820,12 @@ msgstr "např. mojespolecnost" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "větší než nebo rovno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "větší než" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "je" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "rovná se" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "je nepravda" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "není" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nerovná se" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "není nastaveno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "je nastaveno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "je pravda" +msgid "greater or equal than" +msgstr "větší než nebo rovno" #. module: web #. openerp-web @@ -2843,14 +2833,94 @@ msgstr "je pravda" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "větší než" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "rovná se" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "je nepravda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "není" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nerovná se" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "není nastaveno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "je nastaveno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "je pravda" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menší než nebo rovno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menší než" @@ -2879,12 +2949,12 @@ msgstr "neplatné číslo" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/da.po b/addons/web/i18n/da.po index fa129936604..3b7b12fb5c3 100644 --- a/addons/web/i18n/da.po +++ b/addons/web/i18n/da.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s visning" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "Eksisterende filtre med samme navn vil blive overskrevet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ingen streng)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "- Handlinger -" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "- Filtre -" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Indlæs ikke ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Upload er igang..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importér en .CSV fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Kontroller dit filformat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Opret \"%s\"" @@ -690,7 +718,7 @@ msgstr "Opret database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -704,50 +732,50 @@ msgstr "Opret ny database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Opret og rediger" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Opret: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Oprettet af:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Oprettelse dato:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Ejer:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Tilpasset filter" @@ -788,7 +816,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug visning#" @@ -802,50 +830,57 @@ msgstr "Standardsprog:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Standard:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Slet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Slet vedhæftet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Slet denne fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Begrænsning" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Kasser" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -855,14 +890,14 @@ msgstr "Er du sikker på, du vil slette databasen: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Er du sikker på at du vil slette vedhæftede" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Vil du virkelig slette denne post?" @@ -876,14 +911,14 @@ msgstr "Vil du virkelig fjerne disse poster?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Har din fil titler?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domæne:" @@ -897,15 +932,15 @@ msgstr "Forlad ikke,
    indlæser stadigt..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Udført" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -928,7 +963,7 @@ msgstr "Drop" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -943,7 +978,7 @@ msgstr "Sletter database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -966,23 +1001,23 @@ msgstr "Kopiering database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-mail fejl" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Redigér" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Redigér handling" @@ -994,14 +1029,14 @@ msgstr "Ret firma data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Rediger søgevisning" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Redigér arbejdsgang" @@ -1013,7 +1048,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kodning:" @@ -1027,28 +1062,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Slet den aktuelle dato" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Fejl, password ikke ændret !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Validerings fejl" @@ -1056,7 +1091,7 @@ msgstr "Validerings fejl" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Eksporter" @@ -1070,7 +1105,7 @@ msgstr "Eksporter Data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Eksporter formater" @@ -1084,71 +1119,71 @@ msgstr "Eksporter Til Fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Eksport type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Eksporter alle Data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Felt '%s' defineret i view findes ikke." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Felt:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Hent felt visning" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Felter der eksporteres" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Fil sendt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Fil upload" @@ -1182,21 +1217,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filter Navn:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filter navn" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1211,21 +1246,28 @@ msgstr "Filtrer med: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "For mere information, besøg" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1237,14 +1279,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formular" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1279,49 +1321,49 @@ msgstr "Hjælp" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Her er et eksempel af filen som vi ikke kunne importere:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Time" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "Id:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Billede" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importindstillinger" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importer - kompatibel eksport" @@ -1356,49 +1398,49 @@ msgstr "Ugyldigt navn på database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Tests" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Sprog" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Seneste ændringsdato:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Seneste ændring af:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenseret i henhold til" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linier, der springes over" @@ -1442,7 +1484,7 @@ msgstr "Indlæser..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1469,7 +1511,7 @@ msgstr "Log af" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O søgefelt understøtter ikke flere default værdier" @@ -1481,15 +1523,15 @@ msgstr "Håndtér databaser" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Administrer Filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Håndtér visninger" @@ -1521,21 +1563,21 @@ msgstr "Du bør overveje at genindlæse programmet med tasten F5..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metode:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minut" @@ -1549,29 +1591,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modellér %s felter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Ændret af:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifikationer:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1586,21 +1628,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Navn" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Navn:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Ny" @@ -1629,7 +1671,7 @@ msgstr "Ny hovedadgangskode" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Næste>" @@ -1642,49 +1684,49 @@ msgid "No" msgstr "Nej" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Indhold ikke fundet for felt '%s' på '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Ingen data leveret." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] er ikke et JSONified XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Nu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1696,6 +1738,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1703,14 +1752,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1722,9 +1771,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1738,32 +1787,39 @@ msgstr "Gammel adgangskode:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Ved ændring:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Kun dig" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Åbn: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA firma" @@ -1775,6 +1831,20 @@ msgstr "OpenERP SA firma" msgid "Original database name:" msgstr "Original database navn:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1820,14 +1890,14 @@ msgstr "Indtast dit forrige kodeord" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1863,49 +1933,49 @@ msgstr "Egenskaber" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Udskriv" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Udskriv workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relation:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Fjern" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Fjern alle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Ressourse fejl" @@ -1935,88 +2005,88 @@ msgstr "Gendannet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Gem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Gem & Luk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Gem & Ny" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Gem Som" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Gem som..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Gem filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Gem som:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Gem nuværende filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Gem som standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Gem listen med felter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Gem eksporteringer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Søg" @@ -2039,50 +2109,50 @@ msgstr "Søg %(field)s efter: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Søg igen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Søg flere..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Søg: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekund" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Markér" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Vælf D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2102,49 +2172,49 @@ msgstr "Vælg et database navn:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Vælg dato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Vælg dato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Markering:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Adskiller:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Sæt DD til første ugedag" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Indstil som standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Det standard" @@ -2158,56 +2228,56 @@ msgstr "Opdaterer 'id' attribute på eksisterende poster %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Del med alle brugere" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Vis en anden måned" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Vis et andet år" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Vis aktuelle måned" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Vis næste måned" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Vis forrige måned" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Størrelse:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Speciel:" @@ -2235,14 +2305,14 @@ msgstr "Hent en kop kaffe,
    der indlæses" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Teknisk oversættelse" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Teknisk oversættelse" @@ -2270,14 +2340,14 @@ msgstr "Databasen er kopieret" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Feltet er tomt, der er intet at gemme !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Disse felter er ugyldige" @@ -2291,26 +2361,26 @@ msgstr "Data i formular kan ikke annulleres" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Importeringen fejlede som følge af:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Nyt kodeord skal være ens i begge linier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "q2m posten skal gemmes før aktion kan vælges" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2318,21 +2388,21 @@ msgstr "Gammelt kodeord er forkert, kodeord er ikke blevet ændret." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Posten findes ikke i databasen." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Den valgte fil er større end maksimal fil størrelse %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2343,14 +2413,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Fejl ved upload af din fil" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2359,14 +2429,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Denne ressource er tom" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2381,42 +2451,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Tid" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Tidszone afviger" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Tidszone forskellig" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "I dag" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Skift formular layout udseende" @@ -2430,14 +2500,14 @@ msgstr "Træ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2453,21 +2523,21 @@ msgstr "Ikke defineret" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Ubehandlet widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Ukendt felt %s i domænet %s" @@ -2488,7 +2558,7 @@ msgstr "Ukendt karakter type " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Ukendt operator %s i domænet %s" @@ -2502,51 +2572,51 @@ msgstr "Ubegrænset" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Ikke-understøttet operator %s i domænet %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Uploader ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Fejl ved upload" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Uploader..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Brug som standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Bruger's tidszone" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Udgave" @@ -2554,28 +2624,28 @@ msgstr "Udgave" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Vis felter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Visning type '%s' er ikke supporteret ved en til mange." @@ -2583,14 +2653,14 @@ msgstr "Visning type '%s' er ikke supporteret ved en til mange." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advarsel" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2603,35 +2673,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Ugenummer" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Kontrol typen '%s' er ikke implementeret" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Kontrol:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Uge" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2639,20 +2709,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Kodeord feltet kan ikke være tomt" @@ -2667,7 +2737,7 @@ msgstr "Du tror det ikke,
    men programmet er igang med at indlæse..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Du skal vælge mindst en post." @@ -2688,7 +2758,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2731,14 +2801,14 @@ msgstr "For ca. en time siden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "indeholder" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "indeholder ikke" @@ -2752,92 +2822,12 @@ msgstr "f.eks. mit firma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "større end eller lig med" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "større end" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "er" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "er lig med" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "er falsk" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "er ikke" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "er ikke lig med" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "er ikke angivet" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "er angivet" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "er sandt" +msgid "greater or equal than" +msgstr "større end eller lig med" #. module: web #. openerp-web @@ -2845,14 +2835,94 @@ msgstr "er sandt" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "større end" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "er" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "er lig med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "er falsk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "er ikke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "er ikke lig med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "er ikke angivet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "er angivet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "er sandt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "mindre eller lig med" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "mindre end" @@ -2881,12 +2951,12 @@ msgstr "ikke et gyldigt tal" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/de.po b/addons/web/i18n/de.po index 8e77503e740..5c018ea6e80 100644 --- a/addons/web/i18n/de.po +++ b/addons/web/i18n/de.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-20 10:19+0000\n" -"Last-Translator: Claudia Haida \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 08:49+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:51+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s Ansicht" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -163,77 +163,91 @@ msgstr "(%d Datensätze)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Jeder existierende Filter mit dem selben Namen wird ersetzt)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "(früher OpenERP)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(keine Zeichen)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(keine Bezeichnung)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Aktionen --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filter --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Nicht importieren ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "... Wird hochgeladen ..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importiere eine .CSV Datei" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "1367 Grand-Rosière" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Überprüfen Sie das Dateiformat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Lege \"%s\" an" @@ -692,7 +720,7 @@ msgstr "Datenbank anlegen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "%s anlegen" @@ -706,50 +734,50 @@ msgstr "Neue Datenbank anlegen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Anlegen und Bearbeiten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Anlegen und bearbeiten" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Erstelle: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Angelegt von:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Erstellungsdatum:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Benutzer erstellen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Benutzerdefinierter Filter" @@ -790,7 +818,7 @@ msgstr "Datenbank:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debugansicht#" @@ -804,50 +832,57 @@ msgstr "Standard-Sprache:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Standard:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Diesen Anhang löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Diese Datei löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Trennzeichen:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Verwerfen" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "Entdecke Veranstaltungen zu Odoo weltweit..." + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -857,14 +892,14 @@ msgstr "Wollen Sie wirklich die Datenbank %s löschen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Wollen Sie diesen Anhang wirklich löschen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Möchten Sie diesen Datensatz wirklich löschen?" @@ -878,14 +913,14 @@ msgstr "Möchten Sie diese Datensätze wirklich löschen?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Enthält Ihre Datei eine Titelzeile?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domäne:" @@ -899,15 +934,15 @@ msgstr "Nicht verlassen.
    Ladevorgang noch aktiv" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Abgeschlossen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -930,7 +965,7 @@ msgstr "Löschen" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -945,7 +980,7 @@ msgstr "Datenbank löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -968,23 +1003,23 @@ msgstr "Datenbank duplizieren" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-Mail Fehler" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Bearbeiten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Aktion bearbeiten" @@ -996,14 +1031,14 @@ msgstr "Unternehmensdaten bearbeiten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Bearbeite Suchansicht" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Workflow bearbeiten" @@ -1015,7 +1050,7 @@ msgstr "E-Mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Zeichensatz:" @@ -1029,28 +1064,28 @@ msgstr "Beende dieses Lernprogramm" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Gegenwärtiges Datum löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Fehler" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Fehler: das Passwort wurde nicht geändert!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Evalutionsfehler" @@ -1058,7 +1093,7 @@ msgstr "Evalutionsfehler" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Export" @@ -1072,7 +1107,7 @@ msgstr "Daten exportieren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Exportformate" @@ -1086,35 +1121,35 @@ msgstr "In Datei exportieren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Exporttyp:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Alle Daten exportieren" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Suche mit diesen Begriffen ist gescheitert" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Favoriten" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" @@ -1122,36 +1157,36 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Feld:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Ansicht der Felder aufrufen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Zu exportierende Felder" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Datei hochladen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Datei hochladen" @@ -1191,21 +1226,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filtername:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filtername" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "Ein Filter Suchbegriff ist erforderlich." @@ -1220,21 +1255,28 @@ msgstr "Filter für: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "Folge uns...." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Für weitere Informationen besuchen Sie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1244,14 +1286,14 @@ msgstr "Überspringe mehrere Titelzeilen beim Import von CSV Dateien." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formular" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1286,7 +1328,7 @@ msgstr "Hilfe" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" @@ -1294,42 +1336,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Stunde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Bild" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Import-Einstellungen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Import-kompatibler Export" @@ -1364,49 +1406,49 @@ msgstr "Ungültiger Datenbankname" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Tests" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Sprachen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Datum letzte Änderung" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Zuletzt geändert von:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Lizensiert unter den Bedingungen der" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Zu überspringende Zeilen" @@ -1450,7 +1492,7 @@ msgstr "Lädt…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1477,7 +1519,7 @@ msgstr "Abmeldung" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1490,15 +1532,15 @@ msgstr "Datenbanken verwalten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Filter verwalten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Ansichten verwalten" @@ -1530,21 +1572,21 @@ msgstr "Viellecht sollten Sie die Anwendung mit F5 neu laden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metadaten (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Methode:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minute" @@ -1558,29 +1600,29 @@ msgstr "Modus:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modell %s Felder" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Bearbeitet von:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifikatoren:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1595,21 +1637,21 @@ msgstr "Mein Odoo.com Konto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Name" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Name:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Neu" @@ -1638,7 +1680,7 @@ msgstr "Neues Masterpasswort:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Nachfolger>" @@ -1651,49 +1693,49 @@ msgid "No" msgstr "Nein" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Kein Inhalt für das Feld '%s' am '%s:%s' gefunden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Keine Daten vorhanden." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Es gibt keine anzuzeigenden Resultate ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "Es wurde kein Wert in diesem Feld gefunden " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Knoten [%s] ist kein JSONifizierter XML Knoten" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Jetzt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1705,6 +1747,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "Odoo (früher OpenERP)" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1712,14 +1761,14 @@ msgstr "Odoo Webtests" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo ist eine eingetragene Marke von" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1731,9 +1780,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1747,32 +1796,39 @@ msgstr "Altes Passwort:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Bei Änderung" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Nur für Sie" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Öffne: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "OpenERP S.A." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA" @@ -1784,6 +1840,20 @@ msgstr "OpenERP SA" msgid "Original database name:" msgstr "Original Datenbankname :" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "Unsere nächsten Veranstaltungen" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "Unsere Webseite" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1829,7 +1899,7 @@ msgstr "Bitte geben Sie Ihr altes Passwort ein" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" @@ -1837,7 +1907,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1875,49 +1945,49 @@ msgstr "Einstellungen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Drucken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Workflow drucken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relation:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Alle löschen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Rendern" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Ressourcen Fehler" @@ -1947,88 +2017,88 @@ msgstr "Wiederhergestellt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Speichern" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Speichern & Beenden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Speichern & Neu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Speichern unter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Speichern als..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Filter speichern" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Speichern unter:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Aktuellen Filter speichern" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Standardwert speichern" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Feldliste speichern" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Gespeicherte Exporte:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Suche" @@ -2051,50 +2121,50 @@ msgstr "Suche %(field)s nach: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Nochmals suchen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Weitere suchen..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Suche: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekunde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Auswählen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Wählen Sie D, M d aus" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2113,49 +2183,49 @@ msgstr "Wählen Sie einen Datenbanknamen:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Wählen Sie ein Datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Datum auswählen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Auswahl:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Trennzeichen:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Setze TT als Wochenanfang" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Standardwert setzen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Standardwert setzen" @@ -2169,56 +2239,56 @@ msgstr "Setzen des 'ID' Attributes für den existierenden Datensatz %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Mit allen Benutzern teilen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Einen anderen Monat anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Ein anderes Jahr anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Diesen Monat anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Den nächsten Monat anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Vorigen Monat anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Größe:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Spezial:" @@ -2246,14 +2316,14 @@ msgstr "Nehmen Sie sich einen Moment Zeit,
    laden dauert noch etwas..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Technische Übersetzung" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technische Übersetzung" @@ -2281,14 +2351,14 @@ msgstr "Die Datenbank wurde dupliziert." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Das Feld ist leer. Sie können nichts speichern!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Die folgenden Felder sind ungültig:" @@ -2302,20 +2372,20 @@ msgstr "Die Daten des Formulars können nicht gelöscht werden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Der Import schlug fehl, da:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Das neue Passwort und seine Bestätigung müssen übereinstimmen." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" @@ -2323,7 +2393,7 @@ msgstr "" "werden kann" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2333,21 +2403,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Der Datensatz konnte in der Datenbank nicht entdeckt werden." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Die ausgewählte Datei überschreitet die maximale Dateigröße von %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2358,14 +2428,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Beim Hochladen Ihrer Datei gab es ein Problem" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2375,14 +2445,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Die Quelle ist leer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2397,42 +2467,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Uhrzeit" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Zeitzonen-Fehler" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Zeitzone stimmt nicht überein" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Heute" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Auswahlfeld umschalten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Wechseln der Outline des Formular Layouts" @@ -2446,14 +2516,14 @@ msgstr "Baum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Typ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2469,21 +2539,21 @@ msgstr "Undefiniert" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Unbekanntes Oberflächenelement" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Unbekannt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Unbekanntes Feld %s in Domain %s" @@ -2504,7 +2574,7 @@ msgstr "Unbekannter nonliteraler Typ " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Unbekannter Operator %s in Domain %s" @@ -2518,51 +2588,51 @@ msgstr "Unbegrenzt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Nicht unterstützer Operator %s in Domain %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Hochladen ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Fehler beim Hochladen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Hochladen …" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Als Standard benutzen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Zeitzone des Benutzers" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Version" @@ -2570,28 +2640,28 @@ msgstr "Version" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Ansicht" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Felder anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "Metadaten anzeigen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Ansichtstyp '%s' wird von One2Many nicht unterstützt." @@ -2599,14 +2669,14 @@ msgstr "Ansichtstyp '%s' wird von One2Many nicht unterstützt." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Warnung!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2620,35 +2690,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Woche des Jahres" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widgettyp '%s' ist nicht implementiert" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "KW" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2656,20 +2726,21 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ja." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" +"Sie erstellen eine neue %s. Sind Sie sicher, dass diese noch nicht existiert?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Sie können kein leeres Passwort setzen." @@ -2685,7 +2756,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Sie müssen mindestens einen Datensatz auswählen" @@ -2707,7 +2778,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2750,14 +2821,14 @@ msgstr "vor einer Stunde" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "enthält" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "enthält nicht" @@ -2771,92 +2842,12 @@ msgstr "z.B. meine Firma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "ist größer oder gleich als" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "ist größer als" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "ist" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "ist gleich" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "ist falsch" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "ist nicht" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "ist ungleich" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "ist nicht gesetzt" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "ist gesetzt" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "ist wahr" +msgid "greater or equal than" +msgstr "ist größer oder gleich als" #. module: web #. openerp-web @@ -2864,14 +2855,94 @@ msgstr "ist wahr" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "ist größer als" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "ist" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "ist gleich" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "ist falsch" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "ist nicht" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "ist ungleich" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "ist nicht gesetzt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "ist gesetzt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "ist wahr" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "ist kleiner oder gleich als" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "ist weniger als" @@ -2900,12 +2971,12 @@ msgstr "ungültige Nummer" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/el.po b/addons/web/i18n/el.po index 497a82820e3..5e738c6225a 100644 --- a/addons/web/i18n/el.po +++ b/addons/web/i18n/el.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Προσαρμοσμένο Φίλτρο" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "Προκαθορισμένη γλώσσα:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Θέλετε πραγματικά να διαγράψετε την βά #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Πεδία για εξαγωγή" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Φόρμα" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Εδώ είναι μια προεπισκόπηση του αρχείου που δεν μπορεί να εισαχθεί:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Τελευταία Ημερομηνία Τροποποίησης:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "Παρακαλώ εισάγεται τον προηγούμενο κωδ #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Κοινό με όλους τους χρήστες" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "περίπου πριν από μια ώρα" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "μικρότερο ή ίσο με" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/en_AU.po b/addons/web/i18n/en_AU.po index 64254eda0ab..81aa0576b28 100644 --- a/addons/web/i18n/en_AU.po +++ b/addons/web/i18n/en_AU.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(An existing filter with the same name will be replaced)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(no string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Actions --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filters --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Don't Import ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Upload in progress..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Import a *.CSV file" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Check the format of the file" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Create \"%s\"" @@ -686,7 +714,7 @@ msgstr "Create Database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Create and Edit..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Create: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Creation Date:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Created By:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Custom Filter" @@ -784,7 +812,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug View#" @@ -798,50 +826,57 @@ msgstr "Default language:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Default:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Delete" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Delete this attachment" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Delete this file" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimiter:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Discard" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Do you really want to delete the database: %s?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Do you really want to delete this attachment ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Do you really want to delete this record?" @@ -872,14 +907,14 @@ msgstr "Do you really want to delete these records?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Does your file have field titles?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domain:" @@ -893,15 +928,15 @@ msgstr "Don't leave yet,
    it's still loading..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Drop" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Dropping database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Duplicating database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Edit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Edit Action" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Edit Search View" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Edit Workflow" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Encoding:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Error, password not changed!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Evaluation Error" @@ -1052,7 +1087,7 @@ msgstr "Evaluation Error" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Export" @@ -1066,7 +1101,7 @@ msgstr "Export Data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Export Formats" @@ -1080,71 +1115,71 @@ msgstr "Export to File" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Export Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Export all Data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Field '%s' specified in view could not be found." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Field:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fields View Get" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Fields to export" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "File Upload" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "File upload" @@ -1178,21 +1213,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filter Name:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filter name" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filter on: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filters" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "For more information visit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Form" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License (GPL)" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Here is a preview of the file that could not be imported:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Image" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Import Options" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Import-Compatible Export" @@ -1352,49 +1394,49 @@ msgstr "Invalid database name" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Tests" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Languages" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Last Modification Date:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Last Modified by:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licensed under the terms of" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Lines to skip" @@ -1438,7 +1480,7 @@ msgstr "Loading…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1465,7 +1507,7 @@ msgstr "Log out" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O search fields do not currently handle multiple default values" @@ -1477,15 +1519,15 @@ msgstr "Manage Databases" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Manage Filters" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Manage Views" @@ -1518,21 +1560,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Method:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1546,29 +1588,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s fields" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifiers:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1583,21 +1625,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Name" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Name:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "New" @@ -1626,7 +1668,7 @@ msgstr "New master password:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1639,49 +1681,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No content found for field '%s' on '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "No data provided." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] is not a JSONified XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Object:" @@ -1693,6 +1735,13 @@ msgstr "Object:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1700,14 +1749,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1719,9 +1768,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1735,32 +1784,39 @@ msgstr "Old password:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Only you" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Open: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA" @@ -1772,6 +1828,20 @@ msgstr "OpenERP SA" msgid "Original database name:" msgstr "Original database name:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1817,14 +1887,14 @@ msgstr "Please enter your previous password" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1860,49 +1930,49 @@ msgstr "Preferences" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Print" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Print Workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relationship:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Delete" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Remove All" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1932,88 +2002,88 @@ msgstr "Restored" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Save" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Save & Close" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Save & Continue" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Save As" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Save As…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Save Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Save as:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Save current filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Save default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Save this list of fields" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Saved exports:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Search" @@ -2036,50 +2106,50 @@ msgstr "Search %(field)s for: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Search Again" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Search More..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Search: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Select" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2097,49 +2167,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Select date" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selection:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Set as Default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Set Defaults" @@ -2153,56 +2223,56 @@ msgstr "Setting 'id' attribute on existing record %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Share with all users" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Size:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Special:" @@ -2231,14 +2301,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Technical Translation" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technical translation" @@ -2266,14 +2336,14 @@ msgstr "The database has been duplicated." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "The field is empty, there's nothing to save!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "The following fields are invalid:" @@ -2287,26 +2357,26 @@ msgstr "The form's data cannot be discarded" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "The import failed due to:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "The new password and its confirmation must be identical." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "The o2m record must be saved before an action can be used" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2315,21 +2385,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "The record could not be found in the database." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "The selected file exceed the maximum file size of %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2340,14 +2410,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "There was a problem while uploading your file" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2355,14 +2425,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "This resource is empty" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2377,42 +2447,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Timezone mismatch" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Toggle Form Layout Outline" @@ -2426,14 +2496,14 @@ msgstr "Tree" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2449,21 +2519,21 @@ msgstr "Undefined" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Unhandled widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Unknown field %s in domain %s" @@ -2484,7 +2554,7 @@ msgstr "Unknown non-literal type " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Unknown operator %s in domain %s" @@ -2498,51 +2568,51 @@ msgstr "Unlimited" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Unsupported operator %s in domain %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Uploading ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Uploading ..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Use by default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "User's timezone" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Version" @@ -2550,28 +2620,28 @@ msgstr "Version" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "View" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "View Fields" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "View type '%s' is not supported in One2Many." @@ -2579,14 +2649,14 @@ msgstr "View type '%s' is not supported in One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Warning" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2599,35 +2669,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget type '%s' is not implemented" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2635,20 +2705,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Yes" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "You cannot leave any password empty." @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "You must select at least one record." @@ -2685,7 +2755,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "Your user preference timezone does not match your browser timezone:" @@ -2727,14 +2797,14 @@ msgstr "about an hour ago" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contains" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "doesn't contain" @@ -2748,92 +2818,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "greater than or equal to" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "greater than" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "is" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "is equal to" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "is false" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "is not" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "is not equal to" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "is true" +msgid "greater or equal than" +msgstr "greater than or equal to" #. module: web #. openerp-web @@ -2841,14 +2831,94 @@ msgstr "is true" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "greater than" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "is" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "is equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "is false" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "is not" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "is not equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "is true" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "less than or equal to" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "less than" @@ -2877,12 +2947,12 @@ msgstr "invalid number" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/en_GB.po b/addons/web/i18n/en_GB.po index 1c2cd52f6be..6fa516446d4 100644 --- a/addons/web/i18n/en_GB.po +++ b/addons/web/i18n/en_GB.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 15:13+0000\n" "Last-Translator: Anthony Harrington \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s view" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Any existing filter with the same name will be replaced)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(no string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Actions --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filters --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Don't Import ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Upload in progress..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Import a .CSV file" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Check your file format" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Create \"%s\"" @@ -689,7 +717,7 @@ msgstr "Create Database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Create a %s" @@ -703,50 +731,50 @@ msgstr "Create a New Database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Create and Edit..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Create and edit" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Create: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Created by :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Creation Date:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Created By:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Custom Filter" @@ -787,7 +815,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug View#" @@ -801,50 +829,57 @@ msgstr "Default language:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Default:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Delete" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Delete this attachment" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Delete this file" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimiter:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Discard" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Do you really want to delete the database: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Do you really want to delete this attachment ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Do you really want to delete this record?" @@ -875,14 +910,14 @@ msgstr "Do you really want to remove these records?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Does your file have titles?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domain:" @@ -896,15 +931,15 @@ msgstr "Don't leave yet,
    it's still loading..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Done" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Drop" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Dropping database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Duplicating database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-mail Error" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Edit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Edit Action" @@ -993,14 +1028,14 @@ msgstr "Edit Company data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Edit SearchView" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Edit Workflow" @@ -1012,7 +1047,7 @@ msgstr "E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Encoding:" @@ -1026,28 +1061,28 @@ msgstr "End This Tutorial" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Erase the current date" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Error" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Error, password not changed !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Evaluation Error" @@ -1055,7 +1090,7 @@ msgstr "Evaluation Error" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Export" @@ -1069,7 +1104,7 @@ msgstr "Export Data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Export Formats" @@ -1083,71 +1118,71 @@ msgstr "Export To File" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Export Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Export all Data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Failed to evaluate search criterions" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Favourites" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Field '%s' specified in view could not be found." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Field:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fields View Get" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Fields to export" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "File Upload" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "File upload" @@ -1187,21 +1222,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filter Name:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filter name" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "Filter name is required." @@ -1216,21 +1251,28 @@ msgstr "Filter on: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filters" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "For more information visit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1242,14 +1284,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Form" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1284,49 +1326,49 @@ msgstr "Help" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Here is a preview of the file we could not import:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Hour" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Image" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Import Options" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Import-Compatible Export" @@ -1361,49 +1403,49 @@ msgstr "Invalid database name" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Tests" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Languages" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Last Modification Date:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Last Modified by:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licensed under the terms of" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Lines to skip" @@ -1447,7 +1489,7 @@ msgstr "Loading..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1474,7 +1516,7 @@ msgstr "Log out" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O search fields do not currently handle multiple default values" @@ -1486,15 +1528,15 @@ msgstr "Manage Databases" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Manage Filters" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Manage Views" @@ -1527,21 +1569,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metadata (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Method:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minute" @@ -1555,29 +1597,29 @@ msgstr "Mode:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s fields" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modified by :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifiers:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1592,21 +1634,21 @@ msgstr "My Odoo.com account" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Name" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Name:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "New" @@ -1635,7 +1677,7 @@ msgstr "New master password:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Next>" @@ -1648,49 +1690,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No content found for field '%s' on '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "No data provided." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "No results to show..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "No value found for the field for value " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] is not a JSONified XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Now" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Object:" @@ -1702,6 +1744,13 @@ msgstr "Object:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1709,14 +1758,14 @@ msgstr "Odoo Web Tests" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo is a trademark of the" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1728,9 +1777,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1744,32 +1793,39 @@ msgstr "Old Password:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Only you" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Open: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1781,6 +1837,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Original database name:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1826,14 +1896,14 @@ msgstr "Please enter your previous password" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "Please note that only the selected ids will be exported." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1871,49 +1941,49 @@ msgstr "Preferences" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Print" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Print Workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relation:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Remove" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Remove All" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Render" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Resource Error" @@ -1943,88 +2013,88 @@ msgstr "Restored" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Save" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Save & Close" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Save & New" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Save As" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Save As..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Save Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Save as:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Save current filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Save default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Save fields list" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Saved exports:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Search" @@ -2047,50 +2117,50 @@ msgstr "Search %(field)s for: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Search Again" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Search More..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Search: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Second" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Select" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Select D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2108,49 +2178,49 @@ msgstr "Select a database name:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Select a date" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Select date" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selection:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Set DD as first week day" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Set Default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Set Defaults" @@ -2164,56 +2234,56 @@ msgstr "Setting 'id' attribute on existing record %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Share with all users" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Show a different month" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Show a different year" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Show the current month" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Show the next month" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Show the previous month" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Size:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Special:" @@ -2241,14 +2311,14 @@ msgstr "Take a minute to get a coffee,
    because it's loading..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Technical Translation" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technical translation" @@ -2276,14 +2346,14 @@ msgstr "The database has been duplicated." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "The field is empty, there's nothing to save !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "The following fields are invalid:" @@ -2297,26 +2367,26 @@ msgstr "The form's data can not be discarded" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "The import failed due to:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "The new password and its confirmation must be identical." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "The o2m record must be saved before an action can be used" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2325,21 +2395,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "The record could not be found in the database." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "The selected file exceed the maximum file size of %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2350,14 +2420,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "There was a problem while uploading your file" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2366,14 +2436,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "This resource is empty" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2388,42 +2458,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Time" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Timezone Mismatch" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Timezone mismatch" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Today" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Toggle Dropdown" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Toggle Form Layout Outline" @@ -2437,14 +2507,14 @@ msgstr "Tree" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2460,21 +2530,21 @@ msgstr "Undefined" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Unhandled widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Unknown" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Unknown field %s in domain %s" @@ -2495,7 +2565,7 @@ msgstr "Unknown nonliteral type " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Unknown operator %s in domain %s" @@ -2509,51 +2579,51 @@ msgstr "Unlimited" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Unsupported operator %s in domain %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Uploading ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Uploading Error" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Uploading..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Use by default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "User's timezone" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Version" @@ -2561,28 +2631,28 @@ msgstr "Version" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "View" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "View Fields" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "View Metadata" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "View type '%s' is not supported in One2Many." @@ -2590,14 +2660,14 @@ msgstr "View type '%s' is not supported in One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Warning" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2610,35 +2680,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Week of the year" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget type '%s' is not implemented" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2646,20 +2716,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Yes" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "You are creating a new %s, are you sure it does not exist yet?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "You cannot leave any password empty." @@ -2675,7 +2745,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "You must choose at least one record." @@ -2696,7 +2766,7 @@ msgstr "Your Odoo session expired. Please refresh the current web page." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2739,14 +2809,14 @@ msgstr "about an hour ago" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contains" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "does not contain" @@ -2760,92 +2830,12 @@ msgstr "e.g. mycompany" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "greater than or equal to" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "greater than" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "is" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "is equal to" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "is false" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "is not" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "is not equal to" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "is not set" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "is set" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "is true" +msgid "greater or equal than" +msgstr "greater than or equal to" #. module: web #. openerp-web @@ -2853,14 +2843,94 @@ msgstr "is true" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "greater than" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "is" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "is equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "is false" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "is not" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "is not equal to" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "is not set" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "is set" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "is true" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "less than or equal to" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "less than" @@ -2889,12 +2959,12 @@ msgstr "not a valid number" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es.po b/addons/web/i18n/es.po index 689351f618d..843831a63a0 100644 --- a/addons/web/i18n/es.po +++ b/addons/web/i18n/es.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-15 07:23+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 21:03+0000\n" +"Last-Translator: Roberto Lizana (trey.es) \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Vista %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d registros)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "(Anteriormente OpenERP)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sin cadena)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acciones --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- No importar ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Carga en progreso..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar un archivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "1367 Grand-Rosière" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Compruebe el formato de archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Crear \"%s\"" @@ -690,7 +718,7 @@ msgstr "Crear Base de Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Crear un %s" @@ -704,50 +732,50 @@ msgstr "Crear una nueva base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Crear y editar..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Crear y editar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Creado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Fecha de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuario de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizado" @@ -788,7 +816,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Depurar Vista#" @@ -802,50 +830,57 @@ msgstr "Idioma por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Borrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Eliminar este adjunto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Eliminar este archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "Descubra Eventos de Odoo en todo el mundo ..." + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -855,14 +890,14 @@ msgstr "¿Está seguro de que quiere borrar la base de datos: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "¿Realmente quiere borrar este adjunto?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente desea eliminar este registro?" @@ -876,14 +911,14 @@ msgstr "¿Está seguro que quiere eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "¿Tiene su archivo títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -897,15 +932,15 @@ msgstr "No te vayas todavía,
    todavía está cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Hecho" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -928,7 +963,7 @@ msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -943,7 +978,7 @@ msgstr "Eliminando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -966,23 +1001,23 @@ msgstr "Duplicando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Error de correo electrónico" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar Acción" @@ -994,14 +1029,14 @@ msgstr "Editar datos de la compañía" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar SearchView" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Flujo de trabajo" @@ -1013,7 +1048,7 @@ msgstr "Correo electrónico" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificación:" @@ -1027,28 +1062,28 @@ msgstr "Finalizar este tutorial" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Borrar la fecha actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Error" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "¡Error, contraseña no modificada!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Error de evaluación" @@ -1056,7 +1091,7 @@ msgstr "Error de evaluación" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1070,7 +1105,7 @@ msgstr "Exportar información" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de Exportación" @@ -1084,71 +1119,71 @@ msgstr "Exportar a fichero" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos los datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Error evaluando los criterios de búsqueda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Favoritos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "No se encontró el campo '%s' especificado en la vista." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obtener Campos de Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Subir archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Subir Archivos" @@ -1186,21 +1221,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nombre del Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nombre del filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "Se requiere un nombre para el filtro" @@ -1215,21 +1250,28 @@ msgstr "Filtrar por: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "Síganos ..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para más información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1241,14 +1283,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1283,49 +1325,49 @@ msgstr "Ayuda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Esta es una vista previa del archivo que no se pudo importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imagen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opciones de importación" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importación-Exportación Compatible" @@ -1361,49 +1403,49 @@ msgstr "Nombre de base de datos incorrecto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Tests JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Idiomas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Última fecha de modificación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenciado bajo los términos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Líneas a omitir" @@ -1447,7 +1489,7 @@ msgstr "Cargando…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1474,7 +1516,7 @@ msgstr "Cerrar sesión" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1487,15 +1529,15 @@ msgstr "Gestionar Bases de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestionar Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gestionar Vistas" @@ -1529,21 +1571,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metadata (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuto" @@ -1557,29 +1599,29 @@ msgstr "Modo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos del Modelo %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1594,21 +1636,21 @@ msgstr "Mi cuenta Odoo.com" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nombre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nombre:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nuevo" @@ -1637,7 +1679,7 @@ msgstr "Nueva contraseña maestra:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Siguiente>" @@ -1650,49 +1692,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No se encontró contenido para el campo '%s' en '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "No se han facilitado datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Sin resultados que mostrar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "No se ha encontrado ningún valor para el valor del campo " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "El nodo [%s] no es un nodo JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Ahora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1704,6 +1746,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "Odoo (Anteriormente OpenERP)" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1711,14 +1760,14 @@ msgstr "Tests web de Odoo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo es una marca registrada de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1730,9 +1779,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1746,32 +1795,39 @@ msgstr "Contraseña anterior:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Al cambiar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Sólo usted" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "OpenERP S.A." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Compañía OpenERP SA" @@ -1783,6 +1839,20 @@ msgstr "Compañía OpenERP SA" msgid "Original database name:" msgstr "Nombre original de la base de datos:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "Nuestros próximos eventos" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "Nuestro sitio web" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1828,14 +1898,14 @@ msgstr "Por favor ingrese su contraseña anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "Tenga en cuenta que sólo se exportarán los registros seleccionados." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1874,49 +1944,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir flujo de trabajo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Eliminar Todo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Generar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Error de recursos" @@ -1946,88 +2016,88 @@ msgstr "Restaurada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Guardar y Cerrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Guardar y Nuevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Guardar como..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Guardar filtro actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Guardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportaciones guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Buscar" @@ -2050,50 +2120,50 @@ msgstr "Buscar %(field)s para: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Volver a buscar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Buscar más..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Segundo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Seleccione D, M o d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2113,49 +2183,49 @@ msgstr "Seleccione un nombre de base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Seleccione una fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Establecer DD como primer día de la semana" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Establecer Por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Establecer por Defecto" @@ -2169,56 +2239,56 @@ msgstr "Estableciendo atributo 'id' en registro %s existente" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Compartir con todos los usuarios" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Mostrar un mes diferente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Mostrar un año diferente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Mostrar el mes actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Mostrar el mes que viene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Mostrar el mes anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2246,14 +2316,14 @@ msgstr "Tome un minuto para ir por un café,
    porque está cargando ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traducción técnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducción técnica" @@ -2281,14 +2351,14 @@ msgstr "La base de datos ha sido duplicada." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Este campo esta vacio, !no hay nada que guardar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Los siguientes campos son inválidos:" @@ -2302,27 +2372,27 @@ msgstr "Los datos del formulario no se pueden descartar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "La importación falló debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "La nueva contraseña y su confirmación deben ser idénticas." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "El registro O2M debe guardarse antes que una acción pueda ser utilizada" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2332,21 +2402,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "El registro no se ha encontrado en la base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "El archivo seleccionado supera el tamaño máximo de% s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2357,14 +2427,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Hubo un problema subiendo el fichero" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2373,14 +2443,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Este recurso está vacío" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2395,42 +2465,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Tiempo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Discrepancia de zona horaria" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Desajuste de la zona horaria" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Hoy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Conmutar desplegable" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Cambiar esquema del formulario de diseño" @@ -2444,14 +2514,14 @@ msgstr "Árbol" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2467,21 +2537,21 @@ msgstr "Sin definir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget no controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Desconocido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en el dominio %s" @@ -2502,7 +2572,7 @@ msgstr "Tipo no literal desconocido " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en el dominio %s" @@ -2516,51 +2586,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no soportado %s en el dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Error de carga" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Subiendo..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Zona horaria del usuario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2568,28 +2638,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "Ver metadatos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "El tipo de vista '%s' no está soportado en los One2Many" @@ -2597,14 +2667,14 @@ msgstr "El tipo de vista '%s' no está soportado en los One2Many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advertencia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2617,35 +2687,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Semana del año" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "El tipo de widget '%s' no está implementado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Sem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2653,20 +2723,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sí" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "Está creando un nuevo %s, ¿está seguro de que no existe ya?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "No puede dejar vacía ninguna contraseña" @@ -2682,7 +2752,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -2703,7 +2773,7 @@ msgstr "Su sesión Odoo expiró. Refresque por favor la página web actual." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2747,14 +2817,14 @@ msgstr "Hace una hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "no contiene" @@ -2768,92 +2838,12 @@ msgstr "Por ejemplo, micompañía" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "no es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "no está establecida(o)" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "está establecida(o)" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2861,14 +2851,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "no está establecida(o)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "está establecida(o)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2897,12 +2967,12 @@ msgstr "no es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_AR.po b/addons/web/i18n/es_AR.po index a41df8ae025..b5451432359 100644 --- a/addons/web/i18n/es_AR.po +++ b/addons/web/i18n/es_AR.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Vista %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d registros)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sin cadena)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acciones --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- No importar ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Carga en progreso..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar un archivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Compruebe el formato de archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Crear \"%s\"" @@ -688,7 +716,7 @@ msgstr "Crear Base de Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -702,50 +730,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Crear y Editar..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Creado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Fecha de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuario de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizado" @@ -786,7 +814,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Depurar Vista#" @@ -800,50 +828,57 @@ msgstr "Idioma por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Suprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Eliminar este adjunto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Eliminar este archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "¿Está seguro de que quiere borrar la base de datos: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "¿Realmente quiere borrar este adjunto?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente desea eliminar este registro?" @@ -874,14 +909,14 @@ msgstr "¿Está seguro que quiere eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "¿Tiene títulos su archivo?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -895,15 +930,15 @@ msgstr "No se vaya todavía,
    todavía está cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "Eliminando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "Duplicando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar Acción" @@ -992,14 +1027,14 @@ msgstr "Editar datos de la Compañía" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar Vista de Búsqueda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Flujo de trabajo" @@ -1011,7 +1046,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificación:" @@ -1025,28 +1060,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "¡Error, contraseña no modificada!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Error de evaluación" @@ -1054,7 +1089,7 @@ msgstr "Error de evaluación" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1068,7 +1103,7 @@ msgstr "Exportar Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Exportar Formatos" @@ -1082,71 +1117,71 @@ msgstr "Exportar A Fichero" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos los Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "No se encontró el campo '%s' especificado en la vista." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obtener Vista de Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Subir archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Subir archivo" @@ -1180,21 +1215,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nombre del Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nombre del filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1209,21 +1244,28 @@ msgstr "Filtrar por: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para más información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1235,14 +1277,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1277,49 +1319,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Esta es una vista previa del archivo que no se pudo importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imagen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importar Opciones" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importación-Exportación Compatible" @@ -1355,49 +1397,49 @@ msgstr "Nombre de base de datos inválido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Tests JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Idiomas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Última Fecha de Modificación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenciado bajo los términos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Líneas a omitir" @@ -1441,7 +1483,7 @@ msgstr "Cargando…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1468,7 +1510,7 @@ msgstr "Cerrar sesión" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1482,15 +1524,15 @@ msgstr "Gestionar Bases de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestionar Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Administrar Vistas" @@ -1523,21 +1565,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1551,29 +1593,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos del Modelo %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1588,21 +1630,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nombre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nombre:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nuevo" @@ -1631,7 +1673,7 @@ msgstr "Nueva contraseña maestra:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1644,49 +1686,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No se encontró contenido para el campo '%s' en '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "No se han facilitado datos." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "El nodo [%s] no es un nodo JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1698,6 +1740,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1705,14 +1754,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1724,9 +1773,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1740,32 +1789,39 @@ msgstr "Contraseña Antigua:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Al cambiar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Sólo usted" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Compañía OpenERP SA" @@ -1777,6 +1833,20 @@ msgstr "Compañía OpenERP SA" msgid "Original database name:" msgstr "Nombre original de la base de datos:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1822,14 +1892,14 @@ msgstr "Por favor ingrese su contraseña anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1866,49 +1936,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir Flujo de Trabajo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Eliminar Todo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1938,88 +2008,88 @@ msgstr "Restaurada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Guardar y Cerrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Guardar y Nuevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar Como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Guardar Como..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Guardar filtro actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Guardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportaciones guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Buscar" @@ -2042,50 +2112,50 @@ msgstr "Buscar %(field)s para: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Volver a Buscar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Buscar Más..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2105,49 +2175,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Establecer Por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Establecer Por Defecto" @@ -2161,56 +2231,56 @@ msgstr "Estableciendo atributo 'id' en registro %s existente" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Compartir con todos los usuarios" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2238,14 +2308,14 @@ msgstr "Tome un minuto para ir por un café,
    porque está cargando ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traducción Técnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducción técnica" @@ -2273,14 +2343,14 @@ msgstr "La base de datos ha sido duplicada." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Este campo esta vacio, ¡no hay nada que guardar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Los siguientes campos son inválidos:" @@ -2294,27 +2364,27 @@ msgstr "Los datos del formulario no se pueden descartar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "La importación falló debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "La nueva contraseña y su confirmación deben ser idénticas." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "El registro o2m debe ser guardado antes que una acción pueda ser utilizada" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2324,21 +2394,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "El registro no se ha podido encontrado en la base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "El archivo seleccionado supera el tamaño máximo de %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2349,14 +2419,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Hubo un problema subiendo el archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2364,14 +2434,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Este recurso está vacío" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2386,42 +2456,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Desajuste de la zona horaria" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Cambiar Esquema del Formulario de Diseño" @@ -2435,14 +2505,14 @@ msgstr "Árbol" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2458,21 +2528,21 @@ msgstr "Indefinido" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget no controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en el dominio %s" @@ -2493,7 +2563,7 @@ msgstr "Tipo no literal desconocido " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en el dominio %s" @@ -2507,51 +2577,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no soportado %s en el dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Subiendo..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Zona horaria del usuario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2559,28 +2629,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "El Tipo Vista '%s' no está soportado en los One2Many." @@ -2588,14 +2658,14 @@ msgstr "El Tipo Vista '%s' no está soportado en los One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advertencia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2608,35 +2678,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "El tipo de widget '%s' no está implementado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "ID XML:" @@ -2644,20 +2714,20 @@ msgstr "ID XML:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sí" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "No puede dejar vacía ninguna contraseña" @@ -2673,7 +2743,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -2694,7 +2764,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2738,14 +2808,14 @@ msgstr "hace alrededor de una hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "no contiene" @@ -2759,92 +2829,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "no es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2852,14 +2842,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2888,12 +2958,12 @@ msgstr "no es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_CL.po b/addons/web/i18n/es_CL.po index cbe60aab057..03f91b6026a 100644 --- a/addons/web/i18n/es_CL.po +++ b/addons/web/i18n/es_CL.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "¿Está seguro que quiere eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "Exportar datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "Exportar a fichero" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1351,49 +1393,49 @@ msgstr "Nombre de base de datos incorrecto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1437,7 +1479,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1460,7 +1502,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1472,15 +1514,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1512,21 +1554,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1540,29 +1582,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1577,21 +1619,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1620,7 +1662,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1633,49 +1675,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1687,6 +1729,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1694,14 +1743,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1713,9 +1762,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1729,32 +1778,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1766,6 +1822,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1811,14 +1881,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1855,49 +1925,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1927,88 +1997,88 @@ msgstr "Restaurada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2031,50 +2101,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2090,49 +2160,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Establecer Por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2146,56 +2216,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2223,14 +2293,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2258,14 +2328,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2279,26 +2349,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2306,21 +2376,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2329,14 +2399,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2344,14 +2414,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2362,42 +2432,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2411,14 +2481,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2434,21 +2504,21 @@ msgstr "Indefinida" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en el dominio %s" @@ -2469,7 +2539,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en el dominio %s" @@ -2483,51 +2553,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no soportado %s en el dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2535,28 +2605,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2564,14 +2634,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2581,35 +2651,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2617,20 +2687,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sí" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2645,7 +2715,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2666,7 +2736,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2708,14 +2778,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "no contiene" @@ -2729,92 +2799,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "es distinto de" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2822,14 +2812,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "es distinto de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2858,12 +2928,12 @@ msgstr "no es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_CR.po b/addons/web/i18n/es_CR.po index 1ec93ff4b7f..750758ff96f 100644 --- a/addons/web/i18n/es_CR.po +++ b/addons/web/i18n/es_CR.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ninguna cadena)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acciones --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar un archivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Compruebe el formato de archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Fecha de creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Creación del usuario:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Depurar Vista" @@ -798,50 +826,57 @@ msgstr "Idioma por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Predeterminada:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Borrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente desea eliminar este registro?" @@ -872,14 +907,14 @@ msgstr "¿Desea realmente eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "¿Tiene su archivo títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar acción" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar vista de búsqueda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar flujo" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificación:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1066,7 +1101,7 @@ msgstr "Exportar información" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de Exportación" @@ -1080,71 +1115,71 @@ msgstr "Exportar a fichero" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos los datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obtener vista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nombre del Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para mas información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Forma" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Esta es una vista previa del archivo que no se pudo importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opciones de importación" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1353,49 +1395,49 @@ msgstr "Nombre de base de datos incorrecto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Ultima modificación de fecha:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Ultima modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Con licencia bajo los términos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Líneas a omitir" @@ -1439,7 +1481,7 @@ msgstr "Cargando…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1462,7 +1504,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1474,15 +1516,15 @@ msgstr "Administrar Base de Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestionar Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gestionar vistas" @@ -1514,21 +1556,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1542,29 +1584,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modelo %s campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1579,21 +1621,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nombre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1622,7 +1664,7 @@ msgstr "Nueva contraseña maestra:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1635,49 +1677,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1689,6 +1731,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1696,14 +1745,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1715,9 +1764,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1731,32 +1780,39 @@ msgstr "Contraseña anterior:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "En cambio:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Solo usted" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Compañía OpenERP SA" @@ -1768,6 +1824,20 @@ msgstr "Compañía OpenERP SA" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1813,14 +1883,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1857,49 +1927,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Eliminar Todo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1929,88 +1999,88 @@ msgstr "Restaurada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Guardar y Cerrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Guardar y Nuevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Guardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportaciones guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Búsqueda" @@ -2033,50 +2103,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2096,49 +2166,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Fijar Predeterminado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2152,56 +2222,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2229,14 +2299,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducción técnica" @@ -2264,14 +2334,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2285,26 +2355,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "La importación falló debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2312,21 +2382,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2335,14 +2405,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2350,14 +2420,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2372,42 +2442,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2421,14 +2491,14 @@ msgstr "Árbol" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2444,21 +2514,21 @@ msgstr "Indefinido" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget no controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Archivo desconocido %s en dominio %s" @@ -2479,7 +2549,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en dominio %s" @@ -2493,51 +2563,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no compatible %s en domino %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Subiendo ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2545,28 +2615,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Ver" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2574,14 +2644,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advertencia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2591,35 +2661,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2627,20 +2697,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sí" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2655,7 +2725,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -2676,7 +2746,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2718,14 +2788,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "no contiene" @@ -2739,92 +2809,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "es distinto de" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2832,14 +2822,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "es distinto de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2868,12 +2938,12 @@ msgstr "no es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_DO.po b/addons/web/i18n/es_DO.po index 6f6f8fe46b0..abeaf1697f7 100644 --- a/addons/web/i18n/es_DO.po +++ b/addons/web/i18n/es_DO.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acciones --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar un archivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Compruebe el formato de archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "Crear Base de Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Crear y Editar..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Fecha de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuario de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizado" @@ -784,7 +812,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Depurar Vista#" @@ -798,50 +826,57 @@ msgstr "Idioma por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Predeterminado:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Eliminar este adjunto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Eliminar este archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Realmente desea eliminar este adjunto?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente desea eliminar este registro?" @@ -872,14 +907,14 @@ msgstr "¿Está seguro que quiere eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "¿Su archivo tiene títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -893,15 +928,15 @@ msgstr "No te vayas todavía,
    todavía se está cargando ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar Acción" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar SearchView" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Flujo" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1066,7 +1101,7 @@ msgstr "Exportar datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de Exportación" @@ -1080,71 +1115,71 @@ msgstr "Exportar a archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos los datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obtener Campos de Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nombre del Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nombre del filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filtro en: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para más información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Esta es una vista previa del archivo que no se pudo importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imágen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opciones de importación" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1351,49 +1393,49 @@ msgstr "Nombre de base de datos incorrecto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Última fecha de modificación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Con licencia bajo los términos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Líneas a omitir" @@ -1437,7 +1479,7 @@ msgstr "Cargando…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1460,7 +1502,7 @@ msgstr "Cerrar sesión" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1474,15 +1516,15 @@ msgstr "Gestionar Bases de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestionar Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gestionar Vistas" @@ -1516,21 +1558,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1544,29 +1586,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos del Modelo %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1581,21 +1623,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nombre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nombre :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1624,7 +1666,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1637,49 +1679,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1691,6 +1733,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1698,14 +1747,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1717,9 +1766,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1733,32 +1782,39 @@ msgstr "Contraseña anterior:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Sólo usted" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1770,6 +1826,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1815,14 +1885,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1859,49 +1929,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir Flujo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Eliminar Todo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1931,88 +2001,88 @@ msgstr "Restaurado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Guardar & Cerrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Guardar & Nuevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Guardar como…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Guardar filtro actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Guardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportaciones guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Buscar" @@ -2035,50 +2105,50 @@ msgstr "Buscar %(field)s para: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Volver a buscar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Buscar Más..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2098,49 +2168,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Establecer Por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Establecer por Defecto" @@ -2154,56 +2224,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Compartir con todos los usuarios" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2231,14 +2301,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducción técnica" @@ -2266,14 +2336,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "El campo está vacío, no hay nada que salvar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2287,26 +2357,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "La importación falló debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2314,21 +2384,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2337,14 +2407,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2352,14 +2422,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2370,42 +2440,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2419,14 +2489,14 @@ msgstr "Árbol" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2442,21 +2512,21 @@ msgstr "Sin definir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget no controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en el dominio %s" @@ -2477,7 +2547,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en el dominio %s" @@ -2491,51 +2561,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no soportado %s en el dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Subiendo..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2543,28 +2613,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2572,14 +2642,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Aviso" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2592,35 +2662,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2628,20 +2698,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sí" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2657,7 +2727,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -2678,7 +2748,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2720,14 +2790,14 @@ msgstr "hace una hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "no contiene" @@ -2741,92 +2811,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "no es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2834,14 +2824,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2870,12 +2940,12 @@ msgstr "no es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_EC.po b/addons/web/i18n/es_EC.po index 32e30b1c0ef..0808e28e299 100644 --- a/addons/web/i18n/es_EC.po +++ b/addons/web/i18n/es_EC.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Vista %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d registros)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sin cadena)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acciones --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- No importar ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Carga en progreso..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar a archivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "Revisa tu formato de archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Crear \"%s\"" @@ -686,7 +714,7 @@ msgstr "Crear Base de Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Crear y Editar..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Creado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Fecha de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuario que creó:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizado" @@ -784,7 +812,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Depurar Vista#" @@ -798,50 +826,57 @@ msgstr "Lenguaje por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Eliminar este adjunto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Eliminar este archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "¿Está seguro de que quiere borrar la base de datos: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "¿Realmente quiere borrar este adjunto?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente desea eliminar este registro?" @@ -872,14 +907,14 @@ msgstr "¿Está seguro que quiere eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Tiene tu archivo títulos ?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -893,15 +928,15 @@ msgstr "No salir aún,
    Aún está cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Completado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Borrar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Eliminando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Duplicando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar Acción" @@ -990,14 +1025,14 @@ msgstr "Editar datos de la compañía" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar SearchView" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Flujo de trabajo" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificación:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Borrar la fecha actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "¡Error, contraseña no modificada!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Error de evaluación" @@ -1052,7 +1087,7 @@ msgstr "Error de evaluación" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1066,7 +1101,7 @@ msgstr "Exportar Datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formato para exportar" @@ -1080,71 +1115,71 @@ msgstr "Exportar a Archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos los datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "No se encontró el campo '%s' especificado en la vista." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obtener Campos de Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Cargar Archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Subir Archivo" @@ -1178,21 +1213,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nombre del Filtro:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nombre del filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filtrar por: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para más información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Aquí está una vista preliminar del archivo que no podemos importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imágen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opciones para importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Compatible con Importación-Exportación" @@ -1353,49 +1395,49 @@ msgstr "Nombre de base de datos inválido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Tests JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Idiomas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Última fecha de modificación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenciado bajo los términos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Líneas a omitir" @@ -1439,7 +1481,7 @@ msgstr "Cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1466,7 +1508,7 @@ msgstr "Cerrar sesión" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "Los campos de búsqueda M2O no soportan multiples valores por defecto" @@ -1478,15 +1520,15 @@ msgstr "Gestionar Bases de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestionar filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gestionar Vistas" @@ -1520,21 +1562,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuto" @@ -1548,29 +1590,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos del Modelo %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1585,21 +1627,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nombre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nombre:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nuevo" @@ -1628,7 +1670,7 @@ msgstr "New master password:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Sig>" @@ -1641,49 +1683,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No se encontró contenido para el campo '%s' en '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "No se han facilitado datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "El nodo [%s] no es un nodo JSONificado XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Ahora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1695,6 +1737,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1702,14 +1751,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1721,9 +1770,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1737,32 +1786,39 @@ msgstr "Password anterior:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Sólo usted" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1774,6 +1830,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Nombre original de la base de datos:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1819,14 +1889,14 @@ msgstr "Por favor ingrese su contraseña anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1862,49 +1932,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir Flujo de Trabajo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Borrar todo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1934,88 +2004,88 @@ msgstr "Restaurado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Grabar & Cerrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Grabar & Nuevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar Como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Guardar como…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar Como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Guardar filtro actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Guardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportaciones guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Buscar" @@ -2038,50 +2108,50 @@ msgstr "Buscar %(field)s para: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Volver a buscar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Buscar más..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Segundo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Seleccionar D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2101,49 +2171,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Seleccione una fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Conf. DD como la primera semana" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Fijar Predeterminado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Establecer por Defecto" @@ -2157,56 +2227,56 @@ msgstr "Configuración de 'id' en registro actual %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Compartir con todos los usuarios" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Mostrar una mes diferente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Mostrar un año diferente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Mostrar el mes actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Mostrar el siguiente mes" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Mostrar el mes anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2234,14 +2304,14 @@ msgstr "Tome un minuto para ir por un café,
    porque está cargando ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traducción técnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducción técnica" @@ -2269,14 +2339,14 @@ msgstr "La base de datos ha sido duplicada." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Este campo esta vacio, !no hay nada que guardar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Los siguientes campos son inválidos:" @@ -2290,27 +2360,27 @@ msgstr "Los datos del formulario no se pueden descartar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "La importación falló debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "La nueva contraseña y su confirmación deben ser idénticas." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "El registro O2M debe guardarse antes que una acción pueda ser utilizada" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2319,21 +2389,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "El registro no fue encontrado en la base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "El archivo seleccionado supera el tamaño máximo de% s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2344,14 +2414,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Hubo un problema mientras se cargaba su archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2359,14 +2429,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "El recurso esta vacío" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2381,42 +2451,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Desajuste de la zona horaria" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Hoy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Cambiar esquema del formulario de diseño" @@ -2430,14 +2500,14 @@ msgstr "Árbol" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2453,21 +2523,21 @@ msgstr "Indefinido" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Wdiget no controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en el dominio %s" @@ -2488,7 +2558,7 @@ msgstr "Tipo no literal desconocido " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en el dominio %s" @@ -2502,51 +2572,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no soportado %s en el dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Subiendo..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Subiendo..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Zona horaria del usuario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2554,28 +2624,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "El tipo de vista '%s' no está soportado en los One2Many" @@ -2583,14 +2653,14 @@ msgstr "El tipo de vista '%s' no está soportado en los One2Many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advertencia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2603,35 +2673,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Semana del año" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "El tipo de widget '%s' no está implementado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2639,20 +2709,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Si" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "No puede dejar vacía ninguna contraseña" @@ -2668,7 +2738,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -2689,7 +2759,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2733,14 +2803,14 @@ msgstr "Hace una hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "Contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "No contiene" @@ -2754,92 +2824,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "Mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "Es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "No es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "no está configurado" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "está configurado" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2847,14 +2837,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "Mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "Es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "No es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "no está configurado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "está configurado" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2883,12 +2953,12 @@ msgstr "No es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_MX.po b/addons/web/i18n/es_MX.po index 4ece59894f8..2e3fe0aea62 100644 --- a/addons/web/i18n/es_MX.po +++ b/addons/web/i18n/es_MX.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Vista de %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d registros)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Cualquier filtro existente con el mismo nombre será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sin cadena)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acciones --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- No importar ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Carga en progreso..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar un archivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Compruebe el formato de archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Crear \"%s\"" @@ -686,7 +714,7 @@ msgstr "Crear base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Crear y Editar..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Creado por :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Fecha de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuario de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizado" @@ -784,7 +812,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Depurar Vista#" @@ -798,50 +826,57 @@ msgstr "Idioma predeterminado:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Borrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Borrar este adjunto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Borrar este archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "¿De verdad desea eliminar la base de datos: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "¿De verdad quiere eliminar este adjunto?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente desea eliminar este registro?" @@ -872,14 +907,14 @@ msgstr "¿Está seguro que quiere eliminar estos registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "¿Tiene su archivo títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -893,15 +928,15 @@ msgstr "No se vaya,
    Aún cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Eliminando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Duplicando base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar Acción" @@ -990,14 +1025,14 @@ msgstr "Editar datos de la compañía" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar Vista de búsqueda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Flujo de trabajo" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificación:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "¡Error, la contraseña no se ha podido cambiar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Error de evaluación" @@ -1052,7 +1087,7 @@ msgstr "Error de evaluación" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1066,7 +1101,7 @@ msgstr "Exportar información" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de Exportación" @@ -1080,71 +1115,71 @@ msgstr "Exportar a fichero" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos los datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "El campo '%s' especificado en la vista no ha sido encontrado." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obtener Campos de Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Cargar Archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Subir Archivos" @@ -1178,21 +1213,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nombre del Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nombre del filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filtro en: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para más información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Esta es una vista previa del archivo que no se pudo importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imágen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opciones de importación" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Exportación Compatible a Importación." @@ -1353,49 +1395,49 @@ msgstr "Nombre de base de datos incorrecto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Pruebas JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Lenguajes" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Última fecha de modificación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Con licencia bajo los términos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Líneas a omitir" @@ -1439,7 +1481,7 @@ msgstr "Cargando…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1466,7 +1508,7 @@ msgstr "Cerrar sesión" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1480,15 +1522,15 @@ msgstr "Adminstrar Bases de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Administrar Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Administrar Vistas" @@ -1520,21 +1562,21 @@ msgstr "Quizá debería considerar recargar la aplicación presionando F5..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1548,29 +1590,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos del Modelo %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificado por :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1585,21 +1627,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nombre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nombre:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nuevo" @@ -1628,7 +1670,7 @@ msgstr "Nueva contraseña principal:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1641,49 +1683,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No se ha encontrado contenido para el campo '%s' en '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "No hay datos proporcionados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "El Nodo [%s] no es un nodo XML JSONificado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1695,6 +1737,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1702,14 +1751,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1721,9 +1770,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Aceptar" @@ -1737,32 +1786,39 @@ msgstr "Contraseña anterior:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Al cambiar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Sólo usted" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Compañía OpenERP SA" @@ -1774,6 +1830,20 @@ msgstr "Compañía OpenERP SA" msgid "Original database name:" msgstr "Nombre original de la BD" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1819,14 +1889,14 @@ msgstr "Por favor teclee su contraseña anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1863,49 +1933,49 @@ msgstr "Preferencias" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir flujo de trabajo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Quitar Todos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1935,88 +2005,88 @@ msgstr "Restaurada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Guardar y Cerrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Guardar y Nuevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Guardar como…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Salvar este filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Guardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportaciones guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Buscar" @@ -2039,50 +2109,50 @@ msgstr "Buscar %(field)s para: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Volver a buscar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Buscar más..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Buscar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2102,49 +2172,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar fecha" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Establecer Por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Establecer por defecto" @@ -2158,56 +2228,56 @@ msgstr "Asignando el atributo 'id' en el record %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Compartir con todos los usuarios" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2235,14 +2305,14 @@ msgstr "Tómese un minuto para un café,
    porque sigue cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traducción técnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducción técnica" @@ -2270,14 +2340,14 @@ msgstr "La base de datos ha sido duplicada" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "¡El campo está vacío, nada que guardar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Los siguientes campos son invalidos:" @@ -2291,27 +2361,27 @@ msgstr "Los datos del formulario no se puede descartar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "La importación falló debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "La nueva contraseña y su confirmación deben ser idénticas." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "El registro o2m debe ser guardado antes de que alguna acción pueda ser usada." #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2321,21 +2391,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "El registro no se ha podido encontrar en la base de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "El archivo seleccionado excede el tamaño máximo de %s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2346,14 +2416,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Ha ocurrido un problema cargando su archivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2361,14 +2431,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "El recurso está vácio" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2383,42 +2453,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "La zona horaria no coincide" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Cambiar esquema de diseño" @@ -2432,14 +2502,14 @@ msgstr "Árbol" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2455,21 +2525,21 @@ msgstr "Sin definir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget no controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en el dominio %s" @@ -2490,7 +2560,7 @@ msgstr "Tipo no-literal desconocido " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en el dominio %s" @@ -2504,51 +2574,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador no soportado %s en el dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Subiendo..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar por defecto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Zona horaria del usuario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2556,28 +2626,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "El tipo de vista '%s' no esta sportado en One2Many" @@ -2585,14 +2655,14 @@ msgstr "El tipo de vista '%s' no esta sportado en One2Many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advertencia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2605,35 +2675,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget de tipo '%s' no está implementado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "ID XML:" @@ -2641,20 +2711,20 @@ msgstr "ID XML:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sí" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "No puede dejar ninguna contraseña vacía" @@ -2669,7 +2739,7 @@ msgstr "No lo vas a creer,
    pero la aplicación sigue cargando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar al menos un registro." @@ -2690,7 +2760,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "La zona horaria de su usuario no coincide con la de su navegador:" @@ -2732,14 +2802,14 @@ msgstr "hace una hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "no contiene" @@ -2753,92 +2823,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mayor o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mayor que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "es falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "no es" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "no es igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "es verdadero" +msgid "greater or equal than" +msgstr "mayor o igual que" #. module: web #. openerp-web @@ -2846,14 +2836,94 @@ msgstr "es verdadero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mayor que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "es falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "no es" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "no es igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "es verdadero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2882,12 +2952,12 @@ msgstr "no es un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/es_PE.po b/addons/web/i18n/es_PE.po index 506cbfe5d5a..21db2efde78 100644 --- a/addons/web/i18n/es_PE.po +++ b/addons/web/i18n/es_PE.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/et.po b/addons/web/i18n/et.po index cdf4005cf9e..33e3affcfbf 100644 --- a/addons/web/i18n/et.po +++ b/addons/web/i18n/et.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s vaade" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ei ole rida)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Toimingud --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Toimub üleslaadimine..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Impordi .CSV fail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Kontrolli oma faili formaati" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Loo \"%s\"" @@ -686,7 +714,7 @@ msgstr "Andmebaasi loomine" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Loo ja Muuda..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Loo: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Loomiskuupäev:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Kohandatud filter" @@ -784,7 +812,7 @@ msgstr "Andmebaas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "Vaikimisi keel:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Vaikimisi:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Kustuta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Kustuta see manus" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Kustuta see fail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Eraldaja:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Loobu" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Kas sa tõesti tahad kustutada andmebaasi: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Kas sa tõesti tahad kustutada seda manust?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Kas sa tõesti tahad kustutada seda kirjet?" @@ -872,14 +907,14 @@ msgstr "Kas sa tõesti tahad eemaldada need kirjed?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domeen:" @@ -893,15 +928,15 @@ msgstr "Ära veel lahku,
    ikka veel laen..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Hülga" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Andmebaasi eemaldamine" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Andmebaasi koopia tegemine" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Muuda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kodeering:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Viga, salasõna ei muudetud !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Eksport" @@ -1066,7 +1101,7 @@ msgstr "Ekspordi andmed" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Ekspordi formaadid" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Ekspordi kõik andmed" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Väli:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Väljad eksportimiseks" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Faili üleslaadimine" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Faili üleslaadimine" @@ -1178,21 +1213,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filtri nimi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtrid" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Rohkema info saamiseks külastage" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Vorm" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Siin on ülevaade failist mida me ei saa importida:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Pilt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Impordi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Impordi valikud" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "Vigane andmebaasi nimi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testid" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Keeled" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Viimase muudatuse kuupäev:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Viimase muudatuse tegija:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "Laadimine..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "Välju" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O otsing väljad ei saa hetkel hakkama mitme vaikeväärtused" @@ -1471,15 +1513,15 @@ msgstr "Halda Andmebaase" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Halda filtreid" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Halda Vaateid" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Meetod:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Täpsustajad:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nimi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nimi:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Uus" @@ -1619,7 +1661,7 @@ msgstr "Uus ülemsalasõna:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "Ei" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1686,6 +1728,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Olgu" @@ -1728,32 +1777,39 @@ msgstr "Vana salasõna:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Muudatusel:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Avatud " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Ettevõte" @@ -1765,6 +1821,20 @@ msgstr "OpenERP SA Ettevõte" msgid "Original database name:" msgstr "Originaalandmebaasi nimi:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "Palun sisesta oma eelmine salasõna" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "Eelistused" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Prindi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Trüki Töövoog" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Seos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eemalda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Eemalda kõik" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "Taastatud" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Salvesta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Salvesta ja Sulge" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Salvesta ja Uus" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Salvesta kui" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Salvesta kui..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Salvesta filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Salvesta kui:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Salvestatud väljastused:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Otsi" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Otsi Uuesti" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Otsi: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Vali" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Vali kuupäev" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Valik:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Määra vaikimisi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Jaga kõigi kasutajatega" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Näita järgmist kuud" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Suurus:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "Võta minut et teha kohvi,
    kuna endiselt laen..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Tehniline tõlge" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tehniline tõlge" @@ -2256,14 +2326,14 @@ msgstr "Andmebaasi koopia on loodud." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Järgnevad väljad on vigased:" @@ -2277,26 +2347,26 @@ msgstr "Vormi andmed tuleb salvestada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Uus salasõna ja kinnitus peavad olema identsed." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Faili üleslaadimisel esines tõrge" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Ajavööndi ebakõla" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tüüp:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2432,21 +2502,21 @@ msgstr "Määramata" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Töötlemata vidin" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "Tundmatu mittesõnaline tüüp " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "Piiramatu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Üleslaadimine ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Üleslaadimine..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Kasutaja ajavöönd" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versioon" @@ -2533,28 +2603,28 @@ msgstr "Versioon" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vaade" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Vaate tüüp '% s' ei ole toetatud One2Manys." @@ -2562,14 +2632,14 @@ msgstr "Vaate tüüp '% s' ei ole toetatud One2Manys." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Hoiatus" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2582,35 +2652,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Vidina tüüp '% s' ei ole rakendatud" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Vidin:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2618,20 +2688,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Jah" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Sa ei saa jätta ühtegi salasõna tühjaks." @@ -2646,7 +2716,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Sa pead valima vähemalt ühe kirje." @@ -2667,7 +2737,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "Sinu kasutaja ajavöönd ei ühti brauseri ajavööndiga." @@ -2709,14 +2779,14 @@ msgstr "umbes tunni eest" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "sisaldab" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ei sisalda" @@ -2730,91 +2800,11 @@ msgstr "näit minufirma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "suurem kui" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "ei ole" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "on määratud" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2823,14 +2813,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "suurem kui" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "ei ole" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "on määratud" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "väiksem või võrdne kui" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2859,12 +2929,12 @@ msgstr "ei ole korrektne number" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/eu.po b/addons/web/i18n/eu.po index 0b49ca367a2..128d1a04b71 100644 --- a/addons/web/i18n/eu.po +++ b/addons/web/i18n/eu.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "Datuak Esportatu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "Fitxtegira esportatu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "Datubase izen okerra" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ados" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "Hobespenak" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "Berrezarri da." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Gorde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/fa.po b/addons/web/i18n/fa.po index 99e7426e566..8126a605025 100644 --- a/addons/web/i18n/fa.po +++ b/addons/web/i18n/fa.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "ایجاد پایگاه داده" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "ایجاد و ویرایش" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "ایجاد: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "پایگاه داده:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "زبان پیش فرض:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "پیش فرض:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "حذف" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "جداکننده:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "آیا پایگاه داده حذف شود: %s ؟" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "ویرایش گردش کار" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "فیلد:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "آپلود فایل" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "فیلتر" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "فرم" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "تصویر" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "تاریخ آخرین تغییر" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "بارگذاری..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "نام" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "نام:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "خیر" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "تائید" @@ -1728,32 +1777,39 @@ msgstr "کلمه عبور قدیم:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "لطفا کلمه عبور قبلی خود را وارد کنید." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "چاپ گردش کار" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "حذف" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "بازیابی شده" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "ذخیره" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "دخیره و جدید:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "جستجو" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "جستجوی مجدد" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "جستجو " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "انتخاب" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "جداکننده:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "اشتراک با همه کاربران" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "درخت" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "نوع:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "تعریف نشده" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "نامحدود" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "بارگذاری..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "نسخه" @@ -2533,28 +2603,28 @@ msgstr "نسخه" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "بله" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "هیچ یک از فیلد های کلمه عبور نباید خالی باشد." @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "حدود یک ساعت قبل" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "شامل" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,92 +2797,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "بزرگتر یا مساوی" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "است" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "نیست" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "" +msgid "greater or equal than" +msgstr "بزرگتر یا مساوی" #. module: web #. openerp-web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "است" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "نیست" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "کوچکتر یا مساوی" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "کمتر از" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/fi.po b/addons/web/i18n/fi.po index f352b12275b..2123b96f0ae 100644 --- a/addons/web/i18n/fi.po +++ b/addons/web/i18n/fi.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s näkymä" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d tietuetta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(jo olemassaoleva samanniminen suodin korvataan)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ei merkkijonoa)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(ei otsikkoa)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Toiminnot --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Suotimet --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Älä Tuo ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...lähetys käynnissä..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Tuo .CSV tiedosto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Tarkista tiedostomuoto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Luo \"%s\"" @@ -690,7 +718,7 @@ msgstr "Luo tietokanta" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -704,50 +732,50 @@ msgstr "Luo uusi tietokanta" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Luo ja muokkaa..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Luo: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Luonut:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Luontipäivämäärä:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Luonut käyttäjä:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Mukautettu suodatin" @@ -788,7 +816,7 @@ msgstr "Tietokanta:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Kehitysnäkymä#" @@ -802,50 +830,57 @@ msgstr "Oletuskieli:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Oletus:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Poista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Poista tämä liite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Poista tämä tiedosto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Rajoitin:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Hylkää" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -855,14 +890,14 @@ msgstr "Oletko varma, että haluat poistaa tietokannan: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Haluatko todella tuhota tämän liitteen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Haluatko poistaa tämän tietueen?" @@ -876,14 +911,14 @@ msgstr "Oletko varma että haluat poistaa nämä tietueet?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Onko tiedostossasi otsikot?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Toimialue:" @@ -897,15 +932,15 @@ msgstr "Odota vielä,
    lataa yhä..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Valmis" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -928,7 +963,7 @@ msgstr "Poista" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -943,7 +978,7 @@ msgstr "Poistaa tietokannan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -966,23 +1001,23 @@ msgstr "Tietokantaa kopioidaan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Sähköpostivirhe" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Muokkaa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Muokkaa toimintoa" @@ -994,14 +1029,14 @@ msgstr "Muokkaa yrityksen tietoja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Muokkaa hakunäkymää" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Muokkaa työnkulkua" @@ -1013,7 +1048,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Merkistö:" @@ -1027,28 +1062,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Poista valittu päivä" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Virhe, salasanaa ei muutettu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Evaluointivirhe" @@ -1056,7 +1091,7 @@ msgstr "Evaluointivirhe" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Vie" @@ -1070,7 +1105,7 @@ msgstr "Vie tiedot" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Vie muotoilut" @@ -1084,71 +1119,71 @@ msgstr "Vie tiedostoon" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Viennin tyyppi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Vie kaikki tiedot" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Näkymässä määriteltyä kenttää '%s' ei löytynyt." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Kenttä:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Hae Kenttänäkymä" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Vietävät kentät" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Tiedoston lähetys" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Tiedoston lähetys" @@ -1182,21 +1217,21 @@ msgstr "Suodatin" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Suotimen nimi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Suodattimen nimi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1211,21 +1246,28 @@ msgstr "Suodatin: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Suotimet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Lisätietoja löytyy osoitteesta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1237,14 +1279,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Lomake" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public Licence" @@ -1279,49 +1321,49 @@ msgstr "Ohje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Tässä on näyte tiedostosta jota ei voitu tuoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Tunti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Kuva" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Tuo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Tuonnin valinnat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Tuontiyhteensopiva Vienti" @@ -1356,49 +1398,49 @@ msgstr "Virheellinen tietokannan nimi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testi" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Kielet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Viimeisin muokkauspäivä:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Viimeisin muutos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1-merkistö" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Lisensoitu seuraavin ehdoin" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Ohitettavat rivit" @@ -1442,7 +1484,7 @@ msgstr "Lataa..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1469,7 +1511,7 @@ msgstr "Kirjaudu ulos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "Monesta-yhteen -hakukentät eivät salli useita oletusarvoja." @@ -1481,15 +1523,15 @@ msgstr "Hallitse tietokantoja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Hallitse suodattimia" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Muokkaa näkymiä" @@ -1521,21 +1563,21 @@ msgstr "Lataa uudelleen painamalla F5..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Menetelmä:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuutti" @@ -1549,29 +1591,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Malli %s kentät" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Muokkaaja:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Muuttujat:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1586,21 +1628,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nimi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nimi:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Uusi" @@ -1629,7 +1671,7 @@ msgstr "Uusi pääsalasana" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Seuraava >" @@ -1642,49 +1684,49 @@ msgid "No" msgstr "Ei" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "No content found for field '%s' on '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Ei dataa tarjolla." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] ei ole JSONified XML node." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Nyt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekti:" @@ -1696,6 +1738,13 @@ msgstr "Objekti:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1703,14 +1752,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1722,9 +1771,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1738,32 +1787,39 @@ msgstr "Vanha salasana:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Vaihdettaessa:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Vain sinä" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Avaa: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA yritys" @@ -1775,6 +1831,20 @@ msgstr "OpenERP SA yritys" msgid "Original database name:" msgstr "Alkuperäinen tietokannan nimi:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1820,14 +1890,14 @@ msgstr "Syötä edellinen salasanasi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1863,49 +1933,49 @@ msgstr "Asetukset" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Tulosta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Tulosta työnkulku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Suhde:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Poista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Poista kaikki" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Resurssivirhe" @@ -1935,88 +2005,88 @@ msgstr "Palautettu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Tallenna" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Tallenna & Sulje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Tallenna & Uusi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Tallenna nimellä" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Tallenna nimellä..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Tallenna suodatin" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Tallenna nimellä:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Tallenna valittu suodatin" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Tallenna oletusarvo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Tallenna kenttäluettelo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Tallennetut viennit:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Etsi" @@ -2039,50 +2109,50 @@ msgstr "Etsi %(field)s for: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Etsi uudelleen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Etsi Lisää..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Etsi: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekunti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Valitse" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Valitse D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2100,49 +2170,49 @@ msgstr "Valitse tietokannan nimi:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Valitse päivä" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Valitse päiväys" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Valinta:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Erotin:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Aseta DD viikon ensimmäiseksi päiväksi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Aseta oletukseksi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Aseta oletukset" @@ -2156,56 +2226,56 @@ msgstr "Asettaa 'id':tä löytyneille kirjauksille %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Jaa kaikkien käyttäjien kanssa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Näytä eri kuukausi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Näytä eri vuosi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Näytä kuluva kuukausi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Näytä seuraava kuukausi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Näytä edellinen kuukausi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Koko:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Erityinen:" @@ -2233,14 +2303,14 @@ msgstr "Käy vaikka kahvilla,
    koska tämä lataus kestää hetken..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Tekninen Käännös" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tekninen käännös" @@ -2268,14 +2338,14 @@ msgstr "Tietokanta on kopioitu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Kenttä on tyhjä, ei mitään tallenettavaa !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Seuraavat kentät ovat virheellisiä:" @@ -2289,27 +2359,27 @@ msgstr "Lomakkeen tietoja ei voi hylätä" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Tuonti epäonnistui, koska:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Uusi salasana sekä vahvistus tulee olla samat." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "One to many yksikkö pitää tallentaa ennen kuin toimenpide voidaan suorittaa" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2317,21 +2387,21 @@ msgstr "Antamasi Vanha salasana on väärä, salasanaa ei vaihdettu." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Tietoa ei löytynyt tietokannasta." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Tiedoston suurin sallittu koko %s ylitetty." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Tiedoston lataamisessa oli ongelma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2357,14 +2427,14 @@ msgstr "Tämä on globaali suodatin ja se poistetaan kaikilta, jos jatkat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Tämä resurssi on tyhjä" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2379,42 +2449,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Aika" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Aikavyöhyke ei täsmää" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Aikavyöhyke ei täsmää" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Tänään" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Vaihda lomakkeen asettelua" @@ -2428,14 +2498,14 @@ msgstr "Puu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tyyppi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2451,21 +2521,21 @@ msgstr "Määrittämätön" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Käsittelemätön sovelma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Tuntematon kenttä %s toimialueella %s" @@ -2486,7 +2556,7 @@ msgstr "Tuntematon ei-kirjallinen tyyppi " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Tuntematon operaattori %s toimialueella %s" @@ -2500,51 +2570,51 @@ msgstr "Rajoittamaton" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Ei tuettu operaattori %s toimialueella %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Lähetetään..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Tiedoston latausvirhe" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Siirtää..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Käytä normaalisti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Käyttäjän aikavyöhyke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versio" @@ -2552,28 +2622,28 @@ msgstr "Versio" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Näkymä" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Näytä kentät" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Näkymätyyppiä '%s' ei tueta yhdestä moneen kentissä." @@ -2581,14 +2651,14 @@ msgstr "Näkymätyyppiä '%s' ei tueta yhdestä moneen kentissä." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Varoitus" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2601,35 +2671,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Viikkonumero" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Sovelmatyyppiä \"%s\" ei ole asennettu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Sovelma:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Vko" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2637,20 +2707,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Kyllä" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Et voi jättää salasanaa tyhjäksi." @@ -2665,7 +2735,7 @@ msgstr "Et ehkä usko,
    mutta sovellus on todellakin latautumassa..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Sinun tulee valita ainakin yksi tietue" @@ -2686,7 +2756,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2729,14 +2799,14 @@ msgstr "noin tunti sitten" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "sisältää" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ei sisällä" @@ -2750,92 +2820,12 @@ msgstr "esim. omayritys" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "Suurempi tai yhtäsuuri kuin" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "suurempi kuin" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "on" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "on yhtäsuuri kuin" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "on epätosi" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "ei ole" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "ei ole yhtäsuuri kuin" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "ei ole asetettu" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "on asetettu" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "on tosi" +msgid "greater or equal than" +msgstr "Suurempi tai yhtäsuuri kuin" #. module: web #. openerp-web @@ -2843,14 +2833,94 @@ msgstr "on tosi" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "suurempi kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "on" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "on yhtäsuuri kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "on epätosi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "ei ole" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "ei ole yhtäsuuri kuin" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "ei ole asetettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "on asetettu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "on tosi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "pienempi tai yhtäsuuri kuin" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "pienempi kuin" @@ -2879,12 +2949,12 @@ msgstr "Ei sallittu numeo" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/fr.po b/addons/web/i18n/fr.po index 4911be407a4..0aaa87e2b01 100644 --- a/addons/web/i18n/fr.po +++ b/addons/web/i18n/fr.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 16:02+0000\n" "Last-Translator: m3asmi \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "vue %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -161,77 +161,91 @@ msgstr "(%d enregistrements)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Tout filtre avec le même nom sera remplacé)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(chaîne vide)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Actions --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtres --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Ne pas importer ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "…Envoi en cours…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importer un fichier .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Vérifier le format du fichier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Créer \"%s\"" @@ -689,7 +717,7 @@ msgstr "Créer la base de données" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Créer un %s" @@ -703,50 +731,50 @@ msgstr "Créer une nouvelle base de données" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Créer et modifier..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Créer : " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Créé par :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Date de création :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Créateur :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtre personnalisé" @@ -787,7 +815,7 @@ msgstr "Base de données :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Deboguer Vue#" @@ -801,50 +829,57 @@ msgstr "Langue par défaut :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Valeur par défaut :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Supprimer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Supprimer cette pièce jointe" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Supprimer ce fichier" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Délimiteur :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Annuler" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Voulez-vous réellement supprimer la base de données : %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Voulez-vous réellement supprimer cette pièce jointe ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Voulez-vous réellement supprimer cet enregistrement ?" @@ -875,14 +910,14 @@ msgstr "Voulez-vous réellement supprimer ces enregistrements?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Votre fichier contient-il une ligne d'en-têtes?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domaine :" @@ -896,15 +931,15 @@ msgstr "Ne partez pas,
    c'est presque terminé..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Terminé" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Supprimer" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Suppression de la base de données" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Duplication de la base de données" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Erreur de courriel" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Modifier" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Modifier l’action" @@ -993,14 +1028,14 @@ msgstr "Modifier les données de la société" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Modifier la vue de recherche" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Modifier le workflow" @@ -1012,7 +1047,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codage des caractères :" @@ -1026,28 +1061,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Effacer la date actuelle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Erreur" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Erreur : le mot de passe n'a pas été modifié !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Erreur d'évaluation" @@ -1055,7 +1090,7 @@ msgstr "Erreur d'évaluation" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exporter" @@ -1069,7 +1104,7 @@ msgstr "Export de données" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formats d'export" @@ -1083,71 +1118,71 @@ msgstr "Exporter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Type d'export :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Tout type de données" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Impossible d'évaluer les critères de recherche" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Le champ \"%s\" indiqué dans la vue est introuvable." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Champ :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fields View Get" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Champs à exporter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Envoi de fichier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Envoi de fichiers" @@ -1181,21 +1216,21 @@ msgstr "Filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nom du filtre :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nom du filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1210,21 +1245,28 @@ msgstr "Filtrer sur : %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtres" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Pour plus d'informations veuillez consulter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1236,14 +1278,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulaire" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "Licence GNU Affero GPL" @@ -1278,49 +1320,49 @@ msgstr "Aide" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Voici un aperçu du fichier qui n'a pu être importé :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Heure" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Image" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Options d'import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Export compatible avec l'import" @@ -1356,49 +1398,49 @@ msgstr "Nom de base de données incorrect" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Tests JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Langues" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Date de dernière modification :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Dernière modification par :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Publié sous" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Lignes à ignorer" @@ -1442,7 +1484,7 @@ msgstr "Chargement..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1469,7 +1511,7 @@ msgstr "Déconnexion" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1483,15 +1525,15 @@ msgstr "Gestion des bases de données" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestion des filtres" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gérer les vues" @@ -1524,21 +1566,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Méthode :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minute" @@ -1552,29 +1594,29 @@ msgstr "Mode :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Champs du modèle %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modifié par :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificateurs :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1589,21 +1631,21 @@ msgstr "Mon compte Odoo.com" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nom" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nom :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nouveau" @@ -1632,7 +1674,7 @@ msgstr "Nouveau mot de passe administrateur :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Suiv.>" @@ -1645,49 +1687,49 @@ msgid "No" msgstr "Non" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Pas de contenu trouvé pour le champ \"%s\" sur \"%s:%s\"" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Aucune donnée fournie." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Le nœud [%s] n'est pas un nœud XML JSONifié" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Maintenant" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objet :" @@ -1699,6 +1741,13 @@ msgstr "Objet :" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1706,14 +1755,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1725,9 +1774,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1741,32 +1790,39 @@ msgstr "Ancien mot de passe :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Uniquement vous-même" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Ouvrir : " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "la société OpenERP SA" @@ -1778,6 +1834,20 @@ msgstr "la société OpenERP SA" msgid "Original database name:" msgstr "Nom de la base de données originale :" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1823,14 +1893,14 @@ msgstr "Veuillez entrer votre ancien mot de passe" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1866,49 +1936,49 @@ msgstr "Préférences" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimer le workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relation :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Supprimer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Tout supprimer" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Erreur de ressource" @@ -1938,88 +2008,88 @@ msgstr "Restaurée" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Enregistrer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Enregistrer & fermer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Enregistrer & créer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Enregistrer sous" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Enregistrer sous…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Enregistrer le filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Enregistrer sous :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Enregistrer le filtre actuel" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Enregistrer comme valeur par défaut" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Enregistrer la liste des champs" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exports enregistrés :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Rechercher" @@ -2042,50 +2112,50 @@ msgstr "Rechercher %(value)s dans %(field)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Chercher à nouveau" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Chercher plus..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Rechercher : " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Seconde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Sélectionner" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2105,49 +2175,49 @@ msgstr "Choisissez un nom de base de données" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Sélectionnez une date" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Choisir une date" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Sélection :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Séparateur :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Définir des valeurs par défaut" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Valeurs par défaut" @@ -2161,56 +2231,56 @@ msgstr "Définir l'attribut 'id' sur l'enregistrement %s existant" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Partager avec tous les utilisateurs" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Afficher un autre mois" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Afficher une année différente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Afficher le mois en cours" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Afficher le mois suivant" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Afficher le mois précédent" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Taille :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Spécial :" @@ -2239,14 +2309,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traduction technique" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traduction technique" @@ -2274,14 +2344,14 @@ msgstr "La base de données a été dupliquée." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Le champ est vide, il n'y a rien à sauvegarder !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Les champs suivants sont incorrects :" @@ -2295,27 +2365,27 @@ msgstr "Les données du formulaire ne peuvent pas être annulées" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "L'import a échoué à cause de :" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Le nouveau mot de passe et sa confirmation doivent être identiques." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "L'enregistrement o2m doit être sauvé avant qu'une action puisse être utilisée" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2325,14 +2395,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "L'enregistrement n'a pas été trouvé dans la base de données." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" @@ -2340,7 +2410,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2351,14 +2421,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Il y a eu un problème lors de l'envoi du fichier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2368,14 +2438,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Cette ressource est vide" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2390,42 +2460,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Heure" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Fuseau horaire incompatible" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Les fuseaux horaires ne correspondent pas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Aujourd'hui" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Activer/désactiver la mise en valeur de la structure." @@ -2439,14 +2509,14 @@ msgstr "Arborescence" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Type :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2462,21 +2532,21 @@ msgstr "Sans valeur" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Composant non supporté" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Champ %s inconnu dans le domaine %s" @@ -2497,7 +2567,7 @@ msgstr "Type non litéral inconnu " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Opérateur inconnu %s dans le domaine %s" @@ -2511,51 +2581,51 @@ msgstr "Illimité" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Opérateur %s non supporté dans le domaine %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Envoi en cours..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Erreur de téléchargement" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Envoi en cours..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Utiliser par défaut" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Fuseau horaire de l'utilisateur" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Version" @@ -2563,28 +2633,28 @@ msgstr "Version" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vue" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Voir les champs" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Le type de vue '%s' n'est pas supporté dans les One2Many" @@ -2592,14 +2662,14 @@ msgstr "Le type de vue '%s' n'est pas supporté dans les One2Many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Attention" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2613,35 +2683,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Semaine de l'année" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Le type de composant '%s' n'est pas implémenté" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Composant :" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Sem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID :" @@ -2649,20 +2719,20 @@ msgstr "XML ID :" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Oui" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Vous ne pouvez pas laisser un mot de passe vide" @@ -2679,7 +2749,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Vous devez sélectionner au moins un enregistrement" @@ -2700,7 +2770,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2744,14 +2814,14 @@ msgstr "il y a une heure" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contient" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ne contient pas" @@ -2765,92 +2835,12 @@ msgstr "ex: monentreprise" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "supérieur ou égal à" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "supérieur à" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "est" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "est égal à" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "est faux" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "n'est pas" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "est différent de" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "n’est pas défini" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "est défini" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "est vrai" +msgid "greater or equal than" +msgstr "supérieur ou égal à" #. module: web #. openerp-web @@ -2858,14 +2848,94 @@ msgstr "est vrai" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "supérieur à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "est" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "est égal à" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "est faux" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "n'est pas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "est différent de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "n’est pas défini" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "est défini" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "est vrai" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "inférieur ou égal à" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "inférieur à" @@ -2894,12 +2964,12 @@ msgstr "nombre non valide" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/fr_CA.po b/addons/web/i18n/fr_CA.po index d7d865c0bd2..06ad4988641 100644 --- a/addons/web/i18n/fr_CA.po +++ b/addons/web/i18n/fr_CA.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "…Téléversement en cours…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -687,7 +715,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -701,50 +729,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -785,7 +813,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -799,50 +827,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -852,14 +887,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -873,14 +908,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -894,15 +929,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -925,7 +960,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -940,7 +975,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -963,23 +998,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -991,14 +1026,14 @@ msgstr "Modifier les données de la compagnie" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Modifier le flux de travail" @@ -1010,7 +1045,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1024,28 +1059,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1053,7 +1088,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1067,7 +1102,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1081,71 +1116,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Téléversement de fichier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Téléversement de fichier" @@ -1179,21 +1214,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1208,21 +1243,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1232,14 +1274,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1274,49 +1316,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1351,49 +1393,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1437,7 +1479,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1460,7 +1502,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1472,15 +1514,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1512,21 +1554,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1540,29 +1582,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1577,21 +1619,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1620,7 +1662,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1633,49 +1675,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1687,6 +1729,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1694,14 +1743,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1713,9 +1762,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1729,32 +1778,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "la compagnie OpenERP SA" @@ -1766,6 +1822,20 @@ msgstr "la compagnie OpenERP SA" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1811,14 +1881,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1854,49 +1924,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimer le flux de travail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1926,88 +1996,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2030,50 +2100,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2089,49 +2159,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2145,56 +2215,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2222,14 +2292,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2257,14 +2327,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2278,26 +2348,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2305,21 +2375,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2328,14 +2398,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Il y a eu un problème lors du téléversement du fichier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2343,14 +2413,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2361,42 +2431,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2410,14 +2480,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2433,21 +2503,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2468,7 +2538,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2482,51 +2552,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Téléversement…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Téléversement en cours..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2534,28 +2604,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2563,14 +2633,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2580,35 +2650,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2616,20 +2686,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2644,7 +2714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2665,7 +2735,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2707,14 +2777,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2728,91 +2798,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2821,14 +2811,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2857,12 +2927,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/gl.po b/addons/web/i18n/gl.po index 4029bff869e..5b29faa5627 100644 --- a/addons/web/i18n/gl.po +++ b/addons/web/i18n/gl.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Calquer filtro existente co mesmo nome será reemplazado)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sin cadena)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sin etiqueta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Accions --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar un arquivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Comprobe o formato de arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crear: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Data de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuario de Creación:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "Base de datos:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug Vista#" @@ -798,50 +826,57 @@ msgstr "Idioma por defecto:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Predeterminado:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Borrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "¿Realmente quere eliminar este rexistro?" @@ -872,14 +907,14 @@ msgstr "¿Realmente quere eliminar estos rexistros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "¿Ten o seu arquivo títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Dominio:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar a acción" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar SearchView" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Fluxo de Traballo" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificación:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1066,7 +1101,7 @@ msgstr "Exportación de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de Exportación" @@ -1080,71 +1115,71 @@ msgstr "Exportar a arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos os datos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obter Vista de Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nome do Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para mais información visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulario" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Esta é a vista previa do arquivo que non se pode importar:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importar opcións" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1353,49 +1395,49 @@ msgstr "Nome da base de datos incorrecto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Última data de modificación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificación por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Con licencia baixo os termos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Liñas a omitir" @@ -1439,7 +1481,7 @@ msgstr "Cargando…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1462,7 +1504,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1474,15 +1516,15 @@ msgstr "Xestionar Bases de datos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Xestionar filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Xestionar Vistas" @@ -1514,21 +1556,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1542,29 +1584,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos de modelo %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1579,21 +1621,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nome" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1622,7 +1664,7 @@ msgstr "Nova contrasinal maestra:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1635,49 +1677,49 @@ msgid "No" msgstr "Non" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Obxecto:" @@ -1689,6 +1731,13 @@ msgstr "Obxecto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1696,14 +1745,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1715,9 +1764,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1731,32 +1780,39 @@ msgstr "Contrasinal anterior:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Cando cambie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "So vostede" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Compañía OpenERP SA" @@ -1768,6 +1824,20 @@ msgstr "Compañía OpenERP SA" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1813,14 +1883,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1857,49 +1927,49 @@ msgstr "Preferenzas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relación:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Eliminar Todo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1929,88 +1999,88 @@ msgstr "Restaurada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Gardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Gardar e Pechar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Gardar e Novo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Gardar como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Gardar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Gardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Gardar como predeterminado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Gardar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportacións gardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Busca" @@ -2033,50 +2103,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Procurar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleccionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2096,49 +2166,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleccionar data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selección:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Estabelecer como predeterminado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2152,56 +2222,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamaño:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2229,14 +2299,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tradución técnica" @@ -2264,14 +2334,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2285,26 +2355,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "A importación fallou debido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2312,21 +2382,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2335,14 +2405,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2350,14 +2420,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2372,42 +2442,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2421,14 +2491,14 @@ msgstr "Árbore" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2444,21 +2514,21 @@ msgstr "Sen definir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget non controlado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconocido %s en dominio %s" @@ -2479,7 +2549,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconocido %s en dominio %s" @@ -2493,51 +2563,51 @@ msgstr "Sen límite" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador non soportado %s en dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Subindo ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versión" @@ -2545,28 +2615,28 @@ msgstr "Versión" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2574,14 +2644,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advertencia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2591,35 +2661,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2627,20 +2697,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Si" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2655,7 +2725,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Debe seleccionar polo menos un rexistro." @@ -2676,7 +2746,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2718,14 +2788,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contén" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "non contén" @@ -2739,92 +2809,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "maior o igual que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "maior que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "é" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "é igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "é falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "non é" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "non é igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "é verdadeiro" +msgid "greater or equal than" +msgstr "maior o igual que" #. module: web #. openerp-web @@ -2832,14 +2822,94 @@ msgstr "é verdadeiro" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "maior que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "é falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "non é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "non é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "é verdadeiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor o igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2868,12 +2938,12 @@ msgstr "non é un número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/gu.po b/addons/web/i18n/gu.po index bc584bd5b21..ff387bf9674 100644 --- a/addons/web/i18n/gu.po +++ b/addons/web/i18n/gu.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "મૂળભૂત:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "રદ્દ કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "ડોમેઇન:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "પૂર્ણ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "ફેરફાર કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "એનકોડીંગ:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "નિકાસ" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "ફિલ્ટરો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "ફોર્મ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "કલાક" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "આયાત" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "આયાત વિકલ્પો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "લાવી રહ્યા છીએ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "ફિલ્ટરો ને સંચાલિત કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "પદ્દતિ:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "મિનિટ" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "સુધારકો:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "નામ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "ના" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "હમણાં" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "વસ્તુ:" @@ -1686,6 +1728,13 @@ msgstr "વસ્તુ:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "બરાબર" @@ -1728,32 +1777,39 @@ msgstr "જૂનું પાસવર્ડ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "ખોલો: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "સામાન્ય પસંદગીઓ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "દૂર કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "બધું દૂર કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "સાચવો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "સંગ્રહો અને બંધ કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "સંગ્રહો અને નવું" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "આ રીતે સંગ્રહિત કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "આ રૂપમાં સાચવો:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "સચવાયેલા નિકાસ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "શોધો" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "શોધો: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "સેકન્ડ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "પસંદ કરો" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "કદ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "સમય" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "આજે" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "ટ્રી" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "પ્રકાર:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "અવ્યાખ્યાયિત" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "અમર્યાદિત" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "આવૃત્તિ" @@ -2533,28 +2603,28 @@ msgstr "આવૃત્તિ" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "દેખાવ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "ચેતવણી" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "હા" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "સમાવે છે" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "સમાવતું નથી" @@ -2727,107 +2797,107 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "છે" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "ને બરાબર છે" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "ખોટું છે" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "નથી" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" +msgid "greater or equal than" msgstr "" -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "સાચું છે" - #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:2182 #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "ને બરાબર છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "ખોટું છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "નથી" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "સાચું છે" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/he.po b/addons/web/i18n/he.po index a26ae56786c..c9d6413f325 100644 --- a/addons/web/i18n/he.po +++ b/addons/web/i18n/he.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d רשומות)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- פעולות --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- מסננים --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- אל תייבא ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "צור \"%s\"" @@ -686,7 +714,7 @@ msgstr "צור בסיס נתונים" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "צור בסיס נתונים חדש" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "צור וערוך..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "צור: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "נוצר על ידי :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "תאריך יצירה:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "מַסְנֵן מותאם אישית" @@ -784,7 +812,7 @@ msgstr "בסיס נתונים:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "שפת ברירת־מחדל:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "ברירת מחדל:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "מחק" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "מחק קובץ מצורף זה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "מחיקת קובץ זה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "מפריד:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "בטל" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "האם אתה בטוח שאתה רוצה למחוק רשומה זאת?" @@ -872,14 +907,14 @@ msgstr "האם אתם באמת רוצים להסיר רשומות אלו?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "בוצע" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "ערוך" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "ערוך פעולה" @@ -990,14 +1025,14 @@ msgstr "ערוך מידע על חברה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "קידוד:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "מחק תאריך נוכחי" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "ייצוא" @@ -1066,7 +1101,7 @@ msgstr "ייצוא נתונים" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "תצורות ייצוא" @@ -1080,71 +1115,71 @@ msgstr "ייצא לקובץ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "סוג ייצוא:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "ייצוא כל הנתונים" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "שדה:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "שדות שיש לייצא" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "העלאת קובץ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "העלאת קובץ" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "שם המסנן:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "שם המסנן" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "מסנן על: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "מסננים" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "טופס" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "עזרה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "שעה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "מזהה:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "תמונה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "ייבוא" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "אפשרויות ייבוא" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "שפות" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "שינוי אחרון על ידי:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "טוען..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "התנתק" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "ניהול מסננים" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "נהל תצוגות" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "שיטה:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "דקה" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "שונה על ידי:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "שם" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "שם:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "חדש" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "הבא>" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "לא" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "עכשיו" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "אובייקט:" @@ -1686,6 +1728,13 @@ msgstr "אובייקט:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "אישור" @@ -1728,32 +1777,39 @@ msgstr "סיסמה ישנה:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "פתח: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "העדפות" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "הדפס" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "יחס:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "הסר" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "הסר הכול" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "שוחזר" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "שמור" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "שמור וסגור" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "שמור וצור חדש" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "שמירה בשם" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "שמירה בשם..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "שמור מסנן" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "שמירה בשם:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "שמור מסנן נוכחי" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "שמור רשימת שדות" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "חיפוש" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "חפש שנית" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "חפש עוד..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "חיפוש: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "שנייה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "בחר" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "בחרו D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "בחר תאריך" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "בחר תאריך" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "בחירה:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "מפריד:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "קבע כברירת מחדל" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "הגדר ברירת מחדל" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "שתף עם משתמשים אחרים" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "הצג חודש אחר" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "הצג שנה אחרת" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "הצג את החודש הנוכחי" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "הצג את החודש הבא" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "הצג את החודש הקודם" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "גודל:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "מיוחד:" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "תרגום טכני" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "השדות הבאים אינם תקינים:" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "זמן" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "אי התאמה באזור זמן" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "אזור זמן לא תואם" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "היום" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "עץ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "סוג:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2432,21 +2502,21 @@ msgstr "לא מוגדר" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "בלתי־מוגבל" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "מעלה..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "מעלה..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "גירסה" @@ -2533,28 +2603,28 @@ msgstr "גירסה" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "תצוגה" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "צפה בשדות" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "אזהרה" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "שבוע בשנה" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "כן" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "לא ניתן להשאיר סיסמא כלשהי ריקה." @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "עליך לבחור לפחות רשומה אחת." @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "לפני כשעה" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "מכיל" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "לא מכיל" @@ -2727,92 +2797,12 @@ msgstr "למשל - החברה שלי" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "גדול או שווה ל" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "גדול מ־" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "הוא" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "שווה ל" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "אינו" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "אינו שווה ל-" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "אינו מוגדר" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "" +msgid "greater or equal than" +msgstr "גדול או שווה ל" #. module: web #. openerp-web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "גדול מ־" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "הוא" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "שווה ל" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "אינו" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "אינו שווה ל-" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "אינו מוגדר" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "יותר או פחות מ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "פחות מ-" @@ -2856,12 +2926,12 @@ msgstr "אינו מספר תקין" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/hi.po b/addons/web/i18n/hi.po index 53134cecad7..ff258a9a220 100644 --- a/addons/web/i18n/hi.po +++ b/addons/web/i18n/hi.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "बनाएँ: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "डिफ़ॉल्ट भाषाः" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "संपादित" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "निर्यात आंकड़ा" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "फ़ाइल निर्यात" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "फार्म" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "डेटाबेस का नाम अमान्य है" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "नही" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "ठीक है" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "खोलने के लिए " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "पसंद" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "हटाओ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "लौटी" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "सहेज" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "डिफ़ॉल्ट रूप में सहेजें" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "खोजें: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "डिफ़ॉल्ट सेट करें" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "हाँ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "में हैं" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "शामिल नहीं है" @@ -2727,92 +2797,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "अधिक से अधिक या बराबर की तुलना में" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "से अधिक" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "है" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "के बराबर है" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "ग़लत है" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "नहीं है" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "के बराबर नहीं है" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "सच है" +msgid "greater or equal than" +msgstr "अधिक से अधिक या बराबर की तुलना में" #. module: web #. openerp-web @@ -2820,14 +2810,94 @@ msgstr "सच है" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "से अधिक" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "है" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "के बराबर है" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "ग़लत है" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "नहीं है" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "के बराबर नहीं है" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "सच है" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "या कम से बराबर" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "से कम" @@ -2856,12 +2926,12 @@ msgstr "एक वैध संख्या नहीं" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/hr.po b/addons/web/i18n/hr.po index 31832845306..bb51e29b111 100644 --- a/addons/web/i18n/hr.po +++ b/addons/web/i18n/hr.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s pogled" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d zapisa)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Zamjeniti će postojeći filter istog naziva)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(prazno)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(bezlabele)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Akcije --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filteri --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Ne uvozi ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "Prijenos podataka u tijeku..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Uvezi .CSV datoteku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Provjera formata datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Kreirati \"%s\"" @@ -686,7 +714,7 @@ msgstr "Kreiraj bazu podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Kreiraj i uredi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Kreiraj: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Kreirao" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Kreirano:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Kreirao korisnik:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Korisnički filter" @@ -784,7 +812,7 @@ msgstr "Baza podataka:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug pogled#" @@ -798,50 +826,57 @@ msgstr "Zadani jezik:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Zadano:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Obriši" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Obriši privitak" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Izbriši ovu datoteku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Graničnik:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Odbaci" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Zaista želite obrisati bazu podataka: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Obrisati privitak?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Doista želite obrisati ovaj zapis?" @@ -872,14 +907,14 @@ msgstr "Doista želite ukloniti ove zapise?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Da li vaša datoteka ima naslove?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domena:" @@ -893,15 +928,15 @@ msgstr "Još malo strpljenja,
    učitavanje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Obriši" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Brisanje baze podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Dupliciram bazu podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Uredi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Uredi akciju" @@ -990,14 +1025,14 @@ msgstr "Uredi podatke tvrtke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Uredi pogled pretrage" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Uredi radni tok" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kodna stranica:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Greška, lozika nije promjenjena!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Greška evaluacije" @@ -1052,7 +1087,7 @@ msgstr "Greška evaluacije" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Izvoz" @@ -1066,7 +1101,7 @@ msgstr "Izvoz podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formati izvoza" @@ -1080,71 +1115,71 @@ msgstr "Izvoz u datoteku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Vrsta izvoza:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Izvoz svih podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Ne postoji polje '%s', a navedeno je u definiciji pogleda." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Polje:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Dohvati pogled polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Polja za izvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Slanje datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Pošalji datoteku" @@ -1178,21 +1213,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Ime filtera:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Naziv filtera" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filtriraj po: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filteri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Za više informacija posjetite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Forma" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License licence" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Ovo je pregled datoteke koja se nije mogla uvesti:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Slika" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Uvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opcije uvoza" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Izvoz kompatibilan uvozu" @@ -1353,49 +1395,49 @@ msgstr "Neispravan naziv baze podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testovi" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Jezici" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Datum zadnje promjene:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Zadnju promjenu napravio:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licencirano pod uvjetima" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Preskočiti linije" @@ -1439,7 +1481,7 @@ msgstr "Učitavanje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1466,7 +1508,7 @@ msgstr "Odjava" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1479,15 +1521,15 @@ msgstr "Upravljanje bazama podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Upravljanje filterima" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Upravljanje pogledima" @@ -1519,21 +1561,21 @@ msgstr "Izgleda da je potrebno ponovno učitavanje aplikacije (F5)..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1547,29 +1589,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Polja %s modela" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Uredio:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Izmjenili:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1584,21 +1626,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Naziv" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Naziv:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nova(i)" @@ -1627,7 +1669,7 @@ msgstr "Nova glavna zaporka:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1640,49 +1682,49 @@ msgid "No" msgstr "Ne" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nedostaje kontekst za polje '%s' na '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nema podataka." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] nije JSONified XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1694,6 +1736,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1701,14 +1750,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1720,9 +1769,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "U redu" @@ -1736,32 +1785,39 @@ msgstr "Stara lozinka:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Samo vi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Otvori: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1773,6 +1829,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Originalni naziv baze podataka:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1818,14 +1888,14 @@ msgstr "Upišite trenutno važeću lozinku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1861,49 +1931,49 @@ msgstr "Postavke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Ispiši" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Ispiši tijek rada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relacija:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Ukloni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Ukloni sve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1933,88 +2003,88 @@ msgstr "Oporavljeno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Snimi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Snimi i zatvori" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Spremi i novi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Spremi kao" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Spremi kao..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Pohrani filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Spremi kao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Snimi trenutni filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Snimi zadano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Snimi popis polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Snimljeni izvozi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Pretraga" @@ -2037,50 +2107,50 @@ msgstr "Traži %(field)s za: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Traži ponovo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Traži dalje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Traži: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Odaberi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2100,49 +2170,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Odabir datuma" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Odabir:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Razdjelnik:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Postavi zadano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Postavi zadano" @@ -2156,56 +2226,56 @@ msgstr "Postavljanje 'id' atributa na postojećem zapisu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Podjeli svim korisnicima" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Veličina" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Posebno:" @@ -2233,14 +2303,14 @@ msgstr "pravo je vrijeme za pauzu, kavu,
    jer će učitavanje potrajati..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "tehnički prijevod" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tehnički prijevod" @@ -2268,14 +2338,14 @@ msgstr "Baza podataka je duplicirana." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Polje je prazno. Ništa za snimanje !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Popis neispravnih polja:" @@ -2289,26 +2359,26 @@ msgstr "Podaci (form's data) se ne mogu odbaciti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Uvoz neuspješan zbog:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Nova lozinka i potvrda lozinke moraju biti identične." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "Jedan na više zapis treba snimiti prije pokretanja akcije" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2316,21 +2386,21 @@ msgstr "Trenutna lozinka nije točno upisana. Lozinka nije promijenjena." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Zapis nije pronađen u bazi podataka." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Odabrana datoteka je veća od maksimalne veličine %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2341,14 +2411,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Pojavio se problem kod učitavanja vaše datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2356,14 +2426,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Ovaj resurs je prazan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2378,42 +2448,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Neslaganje vremenskih pojasa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Prikaz konture" @@ -2427,14 +2497,14 @@ msgstr "Stablo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tip:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2450,21 +2520,21 @@ msgstr "Nedefiniran" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Nepodržani ekranski dodatak" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Nepoznato polje %s unutar domene %s" @@ -2485,7 +2555,7 @@ msgstr "Nepoznat tip podatka " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Nepoznat operator %s u domeni %s" @@ -2499,51 +2569,51 @@ msgstr "Neograničen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operator %s nije podržan unutar domene %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Učitavanje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Slanje podataka..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Koristi kao zadano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Korisnikov vremenski pojas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Verzija" @@ -2551,28 +2621,28 @@ msgstr "Verzija" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Pogled" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Polja pogleda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Pogled tipa '%s' nije podržan za JedanNaViše (One2Many) polja." @@ -2580,14 +2650,14 @@ msgstr "Pogled tipa '%s' nije podržan za JedanNaViše (One2Many) polja." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Pozor" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2600,35 +2670,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget tipa '%s' nije implementiran" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2636,20 +2706,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Da" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Popunite sva polja." @@ -2664,7 +2734,7 @@ msgstr "Nevjerovatno,
    aplikacija se učitava..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Odaberite barem jedan zapis." @@ -2685,7 +2755,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2729,14 +2799,14 @@ msgstr "otprilike sat prije" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "sadrži" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ne sadrži" @@ -2750,92 +2820,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "veće ili jednako od" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "veće od" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "je" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "je jednako" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "je laž" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nije" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nije jednako" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "je istina" +msgid "greater or equal than" +msgstr "veće ili jednako od" #. module: web #. openerp-web @@ -2843,14 +2833,94 @@ msgstr "je istina" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "veće od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "je jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "je laž" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nije jednako" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "je istina" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "manje ili jednako od" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "manje od" @@ -2879,12 +2949,12 @@ msgstr "nije ispravan broj" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/hu.po b/addons/web/i18n/hu.po index 72b21458b54..743960ca8b0 100644 --- a/addons/web/i18n/hu.po +++ b/addons/web/i18n/hu.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-28 19:40+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-25 12:04+0000\n" "Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:40+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-26 06:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s nézet" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Ugynazzal a névvel futó szűrő ki lesz cserélve)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "(régebben mint OpenERP)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(nincs érték)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(cimke nélkül)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Műveletek --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Szűrők --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Ne importáljon ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Feltöltés folyamatban..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr ".CSV fájl importálása" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "1367 Grand-Rosière" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Ellenőrizze a fájlformátumot" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Létrehoz \"%s\"" @@ -689,7 +717,7 @@ msgstr "Adatbázis létrehozása" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "%s létrehozása" @@ -703,50 +731,50 @@ msgstr "Új adatbázis létrehozása" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Létrehoz és szerkeszt..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Létrehoz ás szerkeszt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Létrehozás: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Hétrehozta:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Létrehozás dátuma:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Felhasználó létrehozás:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Egyéni szűrés" @@ -787,7 +815,7 @@ msgstr "Adatbázis:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug nézet#" @@ -801,50 +829,57 @@ msgstr "Alapértelmezett nyelv:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Alapértelmezett:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Törlés" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Melléklet törlése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Törölje ezt a fájlt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Elválasztó:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Elvetés" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "Odoo rendszer eseményeiről a világon..." + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Tényleg törölni szeretné azt az adatbázist: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Valóban törölni szeretné ezt a mellékletet?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Biztos, hogy törölni akarja ezt a rekordot?" @@ -875,14 +910,14 @@ msgstr "Biztos, hogy törölni akarja ezeket a rekordokat?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "A fájljának van címe?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domain:" @@ -896,15 +931,15 @@ msgstr "Még ne menjen el,
    még tölt..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Kész" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Eldobás" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Adatbázis törölve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Adatbázis megkettőzése" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-mail hiba" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Szerkesztés" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Művelet szerkesztése" @@ -993,14 +1028,14 @@ msgstr "Vállalkozás adatainak szerkesztése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Keresési nézet szerkesztése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Folyamat szerkesztése" @@ -1012,7 +1047,7 @@ msgstr "E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kódolás:" @@ -1026,28 +1061,28 @@ msgstr "Oktatás befejezése" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Jelenlegi dátum törlése" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Hiba" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Hiba, a jelszó nem változott meg!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Értékelési hiba" @@ -1055,7 +1090,7 @@ msgstr "Értékelési hiba" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Export" @@ -1069,7 +1104,7 @@ msgstr "Adatok exportálása" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Export formátumok" @@ -1083,71 +1118,71 @@ msgstr "Exportálás fájlba" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Exportálás típusa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Összes adat exportálása" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Nem sikerült kiértékelni a keresési kritériumokat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Kedvencek" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "'%s' a nézetben előírt mező nem található." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Mező:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Bevétel mezők nézete" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Exportálandó mezők:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Fájl Feltöltés" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Fájl feltöltés" @@ -1187,21 +1222,21 @@ msgstr "Szűrő" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Szűrő neve:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Szűrő neve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "Szűrő név szükséges." @@ -1216,21 +1251,28 @@ msgstr "Szűrő ezen: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Szűrők" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "Kövess minket..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "További információért látogassa meg" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1242,14 +1284,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Űrlap" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1284,49 +1326,49 @@ msgstr "Súgó" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Itt van a fájlnak az előnézete, amit nem tudunk importálni:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Óra" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Kép" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importálási beállítások" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Import-kompatibilis Export" @@ -1362,49 +1404,49 @@ msgstr "Érvénytelen adatbázis név" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Teszt" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Nyelvek" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Utolsó módosítás dátuma:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Utoljára módosító személy:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Engedély ezen feltételek alapján" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Sorok kihagyjása" @@ -1448,7 +1490,7 @@ msgstr "Betöltés…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1475,7 +1517,7 @@ msgstr "Kijelentkezés" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1488,15 +1530,15 @@ msgstr "Adatbázisok kezelése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Szűrők kezelése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Nézetek kezelése" @@ -1528,21 +1570,21 @@ msgstr "Talán töltse újra az alkalmazást az F5 megnyomásával..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metaadat (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Módzser:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Perc" @@ -1556,29 +1598,29 @@ msgstr "Mód:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Minta %s területek" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Módosította:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Módosítók:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1593,21 +1635,21 @@ msgstr "Az Odoo.com fiókom" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Név" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Név:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Új" @@ -1636,7 +1678,7 @@ msgstr "Új mester jelszó:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Következő>" @@ -1649,49 +1691,49 @@ msgid "No" msgstr "Nem" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nincs értéke a mezőknek '%s' ezen '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nincs adat szolgáltatva." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Nincs megjeleníthető eredmény..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "Nem talált értéket az érték mezőhöz " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "a csomópont [%s] nem egy JSONified XML csomópont" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Most" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Tárgy:" @@ -1703,6 +1745,13 @@ msgstr "Tárgy:" msgid "Odoo" msgstr "Odoo rendszer" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "Odoo (régebben mint OpenERP)" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1710,14 +1759,14 @@ msgstr "Odoo Web Teszt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo a védjegye ennek" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1729,9 +1778,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1745,32 +1794,39 @@ msgstr "Régi jelszó:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Változtatáshoz:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "csak saját" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Megnyitás: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "OpenERP S.A." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1782,6 +1838,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Eredeti adatbázis neve:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "Következő rendezvényink" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "Weboldalunk" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1827,7 +1897,7 @@ msgstr "Kérem írja be az előző jelszavát" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" @@ -1835,7 +1905,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1873,49 +1943,49 @@ msgstr "Beállítások" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Nyomtatás" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Folyamatlista nyomtatása" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Kapcsolat:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Eltávolítás" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Összes eltávolítása" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Renderelés" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Forrás hiba" @@ -1945,88 +2015,88 @@ msgstr "Visszaállítva" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Mentés" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Mentés & Bezárás" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Mentés & Új" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Mentés másként" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Mentés másként..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Szűrő mentése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Mentés mint:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Aktuális szűrés mentése" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Alapértelmezés mentése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Mezőlisták mentése" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Mentett exportálások:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Keresés" @@ -2049,50 +2119,50 @@ msgstr "Keresés %(field)s erre: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Keresés ismét" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Még több keresése..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Keresés: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Második" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Kijelölés" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Válasszon N, H n" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2112,49 +2182,49 @@ msgstr "Adatbázis név kiválasztása:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Dátumválasztás" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Dátum választása" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Kiválasztás:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Elválasztó:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "A DD beállítása mint első nap a héten" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Alapértelmezett értékek beállítása" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Alapértelmezések beállítása" @@ -2168,56 +2238,56 @@ msgstr "'id' tulajdonság beállítása a meglévő %s rekordon" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Megosztás a többi felhasználóval" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Egy másik hónapot mutasson" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Másik évszámot mutasson" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Jelenlegi hónapot mutassa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Mutassa a következő hónapot" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Előző hónapot mutassa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Méret:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Speciális:" @@ -2245,14 +2315,14 @@ msgstr "Hagy szünetet és menj kávézni,
    mert most töltődik..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Műszaki fordítás" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technikai fordítás" @@ -2280,14 +2350,14 @@ msgstr "Az adatbázis meg lett kettőzve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "A mező üres, nincs mit menteni !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "A következő mezők érvénytelenek:" @@ -2301,26 +2371,26 @@ msgstr "A forma adatait nem lehet változtatni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Az importálás megállt mert:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Az új jelszónak és a jelszó megerősítésnek azonosnak kell lennie" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "Az o2m rekordot menteni kell mielőtt cselekvéshez használná" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2329,21 +2399,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "A rekord nem található az adatbázisban" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "A kiválasztott fájl meghaladja a maximális %s fájlméretet." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2354,14 +2424,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Probléma merült fel a fájl feltöltése közben" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2370,14 +2440,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Ez a forrás üres" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2392,42 +2462,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Idő" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Időzóna eltérés" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Időzóna nem megfelelő" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Ma" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Legördülő kapcsolása" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Kiemelés elrendezési forma átkapcsolás" @@ -2441,14 +2511,14 @@ msgstr "Fa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Típus:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2464,21 +2534,21 @@ msgstr "Nincs meghatározva" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Nem támogatott vezérlők" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Ismeretlen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Nem ismert mező %s a domainben %s" @@ -2499,7 +2569,7 @@ msgstr "Ismeretlen nem szó szerinti típus " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Nem ismert operátor %s ebben a domainben %s" @@ -2513,51 +2583,51 @@ msgstr "Korlátlan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Nem támogatott operátor %s ebben a domainban %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Feltöltés..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Feltöltési hiba" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Feltöltés" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Alapértelmezésben használt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Felhasználói időzóna" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Verzió" @@ -2565,28 +2635,28 @@ msgstr "Verzió" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Nézet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Mezők nézete" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "Metadata nézet" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "'%s' nézet típus nem támogatott a One2Many által." @@ -2594,14 +2664,14 @@ msgstr "'%s' nézet típus nem támogatott a One2Many által." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Figyelmeztetés" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2614,35 +2684,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Az év hetének száma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "A '%s' vezérlő típus nem használható" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Grafikus vezérlő elem:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Hét" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML azonosító:" @@ -2650,20 +2720,20 @@ msgstr "XML azonosító:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Igen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "Egy új %s hoz létre, biztos benne, hogy még nem létezik?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "A jelszó mező sehol sem lehet üres" @@ -2678,7 +2748,7 @@ msgstr "Nem fogja elhinni,
    de az alkalmazás most töltődik..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Választani kell legalább egy rekordot!" @@ -2700,7 +2770,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "A felhasználói időzónája nem egyezik a böngésző időzónájával:" @@ -2742,14 +2812,14 @@ msgstr "körülbelül egy órája" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "tartalmazza" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "nem tartalmazza" @@ -2763,92 +2833,12 @@ msgstr "pl. én vállalatom" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "nagyobb vagy egyenlő, mint" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "nagyobb, mint" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "egyenlő" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "egyenlő" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "hamis" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nem egyenlő" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nem egyenlő" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "nincs beállítva" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "beállítva" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "igaz" +msgid "greater or equal than" +msgstr "nagyobb vagy egyenlő, mint" #. module: web #. openerp-web @@ -2856,14 +2846,94 @@ msgstr "igaz" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "nagyobb, mint" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "hamis" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nem egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nem egyenlő" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "nincs beállítva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "beállítva" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "igaz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "kisebb vagy egyenlő, mint" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "kisebb, mint" @@ -2892,12 +2962,12 @@ msgstr "nem érvényes szám" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/id.po b/addons/web/i18n/id.po index 87be79a0415..d9a3065eba1 100644 --- a/addons/web/i18n/id.po +++ b/addons/web/i18n/id.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "Bahasa standar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "Ekspor Data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "Ekspor ke File" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Berikut ini adalah pratinjau dari file yang tidak dapat kita impor" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "Nama database salah" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Tanggal modifikasi terakhir:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "Harap masukkan kata sandi anda sebelumnya" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "preferensi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "Terpulihkan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Simpan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Pilih" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Bagikan dengan semua pengguna" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "Belum terdefinisi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versi" @@ -2533,28 +2603,28 @@ msgstr "Versi" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Anda tidak dapat mengosongkan kata sandi" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "Sekitar satu jam yang lalu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "kurang atau sama dengan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "bukan nomor yang valid" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/it.po b/addons/web/i18n/it.po index 52221b314f9..642b205b685 100644 --- a/addons/web/i18n/it.po +++ b/addons/web/i18n/it.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-22 11:35+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Vista %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Eventuali filtri esistenti con lo stesso nome saranno rimpiazzati)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(no string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(senza etichetta)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Azioni --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtri --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Non importare ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Upload in corso..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importa un file .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Controlla il formato del tuo file" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Crea \"%s\"" @@ -686,7 +714,7 @@ msgstr "Crea database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Crea e Modifica..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Crea: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Creato da:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Data Creazione:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Creazione Utente:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizzato" @@ -784,7 +812,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug Vista#" @@ -798,50 +826,57 @@ msgstr "Lingua Predefinita:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Default:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Elimina" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Elimina questo allegato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Cancella questo file" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitatore:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Annulla" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Conferma eliminazione del database: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Volete veramente cancellare questo allegato?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Vuoi veramente eliminare questo record?" @@ -872,14 +907,14 @@ msgstr "Vuoi veramente cancellare questi record?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Il vostro file ha i titoli?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domain:" @@ -893,15 +928,15 @@ msgstr "Non abbandonare ora,
    caricamento in corso..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Completato" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Elimina" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Eliminazione database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Duplicazione database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Modifica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Modifica Azione" @@ -990,14 +1025,14 @@ msgstr "Modifica dati aziendali" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Modifica Search View" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Modifica Workflow" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codifica:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Errore, la password non è stata cambiata!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Errore valutazione" @@ -1052,7 +1087,7 @@ msgstr "Errore valutazione" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Esporta" @@ -1066,7 +1101,7 @@ msgstr "Esporta Dati" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formati esportazione" @@ -1080,71 +1115,71 @@ msgstr "Esporta in un file" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo di esportazione:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Esporta tutti i dati" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Il campo '%s' specificato nella vista non può essere trovato." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fields View Get" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campi da esportare" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Caricamento file" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Upload file" @@ -1178,21 +1213,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nome filtro:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nome del filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filtro su: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Per maggiori informazioni visita" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Form" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Ecco un anteprima del file che non si è riuscito ad importare:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Ora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Immagine" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opzioni di importazione" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Esportazione compatile alla successiva importazione" @@ -1352,49 +1394,49 @@ msgstr "Nome database non valido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS test" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Lingue" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Data Ultima Modifica:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Ultima Modifica fatta da:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Rilasciato sotto i termini della" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linee da saltare" @@ -1438,7 +1480,7 @@ msgstr "Caricamento..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1465,7 +1507,7 @@ msgstr "Log out" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1478,15 +1520,15 @@ msgstr "Gestisci Database" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestisci Filtri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gestisci Viste" @@ -1520,21 +1562,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metodo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuto" @@ -1548,29 +1590,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campi modello %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificato da:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificatori:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1585,21 +1627,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nome" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nome:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nuovo" @@ -1628,7 +1670,7 @@ msgstr "Nuova password principale:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1641,49 +1683,49 @@ msgid "No" msgstr "No" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nessun contenuto trovato per il campo \"%s\" su \"%s:%s\"" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nessun dato fornito." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Il node [%s] non è un nodo JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Adesso" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Oggetto:" @@ -1695,6 +1737,13 @@ msgstr "Oggetto:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1702,14 +1751,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1721,9 +1770,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1737,32 +1786,39 @@ msgstr "Vecchia Password:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "On change:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Solo tu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Apri: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1774,6 +1830,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Nome originale database:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1819,14 +1889,14 @@ msgstr "Per cortesia inserire la password precedente" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1862,49 +1932,49 @@ msgstr "Preferenze" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Stampa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Stampa Workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relazione:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Rimuovi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Rimuovi tutto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1934,88 +2004,88 @@ msgstr "Ripristinato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Salva" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Salva & Chiudi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Salva & Nuovo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Salva come" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Salva come..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Salva Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Salva come:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Salva il filtro corrente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Salva Default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Salva l'elenco dei campi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Esportazioni salvate:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Cerca" @@ -2038,50 +2108,50 @@ msgstr "Cerca %(field)s per: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Cerca ancora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Cerca Ancora..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Cerca: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Secondo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seleziona" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2100,49 +2170,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Selezionare una data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Seleziona data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selezione:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separatore:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Imposta Default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Imposta predefiniti" @@ -2156,56 +2226,56 @@ msgstr "Imposta l'attributo 'id' su record esistente %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Condividi con tutti gli utenti" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Dimensione:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Speciale:" @@ -2233,14 +2303,14 @@ msgstr "Un attimo di pazienza,
    il sistema sta caricando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traduzione tecnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traduzione tecnica" @@ -2268,14 +2338,14 @@ msgstr "Il database è stato duplicato." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Questo campo è vuoto, non c'è nulla da salvare!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "I seguenti campi non sono validi" @@ -2289,27 +2359,27 @@ msgstr "I dati del form non possono essere scartati" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "L'importazione è fallita a causa di:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "La nuova password e la sua conferma devono essere identiche." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "I record o2m devono essere salvati prima che l'azione possa essere usata" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2318,21 +2388,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Il record non può essere trovato nel database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Il file selezionato eccede la massima dimensione possibile di %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2343,14 +2413,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "C'è stato un problema durante l'upload del vostro file" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2358,14 +2428,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Questa risorsa è vuota" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2380,42 +2450,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Discordanza timezone" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Oggi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Passa al layout struttura del form" @@ -2429,14 +2499,14 @@ msgstr "Albero" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2452,21 +2522,21 @@ msgstr "Non definito" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget non gestito" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo %s sconosciuto nel dominio %s" @@ -2487,7 +2557,7 @@ msgstr "Tipo non letterale sconosciuto " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operatore %s sconosciuto nel dominio %s" @@ -2501,51 +2571,51 @@ msgstr "Illimitato" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operatore %s non supportato nel dominio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Caricando ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Caricando..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Utilizza per default" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Timezone utente" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versione" @@ -2553,28 +2623,28 @@ msgstr "Versione" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Campi Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "La vista di tipo '%s' non è supportata in One2Many." @@ -2582,14 +2652,14 @@ msgstr "La vista di tipo '%s' non è supportata in One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Attenzione" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2603,35 +2673,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Il widget di tipo '%s' non è implementato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2639,20 +2709,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sì" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Non è possibile lasciare password vuote." @@ -2668,7 +2738,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "E' necessario selezionare almeno un record." @@ -2689,7 +2759,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2732,14 +2802,14 @@ msgstr "circa un'ora fa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contiene" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "non contiene" @@ -2753,92 +2823,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "maggiore o uguale a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "maggiore di" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "è" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "è uguale a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "è falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "non è" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "è diverso da" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "non è impostato" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "è impostato" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "è vero" +msgid "greater or equal than" +msgstr "maggiore o uguale a" #. module: web #. openerp-web @@ -2846,14 +2836,94 @@ msgstr "è vero" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "maggiore di" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "è" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "è uguale a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "è falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "non è" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "è diverso da" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "non è impostato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "è impostato" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "è vero" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "minore o uguale a" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "minore di" @@ -2882,12 +2952,12 @@ msgstr "numero non valido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/ja.po b/addons/web/i18n/ja.po index c912dec03ff..eeac3b5d836 100644 --- a/addons/web/i18n/ja.po +++ b/addons/web/i18n/ja.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d / %(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "(%d レコード)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(同じ名前の既存のフィルタは置き換えられます)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(文字列なし)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(ラベルなし)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "--アクション--" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "--フィルタ--" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "---インポートなし---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. CVSファイルのインポート" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. ファイル形式のチェック" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "登録・編集..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "作成: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "日付の作成:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "ユーザの作成:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "データベース:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "デバッグ対象ビュー#" @@ -798,50 +826,57 @@ msgstr "デフォルト言語:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "デフォルト値:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "削除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "この添付の削除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "区切り文字:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "破棄" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "データベース %s を本当に削除しますか?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "この添付を本当に削除しますか?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "このレコードを削除しますか?" @@ -872,14 +907,14 @@ msgstr "このレコードを削除しますか?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "そのファイルはタイトルを持っていますか?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "ドメイン:" @@ -893,15 +928,15 @@ msgstr "しばしご辛抱を。
    引き続き読込中です..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "終了" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "削除" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "編集" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "アクションの編集" @@ -990,14 +1025,14 @@ msgstr "会社データを編集" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "検索ビューの編集" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "ワークフローを編集" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "エンコード:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "エクスポート" @@ -1066,7 +1101,7 @@ msgstr "データのエクスポート" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "エクスポートの形式" @@ -1080,71 +1115,71 @@ msgstr "ファイルにエクスポート" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "エクスポートのタイプ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "全てのデータをエクスポート" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "項目:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "項目ビューの取得" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "エクスポートする項目" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "フィルタ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "フィルタ名:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "フィルタ名" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "フィルタ:%s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "フィルタ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "詳細の確認はこちらにて:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "CVSファイルが複数行であり、タイトルを持っていた場 #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "フォーム" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1273,49 +1315,49 @@ msgstr "ヘルプ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "インポートできなかったファイルのプレビュー:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "インポート" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "インポートオプション" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "無効なデータベース名" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JSテスト" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "最終更新日:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "最終更新者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "ラテン1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "準拠ライセンス:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "スキップする行" @@ -1436,7 +1478,7 @@ msgstr "読込中..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "ログアウト" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "データベース管理" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "フィルタの管理" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "ビュー管理" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "メソッド:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "モデル %s 項目" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "修飾:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "名前" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "新しいマスタパスワード:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "いいえ" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "オブジェクト:" @@ -1686,6 +1728,13 @@ msgstr "オブジェクト:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1728,32 +1777,39 @@ msgstr "古いパスワード" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "変更:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "自分のみ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "オープン: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1765,6 +1821,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "個人設定" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "印刷" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "印刷ワークフロー" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "関係:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "削除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "全てを削除" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "リストアされました" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "保存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "保存して閉じる" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "保存して新規" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "名前を付けて保存" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "名前を付けて保存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "フィルタを保存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "名前を付けて保存 :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "現在のフィルタを保存" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "デフォルト値保存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "項目リストを保存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "保存されたエクスポート:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "検索" @@ -2029,50 +2099,50 @@ msgstr "%(field)s を検索:%(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "さらに検索..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "検索: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "選択" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2090,49 +2160,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "日付を選択" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "選択:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "区切り文字:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "デフォルト値設定" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "デフォルト値設定" @@ -2146,56 +2216,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "全ユーザと共有" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "サイズ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "特別:" @@ -2223,14 +2293,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "技術翻訳" @@ -2258,14 +2328,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "項目は空です。何も保存するものはありません。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "次のフィールドは無効:" @@ -2279,26 +2349,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "次の理由でインポートに失敗しました:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2306,21 +2376,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2329,14 +2399,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2344,14 +2414,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2364,42 +2434,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "タイムゾーン不一致" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "タイムゾーン不一致" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "本日" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "トグル形式のレイアウトの概観" @@ -2413,14 +2483,14 @@ msgstr "ツリー" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "タイプ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2436,21 +2506,21 @@ msgstr "未定義" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "処理されないウィジェット" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "ドメイン %s に無効な項目 %s があります" @@ -2471,7 +2541,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "ドメイン %s に無効な演算 %s があります" @@ -2485,51 +2555,51 @@ msgstr "制限なし" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "ドメイン %s に無効な演算 %s があります" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "アップロード中…" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "アップロード中..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "デフォルト使用" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "ユーザタイムゾーン" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "バージョン" @@ -2537,28 +2607,28 @@ msgstr "バージョン" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "ビュー" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "項目のビュー" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2566,14 +2636,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "注意" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2586,35 +2656,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "ウィジェット:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2622,20 +2692,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "はい" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2650,7 +2720,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "少なくとも1つのレコードを選んで下さい。" @@ -2671,7 +2741,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2713,14 +2783,14 @@ msgstr "1時間前" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "含む" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "含まない" @@ -2734,92 +2804,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "次より大きいか等しい" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "次より大きい" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "が次である" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "は次と一致する" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "は正しくない" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "は次ではない" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "は次と一致しない" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "は正しい" +msgid "greater or equal than" +msgstr "次より大きいか等しい" #. module: web #. openerp-web @@ -2827,14 +2817,94 @@ msgstr "は正しい" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "次より大きい" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "が次である" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "は次と一致する" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "は正しくない" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "は次ではない" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "は次と一致しない" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "は正しい" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "次より小さいか等しい" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "次より小さい" @@ -2863,12 +2933,12 @@ msgstr "正しい数値ではありません" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/ka.po b/addons/web/i18n/ka.po index 05d04a474fb..bc5bd4a7a4b 100644 --- a/addons/web/i18n/ka.po +++ b/addons/web/i18n/ka.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(ამავე სახელწოდების არსებული ფილტრები იქნება ჩანაცვლებული)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(მწკრივი არ არის)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(იარლიყის გარეშე)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "--ქმედებები--" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "--ფილტრები--" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. დააიმპორტე .CSV ფაილი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. შეამოწმეთ თქვენი ფაილის ფორმატი" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "შექმნა: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "შექმნის თარიღი:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "შემქმნელი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "მონაცემთა ბაზა:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "დებაგ ვიუ#" @@ -798,50 +826,57 @@ msgstr "ნაგულისხმები ენა:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "ნაგულისხმევი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "წაშალე" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "გამყოფი:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "ნამდვილად გსურთ ამ ჩანაწერის წაშლა?" @@ -872,14 +907,14 @@ msgstr "ნამდვილად გსურთ ამ ჩანაწერ #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "თქვენს ფაილს აქვს სათაური?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "დომენი:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "წაშლა" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "შეცვლა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "მოქმედების რედაქტირება" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "ძებნის ვიუს რედაქტირება" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Workflow-ს რედაქტირება" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "კოდირება:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "ექსპორტი" @@ -1066,7 +1101,7 @@ msgstr "მონაცემების ექსპორტი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "დააექსპორტე ფორმატები" @@ -1080,71 +1115,71 @@ msgstr "ფაილში ექსპორტი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "ექსპორტის სახეობა:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "დააექსპორტე ყველა მონაცემი" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "ველი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "ველების ხედის მიღება" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "დასაექსპორტებელი ველები" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "ფილტრის სახელი:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "ფილტრები" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "მეტი ინფორმაციისთვის ეწვიეთ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "ფორმა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero საყოველთაო საჯარო ლიცენზია" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "იმ ფაილის წინასწარი ხედი, რომლის იმპორტირებაც ვერ მოხერხდა:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "იმპორტი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "პარამეტრების იმპორტირება" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1353,49 +1395,49 @@ msgstr "არასწორი ბაზის სახელი" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "განახლების თარიღი:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "ბოლოს განახლდა:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "ლიცენზირებულია პირობების დაცვით" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "გამოსატოვებელი ხაზები" @@ -1439,7 +1481,7 @@ msgstr "იტვირთება...." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1462,7 +1504,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1474,15 +1516,15 @@ msgstr "მონაცემთა ბაზების მართვა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "მართე ფილტრები" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "ვიუების მართვა" @@ -1514,21 +1556,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "მეთოდი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1542,29 +1584,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "%s მოდელის ველები" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "მოდიფიკატორი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1579,21 +1621,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "დასახელება" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1622,7 +1664,7 @@ msgstr "ახალი მთავარი პაროლი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1635,49 +1677,49 @@ msgid "No" msgstr "არა" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "ობიექტი:" @@ -1689,6 +1731,13 @@ msgstr "ობიექტი:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1696,14 +1745,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1715,9 +1764,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "ოკ" @@ -1731,32 +1780,39 @@ msgstr "ძველი პაროლი:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "ცვლილების დროს:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "მხოლოდ შენ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "ღია: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1768,6 +1824,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1813,14 +1883,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1856,49 +1926,49 @@ msgstr "პარამეტრები" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "რელაცია:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "მოცილება" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "ყველას მოცილება" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1928,88 +1998,88 @@ msgstr "აღდგენილია" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "შენახვა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "შეინახე და დახურე" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "შეინახე და ახალი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "შეინახე როგორც" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "შეინახე ფილტრი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "შეინახე როგორც:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "ნაგულისხმებად შენახვა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "ველების ჩამონათვალის შენახვა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "შენახული ექსპორტები:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "ძებნა" @@ -2032,50 +2102,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "ძიება: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "არჩევა" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2095,49 +2165,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "აირჩიეთ თარიღი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "არჩეული:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "გამყოფი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "ნაგულისხმები" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2151,56 +2221,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "ზომა:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "სპეციალური:" @@ -2228,14 +2298,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "ტექნიკური თარგმანი" @@ -2263,14 +2333,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2284,26 +2354,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "იმპორტი ვერ შესრულდა ამ მიზეზით:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2311,21 +2381,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2334,14 +2404,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2349,14 +2419,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2371,42 +2441,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2420,14 +2490,14 @@ msgstr "განშტოება" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "სახეობა:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2443,21 +2513,21 @@ msgstr "განუსაზღვრელი" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "ვიჯეტი მხარდაჭერის გარეშე" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "გაურკვეველი ველი %s დომენში %s" @@ -2478,7 +2548,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "გაურკვეველი ოპერატორი %s დომენში %s" @@ -2492,51 +2562,51 @@ msgstr "შეუზღუდავი" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "უცხო ოპერატორი %s დომენში %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "მიმდინარეობს ატვირთვა ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "ვერსია" @@ -2544,28 +2614,28 @@ msgstr "ვერსია" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "ნახვა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "ველების ნახვა" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2573,14 +2643,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "გაფრთხილება" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2590,35 +2660,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "ვიჯეთი:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2626,20 +2696,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "დიახ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2654,7 +2724,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "თქვენ მინიმუმ ერთი ჩანაწერი მაინც უნდა აირჩიოთ" @@ -2675,7 +2745,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2717,14 +2787,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "შეიცავს" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "არ შეიცავს" @@ -2738,92 +2808,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "მეტია ან უდრის" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "მეტია ვიდრე" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "არის" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "უდრის" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "არის სიცრუე" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "არ არის" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "არ უდრის" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "არის სიმართლე" +msgid "greater or equal than" +msgstr "მეტია ან უდრის" #. module: web #. openerp-web @@ -2831,14 +2821,94 @@ msgstr "არის სიმართლე" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "მეტია ვიდრე" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "არის" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "უდრის" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "არის სიცრუე" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "არ არის" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "არ უდრის" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "არის სიმართლე" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "უდრის ან ნაკლებია" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "ნაკლებია ვიდრე" @@ -2867,12 +2937,12 @@ msgstr "არასწორი ციფრი" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/ko.po b/addons/web/i18n/ko.po index 37fcbc289b4..437b20d114d 100644 --- a/addons/web/i18n/ko.po +++ b/addons/web/i18n/ko.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-22 07:35+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s 화면" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d개의 기록)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(동일한 이름의 모든 기존 필터는 교체됩니다)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(문자열 없음)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- 동작 --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- 필터 --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- 가져오지 않기 ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...업로드가 진행 중입니다..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. .CSV 파일을 불러오세요" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. 파일 형식을 확인하세요" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "\"%s\" 생성" @@ -688,7 +716,7 @@ msgstr "데이터데이스 생성" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "%s 생성" @@ -702,50 +730,50 @@ msgstr "새로운 데이터베이스 생성" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "생성 및 편집..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "생성 및 편집" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "생성: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "생성자 :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "생성일:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "생성 사용자:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "사용자 지정 필터" @@ -786,7 +814,7 @@ msgstr "데이터베이스:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "디버깅 화면#" @@ -800,50 +828,57 @@ msgstr "기본 언어:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "기본 값:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "삭제" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "이 첨부파일을 삭제" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "이 파일을 삭제" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "구분자:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "무시" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "정말로 데이터베이스: %s를 삭제하시겠습니까?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "해당 첨부 파일을 정말로 삭제하시겠습니까?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "정말로 이 기록을 삭제하시겠습니까?" @@ -874,14 +909,14 @@ msgstr "정말로 이 기록을 제거하시겠습니까?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "파일에 제목이 있습니까?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "도메인:" @@ -895,15 +930,15 @@ msgstr "잠시만 기다리세요.
    아직 불러오는 중입니다..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "완료" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "삭제" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "데이터 베이스를 삭제하는 중" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "데이터베이스를 복제하는 중" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "이메일 오류" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "편집" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "액션 편집" @@ -992,14 +1027,14 @@ msgstr "업체 데이터 편집" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "검색 화면 편집" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "작업 흐름 편집" @@ -1011,7 +1046,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "암호화:" @@ -1025,28 +1060,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "현재날짜 지우기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "오류, 암호가 변경되지 않음!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "평가 오류" @@ -1054,7 +1089,7 @@ msgstr "평가 오류" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "내보내기" @@ -1068,7 +1103,7 @@ msgstr "데이터 내보내기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "내보내기 형식" @@ -1082,71 +1117,71 @@ msgstr "파일로 내보내기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "내보내기 유형:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "모든 데이터 내보내기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "화면에서 지정된 '%s' 필드를 찾을 수 없습니다." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "필드:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "필드 화면 얻기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "내보낼 필드" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "파일 업로드" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "파일 업로드" @@ -1180,21 +1215,21 @@ msgstr "필터" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "필터명:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "필터명" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1209,21 +1244,28 @@ msgstr "다음에 필터 적용: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "필터" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "더 많은 정보를 원하시면 다음을 방문하세요 :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "CSV 파일이 다중 입력줄을 보유하고 있을 경우에 사용 #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "폼" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero 일반 공개 라이선스" @@ -1275,49 +1317,49 @@ msgstr "도움말" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "다음은 불러올 수 없는 파일의 미리보기입니다:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "시간" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "이미지" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "가져오기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "가져오기 옵션" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "가져오기-호환 파일 내보내기" @@ -1352,49 +1394,49 @@ msgstr "유효하지 않은 데이터베이스명" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS 시험" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "언어" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "최종 수정일:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "최근 수정자:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "라틴어 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "다음 조건에 따라 허가됨:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "건너뛸 입력줄" @@ -1438,7 +1480,7 @@ msgstr "불러오는 중..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1465,7 +1507,7 @@ msgstr "로그아웃" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O 검색 필드는 현재 다중 기본값을 처리하지 않습니다" @@ -1477,15 +1519,15 @@ msgstr "데이터베이스 관리" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "필터 관리" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "화면 관리" @@ -1517,21 +1559,21 @@ msgstr "F5를 눌러 응용 프로그램을 다시 불러오는 것을 고려해 #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "방식:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "분" @@ -1545,29 +1587,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "%s 모델 필드" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "수정자 :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "수정자:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1582,21 +1624,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "명칭" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "명칭:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "새로 만들기" @@ -1625,7 +1667,7 @@ msgstr "새로운 마스터 암호:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "다음으로>" @@ -1638,49 +1680,49 @@ msgid "No" msgstr "아니오" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "'%s:%s'의 '%s' 필드에서 내용을 찾을 수 없음" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "데이터가 제공되지 않음." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "[%s] 노드는 JSON 처리된 XML 노드가 아닙니다" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "지금" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "객체:" @@ -1692,6 +1734,13 @@ msgstr "객체:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1699,14 +1748,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1718,9 +1767,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1734,32 +1783,39 @@ msgstr "기존 암호:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "변경 시:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Only you" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "열기: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1771,6 +1827,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "원본 데이터베이스명:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1816,14 +1886,14 @@ msgstr "기존 암호를 입력해 주세요." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1859,49 +1929,49 @@ msgstr "환경 설정" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "인쇄" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "업무 흐름 인쇄" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "관계:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "제거" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "모두 삭제" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "리소스 에러" @@ -1931,88 +2001,88 @@ msgstr "복구됨" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "저장" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "저장 & 닫기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "저장 & 신규 생성" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "다른 이름으로" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "다른 이름으로 저장..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "필터 저장" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "다른 이름으로 저장:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "현재 필터 저장" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "기본 값 저장" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "필드 목록 저장" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "저장된 내보내기 파일:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "찾기" @@ -2035,50 +2105,50 @@ msgstr "%(field)s에서 다음 검색: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "다시 검색" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "추가 검색..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "찾기: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Second" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "선택하기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "D, M d 를 선택해주세요" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2096,49 +2166,49 @@ msgstr "데이터베이스명을 선택해주세요" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "날짜를 선택해주세요" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "날짜 선택" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "선택:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "구분자:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "첫번째 주의 일(日)자로 DD를 설정하기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "기본 값 설정" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "기본 값 설정" @@ -2152,56 +2222,56 @@ msgstr "기존 %s 기록에 'id' 속성 설정" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "모든 사용자들과 공유" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "다른 달(月 ) 보이기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "다른 년도 보이기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "현재 월 보이기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "다음달 보기" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "이전 달(月 ) 보이기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "크기:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "특별:" @@ -2229,14 +2299,14 @@ msgstr "불러오는 중이오니
    커피 한 잔 하시면서 기다려 주 #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "기술적 번역" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "기술적 번역" @@ -2264,14 +2334,14 @@ msgstr "데이터베이스 사본이 생성되었습니다." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "필드가 비어있을 경우, 저장할 것이 없습니다 !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "다음 필드는 유효하지 않습니다:" @@ -2285,26 +2355,26 @@ msgstr "양식의 데이터는 폐기될 수 없습니다" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "다음 사유로 인해 가져오기를 실패함:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "새 암호와 확정 암호는 동일해야 합니다." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "o2m 기록은 액션을 사용하기 전에 저장되어야 합니다." #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2312,21 +2382,21 @@ msgstr "제공된 오래된 암호가 잘못되었습니다, 암호가 변경되 #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "데이터베이스에서 기록을 찾을 수 없습니다." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "선택된 파일은 %s인 최대 파일 크기를 초과했습니다." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2337,14 +2407,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "파일 업로드 중 문제가 발생했습니다" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2352,14 +2422,14 @@ msgstr "이 필터는 글로벌이며, 만약 계속한다면 모두에게 제 #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "해당 리소스는 비어있습니다" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2372,42 +2442,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "시간" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "시간대 불일치" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "시간대 불일치" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "오늘" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "양식 레이아웃 개요 토글" @@ -2421,14 +2491,14 @@ msgstr "트리" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "유형:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2444,21 +2514,21 @@ msgstr "정의되지 않음" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "처리되지 않은 위젯" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "알 수 없는 %s 필드가 %s 도메인에 존재함" @@ -2479,7 +2549,7 @@ msgstr "알 수 없는 비문자 유형 " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "알 수 없는 %s 작업자가 %s 도메인에 존재함" @@ -2493,51 +2563,51 @@ msgstr "무한" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "지원되지 않는 %s 작업자가 %s 도메인에 있음" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "업로드 중 ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "업로드 에러" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "올려주기…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "기본으로 사용" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "사용자의 시간대" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "버전" @@ -2545,28 +2615,28 @@ msgstr "버전" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "화면" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "필드 보기" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "'%s' 화면 유형은 One2Many에서 지원되지 않습니다." @@ -2574,14 +2644,14 @@ msgstr "'%s' 화면 유형은 One2Many에서 지원되지 않습니다." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "경고" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2591,35 +2661,35 @@ msgstr "경고, 기록이 수정되었으며 변경사항이 제거됩니다." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Week of the year" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "'%s' 위젯 유형은 구현되지 않습니다." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "위젯:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2627,20 +2697,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "예" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "비밀번호는 비워둘 수 없습니다." @@ -2655,7 +2725,7 @@ msgstr "믿기시지 않겠지만
    응용 프로그램을 실제로 불러 #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "최소 한 개의 기록을 선택해야 합니다." @@ -2676,7 +2746,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "기본 설정의 시간대가 브라우저 시간대와 일치하지 않습니다 :" @@ -2718,14 +2788,14 @@ msgstr "약 1시간 전" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "포함" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "포함하지 않음" @@ -2739,92 +2809,12 @@ msgstr "예) mycompany" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "이상" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "다음보다 큼" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "같음" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "와 동일함" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "거짓" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "일치하지 않음" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "동일하지 않음" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "설정되지 않음" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "설정됨" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "참" +msgid "greater or equal than" +msgstr "이상" #. module: web #. openerp-web @@ -2832,14 +2822,94 @@ msgstr "참" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "다음보다 큼" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "같음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "와 동일함" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "거짓" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "일치하지 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "동일하지 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "설정되지 않음" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "설정됨" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "참" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "다음보다 작거나 같음" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "미만" @@ -2868,12 +2938,12 @@ msgstr "유효한 숫자가 아님" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/lo.po b/addons/web/i18n/lo.po index dba7177bffc..c74024128e6 100644 --- a/addons/web/i18n/lo.po +++ b/addons/web/i18n/lo.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "ພາສາໃນຕອນຕົ້ນ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "ທ່ານຕ້ອງເລືອກເອົາຢ່າງຫນ້ອຍຫນຶ່ງບັນທຶກ." @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/lt.po b/addons/web/i18n/lt.po index 4e9040715e8..8f2eb38998f 100644 --- a/addons/web/i18n/lt.po +++ b/addons/web/i18n/lt.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s rodinys" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -161,77 +161,91 @@ msgstr "(%d įrašai)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Visi kiti filtrai, su tokius pačiu pavadinimu, bus ištrinti)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Veiksmai --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtrai --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Neimportuoti ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Įkeliama..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importuoti .CSV failą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Patikrinkite failo formatą" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Sukurti \"%s\"" @@ -689,7 +717,7 @@ msgstr "Sukurti duomenų bazę" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -703,50 +731,50 @@ msgstr "Sukurti naują duomenų bazę" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Sukurti ir keisti..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Sukurti: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Sukūrė:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Sukūrimo data:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Sukūrė naudotojas:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Pasirinktinis filtras" @@ -787,7 +815,7 @@ msgstr "Duomenų bazė:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Derinti užklausą#" @@ -801,50 +829,57 @@ msgstr "Numatytoji kalba:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Numatyta:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Ištrinti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Pašalinti šį priedą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Pašalinti šį failą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Apribojimo ženklas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Atmesti" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Ar tikrai norite ištrinti duomenų bazę: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Ar tikrai norite ištrinti šį priedą?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Ar tikrai norite ištrinti šį įrašą?" @@ -875,14 +910,14 @@ msgstr "Ar tikrai norite ištrinti šiuos įrašus?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Ar jūsų failas turi antraštes?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domenas:" @@ -896,15 +931,15 @@ msgstr "Neišeikite kolkas
    puslapis vis dar kraunamas ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Atlikta" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Trinti" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Trinama duomenų bazė" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Duomenų bazė dubliuojasi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "El.pašto klaida" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Keisti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Keisti veiksmą" @@ -993,14 +1028,14 @@ msgstr "Keisti įmonės duomenis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Kiesti paieškos rodinį" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Keisti darbų seką" @@ -1012,7 +1047,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Koduotė:" @@ -1026,28 +1061,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Ištrinkite esamą datą" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Klaida, slaptažodžis nepakeistas!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Vertinimo klaida" @@ -1055,7 +1090,7 @@ msgstr "Vertinimo klaida" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Eksportuoti" @@ -1069,7 +1104,7 @@ msgstr "Eksportuoti duomenis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Eksportavimo formatai" @@ -1083,71 +1118,71 @@ msgstr "Eksportuoti į failą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Eksportavimo tipas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Eksportuoti visus duomenis" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Luakas '%s' nurodytas užklausoje nerastas." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Laukas:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Eksportuoti laukus" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Failo įkėlimas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Nusiųsti failą" @@ -1181,21 +1216,21 @@ msgstr "Filtras" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filtro pavadinimas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filtro pavadinimas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1210,21 +1245,28 @@ msgstr "Filtras ant: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtrai" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Daugiau informacijos rasite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1234,14 +1276,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Forma" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public licenzija" @@ -1276,49 +1318,49 @@ msgstr "Pagalba" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Failo, kurio nepavyko importuoti, peržiūra:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Valanda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "Identifikatorius:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Paveikslėlis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importuoti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importavimo pasirinkimai" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1353,49 +1395,49 @@ msgstr "Neteisingas duomenų bazės pavadinimas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS testai" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Kalbos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Paskutinio keitimo data:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Paskutinį kartą keitė:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licencijuota pagal" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Praleisti eilutes" @@ -1439,7 +1481,7 @@ msgstr "Kraunama..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1462,7 +1504,7 @@ msgstr "Atsijungti" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1475,15 +1517,15 @@ msgstr "Tvarkyti duomenų bazes" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Tvarkyti filtrus" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Tvarkyti rodinius" @@ -1516,21 +1558,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metodas:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minutė" @@ -1544,29 +1586,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modelio %s laukeliai" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Pakeistas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifikatoriai:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1581,21 +1623,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Pavadinimas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Pavadinimas:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nauja" @@ -1624,7 +1666,7 @@ msgstr "Naujas pagrindinis slaptažodis:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Sekantis>" @@ -1637,49 +1679,49 @@ msgid "No" msgstr "Ne" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nėra rasta turinio nurodytiems laukams '%s' iš '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Neturima duomenų." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Dabar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objektas:" @@ -1691,6 +1733,13 @@ msgstr "Objektas:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1698,14 +1747,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1717,9 +1766,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Gerai" @@ -1733,32 +1782,39 @@ msgstr "Senas slaptažodis:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Pakeitus:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Tik man" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Atverti: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Įmonė" @@ -1770,6 +1826,20 @@ msgstr "OpenERP SA Įmonė" msgid "Original database name:" msgstr "Duomenų bazės pavadinimas:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1815,14 +1885,14 @@ msgstr "Prašome įvesti seną slaptažodį" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1858,49 +1928,49 @@ msgstr "Nustatymai" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Spausdinti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Spausdinti darbų seką" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Sąryšis:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Pašalinti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Ištrinti viską" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "šaltinio klaida" @@ -1930,88 +2000,88 @@ msgstr "Atkurta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Įrašyti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Tik įrašyti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Įrašyti ir kurti naują" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Įrašyti kaip" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Įrašyti kaip..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Įrašyti filtrą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Įrašyti kaip:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Išsaugoti filtrą" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Įrašyti numatytąją reikšmę" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Įrašyti laukų sarašą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Išsaugoti duomenys:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Ieškoti" @@ -2034,50 +2104,50 @@ msgstr "Ieškoti %(field)s: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Ieškoti dar kartą" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Ieškoti daugiau..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Ieškoti: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekundė" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Pasirinkti" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Pasirinkite D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2096,49 +2166,49 @@ msgstr "Pasirinkite duomenų bazės pavadinimą:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Pasirinkite datą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Pasirinkti datą" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Pasirinkimas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Skyriklis:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Nustatyti DD kaip pirmą savaitės dieną" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Numatytosios reikšmės" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Nustatyti numatytuosius" @@ -2152,56 +2222,56 @@ msgstr "Nustatomas 'id' atributas esamam įrašui %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Dalintis su visais naudotojais" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Rodyti kitą mėnesį" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Rodyti kitus metus" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Rodyti einamąjį mėnesį" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Rodyti sekantį mėnesį" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Rodyti ankstesnį mėnesį" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Dydis:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Specialus:" @@ -2229,14 +2299,14 @@ msgstr "Minutėlę palaukite,
    kraunama..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Techninis vertimas" @@ -2264,14 +2334,14 @@ msgstr "Duomenų bazė buvo dubliuota." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Laukas tuščias, niekas neišsaugota!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Šių laukų reikšmės neteisingos:" @@ -2285,26 +2355,26 @@ msgstr "Formos duomenys negali būti sunaikinti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Importavimas nepavyko dėl:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Naujas slaptažodis ir jo patvirtinimas turi sutapti." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2313,21 +2383,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Nepavyko rasti įrašą duomenų bazėje." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Pasirinktas failas viršija maksimalų failo dydį %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2336,14 +2406,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Įkeliant failą kilo problema" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2351,14 +2421,14 @@ msgstr "Šis filtras yra bendras ir bus pašalintas visiems jei tęsite." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Šaltinis tuščias" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2373,42 +2443,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Laikas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Laiko juostos neatitikimas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Nesutampa laiko juosta" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Šiandien" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2422,14 +2492,14 @@ msgstr "Medis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2445,21 +2515,21 @@ msgstr "Neapibrėžta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Nepalaikomas valdiklis" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Nežinomas laukas %s domene %s" @@ -2480,7 +2550,7 @@ msgstr "Nežinomas tipas " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Nežinomas operatorius %s domene %s" @@ -2494,51 +2564,51 @@ msgstr "Be limito" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Neplaikomas operatorius %s domene %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Įkeliama..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Siuntimo klaida" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Įkeliama..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Numatytasis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Naudotojo laiko juosta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versija" @@ -2546,28 +2616,28 @@ msgstr "Versija" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Žiūrėti" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Užklausos laukai" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Užklausos tipas '%s' nepalaikomas vienas-su-daug ryšyje." @@ -2575,14 +2645,14 @@ msgstr "Užklausos tipas '%s' nepalaikomas vienas-su-daug ryšyje." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Įspėjimas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2595,35 +2665,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Metų savaitė" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Valdiklis '%s' neįdiegtas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Valdiklis:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Sav." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML identifikatorius:" @@ -2631,20 +2701,20 @@ msgstr "XML identifikatorius:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Taip" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Jūs negalite palikti slaptažodio lauko tuščio." @@ -2660,7 +2730,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Turite pasirinkti bent vieną įrašą." @@ -2681,7 +2751,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2725,14 +2795,14 @@ msgstr "prieš valandą" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "turi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "neturi" @@ -2746,92 +2816,12 @@ msgstr "pvz. mano įmonė" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "daugiau arba mažiau" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "daugiau" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "yra" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "yra lygus" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "nėra teigiamas" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nėra" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nėra lygus" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "tuščias" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "ne tuščias" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "yra teigiamas" +msgid "greater or equal than" +msgstr "daugiau arba mažiau" #. module: web #. openerp-web @@ -2839,14 +2829,94 @@ msgstr "yra teigiamas" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "daugiau" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "yra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "yra lygus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "nėra teigiamas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nėra" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nėra lygus" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "tuščias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "ne tuščias" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "yra teigiamas" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "mažiau arba lygu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "mažiau" @@ -2875,12 +2945,12 @@ msgstr "neteisingas numeris" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/lv.po b/addons/web/i18n/lv.po index 2cfca44f713..55e7b441eb7 100644 --- a/addons/web/i18n/lv.po +++ b/addons/web/i18n/lv.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d. no %d" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "Izveidot jaunu datu bāzi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Izveidot un Rediģēt..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "Noklusējuma valoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Dzēst" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Norobežotājs:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Vai tiešam velties dzēst %s datubāzi ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Lauki eksportam" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filtra nosaukums" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Lai iegūt vairāk informāciju, ejiet uz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Veidne" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Stunda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importēt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Valodas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "Ielādē..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Pārvaldīt filtrus" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nosaukums" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Tagad" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "Veca parole:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "Lūdzu, ievadiet iepriekšējo paroli" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "Iestatījumi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Drukāt darbplūsmu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Attiecība:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "Atjaunots" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Saglabāt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Saglabāt kā" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Meklēt" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Meklēt: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Izvēlēties" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Izvēlēties datumu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Sekcijas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Iestatīt kā noklusējumu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Laiks" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Šodien" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2432,21 +2502,21 @@ msgstr "Nenoteikts" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "Neierobežots" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versija" @@ -2533,28 +2603,28 @@ msgstr "Versija" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Skatīt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "apmēram stundu atpakaļ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "satur" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "lielāks nekā" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nav" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "ir iestatīts" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "lielāks nekā" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nav" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "ir iestatīts" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "mazāks vai vienāds par" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/mk.po b/addons/web/i18n/mk.po index 681f55acdf0..3073fd3136f 100644 --- a/addons/web/i18n/mk.po +++ b/addons/web/i18n/mk.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s приказ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d записи)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Постоечки филтер со истото име ќе биде заменет)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(нема стринг)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(без наслов)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Акции --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Филтри --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Не увезувај ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Качувањето е во тек..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "Импортирај .CSV датотека" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "Проверете го форматот на датотеката" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Креирај \"%s\"" @@ -689,7 +717,7 @@ msgstr "Креирај база на податоци" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -703,50 +731,50 @@ msgstr "Креирај нова база на податоци" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Креирај и уреди..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Креирај: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Креирано од:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Датум на Креирање:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Креиран од Корисник:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Прилагоден филтер" @@ -787,7 +815,7 @@ msgstr "Датабаза:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Види поправање#" @@ -801,50 +829,57 @@ msgstr "Стандарден јазик:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Стандардно:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Избриши" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Избриши го оваа прикачување" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Избриши ја оваа датотека" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Разделувач:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Отфрли" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Дали сакате да ја избришете датабазата: #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Дали сакате да го избришете ова прикачување" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Дали навистина сакате да го отстраните овој запис?" @@ -875,14 +910,14 @@ msgstr "Дали навистина сакате да ги отстраните #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Дали вашата датотека има наслови?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Домен:" @@ -896,15 +931,15 @@ msgstr "Не заминувај,
    се вчитува сеуште..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Готово" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Избриши" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Чистење на датабазата" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Дуплирање на датабаза" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-mail грешка" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Измени" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Уреди акција" @@ -993,14 +1028,14 @@ msgstr "Измени податоци за компанијата" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Уреди ПребарајПриказ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Уреди работен тек" @@ -1012,7 +1047,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Енкодинг:" @@ -1026,28 +1061,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Избришете го тековниот датум" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Грешка, лозинката не е сменета !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Грешка евалуација" @@ -1055,7 +1090,7 @@ msgstr "Грешка евалуација" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Извоз" @@ -1069,7 +1104,7 @@ msgstr "Експортирај ги податоците" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Формати за извоз" @@ -1083,71 +1118,71 @@ msgstr "Извези во Датотека" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Тип на експорт:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Експортирај ги сите податоци" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Полето '%s' специфицирано во приказот не може да биде пронајдено." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Поле:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Полиња Види Земи" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Полиња за извезување" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Качување на датотека" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Качи датотека" @@ -1181,21 +1216,21 @@ msgstr "Филтер" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Име на филтерот:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Име на филтер" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1210,21 +1245,28 @@ msgstr "Филтер на: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Филтри" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "За повеќе информации посетете" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1236,14 +1278,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Форма" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero Генерална Јавна Лиценца" @@ -1278,49 +1320,49 @@ msgstr "Помош" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Еве преглед на датотеката која неможевме да ја увеземе:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Час" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Слика" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Увези" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Импорт Опции" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Извоз компитабилен за увезување" @@ -1355,49 +1397,49 @@ msgstr "Погрешно име на база" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS тестови" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Јазици" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Датум на последна модификација:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Последна промена од:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Лиценцирано под" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Ставки за прескокнување" @@ -1441,7 +1483,7 @@ msgstr "Се вчитува..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1468,7 +1510,7 @@ msgstr "Одјава" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1482,15 +1524,15 @@ msgstr "Менаџирај Бази" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Управувај ги филтрите" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Управувај со Прикази" @@ -1523,21 +1565,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Метод:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Минута" @@ -1551,29 +1593,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Полиња на модел %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Изменето од:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Изменувачи:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1588,21 +1630,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Име" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Име:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Ново" @@ -1631,7 +1673,7 @@ msgstr "Нова мастер лозинка:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Следно>" @@ -1644,49 +1686,49 @@ msgid "No" msgstr "Не" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Не е пронајдена содржина за полето '%s' на '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Нема обезбедено податоци." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Јазолот [%s] не е JSONified XML јазол" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Сега" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Објект:" @@ -1698,6 +1740,13 @@ msgstr "Објект:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1705,14 +1754,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1724,9 +1773,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Во Ред" @@ -1740,32 +1789,39 @@ msgstr "Стара Лозинка:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "На промена:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Само ти" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Отвори: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1777,6 +1833,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Име на оригинална датабаза:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1822,14 +1892,14 @@ msgstr "Внесете ја вашата претходна лозинка" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1865,49 +1935,49 @@ msgstr "Нагодувања" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Печати" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Печати работен тек" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Врска:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Отстрани" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Отстрани сѐ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Едитор на ресурси" @@ -1937,88 +2007,88 @@ msgstr "Повратена" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Зачувај" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Сочувај и Затвори" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Сочувај и Нов" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Зачувај како" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Зачувај како..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Сочувај Филтер" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Сочувај како:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Зачувај го филтерот" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Зачувај стандардно" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Сочувај ја листата на полиња" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Предходно сочувани експорти" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Пребарувај" @@ -2041,50 +2111,50 @@ msgstr "Барај%(field)s за: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Барај повторно" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Пребарувај повеќе..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Барај: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Секунда" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Избери" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Одбери Д, М д" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2104,49 +2174,49 @@ msgstr "Одбери име за базата на податоци:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Одберете датум" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Одбери датум" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Избор:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Сепаратор:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Намести DD како прв ден во седмицата" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Постави како основни" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Подеси стандардно" @@ -2160,56 +2230,56 @@ msgstr "Поставување на 'id' атрибут на постоен за #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Сподели со сите корисници" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Покажи друг месец" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Покажи друга година" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Покажи го тековниот месец" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Покажи го следниот месец" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Покажи го предходниот месец" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Големина:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Специјално:" @@ -2237,14 +2307,14 @@ msgstr "Трпение, спасение,
    се вчитува..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Технички превод" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Технички превод" @@ -2272,14 +2342,14 @@ msgstr "Датабазата е дуплирана." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Полето е празно. Нема што да се зачува !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Следниве полиња се невалидни:" @@ -2293,27 +2363,27 @@ msgstr "Податоците во формуларот не може да бид #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Импортирањето е неуспешно поради:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Новата лозинка и потврдната лозинка мора да се совпаѓаат." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "o2m записот мора да биде зачуван пред да акцијата да може да се употреби" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2323,14 +2393,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Записот не може да се пронајде во датабазата." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" @@ -2339,7 +2409,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2350,14 +2420,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Проблем со вчутување на датотеката" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2366,14 +2436,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Овој ресурс е празен" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2388,42 +2458,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Време" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Грешка во временската зона" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Несовпаѓање на временска зона" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Денес" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Смени форма Изглед Outline" @@ -2437,14 +2507,14 @@ msgstr "Дрво" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Тип:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2460,21 +2530,21 @@ msgstr "Недефинирано" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Необработен додаток" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Непознато поле %s во доменот %s" @@ -2495,7 +2565,7 @@ msgstr "Непознат не-литерарен тип " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Непознат оператор %s во домен %s" @@ -2509,51 +2579,51 @@ msgstr "Неограничено" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Непподржан оператот %s во домен %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Прикачување ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Грешка при пренос" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Качување..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Користи стандардно" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Временска зона на корисникот" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Верзија" @@ -2561,28 +2631,28 @@ msgstr "Верзија" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Приказ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Погледни полиња" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Типот приказ '%s' не е поддржан во One2Many." @@ -2590,14 +2660,14 @@ msgstr "Типот приказ '%s' не е поддржан во One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Предупредување" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2610,35 +2680,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Седмица во годината" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Додаток од тип '%s' не е имплементиран" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Додаток:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Нед" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2646,20 +2716,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Да" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Не можете да оставите празна лозинка." @@ -2674,7 +2744,7 @@ msgstr "Можеби не ти се верува,
    но апликација #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Мора да одберете барем еден запис." @@ -2695,7 +2765,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2739,14 +2809,14 @@ msgstr "пред околу еден час" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "содржи" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "не содржи" @@ -2760,92 +2830,12 @@ msgstr "пр.: мојатакомпанија" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "поголемо или еднакво од" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "поголемо од" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "е" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "е еднакво на" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "е грешно" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "не е" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "не е еднакво на" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "não está definido" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "е поставено" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "е точно" +msgid "greater or equal than" +msgstr "поголемо или еднакво од" #. module: web #. openerp-web @@ -2853,14 +2843,94 @@ msgstr "е точно" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "поголемо од" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "е еднакво на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "е грешно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "не е" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "не е еднакво на" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "não está definido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "е поставено" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "е точно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "помало или еднакво од" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "помало од" @@ -2889,12 +2959,12 @@ msgstr "не е валиден број" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/mn.po b/addons/web/i18n/mn.po index d8959933c12..922a35bf5b8 100644 --- a/addons/web/i18n/mn.po +++ b/addons/web/i18n/mn.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s харагдац" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d бичлэг)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Ижил нэртэй өөр шүүлтүүр байвал дарагдана)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(тэмдэгт мөр үгүй)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(шошго үгүй)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Үйлдэл --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Шүүлтүүр --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Битгий Импортло ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Хуулалт явагдаж байна..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. .CSV файл оруулах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Файлын формат шалгах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Үүсгэх \"%s\"" @@ -689,7 +717,7 @@ msgstr "Өгөгдлийн Бааз Үүсгэх" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -703,50 +731,50 @@ msgstr "Шинэ Өгөгдлийн Бааз Үүсгэх" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Үүсгэх болон Засварлах..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Үүсгэх: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Үүсгэгч :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Үүсгэсэн Огноо:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Үүсгэсэн Хэрэглэгч:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Өөриймшүүлсэн Шүүлтүүр" @@ -787,7 +815,7 @@ msgstr "Өгөгдлийн бааз:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Задалсан Харагдац#" @@ -801,50 +829,57 @@ msgstr "Үндсэн хэл::" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Анхны Утга:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Устгах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Энэ хавсралтыг устгах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Энэ файлыг устгах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Тоочих тэмдэгт:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Хэрэгсэхгүй" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Та үнэхээр %s гэсэн өгөгдлийн санг устга #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Энэ хавсралтыг үнэхээр устгамаар байна уу ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Та энэ мэдээллийг үнэхээр устгах уу?" @@ -875,14 +910,14 @@ msgstr "Энэ бичлэгийг үнэхээр устгамаар байна #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Файл нь толгой гарчигтэй юу?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Дөмэйн:" @@ -896,15 +931,15 @@ msgstr "Одоохондоо битгий орхиорой,
    ачаалла #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Дууссан" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Устгах" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Өгөгдлийн баазыг устгаж байна" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Өгөгдлийн баазыг хувилаж байна" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Имэйл Алдаа" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Засах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Үйлдлийг Засварлах" @@ -993,14 +1028,14 @@ msgstr "Компаний өгөгдлийг засварлах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Хайх Харагдацыг Засварлах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Ажлын Урсгал Засах" @@ -1012,7 +1047,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Кодчилол:" @@ -1026,28 +1061,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Одоогийн огноог арилгах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Алдаа, нууц үг өөрчлөгдсөнгүй!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Тооцооллын Алдаа" @@ -1055,7 +1090,7 @@ msgstr "Тооцооллын Алдаа" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Экспортлох" @@ -1069,7 +1104,7 @@ msgstr "Өгөгдөл Экспортлох" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Экспортлох Формат" @@ -1083,71 +1118,71 @@ msgstr "Файл руу Экспортлох" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Экспортлох Төрөл:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Бүх Өгөгдлийг Экспортлох" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "'%s' гэсэн талбарыг заасан харагдацад олж чадсангүй" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Талбар:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Талбар Харагдац Авах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Экспортлох Талбар" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Файл ачааллах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Файл хуулах" @@ -1181,21 +1216,21 @@ msgstr "Шүүлтүүр" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Шүүлтүүрийн Нэр:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Шүүлтүүрийн нэр" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1210,21 +1245,28 @@ msgstr "Шүүтүүрдэх: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Шүүлтүүр" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Илүү их мэдэхийг хүсвэл" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1236,14 +1278,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Форм" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1278,49 +1320,49 @@ msgstr "Тусламж" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Энд импортлож чадаагүй файлын урьдчилсан харагдаж байна:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Цаг" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Зураг" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Импортлох" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Импортлох Сонголтууд" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Импортлох боломжтойгоор экспортлох" @@ -1355,49 +1397,49 @@ msgstr "Өгөгдлийн сангийн буруу нэр" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Тестүүд" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Хэлүүд" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Хамгийн Сүүлийн Засварласан Огноо:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Сүүлд Засварласан Хүн:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Лицензийн Нөхцөл" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Алгасах мөрүүд" @@ -1441,7 +1483,7 @@ msgstr "Ачааллаж байна..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1468,7 +1510,7 @@ msgstr "Гарах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1482,15 +1524,15 @@ msgstr "Өгөгдлийн Баазын Удирдлага" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Шүүлтийг Удирдах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Харагдац Удирдах" @@ -1522,21 +1564,21 @@ msgstr "F5 дарж програмыг дахин ачаалах талаар б #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Метод:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Минут" @@ -1550,29 +1592,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Модель %s талбарууд" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Засварлагч :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Засварлагч:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1587,21 +1629,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Нэр" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Нэр:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Шинэ" @@ -1630,7 +1672,7 @@ msgstr "Шинэ нууц үг:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Дараах>" @@ -1643,49 +1685,49 @@ msgid "No" msgstr "Үгүй" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "'%s' талбар '%s:%s' дээр агуулга олдсонгүй" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Өгөгдөл нийлүүлэгдээгүй байна." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "[%s] зангилаа нь JSON-чилсон XML зангилаа" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Одоо" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Объект:" @@ -1697,6 +1739,13 @@ msgstr "Объект:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1704,14 +1753,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1723,9 +1772,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1739,32 +1788,39 @@ msgstr "Хуучин нууц үг:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Өөрчлөлтөд:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Зөвхөн та" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Нээх " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1776,6 +1832,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Эх өгөгдлийн баазын нэр:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1821,14 +1891,14 @@ msgstr "Өмнөх нууц үгээ оруулна уу" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1864,49 +1934,49 @@ msgstr "Тохируулга" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Хэвлэх" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Ажлын урсгал хэвлэх" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Холбоо:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Хасах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Бүгдийг Хасах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Нөөцийн Алдаа" @@ -1936,88 +2006,88 @@ msgstr "Сэргээгдлээ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Хадгалах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Хадгалаад Хаах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Хадгалаад Шинэ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Нэрээр хадгалах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Нэрлэж хадгалах..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Шүүлтийг хадгал" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Нэрлэж хадгалах:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Идэвхтэй шүүлтүүрийг хадгалах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Үндсэн болгож хадгалах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Хадгалах талбарын жагсаалт" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Хадгалагдсан экспортууд:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Хайлт" @@ -2040,50 +2110,50 @@ msgstr "%(field)s-д хайх утга: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Дахин Хайх" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Дэлгэрүүлж Хайх..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Хайх: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Секунд" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Сонгох" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "D, M d сонгох" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2103,49 +2173,49 @@ msgstr "Өгөгдлийн баазын нэр сонгох:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Огноо сонгох" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Огноо сонго" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Сонголт:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Тусгаарлах тэмдэгт:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "DD эхний долоо хоногоор тохируулах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Үндсэн утга болгох" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Анхны Утгуудыг Тохируулах" @@ -2159,56 +2229,56 @@ msgstr "'id' аттрибютыг одоо байгаа %s бичлэг дээр #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Бүх хэрэглэгчидтэй хуваалцах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Ялгаатай сарыг харуулах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Ялгаатай жилийг харуулах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Одоогийн сарыг харуулах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Дараачийн сарыг харуулах" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Өмнөх сарыг харуулах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Хэмжээ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Тусгай:" @@ -2236,14 +2306,14 @@ msgstr "Кофе аягалж ирсэн нь дээр байх,
    учир #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Техник Орчуулга" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Техникийн орчуулга" @@ -2271,14 +2341,14 @@ msgstr "Өгөгдлийн бааз хувилагдлаа." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Талбар хоосон байна, хадгалах зүйл алга !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Дараах талбарууд буруу:" @@ -2292,13 +2362,13 @@ msgstr "Маягтын өгөгдөл хэрэгсэгдэхгүй байж ча #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Дараах шалтгаанаар импортлож чадсангүй:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" @@ -2306,7 +2376,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" @@ -2314,7 +2384,7 @@ msgstr "" "ёстой" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2323,21 +2393,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Бичлэг өгөгдлийн баазад олдсонгүй." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Сонгосон файл нь дээд хэмжээ %s-г давсан байна." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2348,14 +2418,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Файл ачааллахад алдаа гарлаа" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2363,14 +2433,14 @@ msgstr "Энэ шүүлтүүр нь нийтийнх тул үргэлжлүү #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Нөөц хоосон байна" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2385,42 +2455,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Цаг" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Цагийн бүс таарахгүй байна" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Цагийн бүс таарахгүй байна" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Өнөөдөр" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Форм Зохиомжын Бүтэцийг асааж унтраах" @@ -2434,14 +2504,14 @@ msgstr "Мод" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Төрөл:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2457,21 +2527,21 @@ msgstr "Тодорхойлогдоогүй" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Боловсруулагдаагүй widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "%s гэсэн мэдэгдэхгүй талбарын нэр %s дөмэйнд байна" @@ -2492,7 +2562,7 @@ msgstr "Үл мэдэгдэх тэмтэгт биш төрөл " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "%s гэсэн буруу %s дөмэйнд байна" @@ -2506,51 +2576,51 @@ msgstr "Хязгааргүй" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "%s гэсэн зөвшөөрөгдөөгүй оператор %s дөмэйнд байна" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Ачаалах ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Ачааллах Алдаа" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Хуулж байна..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Анхныхаараа хэрэглэгддэг" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Хэрэглэгчийн цагийн бүс" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Хувилбар" @@ -2558,28 +2628,28 @@ msgstr "Хувилбар" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Харагдац" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Талбар Харах" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "'%s' төрөлийн харагдац нь Нэг нь Олонтой дотор дэмжигдэхгүй" @@ -2587,14 +2657,14 @@ msgstr "'%s' төрөлийн харагдац нь Нэг нь Олонтой #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Анхааруулга" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2605,35 +2675,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Жилийн долоо хоног" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "'%s' төрлийн виджет хийгдээгүй" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Виджет:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Дх" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2641,20 +2711,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Тийм" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Ямарваа нууц үгийг хоосон үлдээж болохгүй" @@ -2669,7 +2739,7 @@ msgstr "Та итгэхгүй байж болох ч,
    програм үнэ #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Дор хаяж нэг бичлэг сонгох ёстой" @@ -2690,7 +2760,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2734,14 +2804,14 @@ msgstr "цаг орчмын өмнө" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "агуулсан" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "агуулаагүй" @@ -2755,92 +2825,12 @@ msgstr "ж. манайкомпани" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "их буюу тэнцүү" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "их" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "тийм бол" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "тэнцүү" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "худал бол" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "үгүй бол" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "тэнцүү биш" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "дотор байхгүй" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "дотор байх" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "үнэн бол" +msgid "greater or equal than" +msgstr "их буюу тэнцүү" #. module: web #. openerp-web @@ -2848,14 +2838,94 @@ msgstr "үнэн бол" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "их" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "тийм бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "тэнцүү" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "худал бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "үгүй бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "тэнцүү биш" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "дотор байхгүй" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "дотор байх" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "үнэн бол" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "бага буюу тэнцүү" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "бага" @@ -2884,12 +2954,12 @@ msgstr "тоо биш" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/nb.po b/addons/web/i18n/nb.po index dc62806cffe..61d56e2eaf0 100644 --- a/addons/web/i18n/nb.po +++ b/addons/web/i18n/nb.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:22+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s visning" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d poster)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Eventuelt eksisterende filter med samme navn vil bli erstattet)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ingen streng)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(ingen merking)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Handlinger --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filter --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Ikke importer ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Opplasting pågår..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "Importer en .CSV fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Sjekk filformatet ditt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Opprett \"%s\"" @@ -689,7 +717,7 @@ msgstr "Opprett database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -703,50 +731,50 @@ msgstr "Lag ny database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Lag og rediger..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Opprett: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Opprettet av :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Opprettet dato:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Opprettet av bruker:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Egendefinert filter" @@ -787,7 +815,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Feilsøkningsvisning#" @@ -801,50 +829,57 @@ msgstr "Standardspråk:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Standard:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Slett" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Slett dette vedlegget" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Slett denne filen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Skilletegn:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Forkast" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -854,14 +889,14 @@ msgstr "Vil du virkelig slette databasen: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Ønsker du virkelig å slette dette vedlegget?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Vil du virkelig slette denne posten ?" @@ -875,14 +910,14 @@ msgstr "Ønsker du virkelig å slette disse postene?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Har din fil titler?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domene:" @@ -896,15 +931,15 @@ msgstr "Ikke gå enda,
    det laster fortsatt..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Ferdig" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -927,7 +962,7 @@ msgstr "Slett" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -942,7 +977,7 @@ msgstr "Sletter database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -965,23 +1000,23 @@ msgstr "Dupliserer database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Epost feil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Rediger" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Rediger handling" @@ -993,14 +1028,14 @@ msgstr "Rediger selskapsdata" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Rediger søkevisning" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Rediger arbeidsflyt" @@ -1012,7 +1047,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Tegnkoding:" @@ -1026,28 +1061,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Slett nåværende dato" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Feil, passordet er ikke endret !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Evalueringsfeil" @@ -1055,7 +1090,7 @@ msgstr "Evalueringsfeil" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Eksporter" @@ -1069,7 +1104,7 @@ msgstr "Eksporter data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Eksporter formater" @@ -1083,71 +1118,71 @@ msgstr "Eksporter til fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Eksporttype:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Eksporter alle data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Felt '%s' spesifisert i visning ble ikke funnet." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Felt:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Felt Vis Hent" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Felter å eksportere" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Filopplasting" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Last opp fil" @@ -1181,21 +1216,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filternavn:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filternavn" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1210,21 +1245,28 @@ msgstr "Filtrer på: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "For mer informasjon, besøk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1236,14 +1278,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Skjema" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1278,49 +1320,49 @@ msgstr "Hjelp" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Her er en forhåndsvisning av filen vi ikke kunne importere:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Time" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Bilde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importer" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Alternativer for import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Import-kompatibel eksport" @@ -1355,49 +1397,49 @@ msgstr "Ugyldig databasenavn" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Tester" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Språk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Siste endring:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Sist endret av:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Lisensiert under vilkårene i" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linjer å hoppe over" @@ -1441,7 +1483,7 @@ msgstr "Laster inn …" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1468,7 +1510,7 @@ msgstr "Logg av" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O søkefelt kan for øyeblikket ikke håndtere flere standardverdier" @@ -1480,15 +1522,15 @@ msgstr "Administrer databaser" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Administrer filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Administrer visninger" @@ -1520,21 +1562,21 @@ msgstr "Du bør antageligvis vurdere å laste siden på nytt ved å trykke F5... #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metode:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minutt" @@ -1548,29 +1590,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modeller %s felt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Endret av:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifikatorer:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1585,21 +1627,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Navn" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Navn:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Ny" @@ -1628,7 +1670,7 @@ msgstr "Nytt hovedpassord:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Neste>" @@ -1641,49 +1683,49 @@ msgid "No" msgstr "Nei" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Ingen data funnet for felt '%s' i '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Ingen data tilgjengelig." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] er ikke en JSONifisert XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Nå" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1695,6 +1737,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1702,14 +1751,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1721,9 +1770,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1737,32 +1786,39 @@ msgstr "Gammelt passord:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Ved endring:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Bare deg" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Åpne: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1774,6 +1830,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Opprinnelig databasenavn:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1819,14 +1889,14 @@ msgstr "Skriv inn ditt gamle passord" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1862,49 +1932,49 @@ msgstr "Brukervalg" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Skriv ut" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Skriv ut arbeidsflyt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relasjon:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Fjern" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Fjern alle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Ressursfeil" @@ -1934,88 +2004,88 @@ msgstr "Gjenopprettet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Lagre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Lagre og lukk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Lagre & Ny" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Lagre som" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Lagre som..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Lagre filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Lagre som:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Lagre nåværende filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Lagre som standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Lagre feltliste" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Lagrede eksporter:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Søk" @@ -2038,50 +2108,50 @@ msgstr "Søk %(field)s for: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Søk igjen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Søk mer..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Søk: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekund" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Velg" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Velg D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2101,49 +2171,49 @@ msgstr "Velg et databasenavn:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Velg en dato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Velg dato" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Utvalg:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Set DD som første ukedag" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Sett som Standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Sett til standardverdier" @@ -2157,56 +2227,56 @@ msgstr "Setter 'id' attributt på eksisterende oppføring %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Del med alle brukere" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Vis en annen måned" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Vis et annet år" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Vis nåværende måned" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Vis neste måned" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Vis forrige måned" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Størrelse:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Spesiell:" @@ -2234,14 +2304,14 @@ msgstr "Ta deg en kaffepause,
    vi laster inn..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Teknisk oversettelse" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Teknisk oversettelse" @@ -2269,14 +2339,14 @@ msgstr "Databasen har blitt duplisert." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Feltet er tomt, det er ingenting å lagre !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Følgende felt er ugyldige:" @@ -2290,26 +2360,26 @@ msgstr "Skjemaets data kan ikke forkastes" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Importen mislyktes på grunn av:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Det nye passordet og bekreftelsen må være identisk." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "en-til-mange posten må lagres før en handling kan kjøres" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2317,21 +2387,21 @@ msgstr "Det gamle passordet du oppga er feil, passordet ble ikke endret." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Posten ble ikke funnet i databasen." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Den valgte filen har overskredet maks filstørrelse på %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Det oppstod et problem under opplasting av filen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2358,14 +2428,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Denne ressursen er tom" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2380,42 +2450,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Tid" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Tidssoner samsvarer ikke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Uoverenstemmelse mellom tidssoner" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "I dag." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Skru av/på skjema layout utlinjer" @@ -2429,14 +2499,14 @@ msgstr "Tre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2452,21 +2522,21 @@ msgstr "Ikke definert" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Uhåndtert widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Ukjent felt %s i domene %s" @@ -2487,7 +2557,7 @@ msgstr "Ukjent type " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Ukjent operator %s i domene %s" @@ -2501,51 +2571,51 @@ msgstr "Ubegrenset" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Ustøttet operatør % s i domenet %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Laster opp ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Feil under opplasting" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Laster opp..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Bruk som standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Brukerens tidssone" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versjon" @@ -2553,28 +2623,28 @@ msgstr "Versjon" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vis" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Vis felt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "visningstype '%s' er ikke støttet i en-til-mange." @@ -2582,14 +2652,14 @@ msgstr "visningstype '%s' er ikke støttet i en-til-mange." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Advarsel" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2602,35 +2672,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Ukenummer" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget type '%s' er ikke implementert" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Uke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2638,20 +2708,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Du kan ikke ha tomme passord." @@ -2668,7 +2738,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Du må velge minst en post." @@ -2689,7 +2759,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2733,14 +2803,14 @@ msgstr "omtrent en time siden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "inneholder" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "inneholder ikke" @@ -2754,92 +2824,12 @@ msgstr "f.eks mittfirma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "større enn eller lik" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "større enn" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "er" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "er lik" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "er usann" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "er ikke" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "er ulik" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "er ikke satt" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "er satt" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "er sann" +msgid "greater or equal than" +msgstr "større enn eller lik" #. module: web #. openerp-web @@ -2847,14 +2837,94 @@ msgstr "er sann" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "større enn" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "er" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "er lik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "er usann" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "er ikke" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "er ulik" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "er ikke satt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "er satt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "er sann" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "Mindre enn eller lik" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "mindre enn" @@ -2883,12 +2953,12 @@ msgstr "ikke et gyldig tall" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/nl.po b/addons/web/i18n/nl.po index aaee588c0bf..5b0cc44bc00 100644 --- a/addons/web/i18n/nl.po +++ b/addons/web/i18n/nl.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-20 07:22+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:37+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:54+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s weergave" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -161,77 +161,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Een bestaand filter met dezelfde naam wordt vervangen)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "(Voormalig OpenERP)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(no string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acties --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filters --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Niet importeren ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Upload is bezig..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importeer een .CSV bestand" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "1367 Grand-Rosière" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Controleer uw bestandsformaat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Aanmaken \"%s\"" @@ -690,7 +718,7 @@ msgstr "Database aanmaken" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Maak %s aan" @@ -704,50 +732,50 @@ msgstr "Aanmaken nieuwe database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Aanmaken en Bewerken..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Maak aan en bewerk" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Maken: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Aangemaakt door:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Aanmaakdatum:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Gebruiker aanmaken:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Aangepast filter" @@ -788,7 +816,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug weergave#" @@ -802,50 +830,57 @@ msgstr "Standaardtaal:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Standaard:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Wis deze bijlage" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Dit bestand verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Veldscheidingsteken:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Negeren" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "Ontdek Odoo evenementen over de gehele wereld..." + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -855,14 +890,14 @@ msgstr "Weet u zeker dat u database %s wilt verwijderen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Weet u zeker dat u deze bijlage wilt verwijderen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Wilt u dit record werkelijk verwijderen?" @@ -876,14 +911,14 @@ msgstr "Wilt u deze records werkelijk verwijderen?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Heeft uw bestand titels?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domein:" @@ -897,15 +932,15 @@ msgstr "Nog niet weggaan,
    het systeem is nog steeds aan het laden..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Gereed" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -928,7 +963,7 @@ msgstr "Verwijderen" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -943,7 +978,7 @@ msgstr "Database verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -966,23 +1001,23 @@ msgstr "Dupliceer database" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-mail fout" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Wijzigen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Bewerkingsactie" @@ -994,14 +1029,14 @@ msgstr "Bedrijfsgegevens bewerken." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Bewerk zoekweergave" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Workflow wijzigen" @@ -1013,7 +1048,7 @@ msgstr "E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codering:" @@ -1027,28 +1062,28 @@ msgstr "Beëindig deze tutorial" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Wis de huidige datum" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Fout" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Fout, uw wachtwoord is niet gewijzigd!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Evaluatie fout" @@ -1056,7 +1091,7 @@ msgstr "Evaluatie fout" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exporteren" @@ -1070,7 +1105,7 @@ msgstr "Gegevens exporteren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Export Formaten" @@ -1084,35 +1119,35 @@ msgstr "Exporteer naar bestand" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Soort export:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Alle gegevens exporteren" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Fout opgetreden bij zoek criteria" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Favorieten" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" @@ -1120,36 +1155,36 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Veld:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Veldweergave 'Get'" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Te exporteren velden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Bestand uploaden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Bestand uploaden" @@ -1187,21 +1222,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filternaam:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filternaam" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "Filter name is vereist." @@ -1216,21 +1251,28 @@ msgstr "Filter op: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filters" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "Volg ons..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Voor meer informatie bezoek" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1242,14 +1284,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulier" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1284,49 +1326,49 @@ msgstr "Help" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Hier is een voorbeeld van het bestand dat we niet konden importeren:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Uur" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Afbeelding" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importeren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importeeropties" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Import Compatibele Export" @@ -1361,49 +1403,49 @@ msgstr "Ongeldige database naam" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testen" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Talen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Laatst datum aangepast:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Laatst aangepast door:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Gelicentieerd onder voorwaarden van" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Regels om over te slaan" @@ -1447,7 +1489,7 @@ msgstr "Laden..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1474,7 +1516,7 @@ msgstr "Afmelden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O zoek velden kunnen momenteel geen meerdere standaard waardes aan" @@ -1486,15 +1528,15 @@ msgstr "Beheer databases" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Filters beheren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Weergaves beheren" @@ -1527,21 +1569,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metadata (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Method:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuut" @@ -1555,29 +1597,29 @@ msgstr "Modus:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s velden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Aangepast door:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificatoren:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1592,21 +1634,21 @@ msgstr "Mijn Odoo.com account" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Naam" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Naam:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nieuw" @@ -1635,7 +1677,7 @@ msgstr "Nieuw hoofdwachtwoord:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr ">Volgende" @@ -1648,49 +1690,49 @@ msgid "No" msgstr "Nee" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Geen inhoud gevonden voor veld '%s' bij '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Geen gegevens ingevoerd" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Geen resultaten weergegeven" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "Geen waarde gevonden voor het veld voor waarde " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] is geen JSONified XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Nu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Object:" @@ -1702,6 +1744,13 @@ msgstr "Object:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "Odoo (Voormalig OpenERP)" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1709,14 +1758,14 @@ msgstr "Odoo Web Testen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo is een handelsmerk van" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1728,9 +1777,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1744,32 +1793,39 @@ msgstr "Oud wachtwoord:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Bij wijziging" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Alleen u" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Open: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "OpenERP S.A." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA" @@ -1781,6 +1837,20 @@ msgstr "OpenERP SA" msgid "Original database name:" msgstr "Naam originele database:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "Onze volgende evenmenten" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "Onze website" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1826,14 +1896,14 @@ msgstr "Geef uw vorige wachtwoord in" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "Merk op dat alleen de geselecteerde id's worden geëxporteerd." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1871,49 +1941,49 @@ msgstr "Voorkeuren" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Afdrukken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Afdrukken Workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relatie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Alles verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Renderen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Resource fout" @@ -1943,88 +2013,88 @@ msgstr "Teruggezet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Opslaan & Sluiten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Opslaan & Nieuw" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Opslaan als" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Opslaan als..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Filter opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Opslaan als:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Huidig filter opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Opslaan als standaard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Veldenlijst opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Opgeslagen exports:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Zoeken" @@ -2047,50 +2117,50 @@ msgstr "Zoek %(field)s naar: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Opnieuw zoeken" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Zoek meer..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Zoeken: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Seconde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Kies" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Selecteer D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2109,49 +2179,49 @@ msgstr "Selecteer een database naam:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Selecteer een datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Selecteer datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selectie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Scheidingsteken:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Stel DD in als eerste dag van de week" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Als standaard instellen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Instellen standaardwaarden" @@ -2165,56 +2235,56 @@ msgstr "Instellen van 'id' attribute op bestaand record %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Deel met alle gebruikers" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Weergeven andere maand" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Weergeven ander jaar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Weergeven huidige maand" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Weergeven volgende maand" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Weergeven vorige maand" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Grootte:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Speciaal:" @@ -2243,14 +2313,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Technische vertaling" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technische vertaling" @@ -2278,14 +2348,14 @@ msgstr "De database is gedupliceerd." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Het veld is leeg. Er is niets om op te slaan!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "De volgende velden zijn ongeldig:" @@ -2299,20 +2369,20 @@ msgstr "De gegevens van het formulier kunnen niet worden verwijderd." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Importeren mislukt wegens:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Het nieuwe wachtwoord en haar bevestiging moeten identiek zijn." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" @@ -2320,7 +2390,7 @@ msgstr "" "gebruikt" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2330,14 +2400,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Het record kan niet worden gevonden in de database." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" @@ -2345,7 +2415,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2356,14 +2426,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Er is een probleem met het uploaden van uw bestand." #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2373,14 +2443,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Deze resource is leeg" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2395,42 +2465,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Tijd" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Tijdzone komt niet overeen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Tijdzone fout" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Vandaag" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Aanzetten Dropdown" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Wissel schermweergave" @@ -2444,14 +2514,14 @@ msgstr "Lijst" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Soort:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2467,21 +2537,21 @@ msgstr "Niet gedefinieerd" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Niet-verwerkte widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Onbekend" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Onbekend veld %s in domein %s" @@ -2502,7 +2572,7 @@ msgstr "Onbekend nonliteral type " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Onbekend operator% s in domein% s" @@ -2516,51 +2586,51 @@ msgstr "Onbeperkt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Niet ondersteunde operator %s in domein %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Uploaden ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Upload fout" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Uploaden..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Gebruik als standaard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Gebruikers tijdzone" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versie" @@ -2568,28 +2638,28 @@ msgstr "Versie" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Weergave" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Weergeven velden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "Bekijk medata" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Weergave type '%s' wordt niet ondersteund in One2Many." @@ -2597,14 +2667,14 @@ msgstr "Weergave type '%s' wordt niet ondersteund in One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Waarschuwing" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2617,35 +2687,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Week van het jaar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget type '%s' is niet geïmplementeerd" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2653,21 +2723,21 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" "U maakt een nieuwe %s aan, weet u dit zeker als deze nog niet bestaat?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Het is niet toegestaan om de wachtwoord velden leeg te laten." @@ -2684,7 +2754,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "U moet tenminste één record kiezen." @@ -2705,7 +2775,7 @@ msgstr "Uw Odoo sessie is verlopen. Ververs aub de huidige webpagina." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2749,14 +2819,14 @@ msgstr "ongeveer 1 uur geleden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "bevat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "bevat niet" @@ -2770,92 +2840,12 @@ msgstr "bijv. mijnbedrijf" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "is groter of gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "is groter dan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "is" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "is gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "is onwaar" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "is niet" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "is niet gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "is niet ingesteld" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "is ingesteld" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "is waar" +msgid "greater or equal than" +msgstr "is groter of gelijk aan" #. module: web #. openerp-web @@ -2863,14 +2853,94 @@ msgstr "is waar" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "is groter dan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "is" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "is gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "is onwaar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "is niet" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "is niet gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "is niet ingesteld" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "is ingesteld" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "is waar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "is kleiner of gelijk aan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "kleiner dan" @@ -2899,12 +2969,12 @@ msgstr "geen geldig getal" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/nl_BE.po b/addons/web/i18n/nl_BE.po index 301872abeb9..c8c3ffae046 100644 --- a/addons/web/i18n/nl_BE.po +++ b/addons/web/i18n/nl_BE.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s weergave" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d records)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Bestaande filters met dezelfde naam worden overschreven)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(geen string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(geenlabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acties --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Niet importeren ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Uploaden is bezig..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importeer een .CSV bestand" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Controleer uw bestandsformaat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Maken \"%s\"" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Maken en bewerken..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Maken: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Creatiedatum:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Maker:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Aangepast filter" @@ -784,7 +812,7 @@ msgstr "Database:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Foutopsporingsweergave" @@ -798,50 +826,57 @@ msgstr "Standaard taal:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Standaard:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Verwijder" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Deze bijlage verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Veld begrenzing" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Weet u zeker dat u de database %s wilt verwijderen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Weet u zeker dat u deze bijlage wilt verwijderen?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Wilt u dit record echt verwijderen?" @@ -872,14 +907,14 @@ msgstr "Weet u zeker dat u deze records wilt verwijderen?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Heeft uw bestand een hoofding ?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domein:" @@ -893,15 +928,15 @@ msgstr "Geef het nog niet op,
    nog steeds aan het laden..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Drop" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Bewerken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Actie bewerken" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Zoekweergave bewerken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Workflow bewerken" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Encodering:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exporteren" @@ -1066,7 +1101,7 @@ msgstr "Gegevens exporteren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Export formaten" @@ -1080,71 +1115,71 @@ msgstr "Naar bestand exporteren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Export Type:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Alles exporteren" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Veld '%s' in weergave kon niet worden gevonden." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Veld:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Veldweergave" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Te exporteren velden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Bestand upload" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Bestand uploaden" @@ -1178,21 +1213,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filternaam:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filternaam" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filter op: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Bezoek voor meer informatie" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulier" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Hier is een voorbeeld van het bestand dat we niet konden importeren:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Afbeelding" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importeren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Import opties" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importcompatibele export" @@ -1352,49 +1394,49 @@ msgstr "Ongeldige databasenaam" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS-testen" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Talen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Datum laatste aanpassing:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Laatst aangepast door:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Gelicensieërd onder de voorwaarden van" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Aantal lijnen overslaan" @@ -1438,7 +1480,7 @@ msgstr "Laden..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1461,7 +1503,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O-zoekvelden kunnen meerdere standaardwaarden momenteel niet aan" @@ -1473,15 +1515,15 @@ msgstr "Beheer databases" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Filters beheren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Weergaven beheren" @@ -1513,21 +1555,21 @@ msgstr "Probeer de toepassing eens opnieuw te laden door op F5 te drukken..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Methode:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1541,29 +1583,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s velden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1578,21 +1620,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Naam" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Naam:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1621,7 +1663,7 @@ msgstr "Nieuw master wachtwoord:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1634,49 +1676,49 @@ msgid "No" msgstr "Nee" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1688,6 +1730,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1695,14 +1744,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1714,9 +1763,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1730,32 +1779,39 @@ msgstr "Huidig wachtwoord:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Bij wijzigen:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Alleen u" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1767,6 +1823,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Oorspronkelijke databasenaam:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1812,14 +1882,14 @@ msgstr "Geef uw vorige wachtwoord in" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1855,49 +1925,49 @@ msgstr "Voorkeuren" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Afdrukken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Workflow afdrukken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relatie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Alles verwijderen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1927,88 +1997,88 @@ msgstr "Teruggezet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Opslaan & Sluiten" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Opslaan & Nieuwe" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Opslaan als" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Opslaan als..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Filter opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Opslaan als:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Huidig filter opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Opslaan als standaard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Export definitie opslaan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Export definities" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2031,50 +2101,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Verder zoeken..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Zoeken: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Selecteer" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2093,49 +2163,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Datum selecteren" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selectie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Scheidingsteken" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Standaardwaarde instellen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2149,56 +2219,56 @@ msgstr "'id'-attribuut instellen voor bestaand record %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Met alle gebruikers delen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Grootte:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Speciaal:" @@ -2227,14 +2297,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Technische vertaling" @@ -2262,14 +2332,14 @@ msgstr "De database is gekopieërd." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Het veld is leeg. Er is niets om op te slaan." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "De volgende velden zijn ongeldig:" @@ -2283,20 +2353,20 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "De import is niet gelukt omdat:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" @@ -2304,7 +2374,7 @@ msgstr "" "gebruikt." #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2312,14 +2382,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" @@ -2327,7 +2397,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2336,14 +2406,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2351,14 +2421,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2373,42 +2443,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Schermweergave wisselen" @@ -2422,14 +2492,14 @@ msgstr "Boomstructuur" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2445,21 +2515,21 @@ msgstr "Onbepaald" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Niet-verwerkbare widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Onbekend veld %s in domein %s" @@ -2480,7 +2550,7 @@ msgstr "Onbekend nonliteral type " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Onbekende operator %s in domein %s" @@ -2494,51 +2564,51 @@ msgstr "Onbeperkt" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Niet ondersteunde operator %s in domein %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Uploaden ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Bezig met uploaden..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Als standaard gebruiken" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versie" @@ -2546,28 +2616,28 @@ msgstr "Versie" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Weergave" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Velden weergeven" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Weergavetype '%s' wordt niet ondersteund in One2Many." @@ -2575,14 +2645,14 @@ msgstr "Weergavetype '%s' wordt niet ondersteund in One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Waarschuwing" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2595,35 +2665,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget type '%s' is niet geïmplementeerd" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2631,20 +2701,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "U moet beide wachtwoord velden verplicht invullen." @@ -2661,7 +2731,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "U moet minstens een record selecteren." @@ -2682,7 +2752,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2724,14 +2794,14 @@ msgstr "ongeveer 1 uur geleden" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "bevat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "bevat niet" @@ -2745,92 +2815,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "is groter of gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "is groter dan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "is gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "is gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "is onwaar" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "is niet gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "is niet gelijk aan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "is waar" +msgid "greater or equal than" +msgstr "is groter of gelijk aan" #. module: web #. openerp-web @@ -2838,14 +2828,94 @@ msgstr "is waar" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "is groter dan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "is gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "is gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "is onwaar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "is niet gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "is niet gelijk aan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "is waar" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "is kleiner dan of gelijk aan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "is kleiner dan" @@ -2874,12 +2944,12 @@ msgstr "geen geldig getal" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/pl.po b/addons/web/i18n/pl.po index a0ab727a340..17c2610dc99 100644 --- a/addons/web/i18n/pl.po +++ b/addons/web/i18n/pl.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 11:40+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:29+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Widok %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d rekordów)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Każdy filtr o tej samej nazwie zostanie zamazany)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(no string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Akcje --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtry --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Nie importuj ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Wysyłanie..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importuj plik .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Sprawdź format pliku" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Utwórz \"%s\"" @@ -688,7 +716,7 @@ msgstr "Utwórz bazę danych" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Utwórz %s" @@ -702,50 +730,50 @@ msgstr "Utwórz nową bazę" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Utwórz i Edytuj..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Utwórz i edytuj" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Utwórz: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Utworzone przez:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Data utworzenia:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Użytkownik tworzący:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Własny filtr" @@ -786,7 +814,7 @@ msgstr "Baza danych:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Widok debugowania#" @@ -800,50 +828,57 @@ msgstr "Domyślny język:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Domyślne:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Usuń" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Usuń ten załącznik" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Usuń plik" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Znak dziesiętny:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Odrzuć" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "Jesteś pewny że chcesz usunąć bazę danych: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Na pewno chcesz usunąć ten załącznik?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Na pewno chcesz usunąć ten rekord?" @@ -874,14 +909,14 @@ msgstr "Chcesz usunąć te rekordy?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Czy plik zawiera nazwy pól?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domena:" @@ -895,15 +930,15 @@ msgstr "Nie wychodź jeszcze,
    ciągle pobieram..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Gotowe" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "Usuń bazę danych" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "Usuwanie bazy" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "Duplikowanie bazy danych" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "błąd E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Edytuj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Edytuj czynność" @@ -992,14 +1027,14 @@ msgstr "Zmień dane Firmy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Edytuj widok szukania" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Edytuj obieg" @@ -1011,7 +1046,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kodowanie:" @@ -1025,28 +1060,28 @@ msgstr "Zakończ zamouczek" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Usuń aktualną datę" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Błąd" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Błąd, hasło niezmienione !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Błąd wyliczenia" @@ -1054,7 +1089,7 @@ msgstr "Błąd wyliczenia" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Eksportuj" @@ -1068,7 +1103,7 @@ msgstr "Eksport danych" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Format eksportu" @@ -1082,71 +1117,71 @@ msgstr "Eksport do pliku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Typ eksportu:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Eksportuj wszystkie dane" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Nie można obliczyć kryteriów wyszukiwania" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Ulubione" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Pole '%s' podane w widoku nie może być odnalezione." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Pole:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Pobierz widok pól" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Pola do eksportu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Wyślij plik" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Wysyłanie pliku" @@ -1180,21 +1215,21 @@ msgstr "Filtr" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nazwa filtra:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nazwa filtru" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "Wymagana jest nazwa filtra" @@ -1209,21 +1244,28 @@ msgstr "Filtr na: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtry" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Więcej informacji na" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1235,14 +1277,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formularz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1277,49 +1319,49 @@ msgstr "Help" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Oto podgląd pliku, którego nie można zaimportować:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Godzina" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Obrazek" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importuj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opcje importu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Eksport kompatybilny z importem" @@ -1354,49 +1396,49 @@ msgstr "Niedozwolona nazwa bazy" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Testy JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Języki" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Data ostatniej modyfikacji:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Ostatnio modyfikowano przez:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licencjonowane na zasadach" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linie do pominięcia" @@ -1440,7 +1482,7 @@ msgstr "Pobieranie..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1467,7 +1509,7 @@ msgstr "Wyloguj" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1480,15 +1522,15 @@ msgstr "Zarządzaj bazami" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Zarządzaj filtrami" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Widoki" @@ -1520,21 +1562,21 @@ msgstr "Może powinieneś przeładować aplikację naciskając F5..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuta" @@ -1548,29 +1590,29 @@ msgstr "Tryb:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Pola modelu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Zmodyfikowane przez:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modyfikatorzy:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1585,21 +1627,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nazwa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nazwa:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nowe" @@ -1628,7 +1670,7 @@ msgstr "Nowe hasło nadrzędne:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Następny>" @@ -1641,49 +1683,49 @@ msgid "No" msgstr "Nie" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nie znaleziono zawartości dla pola '%s' w '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nie dostarczono danych" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Brak wyników do pokazania" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "Nie znaleziono wartości dla pola o wartości " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Węzeł [%s] nie jest węzłem JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Teraz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Obiekt:" @@ -1695,6 +1737,13 @@ msgstr "Obiekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1702,14 +1751,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1721,9 +1770,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1737,32 +1786,39 @@ msgstr "Poprzednie hasło:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Przy zmianie:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Tylko ty" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Otwarte: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1774,6 +1830,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Oryginalna nazwa bazy:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1819,14 +1889,14 @@ msgstr "Wpisz twoje poprzednie hasło" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "Zwróć uwagę, że tylko zaznaczone rekordy będą wyeksportowane." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1864,49 +1934,49 @@ msgstr "Preferencje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Drukuj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Drukuj obieg" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Powiązania:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Usuń" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Usuń wszystko" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Renderuj" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Błąd zasosobu" @@ -1936,88 +2006,88 @@ msgstr "Odtworzone" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Zapisz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Zapisz i zamknij" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Zapisz i nowy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Zapisz jako" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Zapisz jako..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Zapisz filtr" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Zapisz jako:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Zapisz bieżący filtr" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Zapisz jako domyślne" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Zapisz listę pól" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Zapisane eksporty" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Szukanie" @@ -2040,50 +2110,50 @@ msgstr "W %(field)s szukaj: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Szukaj ponownie" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Szukaj dalej..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Szukaj: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekunda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Wybierz" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Wybierz D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2102,49 +2172,49 @@ msgstr "Wybierz nazwę bazy danych:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Wybierz datę" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Wybierz datę" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Wybór:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Ustaw DD jako pierwszy dzień tygodnia" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Ustaw jako domyślny" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Ustaw domyślne" @@ -2158,56 +2228,56 @@ msgstr "Ustawianie atrybutu 'id' na istniejącym rekordzie %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Współdziel z wszystkimi użytkownikami" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Pokaż inny miesiąc" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Pokaż inny rok" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Pokaż obecny miesiąc" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Pokaż następny miesiąc" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Pokaż poprzedni miesiąc" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Rozmiar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Specjalne:" @@ -2235,14 +2305,14 @@ msgstr "Przerwa na kawę,
    pobieranie potrwa..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Tłumaczenie techniczne" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tłumaczenie techniczne" @@ -2270,14 +2340,14 @@ msgstr "Baza została zduplikowana" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Pole jest puste. Nie ma nic do zapisania !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Nastęþujące pola sa niepoprawne:" @@ -2291,26 +2361,26 @@ msgstr "Dane formularza nie mogą być usunięte" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Import się nie udał z powodu:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Nowe hasło i jego potwierdzenie muszą być jednakowe." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "Rekord o2m musi być zapisany, aby akcja mogła zadziałać" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2319,21 +2389,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Nie można odnaleźć pola w bazie" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Wybrany plik przekracza maksymalny rozmiar %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2344,14 +2414,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Pojawił się problem przy wysyłaniu pliku" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2361,14 +2431,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Ten zasób jest pusty" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2383,42 +2453,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Godzina" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Niezgodność stref czasowych" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Niezgodność stref czasowych" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Dziś" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Przełącz rozwijanie" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Przełącz układ formularza" @@ -2432,14 +2502,14 @@ msgstr "Drzewo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Typ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2455,21 +2525,21 @@ msgstr "Niezdefiniowany" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Nieobsługiwana kontrolka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Nieznane" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Nieznane pole %s w domenie %s" @@ -2490,7 +2560,7 @@ msgstr "Nieznany typ nonliteral " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Nieznany operator %s w domenie %s" @@ -2504,51 +2574,51 @@ msgstr "Bez ograniczeń" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Nieobsługiwany operator %s w domenie %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Wysyłam..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Błąd ładowania" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Wysyłanie..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Stosuj domyślnie" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Strefa czasowa użytkownika" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Wersja" @@ -2556,28 +2626,28 @@ msgstr "Wersja" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Widok" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Pola widoku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Typ widoku '%s' jest nieobsługiwany w One2Many." @@ -2585,14 +2655,14 @@ msgstr "Typ widoku '%s' jest nieobsługiwany w One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Ostrzeżenie" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2605,35 +2675,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Tydzień roku" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Kontrolka typu '%s' jest niezaimplementowana" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Kontrolka:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Tydzień" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2641,20 +2711,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Tak" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "Tworzysz nowe %s, jesteś pewien, że nie istnieje?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "hasło nie może być puste" @@ -2669,7 +2739,7 @@ msgstr "Może nie wierzysz,
    ale aplikacja ciągle się pobiera..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Musisz wybrać co najmniej jeden rekord." @@ -2690,7 +2760,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2733,14 +2803,14 @@ msgstr "około godziny temu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "zawiera" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "nie zawiera" @@ -2754,92 +2824,12 @@ msgstr "n.p.: mojafirma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "równe lub wieksze niż" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "większe niż" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "jest" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "jest równe" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "nie jest prawdą" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nie jest" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nie jest równe" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "nie jest ustawione" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "jest ustawione" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "jest prawdą" +msgid "greater or equal than" +msgstr "równe lub wieksze niż" #. module: web #. openerp-web @@ -2847,14 +2837,94 @@ msgstr "jest prawdą" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "większe niż" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "jest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "jest równe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "nie jest prawdą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nie jest" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nie jest równe" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "nie jest ustawione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "jest ustawione" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "jest prawdą" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "równe lub mniejsze niż" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "mniejsze niż" @@ -2883,12 +2953,12 @@ msgstr "niedozwolona liczba" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/pt.po b/addons/web/i18n/pt.po index b9a7fcc5dd1..a502df73d7a 100644 --- a/addons/web/i18n/pt.po +++ b/addons/web/i18n/pt.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-16 13:51+0000\n" -"Last-Translator: Opencloud - PT \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-02 22:08+0000\n" +"Last-Translator: Luis Frederico Brito Antunes \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:29+0000\n" +"X-Launchpad-Export-Date: 2014-10-03 06:28+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Vista de %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -162,77 +162,91 @@ msgstr "(%d registos)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(filtros existentes com esse nome serão substituídos)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sem texto)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sem rótulo)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Ações --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Não importar ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Transferência em progresso..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importar um ficheiro .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Verifique o formato do ficheiro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Criar \"%s\"" @@ -691,7 +719,7 @@ msgstr "Criar base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Criar um %s" @@ -705,50 +733,50 @@ msgstr "Criar uma Nova Base de Dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Criar e editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Criar e editar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Criar: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Criado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Data de criação:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Utilizador de criação:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro personalizado" @@ -789,7 +817,7 @@ msgstr "Base de dados:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Vista de Depuração#" @@ -803,50 +831,57 @@ msgstr "Idioma predefinido:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Padrão:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Eliminar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Apagar este anexo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Apagar este ficheiro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -856,14 +891,14 @@ msgstr "Quer mesmo apagar a base de dados: %s?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Quer mesmo apagar este anexo?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Quer realmente eliminar este registo?" @@ -877,14 +912,14 @@ msgstr "Quer mesmo remover estes registos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "O ficheiro tem títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domínio:" @@ -894,19 +929,19 @@ msgstr "Domínio:" #: code:addons/web/static/src/js/core.js:704 #, python-format msgid "Don't leave yet,
    it's still loading..." -msgstr "Não se vá embora já
    porque ainda está carregando..." +msgstr "Não se vá embora já
    porque ainda está a carregar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Concluído" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -929,7 +964,7 @@ msgstr "Apagar" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -944,7 +979,7 @@ msgstr "Eliminando a base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -967,23 +1002,23 @@ msgstr "Duplicando a base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Erro no e-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar ação" @@ -995,14 +1030,14 @@ msgstr "Editar dados da empresa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar vista de pesquisa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar fluxo de trabalho" @@ -1014,7 +1049,7 @@ msgstr "Email" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificação:" @@ -1028,28 +1063,28 @@ msgstr "Terminar este tutorial" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Apagar data atual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Erro" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Erro, a senha não foi alterada!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Erro de avaliação" @@ -1057,7 +1092,7 @@ msgstr "Erro de avaliação" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1071,7 +1106,7 @@ msgstr "Exportar dados" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de exportação" @@ -1085,71 +1120,71 @@ msgstr "Exportar para ficheiro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de exportação:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos os dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Não foi possível avaliar os termos da pesquisa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Favoritos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Campo '%s' especificado na vista não foi encontrado." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Obter vista dos campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos a exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Carregar ficheiro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Transferência de ficheiro" @@ -1190,21 +1225,21 @@ msgstr "Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nome do filtro:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nome do filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "É obrigatório o nome de um filtro." @@ -1219,21 +1254,28 @@ msgstr "Filtrar em: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para mais informações visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1245,14 +1287,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulário" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "Licença Pública Geral GNU Affero" @@ -1287,49 +1329,49 @@ msgstr "Ajuda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Aqui está uma pré-visualização do ficheiro que não foi importado:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imagem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opções de importação" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Exportação compatível com importação" @@ -1365,49 +1407,49 @@ msgstr "Nome de base de dados inválido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Testes JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Idiomas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Data da modificação mais recente:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Modificação mais recente por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin-1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenciado sob os termos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linhas a ignorar" @@ -1432,14 +1474,14 @@ msgstr "Carregar dados de demonstração:" #: code:addons/web/static/src/js/chrome.js:394 #, python-format msgid "Loading" -msgstr "Carregando" +msgstr "A carregar" #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:392 #, python-format msgid "Loading (%d)" -msgstr "Carregando (%d)" +msgstr "A carregar (%d)" #. module: web #. openerp-web @@ -1447,11 +1489,11 @@ msgstr "Carregando (%d)" #: code:addons/web/static/src/xml/base.xml:9 #, python-format msgid "Loading..." -msgstr "Carregando..." +msgstr "A carregar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1478,7 +1520,7 @@ msgstr "Terminar sessão" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1492,15 +1534,15 @@ msgstr "Gerir bases de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gerir filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gerir vistas" @@ -1532,21 +1574,21 @@ msgstr "Talvez deva pensar em recarregar a aplicação carregando em F5..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metadata (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuto" @@ -1560,29 +1602,29 @@ msgstr "Modo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Campos %s modelo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1597,21 +1639,21 @@ msgstr "Minha conta no Odoo.com" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nome" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nome:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Novo" @@ -1640,7 +1682,7 @@ msgstr "Nova senha de administração:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Próx>" @@ -1653,49 +1695,49 @@ msgid "No" msgstr "Não" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nenhum conteúdo encontrado para o campo '%s' em '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Ausência de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Não há resultados a mostrar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "Nenhum valor encontrado para o campo para o valor " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "O nó [%s] não é do tipo JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Agora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1707,6 +1749,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1714,14 +1763,14 @@ msgstr "Testes Web Odoo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo é uma marca registrada de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1733,9 +1782,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "OK" @@ -1749,32 +1798,39 @@ msgstr "Senha antiga" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Aquando de uma alteração:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Só você" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1786,6 +1842,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Nome da base de dados original:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1831,14 +1901,14 @@ msgstr "Por favor, indique a sua senha atual" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "Por favor note que apenas os ids selecionados serão exportados" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1877,49 +1947,49 @@ msgstr "Preferências" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir fluxo de trabalho" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relação" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Remover" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Remover tudo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Renderizar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Erro de Recurso" @@ -1949,88 +2019,88 @@ msgstr "Restaurado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Guardar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Guardar & Fechar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Gravar & criar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Guardar como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Guardar como..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Guardar filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Guardar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Guardar filtro atual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Guardar o padrão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Gravar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportações guardadas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Pesquisar" @@ -2053,50 +2123,50 @@ msgstr "Pesquisar %(field)s por: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Pesquisar novamente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Pesquisar mais..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Pesquisar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Segundo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Selecionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Seleccionar D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2116,49 +2186,49 @@ msgstr "Seleccione o nome da base de dados:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Selecionar uma data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Selecionar data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Seleção:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Definir DD como primeiro dia da semana" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Definir como padrão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Definir valores padrão" @@ -2172,56 +2242,56 @@ msgstr "Atribuição do atributo 'id' no registo %s já existente" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Partilhar com todos os utilizadores" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Mostrar um mês diferente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Mostrar um ano diferente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Mostrar mês actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Mostrar mês seguinte" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Mostrar mês anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamanho" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2238,7 +2308,7 @@ msgstr "Ainda a carregar..." #: code:addons/web/static/src/js/core.js:703 #, python-format msgid "Still loading...
    Please be patient." -msgstr "Carregando...
    Por favor, aguarde." +msgstr "A carregar...
    Por favor, aguarde." #. module: web #. openerp-web @@ -2250,14 +2320,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Tradução técnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tradução técnica" @@ -2285,14 +2355,14 @@ msgstr "A base de dados foi duplicada." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "O campo esta vazio, não há nada para gravar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Os seguintes campos são inválidos:" @@ -2306,26 +2376,26 @@ msgstr "A informação no formulário não pode ser descartada" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "A importação falhou devido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "A nova senha e a sua confirmação devem ser idênticas." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "O registo o2m precisa ser gravado antes de ser usado por uma ação" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2335,21 +2405,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "O registo não foi encontrado na base de dados." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "O ficheiro selecionado excede o tamanho máximo de %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2360,14 +2430,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Houve um problema ao carregar o seu ficheiro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2375,14 +2445,14 @@ msgstr "Este filtro é global e se continuar será removido para todos." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Este recurso está vazio" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2397,42 +2467,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Fuso horário não corresponde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Fuso horário inválido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Hoje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Activar Dropdown" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Alternar aspeto do formulário" @@ -2446,14 +2516,14 @@ msgstr "Árvore" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2469,21 +2539,21 @@ msgstr "Não definido" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Elemento não tratado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Desconhecido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo desconhecido %s no domínio %s" @@ -2504,7 +2574,7 @@ msgstr "Tipo não literal desconhecido " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador desconhecido %s no domínio %s" @@ -2518,51 +2588,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador não suportado %s no domínio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." -msgstr "Carregando..." +msgstr "A enviar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Erro ao carregar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Enviando..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar como padrão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Fuso horário do utilizador" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versão" @@ -2570,28 +2640,28 @@ msgstr "Versão" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Ver campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "Vêr Metadata" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2600,14 +2670,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Aviso" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2620,35 +2690,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Semana do ano" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Elemento do tipo '%s' não está implementado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Componente:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Semana" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2656,21 +2726,21 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sim" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" "Está a criar um novo %s, tem a certeza que não foi criado anteriormente?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Não pode deixar qualquer senha em branco." @@ -2685,7 +2755,7 @@ msgstr "Pode não acreditar,
    mas a aplicação está mesmo a carregar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Deve escolher pelo menos um registo." @@ -2706,7 +2776,7 @@ msgstr "A sua sessão Odoo expirou. Por favor, recarregue a sua página web." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2749,14 +2819,14 @@ msgstr "cerca de uma hora atrás" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contém" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "não contém" @@ -2770,92 +2840,12 @@ msgstr "p.ex. aminhaempresa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "maior ou igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "maior do que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "é" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "é igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "é falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "não é" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "é diferente de" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "não está definido" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "está definido" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "é verdadeiro" +msgid "greater or equal than" +msgstr "maior ou igual a" #. module: web #. openerp-web @@ -2863,14 +2853,94 @@ msgstr "é verdadeiro" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "maior do que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "é falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "não é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "é diferente de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "não está definido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "está definido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "é verdadeiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor ou igual que" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor do que" @@ -2899,12 +2969,12 @@ msgstr "não é um número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/pt_BR.po b/addons/web/i18n/pt_BR.po index d9d4b8b1cbe..e13abae672a 100644 --- a/addons/web/i18n/pt_BR.po +++ b/addons/web/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-07 00:44+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,20 +15,20 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:49+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -42,14 +42,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Visualização %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -161,77 +161,91 @@ msgstr "(%d registros)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Qualquer filtro existente com o mesmo nome será substituído)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(sem string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(sem rótulo)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Ações --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtros --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Não Importar ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "... Upload em andamento ..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "Importar um arquivo .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Verifique o formato de seu arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Criar \"%s\"" @@ -690,7 +718,7 @@ msgstr "Criar base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Criar um %s" @@ -704,50 +732,50 @@ msgstr "Criar uma nova base" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Criar e Editar..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Criar e editar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Criar: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Criado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Data de Criação:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Usuário de criação:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtro Personalizado" @@ -788,7 +816,7 @@ msgstr "Banco de Dados:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Visão de Depuração#" @@ -802,50 +830,57 @@ msgstr "Idioma padrão:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Padrão:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Excluir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Excluir este anexo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Excluir este arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitador:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Descartar" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -855,14 +890,14 @@ msgstr "Você realmente que remover o banco de dados: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Você deseja excluir este anexo?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Deseja remover esse registro?" @@ -876,14 +911,14 @@ msgstr "Deseja remover estes registros?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "O seu arquivo tem títulos?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domínio:" @@ -897,15 +932,15 @@ msgstr "Não saia dai,
    que ainda está carregando ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Concluído" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -928,7 +963,7 @@ msgstr "Excluir" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -943,7 +978,7 @@ msgstr "Excluindo base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -966,23 +1001,23 @@ msgstr "Duplicando a base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Erro no E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editar Ação" @@ -994,14 +1029,14 @@ msgstr "Editar dados da empresa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editar Busca" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editar Workflow" @@ -1013,7 +1048,7 @@ msgstr "E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificação:" @@ -1027,28 +1062,28 @@ msgstr "Fim deste tutorial" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Apagar a data atual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "Erro" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Erro, senha não alterada!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Erro de Avaliação" @@ -1056,7 +1091,7 @@ msgstr "Erro de Avaliação" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportar" @@ -1070,7 +1105,7 @@ msgstr "Exportar Dados" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formatos de Exportação" @@ -1084,71 +1119,71 @@ msgstr "Exportar para Arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipo de Exportação:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportar todos os Dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "Falha na avaliação dos critérios da pesquisa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "Favoritos" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "O campo '%s' especificado em sua visão não pode ser encontrado." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Campo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fields View Get" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Campos para exportar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Upload de arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Upload de arquivos" @@ -1187,21 +1222,21 @@ msgstr "Filtrar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Nome do Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Nome do filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "O nome do filtro é obrigatório" @@ -1216,21 +1251,28 @@ msgstr "Filtrar por: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Para mais informações visite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1242,14 +1284,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulário" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "Licença Pública Geral GNU Affero" @@ -1284,49 +1326,49 @@ msgstr "Ajuda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Aqui está uma visualização do arquivo que não pode ser importado:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imagem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opções de Importação" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importar-Compatível com Exportar" @@ -1361,49 +1403,49 @@ msgstr "Nome de banco de dados inválido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Testes JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Idiomas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Data da Última Modificação:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Última Modificação por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenciado sob os termos de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linhas para ignorar" @@ -1447,7 +1489,7 @@ msgstr "Carregando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1474,7 +1516,7 @@ msgstr "Sair" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "Campos de pesquisa M2O não aceitam múltiplos valores padrão" @@ -1486,15 +1528,15 @@ msgstr "Administrar bancos de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gerenciar Filtros" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Administrar Visões" @@ -1526,21 +1568,21 @@ msgstr "Tente recarregar a aplicação pressionado F5 ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "Metadata (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Método:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuto" @@ -1554,29 +1596,29 @@ msgstr "Modo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modelo %s campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificado por:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modificadores:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1591,21 +1633,21 @@ msgstr "Minha conta Odoo.com" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nome" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nome:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Novo" @@ -1634,7 +1676,7 @@ msgstr "Nova Senha do Super Admin:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Prox>" @@ -1647,49 +1689,49 @@ msgid "No" msgstr "Não" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nenhum conteúdo encontrado para o campo '%s' em '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nenhum dado fornecido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "Nenhum resultado para mostrar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "Nenhum valor encontrado para o campo para o valor " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "O Nó [%s] não é um nó no formato XML JSONified" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Agora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objeto:" @@ -1701,6 +1743,13 @@ msgstr "Objeto:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1708,14 +1757,14 @@ msgstr "Odoo Web Tests" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo é marca registrada de" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1727,9 +1776,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1743,32 +1792,39 @@ msgstr "Senha Anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Ao alterar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Somente eu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Aberto: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA" @@ -1780,6 +1836,20 @@ msgstr "OpenERP SA" msgid "Original database name:" msgstr "Nome original da base de dados:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1825,14 +1895,14 @@ msgstr "Por favor entre com sua senha antiga" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "Observe que somente os ids selecionados serão exportados." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1870,49 +1940,49 @@ msgstr "Preferências" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Imprimir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Imprimir Workflow" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relação:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Remover" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Remover Tudo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "Renderizar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Erro no recurso" @@ -1942,88 +2012,88 @@ msgstr "Restaurado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Salvar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Salvar & Fechar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Salvar & Novo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Salvar Como" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Salvar como..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Salvar Filtro" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Salvar como:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Salvar o filtro atual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Salvar padrão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Salvar lista de campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exportações salvas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Pesquisar" @@ -2046,50 +2116,50 @@ msgstr "Procurar %(field)s por: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Pesquisar Novamente" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Pesquisar mais..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Pesquisar: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Segundo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Selecionar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Defina D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2109,49 +2179,49 @@ msgstr "Informe um nome para a base de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Selecionar uma data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Escolha a data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Seleção:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separador:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Defina DD como primeiro dia da semana" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Configurar Padrão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Definir padrões" @@ -2165,56 +2235,56 @@ msgstr "Definindo o atributo de 'id' no registro existente %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Compartilhar com todos os usuários" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Mostrar outro mês" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Mostrar outro ano" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Mostrar mês atual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Mostrar próximo mês" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Mostrar mês anterior" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Tamanho:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Especial:" @@ -2242,14 +2312,14 @@ msgstr "Espere uns minutos, pegue um café,
    porque está carregando..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Tradução Técnica" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tradução Técnica" @@ -2277,14 +2347,14 @@ msgstr "A base de dados foi duplicada." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "O campo está vazio, não tem nada para salvar!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Os seguintes campos são inválidos:" @@ -2298,26 +2368,26 @@ msgstr "Os dados do formulário não podem ser descartados" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "A importação falhou devido a:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "A nova senha e sua confirmação devem ser idênticas." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "O registro o2m precisa ser salvo antes de ser usado por uma ação" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2326,21 +2396,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "O registro não foi encontrado no banco de dados" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "O arquivo selecionado excede o tamanho máximo de %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2351,14 +2421,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Houve um problema ao fazer o upload do arquivo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2366,14 +2436,14 @@ msgstr "Este filtro é global e será removido para todos se você continuar." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Este recurso está vazio" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2388,42 +2458,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Hora" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Timezone divergente" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Fuso horário diferentes" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Hoje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "Ativar Dropdown" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Alternar layout do form" @@ -2437,14 +2507,14 @@ msgstr "Árvore" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tipo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2460,21 +2530,21 @@ msgstr "Indefinida" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget não utilizado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "Desconhecido" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Campo %s desconhecido no domínio %s" @@ -2495,7 +2565,7 @@ msgstr "Tipo não literal desconhecido " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operador %s desconhecido no domínio %s" @@ -2509,51 +2579,51 @@ msgstr "Ilimitado" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operador %s não suportado no domínio %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Tranferindo..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Erro no envio" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Enviando..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Usar por padrão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Fuso horário do usuário" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versão" @@ -2561,28 +2631,28 @@ msgstr "Versão" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Visão" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Visualiza Campos" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "Visualizar Metadata" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "O tipo de visão '%s' não é suportado em One2Many" @@ -2590,14 +2660,14 @@ msgstr "O tipo de visão '%s' não é suportado em One2Many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Aviso" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2610,35 +2680,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Semana do mês" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget de '%s' não foi implementado" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Componente:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "sem" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "ID XML:" @@ -2646,21 +2716,21 @@ msgstr "ID XML:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Sim" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" "Voce está criando um novo %s, tem certeza de que ele não existe ainda?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Você não pode deixar nenhuma senha em branco." @@ -2676,7 +2746,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Você deve escolher pelo menos um registro." @@ -2697,7 +2767,7 @@ msgstr "Sua sessão encerrou. Recarregue esta página novamente." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2741,14 +2811,14 @@ msgstr "por volta de uma hora atrás" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "contém" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "não contém" @@ -2762,92 +2832,12 @@ msgstr "Ex.: minha empresa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "maior ou igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "maior que" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "é" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "é igual a" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "é falso" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "não é" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "é diferente de" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "não está definido" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "está definido" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "é verdadeiro" +msgid "greater or equal than" +msgstr "maior ou igual a" #. module: web #. openerp-web @@ -2855,14 +2845,94 @@ msgstr "é verdadeiro" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "maior que" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "é igual a" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "é falso" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "não é" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "é diferente de" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "não está definido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "está definido" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "é verdadeiro" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "menor ou igual a" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "menor que" @@ -2891,12 +2961,12 @@ msgstr "não é um número válido" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/ro.po b/addons/web/i18n/ro.po index ffdf0d9601e..e1d902c8c14 100644 --- a/addons/web/i18n/ro.po +++ b/addons/web/i18n/ro.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-17 10:48+0000\n" "Last-Translator: Simonel Criste \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-18 07:26+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s vizualizare" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d înregistrări)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Toate filtrele existente cu același nume vor fi înlocuite)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(fără clauză)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(neetichetat)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Acțiuni --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtre --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "---Nu Importa ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Descărcare în curs..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importă un fișier .CSV" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Verificați formatul fișierului" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Creează \"%s\"" @@ -687,7 +715,7 @@ msgstr "Creează Baza de date" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "Creează un %s" @@ -701,50 +729,50 @@ msgstr "Creează o Bază de Date Nouă" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Creează și Editează..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "Creaţi şi editaţi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Creează: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Creat de:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Data Creării:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Creare Utilizator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filtru Personalizat" @@ -785,7 +813,7 @@ msgstr "Baza de date:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Vizualizare Depanare#" @@ -799,50 +827,57 @@ msgstr "Limba implicită:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Implicit:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Șterge" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Șterge acest atașament" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Șterge acest fișier" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Demarcare:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Renunță" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -852,14 +887,14 @@ msgstr "Doriți într-adevăr să ștergeți baza de date: %s?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Sunteți sigur(ă) că doriți să ștergeți acest atașament ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Doriți într-adevăr să ștergeți aceasta înregistrare?" @@ -873,14 +908,14 @@ msgstr "Doriți într-adevăr sa eliminați aceste înregistrări?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Are titlu fișierul dumneavoastră?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domeniu:" @@ -894,15 +929,15 @@ msgstr "Nu plecați,
    încă se încarcă..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Efectuat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -925,7 +960,7 @@ msgstr "Renunță" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -940,7 +975,7 @@ msgstr "Renunțare la baza de date" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -963,23 +998,23 @@ msgstr "Copiere baza de date" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Editează" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Editează acțiunea" @@ -991,14 +1026,14 @@ msgstr "Editează Datele companiei" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Editează Vizualizare Căutare" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Editează Fluxul de lucru" @@ -1010,7 +1045,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Codificare:" @@ -1024,28 +1059,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Stergeti data curenta" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Eroare, parola nu a fost schimbata !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Eroare de Evaluare" @@ -1053,7 +1088,7 @@ msgstr "Eroare de Evaluare" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportă" @@ -1067,7 +1102,7 @@ msgstr "Exportă datele" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Exportă Formate" @@ -1081,71 +1116,71 @@ msgstr "Exportă în Fișier" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Tipul Exportului :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportă toate datele" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Câmpul '%s' specificat în vizualizare nu a putut fi găsit." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Câmp:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Vizualizare Câmpuri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Câmpuri de exportat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Încarcăre Fișier" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Încărcare fișier" @@ -1179,21 +1214,21 @@ msgstr "Filtru" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Numele Filtrului:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Numele filtrului" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1208,21 +1243,28 @@ msgstr "Filtru pe: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Pentru mai multe informații vizitați" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1234,14 +1276,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formular" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "Licență Publică Generală GNU Affero" @@ -1276,49 +1318,49 @@ msgstr "Ajutor" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Iată o previzualizare a fișierului pe care nu l-am putut importa:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Ora" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Imagine" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importați" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opțiuni Import" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Compatibil Import-Export" @@ -1354,49 +1396,49 @@ msgstr "Numele bazei de date este nevalid" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Teste JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Limbi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Data ultimei modificări:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Ultimele Modificari efectuate de:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Autorizat în condițiile" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Linii de omis" @@ -1440,7 +1482,7 @@ msgstr "Se încarcă..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1467,7 +1509,7 @@ msgstr "Deconectare" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1480,15 +1522,15 @@ msgstr "Gestionați Bazele de date" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Gestionează filtrele" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Gestioneaza Vizualizările" @@ -1522,21 +1564,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metodă:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minut" @@ -1550,29 +1592,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s câmpuri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Modificat de:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Parametri de modificare:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1587,21 +1629,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Nume" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Nume:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Nou(ă)" @@ -1630,7 +1672,7 @@ msgstr "Parola principală nouă:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Următor>" @@ -1643,49 +1685,49 @@ msgid "No" msgstr "Nu" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Nu a fost găsit nici un conținut pentru câmpul '%s' în '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Nu au fost furnizate date." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Nodul [%s] nu este un nod JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Acum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Obiect:" @@ -1697,6 +1739,13 @@ msgstr "Obiect:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1704,14 +1753,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1723,9 +1772,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1739,32 +1788,39 @@ msgstr "Parola veche:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "În schimbare:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Numai dumneavoastră" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Deschide: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Compania OpenERP SA" @@ -1776,6 +1832,20 @@ msgstr "Compania OpenERP SA" msgid "Original database name:" msgstr "Numele bazei de date originale:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1821,14 +1891,14 @@ msgstr "Vă rugăm să introduceți parola anterioara" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1864,49 +1934,49 @@ msgstr "Preferințe" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Printează" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Tipărește Fluxul de lucru" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relații:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Elimină" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Elimină Tot(toate)" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1936,88 +2006,88 @@ msgstr "Recuperat(ă)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Salvează" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Salvează & Închide" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Salvează & Nou(ă)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Salvează ca" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Salvează ca..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Salvează filtru" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Salvează ca:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Salvează filtrul actual" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Salvează implicit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Salvează lista câmpurilor" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Exporturi salvate :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Caută" @@ -2040,50 +2110,50 @@ msgstr "Caută %(field)s pentru: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Caută din nou" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Caută mai mult..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Caută: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Al doilea (a doua)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Selectați" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Selectați ziua, luna, an" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2103,49 +2173,49 @@ msgstr "Selectați numele bazei de date" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Selectați o data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Selectați data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selecție:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Seteaza ZIUA drept prima zi a saptamanii" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Setează ca implicit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Setează valorile implicite" @@ -2159,56 +2229,56 @@ msgstr "Setarea atributului 'identificare' la înregistrarea existentă %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Împarte cu toți utilizatorii" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Afiseaza o luna diferita" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Afiseaza un an diferit" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Afizeaza luna curenta" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Afiseaza luna urmatoare" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Afiseaza luna anterioara" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Dimensiune:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Special:" @@ -2236,14 +2306,14 @@ msgstr "Faceți o pauză de cafea,
    pentru că se încarcă..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Traducere Tehnică" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Traducere tehnică" @@ -2271,14 +2341,14 @@ msgstr "Baza de date a fost copiată." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Caâmpul este gol, nu este nimic de salvat !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Următoarele câmpuri sunt nevalide:" @@ -2292,27 +2362,27 @@ msgstr "Datele formularului nu pot fi înlăturate" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Importul a eșuat din cauza:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Parola nouă și confirmarea ei trebuie să fie identice." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" "Înregistrarea one2many trebuie salvată înainte ca o acțiune să fie folosită" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2322,21 +2392,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Inregistrarea nu a putut fi gasita in baza de date." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Fisierul selectat depaseste dimensiunea maxima a fisierului de %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2347,14 +2417,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "A avut loc o problemă în timpul încarcării fișierului dumneavoastră" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2363,14 +2433,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Aceasta resursă este goală" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2385,42 +2455,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Nepotrivire de fus orar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Astăzi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Pozitioneaza Aspectul Formatului Formularului" @@ -2434,14 +2504,14 @@ msgstr "Arbore" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tip:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2457,21 +2527,21 @@ msgstr "Nedefinit(ă)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Widget netratat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Câmp necunoscut %s în domeniul %s" @@ -2492,7 +2562,7 @@ msgstr "Tip nonliteral necunoscut " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Operator necunoscut %s în domeniul %s" @@ -2506,51 +2576,51 @@ msgstr "Nelimitat(ă)" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Operator nesusținut %s în domeniul %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Se încarcă..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Se încarcă..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Foloșeste implicit" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Fusul orar al utilizatorului" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Versiune" @@ -2558,28 +2628,28 @@ msgstr "Versiune" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vizualizează" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Vizualizează Câmpurile" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Vizualizarea de tip '%s' nu este acceptată în One2Many." @@ -2587,14 +2657,14 @@ msgstr "Vizualizarea de tip '%s' nu este acceptată în One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Atenționare" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2608,35 +2678,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Saptămâna din an" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Tipul de widget '%s' nu este implementat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Sapt" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "ID XML:" @@ -2644,20 +2714,20 @@ msgstr "ID XML:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Da" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Nu puteți lăsa necompletat câmpul parolă." @@ -2672,7 +2742,7 @@ msgstr "Poate că nu credeți,
    dar aplicația se încarcă..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Trebuie să selectați cel putin o înregistrare." @@ -2693,7 +2763,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2737,14 +2807,14 @@ msgstr "aproximativ o oră în urmă" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "conține" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "nu conține" @@ -2758,92 +2828,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "mai mare sau egal cu" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "mai mare decât" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "este" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "este egal(ă) cu" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "este fals(ă)" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nu este" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nu este egal(ă) cu" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "nu este setat(ă)" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "este setat(ă)" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "este adevărat(ă)" +msgid "greater or equal than" +msgstr "mai mare sau egal cu" #. module: web #. openerp-web @@ -2851,14 +2841,94 @@ msgstr "este adevărat(ă)" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "mai mare decât" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "este" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "este egal(ă) cu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "este fals(ă)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nu este" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nu este egal(ă) cu" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "nu este setat(ă)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "este setat(ă)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "este adevărat(ă)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "mai mic(ă) sau egal cu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "mai mic decât" @@ -2887,12 +2957,12 @@ msgstr "nu este un număr valabil" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/ru.po b/addons/web/i18n/ru.po index 0d39c19ea68..fe2cf56b50b 100644 --- a/addons/web/i18n/ru.po +++ b/addons/web/i18n/ru.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s вид" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -162,77 +162,91 @@ msgstr "(%d записей)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Имеющийся фильтр с таким же имененем будет заменен)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(нет строки)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(без метки)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Действия --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Фильтры --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Не импортировать ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Выгрузка в процессе..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Импорт из .CSV файла" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Проверьте формат файла" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Создать \"%s\"" @@ -691,7 +719,7 @@ msgstr "Создать базу данных" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -705,50 +733,50 @@ msgstr "Создать новую базу данных" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Создать и изменить..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Создать: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Создано:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Дата создания:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Создатель:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Настраиваемый фильтр" @@ -789,7 +817,7 @@ msgstr "База данных:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug View#" @@ -803,50 +831,57 @@ msgstr "Язык по умолчанию:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "По умолчанию:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Удалить" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Удалить вложение" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Удалить этот файл" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Разделитель:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Отменить" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -856,14 +891,14 @@ msgstr "Вы действительно хотите удалить базу д #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Вы действительно хотите удалить это вложение?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Вы действительно хотите удалить эту запись?" @@ -877,14 +912,14 @@ msgstr "Вы действительно хотите удалить эти за #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "В файле есть заголовки (строка с названиями колонок)?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Домен:" @@ -898,15 +933,15 @@ msgstr "Не уходите,
    загрузка продолжается ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Готово" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -929,7 +964,7 @@ msgstr "Удалить" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -944,7 +979,7 @@ msgstr "Удаление базы данных" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -967,23 +1002,23 @@ msgstr "Копирование базы данных" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Ошибка E-mail" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Изменить" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Изменить действие" @@ -995,14 +1030,14 @@ msgstr "Редактировать данные компании" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Изменить вид поиска" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Редактировать процесс" @@ -1014,7 +1049,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Кодировка:" @@ -1028,28 +1063,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Удалить текущую дату" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Ошибка, пароль не изменен!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Ошибка оценки" @@ -1057,7 +1092,7 @@ msgstr "Ошибка оценки" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Экспорт" @@ -1071,7 +1106,7 @@ msgstr "Экспорт данных" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Форматы экспорта" @@ -1085,71 +1120,71 @@ msgstr "Экспорт в файл" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Тип экспорта:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Экспортировать все данные" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Поле '%s' указанное в виде не может быть найдено." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Поле:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Получить поля вида" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Поля для экспорта" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Загрузка файла" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Выгрузка файла" @@ -1183,21 +1218,21 @@ msgstr "Фильтр" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Название фильтра:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Название фильтра" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1212,21 +1247,28 @@ msgstr "Фильтр по: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Фильтры" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Для получения подробной информации посетите" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1238,14 +1280,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Форма" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1280,49 +1322,49 @@ msgstr "Справка" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Предпросмотр файла, который система не смогла импортировать:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Час" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Изображение" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Импорт" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Параметры импорта" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Экспорт, совместимый с импортом" @@ -1358,49 +1400,49 @@ msgstr "Неверное имя базы данных" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "Тесты JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Языки" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Дата изменения:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Изменялся:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Лицензированно по условиям" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Пропустить строки" @@ -1444,7 +1486,7 @@ msgstr "Загрузка..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1471,7 +1513,7 @@ msgstr "Выход" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1485,15 +1527,15 @@ msgstr "Управление базами данных" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Управление фильтрами" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Управление видами" @@ -1527,21 +1569,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Метод:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Минута" @@ -1555,29 +1597,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Поля модели %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Изменено:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Модификаторы:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1592,21 +1634,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Название" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Название:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Новый" @@ -1635,7 +1677,7 @@ msgstr "Новый мастер-пароль:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "След.>" @@ -1648,49 +1690,49 @@ msgid "No" msgstr "Нет" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Не найдено содержимое для поля '%s' на '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Нет данных." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Узел [%s] не является узлом JSONified XML" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Сейчас" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Объект:" @@ -1702,6 +1744,13 @@ msgstr "Объект:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1709,14 +1758,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1728,9 +1777,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ок" @@ -1744,32 +1793,39 @@ msgstr "Старый пароль:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "При изменении:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Только Вы" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Открыть: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1781,6 +1837,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "название исходной базы данных:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1826,14 +1896,14 @@ msgstr "Пожалуйста введите ваш предыдущий паро #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1869,49 +1939,49 @@ msgstr "Настройки" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Печать" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Печать рабочего процесса" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Связь:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Удалить" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Удалить все" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Ошибка ресурса" @@ -1941,88 +2011,88 @@ msgstr "Восстановлена" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Сохранить" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Сохранить и закрыть" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Сохранить и создать" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Сохранить как" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Сохранить как..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Сохранить фильтр" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Сохранить как:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Сохранить текущий фильтр" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Сохранить значения по умолчанию" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Сохранить список полей" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Сохраненые экспорты:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Поиск" @@ -2045,50 +2115,50 @@ msgstr "Искать %(field)s для: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Повторить поиск" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Искать еще ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Найти: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Секунда" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Выбрать" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Выбрать D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2107,49 +2177,49 @@ msgstr "Выберите имя базы данных:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Выбрать дату" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Выбрать дату" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Выбор:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Разделитель:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Сделать DD первым днем недели" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Установить по умолчанию" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Установить значения по умолчанию" @@ -2163,56 +2233,56 @@ msgstr "Настройка аттрибута 'id' на существующую #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Совместно со всеми пользователями" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Показать другой месяц" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Показать другой год" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Показать текущий месяц" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Показать следующий месяц" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Показать предыдущий месяц" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Размер:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Специальное:" @@ -2241,14 +2311,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Технический перевод" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Технический перевод" @@ -2276,14 +2346,14 @@ msgstr "База данных была скопирована." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Поле пусто, нечего сохранять !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Следующие поля заполнены неверно:" @@ -2297,26 +2367,26 @@ msgstr "Информация формы не может быть отклоне #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Импорт не выполнен по причине:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Новый пароль и его подтверждение должны быть идентичны." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "Запись o2m должна быть сохранена перед использованием" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2325,21 +2395,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Невозможно найти запись в базе данных." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Выбранный файл превышает максимальный размер файла %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2349,14 +2419,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Возникла проблема при загрузке файла" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2366,14 +2436,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Этот ресурс пуст" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2387,42 +2457,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Время" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Временная зона не совпадает" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Несовпадение часовых поясов" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Сегодня" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Переключить структуры макета формы" @@ -2436,14 +2506,14 @@ msgstr "Дерево" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Тип:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2459,21 +2529,21 @@ msgstr "Не определено" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Неподдерживаемый виджет" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Неизвестное поле %s в домене %s" @@ -2494,7 +2564,7 @@ msgstr "Неизвестный нелитерный тип " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Неизвестный оператор %s в домене %s" @@ -2508,51 +2578,51 @@ msgstr "Неограниченно" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Неподдерживаемый оператор %s в домене %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Загружается ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Ошибка загрузки" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Загрузка..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Использовать по умолчанию" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Часовой пояс пользователя" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Версия" @@ -2560,28 +2630,28 @@ msgstr "Версия" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Вид" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Просмотр полей" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Тип вида '%s' не поддерживается в one2many" @@ -2589,14 +2659,14 @@ msgstr "Тип вида '%s' не поддерживается в one2many" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Внимание" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2609,35 +2679,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Неделя года" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Тип виджета '%s' не реализован" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Виджет:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Нед" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2645,20 +2715,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Да" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Вы не можете оставить пароль пустым." @@ -2674,7 +2744,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Вы должны выбрать хотя бы одну запись." @@ -2695,7 +2765,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2739,14 +2809,14 @@ msgstr "примерно час назад" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "содержит" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "не содержит" @@ -2760,92 +2830,12 @@ msgstr "напр. mycompany" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "больше или равен" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "больше чем" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "-" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "равно" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "ложно" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "не" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "не соответствует" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "не установлено" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "установлено" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "истинно" +msgid "greater or equal than" +msgstr "больше или равен" #. module: web #. openerp-web @@ -2853,14 +2843,94 @@ msgstr "истинно" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "больше чем" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "-" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "равно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "ложно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "не" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "не соответствует" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "не установлено" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "установлено" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "истинно" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "меньше или равен" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "меньше чем" @@ -2889,12 +2959,12 @@ msgstr "не является числом" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/sk.po b/addons/web/i18n/sk.po index 40862ca67b8..330ffbe3be1 100644 --- a/addons/web/i18n/sk.po +++ b/addons/web/i18n/sk.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/sl.po b/addons/web/i18n/sl.po index 65949345430..fa518372a8b 100644 --- a/addons/web/i18n/sl.po +++ b/addons/web/i18n/sl.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:05+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "Pogled %(view_type)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d zapisov)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Vsak obstoječ filter z istim imenom bo zamenjan)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ni tekst)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(brez naziva)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Akcije --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtri --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- Ne uvozi ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Nalaganje v teku..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Uvozi .CSV datoteko" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Preverite format datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Ustvari \"%s\"" @@ -686,7 +714,7 @@ msgstr "Ustvari podatkovno zbirko" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "Kreiraj novo bazo podatkov" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Ustvarite in uredite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Ustvari: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Kreiral:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Datum kreiranja:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Uporabnik:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Filter po meri" @@ -784,7 +812,7 @@ msgstr "Podatkovna zbirka:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Razvijalski pogled#" @@ -798,50 +826,57 @@ msgstr "Privzeti jezik:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Privzeto:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Izbriši" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Brisanje priponke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Brisanje datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Ločilo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Opusti" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Res želite brisati podatkovno zbirko: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Res želite brisati to prilogo?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Ali res želite izbrisati ta zapis?" @@ -872,14 +907,14 @@ msgstr "Res želite odstraniti te zapise?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Ali ima vaša datoteka naslove?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domena:" @@ -893,15 +928,15 @@ msgstr "Še malo potrpljenja,
    nalaganje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Končano" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Izbriši" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Brisanje podatkovne zbirke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Podvojitev podatkovne zbirke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Napaka elektronske pošte" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Urejanje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Uredi dejanje" @@ -990,14 +1025,14 @@ msgstr "Urejanje podatkov podjetja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Urejanje iskalnega pogleda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Uredi delovni proces" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Nabor znakov:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Brisanje trenutnega datuma" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Napaka, geslo ni bilo spremenjeno!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Napaka vrednotenja" @@ -1052,7 +1087,7 @@ msgstr "Napaka vrednotenja" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Izvoz" @@ -1066,7 +1101,7 @@ msgstr "Izvoz podatkov" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Oblike izvoza" @@ -1080,71 +1115,71 @@ msgstr "Izvozi v Datoteko" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Vrsta izvoza:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Izvozi vse podatke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Polja '%s' ni možno najti." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Polje:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fields View Get" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Polja za izvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Nalaganje datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Nalaganje datoteke" @@ -1178,21 +1213,21 @@ msgstr "Filter:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Ime filtra:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Ime filtra" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filter : %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Za več informacij obiščite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1232,14 +1274,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Obrazec" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1274,49 +1316,49 @@ msgstr "Pomoč" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Tukaj je predogled datoteke, ki je nismo mogli uvoziti" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Ura" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Slika" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Uvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Možnosti uvoza" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Uvoz-Primerljiv Izvoz" @@ -1352,49 +1394,49 @@ msgstr "Napačno ime podatkovne zbirke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testi" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Jeziki" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Zadnji datum spremembe:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Zadnja sprememba:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licencirana pod pogoji" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Preskočene vrstice" @@ -1438,7 +1480,7 @@ msgstr "Nalaganje …" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1465,7 +1507,7 @@ msgstr "Odjava" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O iskalna polja trenutno ne podpirajo večih privzetih vrednosti" @@ -1477,15 +1519,15 @@ msgstr "Upravljanje podatkovnih zbir" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Upravljanje filtrov" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Urejanje pogledov" @@ -1517,21 +1559,21 @@ msgstr "Mogoče je potrebno osvežiti stran (F5)" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metoda:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minuta" @@ -1545,29 +1587,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Polja %s modela" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Spremenil:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Prilagoditve:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1582,21 +1624,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Ime" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Ime:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Novo" @@ -1625,7 +1667,7 @@ msgstr "Novo glavno geslo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Naprej>" @@ -1638,49 +1680,49 @@ msgid "No" msgstr "Ne" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Ni vsebine za polja '%s' v '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Ni podatkov." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Node [%s] ni JSONified XML node" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Zdaj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1692,6 +1734,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1699,14 +1748,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1718,9 +1767,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "V redu" @@ -1734,32 +1783,39 @@ msgstr "Staro geslo:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Ob spremembi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Samo vi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Odpri: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Podjetje OpenERP SA" @@ -1771,6 +1827,20 @@ msgstr "Podjetje OpenERP SA" msgid "Original database name:" msgstr "Ime originalne podatkovne zbirke" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1816,14 +1886,14 @@ msgstr "Vnesite prejšnje geslo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1859,49 +1929,49 @@ msgstr "Nastavitve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Tiskanje" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Izpis delovnega procesa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relacija:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Odstrani" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Odstrani vse" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Napaka vira" @@ -1931,88 +2001,88 @@ msgstr "Obnovljeno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Shrani" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Shrani & Zapri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Shrani & Novo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Shrani kot" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Shrani kot ..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Shrani filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Shrani kot:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Shrani trenutni filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Shrani privzeto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Shrani seznam polj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Shranjeni izvozi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Iskanje" @@ -2035,50 +2105,50 @@ msgstr "Išči %(field)s v: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Išči ponovno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Več..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Iskanje: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekunda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Izberi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Izberite datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2096,49 +2166,49 @@ msgstr "Ime podatkovne zbirke:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Izberi datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Izberite datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Izbor:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Ločilo:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Določite prvi dan v tednu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Nastavi kot privzeto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Nastavi privzete vrednosti" @@ -2152,56 +2222,56 @@ msgstr "Postavljanje 'id' atributa obstoječem zapisu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Skupna raba z vsemi uporabniki" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Drugi mesec" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Drugo leto" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Trenutni mesec" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Prikaži naslednji mesec" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Prejšnji mesec" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Velikost:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Posebno:" @@ -2229,14 +2299,14 @@ msgstr "Še imate čas za kavico,
    še vedno traja nalaganje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Prevodi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tehnični prevod" @@ -2264,14 +2334,14 @@ msgstr "Podatkovna zbirka je podvojena." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Polje je prazno in ni kaj shraniti!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Sledeča polja so napačna:" @@ -2285,26 +2355,26 @@ msgstr "Podatki obrazca ne morejo biti preklicani" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Uvoz ni uspel zaradi:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Novo geslo in njegova potrditev morata biti identična." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "O2M zapis mora biti shranjen , preden lahko uporabite akcijo" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2312,21 +2382,21 @@ msgstr "Staro geslo ni pravilno, geslo ni bilo spremenjeno." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Zapisa ni v podatkovni zbirki" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Izbrana datoteka presega dovoljeno velikost %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2336,14 +2406,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Nastal je problem pri nalaganju datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2351,14 +2421,14 @@ msgstr "Filter je globalen in bo odstranjen za vse" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Ta vir je prazen" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2373,42 +2443,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Čas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Napaka časovnega pasa" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Neskladje časovnega pasu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Danes" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Preklop izgleda" @@ -2422,14 +2492,14 @@ msgstr "Drevo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Vrsta:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2445,21 +2515,21 @@ msgstr "Nedoločeno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Neobravnavani gradnik" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Neznano polje %s v domeni %s" @@ -2480,7 +2550,7 @@ msgstr "Neznana ne-tekstovna vrsta " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Neznan operator %s v domeni %s" @@ -2494,51 +2564,51 @@ msgstr "Neomejeno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Nepodprt operator %s v domeni %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Nalaganje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Napaka pri nalaganju" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Nalaganje..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Uporabljeno kot privzeto" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Časovni pas uporabnika" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Različica" @@ -2546,28 +2616,28 @@ msgstr "Različica" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Pogled" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Polja pogleda" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Pogled '%s' ni podprt v \"One2Many\"." @@ -2575,14 +2645,14 @@ msgstr "Pogled '%s' ni podprt v \"One2Many\"." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Opozorilo" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2595,35 +2665,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Teden v letu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Čarovnik vrste '%s' ni implementiran" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Čarovnik:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2631,20 +2701,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Da" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Geslo ne more biti prazno" @@ -2659,7 +2729,7 @@ msgstr "Nalaganje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Izbrati morate vsaj en zapis." @@ -2680,7 +2750,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "Časovni pas uporabnika in brskalnika nista usklajena" @@ -2722,14 +2792,14 @@ msgstr "pred približno eno uro" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "vsebuje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ne vsebuje" @@ -2743,92 +2813,12 @@ msgstr "npr. mojepodjetje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "večje ali enako kot" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "večje kot" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "je" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "je enako kot" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "napačno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "ni" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "ni enako kot" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "ni nastavljeno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "je nastavljeno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "pravilno" +msgid "greater or equal than" +msgstr "večje ali enako kot" #. module: web #. openerp-web @@ -2836,14 +2826,94 @@ msgstr "pravilno" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "večje kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "je enako kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "napačno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "ni" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "ni enako kot" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "ni nastavljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "je nastavljeno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "pravilno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "manjše ali enako" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "manjše kot" @@ -2872,12 +2942,12 @@ msgstr "ni pravilna številka" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/sq.po b/addons/web/i18n/sq.po index 790e6203aa1..b87a5cbfd96 100644 --- a/addons/web/i18n/sq.po +++ b/addons/web/i18n/sq.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/sr@latin.po b/addons/web/i18n/sr@latin.po index ff6b7ba58f0..c3ef58ae7b7 100644 --- a/addons/web/i18n/sr@latin.po +++ b/addons/web/i18n/sr@latin.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Svaki postojeći filter sa istim imenom će biti zamenjen)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(prazno)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- Radnje --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filteri --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "Uvezi .CSV datoteku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Proverite format svoje datoteke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Kreiraj: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Datum kreiranja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Kreirao korisnik:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "Baza podataka:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug pregled" @@ -798,50 +826,57 @@ msgstr "Podrazumevani jezik:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Podrazumevano:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Obriši" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Delimitar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Da li zaista želite da izbrišete ovaj zapis?" @@ -872,14 +907,14 @@ msgstr "Da li zaista želiteda uklonite ove zapise?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "ima li vaša datoteka naslove?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domen:" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Odbaci" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Uredi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Uredi Radnje" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Uredi PregledPretrage" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Uredi Tok Rada" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kodiranje:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Izvoz" @@ -1066,7 +1101,7 @@ msgstr "Izvezi podatke" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Formati Izvoza" @@ -1080,71 +1115,71 @@ msgstr "Izvezi u datoteku" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Izvezi kao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Izvezi sve Podatke" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Polje:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Uzmi Pregled Polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Polja za izvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Naziv Filtera" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filteri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Za više informacija posetite" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Obrazac" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Pregled datoteke koju nismo uspeli uvesti:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Uvoz" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Opcije uvoza" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1353,49 +1395,49 @@ msgstr "Neispravan naziv baze podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Datum poslednje modifikacije" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Poslednji modifikovao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licenciran pod uslovima" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Preskoči linije" @@ -1439,7 +1481,7 @@ msgstr "Učitavam..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1462,7 +1504,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1474,15 +1516,15 @@ msgstr "Upravljanje bazama podataka" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Uredi filtere" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Upravljaj Prikazima" @@ -1514,21 +1556,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metod:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1542,29 +1584,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifikatori:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1579,21 +1621,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Naziv" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1622,7 +1664,7 @@ msgstr "Nova glavna lozinka" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1635,49 +1677,49 @@ msgid "No" msgstr "Ne" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekat:" @@ -1689,6 +1731,13 @@ msgstr "Objekat:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1696,14 +1745,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1715,9 +1764,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "U redu" @@ -1731,32 +1780,39 @@ msgstr "Stara lozinka:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Pri Izmeni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Samo vi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Otvori: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Kompanija" @@ -1768,6 +1824,20 @@ msgstr "OpenERP SA Kompanija" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1813,14 +1883,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1856,49 +1926,49 @@ msgstr "Podešavanja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relacija" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Ukloni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Ukloni sve" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1928,88 +1998,88 @@ msgstr "Oporavljeno" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Sačuvaj" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Sacuvaj & Zatvori" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Sacuvaj & Novo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Sačuvaj kao" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Sačuvaj Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Sačuvaj kao:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Sačuvaj podrazumevano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Sačuvaj spisak polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Sačuvani izvozni materijal:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Traži" @@ -2032,50 +2102,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Pretraga: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Izaberi" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2093,49 +2163,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Selektuj datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Selekcija" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Separator:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Postavi podrazumevano" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2149,56 +2219,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Veličina:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Specijalno:" @@ -2226,14 +2296,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Tehnički prevod" @@ -2261,14 +2331,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2282,26 +2352,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Uvoz neuspeo zbog:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2309,21 +2379,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2332,14 +2402,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2347,14 +2417,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2369,42 +2439,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2418,14 +2488,14 @@ msgstr "Stablo" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Tip:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF‑8" @@ -2441,21 +2511,21 @@ msgstr "Nedefinisan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Nepodržani ekranski dodatak" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Nepoznato polje %s na domenu %s" @@ -2476,7 +2546,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Nepoznat operator %s na domenu %s" @@ -2490,51 +2560,51 @@ msgstr "Neograničeno" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Nepodržan operator %s na domenu %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Učitavanje..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Verzija" @@ -2542,28 +2612,28 @@ msgstr "Verzija" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Pregled" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Pregled Polja" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2571,14 +2641,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Upozorenje" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2588,35 +2658,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Widget:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2624,20 +2694,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Da" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2652,7 +2722,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Morate izabrati najmanje jedan zapis" @@ -2673,7 +2743,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2715,14 +2785,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "sadrži" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ne sadrži" @@ -2736,92 +2806,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "veće ili manje od" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "veće od" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "je" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "jednako je sa" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "je netačno" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "nije" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "nije jednako sa" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "je tačno" +msgid "greater or equal than" +msgstr "veće ili manje od" #. module: web #. openerp-web @@ -2829,14 +2819,94 @@ msgstr "je tačno" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "veće od" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "je" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "jednako je sa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "je netačno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "nije" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "nije jednako sa" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "je tačno" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "manje ili jednako od" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "manje od" @@ -2865,12 +2935,12 @@ msgstr "Broj je neispravan" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/sv.po b/addons/web/i18n/sv.po index ea5f28a9362..14db6552ff9 100644 --- a/addons/web/i18n/sv.po +++ b/addons/web/i18n/sv.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "(%d poster)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(alla filter med samma namn ersätts)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ingen sträng)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(ingen rubrik)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "- åtgärder --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- filter --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...Uppladdning pågår..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. Importera en .CSV-fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Kontrollera ditt filformat" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Skapa \"%s\"" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "Skapa en ny databas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Skapa och redigera..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Skapa: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Skapad av:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Datum skapad:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Skapa Användare:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Anpassat filter" @@ -784,7 +812,7 @@ msgstr "Databas:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Debug Vy#" @@ -798,50 +826,57 @@ msgstr "Förvalt språk:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Förvalt:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Radera" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Ta bort denna bilaga" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Avgränsare:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Ignorera" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Vill du verkligen ta bort databasen: %s?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Vill du verkligen ta bort denna bilaga" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Vill du radera denna post?" @@ -872,14 +907,14 @@ msgstr "Vill du verkligen radera dessa poster?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Har din fil titelrad?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domän:" @@ -893,15 +928,15 @@ msgstr "Lämna inte skärmen än,
    det laddar fortfarande..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Klar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "Makulera" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "Tar bort databas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "Duplicerar databas" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "Epost fel" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Ändra" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "Redigera åtgärd" @@ -990,14 +1025,14 @@ msgstr "Redigera företagsdata" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Ändra sökvy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "Ändra arbetsflöde" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Teckenkodning:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Radera aktuellt datum" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Fel! Lösenord ej ändrat!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Exportera" @@ -1066,7 +1101,7 @@ msgstr "Exportera data" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Exportformat" @@ -1080,71 +1115,71 @@ msgstr "Exportera till fil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Exporttyp:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Exportera all data" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Fält '%s' angivet i vyn kan inte hittas" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Fält:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Fält för visningsvy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Fält som skall exporteras" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Filuppladdning" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Filuppladdning" @@ -1178,21 +1213,21 @@ msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filternamn:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Filternamn" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "Filter på: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "För mer information besök" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1232,14 +1274,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Formulär" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1274,49 +1316,49 @@ msgstr "Hjälp" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "Här är en förhandsgranskning av filen vi inte kunder importera:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Timme" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Bild" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "Importera" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "Importalternativ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "Importkompatibel export" @@ -1351,49 +1393,49 @@ msgstr "Felaktigt databasnamn" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS tester" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Språk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Senaste ändringsdatum:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Senast ändrad av:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Licensierad med" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Rader att hoppa över" @@ -1437,7 +1479,7 @@ msgstr "Laddar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1460,7 +1502,7 @@ msgstr "Logga ut" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O sökfält kan just nu inte hantera multipla standardvärden" @@ -1472,15 +1514,15 @@ msgstr "Administrera databaser" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Hantera filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Hantera vyer" @@ -1513,21 +1555,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Metod:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Minut" @@ -1541,29 +1583,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Modell %s fält" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Ändrad av:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Modifierare:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1578,21 +1620,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Namn" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Namn:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Ny" @@ -1621,7 +1663,7 @@ msgstr "Nytt huvudlösenord:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Nästa>" @@ -1634,49 +1676,49 @@ msgid "No" msgstr "Nej" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "Inget innehåll funnet för fält '%s' på '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Inga data angivna" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "Nod [%s] är inte en JSONifierad XML nod" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Nu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Objekt:" @@ -1688,6 +1730,13 @@ msgstr "Objekt:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1695,14 +1744,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1714,9 +1763,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Ok" @@ -1730,32 +1779,39 @@ msgstr "Gammalt lösenord:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Vid ändring:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Bara du" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Öppna: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1767,6 +1823,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "Ursprungligt databasnamn" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1812,14 +1882,14 @@ msgstr "Ange ditt tidigare lösenord" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1855,49 +1925,49 @@ msgstr "Inställningar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Skriv ut" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "Skriv ut arbetsflöde" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "Relation:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Radera" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Ta bort alla" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Resursfel" @@ -1927,88 +1997,88 @@ msgstr "Återställd" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Spara" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Spara och stäng" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Spara & ny" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Spara som" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Spara som…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Spara filter" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Spara som:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Spara aktuellt filter" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Spara standardvärden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Spara fältlista" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Sparad export:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Sök" @@ -2031,50 +2101,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Sök igen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Sök flera..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Sök: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Sekund" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Välj" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "Välj D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2093,49 +2163,49 @@ msgstr "Välj ett databasnamn:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Välj ett datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Välj datum" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Val:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Avskiljare:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Sätt DD som första veckodag" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Ställ in standardvärden" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Ställ in standardvärden" @@ -2149,56 +2219,56 @@ msgstr "Anger 'id' egenskapen på existerande post %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Dela med alla användare" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Visa en annan månad" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Visa ett annat år" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Visa aktuell månad" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Visa nästa månad" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Visa föregående månad" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Storlek:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Special:" @@ -2226,14 +2296,14 @@ msgstr "Ta en paus för en kaffe,
    därför den laddar..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Teknisk översättning" @@ -2261,14 +2331,14 @@ msgstr "Databasen har duplicerats" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Fältet är tomt, det finns ingenting att spara!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Följande fält är inte giltiga:" @@ -2282,26 +2352,26 @@ msgstr "Formulärdata kan inte tas bort" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "Importern misslyckades på grund av:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Det nya lösenordet och bekräftelsen måste vara lika." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "o2m posten måste sparas innan en händelse kan användas" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2310,21 +2380,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Posten saknas i databasen." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Vald fil överstiger maximal filstorlek på %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2335,14 +2405,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Det uppstod ett fel vid filuppladdningen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2351,14 +2421,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Denna resurs är tom" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2373,42 +2443,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Tid" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Hopblandning av tidszoner" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Idag" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2422,14 +2492,14 @@ msgstr "Träd" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Typ:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2445,21 +2515,21 @@ msgstr "Odefinierad" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "Icke hanterad widget" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Okänt fält %s i domän %s" @@ -2480,7 +2550,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Okänd operator %s i domän %s" @@ -2494,51 +2564,51 @@ msgstr "Obegränsad" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Felaktig operator %s i domän %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Laddar upp..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Överföringsfel" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Överför…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Använd som standard" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Användarens tidszon" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Version" @@ -2546,28 +2616,28 @@ msgstr "Version" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Vy" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Visa fält" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "Vytyp '%s' stöds inte i One2Many." @@ -2575,14 +2645,14 @@ msgstr "Vytyp '%s' stöds inte i One2Many." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Varning" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2595,35 +2665,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Vecka inom året" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widgettypen '%s' är inte implementerad" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Grafisk komponent:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Vk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2631,20 +2701,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Ja" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Du kan inte ange ett tomt lösenord" @@ -2659,7 +2729,7 @@ msgstr "Du kanske inte tror det,
    men applikationen laddar faktiskt..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "Du måste välja minst en post." @@ -2680,7 +2750,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "Ditt kontos inställda tidszon stämmer ej med webbläsarens tidszon." @@ -2722,14 +2792,14 @@ msgstr "ungefär en timme sedan" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "innehåller" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "innehåller inte" @@ -2743,92 +2813,12 @@ msgstr "t.ex. mitt företag" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "större eller lika med" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "större än" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "är" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "är lika med" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "är falsk" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "är inte" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "är inte lika med" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "är inte inställt" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "är inställt" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "är sann" +msgid "greater or equal than" +msgstr "större eller lika med" #. module: web #. openerp-web @@ -2836,14 +2826,94 @@ msgstr "är sann" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "större än" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "är" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "är lika med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "är falsk" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "är inte" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "är inte lika med" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "är inte inställt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "är inställt" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "är sann" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "mindre eller lika med" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "mindre än" @@ -2872,12 +2942,12 @@ msgstr "inte ett korrekt nummer" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/th.po b/addons/web/i18n/th.po index 97af4c7f9ce..737e47d48bd 100644 --- a/addons/web/i18n/th.po +++ b/addons/web/i18n/th.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s มุมมอง" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d บันทึก)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(ตัวกรองใดก็ตามที่ชื่อเหมือนกันจะถูกแทนที่)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(ไม่มีข้อความ)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(ไม่มีป้าย)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- ปฏิบัติ --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- ตัวกรอง --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- ห้าม นำเข้า ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...กำลัง อัพโหลด..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. นำเข้า .CSV ไฟล์" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. ตรวจสอบรูปแบบไฟล์ของคุณ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "สร้าง \"%s\"" @@ -688,7 +716,7 @@ msgstr "สร้างฐานข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -702,50 +730,50 @@ msgstr "สร้างฐานข้อมูลใหม่" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "สร้างและแก้ไข ..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "สร้าง: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "สร้างโดย :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "วันที่สร้าง:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "สร้างผู้ใช้:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "ตัวกรองที่กำหนดค่าเอง" @@ -786,7 +814,7 @@ msgstr "ฐานข้อมูล:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "มุมมอง ดีบัก#" @@ -800,50 +828,57 @@ msgstr "ภาษาหลัก" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "ค่าปริยาย:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "ลบ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "ลบสิ่งที่แนบมานี้" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "ลบแฟ้มนี้" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "ตัวคั่น:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "ยกเลิก" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "คุณต้องการลบ ฐานข้อมูล: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "คุณต้องการที่จะลบสิ่งที่แนบมานี้?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "คุณแน่ใจว่าต้องการลบรายการนี้" @@ -874,14 +909,14 @@ msgstr "คุณต้องการลบบันทึกเหล่าน #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "ไฟล์ของคุณมีชื่อ หรือไม่?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "โดเมน:" @@ -895,15 +930,15 @@ msgstr "รอก่อน,
    กำลังโหลด..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "เสร็จ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "ทิ้ง" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "กำลัง ทิ้งฐานข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "ทำซ้ำฐานข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "อีเมล์ เกิดข้อผิดพลาด" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "แก้ไข" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "แก้ไขการกระทำ" @@ -992,14 +1027,14 @@ msgstr "แก้ไขข้อมูล บริษัท" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "แก้ไขมุมมองค้นหา" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "แก้ไขกระบวนการทำงาน" @@ -1011,7 +1046,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "ชุดรหัสภาษา:" @@ -1025,28 +1060,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "ลบวันที่ปัจจุบัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "ผิดพลาด รหัสผ่านไม่ได้เปลี่ยน!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "ข้อผิดพลาดในการทดสอบ" @@ -1054,7 +1089,7 @@ msgstr "ข้อผิดพลาดในการทดสอบ" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "ส่งออก" @@ -1068,7 +1103,7 @@ msgstr "ส่งออกข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "รูปแบบส่งออก" @@ -1082,71 +1117,71 @@ msgstr "ส่งออกเป็นไฟล์" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "ประเภท การส่งออก:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "การส่งออกข้อมูลทั้งหมด" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "ไม่พบฟิลด์ '%s' ที่ระบุไว้ในมุมมอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "ฟิลด์" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "ดึงฟิลด์มุมมอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "อัพโหลดไฟล์" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "อัพโหลดไพล์" @@ -1180,21 +1215,21 @@ msgstr "ตัวกรอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "ชื่อตัวกรอง:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "ชื่อตัวกรอง" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1209,21 +1244,28 @@ msgstr "กรองด้วย: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "ตัวกรอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "เยี่ยมชมเพื่อข้อมูลเพิ่มเติม" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1234,14 +1276,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "รูปแบบ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1276,49 +1318,49 @@ msgstr "ช่วยเหลือ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "นี้คือตัวอย่างของแฟ้มที่เราไม่สามารถนำเข้าได้" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "ชั่วโมง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "รหัส:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "รูปภาพ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "นำเข้า" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "นำเข้าตัวเลือก" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "ส่งออก แบบนำเข้าที่เข้ากันได้" @@ -1353,49 +1395,49 @@ msgstr "ชื่อฐานข้อมูลไม่ถูกต้อง" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "ทดสอบ JS" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "ภาษา" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "วันที่แก้ไขล่าสุด" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "แก้ไขล่าสุดโดย:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "ลาติน 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "อนุญาตภายใต้เงื่อนไขของ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "บรรทัดที่ข้าม" @@ -1439,7 +1481,7 @@ msgstr "กำลังโหลด..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1466,7 +1508,7 @@ msgstr "ออกระบบ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "กล่องค้นหา M2O ไม่สามารถจัดการค่าเริ่มต้นแบบหลายค่าได้" @@ -1478,15 +1520,15 @@ msgstr "จัดการฐานข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "จัดการตัวกรอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "จัดการมุมมอง" @@ -1518,21 +1560,21 @@ msgstr "บางทีคุณอาจจะลองโหลดโปรแ #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "วิธี:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "นาที" @@ -1546,29 +1588,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "โมเดล %s ฟิลด์" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "แก้ใขโดย:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "ตัวปรับเปลี่ยน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1583,21 +1625,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "ชื่อ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "ชื่อ:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "ใหม่" @@ -1626,7 +1668,7 @@ msgstr "รหัสผ่านหลักใหม่:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "ต่อไป>" @@ -1639,49 +1681,49 @@ msgid "No" msgstr "ไม่" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "ไม่พบเนื้อหาสำหรับฟิลด์ '%s' บน '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "ไม่มีข้อมูลให้" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "โหนด [%s] ไม่ใช่ JSONified XML โหนต" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "ทันที" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "วัตถุ:" @@ -1693,6 +1735,13 @@ msgstr "วัตถุ:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1700,14 +1749,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1719,9 +1768,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "ตกลง" @@ -1735,32 +1784,39 @@ msgstr "รหัสผ่านเก่า:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "เมื่อเปลี่ยนแปลง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "คุณเท่านั้น" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "เปิด: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Company" @@ -1772,6 +1828,20 @@ msgstr "OpenERP SA Company" msgid "Original database name:" msgstr "ชื่อฐานข้อมูลต้นฉบับ:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1817,14 +1887,14 @@ msgstr "กรุณากรอกรหัสผ่านปัจจุบั #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1860,49 +1930,49 @@ msgstr "ปรับแต่ง" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "พิมพ์" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "พิมพ์ขั้นตอนการทำงาน" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "ความสัมพันธ์:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "เอาออก" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "ลบทั้งหมด" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "ข้อผิดพลาดจากทรัพยากร" @@ -1932,88 +2002,88 @@ msgstr "เรียกคืน" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "บันทึก" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "บันทึก & ปิด" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "บันทึกและใหม่" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "บันทึกเป็น" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "บันทึกเป็น..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "บันทึกตัวกรอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "บันทึกเป็น:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "บันทึกตัวกรองนี้" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "บันทึกค่าเริ่มต้น" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "บันทึกรายการของฟิลด์" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "บันทึกการส่งออก" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "ค้นหา" @@ -2036,50 +2106,50 @@ msgstr "ค้นหา %(field)s สำหรับ: %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "ค้นหาอีกครั้ง" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "ค้นหาอื่น ๆ ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "ค้นหา: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "วินาที" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "เลือก" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "เลือก D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2097,49 +2167,49 @@ msgstr "เลือกชื่อฐานข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "เลือกวันที่" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "เลือกวัน" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "การเลือก:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "ตัวคั้น:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "ตั้ง DD ให้เป็นวันแรกของสัปดาห์" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "ตั้งเป็นปริยาย" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "ตั้งค่าเริ่มต้น" @@ -2153,56 +2223,56 @@ msgstr "ตั้งคุณลักษณะ 'id' บนบันทึก %s #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "แบ่งปันกับผู้ใช้ทั้งหมด" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "แสดงเดือนที่แตกต่างกัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "แสดงปีที่แตกต่างกัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "แสดงเดือนปัจจุบัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "แสดงเดือนถัดไป" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "แสดงเดือนก่อนหน้า" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "ขนาด:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2230,14 +2300,14 @@ msgstr "ใช้เวลาสักครู่ จิปกาแฟรอ #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "การแปลศัพท์เทคนิค" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "การแปลด้านเทคนิค" @@ -2265,14 +2335,14 @@ msgstr "ฐานข้อมูลได้รับการทำซ้ำ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "ฟิลด์ยังว่างเปล่า, ยังไม่มีอะไรที่ต้องบันทึก !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "ฟิลด์ต่อไปนี้ไม่ถูกต้อง" @@ -2286,26 +2356,26 @@ msgstr "ข้อมูลของฟอร์มไม่สามารถย #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "การนำเข้าล้มเหลวเนื่องจาก:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "รหัสผ่านใหม่และรหัสยืนยันที่จะต้องเหมือนกัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "บันทึก One to Many ต้องบันทึกก่อนที่การปฏิบัติจะใช้งาน" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2313,21 +2383,21 @@ msgstr "รหัสผ่านเก่าผิด รหัสผ่าน #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "ไม่พบ บันทึกในฐานข้อมูล" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "ไฟล์ที่ถูกเลือกมีขนาดใหญ่เกิน %s." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2338,14 +2408,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "พบปัญหาในขณะที่อัพโหลดไฟล์ของคุณ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2354,14 +2424,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "ทรัพยากรนี้ว่างเปล่า" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2375,42 +2445,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "เวลา" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "เขตเวลา ไม่ตรงกัน" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "เขตเวลาไม่ตรงกัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "วันนี้" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "เปิด/ปิด แบบร่างของฟอร์ม" @@ -2424,14 +2494,14 @@ msgstr "มุมมองต้นไม้" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "ชนิด:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2447,21 +2517,21 @@ msgstr "ไม่ได้กำหนด" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "วิดเจ็ตที่ไม่ถูกควบคุม" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "ฟิลด์ไม่รู้จัก %s ในโดเมน %s" @@ -2482,7 +2552,7 @@ msgstr "ชนิดไม่ทราบอย่างแท้จริง " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "ตัวดำเนินการที่ไม่ทราบ %s ในโดเมน %s" @@ -2496,51 +2566,51 @@ msgstr "ไม่จำกัด" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "ไม่สนับสนุนการทำงาน %s ในโดเมน %s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "กำลังอัพโหลด ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "อับโหลดมีปัญหา" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "กำลังอัพโหลด..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "ใช้ตามค่าเริ่มต้น" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "โซนเวลาของผู้ใช้" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "เวอร์ชัน" @@ -2548,28 +2618,28 @@ msgstr "เวอร์ชัน" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "มุมมอง" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "ดูฟิลด์" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "ประเภทมุมมองนี้ '%s' ไม่สนับสนุนในแบบ One to Many" @@ -2577,14 +2647,14 @@ msgstr "ประเภทมุมมองนี้ '%s' ไม่สนับ #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "คำเตือน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2597,35 +2667,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "สัปดาห์ของปี" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "วิดเจ็ต:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Wk" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2633,20 +2703,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "ใช่" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "คุณต้องใส่รหัสผ่าน" @@ -2662,7 +2732,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "คุณต้องเลือกอย่างน้อยหนึ่งบันทึก" @@ -2683,7 +2753,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "การตั้งค่าผู้ใช้ของคุณไม่ตรงกับเขตเวลาที่เบราว์เซอร์ของคุณ:" @@ -2725,14 +2795,14 @@ msgstr "ประมาณหนึ่งชั่วโมงที่ผ่า #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "ประกอบด้วย" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "ไม่มี" @@ -2746,92 +2816,12 @@ msgstr "ตัวอย่าง บริษัทของฉัน" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "มากกว่าหรือเท่ากับ" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "มากกว่า" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "เป็น" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "เท่ากับ" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "เป็นเท็จ" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "ไม่ใช่" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "ไม่เท่ากับ" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "ไม่ถูกเลือกไว้" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "ถูกเลือกไว้" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "เป็นความจริง" +msgid "greater or equal than" +msgstr "มากกว่าหรือเท่ากับ" #. module: web #. openerp-web @@ -2839,14 +2829,94 @@ msgstr "เป็นความจริง" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "มากกว่า" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "เป็น" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "เท่ากับ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "เป็นเท็จ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "ไม่ใช่" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "ไม่เท่ากับ" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "ไม่ถูกเลือกไว้" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "ถูกเลือกไว้" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "เป็นความจริง" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "น้อยกว่าหรือเท่ากับ" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "น้อยกว่า" @@ -2875,12 +2945,12 @@ msgstr "ตัวเลขไม่ถูกต้อง" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/tr.po b/addons/web/i18n/tr.po index 7999ac2ed17..36833f99291 100644 --- a/addons/web/i18n/tr.po +++ b/addons/web/i18n/tr.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 16:24+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s görünümü" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d kayıt)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(Aynı ad ile kayıtlı süzgeç varsa üzerine yazılır)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "(Eski OpenERP)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(yazı yok)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(etiketyok)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- İşlemler --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- Filtreler --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- İçeri Aktarma ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "... Yükleme sürüyor..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. .CSV Dosyasından veri al" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "1367 Grand-Rosière" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. Dosya biçiminizi denetleyin" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "Oluştur \"%s\"" @@ -688,10 +716,10 @@ msgstr "Veritabanı Oluştur." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" -msgstr "" +msgstr "Bir %s oluştur" #. module: web #. openerp-web @@ -702,50 +730,50 @@ msgstr "Yeni bir Veritabanı Oluştur" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "Oluştur ve Düzenle..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" -msgstr "" +msgstr "Oluştur ve düzenle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "Oluştur: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "Oluşturan:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "Oluşturma Tarihi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "Oluşturan Kullanıcı:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "Özel Süzgeç" @@ -753,7 +781,7 @@ msgstr "Özel Süzgeç" #. module: web #: view:website:web.database_select msgid "Database" -msgstr "" +msgstr "Veritabanı" #. module: web #. openerp-web @@ -786,7 +814,7 @@ msgstr "Veritabanı:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "Hata Ayıklama Görünümü#" @@ -800,50 +828,57 @@ msgstr "Varsayılan dil:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "Öntanımlı:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "Sil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "Bu eki sil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "Bu dosyayı sil" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "Ayraç:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "Gözardı Et" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "Dünyadaki Odoo Olaylarını keşfet" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -853,14 +888,14 @@ msgstr "Gerçekten bu veritabanını silmek istiyor musunuz: %s?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "Gerçekten bu eki silmek istediğinizden emin misiniz?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "Bu kaydı silmek istediğinden emin misin?" @@ -874,14 +909,14 @@ msgstr "Bu kayıtları silmek istediğinizden emin misinizi?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "Dosyanızda başlık varmı ?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "Domain:" @@ -895,15 +930,15 @@ msgstr "Henüz çıkmayın,
    Hala yükleniyor..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "Yapıldı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -926,7 +961,7 @@ msgstr "Sil" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -941,7 +976,7 @@ msgstr "Veritabanı Siliniyor" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -964,23 +999,23 @@ msgstr "Veritabanı Kopyalanıyor" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-posta Hatası" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "Düzenle" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "İşlemi Düzenle" @@ -992,14 +1027,14 @@ msgstr "Şirket Bilgilerini düzenle" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "Arama Görünümünü Düzenle" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "İş Akışını Düzenle" @@ -1007,11 +1042,11 @@ msgstr "İş Akışını Düzenle" #. module: web #: view:website:web.login msgid "Email" -msgstr "" +msgstr "Eposta" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "Kodlama:" @@ -1021,32 +1056,32 @@ msgstr "Kodlama:" #: code:addons/web/static/src/xml/website.tour.xml:25 #, python-format msgid "End This Tutorial" -msgstr "" +msgstr "Bu dersi bitir" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "Geçerli tarihi sil" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" -msgstr "" +msgstr "Hata" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "Hata, parola değiştirilemedi !" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "Değerlendirme Hatası" @@ -1054,7 +1089,7 @@ msgstr "Değerlendirme Hatası" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "Dışaaktar" @@ -1068,7 +1103,7 @@ msgstr "Veri Dışaaktar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "Dışaaktarma Biçimleri" @@ -1082,71 +1117,71 @@ msgstr "Dosyaya Veri Ver" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "Dışaaktarma Türü:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "Tüm veriyi Dışa Aktar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" -msgstr "" +msgstr "Arama kriterlerini değerlendirme başarısız oldu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" -msgstr "" +msgstr "Sık Kullanılanlar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "Ekranda tanımlanan '%s' alanı bulunamıyor." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "Alan:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "Alanların görünümünü al" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Dışaktarılacak alanlar" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Dosya Yükle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "Dosya yükle" @@ -1170,6 +1205,12 @@ msgid "" "created,\n" " you will be able to install your first application." msgstr "" +"Bir Odoo veritabanı oluşturmak için bu formu doldurun. Farklı\n" +" şirketler yada farklı amaçlar (deneme, üretim) için " +"veritabanları\n" +" oluşturabilirsiniz. Veritabanı oluşturulduğunda, ilk " +"uygulamanızı\n" +" kurabileceksiniz." #. module: web #. openerp-web @@ -1180,24 +1221,24 @@ msgstr "Filtre" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "Filtre Adı:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "Süzgeç adı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." -msgstr "" +msgstr "Süzgeç için isim gerekli." #. module: web #. openerp-web @@ -1209,21 +1250,28 @@ msgstr "Filtrelede: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "Filtreler" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "Bizi İzleyin..." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "Daha ayrıntılı bilgi için burayı ziyaret edin" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1235,14 +1283,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Biçim" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero Genel Kamu Lisansı" @@ -1277,49 +1325,49 @@ msgstr "Yardım" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "İçeaktaramadığımız dosyanın önizlemesi:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "Saat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "Görüntü" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "İçeaktar" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "İçeri Aktarma Seçenekleri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "İçe almaya uygun çıktı" @@ -1354,49 +1402,49 @@ msgstr "Geçersiz veritabanı adı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS Testleri" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Diller" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "Son Değiştirme tarihi:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "Son Değiştiren:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "Lisanslama koşulları" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "Atlanacak satırlar" @@ -1440,7 +1488,7 @@ msgstr "Yükleniyor..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1467,7 +1515,7 @@ msgstr "Çıkış" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "M2O arama alanları henüz çok öntanımlı değerleri desteklemiyor" @@ -1479,15 +1527,15 @@ msgstr "Veritabanlarını Yönet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Süzgeçleri Yönet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "Görünümleri Yönet" @@ -1519,21 +1567,21 @@ msgstr "Uygulamayı F5 tuşuna basarak yeniden yüklemeyi düşünebilirsiniz... #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" -msgstr "" +msgstr "Metaveri (%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "Yöntem:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "Dakika" @@ -1543,33 +1591,33 @@ msgstr "Dakika" #: code:addons/web/static/src/xml/base.xml:259 #, python-format msgid "Mode:" -msgstr "" +msgstr "Mod:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "Model %s Alanları" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "Değiştiren :" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "Değiştirenler:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1580,25 +1628,25 @@ msgstr "Devamı" #: code:addons/web/static/src/xml/base.xml:359 #, python-format msgid "My Odoo.com account" -msgstr "" +msgstr "Odoo.com hesabım" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "Adı" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "Adı:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "Yeni" @@ -1627,7 +1675,7 @@ msgstr "Yeni Mastır Parola:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Sonraki>" @@ -1640,49 +1688,49 @@ msgid "No" msgstr "Hayır" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "'%s' alanı için içerik '%s:%s' bulunamadı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "Hiç veri sağlanmadı." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." -msgstr "" +msgstr "Gösterilecek sonuç yok..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " -msgstr "" +msgstr "Alan değeri için bir değer bulunamadı " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "[%s] düğümü JSONlaştırılmış XML düğümü değil" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Şimdi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "Nesne:" @@ -1692,26 +1740,33 @@ msgstr "Nesne:" #: view:website:web.login_layout #: view:website:web.menu_secondary msgid "Odoo" -msgstr "" - -#. module: web -#: view:website:web.qunit_suite -msgid "Odoo Web Tests" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 -#, python-format -msgid "Odoo is a trademark of the" -msgstr "" +msgstr "Odoo" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:377 #, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "Odoo (Eski OpenERP)" + +#. module: web +#: view:website:web.qunit_suite +msgid "Odoo Web Tests" +msgstr "Odoo Web Denemeleri" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 +#, python-format +msgid "Odoo is a trademark of the" +msgstr "Odoo tescilli marka sahibi" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 +#, python-format msgid "Odoo.com" -msgstr "" +msgstr "Odoo.com" #. module: web #. openerp-web @@ -1720,9 +1775,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "Tamam" @@ -1736,32 +1791,39 @@ msgstr "Eski Parola:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "Değişimde:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "Sadece sen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "Aç: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "OpenERP S.A." + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA Şirketi" @@ -1773,6 +1835,20 @@ msgstr "OpenERP SA Şirketi" msgid "Original database name:" msgstr "İlk veritabanı adı:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "Gelecek Etkinliklerimiz" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "Web sitelerimiz" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1818,19 +1894,21 @@ msgstr "Lütfen önceki şifrenizi girin" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." -msgstr "" +msgstr "Sadece seçili kimliklerin dışa aktarılacağını unutmayın." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " "exported. Not only the selected ids." msgstr "" +"Arama filtresi ile eşleşen tüm kayıtların dışa aktarılacağına dikkat ediniz. " +"Sadece seçili kimlikler değil." #. module: web #. openerp-web @@ -1861,49 +1939,49 @@ msgstr "Öncelikler" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "Yazdır" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "İş Akışı Yazdır" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "İlişki:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "Kaldır" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "Tümünü Kaldır" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" -msgstr "" +msgstr "İşle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "Kaynak Hatası" @@ -1933,88 +2011,88 @@ msgstr "Onarıldı" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "Kaydet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "Kaydet & Kapat" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "Kaydet & Yeni" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "Farklı Kaydet" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "Farklı Kaydet..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "Süzgeci Kaydet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "Farklı kaydet:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "Şimdiki filtreyi kaydet" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "Varsayılanı Kaydet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "Alan listesini kaydet" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "Kaydedilmiş dışaaktarımlar:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "Ara" @@ -2037,50 +2115,50 @@ msgstr "%(field)s alanlarında %(value)s yi ara" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "Yeniden Arama" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "Daha Fazla Ara..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "Ara: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "Saniye" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Seç" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "D, M d Seç" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2099,49 +2177,49 @@ msgstr "Bir veritabanı adı seç:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "Bir tarih seç" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "Tarihi seç" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Seçim:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "Ayraç:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "Haftanın ilk günü için DD ayarla" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "Varsayılanı Ayarla" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "Öntanımlı Ayarla" @@ -2155,56 +2233,56 @@ msgstr "Geçerli kayıt %s nin 'id' özeliği ayarlanıyor" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "Tüm kullanıcılarla paylaş" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "Değişik bie ayı göster" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "Değişik bir yılı göster" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "Geçerli ayı göster" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "Sonraki ayı göster" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "Önceki ayı göster" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "Boy:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "Özel:" @@ -2232,14 +2310,14 @@ msgstr "Çay içmek için bir dakika mola verin,
    çünkü yükleniyor..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "Terim Çevirileri" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "Teknik çeviri" @@ -2267,14 +2345,14 @@ msgstr "Veritabanı Kopyalandı." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "Alan boş, saklayacak birşey yok!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "Aşağıdaki alanlar geçersizdir:" @@ -2288,26 +2366,26 @@ msgstr "Formdaki veriler iptal edilemiyor" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "İçeri aktarımın başarız oldu çünkü:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "Yeni parola ve parola tekrarı aynı olmalı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "birden çoka kaydı bir eylem kullanılmadan önce kaydedilmeli" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2315,21 +2393,21 @@ msgstr "Eski şifrenizi yanlış girdiniz, şifreniz değiştirilemedi." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "Kayıt veritabanında bulunamadı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "Seçilen dosya ençok dosya boyutunu %s aşıyor." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2339,14 +2417,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "Dosyanızı yüklerken bir problem oluştu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2354,14 +2432,14 @@ msgstr "Bu süzgeç geneldir ve devam ederseniz herkes için kaldırılacaktır. #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "Bu kaynak boştur" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2375,42 +2453,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "Zaman" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "Saat dilimi Uyuşmazlığı" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "Saat dilimi uyumsuzluğu" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Bugün" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" -msgstr "" +msgstr "Aşağı açılıra geç" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "Biçim Anahat Düzenini değiştir" @@ -2424,14 +2502,14 @@ msgstr "Ağaç" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "Türü:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2447,21 +2525,21 @@ msgstr "Tanımlanmamış" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "İşlenmemiş parçacık" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" -msgstr "" +msgstr "Bilinmeyen" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "Bilinmeyen alan %s alan adında %s" @@ -2482,7 +2560,7 @@ msgstr "Bilinmeyen mecazi türü " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "Etki alanı %s te bilinmeyen %s operatörü" @@ -2496,51 +2574,51 @@ msgstr "Sınırsız" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "Desteklenmeyen %s operatörü %s alanında" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "Yükleniyor ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "Yükleme Hatası" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "Gönderiliyor..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "Öntanımlı kullan" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "Kullanıcı saat-dilimi" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Sürüm" @@ -2548,28 +2626,28 @@ msgstr "Sürüm" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "Görünüm" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "Alanları Göster" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" -msgstr "" +msgstr "Metaveri izle" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "'%s' görünüm tipi one2many için desteklenmiyor." @@ -2577,14 +2655,14 @@ msgstr "'%s' görünüm tipi one2many için desteklenmiyor." #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "Uyarı" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2594,35 +2672,35 @@ msgstr "Uyarı, kayıt değiştirildi, değişiklikleriniz kaybolacaklar." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Yılın haftası" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "'%s' Parçacık tipi uygulanmamış" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "Parçacık:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "Haf" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2630,20 +2708,21 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "Evet" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" +"Yeni bir %s oluşturuyorsunuz, bunun henüz var olmadığından emin misiniz*" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "Hiçbir parolayı boş bırakamazsınız." @@ -2658,7 +2737,7 @@ msgstr "İnanamayabilirsin ama,
    uygulama gerçekten yükleniyor..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "En az bir kayıt seçmelisiniz." @@ -2675,11 +2754,11 @@ msgstr "En az bir kayıt seçmelisiniz." #: code:addons/web/static/src/js/chrome.js:259 #, python-format msgid "Your Odoo session expired. Please refresh the current web page." -msgstr "" +msgstr "Odoo oturumunuz sona erdi. Geçerli web sayfasını yenileyin." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2722,14 +2801,14 @@ msgstr "yaklaşık bir saat önce" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "içerir" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "içermez" @@ -2743,92 +2822,12 @@ msgstr "örn. şirketim" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "büyük yada eşittir" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "büyüktür" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "olan" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "eşittir" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "yanlıştır" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "değildir" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "eşit değildir" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "ayarlanmamış" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "ayarlanmış" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "doğrudur" +msgid "greater or equal than" +msgstr "büyük yada eşittir" #. module: web #. openerp-web @@ -2836,14 +2835,94 @@ msgstr "doğrudur" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "büyüktür" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "olan" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "eşittir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "yanlıştır" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "değildir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "eşit değildir" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "ayarlanmamış" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "ayarlanmış" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "doğrudur" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "az ya da eşittir" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "küçüktür" @@ -2872,12 +2951,12 @@ msgstr "geçerli bir sayı değil" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/uk.po b/addons/web/i18n/uk.po index bcca020620f..4761e5d53ea 100644 --- a/addons/web/i18n/uk.po +++ b/addons/web/i18n/uk.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "" @@ -1765,6 +1821,20 @@ msgstr "" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "" @@ -2533,28 +2603,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/vi.po b/addons/web/i18n/vi.po index 0615794d43d..d85fb0924d0 100644 --- a/addons/web/i18n/vi.po +++ b/addons/web/i18n/vi.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "" @@ -160,77 +160,91 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "" @@ -686,7 +714,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "" @@ -784,7 +812,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "" @@ -798,50 +826,57 @@ msgstr "Ngôn ngữ mặc định:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "Bạn thật sự muốn xóa cơ sở dữ liệu: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "" @@ -872,14 +907,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "" @@ -893,15 +928,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "" @@ -990,14 +1025,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "" @@ -1052,7 +1087,7 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "" @@ -1066,7 +1101,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "" @@ -1080,71 +1115,71 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "Các trường để trích xuất" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "Tập tin tải lên" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "" @@ -1178,21 +1213,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "Biểu mẫu" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "" @@ -1350,49 +1392,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "Các ngôn ngữ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "" @@ -1436,7 +1478,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1459,7 +1501,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "" @@ -1471,15 +1513,15 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "Quản lý các bộ lọc" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "" @@ -1511,21 +1553,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1539,29 +1581,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1576,21 +1618,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "" @@ -1619,7 +1661,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "Tiếp theo>" @@ -1632,49 +1674,49 @@ msgid "No" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "Bây giờ" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "" @@ -1686,6 +1728,13 @@ msgstr "" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1693,14 +1742,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1712,9 +1761,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "" @@ -1728,32 +1777,39 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "Công ty OpenERP SA" @@ -1765,6 +1821,20 @@ msgstr "Công ty OpenERP SA" msgid "Original database name:" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1810,14 +1880,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1853,49 +1923,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1925,88 +1995,88 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "" @@ -2029,50 +2099,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "Chọn" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2088,49 +2158,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "Lựa chọn:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "" @@ -2144,56 +2214,56 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "" @@ -2221,14 +2291,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "" @@ -2256,14 +2326,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "" @@ -2277,26 +2347,26 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2304,21 +2374,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2327,14 +2397,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2342,14 +2412,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2360,42 +2430,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "Hôm nay" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2409,14 +2479,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "" @@ -2432,21 +2502,21 @@ msgstr "Không xác định" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "" @@ -2467,7 +2537,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2481,51 +2551,51 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "Phiên bản" @@ -2533,28 +2603,28 @@ msgstr "Phiên bản" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "" @@ -2562,14 +2632,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2579,35 +2649,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "Tuần của năm" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "" @@ -2615,20 +2685,20 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "" @@ -2643,7 +2713,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "" @@ -2664,7 +2734,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "" @@ -2706,14 +2776,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "có chứa" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "" @@ -2727,91 +2797,11 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" +msgid "greater or equal than" msgstr "" #. module: web @@ -2820,14 +2810,94 @@ msgstr "" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "nhở hơn hoặc bằng" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "" @@ -2856,12 +2926,12 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/zh_CN.po b/addons/web/i18n/zh_CN.po index 9753bdc2cef..4f12ac98eda 100644 --- a/addons/web/i18n/zh_CN.po +++ b/addons/web/i18n/zh_CN.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-20 02:49+0000\n" "Last-Translator: Wei \"oldrev\" Li \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:54+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "%(field)s %(operator)s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s 视图" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d 条记录)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(任何已存在的同名过滤器都会被替换)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(无字符串)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "无标签" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "-- 动作 --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- 过滤器 --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- 无法导入 ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "... 上传中" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. 导入 .CSV 文件" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. 检查您的文件格式" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "创建 \"%s\"" @@ -686,7 +714,7 @@ msgstr "创建数据库" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "创建 %s" @@ -700,50 +728,50 @@ msgstr "创建新数据库" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "创建并编辑" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "创建并编辑" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "创建: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "创建者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "创建日期:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "创建用户:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "自定义筛选" @@ -784,7 +812,7 @@ msgstr "数据库:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "调试视图#" @@ -798,50 +826,57 @@ msgstr "默认语言:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "默认:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "删除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "删除这个附件" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "删除此文件" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "结束符:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "放弃" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "你确信要删除数据库: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "请确认是否要删除这个附件?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "您确认要删除该记录吗?" @@ -872,14 +907,14 @@ msgstr "您确定要删除这些记录吗?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "您的文件是否包含标题行?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "过滤条件" @@ -893,15 +928,15 @@ msgstr "请不要离开,
    系统仍然在加载中..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "完成" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "删除" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "删除数据库" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "复制数据库" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "E-mail 错误" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "编辑" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "编辑动作" @@ -990,14 +1025,14 @@ msgstr "编辑公司数据" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "编辑搜索视图" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "编辑工作流" @@ -1009,7 +1044,7 @@ msgstr "电子邮件" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "编码:" @@ -1023,28 +1058,28 @@ msgstr "结束引导" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "删除当前日期" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "错误" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "错误,密码未改变!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "求值错误" @@ -1052,7 +1087,7 @@ msgstr "求值错误" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "导出" @@ -1066,7 +1101,7 @@ msgstr "导出数据" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "导出格式" @@ -1080,71 +1115,71 @@ msgstr "导出到文件" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "导出类型:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "导出所有数据" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "计算搜索条件失败" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "收藏夹" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "视图中指定的字段'%s' 找不到。" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "字段:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "获取字段视图" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "要导出的字段" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "文件上传" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "文件上传" @@ -1180,21 +1215,21 @@ msgstr "过滤条件" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "过滤器名称:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "过滤规则名称" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "字段名不能为空" @@ -1209,21 +1244,28 @@ msgstr "搜索: %s" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "过滤器" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "更多信息请访问" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1233,14 +1275,14 @@ msgstr "如果 CSV 文件包含多标题行,那么在导入期间将跳过多 #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "表单" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "GNU Affero General Public License" @@ -1275,49 +1317,49 @@ msgstr "帮助" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "这是文件中无法导入部分的预览:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "小时" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "ID:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "图像" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "导入" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "导入选项" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "兼容导入格式导出" @@ -1352,49 +1394,49 @@ msgstr "无效的数据库名" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS 测试" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "语言" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "最后修改时间:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "最后修改者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "Latin 1" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "采用的授权协议" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "要跳过的行数" @@ -1438,7 +1480,7 @@ msgstr "正在加载..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1465,7 +1507,7 @@ msgstr "注销" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "多对一搜索字段目前不支持多个默认值" @@ -1477,15 +1519,15 @@ msgstr "管理数据库" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "管理过滤器" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "管理视图" @@ -1517,21 +1559,21 @@ msgstr "也许您应该考虑按 F5 键重新加载程序..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "元数据(%s)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "方法:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "分钟" @@ -1545,29 +1587,29 @@ msgstr "模式:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "模型“%s”的字段" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "修改者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "属性" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1582,21 +1624,21 @@ msgstr "我的 Odoo.com 帐号" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "名称" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "名称:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "新建" @@ -1625,7 +1667,7 @@ msgstr "新的主控密码:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "下一个>" @@ -1638,49 +1680,49 @@ msgid "No" msgstr "否" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "字段 '%s'无内容, '%s:%s'" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "没有数据被提供" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "无结果可供显示" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "找不到该字段的值 " #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "节点 [%s] 不是JSON化的XML节点" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "现在" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "对象:" @@ -1692,6 +1734,13 @@ msgstr "对象:" msgid "Odoo" msgstr "Odoo" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1699,14 +1748,14 @@ msgstr "Odoo Web 测试" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "Odoo 是注册商标" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "Odoo.com" @@ -1718,9 +1767,9 @@ msgstr "Odoo.com" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "确定" @@ -1734,32 +1783,39 @@ msgstr "旧密码" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "变更时动作:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "仅用于你个人" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "打开: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA 公司" @@ -1771,6 +1827,20 @@ msgstr "OpenERP SA 公司" msgid "Original database name:" msgstr "原来的数据库名:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1816,14 +1886,14 @@ msgstr "请输入你以前的密码:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "请注意只有选中的 ID 会被导出" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1859,49 +1929,49 @@ msgstr "首选项" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "打印" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "打印工作流" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "关系:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "删除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "全部移除" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "渲染" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "资源错误" @@ -1931,88 +2001,88 @@ msgstr "已还原" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "保存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "保存并关闭" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "保存并新建" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "另存为" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "另存为..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "保存过滤器" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "另存为:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "保存当前过滤器" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "保存默认值" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "保存字段列表" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "已保存的导出结果:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "搜索" @@ -2035,50 +2105,50 @@ msgstr "搜索 %(field)s : %(value)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "重新搜索" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "搜索更多..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "搜索: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "秒" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "选择" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "选择 D, M d" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2096,49 +2166,49 @@ msgstr "选择数据库名称:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "选择日期" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "选择日期" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "下拉列表:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "分隔符:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "设置DD 作为第一个工作日" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "取默认值" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "设置默认值" @@ -2152,56 +2222,56 @@ msgstr "在已有的记录 %s上设置 'id' 属性" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "与所有用户共享" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "显示不同月份" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "显示不同年份" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "显示当前月" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "显示下个月" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "显示上个月" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "大小:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "特殊:" @@ -2231,14 +2301,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "技术翻译" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "技术翻译" @@ -2266,14 +2336,14 @@ msgstr "数据库已经被复制" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "字段为空,没有需要保存的值!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "下列字段无效:" @@ -2287,26 +2357,26 @@ msgstr "这个表单的数据不能被作废。" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "导入失败:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "新密码与再次输入的密码必须相同。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "o2m记录必须先保存才能被一个动作使用" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2314,21 +2384,21 @@ msgstr "你提供的原密码是错误的,密码没有改变" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "无法在数据库中找到此字段" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "所选文件超出了文件的最大值设定:%s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2337,14 +2407,14 @@ msgstr "字段类型 '%s' 必须是一个关联到 'ir.attachment'模型的 man #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "上传文件时发生了问题" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2352,14 +2422,14 @@ msgstr "这是一个所有人都可以使用的全局过滤器,如果继续, #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "资源是空的" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2372,42 +2442,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "时间" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "时区错误" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "时区不一致" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "今天" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "切换下拉列表" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "切换表单布局视图" @@ -2421,14 +2491,14 @@ msgstr "树形" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "类型:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2444,21 +2514,21 @@ msgstr "未定义" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "未处理的窗口部件" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "未知" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "发现未知字段 %s ,过滤条件 %s 有误" @@ -2479,7 +2549,7 @@ msgstr "未知的 nonliteral 类型 " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "发现未知操作符 %s ,过滤条件 %s 有误" @@ -2493,51 +2563,51 @@ msgstr "不限" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "有不支持的操作符 %s ,过滤条件 %s 有误" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "正在上传..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "上传错误" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "正在上传..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "默认使用" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "用户的时区" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "版本" @@ -2545,28 +2615,28 @@ msgstr "版本" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "视图" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "查看字段" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "查看元数据" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "视图类型 '%s' 在 One2Many 中不支持。" @@ -2574,14 +2644,14 @@ msgstr "视图类型 '%s' 在 One2Many 中不支持。" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "警告" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2594,35 +2664,35 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "年内周数" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "Widget 类型 '%s' 尚未实现" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "窗口部件:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "周" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2630,20 +2700,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "是" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "正要创建新的 %s,确认它真的不存在吗?" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "你不能让任何密码为空。" @@ -2658,7 +2728,7 @@ msgstr "也许你不相信,
    但是这个应用真的还在加载...." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "您应至少选择一条记录。" @@ -2679,7 +2749,7 @@ msgstr "你的会话已过期,请刷新当前页面。" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "用户选项中的时区设置跟浏览器的 时区不匹配" @@ -2721,14 +2791,14 @@ msgstr "大约一小时前" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "包含" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "不包含" @@ -2742,92 +2812,12 @@ msgstr "例如: mycompany(必须是字母开头,后面可以跟数字和下划 #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "大于等于" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "大于" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "是" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "等于" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "为假" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "不是" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "不等于" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "未设置" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "已设置" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "为真" +msgid "greater or equal than" +msgstr "大于等于" #. module: web #. openerp-web @@ -2835,14 +2825,94 @@ msgstr "为真" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "大于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "是" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "等于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "为假" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "不是" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "不等于" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "未设置" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "已设置" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "为真" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "小于等于" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "小于" @@ -2871,12 +2941,12 @@ msgstr "无效的数字" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web/i18n/zh_TW.po b/addons/web/i18n/zh_TW.po index 242c3f68b31..8ee7fcb809e 100644 --- a/addons/web/i18n/zh_TW.po +++ b/addons/web/i18n/zh_TW.po @@ -7,27 +7,27 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:23+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:06+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2119 -#: code:addons/web/static/src/js/search.js:2286 +#: code:addons/web/static/src/js/search.js:2122 +#: code:addons/web/static/src/js/search.js:2289 #, python-format msgid "%(field)s %(operator)s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2120 +#: code:addons/web/static/src/js/search.js:2123 #, python-format msgid "%(field)s %(operator)s \"%(value)s\"" msgstr "%(field)s %(operator)s \"%(value)s\"" @@ -41,14 +41,14 @@ msgstr "%(page)d/%(page_count)d" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:566 +#: code:addons/web/static/src/js/views.js:595 #, python-format msgid "%(view_type)s view" msgstr "%(view_type)s 檢視" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:432 +#: code:addons/web/static/src/js/view_form.js:433 #, python-format msgid "%d / %d" msgstr "%d / %d" @@ -160,77 +160,91 @@ msgstr "(%d 筆)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1538 +#: code:addons/web/static/src/xml/base.xml:1602 #, python-format msgid "(Any existing filter with the same name will be replaced)" msgstr "(會取代所有同名篩選)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1385 +#: code:addons/web/static/src/xml/base.xml:381 +#, python-format +msgid "(Formerly OpenERP)" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1449 #, python-format msgid "(no string)" msgstr "(no string)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:885 +#: code:addons/web/static/src/xml/base.xml:947 #, python-format msgid "(nolabel)" msgstr "(nolabel)" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1528 +#: code:addons/web/static/src/xml/base.xml:1592 #, python-format msgid "-- Actions --" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1519 +#: code:addons/web/static/src/xml/base.xml:1583 #, python-format msgid "-- Filters --" msgstr "-- 篩選 --" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1895 +#: code:addons/web/static/src/xml/base.xml:1959 #, python-format msgid "--- Don't Import ---" msgstr "--- 請勿匯入 ---" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1326 +#: code:addons/web/static/src/xml/base.xml:1390 #, python-format msgid "...Upload in progress..." msgstr "...資料上傳中..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1845 +#: code:addons/web/static/src/xml/base.xml:1909 #, python-format msgid "1. Import a .CSV file" msgstr "1. 匯入 .CSV 檔" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1853 +#: code:addons/web/static/src/xml/base.xml:418 +#, python-format +msgid "1367 Grand-Rosière" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:1917 #, python-format msgid "2. Check your file format" msgstr "2. 檢查檔案格式" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2616 +#: code:addons/web/static/src/js/view_form.js:2629 #, python-format msgid "%s\"" msgstr "建立 \"%s\"" @@ -686,7 +714,7 @@ msgstr "建立資料庫" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3438 +#: code:addons/web/static/src/js/view_form.js:3451 #, python-format msgid "Create a %s" msgstr "" @@ -700,50 +728,50 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3361 +#: code:addons/web/static/src/js/view_form.js:3374 #, python-format msgid "Create and Edit..." msgstr "建立及編輯" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:1995 #, python-format msgid "Create and edit" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 -#: code:addons/web/static/src/js/view_form.js:4398 +#: code:addons/web/static/src/js/view_form.js:3418 +#: code:addons/web/static/src/js/view_form.js:4416 #, python-format msgid "Create: " msgstr "建立: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:563 +#: code:addons/web/static/src/xml/base.xml:625 #, python-format msgid "Created by :" msgstr "建立者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:502 +#: code:addons/web/static/src/xml/base.xml:564 #, python-format msgid "Creation Date:" msgstr "建立日期:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:498 +#: code:addons/web/static/src/xml/base.xml:560 #, python-format msgid "Creation User:" msgstr "建立的使用者:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1759 +#: code:addons/web/static/src/js/search.js:1762 #, python-format msgid "Custom Filter" msgstr "自訂篩選" @@ -784,7 +812,7 @@ msgstr "資料庫:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:466 +#: code:addons/web/static/src/xml/base.xml:528 #, python-format msgid "Debug View#" msgstr "除錯檢視#" @@ -798,50 +826,57 @@ msgstr "預設語言:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:849 #, python-format msgid "Default:" msgstr "預設值:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:202 +#: code:addons/web/static/src/js/view_form.js:203 #: code:addons/web/static/src/js/view_list.js:351 -#: code:addons/web/static/src/xml/base.xml:1835 +#: code:addons/web/static/src/xml/base.xml:1899 #, python-format msgid "Delete" msgstr "刪除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:575 +#: code:addons/web/static/src/xml/base.xml:637 #, python-format msgid "Delete this attachment" msgstr "刪除附加檔" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1333 +#: code:addons/web/static/src/xml/base.xml:1397 #, python-format msgid "Delete this file" msgstr "刪除此檔案" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1868 +#: code:addons/web/static/src/xml/base.xml:1932 #, python-format msgid "Delimiter:" msgstr "分隔符號:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:726 -#: code:addons/web/static/src/xml/base.xml:770 -#: code:addons/web/static/src/xml/base.xml:1453 +#: code:addons/web/static/src/xml/base.xml:788 +#: code:addons/web/static/src/xml/base.xml:832 +#: code:addons/web/static/src/xml/base.xml:1517 #, python-format msgid "Discard" msgstr "捨棄" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:426 +#, python-format +msgid "Discover Events of Odoo around the world..." +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/js/chrome.js:537 @@ -851,14 +886,14 @@ msgstr "您確定要刪除資料庫: %s ?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1322 +#: code:addons/web/static/src/js/views.js:1351 #, python-format msgid "Do you really want to delete this attachment ?" msgstr "您確定要刪除這附加檔嗎?" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:754 +#: code:addons/web/static/src/js/view_form.js:767 #, python-format msgid "Do you really want to delete this record?" msgstr "您確定要刪除這項記錄?" @@ -872,14 +907,14 @@ msgstr "您真的要刪除這些記錄嗎?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1860 +#: code:addons/web/static/src/xml/base.xml:1924 #, python-format msgid "Does your file have titles?" msgstr "您的檔案有標題嗎?" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:914 +#: code:addons/web/static/src/xml/base.xml:976 #, python-format msgid "Domain:" msgstr "領域:" @@ -893,15 +928,15 @@ msgstr "別離開,
    仍在載入中..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2614 -#: code:addons/web/static/src/js/view_form.js:2644 +#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2657 #, python-format msgid "Done" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5648 +#: code:addons/web/static/src/js/view_form.js:5666 #: code:addons/web/static/src/js/view_list.js:2299 #, python-format msgid "Download" @@ -924,7 +959,7 @@ msgstr "捨棄" #. module: web #. openerp-web -#: code:addons/web/controllers/main.py:716 +#: code:addons/web/controllers/main.py:720 #: code:addons/web/static/src/xml/base.xml:176 #, python-format msgid "Drop Database" @@ -939,7 +974,7 @@ msgstr "刪除資料庫" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:203 +#: code:addons/web/static/src/js/view_form.js:204 #: code:addons/web/static/src/xml/base.xml:152 #: code:addons/web/static/src/xml/base.xml:305 #, python-format @@ -962,23 +997,23 @@ msgstr "複製資料庫" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2454 +#: code:addons/web/static/src/js/view_form.js:2467 #, python-format msgid "E-mail Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:479 -#: code:addons/web/static/src/xml/base.xml:762 -#: code:addons/web/static/src/xml/base.xml:1231 +#: code:addons/web/static/src/xml/base.xml:541 +#: code:addons/web/static/src/xml/base.xml:824 +#: code:addons/web/static/src/xml/base.xml:1294 #, python-format msgid "Edit" msgstr "編輯" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:481 +#: code:addons/web/static/src/xml/base.xml:543 #, python-format msgid "Edit Action" msgstr "編輯動作" @@ -990,14 +1025,14 @@ msgstr "編輯公司資訊" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:480 +#: code:addons/web/static/src/xml/base.xml:542 #, python-format msgid "Edit SearchView" msgstr "編輯搜尋檢視" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:482 +#: code:addons/web/static/src/xml/base.xml:544 #, python-format msgid "Edit Workflow" msgstr "編輯流程" @@ -1009,7 +1044,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1872 +#: code:addons/web/static/src/xml/base.xml:1936 #, python-format msgid "Encoding:" msgstr "編碼:" @@ -1023,28 +1058,28 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2613 +#: code:addons/web/static/src/js/view_form.js:2626 #, python-format msgid "Erase the current date" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Error" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:756 -#: code:addons/web/controllers/main.py:796 +#: code:addons/web/controllers/main.py:760 +#: code:addons/web/controllers/main.py:800 #, python-format msgid "Error, password not changed !" msgstr "錯誤,密碼並未變更!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:902 +#: code:addons/web/static/src/js/pyeval.js:896 #, python-format msgid "Evaluation Error" msgstr "評估錯誤" @@ -1052,7 +1087,7 @@ msgstr "評估錯誤" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:350 -#: code:addons/web/static/src/xml/base.xml:1728 +#: code:addons/web/static/src/xml/base.xml:1792 #, python-format msgid "Export" msgstr "匯出" @@ -1066,7 +1101,7 @@ msgstr "匯出資料" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1746 +#: code:addons/web/static/src/xml/base.xml:1810 #, python-format msgid "Export Formats" msgstr "匯出格式" @@ -1080,71 +1115,71 @@ msgstr "匯出至檔案" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1740 +#: code:addons/web/static/src/xml/base.xml:1804 #, python-format msgid "Export Type:" msgstr "匯出類型:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1743 +#: code:addons/web/static/src/xml/base.xml:1807 #, python-format msgid "Export all Data" msgstr "匯出所有資料" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:824 +#: code:addons/web/static/src/js/views.js:853 #, python-format msgid "Failed to evaluate search criterions" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1658 +#: code:addons/web/static/src/xml/base.xml:1722 #, python-format msgid "Favorites" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1220 +#: code:addons/web/static/src/js/view_form.js:1233 #, python-format msgid "Field '%s' specified in view could not be found." msgstr "找不到檢視中指定的欄位 '%s'。" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:890 +#: code:addons/web/static/src/xml/base.xml:952 #, python-format msgid "Field:" msgstr "欄位:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:946 -#: code:addons/web/static/src/xml/base.xml:474 +#: code:addons/web/static/src/js/views.js:975 +#: code:addons/web/static/src/xml/base.xml:536 #, python-format msgid "Fields View Get" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1754 +#: code:addons/web/static/src/xml/base.xml:1818 #, python-format msgid "Fields to export" msgstr "要匯出欄位" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "File Upload" msgstr "上傳檔案" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5548 +#: code:addons/web/static/src/js/view_form.js:5566 #, python-format msgid "File upload" msgstr "檔案上傳" @@ -1178,21 +1213,21 @@ msgstr "篩選器" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1536 +#: code:addons/web/static/src/xml/base.xml:1600 #, python-format msgid "Filter Name:" msgstr "篩選名稱:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1666 +#: code:addons/web/static/src/xml/base.xml:1730 #, python-format msgid "Filter name" msgstr "篩選器名稱" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1867 +#: code:addons/web/static/src/js/search.js:1870 #, python-format msgid "Filter name is required." msgstr "" @@ -1207,21 +1242,28 @@ msgstr "以 %s 進行篩選" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:832 -#: code:addons/web/static/src/xml/base.xml:1518 +#: code:addons/web/static/src/xml/base.xml:1582 #, python-format msgid "Filters" msgstr "篩選器" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:430 +#, python-format +msgid "Follow Us..." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "For more information visit" msgstr "更多資訊請至" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "" "For use if CSV files have titles on multiple lines, skips more than a single " @@ -1231,14 +1273,14 @@ msgstr "" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_form.js:79 -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "Form" msgstr "表單" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "GNU Affero General Public License" msgstr "" @@ -1273,49 +1315,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1908 +#: code:addons/web/static/src/xml/base.xml:1972 #, python-format msgid "Here is a preview of the file we could not import:" msgstr "無法匯入檔案的預覽:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2640 +#: code:addons/web/static/src/js/view_form.js:2653 #, python-format msgid "Hour" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:490 +#: code:addons/web/static/src/xml/base.xml:552 #, python-format msgid "ID:" msgstr "編號:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5709 +#: code:addons/web/static/src/js/view_form.js:5727 #, python-format msgid "Image" msgstr "影像" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1839 +#: code:addons/web/static/src/xml/base.xml:1903 #, python-format msgid "Import" msgstr "匯入" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1856 +#: code:addons/web/static/src/xml/base.xml:1920 #, python-format msgid "Import Options" msgstr "匯入選項" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1742 +#: code:addons/web/static/src/xml/base.xml:1806 #, python-format msgid "Import-Compatible Export" msgstr "具備匯入相容性的匯出" @@ -1350,49 +1392,49 @@ msgstr "無效的資料庫名稱" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:951 -#: code:addons/web/static/src/xml/base.xml:472 +#: code:addons/web/static/src/js/views.js:980 +#: code:addons/web/static/src/xml/base.xml:534 #, python-format msgid "JS Tests" msgstr "JS 測試" #. module: web -#: code:addons/web/controllers/main.py:803 +#: code:addons/web/controllers/main.py:807 #, python-format msgid "Languages" msgstr "語言" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:510 +#: code:addons/web/static/src/xml/base.xml:572 #, python-format msgid "Latest Modification Date:" msgstr "最後修改日期:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:506 +#: code:addons/web/static/src/xml/base.xml:568 #, python-format msgid "Latest Modification by:" msgstr "最後更動資料者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1876 +#: code:addons/web/static/src/xml/base.xml:1940 #, python-format msgid "Latin 1" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:376 +#: code:addons/web/static/src/xml/base.xml:412 #, python-format msgid "Licenced under the terms of" msgstr "在條款下授權" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1879 +#: code:addons/web/static/src/xml/base.xml:1943 #, python-format msgid "Lines to skip" msgstr "略過行" @@ -1436,7 +1478,7 @@ msgstr "載入..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/pyeval.js:906 +#: code:addons/web/static/src/js/pyeval.js:900 #, python-format msgid "" "Local evaluation failure\n" @@ -1463,7 +1505,7 @@ msgstr "登出" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1660 +#: code:addons/web/static/src/js/search.js:1659 #, python-format msgid "M2O search fields do not currently handle multiple default values" msgstr "多對一搜尋欄位目前不能處理多項預設值" @@ -1475,15 +1517,15 @@ msgstr "管理資料庫" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:475 -#: code:addons/web/static/src/xml/base.xml:1531 +#: code:addons/web/static/src/xml/base.xml:537 +#: code:addons/web/static/src/xml/base.xml:1595 #, python-format msgid "Manage Filters" msgstr "管理篩選" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:478 +#: code:addons/web/static/src/xml/base.xml:540 #, python-format msgid "Manage Views" msgstr "管理檢視" @@ -1515,21 +1557,21 @@ msgstr "或許您可以考慮按F5來重新載入應用程式..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:962 +#: code:addons/web/static/src/js/views.js:991 #, python-format msgid "Metadata (%s)" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1401 +#: code:addons/web/static/src/xml/base.xml:1465 #, python-format msgid "Method:" msgstr "方法:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2641 +#: code:addons/web/static/src/js/view_form.js:2654 #, python-format msgid "Minute" msgstr "" @@ -1543,29 +1585,29 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1004 +#: code:addons/web/static/src/js/views.js:1033 #, python-format msgid "Model %s fields" msgstr "模型 %s 欄位" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:568 +#: code:addons/web/static/src/xml/base.xml:630 #, python-format msgid "Modified by :" msgstr "修改者:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:918 +#: code:addons/web/static/src/xml/base.xml:980 #, python-format msgid "Modifiers:" msgstr "修飾鍵:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1138 -#: code:addons/web/static/src/xml/base.xml:1217 +#: code:addons/web/static/src/js/views.js:1167 +#: code:addons/web/static/src/xml/base.xml:1279 #: view:website:web.menu #, python-format msgid "More" @@ -1580,21 +1622,21 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1789 +#: code:addons/web/static/src/xml/base.xml:1853 #, python-format msgid "Name" msgstr "名稱" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1925 +#: code:addons/web/static/src/xml/base.xml:1989 #, python-format msgid "Name:" msgstr "名稱:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:328 +#: code:addons/web/static/src/js/view_form.js:329 #, python-format msgid "New" msgstr "新增" @@ -1623,7 +1665,7 @@ msgstr "新主密碼:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2618 +#: code:addons/web/static/src/js/view_form.js:2631 #, python-format msgid "Next>" msgstr "" @@ -1636,49 +1678,49 @@ msgid "No" msgstr "否" #. module: web -#: code:addons/web/controllers/main.py:1123 +#: code:addons/web/controllers/main.py:1127 #, python-format msgid "No content found for field '%s' on '%s:%s'" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:157 +#: code:addons/web/static/src/js/view_form.js:158 #, python-format msgid "No data provided." msgstr "沒有提供資料" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3370 +#: code:addons/web/static/src/js/view_form.js:3383 #, python-format msgid "No results to show..." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "No value found for the field for value " msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1633 +#: code:addons/web/static/src/js/views.js:1667 #, python-format msgid "Node [%s] is not a JSONified XML node" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2643 +#: code:addons/web/static/src/js/view_form.js:2656 #, python-format msgid "Now" msgstr "現在" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:894 +#: code:addons/web/static/src/xml/base.xml:956 #, python-format msgid "Object:" msgstr "物件:" @@ -1690,6 +1732,13 @@ msgstr "物件:" msgid "Odoo" msgstr "" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:377 +#, python-format +msgid "Odoo (Formerly OpenERP)" +msgstr "" + #. module: web #: view:website:web.qunit_suite msgid "Odoo Web Tests" @@ -1697,14 +1746,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:374 +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "Odoo is a trademark of the" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:377 +#: code:addons/web/static/src/xml/base.xml:413 #, python-format msgid "Odoo.com" msgstr "" @@ -1716,9 +1765,9 @@ msgstr "" #: code:addons/web/static/src/js/chrome.js:346 #: code:addons/web/static/src/js/chrome.js:504 #: code:addons/web/static/src/js/chrome.js:750 -#: code:addons/web/static/src/js/view_form.js:570 -#: code:addons/web/static/src/js/view_form.js:1933 -#: code:addons/web/static/src/xml/base.xml:1823 +#: code:addons/web/static/src/js/view_form.js:573 +#: code:addons/web/static/src/js/view_form.js:1946 +#: code:addons/web/static/src/xml/base.xml:1887 #, python-format msgid "Ok" msgstr "確定" @@ -1732,32 +1781,39 @@ msgstr "舊密碼:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:926 +#: code:addons/web/static/src/xml/base.xml:988 #, python-format msgid "On change:" msgstr "變更:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:823 +#: code:addons/web/static/src/xml/base.xml:885 #, python-format msgid "Only you" msgstr "只有您" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3561 -#: code:addons/web/static/src/js/view_form.js:4306 -#: code:addons/web/static/src/js/view_form.js:4426 -#: code:addons/web/static/src/js/view_form.js:4899 -#: code:addons/web/static/src/js/view_form.js:5041 +#: code:addons/web/static/src/js/view_form.js:3579 +#: code:addons/web/static/src/js/view_form.js:4324 +#: code:addons/web/static/src/js/view_form.js:4444 +#: code:addons/web/static/src/js/view_form.js:4917 +#: code:addons/web/static/src/js/view_form.js:5059 #, python-format msgid "Open: " msgstr "開啟: " #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:375 +#: code:addons/web/static/src/xml/base.xml:416 +#, python-format +msgid "OpenERP S.A." +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:411 #, python-format msgid "OpenERP SA Company" msgstr "OpenERP SA 公司" @@ -1769,6 +1825,20 @@ msgstr "OpenERP SA 公司" msgid "Original database name:" msgstr "原始資料庫名稱:" +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:427 +#, python-format +msgid "Our next Events" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/xml/base.xml:423 +#, python-format +msgid "Our website" +msgstr "" + #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:309 @@ -1814,14 +1884,14 @@ msgstr "請輸入先前的密碼" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1783 +#: code:addons/web/static/src/xml/base.xml:1847 #, python-format msgid "Please note that only the selected ids will be exported." msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1780 +#: code:addons/web/static/src/xml/base.xml:1844 #, python-format msgid "" "Please pay attention that all records matching your search filter will be " @@ -1857,49 +1927,49 @@ msgstr "偏好設定" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1137 +#: code:addons/web/static/src/js/views.js:1166 #, python-format msgid "Print" msgstr "列印" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:483 +#: code:addons/web/static/src/xml/base.xml:545 #, python-format msgid "Print Workflow" msgstr "列印工作流程" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:930 +#: code:addons/web/static/src/xml/base.xml:992 #, python-format msgid "Relation:" msgstr "關聯" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1769 +#: code:addons/web/static/src/xml/base.xml:1833 #, python-format msgid "Remove" msgstr "移除" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1770 +#: code:addons/web/static/src/xml/base.xml:1834 #, python-format msgid "Remove All" msgstr "全部移除" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3734 +#: code:addons/web/static/src/js/view_form.js:3752 #, python-format msgid "Render" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "Resource Error" msgstr "" @@ -1929,88 +1999,88 @@ msgstr "回復" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:723 -#: code:addons/web/static/src/xml/base.xml:768 -#: code:addons/web/static/src/xml/base.xml:1444 -#: code:addons/web/static/src/xml/base.xml:1673 +#: code:addons/web/static/src/xml/base.xml:785 +#: code:addons/web/static/src/xml/base.xml:830 +#: code:addons/web/static/src/xml/base.xml:1508 +#: code:addons/web/static/src/xml/base.xml:1737 #, python-format msgid "Save" msgstr "儲存" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1447 +#: code:addons/web/static/src/xml/base.xml:1511 #, python-format msgid "Save & Close" msgstr "儲存並關閉" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1448 +#: code:addons/web/static/src/xml/base.xml:1512 #, python-format msgid "Save & New" msgstr "儲存並新增" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1278 -#: code:addons/web/static/src/xml/base.xml:1280 +#: code:addons/web/static/src/xml/base.xml:1342 +#: code:addons/web/static/src/xml/base.xml:1344 #, python-format msgid "Save As" msgstr "另存為" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "Save As..." msgstr "另存新檔…" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1530 +#: code:addons/web/static/src/xml/base.xml:1594 #, python-format msgid "Save Filter" msgstr "儲存篩選" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1821 +#: code:addons/web/static/src/xml/base.xml:1885 #, python-format msgid "Save as:" msgstr "另存為:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1664 +#: code:addons/web/static/src/xml/base.xml:1728 #, python-format msgid "Save current filter" msgstr "儲存目前篩選條件" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1061 +#: code:addons/web/static/src/js/view_form.js:1074 #, python-format msgid "Save default" msgstr "儲存預設值" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1756 +#: code:addons/web/static/src/xml/base.xml:1820 #, python-format msgid "Save fields list" msgstr "儲存欄位清單" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1827 +#: code:addons/web/static/src/xml/base.xml:1891 #, python-format msgid "Saved exports:" msgstr "已儲存匯出:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search" msgstr "搜尋" @@ -2033,50 +2103,50 @@ msgstr "以: %(value)s 搜尋 %(field)s" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1490 +#: code:addons/web/static/src/xml/base.xml:1554 #, python-format msgid "Search Again" msgstr "再次搜尋" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3336 +#: code:addons/web/static/src/js/view_form.js:3349 #, python-format msgid "Search More..." msgstr "搜尋更多..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3405 +#: code:addons/web/static/src/js/view_form.js:3418 #, python-format msgid "Search: " msgstr "搜尋: " #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2642 +#: code:addons/web/static/src/js/view_form.js:2655 #, python-format msgid "Second" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1272 -#: code:addons/web/static/src/xml/base.xml:1435 +#: code:addons/web/static/src/xml/base.xml:1336 +#: code:addons/web/static/src/xml/base.xml:1499 #, python-format msgid "Select" msgstr "選取" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2632 +#: code:addons/web/static/src/js/view_form.js:2645 #, python-format msgid "Select D, M d" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1846 +#: code:addons/web/static/src/xml/base.xml:1910 #, python-format msgid "" "Select a .CSV file to import. If you need a sample of file to import,\n" @@ -2092,49 +2162,49 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2634 +#: code:addons/web/static/src/js/view_form.js:2647 #, python-format msgid "Select a date" msgstr "請選擇日期" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1063 +#: code:addons/web/static/src/xml/base.xml:1125 #, python-format msgid "Select date" msgstr "選擇日期" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:934 +#: code:addons/web/static/src/xml/base.xml:996 #, python-format msgid "Selection:" msgstr "選擇:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1866 +#: code:addons/web/static/src/xml/base.xml:1930 #, python-format msgid "Separator:" msgstr "分隔符號:" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2631 +#: code:addons/web/static/src/js/view_form.js:2644 #, python-format msgid "Set DD as first week day" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1054 +#: code:addons/web/static/src/js/view_form.js:1067 #, python-format msgid "Set Default" msgstr "設定為預設值" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:470 +#: code:addons/web/static/src/xml/base.xml:532 #, python-format msgid "Set Defaults" msgstr "設為預設值" @@ -2148,56 +2218,56 @@ msgstr "在已存在的紀錄 %s 設定 'id' 屬性" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1669 +#: code:addons/web/static/src/xml/base.xml:1733 #, python-format msgid "Share with all users" msgstr "與所有使用者分享" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2624 +#: code:addons/web/static/src/js/view_form.js:2637 #, python-format msgid "Show a different month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2625 +#: code:addons/web/static/src/js/view_form.js:2638 #, python-format msgid "Show a different year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2621 +#: code:addons/web/static/src/js/view_form.js:2634 #, python-format msgid "Show the current month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2619 +#: code:addons/web/static/src/js/view_form.js:2632 #, python-format msgid "Show the next month" msgstr "顯示下個月" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2617 +#: code:addons/web/static/src/js/view_form.js:2630 #, python-format msgid "Show the previous month" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:906 +#: code:addons/web/static/src/xml/base.xml:968 #, python-format msgid "Size:" msgstr "大小:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1392 +#: code:addons/web/static/src/xml/base.xml:1456 #, python-format msgid "Special:" msgstr "特殊的:" @@ -2225,14 +2295,14 @@ msgstr "喝杯咖啡休息一下吧,
    因為還在載入中..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:979 +#: code:addons/web/static/src/js/views.js:1008 #, python-format msgid "Technical Translation" msgstr "技術性翻譯" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:477 +#: code:addons/web/static/src/xml/base.xml:539 #, python-format msgid "Technical translation" msgstr "技術性翻譯" @@ -2260,14 +2330,14 @@ msgstr "資料庫已被複製。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5583 +#: code:addons/web/static/src/js/view_form.js:5601 #, python-format msgid "The field is empty, there's nothing to save !" msgstr "欄位空白,沒有東西可以儲存!" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:866 +#: code:addons/web/static/src/js/view_form.js:879 #, python-format msgid "The following fields are invalid:" msgstr "下列欄位為無效:" @@ -2281,26 +2351,26 @@ msgstr "表格的資料無法忽略" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1906 +#: code:addons/web/static/src/xml/base.xml:1970 #, python-format msgid "The import failed due to:" msgstr "匯入失敗,原因為:" #. module: web -#: code:addons/web/controllers/main.py:789 +#: code:addons/web/controllers/main.py:793 #, python-format msgid "The new password and its confirmation must be identical." msgstr "新密碼與確認密碼必須一致。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4446 +#: code:addons/web/static/src/js/view_form.js:4464 #, python-format msgid "The o2m record must be saved before an action can be used" msgstr "在一項行動被使用之前,一對多的紀錄必須被儲存" #. module: web -#: code:addons/web/controllers/main.py:795 +#: code:addons/web/controllers/main.py:799 #, python-format msgid "" "The old password you provided is incorrect, your password was not changed." @@ -2308,21 +2378,21 @@ msgstr "您提供的舊密碼是錯誤的,您的密碼並未變更。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:323 +#: code:addons/web/static/src/js/view_form.js:324 #, python-format msgid "The record could not be found in the database." msgstr "資料庫中找不到該筆記錄。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5547 +#: code:addons/web/static/src/js/view_form.js:5565 #, python-format msgid "The selected file exceed the maximum file size of %s." msgstr "所選檔案其大小超過最大檔案 %s" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5752 +#: code:addons/web/static/src/js/view_form.js:5770 #, python-format msgid "" "The type of the field '%s' must be a many2many field with a relation to " @@ -2331,14 +2401,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5568 +#: code:addons/web/static/src/js/view_form.js:5586 #, python-format msgid "There was a problem while uploading your file" msgstr "在上傳您的檔案時,發生了問題。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:1777 +#: code:addons/web/static/src/js/search.js:1780 #, python-format msgid "" "This filter is global and will be removed for everybody if you continue." @@ -2346,14 +2416,14 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2484 +#: code:addons/web/static/src/js/view_form.js:2497 #, python-format msgid "This resource is empty" msgstr "此資源檔為空白" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1733 +#: code:addons/web/static/src/xml/base.xml:1797 #, python-format msgid "" "This wizard will export all data that matches the current search criteria to " @@ -2364,42 +2434,42 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2639 +#: code:addons/web/static/src/js/view_form.js:2652 #, python-format msgid "Time" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/chrome.js:1329 +#: code:addons/web/static/src/js/chrome.js:1333 #, python-format msgid "Timezone Mismatch" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:398 +#: code:addons/web/static/src/xml/base.xml:460 #, python-format msgid "Timezone mismatch" msgstr "時區不匹配" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2620 +#: code:addons/web/static/src/js/view_form.js:2633 #, python-format msgid "Today" msgstr "今天" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:967 +#: code:addons/web/static/src/xml/base.xml:1029 #, python-format msgid "Toggle Dropdown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:469 +#: code:addons/web/static/src/xml/base.xml:531 #, python-format msgid "Toggle Form Layout Outline" msgstr "" @@ -2413,14 +2483,14 @@ msgstr "樹狀列表" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:898 +#: code:addons/web/static/src/xml/base.xml:960 #, python-format msgid "Type:" msgstr "類型:" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1875 +#: code:addons/web/static/src/xml/base.xml:1939 #, python-format msgid "UTF-8" msgstr "UTF-8" @@ -2436,21 +2506,21 @@ msgstr "未定義" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:879 +#: code:addons/web/static/src/xml/base.xml:941 #, python-format msgid "Unhandled widget" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3144 +#: code:addons/web/static/src/js/view_form.js:3157 #, python-format msgid "Unknown" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1664 +#: code:addons/web/static/src/js/view_form.js:1677 #, python-format msgid "Unknown field %s in domain %s" msgstr "在領域 %s 中的不知名欄位 %s" @@ -2471,7 +2541,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1656 +#: code:addons/web/static/src/js/view_form.js:1669 #, python-format msgid "Unknown operator %s in domain %s" msgstr "" @@ -2485,51 +2555,51 @@ msgstr "無限制" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1702 +#: code:addons/web/static/src/js/view_form.js:1715 #, python-format msgid "Unsupported operator %s in domain %s" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1235 -#: code:addons/web/static/src/xml/base.xml:1295 +#: code:addons/web/static/src/xml/base.xml:1298 +#: code:addons/web/static/src/xml/base.xml:1359 #, python-format msgid "Uploading ..." msgstr "上載 ..." #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:5868 -#: code:addons/web/static/src/js/views.js:1282 +#: code:addons/web/static/src/js/view_form.js:5886 +#: code:addons/web/static/src/js/views.js:1311 #, python-format msgid "Uploading Error" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1313 +#: code:addons/web/static/src/js/views.js:1342 #, python-format msgid "Uploading..." msgstr "正在上傳..." #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:1671 +#: code:addons/web/static/src/xml/base.xml:1735 #, python-format msgid "Use by default" msgstr "使用預設值" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:388 +#: code:addons/web/static/src/xml/base.xml:450 #, python-format msgid "User's timezone" msgstr "使用者的時區" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:371 +#: code:addons/web/static/src/xml/base.xml:382 #, python-format msgid "Version" msgstr "版本" @@ -2537,28 +2607,28 @@ msgstr "版本" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:2367 -#: code:addons/web/static/src/xml/base.xml:479 +#: code:addons/web/static/src/xml/base.xml:541 #, python-format msgid "View" msgstr "檢視" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:473 +#: code:addons/web/static/src/xml/base.xml:535 #, python-format msgid "View Fields" msgstr "檢視欄位" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:468 +#: code:addons/web/static/src/xml/base.xml:530 #, python-format msgid "View Metadata" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:4036 +#: code:addons/web/static/src/js/view_form.js:4054 #, python-format msgid "View type '%s' is not supported in One2Many." msgstr "檢視型態 '%s' 在一對多中並不支援。" @@ -2566,14 +2636,14 @@ msgstr "檢視型態 '%s' 在一對多中並不支援。" #. module: web #. openerp-web #: code:addons/web/static/src/js/view_list.js:734 -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "Warning" msgstr "警告" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:773 +#: code:addons/web/static/src/js/view_form.js:786 #, python-format msgid "" "Warning, the record has been modified, your changes will be discarded.\n" @@ -2583,35 +2653,35 @@ msgstr "警告,記錄已經被修改,您的變更將會被忽略。" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2627 +#: code:addons/web/static/src/js/view_form.js:2640 #, python-format msgid "Week of the year" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:1224 +#: code:addons/web/static/src/js/view_form.js:1237 #, python-format msgid "Widget type '%s' is not implemented" msgstr "小工具的型態 '%s' 並未被實作" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:902 +#: code:addons/web/static/src/xml/base.xml:964 #, python-format msgid "Widget:" msgstr "小工具" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:2626 +#: code:addons/web/static/src/js/view_form.js:2639 #, python-format msgid "Wk" msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:494 +#: code:addons/web/static/src/xml/base.xml:556 #, python-format msgid "XML ID:" msgstr "XML ID:" @@ -2619,20 +2689,20 @@ msgstr "XML ID:" #. module: web #. openerp-web #: code:addons/web/static/src/js/search.js:1561 -#: code:addons/web/static/src/xml/base.xml:922 +#: code:addons/web/static/src/xml/base.xml:984 #, python-format msgid "Yes" msgstr "是" #. module: web #. openerp-web -#: code:addons/web/static/src/js/view_form.js:3444 +#: code:addons/web/static/src/js/view_form.js:3457 #, python-format msgid "You are creating a new %s, are you sure it does not exist yet?" msgstr "" #. module: web -#: code:addons/web/controllers/main.py:787 +#: code:addons/web/controllers/main.py:791 #, python-format msgid "You cannot leave any password empty." msgstr "密碼不能為空白" @@ -2647,7 +2717,7 @@ msgstr "您也許不相信,
    但是程式事實上是在載入中...." #. module: web #. openerp-web -#: code:addons/web/static/src/js/views.js:1241 +#: code:addons/web/static/src/js/views.js:1270 #, python-format msgid "You must choose at least one record." msgstr "要選擇至少一個紀錄。" @@ -2668,7 +2738,7 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/xml/base.xml:385 +#: code:addons/web/static/src/xml/base.xml:447 #, python-format msgid "Your user's preference timezone does not match your browser timezone:" msgstr "您的使用者偏好的時區和您的瀏覽器的時區不符:" @@ -2710,14 +2780,14 @@ msgstr "約一小時前" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2163 +#: code:addons/web/static/src/js/search.js:2166 #, python-format msgid "contains" msgstr "包含" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2164 +#: code:addons/web/static/src/js/search.js:2167 #, python-format msgid "doesn't contain" msgstr "不包含" @@ -2731,92 +2801,12 @@ msgstr "" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2181 -#: code:addons/web/static/src/js/search.js:2217 -#: code:addons/web/static/src/js/search.js:2244 -#, python-format -msgid "greater or equal than" -msgstr "大於或等於" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2179 -#: code:addons/web/static/src/js/search.js:2215 -#: code:addons/web/static/src/js/search.js:2242 -#, python-format -msgid "greater than" -msgstr "大於" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2235 -#: code:addons/web/static/src/js/search.js:2264 -#, python-format -msgid "is" -msgstr "是" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2165 -#: code:addons/web/static/src/js/search.js:2177 -#: code:addons/web/static/src/js/search.js:2213 -#: code:addons/web/static/src/js/search.js:2240 -#, python-format -msgid "is equal to" -msgstr "等於" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2282 -#, python-format -msgid "is false" -msgstr "為否(false)" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2265 -#, python-format -msgid "is not" -msgstr "不是" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2166 -#: code:addons/web/static/src/js/search.js:2178 -#: code:addons/web/static/src/js/search.js:2214 -#: code:addons/web/static/src/js/search.js:2241 -#, python-format -msgid "is not equal to" -msgstr "不等於" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2168 #: code:addons/web/static/src/js/search.js:2184 #: code:addons/web/static/src/js/search.js:2220 #: code:addons/web/static/src/js/search.js:2247 -#: code:addons/web/static/src/js/search.js:2267 #, python-format -msgid "is not set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2167 -#: code:addons/web/static/src/js/search.js:2183 -#: code:addons/web/static/src/js/search.js:2219 -#: code:addons/web/static/src/js/search.js:2246 -#: code:addons/web/static/src/js/search.js:2266 -#, python-format -msgid "is set" -msgstr "" - -#. module: web -#. openerp-web -#: code:addons/web/static/src/js/search.js:2281 -#, python-format -msgid "is true" -msgstr "為真" +msgid "greater or equal than" +msgstr "大於或等於" #. module: web #. openerp-web @@ -2824,14 +2814,94 @@ msgstr "為真" #: code:addons/web/static/src/js/search.js:2218 #: code:addons/web/static/src/js/search.js:2245 #, python-format +msgid "greater than" +msgstr "大於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2238 +#: code:addons/web/static/src/js/search.js:2267 +#, python-format +msgid "is" +msgstr "是" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2168 +#: code:addons/web/static/src/js/search.js:2180 +#: code:addons/web/static/src/js/search.js:2216 +#: code:addons/web/static/src/js/search.js:2243 +#, python-format +msgid "is equal to" +msgstr "等於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2285 +#, python-format +msgid "is false" +msgstr "為否(false)" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2268 +#, python-format +msgid "is not" +msgstr "不是" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2169 +#: code:addons/web/static/src/js/search.js:2181 +#: code:addons/web/static/src/js/search.js:2217 +#: code:addons/web/static/src/js/search.js:2244 +#, python-format +msgid "is not equal to" +msgstr "不等於" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2171 +#: code:addons/web/static/src/js/search.js:2187 +#: code:addons/web/static/src/js/search.js:2223 +#: code:addons/web/static/src/js/search.js:2250 +#: code:addons/web/static/src/js/search.js:2270 +#, python-format +msgid "is not set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2170 +#: code:addons/web/static/src/js/search.js:2186 +#: code:addons/web/static/src/js/search.js:2222 +#: code:addons/web/static/src/js/search.js:2249 +#: code:addons/web/static/src/js/search.js:2269 +#, python-format +msgid "is set" +msgstr "" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2284 +#, python-format +msgid "is true" +msgstr "為真" + +#. module: web +#. openerp-web +#: code:addons/web/static/src/js/search.js:2185 +#: code:addons/web/static/src/js/search.js:2221 +#: code:addons/web/static/src/js/search.js:2248 +#, python-format msgid "less or equal than" msgstr "小於或等於" #. module: web #. openerp-web -#: code:addons/web/static/src/js/search.js:2180 -#: code:addons/web/static/src/js/search.js:2216 -#: code:addons/web/static/src/js/search.js:2243 +#: code:addons/web/static/src/js/search.js:2183 +#: code:addons/web/static/src/js/search.js:2219 +#: code:addons/web/static/src/js/search.js:2246 #, python-format msgid "less than" msgstr "小於" @@ -2860,12 +2930,12 @@ msgstr "不是有效的數值" #. module: web #. openerp-web #: code:addons/web/static/src/xml/base.xml:335 -#: code:addons/web/static/src/xml/base.xml:725 -#: code:addons/web/static/src/xml/base.xml:769 -#: code:addons/web/static/src/xml/base.xml:1438 -#: code:addons/web/static/src/xml/base.xml:1446 -#: code:addons/web/static/src/xml/base.xml:1689 -#: code:addons/web/static/src/xml/base.xml:1931 +#: code:addons/web/static/src/xml/base.xml:787 +#: code:addons/web/static/src/xml/base.xml:831 +#: code:addons/web/static/src/xml/base.xml:1502 +#: code:addons/web/static/src/xml/base.xml:1510 +#: code:addons/web/static/src/xml/base.xml:1753 +#: code:addons/web/static/src/xml/base.xml:1995 #: code:addons/web/static/src/xml/website.tour.xml:14 #, python-format msgid "or" diff --git a/addons/web_calendar/i18n/ar.po b/addons/web_calendar/i18n/ar.po index d0135884e86..8df7a96be2f 100644 --- a/addons/web_calendar/i18n/ar.po +++ b/addons/web_calendar/i18n/ar.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "التقويم" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "إنشاء: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "اليوم" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "حذف" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "الشهر" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "اليوم" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "الأسبوع" diff --git a/addons/web_calendar/i18n/bg.po b/addons/web_calendar/i18n/bg.po index b36a663bca8..88072c76f56 100644 --- a/addons/web_calendar/i18n/bg.po +++ b/addons/web_calendar/i18n/bg.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Календар" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Ден" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Изтриване" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Месец" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Днес" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Седмица" diff --git a/addons/web_calendar/i18n/bn.po b/addons/web_calendar/i18n/bn.po index 7c755c2a4f0..1fef34cce8d 100644 --- a/addons/web_calendar/i18n/bn.po +++ b/addons/web_calendar/i18n/bn.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "পুঞ্জিকা" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/bs.po b/addons/web_calendar/i18n/bs.po index 047bf37589f..6bb37e6545d 100644 --- a/addons/web_calendar/i18n/bs.po +++ b/addons/web_calendar/i18n/bs.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalendar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Pogled kalendara nema definisan atribut 'date_start'." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Kreiraj: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dan" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Obriši" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mjesec" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Danas" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Sedmica" diff --git a/addons/web_calendar/i18n/ca.po b/addons/web_calendar/i18n/ca.po index 3382801ff85..edf1bca145b 100644 --- a/addons/web_calendar/i18n/ca.po +++ b/addons/web_calendar/i18n/ca.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/cs.po b/addons/web_calendar/i18n/cs.po index cb5f28952dd..b8759bea63a 100644 --- a/addons/web_calendar/i18n/cs.po +++ b/addons/web_calendar/i18n/cs.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalendář" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Pohled kalendáře nemá definovaný atribut 'date_start'." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Vytvořit: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Den" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Smazat" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Měsíc" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Dnes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Týden" diff --git a/addons/web_calendar/i18n/da.po b/addons/web_calendar/i18n/da.po index c749599d887..884e4bac83a 100644 --- a/addons/web_calendar/i18n/da.po +++ b/addons/web_calendar/i18n/da.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" @@ -56,7 +56,7 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -70,35 +70,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Opret: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Slet" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -106,42 +106,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Måned" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "I dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Uge" diff --git a/addons/web_calendar/i18n/de.po b/addons/web_calendar/i18n/de.po index e1f3b2145df..437829632eb 100644 --- a/addons/web_calendar/i18n/de.po +++ b/addons/web_calendar/i18n/de.po @@ -7,55 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-20 10:20+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 08:46+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:51+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Hinzufügen" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Ganztägig" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Wollen Sie diesen Datensatz wirklich löschen?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Kalender Ansicht Start Datum fehlt" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Erstellen" @@ -69,35 +68,35 @@ msgstr "Termin erstellen" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Erstelle: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Datensatz für Typ '%s' ist noch nicht definiert" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Tag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Löschen" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -105,42 +104,49 @@ msgstr "Termin bearbeiten" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "Ereignis-Zusammenfassung:" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Eintrag in Pflichtfeldern %s fehlen" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Monat" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Öffnen " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Heute" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Anzeigen: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Woche" diff --git a/addons/web_calendar/i18n/en_AU.po b/addons/web_calendar/i18n/en_AU.po index 593861515fc..e1c7de67739 100644 --- a/addons/web_calendar/i18n/en_AU.po +++ b/addons/web_calendar/i18n/en_AU.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-15 18:10+0000\n" "Last-Translator: Lionel Page \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "All day" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Are you sure you want to delete this record ?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Calendar view has not defined the 'date_start' attribute." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "Create event" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Create: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Dataset for type '%s' is not defined." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Day" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Delete" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Edit Event" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Missing required fields %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Month" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Open: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Today" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "View: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Week" diff --git a/addons/web_calendar/i18n/en_GB.po b/addons/web_calendar/i18n/en_GB.po index 0c7124e4409..aa1d29c596d 100644 --- a/addons/web_calendar/i18n/en_GB.po +++ b/addons/web_calendar/i18n/en_GB.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-02 15:10+0000\n" -"Last-Translator: Anthony Harrington \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-05 02:54+0000\n" +"Last-Translator: Pedro Manuel Baeza \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:29+0000\n" +"X-Launchpad-Export-Date: 2014-10-06 07:57+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Add" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "All day" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Are you sure you want to delete this record ?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Calendar view has not defined 'date_start' attribute." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Create" @@ -68,35 +68,35 @@ msgstr "Create event" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Create: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Dataset for type '%s' is not defined." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Day" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Delete" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Edit Event" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "Event summary:" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Missing required fields %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Month" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Open: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Today" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "View: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Week" diff --git a/addons/web_calendar/i18n/es.po b/addons/web_calendar/i18n/es.po index 5a03fab7c42..c9d826a7b48 100644 --- a/addons/web_calendar/i18n/es.po +++ b/addons/web_calendar/i18n/es.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-15 07:15+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 20:59+0000\n" +"Last-Translator: Roberto Lizana (trey.es) \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Añadir" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Todo el día" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "La vista calendario no tiene definido el atributo 'date_start'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Crear" @@ -68,35 +68,35 @@ msgstr "Crear evento" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Crear: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "El conjunto de datos para el tipo '%s' no está definido." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Día" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Suprimir" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Editar evento" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "Resumen del evento:" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Campo requerido %s no presente" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoy" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Vista: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/es_AR.po b/addons/web_calendar/i18n/es_AR.po index 9b8af32b7c8..f71f31bbe19 100644 --- a/addons/web_calendar/i18n/es_AR.po +++ b/addons/web_calendar/i18n/es_AR.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "La vista calendario no tiene definido el atributo 'date_start'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Crear: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Día" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Suprimir" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoy" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/es_CL.po b/addons/web_calendar/i18n/es_CL.po index e7ff5e7e1b6..23f59d155a3 100644 --- a/addons/web_calendar/i18n/es_CL.po +++ b/addons/web_calendar/i18n/es_CL.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/es_CR.po b/addons/web_calendar/i18n/es_CR.po index fcd3fb45925..f8886ec576c 100644 --- a/addons/web_calendar/i18n/es_CR.po +++ b/addons/web_calendar/i18n/es_CR.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/es_DO.po b/addons/web_calendar/i18n/es_DO.po index 789a139c17e..8dcb807212e 100644 --- a/addons/web_calendar/i18n/es_DO.po +++ b/addons/web_calendar/i18n/es_DO.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Crear: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Día" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Eliminar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoy" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/es_EC.po b/addons/web_calendar/i18n/es_EC.po index 17ba82f0f53..345224280d3 100644 --- a/addons/web_calendar/i18n/es_EC.po +++ b/addons/web_calendar/i18n/es_EC.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "La vista calendario no tiene definido el atributo 'date_start'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Crear: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Día" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Borrar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoy" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/es_MX.po b/addons/web_calendar/i18n/es_MX.po index 44e497554b6..2d49f787414 100644 --- a/addons/web_calendar/i18n/es_MX.po +++ b/addons/web_calendar/i18n/es_MX.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "La vista de calendario no tiene definido el atributo 'fecha_inicio'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Crear: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Día" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Borrar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoy" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/es_PE.po b/addons/web_calendar/i18n/es_PE.po index 55d3e91c5a2..5b8780b6bf8 100644 --- a/addons/web_calendar/i18n/es_PE.po +++ b/addons/web_calendar/i18n/es_PE.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/et.po b/addons/web_calendar/i18n/et.po index e74f3b602a6..eb4959df757 100644 --- a/addons/web_calendar/i18n/et.po +++ b/addons/web_calendar/i18n/et.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Loo: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Päev" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Kustuta" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Kuu" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Täna" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Nädal" diff --git a/addons/web_calendar/i18n/eu.po b/addons/web_calendar/i18n/eu.po index aadb7a340f0..c77afc13644 100644 --- a/addons/web_calendar/i18n/eu.po +++ b/addons/web_calendar/i18n/eu.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Egutegia" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/fa.po b/addons/web_calendar/i18n/fa.po index 6b16219027c..1b42de3eabf 100644 --- a/addons/web_calendar/i18n/fa.po +++ b/addons/web_calendar/i18n/fa.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "تقویم" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "ایجاد: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "روز" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "حذف" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "ماه" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "امروز" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "هفته" diff --git a/addons/web_calendar/i18n/fi.po b/addons/web_calendar/i18n/fi.po index 6381b870453..b14c565a60e 100644 --- a/addons/web_calendar/i18n/fi.po +++ b/addons/web_calendar/i18n/fi.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "kalenteri" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Kalenterinäkymään ei ole määritelty aloituspäivää 'date_start'." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Päivä" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Poista" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Kuukausi" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Tänään" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Viikko" diff --git a/addons/web_calendar/i18n/fr.po b/addons/web_calendar/i18n/fr.po index c46f3f00114..7168489bbbf 100644 --- a/addons/web_calendar/i18n/fr.po +++ b/addons/web_calendar/i18n/fr.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 16:01+0000\n" "Last-Translator: m3asmi \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:45+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Journée entière" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Voulez-vous réellement supprimer cet enregistrement?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendrier" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "La vue calendrier n'a pas d'attribut 'date_start' défini" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Créer" @@ -68,35 +68,35 @@ msgstr "Créer un événement" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Créer : " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Jour" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Supprimer" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Modifier l'événement" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mois" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Ouvrir : " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Aujourd'hui" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Vue: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semaine" diff --git a/addons/web_calendar/i18n/fr_CA.po b/addons/web_calendar/i18n/fr_CA.po index 44b0f412199..e3c7d76d84c 100644 --- a/addons/web_calendar/i18n/fr_CA.po +++ b/addons/web_calendar/i18n/fr_CA.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/gl.po b/addons/web_calendar/i18n/gl.po index daa342d6e97..d65299c31fe 100644 --- a/addons/web_calendar/i18n/gl.po +++ b/addons/web_calendar/i18n/gl.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/gu.po b/addons/web_calendar/i18n/gu.po index 851e99edb31..3025881e841 100644 --- a/addons/web_calendar/i18n/gu.po +++ b/addons/web_calendar/i18n/gu.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "કૅલેન્ડર" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "દિવસ" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "કાઢી નાંખો" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "આજે" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/hr.po b/addons/web_calendar/i18n/hr.po index 970f064dfcf..34b3cb02434 100644 --- a/addons/web_calendar/i18n/hr.po +++ b/addons/web_calendar/i18n/hr.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalendar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" @@ -55,7 +55,7 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -69,35 +69,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Kreiraj: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dan" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Obriši" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -105,42 +105,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mjesec" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Danas" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Tjedan" diff --git a/addons/web_calendar/i18n/hu.po b/addons/web_calendar/i18n/hu.po index a8a736c1139..e577e1717a8 100644 --- a/addons/web_calendar/i18n/hu.po +++ b/addons/web_calendar/i18n/hu.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-04 08:24+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-05 07:27+0000\n" "Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-06 07:57+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Hozzáad" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Egész nap" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Biztosan törölni szeretné ezt a bejegyzést?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Naptár" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Naptár nézetnek nincs definiálva 'induló_dátum' értéke" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Létrehozás" @@ -68,35 +68,35 @@ msgstr "Esemény létrehozás" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Létrehoz: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Nincs meghatározva adatsor a '%s' tipushoz." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Nap" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Törlés" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Esemény szerkesztése" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "Az esemény összegzése:" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Hiányoznak a szükséges mezők %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Hó" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Megnyitás: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Ma" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Nézet: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Hét" diff --git a/addons/web_calendar/i18n/id.po b/addons/web_calendar/i18n/id.po index 09939265d70..a3cc8e641fb 100644 --- a/addons/web_calendar/i18n/id.po +++ b/addons/web_calendar/i18n/id.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/it.po b/addons/web_calendar/i18n/it.po index 5204950af16..afda391a8ee 100644 --- a/addons/web_calendar/i18n/it.po +++ b/addons/web_calendar/i18n/it.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendario" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "La vista calendario non ha definito l'attributo 'data_start'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Crea: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Giorno" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Elimina" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mese" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Oggi" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Settimana" diff --git a/addons/web_calendar/i18n/ja.po b/addons/web_calendar/i18n/ja.po index fca67f52cb8..0a86522cd65 100644 --- a/addons/web_calendar/i18n/ja.po +++ b/addons/web_calendar/i18n/ja.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "カレンダー" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "日" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "削除" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "月" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "本日" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "週" diff --git a/addons/web_calendar/i18n/ka.po b/addons/web_calendar/i18n/ka.po index 8de949d7392..b2bd4e951f9 100644 --- a/addons/web_calendar/i18n/ka.po +++ b/addons/web_calendar/i18n/ka.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "კალენდარი" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/ko.po b/addons/web_calendar/i18n/ko.po index 6de0bb68981..2aeb05483d4 100644 --- a/addons/web_calendar/i18n/ko.po +++ b/addons/web_calendar/i18n/ko.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "달력" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "달력 화면이 'date_start' 속성을 정의하지 않았습니다." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "생성: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "일" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "삭제" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "월" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "오늘" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "주" diff --git a/addons/web_calendar/i18n/lt.po b/addons/web_calendar/i18n/lt.po index a16f613dd11..334eeacf375 100644 --- a/addons/web_calendar/i18n/lt.po +++ b/addons/web_calendar/i18n/lt.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalendorius" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Calendar view has not defined 'date_start' attribute." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Diena" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Trinti" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mėnesis" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Šiandien" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Savaitė" diff --git a/addons/web_calendar/i18n/mk.po b/addons/web_calendar/i18n/mk.po index ddc5fa71eb7..7d5dc444f8e 100644 --- a/addons/web_calendar/i18n/mk.po +++ b/addons/web_calendar/i18n/mk.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Календар" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Каленарскиот приказ нема дефинирано 'date_start' атрибут." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Ден" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Избриши" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Месец" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Денес" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Седмица" diff --git a/addons/web_calendar/i18n/mn.po b/addons/web_calendar/i18n/mn.po index b20d4c64695..584048673c6 100644 --- a/addons/web_calendar/i18n/mn.po +++ b/addons/web_calendar/i18n/mn.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Хуанли" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Цагалбар харагдац нь 'date_start' аттрибютыг тодорхойлоогүй байна." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Үүсгэх: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Өдөр" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Устгах" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Сар" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Өнөөдөр" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "7 хоног" diff --git a/addons/web_calendar/i18n/nb.po b/addons/web_calendar/i18n/nb.po index b32876ce86a..52509fd5ec8 100644 --- a/addons/web_calendar/i18n/nb.po +++ b/addons/web_calendar/i18n/nb.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "'date_start' attributt er ikke definert i kalendervisning." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Slett" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Måned" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "I dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Uke" diff --git a/addons/web_calendar/i18n/nl.po b/addons/web_calendar/i18n/nl.po index ea070a89eb5..18d75028315 100644 --- a/addons/web_calendar/i18n/nl.po +++ b/addons/web_calendar/i18n/nl.po @@ -7,47 +7,47 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 19:21+0000\n" -"Last-Translator: Mario Gielissen (Openworx) \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:38+0000\n" +"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Toevoegen" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Hele dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Weet u zeker dat u dit record wilt verwijderen?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Agenda" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" @@ -55,7 +55,7 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Aanmaken" @@ -69,35 +69,35 @@ msgstr "Maak gebeurtenis aan" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Maken: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Dataset voor type '%s' is niet gedefinieerd." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Verwijder" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -105,42 +105,49 @@ msgstr "Gebeurtenis bewerken" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "Afspraak samenvatting:" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Vereiste velden %s ontbreken" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Maand" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Open: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Vandaag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Bekijk: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Week" diff --git a/addons/web_calendar/i18n/nl_BE.po b/addons/web_calendar/i18n/nl_BE.po index ac92bb5ebf6..48f8ce998b0 100644 --- a/addons/web_calendar/i18n/nl_BE.po +++ b/addons/web_calendar/i18n/nl_BE.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Kalenderweergave heeft geen attribuut 'date_start'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Maken: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Verwijderen" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Maand" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Vandaag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Week" diff --git a/addons/web_calendar/i18n/pl.po b/addons/web_calendar/i18n/pl.po index 0e0889e9e46..7464dd019fc 100644 --- a/addons/web_calendar/i18n/pl.po +++ b/addons/web_calendar/i18n/pl.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 11:41+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:29+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Dodaj" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Cały dzień" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Jesteś pewien, że chcesz usunąć ten rekord?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalendarz" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Widok kalendarza nie ma zdefiniowanego atrybutu 'date_start'." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Utwórz" @@ -68,35 +68,35 @@ msgstr "Utwórz zdarzenie" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Utwórz: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dzień" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Usuń" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Edytuj zdarzenie" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Brakuje wymaganych pól %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Miesiąc" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Otwarte: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Dzisiaj" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Pokaż: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Tydzień" diff --git a/addons/web_calendar/i18n/pt.po b/addons/web_calendar/i18n/pt.po index a3676fde57d..b95f1a1c023 100644 --- a/addons/web_calendar/i18n/pt.po +++ b/addons/web_calendar/i18n/pt.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-16 13:51+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Adicionar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Todo o dia" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Tem certeza que quer remover este registo?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendário" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "A vista de calendário não tem definido o atributo 'date_start'." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Criar" @@ -68,35 +68,35 @@ msgstr "Criar evento" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Criar: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Dados para o tipo '%s' não estão definidos." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dia" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Apagar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Editar Evento" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Campos %s obrigatórios por preencher" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mês" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Abrir: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoje" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Vista: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/pt_BR.po b/addons/web_calendar/i18n/pt_BR.po index 2438b69c5b1..61c0f1fc13e 100644 --- a/addons/web_calendar/i18n/pt_BR.po +++ b/addons/web_calendar/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-18 17:52+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,40 +15,40 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Incluir" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Dia inteiro" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Você tem certeza que quer excluir este registro ?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendário" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" @@ -57,7 +57,7 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Criar" @@ -71,35 +71,35 @@ msgstr "Criar evento" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Criar: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Não foi definido um conjunto de dados para o tipo '%s'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dia" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Excluir" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -107,42 +107,49 @@ msgstr "Editar evento" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "o campo %s é obrigatório" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mês" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Aberto: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Hoje" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Visão: %s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Semana" diff --git a/addons/web_calendar/i18n/ro.po b/addons/web_calendar/i18n/ro.po index e5e418e925b..27d791907df 100644 --- a/addons/web_calendar/i18n/ro.po +++ b/addons/web_calendar/i18n/ro.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Calendar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Vizualizarea Calendar nu a definit atributul 'data_inceput'." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Creează: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Ziua" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Ștergeți" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Luna" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Astăzi" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Săptămână" diff --git a/addons/web_calendar/i18n/ru.po b/addons/web_calendar/i18n/ru.po index 0471870137f..c00fa10c146 100644 --- a/addons/web_calendar/i18n/ru.po +++ b/addons/web_calendar/i18n/ru.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Календарь" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Вид календаря имеет не определенный 'date_start' аттрибут." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Создать: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "День" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Удалить" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Месяц" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Сегодня" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Неделя" diff --git a/addons/web_calendar/i18n/sk.po b/addons/web_calendar/i18n/sk.po index cd76d8c2ae7..ae68bcf4f67 100644 --- a/addons/web_calendar/i18n/sk.po +++ b/addons/web_calendar/i18n/sk.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/sl.po b/addons/web_calendar/i18n/sl.po index 2e9e821ef24..1e5c322f858 100644 --- a/addons/web_calendar/i18n/sl.po +++ b/addons/web_calendar/i18n/sl.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Koledar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Začetni datum ni definiran" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Ustvari: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dan" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Izbriši" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Mesec" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Danes" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Teden" diff --git a/addons/web_calendar/i18n/sq.po b/addons/web_calendar/i18n/sq.po index 71a4a3d71b4..edb45c8d5fc 100644 --- a/addons/web_calendar/i18n/sq.po +++ b/addons/web_calendar/i18n/sq.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/sr@latin.po b/addons/web_calendar/i18n/sr@latin.po index c74b6da91bb..380f2b63f39 100644 --- a/addons/web_calendar/i18n/sr@latin.po +++ b/addons/web_calendar/i18n/sr@latin.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-15 06:51+0000\n" "Last-Translator: zmmaj \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Dodaj" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Jeste li sigurni da želite obrisati obaj zapis?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalendar" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Kreiraj" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Kreiraj: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dan" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/sv.po b/addons/web_calendar/i18n/sv.po index e4bfd2bc669..8d438175030 100644 --- a/addons/web_calendar/i18n/sv.po +++ b/addons/web_calendar/i18n/sv.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Kalender" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Kalendervyn har inte definierat 'Startdatum' attributet" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Dag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Ta bort" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Månad" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Idag" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Vecka" diff --git a/addons/web_calendar/i18n/th.po b/addons/web_calendar/i18n/th.po index 1615895a62a..ccbd95fa352 100644 --- a/addons/web_calendar/i18n/th.po +++ b/addons/web_calendar/i18n/th.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "ปฏิทิน" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "มุมมองปฏิทินยังไม่ได้กำหนด 'date_start'" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "วัน" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "ลบ" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "เดือน" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "วันนี้" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "สัปดาห์" diff --git a/addons/web_calendar/i18n/tr.po b/addons/web_calendar/i18n/tr.po index e4c12582f3d..5510cd1a3c3 100644 --- a/addons/web_calendar/i18n/tr.po +++ b/addons/web_calendar/i18n/tr.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 19:58+0000\n" -"Last-Translator: Ediz Duman \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 15:54+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "Ekle" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "Tüm gün" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Bu kayıdı silmek istediğinizden emin misiniz?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "Takvim" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "Takvim görünümünde 'tarih_başla' özniteliği tanımlanmamış." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "Oluştur" @@ -68,35 +68,35 @@ msgstr "Etkinlik oluştur" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "Oluştur: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "Türü '% s' için veri kümesi tanımlı değil." #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "Gün" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "Sil" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "Etkinliği Düzenle" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "Olay özeti:" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "Gerekli alanlar eksik % s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "Ay" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "Aç: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "Bugün" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "Görünüm:%s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "Hafta" diff --git a/addons/web_calendar/i18n/uk.po b/addons/web_calendar/i18n/uk.po index 4627d9a0a57..1fdffbfd3ee 100644 --- a/addons/web_calendar/i18n/uk.po +++ b/addons/web_calendar/i18n/uk.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_calendar/i18n/zh_CN.po b/addons/web_calendar/i18n/zh_CN.po index da91bd31e05..151767e97b3 100644 --- a/addons/web_calendar/i18n/zh_CN.po +++ b/addons/web_calendar/i18n/zh_CN.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-20 02:30+0000\n" "Last-Translator: Wei \"oldrev\" Li \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:54+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "添加" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "全天" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "您确定要删除此记录吗?" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "日历" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "日历视图未定义 'date_start'属性" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "创建" @@ -68,35 +68,35 @@ msgstr "创建事件" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "创建: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "类型“%s”的数据集未定义。" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "日" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "删除" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "编辑事件" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "缺失必须的字段“%s”" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "月份" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "打开: " #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "今天" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "查看:%s" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "周" diff --git a/addons/web_calendar/i18n/zh_TW.po b/addons/web_calendar/i18n/zh_TW.po index 627cfad91ec..7c6dbad4740 100644 --- a/addons/web_calendar/i18n/zh_TW.po +++ b/addons/web_calendar/i18n/zh_TW.po @@ -7,54 +7,54 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1267 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1284 #, python-format msgid "Add" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:26 +#: code:addons/web_calendar/static/src/js/web_calendar.js:27 #, python-format msgid "All day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:895 +#: code:addons/web_calendar/static/src/js/web_calendar.js:906 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:64 +#: code:addons/web_calendar/static/src/js/web_calendar.js:75 #, python-format msgid "Calendar" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:120 +#: code:addons/web_calendar/static/src/js/web_calendar.js:131 #, python-format msgid "Calendar view has not defined 'date_start' attribute." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:928 +#: code:addons/web_calendar/static/src/js/web_calendar.js:939 #, python-format msgid "Create" msgstr "" @@ -68,35 +68,35 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:933 +#: code:addons/web_calendar/static/src/js/web_calendar.js:944 #, python-format msgid "Create: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1199 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1216 #, python-format msgid "Dataset for type '%s' is not defined." msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:31 +#: code:addons/web_calendar/static/src/js/web_calendar.js:32 #, python-format msgid "Day" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:815 +#: code:addons/web_calendar/static/src/js/web_calendar.js:826 #, python-format msgid "Delete" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:816 +#: code:addons/web_calendar/static/src/js/web_calendar.js:827 #: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:67 #, python-format msgid "Edit Event" @@ -104,42 +104,49 @@ msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1177 +#: code:addons/web_calendar/static/src/xml/web_fullcalendar.xml:60 +#, python-format +msgid "Event summary:" +msgstr "" + +#. module: web_calendar +#. openerp-web +#: code:addons/web_calendar/static/src/js/web_calendar.js:1194 #, python-format msgid "Missing required fields %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:29 +#: code:addons/web_calendar/static/src/js/web_calendar.js:30 #, python-format msgid "Month" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:1319 +#: code:addons/web_calendar/static/src/js/web_calendar.js:1336 #, python-format msgid "Open: " msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:28 +#: code:addons/web_calendar/static/src/js/web_calendar.js:29 #, python-format msgid "Today" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:806 +#: code:addons/web_calendar/static/src/js/web_calendar.js:817 #, python-format msgid "View: %s" msgstr "" #. module: web_calendar #. openerp-web -#: code:addons/web_calendar/static/src/js/web_calendar.js:30 +#: code:addons/web_calendar/static/src/js/web_calendar.js:31 #, python-format msgid "Week" msgstr "" diff --git a/addons/web_graph/i18n/ar.po b/addons/web_graph/i18n/ar.po index 954f3c994d4..6d8cf257d24 100644 --- a/addons/web_graph/i18n/ar.po +++ b/addons/web_graph/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/bg.po b/addons/web_graph/i18n/bg.po index 5f1b35c9fa5..f7eb327999f 100644 --- a/addons/web_graph/i18n/bg.po +++ b/addons/web_graph/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/bn.po b/addons/web_graph/i18n/bn.po index 90891fdbd30..95cd96f80ee 100644 --- a/addons/web_graph/i18n/bn.po +++ b/addons/web_graph/i18n/bn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/bs.po b/addons/web_graph/i18n/bs.po index 0ae9bed3adf..0761ba893dd 100644 --- a/addons/web_graph/i18n/bs.po +++ b/addons/web_graph/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/ca.po b/addons/web_graph/i18n/ca.po index 1b2a41056e3..5fffa30a2d3 100644 --- a/addons/web_graph/i18n/ca.po +++ b/addons/web_graph/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/cs.po b/addons/web_graph/i18n/cs.po index 3031f65740b..7f450fa286f 100644 --- a/addons/web_graph/i18n/cs.po +++ b/addons/web_graph/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/da.po b/addons/web_graph/i18n/da.po index 724384df800..ef697efccd7 100644 --- a/addons/web_graph/i18n/da.po +++ b/addons/web_graph/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/de.po b/addons/web_graph/i18n/de.po index 87820e6d9fd..e8ababf9b9e 100644 --- a/addons/web_graph/i18n/de.po +++ b/addons/web_graph/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-21 07:12+0000\n" "Last-Translator: Ferdinand \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:27+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -160,26 +160,26 @@ msgstr "Tabellenmodus" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Gesamt" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Undefiniert" diff --git a/addons/web_graph/i18n/el.po b/addons/web_graph/i18n/el.po index d408fe7c64b..57877afa2d8 100644 --- a/addons/web_graph/i18n/el.po +++ b/addons/web_graph/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/en_AU.po b/addons/web_graph/i18n/en_AU.po index 4f9762d7864..e0920d42383 100644 --- a/addons/web_graph/i18n/en_AU.po +++ b/addons/web_graph/i18n/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/en_GB.po b/addons/web_graph/i18n/en_GB.po index 8c80d3a008e..2eeb130a5e7 100644 --- a/addons/web_graph/i18n/en_GB.po +++ b/addons/web_graph/i18n/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-02 15:09+0000\n" "Last-Translator: Anthony Harrington \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-03 07:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_graph @@ -159,26 +159,26 @@ msgstr "Table Mode" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Total" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Undefined" diff --git a/addons/web_graph/i18n/es.po b/addons/web_graph/i18n/es.po index de9814fb6ef..bb01ef6d32a 100644 --- a/addons/web_graph/i18n/es.po +++ b/addons/web_graph/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-15 07:26+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:57+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -161,26 +161,26 @@ msgstr "Modo de tabla" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Total" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Indefinido" diff --git a/addons/web_graph/i18n/es_AR.po b/addons/web_graph/i18n/es_AR.po index b185956bbed..135d6c334a4 100644 --- a/addons/web_graph/i18n/es_AR.po +++ b/addons/web_graph/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/es_CL.po b/addons/web_graph/i18n/es_CL.po index a4b42a6abdf..ec2bc4dc277 100644 --- a/addons/web_graph/i18n/es_CL.po +++ b/addons/web_graph/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/es_CR.po b/addons/web_graph/i18n/es_CR.po index fec2d3f9b01..053bbb903d4 100644 --- a/addons/web_graph/i18n/es_CR.po +++ b/addons/web_graph/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/es_DO.po b/addons/web_graph/i18n/es_DO.po index af705ceff1c..d38dc3a8745 100644 --- a/addons/web_graph/i18n/es_DO.po +++ b/addons/web_graph/i18n/es_DO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/es_EC.po b/addons/web_graph/i18n/es_EC.po index 1152b27f6bf..4ff4e14a66a 100644 --- a/addons/web_graph/i18n/es_EC.po +++ b/addons/web_graph/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/es_MX.po b/addons/web_graph/i18n/es_MX.po index 55bb0f3bf98..b8974fb0863 100644 --- a/addons/web_graph/i18n/es_MX.po +++ b/addons/web_graph/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/et.po b/addons/web_graph/i18n/et.po index 3458624f0e9..b474ae82465 100644 --- a/addons/web_graph/i18n/et.po +++ b/addons/web_graph/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/fa.po b/addons/web_graph/i18n/fa.po index c9007a5fe8f..4bbec0cc876 100644 --- a/addons/web_graph/i18n/fa.po +++ b/addons/web_graph/i18n/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/fi.po b/addons/web_graph/i18n/fi.po index f804cb60d3b..ed7fc55032d 100644 --- a/addons/web_graph/i18n/fi.po +++ b/addons/web_graph/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/fr.po b/addons/web_graph/i18n/fr.po index ea6612743d7..0c49fb7b974 100644 --- a/addons/web_graph/i18n/fr.po +++ b/addons/web_graph/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/fr_CA.po b/addons/web_graph/i18n/fr_CA.po index 8537a69d0d3..b2eed2b7bc4 100644 --- a/addons/web_graph/i18n/fr_CA.po +++ b/addons/web_graph/i18n/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/gl.po b/addons/web_graph/i18n/gl.po index f914b9b4a3b..db0523923b0 100644 --- a/addons/web_graph/i18n/gl.po +++ b/addons/web_graph/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/gu.po b/addons/web_graph/i18n/gu.po index e8ede2b71ca..a65b3b2a1bd 100644 --- a/addons/web_graph/i18n/gu.po +++ b/addons/web_graph/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/he.po b/addons/web_graph/i18n/he.po index eaac4dd00e3..ace912b4d9d 100644 --- a/addons/web_graph/i18n/he.po +++ b/addons/web_graph/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/hr.po b/addons/web_graph/i18n/hr.po index 4382991d1a9..21897f63210 100644 --- a/addons/web_graph/i18n/hr.po +++ b/addons/web_graph/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/hu.po b/addons/web_graph/i18n/hu.po index 99231a0f01f..845f0dc6377 100644 --- a/addons/web_graph/i18n/hu.po +++ b/addons/web_graph/i18n/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-04 09:15+0000\n" "Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:13+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_graph @@ -160,26 +160,26 @@ msgstr "Asztal mód" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Összesen" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Nincs meghatározva" diff --git a/addons/web_graph/i18n/it.po b/addons/web_graph/i18n/it.po index ba9e7f13229..7192e91b58d 100644 --- a/addons/web_graph/i18n/it.po +++ b/addons/web_graph/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/ja.po b/addons/web_graph/i18n/ja.po index 1750ebb4963..23f75a58e02 100644 --- a/addons/web_graph/i18n/ja.po +++ b/addons/web_graph/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/ka.po b/addons/web_graph/i18n/ka.po index d9db8cf8370..2af82fa7e63 100644 --- a/addons/web_graph/i18n/ka.po +++ b/addons/web_graph/i18n/ka.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/ko.po b/addons/web_graph/i18n/ko.po index 056069d8eef..e42a8b7d35b 100644 --- a/addons/web_graph/i18n/ko.po +++ b/addons/web_graph/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/lt.po b/addons/web_graph/i18n/lt.po index 93357dc47c4..870af8589c7 100644 --- a/addons/web_graph/i18n/lt.po +++ b/addons/web_graph/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/mk.po b/addons/web_graph/i18n/mk.po index baa8850f84f..bafb3be0720 100644 --- a/addons/web_graph/i18n/mk.po +++ b/addons/web_graph/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/mn.po b/addons/web_graph/i18n/mn.po index e6b2d3149f5..60fd4db33dc 100644 --- a/addons/web_graph/i18n/mn.po +++ b/addons/web_graph/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/nb.po b/addons/web_graph/i18n/nb.po index 8ef01a59088..546264fc4d8 100644 --- a/addons/web_graph/i18n/nb.po +++ b/addons/web_graph/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/nl.po b/addons/web_graph/i18n/nl.po index b076087d036..a131d80da14 100644 --- a/addons/web_graph/i18n/nl.po +++ b/addons/web_graph/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 08:32+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:23+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_graph @@ -160,26 +160,26 @@ msgstr "Tabel modus" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Totaal" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Niet gedefinieerd" diff --git a/addons/web_graph/i18n/nl_BE.po b/addons/web_graph/i18n/nl_BE.po index b76917462b3..69f7209d2b5 100644 --- a/addons/web_graph/i18n/nl_BE.po +++ b/addons/web_graph/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/pl.po b/addons/web_graph/i18n/pl.po index 7a405448bdc..c746078ab65 100644 --- a/addons/web_graph/i18n/pl.po +++ b/addons/web_graph/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 11:43+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:29+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "Tryb tabelowy" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Suma" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Niezdefiniowane" diff --git a/addons/web_graph/i18n/pt.po b/addons/web_graph/i18n/pt.po index 846b70af3db..0e02d19ca54 100644 --- a/addons/web_graph/i18n/pt.po +++ b/addons/web_graph/i18n/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-16 13:44+0000\n" "Last-Translator: Ricardo Opencloud - Portugal " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:29+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: web_graph @@ -161,26 +161,26 @@ msgstr "Modo de Tabela" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Total" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Não definido" diff --git a/addons/web_graph/i18n/pt_BR.po b/addons/web_graph/i18n/pt_BR.po index 951ae5412c3..0aa72fb2463 100644 --- a/addons/web_graph/i18n/pt_BR.po +++ b/addons/web_graph/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-18 18:11+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -160,26 +160,26 @@ msgstr "Modo tabela" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "Total" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "Indefinido" diff --git a/addons/web_graph/i18n/ro.po b/addons/web_graph/i18n/ro.po index fe17001fb3f..8169ef30efa 100644 --- a/addons/web_graph/i18n/ro.po +++ b/addons/web_graph/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/ru.po b/addons/web_graph/i18n/ru.po index d9db86b00a8..624acbeb480 100644 --- a/addons/web_graph/i18n/ru.po +++ b/addons/web_graph/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/sl.po b/addons/web_graph/i18n/sl.po index d15727d1359..f482e951e73 100644 --- a/addons/web_graph/i18n/sl.po +++ b/addons/web_graph/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/sq.po b/addons/web_graph/i18n/sq.po index 24cb5a13fe7..d2e3bf22387 100644 --- a/addons/web_graph/i18n/sq.po +++ b/addons/web_graph/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/sr@latin.po b/addons/web_graph/i18n/sr@latin.po index 1c412a37c4a..c4f8095ebb1 100644 --- a/addons/web_graph/i18n/sr@latin.po +++ b/addons/web_graph/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/sv.po b/addons/web_graph/i18n/sv.po index 51d4de6e16e..87b19689745 100644 --- a/addons/web_graph/i18n/sv.po +++ b/addons/web_graph/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/th.po b/addons/web_graph/i18n/th.po index 0c8eec8c045..8a670408b04 100644 --- a/addons/web_graph/i18n/th.po +++ b/addons/web_graph/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "" diff --git a/addons/web_graph/i18n/tr.po b/addons/web_graph/i18n/tr.po index f048aba7fa0..68963b9ef8a 100644 --- a/addons/web_graph/i18n/tr.po +++ b/addons/web_graph/i18n/tr.po @@ -7,43 +7,43 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 17:15+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:11 #, python-format msgid "Bar Chart" -msgstr "" +msgstr "Çubuk Grafiği" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:70 #, python-format msgid "Day" -msgstr "" +msgstr "Gün" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:38 #, python-format msgid "Expand All" -msgstr "" +msgstr "Tümünü Genişlet" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:44 #, python-format msgid "Export Data" -msgstr "" +msgstr "Veri Dışaaktar" #. module: web_graph #. openerp-web @@ -57,42 +57,42 @@ msgstr "Grafik" #: code:addons/web_graph/static/src/xml/web_graph.xml:23 #, python-format msgid "Heat Map" -msgstr "" +msgstr "Sıcaklık Haritası" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:29 #, python-format msgid "Heat Map (columns)" -msgstr "" +msgstr "sıcaklık Haritası (sütunlar)" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:26 #, python-format msgid "Heat Map (rows)" -msgstr "" +msgstr "Sıcaklık Haritası (satırlar)" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:14 #, python-format msgid "Line Chart" -msgstr "" +msgstr "Çizgi Grafik" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:49 #, python-format msgid "Measures" -msgstr "" +msgstr "Ölçüler" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:72 #, python-format msgid "Month" -msgstr "" +msgstr "Ay" #. module: web_graph #. openerp-web @@ -103,20 +103,24 @@ msgid "" " that there is at least one measure and no active filter " "in the search bar." msgstr "" +"Bu grafik için veri yok. Biraz kayıt eklemeye çalışın yada enazından bir " +"ölçü\n" +" olduğundan ve arama çubuğunda etkin bir süzgeç " +"olmadığından emin olun." #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:92 #, python-format msgid "No data to display." -msgstr "" +msgstr "gösterilecek veri yok." #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:17 #, python-format msgid "Pie Chart" -msgstr "" +msgstr "Pasta Grafiği" #. module: web_graph #. openerp-web @@ -124,72 +128,72 @@ msgstr "" #: code:addons/web_graph/static/src/js/pivot_table.js:20 #, python-format msgid "Quantity" -msgstr "" +msgstr "Miktar" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:73 #, python-format msgid "Quarter" -msgstr "" +msgstr "Çeyrek" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:41 #, python-format msgid "Reload Data" -msgstr "" +msgstr "Veriyi Yeniden yükle" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:35 #, python-format msgid "Swap Axis" -msgstr "" +msgstr "Eksenleri deüiştirin." #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:8 #, python-format msgid "Table Mode" -msgstr "" +msgstr "Tablo Modu" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" -msgstr "" +msgstr "Toplam" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" -msgstr "" +msgstr "Tanımlanmamış" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:71 #, python-format msgid "Week" -msgstr "" +msgstr "Hafta" #. module: web_graph #. openerp-web #: code:addons/web_graph/static/src/xml/web_graph.xml:74 #, python-format msgid "Year" -msgstr "" +msgstr "Yıl" diff --git a/addons/web_graph/i18n/zh_CN.po b/addons/web_graph/i18n/zh_CN.po index 73d2d88d9be..03e86d8b2c5 100644 --- a/addons/web_graph/i18n/zh_CN.po +++ b/addons/web_graph/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-20 02:35+0000\n" "Last-Translator: Wei \"oldrev\" Li \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:54+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_graph #. openerp-web @@ -156,26 +156,26 @@ msgstr "表格模式" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:463 -#: code:addons/web_graph/static/src/js/graph_widget.js:686 -#: code:addons/web_graph/static/src/js/graph_widget.js:687 -#: code:addons/web_graph/static/src/js/pivot_table.js:331 +#: code:addons/web_graph/static/src/js/graph_widget.js:474 +#: code:addons/web_graph/static/src/js/graph_widget.js:707 +#: code:addons/web_graph/static/src/js/graph_widget.js:708 +#: code:addons/web_graph/static/src/js/pivot_table.js:335 #, python-format msgid "Total" msgstr "总计" #. module: web_graph #. openerp-web -#: code:addons/web_graph/static/src/js/graph_widget.js:601 -#: code:addons/web_graph/static/src/js/graph_widget.js:702 -#: code:addons/web_graph/static/src/js/graph_widget.js:711 -#: code:addons/web_graph/static/src/js/graph_widget.js:715 -#: code:addons/web_graph/static/src/js/graph_widget.js:720 -#: code:addons/web_graph/static/src/js/graph_widget.js:725 -#: code:addons/web_graph/static/src/js/graph_widget.js:728 -#: code:addons/web_graph/static/src/js/graph_widget.js:773 -#: code:addons/web_graph/static/src/js/graph_widget.js:802 -#: code:addons/web_graph/static/src/js/pivot_table.js:429 +#: code:addons/web_graph/static/src/js/graph_widget.js:615 +#: code:addons/web_graph/static/src/js/graph_widget.js:723 +#: code:addons/web_graph/static/src/js/graph_widget.js:732 +#: code:addons/web_graph/static/src/js/graph_widget.js:736 +#: code:addons/web_graph/static/src/js/graph_widget.js:741 +#: code:addons/web_graph/static/src/js/graph_widget.js:746 +#: code:addons/web_graph/static/src/js/graph_widget.js:749 +#: code:addons/web_graph/static/src/js/graph_widget.js:794 +#: code:addons/web_graph/static/src/js/graph_widget.js:823 +#: code:addons/web_graph/static/src/js/pivot_table.js:433 #, python-format msgid "Undefined" msgstr "未定义" diff --git a/addons/web_kanban/i18n/ar.po b/addons/web_kanban/i18n/ar.po index cd12fa7c764..c4c146af0b1 100644 --- a/addons/web_kanban/i18n/ar.po +++ b/addons/web_kanban/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "إضافة عمود" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "هل متأكد من حذف العمود؟" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "هل أنت متأكد من حذف هذ السجل" @@ -68,7 +68,7 @@ msgstr "إلغاء" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "إنشاء: " @@ -89,14 +89,14 @@ msgstr "تحرير" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "تحرير العمود" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "عرض المزيد...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "غير محدد" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "عرض" diff --git a/addons/web_kanban/i18n/bg.po b/addons/web_kanban/i18n/bg.po index 986f2654a17..9af06fa975a 100644 --- a/addons/web_kanban/i18n/bg.po +++ b/addons/web_kanban/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Сигурни ли сте, че искате да изтриете този запис?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Покажи повече... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Неопределен" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/bn.po b/addons/web_kanban/i18n/bn.po index c772f1f8a6e..765eb1a9a27 100644 --- a/addons/web_kanban/i18n/bn.po +++ b/addons/web_kanban/i18n/bn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "আপনি কি নিশ্চিত যে আপনি এই তথ্য মুছে ফেলতে চান?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "আরও দেখান...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "অনির্ণীত" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/bs.po b/addons/web_kanban/i18n/bs.po index 37b24f220e3..29d720b7a1e 100644 --- a/addons/web_kanban/i18n/bs.po +++ b/addons/web_kanban/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Dodaj kolonu" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Pojavila se greška prilikom premještanja zapisa u ovu grupu: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Dali ste sigurni da želite ukloniti ovu kolonu?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Jeste li sigurni da želite izbrisati zapis?" @@ -68,7 +68,7 @@ msgstr "Otkaži" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Kreiraj: " @@ -89,14 +89,14 @@ msgstr "Uredi" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Uredi kolonu" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Prikaži više" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nedefinisano" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Raširi" diff --git a/addons/web_kanban/i18n/ca.po b/addons/web_kanban/i18n/ca.po index f0d967373a5..6ddc45547ff 100644 --- a/addons/web_kanban/i18n/ca.po +++ b/addons/web_kanban/i18n/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/cs.po b/addons/web_kanban/i18n/cs.po index f0caf70ae99..c4d852d9ccd 100644 --- a/addons/web_kanban/i18n/cs.po +++ b/addons/web_kanban/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Přidat sloupec" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Chyba při přesouvání záznamu do této skupiny: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Opravdu chcete odebrat tento sloupec?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Opravdu jste si jisti, že chcete smazat tento záznam ?" @@ -68,7 +68,7 @@ msgstr "Zrušit" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Vytvořit: " @@ -89,14 +89,14 @@ msgstr "Upravit" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Upravit sloupec" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Ukázat více... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Neurčeno" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Rozbalit" diff --git a/addons/web_kanban/i18n/da.po b/addons/web_kanban/i18n/da.po index a037a0acf42..8e66708afb6 100644 --- a/addons/web_kanban/i18n/da.po +++ b/addons/web_kanban/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Tilføj kolonne" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "En fejl er opstået ved flytning af posten til denne gruppe: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Er du sikker på at du vil fjerne denne kolonne?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Er du sikker på at du vil slette denne post?" @@ -68,7 +68,7 @@ msgstr "Annullér" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Opret: " @@ -89,14 +89,14 @@ msgstr "Redigér" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Rediger kolonne" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Vis mere ... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Udefineret" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Fold ud" diff --git a/addons/web_kanban/i18n/de.po b/addons/web_kanban/i18n/de.po index 2920f06a40d..df2e04bb745 100644 --- a/addons/web_kanban/i18n/de.po +++ b/addons/web_kanban/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Spalte hinzufügen" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Fehler beim Versuch den Datensatz dieser Gruppe zuzuweisen: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Sind Sie sich sicher diese Spalte zu löschen?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Wollen Sie diesen Datensatz wirklich löschen?" @@ -68,7 +68,7 @@ msgstr "Abbrechen" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Anlegen: " @@ -89,14 +89,14 @@ msgstr "Bearbeiten" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Spalte bearbeiten" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mehr anzeigen... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nicht definiert" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Öffnen" diff --git a/addons/web_kanban/i18n/en_AU.po b/addons/web_kanban/i18n/en_AU.po index 4e8213ea3dd..b4d1521e255 100644 --- a/addons/web_kanban/i18n/en_AU.po +++ b/addons/web_kanban/i18n/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Add column" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Are you sure you want to remove this column ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Are you sure you want to delete this record ?" @@ -68,7 +68,7 @@ msgstr "Cancel" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Create: " @@ -89,14 +89,14 @@ msgstr "Edit" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Edit column" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Show more... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Undefined" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Unfold" diff --git a/addons/web_kanban/i18n/en_GB.po b/addons/web_kanban/i18n/en_GB.po index 17b268b12e6..29cc0760385 100644 --- a/addons/web_kanban/i18n/en_GB.po +++ b/addons/web_kanban/i18n/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Add column" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "An error has occurred while moving the record to this group: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Are you sure to remove this column ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Are you sure you want to delete this record ?" @@ -68,7 +68,7 @@ msgstr "Cancel" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Create: " @@ -89,14 +89,14 @@ msgstr "Edit" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Edit column" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Show more... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Undefined" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Unfold" diff --git a/addons/web_kanban/i18n/es.po b/addons/web_kanban/i18n/es.po index 20bfd0c43dc..9e37b594566 100644 --- a/addons/web_kanban/i18n/es.po +++ b/addons/web_kanban/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Agregar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Ha ocurrido un error al mover el registro a este grupo: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "¿Está seguro de eliminar esta columna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Crear: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Indefinido" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desplegar" diff --git a/addons/web_kanban/i18n/es_AR.po b/addons/web_kanban/i18n/es_AR.po index cec63023f86..51f8da03ea1 100644 --- a/addons/web_kanban/i18n/es_AR.po +++ b/addons/web_kanban/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Agregar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "¿Está seguro de eliminar esta columna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Crear: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Indefinido" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desplegar" diff --git a/addons/web_kanban/i18n/es_CL.po b/addons/web_kanban/i18n/es_CL.po index da2745535e5..413d25fab20 100644 --- a/addons/web_kanban/i18n/es_CL.po +++ b/addons/web_kanban/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Sin definir" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/es_CR.po b/addons/web_kanban/i18n/es_CR.po index 90dca9aada9..ca1ab78e71e 100644 --- a/addons/web_kanban/i18n/es_CR.po +++ b/addons/web_kanban/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro/a que desea eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Indefinido" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/es_DO.po b/addons/web_kanban/i18n/es_DO.po index dee78b3a6ca..386a4373dc8 100644 --- a/addons/web_kanban/i18n/es_DO.po +++ b/addons/web_kanban/i18n/es_DO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Añadir columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "¿Estas seguro que desea eliminar esta columna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Crear: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Sin definir" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desplegar" diff --git a/addons/web_kanban/i18n/es_EC.po b/addons/web_kanban/i18n/es_EC.po index 4c192262af5..c9756e349df 100644 --- a/addons/web_kanban/i18n/es_EC.po +++ b/addons/web_kanban/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Agregar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "¿Está seguro de eliminar esta columna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Crear: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Indefinido" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desplegar" diff --git a/addons/web_kanban/i18n/es_MX.po b/addons/web_kanban/i18n/es_MX.po index 4960919c44e..962600b8f7e 100644 --- a/addons/web_kanban/i18n/es_MX.po +++ b/addons/web_kanban/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Añadir columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "¿Está seguro de querer eliminar esta columna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quiere eliminar este registro?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Crear: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar columna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar más... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Sin definir" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desplegar" diff --git a/addons/web_kanban/i18n/et.po b/addons/web_kanban/i18n/et.po index a34f361dd1c..1bd55d1e54e 100644 --- a/addons/web_kanban/i18n/et.po +++ b/addons/web_kanban/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Lisa veerg" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Tekkis viga selle kirje kolimisel sellesse gruppi: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Kas oled kindel, et soovid seda veergu eemaldada ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Kas oled kindel, et soovd selle kirje kustutada?" @@ -68,7 +68,7 @@ msgstr "Loobu" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Loo: " @@ -89,14 +89,14 @@ msgstr "Muuda" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Muuda veergu" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Näita rohkem ... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Määramata" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Voldi lahti" diff --git a/addons/web_kanban/i18n/fa.po b/addons/web_kanban/i18n/fa.po index 61c91ac2c48..1483697248e 100644 --- a/addons/web_kanban/i18n/fa.po +++ b/addons/web_kanban/i18n/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "افزودن ستون" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "آیا از حذف این فیلد مطمئن هستید؟" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "آیا از حذف این رکورد مطمئن هستید؟" @@ -68,7 +68,7 @@ msgstr "انصراف" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "ایجاد: " @@ -89,14 +89,14 @@ msgstr "ویرایش" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "ویرایش ستون" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "نمایش بیشتر...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "تعریف نشده" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/fi.po b/addons/web_kanban/i18n/fi.po index b952b330876..ff5dfbaa02f 100644 --- a/addons/web_kanban/i18n/fi.po +++ b/addons/web_kanban/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Lisää sarake" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Tallennetun arvon tuonti tähän ryhmään ei onnistunut: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Haluatko varmasti poistaa tämän sarakkeen?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Oletko varma että haluat poistaa tämän tietueen ?" @@ -68,7 +68,7 @@ msgstr "Peruuta" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Luo: " @@ -89,14 +89,14 @@ msgstr "Muokkaa" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Muokkaa saraketta" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Näytä lisää... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Ei määritelty" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Levitä" diff --git a/addons/web_kanban/i18n/fr.po b/addons/web_kanban/i18n/fr.po index 6517ecb9e5f..157c2bf7264 100644 --- a/addons/web_kanban/i18n/fr.po +++ b/addons/web_kanban/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,7 +40,7 @@ msgstr "Ajouter une colonne" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" @@ -49,14 +49,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Êtes-vous sûr de vous retirer cette colonne ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Voulez-vous réellement supprimer cet enregistrement?" @@ -70,7 +70,7 @@ msgstr "Annuler" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Créer : " @@ -91,14 +91,14 @@ msgstr "Éditer" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Modifier la colonne" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -127,14 +127,14 @@ msgstr "Plus...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Sans valeur" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Déplier" diff --git a/addons/web_kanban/i18n/fr_CA.po b/addons/web_kanban/i18n/fr_CA.po index b05fc62e902..bf3ffd03332 100644 --- a/addons/web_kanban/i18n/fr_CA.po +++ b/addons/web_kanban/i18n/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/gl.po b/addons/web_kanban/i18n/gl.po index 3874ebc3164..4d02eece72d 100644 --- a/addons/web_kanban/i18n/gl.po +++ b/addons/web_kanban/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "¿Está seguro que quere eliminar este rexistro?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar máis... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Sen definir" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/gu.po b/addons/web_kanban/i18n/gu.po index fdbf6e3b79c..eb62368f3d4 100644 --- a/addons/web_kanban/i18n/gu.po +++ b/addons/web_kanban/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/he.po b/addons/web_kanban/i18n/he.po index 77e90034636..e5dbe47ea22 100644 --- a/addons/web_kanban/i18n/he.po +++ b/addons/web_kanban/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "הוסף עמודה" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "האם אתה בטוח שברצונך למחוק רשומה זו?" @@ -68,7 +68,7 @@ msgstr "ביטול" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "צור: " @@ -89,14 +89,14 @@ msgstr "ערוך" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "ערוך עמודה" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "הצג עוד... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "לא מוגדר" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/hr.po b/addons/web_kanban/i18n/hr.po index e0b61e67eb6..d07ae98da40 100644 --- a/addons/web_kanban/i18n/hr.po +++ b/addons/web_kanban/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Dodaj stupac" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Ukloniti stupac?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Sigurno želite obrisati ovaj zapis?" @@ -68,7 +68,7 @@ msgstr "Odustani" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Kreiraj: " @@ -89,14 +89,14 @@ msgstr "Uredi" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Uredi stupac" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Prihaži više... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nedefiniran" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Raširi" diff --git a/addons/web_kanban/i18n/hu.po b/addons/web_kanban/i18n/hu.po index 6fdc4ef200e..b5c9a3e9640 100644 --- a/addons/web_kanban/i18n/hu.po +++ b/addons/web_kanban/i18n/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,7 +40,7 @@ msgstr "Oszlop hozzáadása" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" @@ -48,14 +48,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Biztos el akarja távolítani ezt az oszlopot." #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Biztosan törölni szeretné ezt a bejegyzést?" @@ -69,7 +69,7 @@ msgstr "Mégsem" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Létrehoz: " @@ -90,14 +90,14 @@ msgstr "Szerkeszt" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Mező szerkesztése" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -126,14 +126,14 @@ msgstr "Mutasson többet... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nem definiált" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Kihajtás" diff --git a/addons/web_kanban/i18n/it.po b/addons/web_kanban/i18n/it.po index 761f0c07bdf..157218f27ec 100644 --- a/addons/web_kanban/i18n/it.po +++ b/addons/web_kanban/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Aggiungi colonna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Sei sicuro di rimuovere questa colonna ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Sicuro di voler eliminare questo record?" @@ -68,7 +68,7 @@ msgstr "Annulla" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Crea: " @@ -89,14 +89,14 @@ msgstr "Modifica" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Modifica colonna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostra altro... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Non definito" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Allarga" diff --git a/addons/web_kanban/i18n/ja.po b/addons/web_kanban/i18n/ja.po index 29f90ceaf22..22086f9070d 100644 --- a/addons/web_kanban/i18n/ja.po +++ b/addons/web_kanban/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "このレコードを削除しますか?" @@ -68,7 +68,7 @@ msgstr "キャンセル" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "作成: " @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "さらに表示…(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "未定義" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "展開" diff --git a/addons/web_kanban/i18n/ka.po b/addons/web_kanban/i18n/ka.po index 058c7e08854..d468110c3f3 100644 --- a/addons/web_kanban/i18n/ka.po +++ b/addons/web_kanban/i18n/ka.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "ნამდვილად გსურთ აღნიშნული ჩანაწერის წაშლა?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "გამოაჩინე მეტი... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "განუსაზღვრელი" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/ko.po b/addons/web_kanban/i18n/ko.po index eafeee1931c..3dcee63a452 100644 --- a/addons/web_kanban/i18n/ko.po +++ b/addons/web_kanban/i18n/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "열 추가" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "정말로 해당 열을 제거하시겠습니다?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "정말로 다음 기록을 삭제하시겠습니까 ?" @@ -68,7 +68,7 @@ msgstr "취소" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "다음 생성: " @@ -89,14 +89,14 @@ msgstr "편집" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "열 편집" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "더 보기... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "정의되지 않음" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "펼치기" diff --git a/addons/web_kanban/i18n/lt.po b/addons/web_kanban/i18n/lt.po index d5ac9afdb45..5780f3f8857 100644 --- a/addons/web_kanban/i18n/lt.po +++ b/addons/web_kanban/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Pridėti skiltį" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Įvyko klaida perkeliant įrašą į šią grupę: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Ar tikrai norite ištrinti šią skiltį?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Ar tikrai norite ištrinti šį įrašą?" @@ -68,7 +68,7 @@ msgstr "Atšaukti" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Sukurti: " @@ -89,14 +89,14 @@ msgstr "Keisti" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Keisti skiltį" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Rodyti daugiau... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Neapibrėžta" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Išskleisti" diff --git a/addons/web_kanban/i18n/mk.po b/addons/web_kanban/i18n/mk.po index 6ec6d84e1b6..c919dc23b11 100644 --- a/addons/web_kanban/i18n/mk.po +++ b/addons/web_kanban/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Додади колона" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Настана грешка при преместување на записот во оваа група: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Дали сакате да ја отстраните оваа колона?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Дали сакате да го избришете овој запис ?" @@ -68,7 +68,7 @@ msgstr "Откажи" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Креирај: " @@ -89,14 +89,14 @@ msgstr "Уреди" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Уреди колона" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Прикажи повеќе... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Недефиниран" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Одвиј" diff --git a/addons/web_kanban/i18n/mn.po b/addons/web_kanban/i18n/mn.po index 4bb15603c6c..d1b8decc9b5 100644 --- a/addons/web_kanban/i18n/mn.po +++ b/addons/web_kanban/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Багана нэмэх" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Бичлэгийг энэ бүлэг рүү зөөх явцад алдаа гарлаа: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Энэ баганыг хасахдаа итгэлтэй байна уу ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Энэ бичлэгийг устгахдаа та итгэлтэй байна уу?" @@ -68,7 +68,7 @@ msgstr "Цуцлах" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Үүсгэх: " @@ -89,14 +89,14 @@ msgstr "Засах" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Багана засварлах" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Дэлгэрүүлж харуулах... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Тодорхойлогдоогүй" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Эвхэх" diff --git a/addons/web_kanban/i18n/nb.po b/addons/web_kanban/i18n/nb.po index 59c05e65aeb..5d3c4577028 100644 --- a/addons/web_kanban/i18n/nb.po +++ b/addons/web_kanban/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Legg til kolonne" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "En feil har oppstått under flytting av posten til denne gruppen: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Vil du virkelig fjerne denne kolonnen ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Ønsker du virkelig å slette denne posten ?" @@ -68,7 +68,7 @@ msgstr "Avbryt" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Opprett: " @@ -89,14 +89,14 @@ msgstr "Rediger" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Rediger kolonne" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Vis mer... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Udefinert" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Brett ut" diff --git a/addons/web_kanban/i18n/nl.po b/addons/web_kanban/i18n/nl.po index 6221fc7418a..f2a3f140ef4 100644 --- a/addons/web_kanban/i18n/nl.po +++ b/addons/web_kanban/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,7 +40,7 @@ msgstr "Kolom toevoegen" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" @@ -49,14 +49,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Weet u zeker dat u deze kolom wilt verwijderen?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Weet u zeker dat u dit record wilt verwijderen?" @@ -70,7 +70,7 @@ msgstr "Annuleren" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Maken: " @@ -91,14 +91,14 @@ msgstr "Bewerken" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Kolom aanpassen" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -127,14 +127,14 @@ msgstr "Laat meer zien... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Niet gedefinieerd" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Uitvouwen" diff --git a/addons/web_kanban/i18n/nl_BE.po b/addons/web_kanban/i18n/nl_BE.po index b12ed676b6f..ac74b644662 100644 --- a/addons/web_kanban/i18n/nl_BE.po +++ b/addons/web_kanban/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Kolom toevoegen" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Weet u zeker dat u deze kolom wilt verwijderen?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Wilt u dit record verwijderen?" @@ -68,7 +68,7 @@ msgstr "Annuleren" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Maken: " @@ -89,14 +89,14 @@ msgstr "Bewerken" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Kolom aanpassen" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Meer tonen... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Onbepaald" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Openvouwen" diff --git a/addons/web_kanban/i18n/pl.po b/addons/web_kanban/i18n/pl.po index acbccc7b700..184590a326d 100644 --- a/addons/web_kanban/i18n/pl.po +++ b/addons/web_kanban/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Dodaj kolumnę" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Wystąpił błąd podczas przenoszenia rekordu do tej grupy: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Jesteś pewien, że chcesz usunąć tę kolumnę?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Jesteś pewien, że chcesz usunąć ten rekord?" @@ -68,7 +68,7 @@ msgstr "Anuluj" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Utwórz: " @@ -89,14 +89,14 @@ msgstr "Edytuj" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Edytuj kolumnę" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Pokaż więcej...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Niezdefiniowane" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Rozwiń" diff --git a/addons/web_kanban/i18n/pt.po b/addons/web_kanban/i18n/pt.po index 8c7b526ec71..a8f93c8fda9 100644 --- a/addons/web_kanban/i18n/pt.po +++ b/addons/web_kanban/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Adicionar coluna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Ocorreu um erro ao mover o registo para este grupo: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Tem a certeza que deseja remover esta coluna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Tem certeza que quer remover este registo?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Criar: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar coluna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar mais... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Não definido" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desdobrar" diff --git a/addons/web_kanban/i18n/pt_BR.po b/addons/web_kanban/i18n/pt_BR.po index a2af90e87ea..fca0168ebc2 100644 --- a/addons/web_kanban/i18n/pt_BR.po +++ b/addons/web_kanban/i18n/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Adicionar coluna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Ocorreu um erro ao mover este registro para este grupo: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Tem certeza que deseja remover esta coluna?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Você tem certeza que quer excluir este registro?" @@ -68,7 +68,7 @@ msgstr "Cancelar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Criar: " @@ -89,14 +89,14 @@ msgstr "Editar" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editar coluna" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Mostrar mais... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Indefinido" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Desdobrar" diff --git a/addons/web_kanban/i18n/ro.po b/addons/web_kanban/i18n/ro.po index bc3bb6c7c26..d7aeae06e06 100644 --- a/addons/web_kanban/i18n/ro.po +++ b/addons/web_kanban/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Adaugă coloană" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "A apărut o eroare în timp ce se muta înregistrarea în acest grup : " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Sunteți sigur(ă) că vreți să eliminați această coloană ?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Sunteți sigur(ă) ca doriți să ștergeți această înregistrare?" @@ -68,7 +68,7 @@ msgstr "Anulează" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Creează: " @@ -89,14 +89,14 @@ msgstr "Editează" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Editează coloana" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Afișează mai mult... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nedefinit(ă)" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Depliază" diff --git a/addons/web_kanban/i18n/ru.po b/addons/web_kanban/i18n/ru.po index 3d9f05bf099..a4e7c7088e8 100644 --- a/addons/web_kanban/i18n/ru.po +++ b/addons/web_kanban/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Добавить столбец" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Возникла ошибка при перемещении записи в эту группу: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Вы действительно хотите удалить этот столбец?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Вы действительно хотите удалить эту запись?" @@ -68,7 +68,7 @@ msgstr "Отмена" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Создать: " @@ -89,14 +89,14 @@ msgstr "Изменить" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Изменить столбец" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Подробнее... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Не определено" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Развернуть" diff --git a/addons/web_kanban/i18n/sl.po b/addons/web_kanban/i18n/sl.po index d639173a467..fc2ed111189 100644 --- a/addons/web_kanban/i18n/sl.po +++ b/addons/web_kanban/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Dodaj stolpec" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Napaka pri premiku zapisa v skupino: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Res želite odstraniti to vrstico?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Res želite brisati ta zapis?" @@ -68,7 +68,7 @@ msgstr "Prekliči" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Ustvari: " @@ -89,14 +89,14 @@ msgstr "Urejanje" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Urejanje vrstice" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Več...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nedoločeno" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Odvij" diff --git a/addons/web_kanban/i18n/sr@latin.po b/addons/web_kanban/i18n/sr@latin.po index 6a1f789cd78..4f5810805c0 100644 --- a/addons/web_kanban/i18n/sr@latin.po +++ b/addons/web_kanban/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Jeste li sigurni da želite obrisati obaj zapis?" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Prikaži više...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Nedefinisan" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/sv.po b/addons/web_kanban/i18n/sv.po index 9e86240835e..d134065f18d 100644 --- a/addons/web_kanban/i18n/sv.po +++ b/addons/web_kanban/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Lägg till kolumn" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Ett fel har uppstått vid flyttning av post till denna grupp: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Är du säker på att ta bort denna kolumn?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Är du säker på att du vill radera denna post?" @@ -68,7 +68,7 @@ msgstr "Avbryt" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Skapa: " @@ -89,14 +89,14 @@ msgstr "Redigera" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Redigera kolumn" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Visa mer... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Odefinierad" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Vik ut" diff --git a/addons/web_kanban/i18n/th.po b/addons/web_kanban/i18n/th.po index 8684ef9c0de..52951ed2156 100644 --- a/addons/web_kanban/i18n/th.po +++ b/addons/web_kanban/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "เพิ่มคอลัมน์" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "เกิดข้อผิดพลาดขณะที่การย้ายบันทึกไปยังกลุ่มนี้: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "คุณแน่ใจหรือว่าจะลบคอลัมน์นี้?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "คุณแน่ใจหรือว่าต้องการลบเร็กคอร์ดนี้?" @@ -68,7 +68,7 @@ msgstr "ยกเลิก" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "สร้าง: " @@ -89,14 +89,14 @@ msgstr "แก้ไข" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "แก้ไขคอลัมน์" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "แสดงเพิ่มเติม... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "ยังไม่กำหนด" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_kanban/i18n/tr.po b/addons/web_kanban/i18n/tr.po index 8f5b71a81fd..dbac3301f10 100644 --- a/addons/web_kanban/i18n/tr.po +++ b/addons/web_kanban/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "Sütun ekle" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "Kayıt bu gruba taşınırken bir hata oluştu: " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "Bu sütunu silmek istediğinizden emin misiniz?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "Bu kayıdı silmek istediğinizden emin misiniz?" @@ -68,7 +68,7 @@ msgstr "İptal" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "Oluştur: " @@ -89,14 +89,14 @@ msgstr "Düzenle" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "Sütunu düzenle" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "Devamını göster... (" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "Tanımlanmamış" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "Katları Aç" diff --git a/addons/web_kanban/i18n/zh_CN.po b/addons/web_kanban/i18n/zh_CN.po index 740aa3ff250..447facbd0e9 100644 --- a/addons/web_kanban/i18n/zh_CN.po +++ b/addons/web_kanban/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "增加列" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "当移动当前记录到这个组时发生错误。 " #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "您确认要移除此列?" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "您确定要删除此记录吗?" @@ -68,7 +68,7 @@ msgstr "取消" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "创建: " @@ -89,14 +89,14 @@ msgstr "编辑" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "编辑列" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "显示更多...(" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "未定义" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "展开" diff --git a/addons/web_kanban/i18n/zh_TW.po b/addons/web_kanban/i18n/zh_TW.po index 8259e648801..6246049044b 100644 --- a/addons/web_kanban/i18n/zh_TW.po +++ b/addons/web_kanban/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openerp-web\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:24+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:07+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_kanban #. openerp-web @@ -40,21 +40,21 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:482 +#: code:addons/web_kanban/static/src/js/kanban.js:484 #, python-format msgid "An error has occured while moving the record to this group: " msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:807 +#: code:addons/web_kanban/static/src/js/kanban.js:809 #, python-format msgid "Are you sure to remove this column ?" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1060 +#: code:addons/web_kanban/static/src/js/kanban.js:1062 #, python-format msgid "Are you sure you want to delete this record ?" msgstr "" @@ -68,7 +68,7 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:1225 +#: code:addons/web_kanban/static/src/js/kanban.js:1227 #, python-format msgid "Create: " msgstr "" @@ -89,14 +89,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:788 +#: code:addons/web_kanban/static/src/js/kanban.js:790 #, python-format msgid "Edit column" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #: code:addons/web_kanban/static/src/xml/web_kanban.xml:46 #, python-format msgid "Fold" @@ -125,14 +125,14 @@ msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:602 +#: code:addons/web_kanban/static/src/js/kanban.js:604 #, python-format msgid "Undefined" msgstr "" #. module: web_kanban #. openerp-web -#: code:addons/web_kanban/static/src/js/kanban.js:779 +#: code:addons/web_kanban/static/src/js/kanban.js:781 #, python-format msgid "Unfold" msgstr "" diff --git a/addons/web_linkedin/i18n/de.po b/addons/web_linkedin/i18n/de.po index 1ce71abb205..2abc869943b 100644 --- a/addons/web_linkedin/i18n/de.po +++ b/addons/web_linkedin/i18n/de.po @@ -8,21 +8,21 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-14 16:10+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-10-03 09:41+0000\n" +"Last-Translator: Ralf Hilgenstock \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:58+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/xml/linkedin.xml:40 #, python-format msgid "\" is not your account," -msgstr "" +msgstr "\" ist nicht Ihr Konto," #. module: web_linkedin #: field:sale.config.settings,api_key:0 @@ -61,26 +61,26 @@ msgstr "Springen Sie zu dieser URL:" #: code:addons/web_linkedin/static/src/xml/linkedin.xml:40 #, python-format msgid "If \"" -msgstr "" +msgstr "Wenn \"" #. module: web_linkedin #: field:res.partner,linkedin_id:0 msgid "LinkedIn ID" -msgstr "" +msgstr "LinkedIn ID" #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/xml/linkedin.xml:34 #, python-format msgid "LinkedIn access was not enabled on this server." -msgstr "" +msgstr "Der LinkedIn Zugang wurde für diesen Server nicht aktiviert." #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/js/linkedin.js:435 #, python-format msgid "LinkedIn error" -msgstr "" +msgstr "LinkedIn Fehler" #. module: web_linkedin #. openerp-web @@ -94,7 +94,7 @@ msgstr "LinkedIn ist nicht aktiviert" #: code:addons/web_linkedin/static/src/js/linkedin.js:435 #, python-format msgid "LinkedIn is temporary down for the searches by url." -msgstr "" +msgstr "LinkedIn ist momentan für die Suche der URL Adressen temporär down" #. module: web_linkedin #. openerp-web @@ -107,14 +107,14 @@ msgstr "LinkedIn Suche" #: field:res.partner,linkedin_public_url:0 #: field:res.partner,linkedin_url:0 msgid "LinkedIn url" -msgstr "" +msgstr "LinkedIn url" #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/xml/linkedin.xml:36 #, python-format msgid "LinkedIn:" -msgstr "" +msgstr "LinkedIn:" #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings @@ -138,7 +138,7 @@ msgstr "Ok" #. module: web_linkedin #: model:ir.model,name:web_linkedin.model_res_partner msgid "Partner" -msgstr "" +msgstr "Partner" #. module: web_linkedin #. openerp-web @@ -155,20 +155,22 @@ msgid "" "Please ask your administrator to configure it in Settings > Configuration > " "Sales > Social Network Integration." msgstr "" +"Bitte fragen Sie Ihren Administrator, ob er die Konfiguration unter " +"Einstellungen > Konfiguration > Verkauf > Soziales Netzwerk einstellen kann." #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/xml/linkedin.xml:45 #, python-format msgid "Search" -msgstr "" +msgstr "Suche" #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/xml/linkedin.xml:44 #, python-format msgid "Search by url or keywords :" -msgstr "" +msgstr "Suche nach URL oder Schlagwörtern" #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings @@ -181,6 +183,8 @@ msgid "" "This url is set automatically when you join the partner with a LinkedIn " "account." msgstr "" +"Diese URL wird automatisch zugewiesen, wenn Sie dem Partner Netzwerk mit " +"Ihrem eigenen LinkedIN Konto angehören." #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings @@ -194,12 +198,12 @@ msgstr "" #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings msgid "Website URL inside \"JavaScript API Domains\" field" -msgstr "" +msgstr "Website URL inkludiert \"JavaScript API Domains\" Feld" #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings msgid "Website URL:" -msgstr "" +msgstr "Webseite URL" #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings @@ -209,14 +213,14 @@ msgstr "hier:" #. module: web_linkedin #: view:sale.config.settings:web_linkedin.view_linkedin_config_settings msgid "https://www.linkedin.com/secure/developer" -msgstr "" +msgstr "https://www.linkedin.com/secure/developer" #. module: web_linkedin #. openerp-web #: code:addons/web_linkedin/static/src/xml/linkedin.xml:40 #, python-format msgid "please click here to logout" -msgstr "" +msgstr "Bitte klicken Sie für Ihre Abmeldung" #. module: web_linkedin #: field:sale.config.settings,server_domain:0 diff --git a/addons/web_tests_demo/i18n/tr.po b/addons/web_tests_demo/i18n/tr.po new file mode 100644 index 00000000000..e74806b71be --- /dev/null +++ b/addons/web_tests_demo/i18n/tr.po @@ -0,0 +1,58 @@ +# Turkish translation for openerp-web +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-03 17:18+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-04 06:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: web_tests_demo +#: field:web_tests_demo.model,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: web_tests_demo +#: field:web_tests_demo.model,create_date:0 +msgid "Created on" +msgstr "Oluşturma" + +#. module: web_tests_demo +#: field:web_tests_demo.model,id:0 +msgid "ID" +msgstr "ID" + +#. module: web_tests_demo +#: field:web_tests_demo.model,write_uid:0 +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: web_tests_demo +#: field:web_tests_demo.model,write_date:0 +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: web_tests_demo +#: field:web_tests_demo.model,name:0 +msgid "Name" +msgstr "Adı" + +#. module: web_tests_demo +#: field:web_tests_demo.model,other:0 +msgid "Other" +msgstr "Diğer" + +#. module: web_tests_demo +#: field:web_tests_demo.model,thing:0 +msgid "Thing" +msgstr "Şey" diff --git a/addons/web_view_editor/i18n/ca.po b/addons/web_view_editor/i18n/ca.po new file mode 100644 index 00000000000..3f9749133f3 --- /dev/null +++ b/addons/web_view_editor/i18n/ca.po @@ -0,0 +1,184 @@ +# Catalan translation for openerp-web +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openerp-web package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openerp-web\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-10-06 06:47+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-07 07:04+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:387 +#, python-format +msgid "Can't Update View" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:109 +#: code:addons/web_view_editor/static/src/js/view_editor.js:850 +#: code:addons/web_view_editor/static/src/js/view_editor.js:978 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:65 +#: code:addons/web_view_editor/static/src/js/view_editor.js:410 +#, python-format +msgid "Close" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:14 +#, python-format +msgid "Could not find current view declaration" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:62 +#, python-format +msgid "Create" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:85 +#, python-format +msgid "Create a view (%s)" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:513 +#, python-format +msgid "Do you really want to remove this node?" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:180 +#, python-format +msgid "Do you really want to remove this view?" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:383 +#, python-format +msgid "Do you really wants to create an inherited view here?" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:63 +#, python-format +msgid "Edit" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:379 +#, python-format +msgid "Inherited View" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:13 +#, python-format +msgid "Manage Views" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:37 +#, python-format +msgid "Manage Views (%s)" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:990 +#, python-format +msgid "New Field" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:261 +#, python-format +msgid "Please select view in list :" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:393 +#, python-format +msgid "Preview" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:829 +#: code:addons/web_view_editor/static/src/js/view_editor.js:955 +#, python-format +msgid "Properties" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:64 +#, python-format +msgid "Remove" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:87 +#, python-format +msgid "Save" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:390 +#, python-format +msgid "Select an element" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:161 +#, python-format +msgid "The following fields are invalid :" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:832 +#: code:addons/web_view_editor/static/src/js/view_editor.js:958 +#, python-format +msgid "Update" +msgstr "" + +#. module: web_view_editor +#. openerp-web +#: code:addons/web_view_editor/static/src/js/view_editor.js:377 +#, python-format +msgid "View Editor %d - %s" +msgstr "" diff --git a/addons/website/i18n/de.po b/addons/website/i18n/de.po index 3410dc6b099..90343801cde 100644 --- a/addons/website/i18n/de.po +++ b/addons/website/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 14:07+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 11:30+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" "X-Poedit-Bookmarks: 78,-1,-1,-1,-1,-1,-1,96,-1,-1\n" @@ -26,12 +26,13 @@ msgstr "" #: code:addons/website/static/src/xml/website.snippets.xml:36 #, python-format msgid " " -msgstr "" +msgstr " " #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" -msgstr "" +msgstr "×" #. module: website #: view:website:website.500 @@ -40,10 +41,19 @@ msgstr "in der Box unten, wenn Sie bestätigen wollen." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" +msgstr "(Youtube, Vimeo, Dailymotion)" + +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" msgstr "" +",\n" +" aktualisiert:" #. module: website #: view:website:website.layout @@ -54,10 +64,20 @@ msgstr "" ",\n" " die #1" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr ", Verfasser:" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr ", aktualisiert:" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" -msgstr "" +msgstr ".xml" #. module: website #. openerp-web @@ -109,17 +129,17 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "A Great Headline" -msgstr "Eine große Titelzeile" +msgstr "Eine große Überschrift" #. module: website #: view:website:website.snippets msgid "A Punchy Headline" -msgstr "Eine auffällige Kopfzeile" +msgstr "Eine auffällige Überschrift" #. module: website #: view:website:website.snippets msgid "A Section Subtitle" -msgstr "Ein Bereichsuntertitel" +msgstr "Eine Bereichsüberschrift" #. module: website #: view:website:website.snippets @@ -163,10 +183,10 @@ msgid "" " Everything you consider writing can be told as a " "story." msgstr "" -"Eine Story ist eine gute Möglichkeit, um die Aufmerksamkeit Ihrer Besucher " -"zu gewinnen.\n" -" Alles, was Sie in Textform schreiben, kann auch " -"als Geschichte erzählt werden." +"Eine gute Geschichte ist eine hervorragende Möglichkeit, um die " +"Aufmerksamkeit Ihrer Besucher zu gewinnen.\n" +" Alles, was Sie in Textform schreiben, sollte " +"auch als Geschichte erzählt werden können." #. module: website #: view:website:website.snippets @@ -189,14 +209,14 @@ msgid "" "action." msgstr "" "Passen Sie diese drei Spalten an, um Ihre Designvorstellung umzusetzen. \n" -"                             Um eine Spalte zu duplizieren, zu löschen oder " +" Um eine Spalte zu duplizieren, zu löschen oder " "zu verschieben, wählen Sie die \n" -"                             Spalte aus und verwenden Sie die Icons in der " +" Spalte aus und verwenden Sie die Icons in der " "Symbolleiste, um die Aktion durchzuführen." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -234,7 +254,7 @@ msgstr "Sprache hinzufügen..." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "Bild-URL hinzufügen" @@ -268,10 +288,17 @@ msgstr "" "Alle verwendeten Icons wurden unter der Creative Commons Lizenz " "veröffentlicht." +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" -msgstr "" +msgstr "Amelia" #. module: website #: view:website:website.500 @@ -281,7 +308,7 @@ msgstr "Beim Verarbeiten des Templates ist ein Fehler aufgetreten" #. module: website #: view:website:website.themes msgid "An ode to Metro" -msgstr "" +msgstr "An ode to Metro" #. module: website #: view:website:website.snippets @@ -319,7 +346,7 @@ msgstr "Automatisch Skalieren" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "Automatisch abspielen" @@ -406,7 +433,7 @@ msgstr "Schwarz" #: code:addons/website/static/src/xml/website.snippets.xml:13 #, python-format msgid "Block style" -msgstr "Blockstyle" +msgstr "Blockstil" #. module: website #: view:website:website.snippet_options @@ -437,7 +464,7 @@ msgstr "Kann ich das Management von agilen Projekten umsetzen ?" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -450,11 +477,11 @@ msgstr "Verwerfen" #. module: website #: view:website:website.themes msgid "Cerulean" -msgstr "" +msgstr "Cerulean" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Ändern" @@ -471,7 +498,7 @@ msgstr "Ändere Symbole" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "Ändere Medien" @@ -617,7 +644,7 @@ msgstr "Konfiguriere Menüs in Webseite" #. module: website #: view:website:website.layout msgid "Connect with us" -msgstr "Verbinden Sie sich mit uns" +msgstr "Nehmen Sie Kontakt auf" #. module: website #: view:website:website.snippets @@ -633,16 +660,16 @@ msgid "" "your point\n" " of view, not from someone else's experience." msgstr "" -"Ziehen Sie in Betracht\n" -" eine schöne, persönliche Geschichte zu " -"schreiben. Das Schreiben\n" +"Sie sollten\n" +" eine schöne und persönlich ansprechende " +"Geschichte schreiben. Das Schreiben\n" " einer selbst erlebten Erfahrung hilft " "dabei eine persönliche\n" -" Beziehung aufzubauen. Dies zeigt sich in " -"kleinen spezifischen\n" -"                              Macken bei der Wortauswahl oder Phrasen. " +" Beziehung aufzubauen. Dies zeigt sich " +"u.a. in kleinen spezifischen\n" +" Macken bei der Wort- oder Phrasenwahl. " "Schreiben Sie\n" -"                              aus der persönlichen Ich-" +" am Besten aus Ihrer persönlichen Ich-" "Erzählperspektive." #. module: website @@ -706,7 +733,7 @@ msgstr "Urheberrecht ©" #. module: website #: view:website:website.themes msgid "Cosmo" -msgstr "" +msgstr "Cosmo" #. module: website #: view:website:website.page_404 @@ -745,7 +772,7 @@ msgstr "Knackig wie ein neues Blatt Papier." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -780,7 +807,7 @@ msgstr "Personalisieren Sie das Banner" #. module: website #: view:website:website.themes msgid "Cyborg" -msgstr "" +msgstr "Cyborg" #. module: website #. openerp-web @@ -881,8 +908,8 @@ msgstr "Beschreibung..." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -890,7 +917,7 @@ msgstr "Verwerfen" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "Verwerfen der Ausgabe" @@ -938,7 +965,7 @@ msgstr "Dieses Banner per Drag & Drop verschieben" #: code:addons/website/static/src/xml/website.contentMenu.xml:34 #, python-format msgid "Drag a menu to the right to create a sub-menu" -msgstr "Plazieren Sie ein Menü rechts zur Erstellung eines Submenüs." +msgstr "Schieben Sie ein Menü nach rechts, um dieses als Submenü einzufügen" #. module: website #. openerp-web @@ -1033,7 +1060,7 @@ msgstr "Effekte" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "Video einbetten (HTML)" @@ -1129,7 +1156,7 @@ msgstr "Funktionsbeschreibung" #. module: website #: view:website:website.snippets msgid "Feature Two" -msgstr "Funktion 2" +msgstr "Zweites Feature" #. module: website #: view:website:website.snippets @@ -1139,7 +1166,7 @@ msgstr "Funktionen" #. module: website #: view:website:website.snippets msgid "First Feature" -msgstr "Hauptfunktion" +msgstr "Erstes Feature" #. module: website #: view:website:website.snippet_options @@ -1154,7 +1181,7 @@ msgstr "Schlank und modern" #. module: website #: view:website:website.themes msgid "Flatly" -msgstr "" +msgstr "Flatly" #. module: website #: view:website:website.snippet_options @@ -1225,12 +1252,12 @@ msgstr "Google + Account" #. module: website #: view:website:website.snippets msgid "Great Value" -msgstr "Toller Mehrwert" +msgstr "Hoher Nutzen" #. module: website #: view:website:website.aboutus msgid "Great products for great people" -msgstr "Super Produkte für tolle Menschen" +msgstr "Super Produkte für großartige Menschen" #. module: website #: view:website:website.snippets @@ -1245,7 +1272,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "Great stories have personality." -msgstr "Tolle Geschichten sind persönlich." +msgstr "Herausragende Geschichten mit persönlicher Ansprache." #. module: website #: view:website:website.snippet_options @@ -1305,7 +1332,7 @@ msgstr "Homepage" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "Horizontaler Wechsel" @@ -1351,10 +1378,10 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," -msgstr "Wenn Sie die aktuelle Bearbeitung verwerfen." +msgstr "Wenn Sie die aktuelle Bearbeitung verwerfen," #. module: website #: view:website:website.snippets @@ -1368,7 +1395,8 @@ msgstr "" "Wenn Sie eine allgemeine Nachricht an eine große\n" "Zielgruppe im Hinterkopf haben, wird diese Story nicht ausreichend " "wahrgenommen.\n" -"Schreiben Sie aus der Ich-Erzählperspektive, um Aufmerksamkeit zu generieren." +"Schreiben Sie aus der Ich-Erzählperspektive, um eine höhere Aufmerksamkeit " +"zu generieren." #. module: website #. openerp-web @@ -1385,7 +1413,7 @@ msgstr "Bildergallerie" #. module: website #: view:website:website.snippets msgid "Image-Text" -msgstr "Text-Bilder" +msgstr "Bild-Text" #. module: website #. openerp-web @@ -1401,8 +1429,11 @@ msgid "" " versions." msgstr "" "In diesem Modus können Sie nur Texte übersetzen. Für eine \n" -"Änderung der Seitenstruktur, müssen Sie die Masterseite \n" -"ändern, um diese Anpassungen dann auch für alle Websites zu übernehmen." +" Änderung der Seitenstruktur, müssen Sie die " +"Master Webseite \n" +" ändern, um diese Anpassungen dann auch für alle " +"Webseiten \n" +" zu übernehmen." #. module: website #. openerp-web @@ -1411,6 +1442,11 @@ msgstr "" msgid "Info" msgstr "Info" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "Information zu" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1435,6 +1471,16 @@ msgstr "Installiere Anwendungen" msgid "Install Language" msgstr "Installiere Sprache" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "Installierte Apps" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "Installierte Module" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1454,12 +1500,12 @@ msgstr "" #. module: website #: view:website:website.themes msgid "Jet black and electric blue" -msgstr "" +msgstr "Jet black and electric blue" #. module: website #: view:website:website.snippets msgid "John Doe, CEO" -msgstr "" +msgstr "John Doe, Geschäftsführer" #. module: website #: view:website:website.snippets @@ -1579,7 +1625,7 @@ msgstr "Hauptmenü" #. module: website #: view:website:website.snippet_options msgid "Mango" -msgstr "" +msgstr "Mango" #. module: website #. openerp-web @@ -1658,12 +1704,12 @@ msgstr "Berglandschaft" #. module: website #: view:website:website.layout msgid "My Account" -msgstr "Mein Zugangskonto" +msgstr "Mein Konto" #. module: website #: view:website:website.snippet_options msgid "Narrow" -msgstr "" +msgstr "Verschmälern" #. module: website #. openerp-web @@ -1717,11 +1763,21 @@ msgstr "Keine" msgid "Not Published" msgstr "Nicht veröffentlicht" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "Hinweis: Sie können diese Seite über Anpassen im Topmenü ausblenden." + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "Odoo" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "Odoo Version" + #. module: website #: view:website:website.snippets msgid "" @@ -1772,6 +1828,11 @@ msgstr "" msgid "Ok" msgstr "OK" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "Open Source ERP" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1797,7 +1858,7 @@ msgstr "Orange" #. module: website #: view:website:website.snippet_options msgid "Orange Red" -msgstr "" +msgstr "Hellrot" #. module: website #: view:website:website.snippets @@ -1817,7 +1878,7 @@ msgstr "Unsere Kundenreferenzen" #. module: website #: view:website:website.snippets msgid "Our Offers" -msgstr "Unsere Aufträge" +msgstr "Unsere Angebote" #. module: website #: view:website:website.snippets @@ -1832,7 +1893,7 @@ msgstr "Unser Team" #. module: website #: view:website:website.layout msgid "Our products & Services" -msgstr "Unserer Produkte & Dienstleistungen" +msgstr "Produkte & Dienstleistungen" #. module: website #: view:website:website.aboutus @@ -1872,7 +1933,7 @@ msgstr "Seitentitel" #. module: website #: view:website:website.snippets msgid "Panel" -msgstr "Schalttafel" +msgstr "Anzeigetafel" #. module: website #: view:website:website.snippets @@ -1880,20 +1941,21 @@ msgid "" "Panels are a great tool to compare offers or to emphasize on\n" " key features. To compare products, use the inside columns." msgstr "" -"Schalttafeln sind ideal für den Vergleich von Angeboten oder zur\n" -" Konzentration auf bestimmte Schlüsselanforderungen. " -"Für einen Vergleich von Angeboten\n" -" nutzen Sie die neuen internen Spalten." +"Anzeigetafeln sind ideal für den Vergleich von Produkten oder zur\n" +" Konzentration auf besondere Kundenanforderungen. Für " +"einen Vergleich von Produkten\n" +" können Sie die intern enthaltenen Spalten ideal " +"einsetzen." #. module: website #: view:website:website.snippets msgid "Parallax" -msgstr "" +msgstr "Parallax" #. module: website #: view:website:website.snippets msgid "Parallax Slider" -msgstr "" +msgstr "Parallax Slider" #. module: website #: field:website.menu,parent_left:0 @@ -1956,8 +2018,8 @@ msgstr "Vorher" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Ausblick" @@ -1985,14 +2047,14 @@ msgstr "Projektmanagement Fragen" #: view:website:website.layout #, python-format msgid "Promote" -msgstr "Bewerben" +msgstr "Werbung" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.seo.xml:14 #, python-format msgid "Promote This Page" -msgstr "Bewerben dieser Seite" +msgstr "Werbung für diese Seite" #. module: website #. openerp-web @@ -2000,7 +2062,7 @@ msgstr "Bewerben dieser Seite" #: view:website:website.layout #, python-format msgid "Promote page on the web" -msgstr "Bewerben dieser Seite im Web" +msgstr "Werbung für diese Seite im Web" #. module: website #: field:website,partner_id:0 @@ -2058,7 +2120,7 @@ msgstr "Zitat" #. module: website #: view:website:website.snippets msgid "Quotes Slider" -msgstr "Zitatfolien" +msgstr "Zitatgallerien" #. module: website #: view:website:website.themes @@ -2128,7 +2190,7 @@ msgstr "Angepasste Dateigröße" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "Rotation" @@ -2192,7 +2254,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "Second Feature" -msgstr "Funktion 2" +msgstr "Feature Nr. 2" #. module: website #: view:website:website.snippets @@ -2215,7 +2277,7 @@ msgstr "Wählen Sie ein Medium" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "Wählen Sie hierzu ein Bild" @@ -2241,7 +2303,7 @@ msgstr "Verkaufen Sie online. Sehr einfach." #. module: website #: view:website:website.template_partner_comment msgid "Send" -msgstr "Versenden" +msgstr "Senden" #. module: website #: view:website:website.template_partner_comment @@ -2265,7 +2327,7 @@ msgstr "Reihenfolge" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "Setzen Sie ene Video URL" @@ -2285,6 +2347,11 @@ msgstr "Schatten" msgid "Share" msgstr "Teilen" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "Inherit als Option anzeigen" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2298,7 +2365,7 @@ msgstr "Silber und schlank." #. module: website #: view:website:website.themes msgid "Simplex" -msgstr "" +msgstr "Simplex" #. module: website #. openerp-web @@ -2317,7 +2384,7 @@ msgstr "Überspringen" #. module: website #: view:website:website.themes msgid "Slate" -msgstr "" +msgstr "Slate" #. module: website #: view:website:website.snippet_options @@ -2340,15 +2407,15 @@ msgstr "Soziale Medien" #. module: website #: view:website:website.themes msgid "Spacelab" -msgstr "" +msgstr "Spacelab" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" -msgstr "" +msgstr "Drehen" #. module: website #. openerp-web @@ -2364,7 +2431,7 @@ msgid "" " and give it to them." msgstr "" "Beginnen Sie mit dem Kunden - finden Sie heraus was er will\n" -" und geben sie es ihm." +" und informieren Sie ihn zu diesem Thema." #. module: website #: view:website:website.snippets @@ -2384,7 +2451,7 @@ msgstr "Struktur" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2422,6 +2489,11 @@ msgstr "Sonnenschein" msgid "Sweet and cheery" msgstr "Süss und sauer" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "Technische Bezeichnung" + #. module: website #: view:website:website.snippets msgid "" @@ -2432,7 +2504,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "Tell what's the value for the" -msgstr "Wofür ist der Wert für" +msgstr "Wofür ist der Nutzen der Kunden" #. module: website #. openerp-web @@ -2510,7 +2582,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2563,7 +2635,7 @@ msgstr "Das Template wurde geändert!" #. module: website #: view:website:website.snippets msgid "Third Feature" -msgstr "Dritte Funktion" +msgstr "Drittes Feature" #. module: website #: view:website:website.page_404 @@ -2596,7 +2668,7 @@ msgstr "Drei Spalten" #: view:website:website.snippets #, python-format msgid "Title" -msgstr "Titel" +msgstr "Überschrift" #. module: website #: view:website:website.snippets @@ -2674,7 +2746,7 @@ msgstr "Gebe ein '" #: view:website:website.view_website_form #: view:website.config.settings:website.view_website_config_settings msgid "UA-XXXXXXXX-Y" -msgstr "" +msgstr "UA-XXXXXXXX-Y" #. module: website #. openerp-web @@ -2710,14 +2782,21 @@ msgstr "Veröffentlichung aufheben" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "Upload eines Bilds von Ihrem Rechner" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "Hochgeladenes Bild ohne Optimierung" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "Uploading" @@ -2735,14 +2814,14 @@ msgstr "Verschiedene" #. module: website #: view:website:website.snippet_options msgid "Velour" -msgstr "" +msgstr "Velour" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" -msgstr "" +msgstr "Vertikal spiegeln" #. module: website #: view:website:website.snippet_options @@ -2783,12 +2862,12 @@ msgid "" "build great products to solve your\n" " business problems." msgstr "" -"Wir sind ein Team ambitionierter Leute, deren Ziel die Vereinfachung der\n" -" Arbeit durch die Anwendung disruptiver " -"Produktinnovationen.\n" -" Wir erstellen unsere Produkte zur " -"Lösung Ihrer täglichen\n" -" Business Probleme." +"Unser innovatives und engagiertes Team verfolgt das Ziel, durch die " +"Entwicklung \n" +" einer neuen Generation von Business " +"Software Ihr tägliches Geschäft zu vereinfachen.\n" +" Ihre Herausforderungen treiben uns " +"dabei immer wieder aufs Neue an." #. module: website #: view:website:website.layout @@ -2798,12 +2877,12 @@ msgid "" "products to solve your\n" " business problems." msgstr "" -"Wir sind ein Team ambitionierter Leute, deren Ziel die Vereinfachung der\n" -" Arbeit durch die Anwendung disruptiver " -"Produktinnovationen.\n" -" Wir erstellen unsere Produkte zur " -"Lösung Ihrer täglichen\n" -" Business Probleme." +"Unser innovatives und engagiertes Team verfolgt das Ziel, durch die " +"Entwicklung \n" +" einer neuen Generation von Business " +"Software Ihr tägliches Geschäft zu vereinfachen.\n" +" Ihre Herausforderungen treiben uns " +"dabei immer wieder aufs Neue an." #. module: website #: view:website:website.contactus @@ -2865,7 +2944,7 @@ msgstr "Webseite Verkäufe" #: model:ir.ui.menu,name:website.menu_website_configuration #: view:website:website.view_website_form msgid "Website Settings" -msgstr "Webseite Einstellungen" +msgstr "Webseite" #. module: website #: field:ir.actions.server,website_url:0 @@ -2930,7 +3009,7 @@ msgstr "Willkommen auf Ihrer Webseite!" #. module: website #: view:website:website.snippets msgid "Well" -msgstr "Gut" +msgstr "Hervorheben" #. module: website #. openerp-web @@ -2972,9 +3051,9 @@ msgid "" " great way to build " "confidence in your products or services." msgstr "" -"Schreiben Sie einen oder zwei kurze Abschnitte zur Beschreibung\n" -"Ihrer Produkte und Dienste. Um erfolgreich zu sein, sollte der Inhaltüch " -"für andere Leser interessant sein." +"Schreiben Sie hier ein prägnantes Zitat einer Kundenreferenz. Zitate\n" +" eignen sich hervorragend " +"zum Vertrauensaufbau in Ihre Produkte und Dienste." #. module: website #: view:website:website.snippets @@ -2983,9 +3062,9 @@ msgid "" " great way to build confidence in " "your products or services." msgstr "" -"Erfassen Sie ein Angebot von einem Ihrer Kunden. Angebote sind\n" -"ein großartige Möglichkeit sukzessiv Vertrauen in Produkte und Services\n" -"aufzubauen." +"Schreiben Sie hier ein prägnantes Zitat einer Kundenreferenz. Zitate\n" +" eignen sich hervorragend " +"zum Vertrauensaufbau in Ihre Produkte und Dienste." #. module: website #: view:website:website.snippets @@ -2994,9 +3073,9 @@ msgid "" " great way to build confidence in your " "products or services." msgstr "" -"Erfassen Sie ein Angebot von einem Ihrer Kunden. Angebote sind\n" -"ein großartige Möglichkeit sukzessiv Vertrauen in Produkte und Services\n" -"aufzubauen." +"Schreiben Sie hier ein prägnantes Zitat einer Kundenreferenz. Zitate\n" +" eignen sich hervorragend " +"zum Vertrauensaufbau in Ihre Produkte und Dienste." #. module: website #: view:website:website.snippets @@ -3004,9 +3083,9 @@ msgid "" "Write a quote here from one of your customers. Quotes are a\n" " great way to build confidence in your products or services." msgstr "" -"Erfassen Sie ein Angebot von einem Ihrer Kunden. Angebote sind\n" -"ein großartige Möglichkeit sukzessiv Vertrauen in Produkte und Services\n" -"aufzubauen." +"Schreiben Sie hier ein prägnantes Zitat einer Kundenreferenz. Zitate\n" +" eignen sich hervorragend " +"zum Vertrauensaufbau in Ihre Produkte und Dienste." #. module: website #: view:website:website.snippets @@ -3016,9 +3095,11 @@ msgid "" "be\n" " useful to your readers." msgstr "" -"Schreiben Sie einen oder zwei kurze Abschnitte zur Beschreibung\n" -"Ihrer Produkte und Dienste. Um erfolgreich zu sein, sollte der Inhalt\n" -"auch für andere Leser interessant sein." +"Schreiben Sie einen oder zwei kurze Abschnitte \n" +" zur Beschreibung Ihrer Produkte und Dienste. Um " +"erfolgreich zu sein, \n" +" sollte der Inhalt für Ihre Leser möglichst " +"interessant sein." #. module: website #: view:website:website.snippets @@ -3028,22 +3109,22 @@ msgid "" "successful\n" " your content needs to be useful to your readers." msgstr "" -"Schreiben Sie einen oder zwei kurze Abschnitte zur Beschreibung\n" -"Ihrer Produkte und Dienste. Um erfolgreich zu sein, sollte der Inhaltüch " -"für andere Leser interessant sein." +"Schreiben Sie einen oder zwei kurze Abschnitte \n" +" zur Beschreibung Ihrer Produkte und Dienste. Um " +"erfolgreich zu sein, \n" +" sollte der Inhalt für Ihre Leser möglichst " +"interessant sein." #. module: website #: view:website:website.snippets msgid "Write one sentence to convince visitor about your message." msgstr "" -"Schreiben Sie einen kurzen Abschnitte zur Beschreibung\n" -"Ihrer Produkte und Dienste. Um erfolgreich zu sein, sollte der Inhalt\n" -"auch für andere Leser interessant sein." +"Schreiben Sie einen Satz, um mit Ihrer Mitteilung Begeisterung zu entfachen." #. module: website #: view:website:website.snippets msgid "Write what the customer would like to know," -msgstr "Schreiben Sie über die Inhalte, die ein Kunde wissen muss." +msgstr "Schreiben Sie über die Inhalte," #. module: website #: view:website:website.snippet_options @@ -3058,7 +3139,7 @@ msgstr "Ja." #. module: website #: view:website:website.themes msgid "Yeti" -msgstr "" +msgstr "Yeti" #. module: website #. openerp-web @@ -3069,7 +3150,7 @@ msgstr "Sie treten in Kürze in den Übersetzungsmodus ein." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "Sie können durch Abbrechen in den Erfassungsmodus kommen." @@ -3100,7 +3181,7 @@ msgstr "Youtube Konto" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "alle" @@ -3112,7 +3193,7 @@ msgstr "und entdecken die folgende Einschränkung:" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "Rahmen" @@ -3151,82 +3232,87 @@ msgstr "Wie Ihre Seite in Google veröffentlicht wird." #: code:addons/website/static/src/xml/website.editor.xml:66 #, python-format msgid "http://openerp.com" -msgstr "" +msgstr "http://openerp.com" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" -msgstr "" +msgstr "http://openerp.com/logo.png" #. module: website #: view:website:website.view_website_form msgid "http://www.linkedin.com/company/odoo" -msgstr "" +msgstr "http://www.linkedin.com/company/odoo" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "http://www.linkedin.com/company/openerp" -msgstr "" +msgstr "http://www.linkedin.com/company/openerp" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "http://www.youtube.com/channel/HCU842OHPPNrQ" -msgstr "" +msgstr "http://www.youtube.com/channel/HCU842OHPPNrQ" #. module: website #: view:website:website.view_website_form msgid "https://facebook.com/odoo" -msgstr "" +msgstr "https://facebook.com/odoo" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "https://facebook.com/openerp" -msgstr "" +msgstr "https://facebook.com/openerp" #. module: website #: view:website:website.view_website_form msgid "https://plus.google.com/+Odooapps" -msgstr "" +msgstr "https://plus.google.com/+Odooapps" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "https://plus.google.com/+openerp" -msgstr "" +msgstr "https://plus.google.com/+openerp" #. module: website #: view:website:website.view_website_form msgid "https://twitter.com/odooapps" -msgstr "" +msgstr "https://twitter.com/odooapps" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "https://twitter.com/openerp" -msgstr "" +msgstr "https://twitter.com/openerp" #. module: website #: view:website:website.view_website_form msgid "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" -msgstr "" +msgstr "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" #. module: website #: view:website:website.view_website_form #: view:website.config.settings:website.view_website_config_settings msgid "https://youraccount.github.io" -msgstr "" +msgstr "https://youraccount.github.io" + +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "Odoo Instanz , der" #. module: website #: view:website:website.snippets msgid "not what you want to show." -msgstr "nichts was Sie normalerweise zeigen wollen." +msgstr "die ein Kunde wissen sollte." #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3258,17 +3344,17 @@ msgstr "abgerundete" #. module: website #: view:website:website.sitemap_index_xml msgid "sitemap-" -msgstr "" +msgstr "Übersicht-" #. module: website #: view:website:website.robots msgid "sitemap.xml" -msgstr "" +msgstr "sitemap.xml" #. module: website #: view:website:website.snippets msgid "style." -msgstr "" +msgstr "Style." #. module: website #. openerp-web @@ -3284,7 +3370,7 @@ msgstr "Unbekannt" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "Ungesicherte Änderungen sind verloren." @@ -3313,8 +3399,8 @@ msgstr "Ihre Homepage" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "-oder-" diff --git a/addons/website/i18n/es.po b/addons/website/i18n/es.po index 8580f8316d1..ddca7001136 100644 --- a/addons/website/i18n/es.po +++ b/addons/website/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-27 16:34+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 22:04+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website #. openerp-web @@ -27,6 +27,7 @@ msgid " " msgstr " " #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "×" @@ -38,11 +39,20 @@ msgstr "' en el cuadro siguiente si quiere confirmar." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" +",\n" +" updated:" + #. module: website #: view:website:website.layout msgid "" @@ -52,6 +62,16 @@ msgstr "" ",\n" " the #1" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr ", autor:" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr ", actualizado:" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -189,7 +209,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -227,7 +247,7 @@ msgstr "Añadir un idioma..." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "Añadir una URL de imágen" @@ -261,6 +281,13 @@ msgstr "" "Todos estos iconos tienen licencia Creative Commons, por lo que puede " "usarlos." +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "Carga alternativa" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -312,7 +339,7 @@ msgstr "Redimensionar automáticamente" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "Reproducción automática" @@ -431,7 +458,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -448,7 +475,7 @@ msgstr "Azul claro" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Cambiar" @@ -465,7 +492,7 @@ msgstr "Cambiar iconos" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "Cambiar recurso" @@ -735,7 +762,7 @@ msgstr "Crujiente como una hoja nueva de papel." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -868,8 +895,8 @@ msgstr "Descripciòn..." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -877,7 +904,7 @@ msgstr "Descartar" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "Descartar edición" @@ -1021,7 +1048,7 @@ msgstr "Efectos" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "Vídeo incrustado (HTML)" @@ -1293,7 +1320,7 @@ msgstr "Página de inicio" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "Voltear horizontalmente" @@ -1339,7 +1366,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "Si descarta la edición actual," @@ -1400,6 +1427,11 @@ msgstr "" msgid "Info" msgstr "Información" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "Información sobre" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1424,6 +1456,16 @@ msgstr "Instalar aplicaciones" msgid "Install Language" msgstr "Instalar idioma" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "Aplicaciones instalados" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "Módulos locales" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1701,11 +1743,23 @@ msgstr "Ninguno" msgid "Not Published" msgstr "No publicado" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" +"Nota: Para ocultar esta página, desmárquela desde el menú superior " +"'Personalizar'." + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "Odoo" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "Versión de Odoo" + #. module: website #: view:website:website.snippets msgid "" @@ -1753,6 +1807,11 @@ msgstr "" msgid "Ok" msgstr "Aceptar" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "ERP de código abierto" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1935,8 +1994,8 @@ msgstr "Anterior" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Previsualización" @@ -2106,7 +2165,7 @@ msgstr "Contenido del archivo redimensionado" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "Rotación" @@ -2194,7 +2253,7 @@ msgstr "Seleccione un recurso" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "Seleccione una imagen" @@ -2244,7 +2303,7 @@ msgstr "Secuencia" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "Establecer una URL de vídeo" @@ -2264,6 +2323,11 @@ msgstr "Sombra" msgid "Share" msgstr "Compartir" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "Mostrar como herencia opcional" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2323,7 +2387,7 @@ msgstr "Laboratorio espacial" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2361,7 +2425,7 @@ msgstr "Estructura" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2399,6 +2463,11 @@ msgstr "Girasoles" msgid "Sweet and cheery" msgstr "Dulce y alegre" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "Nombre técnico:" + #. module: website #: view:website:website.snippets msgid "" @@ -2483,7 +2552,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2680,14 +2749,21 @@ msgstr "Anular publicación" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "Subir una imagen de su ordenador" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "Subir imagen sin optimización" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "Subiendo..." @@ -2709,7 +2785,7 @@ msgstr "Terciopelo" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "Voltear verticalmente" @@ -3024,7 +3100,7 @@ msgstr "Está a punto de entrar en el modo de traducción." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "Puede cancelar para regresar al modo de edición." @@ -3055,7 +3131,7 @@ msgstr "Cuenta de Youtube" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "todos" @@ -3067,7 +3143,7 @@ msgstr "y evaluando la siguiente expresión:" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "borde" @@ -3110,7 +3186,7 @@ msgstr "http://odoo.com" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "http://odop.com/logo.png" @@ -3171,6 +3247,11 @@ msgstr "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" msgid "https://youraccount.github.io" msgstr "https://youraccount.github.io" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "instancia de Odoo, el" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3181,7 +3262,7 @@ msgstr "no lo que quiere mostrar." #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3239,7 +3320,7 @@ msgstr "desconocido" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "se perderán los cambios no guardados." @@ -3268,8 +3349,8 @@ msgstr "su página de inicio" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "— o —" diff --git a/addons/website/i18n/es_MX.po b/addons/website/i18n/es_MX.po index c418215e4d5..e672468fc00 100644 --- a/addons/website/i18n/es_MX.po +++ b/addons/website/i18n/es_MX.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 22:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website @@ -27,6 +27,7 @@ msgid " " msgstr "" #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "" @@ -38,11 +39,18 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -50,6 +58,16 @@ msgid "" " the #1" msgstr "" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -174,7 +192,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -212,7 +230,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "" @@ -244,6 +262,13 @@ msgid "" "All these icons are licensed under creative commons so that you can use them." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -295,7 +320,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -413,7 +438,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -430,7 +455,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "" @@ -447,7 +472,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "" @@ -705,7 +730,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -829,8 +854,8 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -838,7 +863,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "" @@ -978,7 +1003,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "" @@ -1239,7 +1264,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "" @@ -1283,7 +1308,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "" @@ -1336,6 +1361,11 @@ msgstr "" msgid "Info" msgstr "" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1360,6 +1390,16 @@ msgstr "" msgid "Install Language" msgstr "" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1634,11 +1674,21 @@ msgstr "" msgid "Not Published" msgstr "" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1677,6 +1727,11 @@ msgstr "" msgid "Ok" msgstr "" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1852,8 +1907,8 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "" @@ -2023,7 +2078,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "" @@ -2109,7 +2164,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "" @@ -2158,7 +2213,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "" @@ -2178,6 +2233,11 @@ msgstr "" msgid "Share" msgstr "" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2237,7 +2297,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2275,7 +2335,7 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2313,6 +2373,11 @@ msgstr "" msgid "Sweet and cheery" msgstr "" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2391,7 +2456,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2574,14 +2639,21 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "" @@ -2603,7 +2675,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "" @@ -2896,7 +2968,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "" @@ -2927,7 +2999,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "" @@ -2939,7 +3011,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "" @@ -2982,7 +3054,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "" @@ -3043,6 +3115,11 @@ msgstr "" msgid "https://youraccount.github.io" msgstr "" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3053,7 +3130,7 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3111,7 +3188,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "" @@ -3140,8 +3217,8 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "" diff --git a/addons/website/i18n/fi.po b/addons/website/i18n/fi.po new file mode 100644 index 00000000000..5c2293107f9 --- /dev/null +++ b/addons/website/i18n/fi.po @@ -0,0 +1,3254 @@ +# Finnish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 09:20+0000\n" +"Last-Translator: Miku Laitinen \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:34 +#: code:addons/website/static/src/xml/website.snippets.xml:35 +#: code:addons/website/static/src/xml/website.snippets.xml:36 +#, python-format +msgid " " +msgstr " " + +#. module: website +#: view:website:website.info +#: view:website:website.themes +msgid "×" +msgstr "×" + +#. module: website +#: view:website:website.500 +msgid "' in the box below if you want to confirm." +msgstr "' alla olevaan kenttään." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:366 +#, python-format +msgid "(Youtube, Vimeo, Dailymotion)" +msgstr "(Youtube, Vimeo, Dailymotion)" + +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" +",\n" +" päivitetty:" + +#. module: website +#: view:website:website.layout +msgid "" +",\n" +" the #1" +msgstr "" +",\n" +" #1" + +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr ", tekijä:" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr ", updated: päivitetty" + +#. module: website +#: view:website:website.sitemap_index_xml +msgid ".xml" +msgstr ".xml" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:22 +#, python-format +msgid "1. Define Keywords" +msgstr "1. Määrittele avainsanat," + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:40 +#, python-format +msgid "2. Reference Your Page" +msgstr "2. Kuvaile sivuasi" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:57 +#, python-format +msgid "3. Preview" +msgstr "3. Esikatsele" + +#. module: website +#: view:website:website.403 +msgid "403: Forbidden" +msgstr "" + +#. module: website +#: view:website:website.404 +msgid "404: Page not found!" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "50,000+ companies run Odoo to grow their businesses." +msgstr "" + +#. module: website +#: model:ir.actions.act_window,help:website.action_module_website +msgid "" +"

    No website module found!

    \n" +"

    You should try others search criteria.

    \n" +" " +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "A Great Headline" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "A Punchy Headline" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "A Section Subtitle" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "A Small Subtitle" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "A calm blue sky" +msgstr "" + +#. module: website +#: help:ir.actions.server,website_published:0 +msgid "" +"A code server action can be executed from the website, using a " +"dedicatedcontroller. The address is /website/action/.Set " +"this field as True to allow users to run this action. If itset to is False " +"the action cannot be run through the website." +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "A friendly foundation" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "A good subtitle" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"A great way to catch your reader's attention is to tell a story.\n" +" Everything you consider writing can be told as a " +"story." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "A small explanation of this great" +msgstr "Lyhyt selostus tästä ominaisuudesta," + +#. module: website +#: view:website:website.aboutus +#: view:website:website.layout +msgid "About us" +msgstr "Tietoa meistä" + +#. module: website +#: view:website:website.snippets +msgid "" +"Adapt these three columns to fit you design need.\n" +" To duplicate, delete or move columns, select " +"the\n" +" column and use the top icons to perform your " +"action." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:225 +#: code:addons/website/static/src/xml/website.seo.xml:30 +#, python-format +msgid "Add" +msgstr "Lisää" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:67 +#, python-format +msgid "Add Another Block" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.contentMenu.xml:39 +#: code:addons/website/static/src/xml/website.contentMenu.xml:47 +#, python-format +msgid "Add Menu Entry" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Add Slide" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Add a great slogan" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Add a language..." +msgstr "Lisää kieli..." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:222 +#, python-format +msgid "Add an image URL" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:25 +#, python-format +msgid "Add keyword:" +msgstr "Lisää avainsana:" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:111 +#, python-format +msgid "Add new pages and menus" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.contentMenu.js:50 +#, python-format +msgid "Add page in menu" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"All these icons are licensed under creative commons so that you can use them." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Amelia" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "An error occured while rendering the template" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "An ode to Metro" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "And a great subtitle too" +msgstr "" + +#. module: website +#: view:website:website.themes +#: view:website:website.view_website_form +#: view:website.config.settings:website.view_website_config_settings +msgid "Apply" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Aqua" +msgstr "" + +#. module: website +#: field:ir.attachment,website_url:0 +msgid "Attachment URL" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Author of this quote" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:44 +#, python-format +msgid "Auto Resize" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:404 +#, python-format +msgid "Autoplay" +msgstr "" + +#. module: website +#: field:ir.actions.server,website_published:0 +msgid "Available on the Website" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Baby Blue" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "Back" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Background" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Banner" +msgstr "Banneri" + +#. module: website +#: view:website:website.snippets +msgid "Banner Odoo Image" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:92 +#, python-format +msgid "Basic" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Battery: 12 hours" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Battery: 20 hours" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Battery: 8 hours" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Beginner" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Big Message" +msgstr "Iso viesti" + +#. module: website +#: view:website:website.snippets +msgid "Big Picture" +msgstr "Iso kuva" + +#. module: website +#: view:website:website.snippet_options +msgid "Bigger Text" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Black" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:13 +#, python-format +msgid "Block style" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Box" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:8 +#, python-format +msgid "Build a page" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Business Guy" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Button" +msgstr "Painike" + +#. module: website +#: view:website:website.snippets +msgid "Can I use it to manage projects based on agile methodologies?" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:310 +#: code:addons/website/static/src/xml/website.translator.xml:46 +#: code:addons/website/static/src/xml/website.xml:74 +#: view:website:website.500 +#: view:website:website.view_website_form +#: view:website.config.settings:website.view_website_config_settings +#, python-format +msgid "Cancel" +msgstr "Peruuta" + +#. module: website +#: view:website:website.themes +msgid "Cerulean" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:318 +#, python-format +msgid "Change" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Change Background" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Change Icons" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:325 +#, python-format +msgid "Change Media" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Change Theme" +msgstr "" + +#. module: website +#: view:website:website.contactus +msgid "Change address" +msgstr "Muokkaa osoitetta" + +#. module: website +#: view:website:website.snippet_options +msgid "Change..." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:103 +#, python-format +msgid "Check Mobile Preview" +msgstr "" + +#. module: website +#: field:website.menu,child_id:0 +msgid "Child Menus" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Choose a vibrant image and write an inspiring paragraph\n" +" about it. It does not have to be long, but it " +"should\n" +" reinforce your image." +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Choose an image..." +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Circle" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:28 +#, python-format +msgid "Click here to insert blocks of content in the page." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:43 +#, python-format +msgid "Click in the text and start editing it." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Click on the icon to adapt it to your feature" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:49 +#: view:website:website.snippets +#, python-format +msgid "Click to customize this text" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.ace.xml:11 +#: code:addons/website/static/src/xml/website.seo.xml:13 +#: code:addons/website/static/src/xml/website.translator.xml:11 +#: code:addons/website/static/src/xml/website.xml:10 +#: code:addons/website/static/src/xml/website.xml:26 +#: code:addons/website/static/src/xml/website.xml:43 +#, python-format +msgid "Close" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:113 +#, python-format +msgid "Close Tutorial" +msgstr "Sulje ohjattu opastus" + +#. module: website +#: view:website:website.snippet_options +msgid "Color Splash" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:86 +#, python-format +msgid "Color Style" +msgstr "" + +#. module: website +#: model:ir.model,name:website.model_res_company +msgid "Companies" +msgstr "" + +#. module: website +#: field:website,company_id:0 +msgid "Company" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Company name" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Comparisons" +msgstr "Vertailu" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "Configure Website" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "Configure website menus" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Connect with us" +msgstr "Ole meihin yhteydessä" + +#. module: website +#: view:website:website.snippets +msgid "" +"Consider telling\n" +" a great story that provides personality. Writing " +"a story\n" +" with personality for potential clients will " +"asist with\n" +" making a relationship connection. This shows up " +"in small\n" +" quirks like word choices or phrases. Write from " +"your point\n" +" of view, not from someone else's experience." +msgstr "" + +#. module: website +#: view:website:website.403 +#: view:website:website.404 +msgid "Contact Us" +msgstr "Ota yhteyttä" + +#. module: website +#: view:website:website.snippets +msgid "Contact Us Now" +msgstr "" + +#. module: website +#: view:website:website.contactus +#: view:website:website.layout +#: view:website:website.snippets +#: model:website.menu,name:website.menu_contactus +msgid "Contact us" +msgstr "Ota yhteyttä" + +#. module: website +#: view:website:website.contactus +msgid "Contact us about anything related to our company or services." +msgstr "" +"Ota meihin yhteyttä koskien mitä vain yritykseemme tai palveluihimme " +"liittyvää." + +#. module: website +#: view:website:website.snippets +msgid "Contact us »" +msgstr "Ota yhteyttä »" + +#. module: website +#: view:website:website.layout +#: view:website:website.snippets +msgid "Content" +msgstr "Sisältö" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:22 +#, python-format +msgid "Content to translate" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:61 +#: code:addons/website/static/src/js/website.tour.banner.js:90 +#: code:addons/website/static/src/js/website.tour.banner.js:105 +#: code:addons/website/static/src/xml/website.xml:73 +#, python-format +msgid "Continue" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Copyright ©" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Cosmo" +msgstr "" + +#. module: website +#: view:website:website.page_404 +msgid "Create Page" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.editor.js:987 +#, python-format +msgid "Create page '%s'" +msgstr "" + +#. module: website +#: field:website,create_uid:0 +#: field:website.config.settings,create_uid:0 +#: field:website.converter.test.sub,create_uid:0 +#: field:website.menu,create_uid:0 +#: field:website.seo.metadata,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: website +#: field:website,create_date:0 +#: field:website.config.settings,create_date:0 +#: field:website.converter.test.sub,create_date:0 +#: field:website.menu,create_date:0 +#: field:website.seo.metadata,create_date:0 +msgid "Created on" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Crisp like a new sheet of paper." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:323 +#: code:addons/website/static/src/xml/website.snippets.xml:31 +#: view:website:website.layout +#, python-format +msgid "Customize" +msgstr "Mukauta" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:60 +#, python-format +msgid "" +"Customize any block through this menu. Try to change the background of the " +"banner." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:42 +#, python-format +msgid "Customize banner's text" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:59 +#, python-format +msgid "Customize the banner" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Cyborg" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:107 +#, python-format +msgid "Danger" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Dark Blue" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Darken" +msgstr "" + +#. module: website +#: field:ir.attachment,datas_checksum:0 +msgid "Datas checksum" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:123 +#: view:website:website.themes +#, python-format +msgid "Default" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Default Theme" +msgstr "" + +#. module: website +#: field:website,default_lang_id:0 +#: field:website.config.settings,default_lang_id:0 +msgid "Default language" +msgstr "" + +#. module: website +#: field:website,default_lang_code:0 +#: field:website.config.settings,default_lang_code:0 +msgid "Default language code" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Delete Blocks" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Delete the above image or replace it with a picture\n" +" that illustrates your message. Click on the " +"picture to\n" +" change it's" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Deploy new stores with just an internet connection: no\n" +" installation, no specific hardware required. It works " +"with any\n" +" iPad, Tablet PC, laptop or industrial POS machine." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:49 +#, python-format +msgid "Description" +msgstr "Kuvaus" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:120 +#, python-format +msgid "Description..." +msgstr "Kuvaus..." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:11 +#: code:addons/website/static/src/xml/website.editor.xml:30 +#: code:addons/website/static/src/xml/website.editor.xml:191 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.seo.xml:71 +#, python-format +msgid "Discard" +msgstr "Hylkää muutokset" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:298 +#, python-format +msgid "Discard edition" +msgstr "Hylkää tekemäsi muutokset" + +#. module: website +#: view:website:website.template_partner_comment +msgid "Discuss and Comments" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:41 +#, python-format +msgid "Do not show this dialog later." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Does it works offline?" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +#: field:website,name:0 +#: view:website.config.settings:website.view_website_config_settings +msgid "Domain" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:74 +#, python-format +msgid "Drag & Drop This Block" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:34 +#, python-format +msgid "Drag & Drop a Banner" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.contentMenu.xml:34 +#, python-format +msgid "Drag a menu to the right to create a sub-menu" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:75 +#, python-format +msgid "Drag the 'Features' block and drop it below the banner." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:35 +#, python-format +msgid "Drag the Banner block and drop it in your page." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:34 +#, python-format +msgid "Drag to Move" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Duplicate" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:35 +#, python-format +msgid "Duplicate Container" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Duplicate blocks to add more features." +msgstr "" + +#. module: website +#: view:website:website.layout +#: view:website:website.publish_management +msgid "Edit" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.contentMenu.xml:27 +#: view:website:website.layout +#, python-format +msgid "Edit Menu" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.contentMenu.xml:48 +#, python-format +msgid "Edit Menu Entry" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Edit Top Menu" +msgstr "" + +#. module: website +#: view:website:website.publish_management +msgid "Edit in backend" +msgstr "" + +#. module: website +#: view:website:website.page_404 +msgid "" +"Edit the content below this line to adapt the default \"page not found\" " +"page." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:20 +#, python-format +msgid "Edit this page" +msgstr "Muokkaa tätä sivua" + +#. module: website +#: view:website:website.snippets +msgid "Effects" +msgstr "Tehosteet" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:378 +#, python-format +msgid "Embed Video (HTML)" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Enterprise package" +msgstr "" + +#. module: website +#: view:website:website.http_error_debug +msgid "Error" +msgstr "" + +#. module: website +#: view:website:website.http_error_debug +msgid "Error message:" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:21 +#, python-format +msgid "" +"Every page of your website can be modified through the Edit button." +msgstr "" +"Voit muokata kaikkia sivustosi sivuja painamalla Muokkaa-painiketta." + +#. module: website +#: view:website:website.snippets +msgid "Expert" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Explain the benefits you offer. Don't write about products or\n" +" services here, write about solutions." +msgstr "" + +#. module: website +#: field:ir.actions.server,xml_id:0 +msgid "External ID" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:117 +#, python-format +msgid "Extra Small" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "FAQ" +msgstr "UKK" + +#. module: website +#: field:website,social_facebook:0 +#: field:website.config.settings,social_facebook:0 +msgid "Facebook Account" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Fast" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Feature Grid" +msgstr "Ominaisuusristikko" + +#. module: website +#: view:website:website.snippets +msgid "Feature One" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Feature Three" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Feature Title" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Feature Two" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Features" +msgstr "Ominaisuudet" + +#. module: website +#: view:website:website.snippets +msgid "First Feature" +msgstr "Ensimmäinen ominaisuus" + +#. module: website +#: view:website:website.snippet_options +msgid "Fixed" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Flat and modern" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Flatly" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Flowers Field" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.ace.xml:10 +#, python-format +msgid "Format" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Free shipping, satisfied or reimbursed." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"From the main container, you can change the background to highlight features." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:52 +#, python-format +msgid "Get banner properties" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:15 +#, python-format +msgid "" +"Get this page efficiently referenced in Google to attract more visitors." +msgstr "" +"Kuvaile sivua saadaksesi sen paremmin näkyviin Google-hauissa ja " +"houkutellaksesi enemmän kävijöitä." + +#. module: website +#: field:website,social_github:0 +#: field:website.config.settings,social_github:0 +msgid "GitHub Account" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:88 +#, python-format +msgid "Good Job!" +msgstr "" + +#. module: website +#: field:website,google_analytics_key:0 +#: field:website.config.settings,google_analytics_key:0 +msgid "Google Analytics Key" +msgstr "" + +#. module: website +#: field:website,social_googleplus:0 +#: field:website.config.settings,social_googleplus:0 +msgid "Google+ Account" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Great Value" +msgstr "" + +#. module: website +#: view:website:website.aboutus +msgid "Great products for great people" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Great stories are for everyone even when only written for\n" +" just one person." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Great stories have personality." +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Green" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Greenfields" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "HELP & TUTORIALS" +msgstr "OHJEET & OPASTUS" + +#. module: website +#: view:website:website.layout +msgid "HTML Editor" +msgstr "HTML-editori" + +#. module: website +#: model:ir.model,name:website.model_ir_http +msgid "HTTP routing" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Have a look at" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Help" +msgstr "Ohje" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:19 +#, python-format +msgid "Here are the visuals used to help you translate efficiently:" +msgstr "" + +#. module: website +#: view:website:website.500 +#: view:website:website.layout +#: model:website.menu,name:website.menu_homepage +msgid "Home" +msgstr "Etusivu" + +#. module: website +#: view:website:website.403 +#: view:website:website.404 +#: view:website:website.layout +msgid "Homepage" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:331 +#, python-format +msgid "Horizontal flip" +msgstr "" + +#. module: website +#: field:website,id:0 +#: field:website.config.settings,id:0 +#: field:website.converter.test.sub,id:0 +#: field:website.menu,id:0 +#: field:website.qweb,id:0 +#: field:website.qweb.field,id:0 +#: field:website.qweb.field.contact,id:0 +#: field:website.qweb.field.date,id:0 +#: field:website.qweb.field.datetime,id:0 +#: field:website.qweb.field.duration,id:0 +#: field:website.qweb.field.float,id:0 +#: field:website.qweb.field.html,id:0 +#: field:website.qweb.field.image,id:0 +#: field:website.qweb.field.integer,id:0 +#: field:website.qweb.field.many2one,id:0 +#: field:website.qweb.field.monetary,id:0 +#: field:website.qweb.field.qweb,id:0 +#: field:website.qweb.field.relative,id:0 +#: field:website.qweb.field.selection,id:0 +#: field:website.qweb.field.text,id:0 +#: field:website.seo.metadata,id:0 +msgid "ID" +msgstr "" + +#. module: website +#: help:ir.actions.server,xml_id:0 +msgid "ID of the action if defined in a XML file" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "" +"If this error is caused by a change of yours in the templates, you have the " +"possibility to reset one or more templates to their" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:301 +#, python-format +msgid "If you discard the current edition," +msgstr "Jos hylkäät tekemäsi muutokset," + +#. module: website +#: view:website:website.snippets +msgid "" +"If you try to write with a wide general\n" +" audience in mind, your story will ring false and " +"be bland.\n" +" No one will be interested. Write for one person. " +"If it’s genuine for the one, it’s genuine for the rest." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:156 +#, python-format +msgid "Image" +msgstr "Kuva" + +#. module: website +#: view:website:website.snippets +msgid "Image Gallery" +msgstr "Kuvagalleria" + +#. module: website +#: view:website:website.snippets +msgid "Image-Text" +msgstr "Kuva ja teksti" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:30 +#, python-format +msgid "" +"In this mode, you can only translate texts. To\n" +" change the structure of the page, you must edit " +"the\n" +" master page. Each modification on the master " +"page\n" +" is automatically applied to all translated\n" +" versions." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:101 +#, python-format +msgid "Info" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:7 +#, python-format +msgid "Insert Blocks" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:27 +#, python-format +msgid "Insert building blocks" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Install Apps" +msgstr "Asenna sovelluksia" + +#. module: website +#: model:ir.model,name:website.model_base_language_install +msgid "Install Language" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "Internal Server Error" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.xml:35 +#, python-format +msgid "" +"It might be possible to edit the relevant items\n" +" or fix the issue in" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Jet black and electric blue" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "John Doe, CEO" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Join us and make your company a better place." +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Journal" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Landscape" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "Language" +msgstr "" + +#. module: website +#: field:website,language_ids:0 +#: field:website.config.settings,language_ids:0 +msgid "Languages" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:126 +#, python-format +msgid "Large" +msgstr "" + +#. module: website +#: field:website,write_uid:0 +#: field:website.config.settings,write_uid:0 +#: field:website.converter.test.sub,write_uid:0 +#: field:website.menu,write_uid:0 +#: field:website.seo.metadata,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: website +#: field:website,write_date:0 +#: field:website.config.settings,write_date:0 +#: field:website.converter.test.sub,write_date:0 +#: field:website.menu,write_date:0 +#: field:website.seo.metadata,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:68 +#, python-format +msgid "Let's add another building block to your page." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:97 +#, python-format +msgid "Let's check how your homepage looks like on mobile devices." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Limited support" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:89 +#, python-format +msgid "Link" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:71 +#, python-format +msgid "Link text" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:41 +#, python-format +msgid "Link to" +msgstr "" + +#. module: website +#: field:website,social_linkedin:0 +#: field:website.config.settings,social_linkedin:0 +msgid "LinkedIn Account" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "List of Features" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Logout" +msgstr "" + +#. module: website +#: field:website,menu_id:0 +msgid "Main Menu" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Mango" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:60 +#, python-format +msgid "Margin resize" +msgstr "" + +#. module: website +#: view:website:website.403 +#: view:website:website.404 +msgid "Maybe you were looking for one of these popular pages ?" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +#: field:website.menu,name:0 +msgid "Menu" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.contentMenu.xml:55 +#, python-format +msgid "Menu Label" +msgstr "" + +#. module: website +#: view:website:website.template_partner_comment +msgid "Message" +msgstr "" + +#. module: website +#: field:ir.attachment,mimetype:0 +msgid "Mime Type" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Mini and minimalist." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.xml:11 +#: view:website:website.layout +#, python-format +msgid "Mobile preview" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "More than 500 happy customers." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "More than 500 successful projects" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:36 +#, python-format +msgid "Most searched topics related to your keywords, ordered by importance:" +msgstr "Haetuimmat aiheet liittyen avainsanoihisi, tärkeysjärjestyksessä:" + +#. module: website +#: view:website:website.snippet_options +msgid "Mountains" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "My Account" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Narrow" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.contentMenu.js:38 +#: view:website:website.layout +#, python-format +msgid "New Page" +msgstr "" + +#. module: website +#: field:website.menu,new_window:0 +msgid "New Window" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.editor.js:972 +#, python-format +msgid "New or existing page" +msgstr "" + +#. module: website +#: view:website:website.kanban_contain +#: view:website:website.pager +msgid "Next" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:162 +#, python-format +msgid "Next →" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "No support" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "None" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.backend.xml:10 +#: view:website:website.publish_management +#: view:website:website.publish_short +#, python-format +msgid "Not Published" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Odoo" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Odoo provides essential platform for our project management.\n" +" Things are better " +"organized and more visible with it." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Odoo provides essential platform for our project management.\n" +" Things are better organized and " +"more visible with it." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Odoo provides essential platform for our project management.\n" +" Things are better organized and more visible " +"with it." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Odoo's POS is a web application that can run on any device that\n" +" can display websites with little to no setup required." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:44 +#, python-format +msgid "Ok" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Open Source eCommerce" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:56 +#, python-format +msgid "Open in new window" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Optimized for legibility" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Orange" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Orange Red" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Order now" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +msgid "Other Info" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Our Customer References" +msgstr "Asiakasreferenssimme" + +#. module: website +#: view:website:website.snippets +msgid "Our Offers" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Our References" +msgstr "Referenssimme" + +#. module: website +#: view:website:website.aboutus +msgid "Our Team" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Our products & Services" +msgstr "Tuotteemme ja palvelumme" + +#. module: website +#: view:website:website.aboutus +msgid "" +"Our products are designed for small to medium size companies willing to " +"optimize\n" +" their performance." +msgstr "" +"Tuotteemme ovat suunniteltu pienille ja keskisuurille yrityksille, jotka " +"haluavat tehostaa toimintaansa." + +#. module: website +#: view:website:website.layout +msgid "" +"Our products are designed for small to medium size companies willing to " +"optimize\n" +" their performance." +msgstr "" +"Tuotteemme ovat suunniteltu pienille ja keskisuurille yrityksille, jotka " +"haluavat tehostaa toimintaansa." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:46 +#, python-format +msgid "Page" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.contentMenu.js:39 +#, python-format +msgid "Page Title" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Panel" +msgstr "Paneeli" + +#. module: website +#: view:website:website.snippets +msgid "" +"Panels are a great tool to compare offers or to emphasize on\n" +" key features. To compare products, use the inside columns." +msgstr "" +"Paneelit ovat hyödyllisiä tarjousten vertailussa ja tärkeimpien " +"ominaisuuksien korostamisessa. Käytä sarakkeita luodaksesi tuotevertailun." + +#. module: website +#: view:website:website.snippets +msgid "Parallax" +msgstr "Parallaksi" + +#. module: website +#: view:website:website.snippets +msgid "Parallax Slider" +msgstr "Parallaksikaruselli" + +#. module: website +#: field:website.menu,parent_left:0 +msgid "Parent Left" +msgstr "" + +#. module: website +#: field:website.menu,parent_id:0 +msgid "Parent Menu" +msgstr "" + +#. module: website +#: field:website.menu,parent_right:0 +msgid "Parent Right" +msgstr "" + +#. module: website +#: model:ir.model,name:website.model_res_partner +msgid "Partner" +msgstr "" + +#. module: website +#: view:website:website.template_partner_post +msgid "Partner Detail" +msgstr "" + +#. module: website +#: view:website:website.template_partner_comment +msgid "Partners" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "People" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:157 +#, python-format +msgid "Pictogram" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Point of Sale Questions" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Powered by" +msgstr "" + +#. module: website +#: view:website:website.kanban_contain +#: view:website:website.pager +msgid "Prev" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:135 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 +#, python-format +msgid "Preview" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:98 +#, python-format +msgid "Primary" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Professional" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Project Management Questions" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:5 +#: view:website:website.layout +#, python-format +msgid "Promote" +msgstr "Paranna näkyvyyttä" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:14 +#, python-format +msgid "Promote This Page" +msgstr "Paranna tämän sivun näkyvyyttä" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:5 +#: view:website:website.layout +#, python-format +msgid "Promote page on the web" +msgstr "Paranna tämän sivun näkyvyyttä verkossa" + +#. module: website +#: field:website,partner_id:0 +msgid "Public Partner" +msgstr "" + +#. module: website +#: field:website,user_id:0 +msgid "Public User" +msgstr "" + +#. module: website +#: view:website:website.publish_management +msgid "Publish" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:83 +#, python-format +msgid "Publish your page by clicking on the 'Save' button." +msgstr "Julkaise sivusi painamalla 'Tallenna' painiketta." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.backend.xml:11 +#: view:website:website.publish_management +#: view:website:website.publish_short +#, python-format +msgid "Published" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Pure Bootstrap" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Purple" +msgstr "" + +#. module: website +#: view:website:website.http_error_debug +msgid "QWeb" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +#: view:website:website.snippets +msgid "Quote" +msgstr "Sitaatti" + +#. module: website +#: view:website:website.snippets +msgid "Quotes Slider" +msgstr "Sitaattikaruselli" + +#. module: website +#: view:website:website.themes +msgid "Readable" +msgstr "" + +#. module: website +#: view:website:website.template_partner_comment +msgid "Recipient" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Red" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "References" +msgstr "Referenssit" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:36 +#, python-format +msgid "Remove Block" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:37 +#, python-format +msgid "Remove Link" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Remove Slide" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Reset Transformation" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "Reset selected templates" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "Reset templates" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:45 +#, python-format +msgid "Resize" +msgstr "" + +#. module: website +#: field:ir.attachment,datas_big:0 +msgid "Resized file content" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:328 +#, python-format +msgid "Rotation" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Rounded corners" +msgstr "" + +#. module: website +#: model:ir.model,name:website.model_website_seo_metadata +msgid "SEO metadata" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Sample images" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.ace.xml:9 +#: code:addons/website/static/src/xml/website.editor.xml:9 +#: code:addons/website/static/src/xml/website.editor.xml:27 +#: code:addons/website/static/src/xml/website.editor.xml:188 +#: code:addons/website/static/src/xml/website.seo.xml:69 +#, python-format +msgid "Save" +msgstr "Tallenna" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:82 +#, python-format +msgid "Save your modifications" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Screen: 2.5 inch" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Screen: 2.8 inch" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Scroll Speed" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:104 +#, python-format +msgid "Scroll to check rendering and then close the mobile preview." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Second Feature" +msgstr "Toinen ominaisuus" + +#. module: website +#: view:website:website.snippets +msgid "Second List" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.snippets.xml:29 +#, python-format +msgid "Select Container Block" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:152 +#, python-format +msgid "Select a Media" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:242 +#, python-format +msgid "Select a Picture" +msgstr "Valitse kuva" + +#. module: website +#: view:website:website.snippets +msgid "Select and delete blocks to remove some features." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:53 +#, python-format +msgid "Select the parent container to get the global options of the banner." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Sell Online. Easily." +msgstr "" + +#. module: website +#: view:website:website.template_partner_comment +msgid "Send" +msgstr "" + +#. module: website +#: view:website:website.template_partner_comment +msgid "Send a Message to our Partners" +msgstr "" + +#. module: website +#: view:website:website.contactus +msgid "Send us an email" +msgstr "Lähetä meille sähköpostia" + +#. module: website +#: view:website:website.snippets +msgid "Separator" +msgstr "Erotin" + +#. module: website +#: field:website.menu,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:367 +#, python-format +msgid "Set a video URL" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Shades of gunmetal gray" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Shadow" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Share" +msgstr "Jaa" + +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Sign in" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Silvery and sleek." +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Simplex" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:114 +#, python-format +msgid "Size" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:14 +#, python-format +msgid "Skip It" +msgstr "Ohita" + +#. module: website +#: view:website:website.themes +msgid "Slate" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Slow" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:120 +#, python-format +msgid "Small" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +#: view:website.config.settings:website.view_website_config_settings +msgid "Social Media" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Spacelab" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:330 +#: view:website:website.snippet_options +#, python-format +msgid "Spin" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:14 +#, python-format +msgid "Start Tutorial" +msgstr "Käynnistä ohjattu opastus" + +#. module: website +#: view:website:website.snippets +msgid "" +"Start with the customer – find out what they want\n" +" and give it to them." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Starter package" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Static" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Structure" +msgstr "Rakenne" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:81 +#: code:addons/website/static/src/xml/website.editor.xml:326 +#: view:website:website.snippet_options +#, python-format +msgid "Style" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Subtitle" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Subtitle 2" +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Subtitle 3" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:95 +#, python-format +msgid "Success" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Sunflower" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Sweet and cheery" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Tell features the visitor would like to know, not what you'd like to say." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Tell what's the value for the" +msgstr "Kerro tässä mitä hyötyä tästä" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.ace.js:234 +#, python-format +msgid "Template ID: %s" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "Template fallback" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:96 +#, python-format +msgid "Test Your Mobile Version" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Text Block" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Text-Image" +msgstr "Teksti ja kuva" + +#. module: website +#: view:website:website.template_partner_post +msgid "Thank you for posting a message !" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:112 +#, python-format +msgid "The 'Content' menu allows you to add pages or add the top menu." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"The Point of Sale works perfectly on any kind of touch enabled\n" +" device, whether it's multi-touch tablets like an iPad " +"or\n" +" keyboardless resistive touchscreen terminals." +msgstr "" + +#. module: website +#: view:website:website.http_error_debug +msgid "The error occured while rendering the template" +msgstr "" + +#. module: website +#: view:website:website.http_error_debug +msgid "The following error was raised in the website controller" +msgstr "" + +#. module: website +#: help:ir.actions.server,website_url:0 +msgid "The full URL to access the server action through the website." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:268 +#, python-format +msgid "" +"The image could not be deleted because it is used in the\n" +" following pages or views:" +msgstr "" + +#. module: website +#: view:website:website.403 +msgid "The page you were looking for could not be authorized." +msgstr "" + +#. module: website +#: view:website:website.404 +msgid "" +"The page you were looking for could not be found; it is possible you have\n" +" typed the address incorrectly, but it has most " +"probably been removed due\n" +" to the recent website reorganisation." +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "The selected templates will be reset to their factory settings." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "The top of the top" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.xml:34 +#, python-format +msgid "The web site has encountered an error." +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Theme Changed!" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Third Feature" +msgstr "Kolmas ominaisuus" + +#. module: website +#: view:website:website.page_404 +msgid "" +"This page does not exists, but you can create it as you are administrator of " +"this site." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:13 +#, python-format +msgid "" +"This tutorial will guide you to build your home page. We will start by " +"adding a banner." +msgstr "" +"Tämä ohjattu opastus auttaa sinut alkuun nettisivujesi kanssa. Aloitamme " +"lisäämällä bannerin." + +#. module: website +#: view:website:website.snippets +msgid "Three Columns" +msgstr "Kolme saraketta" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:43 +#: view:website:website.snippets +#, python-format +msgid "Title" +msgstr "Otsikko" + +#. module: website +#: view:website:website.snippets +msgid "" +"To add a fourth column, reduce the size of these\n" +" three columns using the right icon of each " +"block.\n" +" Then, duplicate one of the column to create a " +"new\n" +" one as a copy." +msgstr "" + +#. module: website +#: view:website:website.layout +msgid "Toggle navigation" +msgstr "" + +#. module: website +#: model:website.menu,name:website.main_menu +msgid "Top Menu" +msgstr "" + +#. module: website +#: view:website:website.http_error_debug +msgid "Traceback" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Transform" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:12 +#, python-format +msgid "Translate this page" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:25 +#, python-format +msgid "Translated content" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Try a New Theme" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Turquoise" +msgstr "" + +#. module: website +#: field:website,social_twitter:0 +#: field:website.config.settings,social_twitter:0 +msgid "Twitter Account" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "Type '" +msgstr "Vahvista kirjoittamalla '" + +#. module: website +#: view:website:website.view_website_form +#: view:website.config.settings:website.view_website_config_settings +msgid "UA-XXXXXXXX-Y" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:61 +#, python-format +msgid "URL or Email Address" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Ubuntu orange and unique font" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Uniform Color" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "United" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Unlimited support" +msgstr "" + +#. module: website +#: view:website:website.publish_management +msgid "Unpublish" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:209 +#, python-format +msgid "Upload an image from your computer" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 +#, python-format +msgid "Uploading..." +msgstr "" + +#. module: website +#: field:website.menu,url:0 +msgid "Url" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Various" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Velour" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:332 +#, python-format +msgid "Vertical flip" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Very Fast" +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Very Slow" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:158 +#, python-format +msgid "Video" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.backend.xml:18 +#, python-format +msgid "View in frontend" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:104 +#, python-format +msgid "Warning" +msgstr "" + +#. module: website +#: view:website:website.aboutus +msgid "" +"We are a team of passionate people whose goal is to improve everyone's\n" +" life through disruptive products. We " +"build great products to solve your\n" +" business problems." +msgstr "" +"Olemme intohimoinen tiimi, tavoitteenamme parantaa kaikkien elämää luomalla " +"markkinoita ravistelevia tuotteita. Me rakennamme loistavia tuotteita " +"ratkoaksemme liiketoimintasi ongelmia." + +#. module: website +#: view:website:website.layout +msgid "" +"We are a team of passionate people whose goal is to improve everyone's\n" +" life through disruptive products. We build great " +"products to solve your\n" +" business problems." +msgstr "" +"Olemme intohimoinen tiimi, tavoitteenamme parantaa kaikkien elämää luomalla " +"markkinoita ravistelevia tuotteita. Me rakennamme loistavia tuotteita " +"ratkoaksemme liiketoimintasi ongelmia." + +#. module: website +#: view:website:website.contactus +msgid "We'll do our best to get back to you as soon as possible." +msgstr "Teemme parhaamme vastataksemme viestiisi mahdollisimman pian." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.backend.xml:18 +#: model:ir.actions.act_url,name:website.action_website +#: view:ir.actions.server:website.view_server_action_search_website +#: model:ir.model,name:website.model_website +#: model:ir.ui.menu,name:website.menu_website +#: view:website:website.layout +#: field:website.menu,website_id:0 +#, python-format +msgid "Website" +msgstr "Web-sivusto" + +#. module: website +#: model:ir.actions.act_window,name:website.action_module_website +msgid "Website Apps" +msgstr "" + +#. module: website +#: model:ir.actions.act_url,name:website.action_website_homepage +msgid "Website Homepage" +msgstr "" + +#. module: website +#: model:ir.actions.act_window,name:website.action_website_menu +#: model:ir.model,name:website.model_website_menu +msgid "Website Menu" +msgstr "" + +#. module: website +#: model:ir.actions.server,name:website.action_partner_post +msgid "Website Partner Post and Thanks Demo" +msgstr "" + +#. module: website +#: model:ir.actions.server,name:website.action_partner_comment +msgid "Website Partners Comment Form" +msgstr "" + +#. module: website +#: field:ir.actions.server,website_path:0 +msgid "Website Path" +msgstr "" + +#. module: website +#: model:crm.case.section,name:website.salesteam_website_sales +msgid "Website Sales" +msgstr "" + +#. module: website +#: model:ir.actions.act_window,name:website.action_website_configuration +#: model:ir.ui.menu,name:website.menu_website_configuration +#: view:website:website.view_website_form +msgid "Website Settings" +msgstr "" + +#. module: website +#: field:ir.actions.server,website_url:0 +msgid "Website URL" +msgstr "" + +#. module: website +#: model:ir.actions.act_url,name:website.action_website_tutorial +msgid "Website With Tutorial" +msgstr "" + +#. module: website +#: view:website.menu:website.menu_tree +msgid "Website menu" +msgstr "" + +#. module: website +#: field:ir.ui.view,website_meta_description:0 +#: field:website.seo.metadata,website_meta_description:0 +msgid "Website meta description" +msgstr "" + +#. module: website +#: field:ir.ui.view,website_meta_keywords:0 +#: field:website.seo.metadata,website_meta_keywords:0 +msgid "Website meta keywords" +msgstr "" + +#. module: website +#: field:ir.ui.view,website_meta_title:0 +#: field:website.seo.metadata,website_meta_title:0 +msgid "Website meta title" +msgstr "" + +#. module: website +#: view:website:website.view_website_tree +msgid "Websites" +msgstr "" + +#. module: website +#: field:base.language.install,website_ids:0 +msgid "Websites to translate" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Weight: 1.1 ounces" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Weight: 1.2 ounces" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:12 +#, python-format +msgid "Welcome to your website!" +msgstr "Tervetuloa sivustollesi!" + +#. module: website +#: view:website:website.snippets +msgid "Well" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:89 +#, python-format +msgid "Well done, you created your homepage." +msgstr "" + +#. module: website +#: field:ir.ui.view,page:0 +msgid "Whether this view is a web page template (complete)" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Which hardware does Odoo POS support?" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"While an internet connection is required to start the Point of\n" +" Sale, it will stay operational even after a complete " +"disconnection." +msgstr "" + +#. module: website +#: view:website:website.snippet_options +msgid "Wood" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Write a quote here from one of your customers. Quotes are a\n" +" great way to build " +"confidence in your products or services." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Write a quote here from one of your customers. Quotes are a\n" +" great way to build confidence in " +"your products or services." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Write a quote here from one of your customers. Quotes are a\n" +" great way to build confidence in your " +"products or services." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Write a quote here from one of your customers. Quotes are a\n" +" great way to build confidence in your products or services." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Write one or two paragraphs describing your product or\n" +" services. To be successful your content needs to " +"be\n" +" useful to your readers." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "" +"Write one or two paragraphs describing your product,\n" +" services or a specific feature. To be " +"successful\n" +" your content needs to be useful to your readers." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Write one sentence to convince visitor about your message." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Write what the customer would like to know," +msgstr "Superlatiivit ja hypetys sikseen." + +#. module: website +#: view:website:website.snippet_options +msgid "Yellow Green" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Yes." +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "Yeti" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:16 +#, python-format +msgid "You are about to enter the translation mode." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:305 +#, python-format +msgid "You can cancel to return to the edition mode." +msgstr "Paina 'peruuta' palataksesi muokkaustilaan." + +#. module: website +#: view:website:website.themes +msgid "You'll be able to change the theme at anytime" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/js/website.tour.banner.js:48 +#: view:website:website.snippets +#, python-format +msgid "Your Banner Title" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "Your Website Title" +msgstr "" + +#. module: website +#: field:website,social_youtube:0 +#: field:website.config.settings,social_youtube:0 +msgid "Youtube Account" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:302 +#, python-format +msgid "all" +msgstr "kaikki" + +#. module: website +#: view:website:website.http_error_debug +msgid "and evaluating the following expression:" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:335 +#, python-format +msgid "border" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "customer for this feature." +msgstr "ominaisuudesta on asiakkaalle" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:22 +#, python-format +msgid "describing your page content" +msgstr "jotka parhaiten kuvaavat sivun sisältöä." + +#. module: website +#: view:website:website.500 +msgid "factory settings" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "feature, in clear words." +msgstr "selkein sanoin." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:57 +#, python-format +msgid "how your page will be listed on Google" +msgstr "sivuasi Googlen hakutuloksissa" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:66 +#, python-format +msgid "http://openerp.com" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:224 +#, python-format +msgid "http://openerp.com/logo.png" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +msgid "http://www.linkedin.com/company/odoo" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "http://www.linkedin.com/company/openerp" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "http://www.youtube.com/channel/HCU842OHPPNrQ" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +msgid "https://facebook.com/odoo" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "https://facebook.com/openerp" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +msgid "https://plus.google.com/+Odooapps" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "https://plus.google.com/+openerp" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +msgid "https://twitter.com/odooapps" +msgstr "" + +#. module: website +#: view:website.config.settings:website.view_website_config_settings +msgid "https://twitter.com/openerp" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +msgid "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" +msgstr "" + +#. module: website +#: view:website:website.view_website_form +#: view:website.config.settings:website.view_website_config_settings +msgid "https://youraccount.github.io" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "not what you want to show." +msgstr "Kerro se, mitä asiakas haluaa tietää." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:9 +#: code:addons/website/static/src/xml/website.editor.xml:28 +#: code:addons/website/static/src/xml/website.editor.xml:189 +#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.seo.xml:69 +#: code:addons/website/static/src/xml/website.translator.xml:44 +#, python-format +msgid "or" +msgstr "tai" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.translator.xml:4 +#, python-format +msgid "or Edit Master" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "or try another theme below." +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "per month" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "rounded corner" +msgstr "" + +#. module: website +#: view:website:website.sitemap_index_xml +msgid "sitemap-" +msgstr "" + +#. module: website +#: view:website:website.robots +msgid "sitemap.xml" +msgstr "" + +#. module: website +#: view:website:website.snippets +msgid "style." +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.xml:37 +#, python-format +msgid "the classic Odoo interface" +msgstr "" + +#. module: website +#: field:website.converter.test.sub,name:0 +msgid "unknown" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:302 +#, python-format +msgid "unsaved changes will be lost." +msgstr "tallentamattomat muutokset katoavat." + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.seo.xml:40 +#, python-format +msgid "using above suggested keywords" +msgstr "käyttäen yllä ehdotettuja avainsanoja" + +#. module: website +#: field:website.config.settings,website_id:0 +msgid "website" +msgstr "" + +#. module: website +#: view:website:website.500 +msgid "yes" +msgstr "" + +#. module: website +#: view:website:website.themes +msgid "your homepage" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 +#, python-format +msgid "— or —" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:161 +#, python-format +msgid "← Previous" +msgstr "" diff --git a/addons/website/i18n/hr.po b/addons/website/i18n/hr.po index b7aea5be5dd..a3dd2e0e342 100644 --- a/addons/website/i18n/hr.po +++ b/addons/website/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 11:02+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website #. openerp-web @@ -27,6 +27,7 @@ msgid " " msgstr "" #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "" @@ -38,11 +39,18 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -50,6 +58,16 @@ msgid "" " the #1" msgstr "" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -174,7 +192,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -212,7 +230,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "" @@ -244,6 +262,13 @@ msgid "" "All these icons are licensed under creative commons so that you can use them." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -295,7 +320,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -413,7 +438,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -430,7 +455,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "" @@ -447,7 +472,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "" @@ -705,7 +730,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -829,8 +854,8 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -838,7 +863,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "" @@ -978,7 +1003,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "" @@ -1239,7 +1264,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "" @@ -1283,7 +1308,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "" @@ -1336,6 +1361,11 @@ msgstr "" msgid "Info" msgstr "" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1360,6 +1390,16 @@ msgstr "" msgid "Install Language" msgstr "" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1634,11 +1674,21 @@ msgstr "" msgid "Not Published" msgstr "" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1677,6 +1727,11 @@ msgstr "" msgid "Ok" msgstr "" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1852,8 +1907,8 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "" @@ -2023,7 +2078,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "" @@ -2109,7 +2164,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "" @@ -2158,7 +2213,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "" @@ -2178,6 +2233,11 @@ msgstr "" msgid "Share" msgstr "" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2237,7 +2297,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2275,7 +2335,7 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2313,6 +2373,11 @@ msgstr "" msgid "Sweet and cheery" msgstr "" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2391,7 +2456,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2574,14 +2639,21 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "" @@ -2603,7 +2675,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "" @@ -2896,7 +2968,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "" @@ -2927,7 +2999,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "" @@ -2939,7 +3011,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "" @@ -2982,7 +3054,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "" @@ -3043,6 +3115,11 @@ msgstr "" msgid "https://youraccount.github.io" msgstr "" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3053,7 +3130,7 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3111,7 +3188,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "" @@ -3140,8 +3217,8 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "" diff --git a/addons/website/i18n/it.po b/addons/website/i18n/it.po index e899d697c14..42d719d22ae 100644 --- a/addons/website/i18n/it.po +++ b/addons/website/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-22 11:46+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-26 15:47+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website @@ -27,6 +27,7 @@ msgid " " msgstr " " #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "×" @@ -38,17 +39,36 @@ msgstr "' nel box sottostante se vuoi confermare." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" ",\n" " the #1" msgstr "" +",\n" +" il 1°" + +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr ", autore:" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" #. module: website #: view:website:website.sitemap_index_xml @@ -98,6 +118,9 @@ msgid "" "

    You should try others search criteria.

    \n" " " msgstr "" +"

    Nessun modulo per il sito web trovato!

    \n" +"

    Dovresti provare altri criteri di ricerca.

    \n" +" " #. module: website #: view:website:website.snippets @@ -112,7 +135,7 @@ msgstr "Un Titolo Accattivante" #. module: website #: view:website:website.snippets msgid "A Section Subtitle" -msgstr "" +msgstr "Il Titolo della Sezione" #. module: website #: view:website:website.snippets @@ -183,7 +206,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -221,7 +244,7 @@ msgstr "Aggiungi una lingua..." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "Aggiungi un URL a un immagine" @@ -245,7 +268,7 @@ msgstr "Aggiungi nuove pagine e menu" #: code:addons/website/static/src/js/website.contentMenu.js:50 #, python-format msgid "Add page in menu" -msgstr "" +msgstr "Aggiungi la pagina al menu" #. module: website #: view:website:website.snippets @@ -255,6 +278,13 @@ msgstr "" "Tutte queste icone sono sotto licenza creative commons, cosi che tu possa " "liberamente usarle." +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -273,7 +303,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "And a great subtitle too" -msgstr "" +msgstr "E anche un grandioso sottotitolo" #. module: website #: view:website:website.themes @@ -306,7 +336,7 @@ msgstr "Ridimensionamento automatico" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -314,7 +344,7 @@ msgstr "" #. module: website #: field:ir.actions.server,website_published:0 msgid "Available on the Website" -msgstr "" +msgstr "Disponibile sul Sito web" #. module: website #: view:website:website.snippet_options @@ -398,14 +428,14 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Box" -msgstr "" +msgstr "Box" #. module: website #. openerp-web #: code:addons/website/static/src/js/website.tour.banner.js:8 #, python-format msgid "Build a page" -msgstr "" +msgstr "Crea una pagina" #. module: website #: view:website:website.snippet_options @@ -424,7 +454,7 @@ msgstr "Posso usarlo per gestire progetti con metodologie agili?" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -441,7 +471,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Modifica" @@ -458,7 +488,7 @@ msgstr "Modifica Icone" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "" @@ -483,7 +513,7 @@ msgstr "Modifica..." #: code:addons/website/static/src/js/website.tour.banner.js:103 #, python-format msgid "Check Mobile Preview" -msgstr "" +msgstr "Prova versione mobile" #. module: website #: field:website.menu,child_id:0 @@ -498,6 +528,10 @@ msgid "" "should\n" " reinforce your image." msgstr "" +"Scegli una bella immagine e scrivi un paragrafo \n" +" che la illustri. Non deve necessariamente essere " +"lungo,\n" +" ma deve rinforzare il messaggio dell'immagine." #. module: website #: view:website:website.snippet_options @@ -580,7 +614,7 @@ msgstr "Azienda" #. module: website #: view:website:website.layout msgid "Company name" -msgstr "" +msgstr "Nome dell'azienda" #. module: website #: view:website:website.snippets @@ -590,12 +624,12 @@ msgstr "" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "Configure Website" -msgstr "" +msgstr "Configura il Sito web" #. module: website #: view:website.config.settings:website.view_website_config_settings msgid "Configure website menus" -msgstr "" +msgstr "Configura menu del sito web" #. module: website #: view:website:website.layout @@ -640,6 +674,8 @@ msgstr "Contattaci" #: view:website:website.contactus msgid "Contact us about anything related to our company or services." msgstr "" +"Contattaci per avere informazioni riguardanti la nostra azienda o i nostri " +"servizi." #. module: website #: view:website:website.snippets @@ -677,7 +713,7 @@ msgstr "Copyright ©" #. module: website #: view:website:website.themes msgid "Cosmo" -msgstr "" +msgstr "Cosmo" #. module: website #: view:website:website.page_404 @@ -716,7 +752,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -731,6 +767,8 @@ msgid "" "Customize any block through this menu. Try to change the background of the " "banner." msgstr "" +"Personalizza i blocchi attraverso questo menu. Prova a cambiare lo sfondo " +"del banner." #. module: website #. openerp-web @@ -749,7 +787,7 @@ msgstr "Personalizza il banner" #. module: website #: view:website:website.themes msgid "Cyborg" -msgstr "" +msgstr "Cyborg" #. module: website #. openerp-web @@ -761,12 +799,12 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Dark Blue" -msgstr "" +msgstr "Dark Blue" #. module: website #: view:website:website.snippet_options msgid "Darken" -msgstr "" +msgstr "Darken" #. module: website #: field:ir.attachment,datas_checksum:0 @@ -840,8 +878,8 @@ msgstr "Descrizione..." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -849,7 +887,7 @@ msgstr "Annulla" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "" @@ -883,7 +921,7 @@ msgstr "Dominio" #: code:addons/website/static/src/js/website.tour.banner.js:74 #, python-format msgid "Drag & Drop This Block" -msgstr "" +msgstr "Trascina questo Blocco" #. module: website #. openerp-web @@ -897,28 +935,28 @@ msgstr "" #: code:addons/website/static/src/xml/website.contentMenu.xml:34 #, python-format msgid "Drag a menu to the right to create a sub-menu" -msgstr "" +msgstr "Sposta un menu verso destra per creare un sotto-menu" #. module: website #. openerp-web #: code:addons/website/static/src/js/website.tour.banner.js:75 #, python-format msgid "Drag the 'Features' block and drop it below the banner." -msgstr "" +msgstr "Trascina il blocco 'Feature' e rilascialo sotto al banner." #. module: website #. openerp-web #: code:addons/website/static/src/js/website.tour.banner.js:35 #, python-format msgid "Drag the Banner block and drop it in your page." -msgstr "" +msgstr "Trascina il blocco banner all'interno della pagina." #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:34 #, python-format msgid "Drag to Move" -msgstr "" +msgstr "Trascina per spostare" #. module: website #: view:website:website.snippets @@ -930,7 +968,7 @@ msgstr "Duplica" #: code:addons/website/static/src/xml/website.snippets.xml:35 #, python-format msgid "Duplicate Container" -msgstr "" +msgstr "Duplica Container" #. module: website #: view:website:website.snippets @@ -974,6 +1012,8 @@ msgid "" "Edit the content below this line to adapt the default \"page not found\" " "page." msgstr "" +"Modifica il contenuto sottostante per personalizzare la pagina \"pagina non " +"trovata\" predefinita." #. module: website #. openerp-web @@ -989,10 +1029,10 @@ msgstr "Effetti" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" -msgstr "" +msgstr "Inserisci Video (HTML)" #. module: website #: view:website:website.snippets @@ -1030,6 +1070,8 @@ msgid "" "Explain the benefits you offer. Don't write about products or\n" " services here, write about solutions." msgstr "" +"Parla del valore della tua azienda. Non parlare di prodotti o servizi,\n" +" ma piuttosto parla di soluzioni." #. module: website #: field:ir.actions.server,xml_id:0 @@ -1046,7 +1088,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "FAQ" -msgstr "" +msgstr "FAQ" #. module: website #: field:website,social_facebook:0 @@ -1067,22 +1109,22 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "Feature One" -msgstr "" +msgstr "Feature Uno" #. module: website #: view:website:website.snippets msgid "Feature Three" -msgstr "" +msgstr "Feature Tre" #. module: website #: view:website:website.snippets msgid "Feature Title" -msgstr "" +msgstr "Titolo Feature" #. module: website #: view:website:website.snippets msgid "Feature Two" -msgstr "" +msgstr "Feature Due" #. module: website #: view:website:website.snippets @@ -1092,7 +1134,7 @@ msgstr "Funzionalità" #. module: website #: view:website:website.snippets msgid "First Feature" -msgstr "" +msgstr "Feature Uno" #. module: website #: view:website:website.snippet_options @@ -1107,12 +1149,12 @@ msgstr "" #. module: website #: view:website:website.themes msgid "Flatly" -msgstr "" +msgstr "Flatly" #. module: website #: view:website:website.snippet_options msgid "Flowers Field" -msgstr "" +msgstr "Flowers Field" #. module: website #. openerp-web @@ -1146,6 +1188,8 @@ msgstr "" msgid "" "Get this page efficiently referenced in Google to attract more visitors." msgstr "" +"Fai in modo che questa pagina sia correttamente indicizzata da google per " +"avere un maggior numero di visitatori." #. module: website #: field:website,social_github:0 @@ -1202,7 +1246,7 @@ msgstr "Verde" #. module: website #: view:website:website.snippet_options msgid "Greenfields" -msgstr "" +msgstr "Greenfields" #. module: website #: view:website:website.layout @@ -1241,7 +1285,7 @@ msgstr "" #: view:website:website.layout #: model:website.menu,name:website.menu_homepage msgid "Home" -msgstr "" +msgstr "Home" #. module: website #: view:website:website.403 @@ -1252,7 +1296,7 @@ msgstr "Homepage" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "" @@ -1296,7 +1340,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "" @@ -1349,6 +1393,11 @@ msgstr "" msgid "Info" msgstr "Info" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1366,13 +1415,23 @@ msgstr "" #. module: website #: view:website:website.layout msgid "Install Apps" -msgstr "" +msgstr "Installa Applicazioni" #. module: website #: model:ir.model,name:website.model_base_language_install msgid "Install Language" msgstr "Installa lingua" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "Applicazioni Installate" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "Moduli installati" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1390,7 +1449,7 @@ msgstr "" #. module: website #: view:website:website.themes msgid "Jet black and electric blue" -msgstr "" +msgstr "Jet black and electric blue" #. module: website #: view:website:website.snippets @@ -1405,12 +1464,12 @@ msgstr "Unisciti a noi, e migliora la tua azienda." #. module: website #: view:website:website.themes msgid "Journal" -msgstr "" +msgstr "Journal" #. module: website #: view:website:website.snippet_options msgid "Landscape" -msgstr "" +msgstr "Panorama" #. module: website #: view:website.config.settings:website.view_website_config_settings @@ -1453,7 +1512,7 @@ msgstr "" #: code:addons/website/static/src/js/website.tour.banner.js:68 #, python-format msgid "Let's add another building block to your page." -msgstr "" +msgstr "Aggiungi un altro blocco alla pagina." #. module: website #. openerp-web @@ -1461,11 +1520,12 @@ msgstr "" #, python-format msgid "Let's check how your homepage looks like on mobile devices." msgstr "" +"Controlla come la tua homepage si visualizzerà sui dispositivi mobili." #. module: website #: view:website:website.snippets msgid "Limited support" -msgstr "" +msgstr "Supporto limitato" #. module: website #. openerp-web @@ -1497,7 +1557,7 @@ msgstr "Account LinkedIn" #. module: website #: view:website:website.snippets msgid "List of Features" -msgstr "" +msgstr "Lista Features" #. module: website #: view:website:website.layout @@ -1538,7 +1598,7 @@ msgstr "Menu" #: code:addons/website/static/src/xml/website.contentMenu.xml:55 #, python-format msgid "Menu Label" -msgstr "" +msgstr "Voce di Menu" #. module: website #: view:website:website.template_partner_comment @@ -1553,7 +1613,7 @@ msgstr "Tipo MIME" #. module: website #: view:website:website.themes msgid "Mini and minimalist." -msgstr "" +msgstr "Mini and minimalist." #. module: website #. openerp-web @@ -1583,12 +1643,12 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Mountains" -msgstr "" +msgstr "Montagne" #. module: website #: view:website:website.layout msgid "My Account" -msgstr "" +msgstr "Il mio Account" #. module: website #: view:website:website.snippet_options @@ -1613,7 +1673,7 @@ msgstr "Nuova Finestra" #: code:addons/website/static/src/js/website.editor.js:972 #, python-format msgid "New or existing page" -msgstr "" +msgstr "Una pagina nuova o già esistente" #. module: website #: view:website:website.kanban_contain @@ -1647,11 +1707,21 @@ msgstr "" msgid "Not Published" msgstr "Non Pubblicato" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "Odoo" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "Versione di Odoo" + #. module: website #: view:website:website.snippets msgid "" @@ -1690,6 +1760,11 @@ msgstr "" msgid "Ok" msgstr "Ok" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "Open Source ERP" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1710,12 +1785,12 @@ msgstr "Ottimizzato per la leggibilità" #. module: website #: view:website:website.snippet_options msgid "Orange" -msgstr "" +msgstr "Arancione" #. module: website #: view:website:website.snippet_options msgid "Orange Red" -msgstr "" +msgstr "Arancione-Rosso" #. module: website #: view:website:website.snippets @@ -1735,7 +1810,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "Our Offers" -msgstr "" +msgstr "Le nostre Offerte" #. module: website #: view:website:website.snippets @@ -1780,12 +1855,12 @@ msgstr "Pagina" #: code:addons/website/static/src/js/website.contentMenu.js:39 #, python-format msgid "Page Title" -msgstr "" +msgstr "Titolo della pagina" #. module: website #: view:website:website.snippets msgid "Panel" -msgstr "" +msgstr "Pannello" #. module: website #: view:website:website.snippets @@ -1793,6 +1868,9 @@ msgid "" "Panels are a great tool to compare offers or to emphasize on\n" " key features. To compare products, use the inside columns." msgstr "" +"Un pannello è un interessante strumento per enfatizzare\n" +" alcune feature importanti. Per comparare prodotti diversi " +"utilizza i pannelli insieme alle colonne della pagina." #. module: website #: view:website:website.snippets @@ -1827,12 +1905,12 @@ msgstr "Partner" #. module: website #: view:website:website.template_partner_post msgid "Partner Detail" -msgstr "" +msgstr "Dettagli Partner" #. module: website #: view:website:website.template_partner_comment msgid "Partners" -msgstr "" +msgstr "Partner" #. module: website #: view:website:website.snippet_options @@ -1860,13 +1938,13 @@ msgstr "Powered by" #: view:website:website.kanban_contain #: view:website:website.pager msgid "Prev" -msgstr "" +msgstr "Prec" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Anteprima" @@ -1950,12 +2028,12 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Purple" -msgstr "" +msgstr "Porpora" #. module: website #: view:website:website.http_error_debug msgid "QWeb" -msgstr "" +msgstr "QWeb" #. module: website #: view:website:website.snippet_options @@ -1971,7 +2049,7 @@ msgstr "" #. module: website #: view:website:website.themes msgid "Readable" -msgstr "" +msgstr "Readable" #. module: website #: view:website:website.template_partner_comment @@ -1981,7 +2059,7 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Red" -msgstr "" +msgstr "Rosso" #. module: website #: view:website:website.snippets @@ -1993,14 +2071,14 @@ msgstr "" #: code:addons/website/static/src/xml/website.snippets.xml:36 #, python-format msgid "Remove Block" -msgstr "" +msgstr "Elimina Blocco" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:37 #, python-format msgid "Remove Link" -msgstr "" +msgstr "Elimina link" #. module: website #: view:website:website.snippet_options @@ -2027,7 +2105,7 @@ msgstr "" #: code:addons/website/static/src/xml/website.snippets.xml:45 #, python-format msgid "Resize" -msgstr "" +msgstr "Ridimensiona" #. module: website #: field:ir.attachment,datas_big:0 @@ -2036,10 +2114,10 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" -msgstr "" +msgstr "Rotazione" #. module: website #: view:website:website.snippet_options @@ -2087,7 +2165,7 @@ msgstr "Schermo: 2.8 pollici" #. module: website #: view:website:website.snippet_options msgid "Scroll Speed" -msgstr "" +msgstr "Velocità di scorrimento" #. module: website #. openerp-web @@ -2099,7 +2177,7 @@ msgstr "" #. module: website #: view:website:website.snippets msgid "Second Feature" -msgstr "" +msgstr "Feature Due" #. module: website #: view:website:website.snippets @@ -2122,7 +2200,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "" @@ -2152,12 +2230,12 @@ msgstr "Invia" #. module: website #: view:website:website.template_partner_comment msgid "Send a Message to our Partners" -msgstr "" +msgstr "Invia un messaggio ai nostri Partner" #. module: website #: view:website:website.contactus msgid "Send us an email" -msgstr "" +msgstr "Inviaci un email" #. module: website #: view:website:website.snippets @@ -2167,19 +2245,19 @@ msgstr "Separatore" #. module: website #: field:website.menu,sequence:0 msgid "Sequence" -msgstr "" +msgstr "Sequenza" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" -msgstr "" +msgstr "Inserisci un video (URL)" #. module: website #: view:website:website.themes msgid "Shades of gunmetal gray" -msgstr "" +msgstr "Shades of gunmetal gray" #. module: website #: view:website:website.snippet_options @@ -2191,6 +2269,11 @@ msgstr "" msgid "Share" msgstr "Condividi" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2199,12 +2282,12 @@ msgstr "Accedi" #. module: website #: view:website:website.themes msgid "Silvery and sleek." -msgstr "" +msgstr "Silvery and sleek." #. module: website #: view:website:website.themes msgid "Simplex" -msgstr "" +msgstr "Simplex" #. module: website #. openerp-web @@ -2218,12 +2301,12 @@ msgstr "" #: code:addons/website/static/src/js/website.tour.banner.js:14 #, python-format msgid "Skip It" -msgstr "" +msgstr "Salta" #. module: website #: view:website:website.themes msgid "Slate" -msgstr "" +msgstr "Slate" #. module: website #: view:website:website.snippet_options @@ -2246,11 +2329,11 @@ msgstr "Social Media" #. module: website #: view:website:website.themes msgid "Spacelab" -msgstr "" +msgstr "Spacelab" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2288,11 +2371,11 @@ msgstr "Struttura" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" -msgstr "" +msgstr "Stile" #. module: website #: view:website:website.layout @@ -2319,11 +2402,16 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Sunflower" -msgstr "" +msgstr "Girasoli" #. module: website #: view:website:website.themes msgid "Sweet and cheery" +msgstr "Sweet and cheery" + +#. module: website +#: view:website:website.info +msgid "Technical name:" msgstr "" #. module: website @@ -2331,6 +2419,8 @@ msgstr "" msgid "" "Tell features the visitor would like to know, not what you'd like to say." msgstr "" +"Parla di feature che un visitatore vorrebbe conoscere, non quelle che ti " +"piacerebbe descrivere." #. module: website #: view:website:website.snippets @@ -2347,24 +2437,24 @@ msgstr "IDTemplate : %s" #. module: website #: view:website:website.500 msgid "Template fallback" -msgstr "" +msgstr "Template di Fallback" #. module: website #. openerp-web #: code:addons/website/static/src/js/website.tour.banner.js:96 #, python-format msgid "Test Your Mobile Version" -msgstr "" +msgstr "Prova la versione Mobile" #. module: website #: view:website:website.snippets msgid "Text Block" -msgstr "" +msgstr "Blocco Testo" #. module: website #: view:website:website.snippets msgid "Text-Image" -msgstr "" +msgstr "Testo-Immagine" #. module: website #: view:website:website.template_partner_post @@ -2376,7 +2466,7 @@ msgstr "" #: code:addons/website/static/src/js/website.tour.banner.js:112 #, python-format msgid "The 'Content' menu allows you to add pages or add the top menu." -msgstr "" +msgstr "Il menu 'Contenuti' ti permette d aggiungere pagine o voci di menu." #. module: website #: view:website:website.snippets @@ -2404,12 +2494,14 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" " following pages or views:" msgstr "" +"L'immagine non puo' essere rimossa in quanto in uso nelle \n" +" seguenti pagine/viste" #. module: website #: view:website:website.403 @@ -2450,7 +2542,7 @@ msgstr "Tema Modificato!" #. module: website #: view:website:website.snippets msgid "Third Feature" -msgstr "" +msgstr "Feature Tre" #. module: website #: view:website:website.page_404 @@ -2495,6 +2587,12 @@ msgid "" "new\n" " one as a copy." msgstr "" +"Per aggiungere una quarta colonna, riduci le dimensioni\n" +" delle tre colonne utilizzando l'icona a destra " +"di ognuna di esse.\n" +" In seguito, duplica una delle colonne per " +"crearne una \n" +" nuova." #. module: website #: view:website:website.layout @@ -2504,7 +2602,7 @@ msgstr "" #. module: website #: model:website.menu,name:website.main_menu msgid "Top Menu" -msgstr "" +msgstr "Menu superiore" #. module: website #: view:website:website.http_error_debug @@ -2514,7 +2612,7 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Transform" -msgstr "" +msgstr "Trasforma" #. module: website #. openerp-web @@ -2538,7 +2636,7 @@ msgstr "Prova un nuovo Tema" #. module: website #: view:website:website.snippet_options msgid "Turquoise" -msgstr "" +msgstr "Turchese" #. module: website #: field:website,social_twitter:0 @@ -2549,13 +2647,13 @@ msgstr "Account Twitter" #. module: website #: view:website:website.500 msgid "Type '" -msgstr "" +msgstr "Tipo '" #. module: website #: view:website:website.view_website_form #: view:website.config.settings:website.view_website_config_settings msgid "UA-XXXXXXXX-Y" -msgstr "" +msgstr "UA-XXXXXXXX-Y" #. module: website #. openerp-web @@ -2567,22 +2665,22 @@ msgstr "URL or Indirizzo Email" #. module: website #: view:website:website.themes msgid "Ubuntu orange and unique font" -msgstr "" +msgstr "Ubuntu orange and unique font" #. module: website #: view:website:website.snippet_options msgid "Uniform Color" -msgstr "" +msgstr "Colore uniforme" #. module: website #: view:website:website.themes msgid "United" -msgstr "" +msgstr "United" #. module: website #: view:website:website.snippets msgid "Unlimited support" -msgstr "" +msgstr "Supporto illiminato" #. module: website #: view:website:website.publish_management @@ -2591,14 +2689,21 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "Fai upload di un immagine dal tuo computer" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "Caricamento in corso..." @@ -2611,7 +2716,7 @@ msgstr "Url" #. module: website #: view:website:website.snippet_options msgid "Various" -msgstr "" +msgstr "Vari" #. module: website #: view:website:website.snippet_options @@ -2620,7 +2725,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "" @@ -2664,6 +2769,10 @@ msgid "" "build great products to solve your\n" " business problems." msgstr "" +"Siamo un team di appassionati il cui obiettivo è migliorare la vostra\n" +" vita grazie a soluzioni " +"rivoluzionarie. Sviluppiamo grandi prodotti per risolvere\n" +" i vostri problemi di business." #. module: website #: view:website:website.layout @@ -2673,11 +2782,15 @@ msgid "" "products to solve your\n" " business problems." msgstr "" +"Siamo un team di appassionati il cui obiettivo è migliorare la vostra\n" +" vita grazie a soluzioni innovative. Trattiamo e " +"sviluppiamo prodotti di qualità eccellente per\n" +" risolvere i vostri problemi di business." #. module: website #: view:website:website.contactus msgid "We'll do our best to get back to you as soon as possible." -msgstr "" +msgstr "Faremo del nostro meglio per ricontattarti il prima possibile." #. module: website #. openerp-web @@ -2700,13 +2813,13 @@ msgstr "" #. module: website #: model:ir.actions.act_url,name:website.action_website_homepage msgid "Website Homepage" -msgstr "" +msgstr "Homepage Sito Web" #. module: website #: model:ir.actions.act_window,name:website.action_website_menu #: model:ir.model,name:website.model_website_menu msgid "Website Menu" -msgstr "" +msgstr "Menu Sito Web" #. module: website #: model:ir.actions.server,name:website.action_partner_post @@ -2733,12 +2846,12 @@ msgstr "" #: model:ir.ui.menu,name:website.menu_website_configuration #: view:website:website.view_website_form msgid "Website Settings" -msgstr "" +msgstr "Impostazioni Sito Web" #. module: website #: field:ir.actions.server,website_url:0 msgid "Website URL" -msgstr "" +msgstr "URL sito web" #. module: website #: model:ir.actions.act_url,name:website.action_website_tutorial @@ -2748,7 +2861,7 @@ msgstr "" #. module: website #: view:website.menu:website.menu_tree msgid "Website menu" -msgstr "" +msgstr "Menu sito web" #. module: website #: field:ir.ui.view,website_meta_description:0 @@ -2771,29 +2884,29 @@ msgstr "" #. module: website #: view:website:website.view_website_tree msgid "Websites" -msgstr "" +msgstr "Siti web" #. module: website #: field:base.language.install,website_ids:0 msgid "Websites to translate" -msgstr "" +msgstr "Siti da tradurre" #. module: website #: view:website:website.snippets msgid "Weight: 1.1 ounces" -msgstr "" +msgstr "Peso: 31g" #. module: website #: view:website:website.snippets msgid "Weight: 1.2 ounces" -msgstr "" +msgstr "Peso: 34g" #. module: website #. openerp-web #: code:addons/website/static/src/js/website.tour.banner.js:12 #, python-format msgid "Welcome to your website!" -msgstr "" +msgstr "Benvenuto nel tuo sito web!" #. module: website #: view:website:website.snippets @@ -2805,7 +2918,7 @@ msgstr "" #: code:addons/website/static/src/js/website.tour.banner.js:89 #, python-format msgid "Well done, you created your homepage." -msgstr "" +msgstr "Ben fatto, hai creato la tua homepage." #. module: website #: field:ir.ui.view,page:0 @@ -2828,7 +2941,7 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Wood" -msgstr "" +msgstr "Legno" #. module: website #: view:website:website.snippets @@ -2892,7 +3005,7 @@ msgstr "" #. module: website #: view:website:website.snippet_options msgid "Yellow Green" -msgstr "" +msgstr "Giallo-Verde" #. module: website #: view:website:website.snippets @@ -2902,18 +3015,18 @@ msgstr "Si." #. module: website #: view:website:website.themes msgid "Yeti" -msgstr "" +msgstr "Yeti" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.translator.xml:16 #, python-format msgid "You are about to enter the translation mode." -msgstr "" +msgstr "Stai per entrare in modalità traduzione." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "" @@ -2921,7 +3034,7 @@ msgstr "" #. module: website #: view:website:website.themes msgid "You'll be able to change the theme at anytime" -msgstr "" +msgstr "Potrai cambiare tema in qualunque momento" #. module: website #. openerp-web @@ -2929,7 +3042,7 @@ msgstr "" #: view:website:website.snippets #, python-format msgid "Your Banner Title" -msgstr "" +msgstr "Il titolo del Banner" #. module: website #: view:website:website.snippets @@ -2944,7 +3057,7 @@ msgstr "Account Youtube" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "" @@ -2956,7 +3069,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "bordo" @@ -2999,7 +3112,7 @@ msgstr "http://openerp.com" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "http://openerp.com/logo.png" @@ -3060,6 +3173,11 @@ msgstr "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" msgid "https://youraccount.github.io" msgstr "https://youraccount.github.io" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3070,12 +3188,12 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format msgid "or" -msgstr "" +msgstr "o" #. module: website #. openerp-web @@ -3128,7 +3246,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "le modifiche non salvate saranno perdute." @@ -3157,8 +3275,8 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "— o —" diff --git a/addons/website/i18n/nl.po b/addons/website/i18n/nl.po index a2dd7297fbd..3bc1b7f8572 100644 --- a/addons/website/i18n/nl.po +++ b/addons/website/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 08:42+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:58+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website @@ -27,6 +27,7 @@ msgid " " msgstr " " #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "×" @@ -38,11 +39,20 @@ msgstr "' in het veld onderaan als u deze wilt bevestigen." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" +",\n" +" bijgewerkt:" + #. module: website #: view:website:website.layout msgid "" @@ -52,6 +62,16 @@ msgstr "" ",\n" " de #1" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr ", autheur:" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr ", bijgewerkt:" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -193,7 +213,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -231,7 +251,7 @@ msgstr "Voeg een taal toe..." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "Voeg een afbeelding toe" @@ -265,6 +285,13 @@ msgstr "" "Al deze iconen zijn gelicentieerd onder Creative Commons zodat u deze kunt " "gebruiken" +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "Alternatieve upload" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -316,7 +343,7 @@ msgstr "Automatisch herschalen" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "Automatisch afspelen" @@ -436,7 +463,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -453,7 +480,7 @@ msgstr "Hemelsblauw" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Wijzigen" @@ -470,7 +497,7 @@ msgstr "Iconen wijzigen" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "Wijzig media" @@ -743,7 +770,7 @@ msgstr "Scherp als een nieuw vel papier." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -877,8 +904,8 @@ msgstr "Omschrijving...." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -886,7 +913,7 @@ msgstr "Negeren" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "Editie negeren" @@ -1028,7 +1055,7 @@ msgstr "Effecten" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "Video (HTML) embeddeb" @@ -1300,7 +1327,7 @@ msgstr "Startpagina" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "Horizontaal omklappen" @@ -1346,7 +1373,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "Als u de huidige versie negeert," @@ -1410,6 +1437,11 @@ msgstr "" msgid "Info" msgstr "Info" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "Informatie over de" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1434,6 +1466,16 @@ msgstr "Installeer apps" msgid "Install Language" msgstr "Taal installeren" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "Geïnstalleerde applicaties" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "Geïnstalleerde modules" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1712,11 +1754,22 @@ msgstr "Geen" msgid "Not Published" msgstr "Niet gepubliceerd" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" +"Opmerking: Om deze pagina te verbergen, vink dit uit bij het wijzigen menu." + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "Odoo" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "Odoo versie" + #. module: website #: view:website:website.snippets msgid "" @@ -1766,6 +1819,11 @@ msgstr "" msgid "Ok" msgstr "Ok" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "Open Source ERP" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1949,8 +2007,8 @@ msgstr "Terug" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Voorbeeld" @@ -2120,7 +2178,7 @@ msgstr "Geschaalde bestandsinhoud" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "Draaien" @@ -2206,7 +2264,7 @@ msgstr "Selecteer media" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "Selecteer een afbeelding" @@ -2257,7 +2315,7 @@ msgstr "Reeks" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "Stel een video URL in" @@ -2277,6 +2335,11 @@ msgstr "Schaduw" msgid "Share" msgstr "Delen" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "Weergeven als optionele overerfing" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2336,7 +2399,7 @@ msgstr "Spacelab" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2376,7 +2439,7 @@ msgstr "Structuur" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2414,6 +2477,11 @@ msgstr "Zonnebloem" msgid "Sweet and cheery" msgstr "Zoet en vrolijk" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "Technische naam:" + #. module: website #: view:website:website.snippets msgid "" @@ -2499,7 +2567,7 @@ msgstr "De volledige URL om toegang tot de server te krijgen via de website." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2699,14 +2767,21 @@ msgstr "Publicatie ongedaan maken" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "Upload een afbeelding vanaf uw computer" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "Upload afbeelding zonder optimalisatie" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "Uploaden..." @@ -2728,7 +2803,7 @@ msgstr "Fluweel" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "Verticaal draaien" @@ -3052,7 +3127,7 @@ msgstr "U staat op het punt de vertaal mode in te gaan." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "U kunt annuleren om terug te keren naar de edit mode." @@ -3083,7 +3158,7 @@ msgstr "Youtube Account" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "alles" @@ -3095,7 +3170,7 @@ msgstr "en evalueer de volgende uitdrukking:" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "rand" @@ -3138,7 +3213,7 @@ msgstr "http://odoo.com" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "http://odoo.com/logo.png" @@ -3199,6 +3274,11 @@ msgstr "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" msgid "https://youraccount.github.io" msgstr "https://youraccount.github.io" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "instantie van Odoo, de" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3209,7 +3289,7 @@ msgstr "wat u niet wilt laten zien." #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3267,7 +3347,7 @@ msgstr "onbekend" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "Niet opgeslagen wijzigigen zullen verloren gaan." @@ -3296,8 +3376,8 @@ msgstr "uw homepage" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "-- of --" diff --git a/addons/website/i18n/pl.po b/addons/website/i18n/pl.po index dc2a71ecebc..2857bd38088 100644 --- a/addons/website/i18n/pl.po +++ b/addons/website/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-25 13:47+0000\n" "Last-Translator: Monika Grzelak (OpenGLOBE.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-26 08:42+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website #. openerp-web @@ -28,6 +28,7 @@ msgid " " msgstr "" #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "" @@ -39,11 +40,18 @@ msgstr "' w okienku poniżej, jeśli chcesz potwierdzić." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -51,6 +59,16 @@ msgid "" " the #1" msgstr "" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -186,7 +204,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -224,7 +242,7 @@ msgstr "Dodaj język..." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "Dodaj adres obrazka" @@ -257,6 +275,13 @@ msgid "" msgstr "" "Wszystkie te ikony są na licencji creative commons, abyś mógł ich używać." +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -308,7 +333,7 @@ msgstr "Automatyczna zmiana rozmiaru" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -428,7 +453,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -445,7 +470,7 @@ msgstr "błękitny" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Zmień" @@ -462,7 +487,7 @@ msgstr "Zmień ikony" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "Zmień media" @@ -725,7 +750,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -853,8 +878,8 @@ msgstr "Opis..." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -862,7 +887,7 @@ msgstr "Odrzuć" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "Odrzuć zmiany" @@ -1004,7 +1029,7 @@ msgstr "Efekty" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "Osadź wideo (HTML)" @@ -1274,7 +1299,7 @@ msgstr "Strona główna" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "Odwrócenie w poziomie" @@ -1320,7 +1345,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "Jeśli odrzucisz aktualną edycję," @@ -1378,6 +1403,11 @@ msgstr "" msgid "Info" msgstr "Informacje" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1402,6 +1432,16 @@ msgstr "Instaluj aplikacje" msgid "Install Language" msgstr "Instaluj język" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1681,11 +1721,21 @@ msgstr "Brak" msgid "Not Published" msgstr "Nieopublikowane" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "Odoo" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1737,6 +1787,11 @@ msgstr "" msgid "Ok" msgstr "OK" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1921,8 +1976,8 @@ msgstr "Poprzedni" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Podgląd" @@ -2092,7 +2147,7 @@ msgstr "Zmieniony rozmiar zawartości pliku" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "Obrót" @@ -2179,7 +2234,7 @@ msgstr "Wybierz media" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "Wybierz obrazek" @@ -2228,7 +2283,7 @@ msgstr "Numeracja" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "Ustaw adres wideo" @@ -2248,6 +2303,11 @@ msgstr "Cień" msgid "Share" msgstr "Udostępnij" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2307,7 +2367,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2347,7 +2407,7 @@ msgstr "Struktura" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2385,6 +2445,11 @@ msgstr "Słonecznik" msgid "Sweet and cheery" msgstr "Słodkie i wesołe" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2468,7 +2533,7 @@ msgstr "Pełny adres dostępu do akcji serwera przez stronę." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2666,14 +2731,21 @@ msgstr "Cofnij publikację" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "Prześlij obrazek z dysku" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "Przesyłanie..." @@ -2695,7 +2767,7 @@ msgstr "Welur" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "Odwróć pionowo" @@ -3019,7 +3091,7 @@ msgstr "Wchodzisz do trybu tłumaczeniowego." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "Możesz anulować, aby wrócić do trybu edycji." @@ -3050,7 +3122,7 @@ msgstr "Konto na Youtube" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "wszystko" @@ -3062,7 +3134,7 @@ msgstr "i oceniając następujące wyrażenie" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "obramowanie" @@ -3105,7 +3177,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "" @@ -3166,6 +3238,11 @@ msgstr "" msgid "https://youraccount.github.io" msgstr "" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3176,7 +3253,7 @@ msgstr "nie to, co chcesz pokazać." #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3234,7 +3311,7 @@ msgstr "nieznane" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "Niezapisane zmiany zostaną utracone." @@ -3263,8 +3340,8 @@ msgstr "twoja strona główna" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "— lub —" diff --git a/addons/website/i18n/pt.po b/addons/website/i18n/pt.po index fd09a6461a2..ef95f7d47a4 100644 --- a/addons/website/i18n/pt.po +++ b/addons/website/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-16 13:38+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:28+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website @@ -27,6 +27,7 @@ msgid " " msgstr " " #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "×" @@ -38,11 +39,18 @@ msgstr "' na caixa abaixo para confirmar" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -52,6 +60,16 @@ msgstr "" ",\n" " o #1" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -192,7 +210,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -230,7 +248,7 @@ msgstr "Adicionar uma língua" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "Adicionar o URL da imagem" @@ -264,6 +282,13 @@ msgstr "" "Todos estes ícones estão licenciados sobre acordos criativos para os poder " "usar." +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -315,7 +340,7 @@ msgstr "Redimensionamento Automático" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "Iniciar Automaticamente" @@ -433,7 +458,7 @@ msgstr "Posso usa-lo para gerir metodologias Agile" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -450,7 +475,7 @@ msgstr "Azul Celeste" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Alterar" @@ -467,7 +492,7 @@ msgstr "Alterar os Ícones" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "Alterar a Media" @@ -738,7 +763,7 @@ msgstr "Estaladiço como uma nova folha de papel." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -869,8 +894,8 @@ msgstr "Descrição..." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -878,7 +903,7 @@ msgstr "Descartar" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "Descartar a alteração" @@ -1020,7 +1045,7 @@ msgstr "Efeitos" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "Embeber Video (HTML)" @@ -1289,7 +1314,7 @@ msgstr "Pagina Inicial" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "Inversão horizontal" @@ -1335,7 +1360,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "Se você descartar a edição atual," @@ -1401,6 +1426,11 @@ msgstr "" msgid "Info" msgstr "Informação" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1425,6 +1455,16 @@ msgstr "Instalar Apps" msgid "Install Language" msgstr "Instalar Idioma" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1704,11 +1744,21 @@ msgstr "Nenhum" msgid "Not Published" msgstr "Não Publicado" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "Odoo" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1760,6 +1810,11 @@ msgstr "" msgid "Ok" msgstr "Ok" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1944,8 +1999,8 @@ msgstr "Anterior" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Pré-visualização" @@ -2115,7 +2170,7 @@ msgstr "O conteúdo do ficheiro redimensionada" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "Rotação" @@ -2202,7 +2257,7 @@ msgstr "Selecione um Media" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "Selecione uma Imagem" @@ -2251,7 +2306,7 @@ msgstr "Sequência" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "Defina uma URL do video" @@ -2271,6 +2326,11 @@ msgstr "Sombra" msgid "Share" msgstr "Partilhar" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2330,7 +2390,7 @@ msgstr "Laboratório espacial" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2370,7 +2430,7 @@ msgstr "Estrutura" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2408,6 +2468,11 @@ msgstr "Girassol" msgid "Sweet and cheery" msgstr "Doce e alegre" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2495,7 +2560,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2696,14 +2761,21 @@ msgstr "Não publicar" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "Carregar uma imagem do seu computador" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "A carregar..." @@ -2725,7 +2797,7 @@ msgstr "Velour" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "Inversão vertical" @@ -3051,7 +3123,7 @@ msgstr "Você está prestes a entrar no modo de tradução." #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "Você pode cancelar para voltar ao modo de edição." @@ -3082,7 +3154,7 @@ msgstr "Conta Youtube" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "Tudo" @@ -3094,7 +3166,7 @@ msgstr "e avaliar a seguinte expressão:" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "borda" @@ -3137,7 +3209,7 @@ msgstr "http://openerp.com" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "http://openerp.com/logo.png" @@ -3198,6 +3270,11 @@ msgstr "https://www.youtube.com/channel/UCkQPikELWZFLgQNHd73jkdg" msgid "https://youraccount.github.io" msgstr "https://youraccount.github.io" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3208,7 +3285,7 @@ msgstr "não o que você quer mostrar." #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3266,7 +3343,7 @@ msgstr "desconhecido" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "alterações não guardadas serão perdidas." @@ -3295,8 +3372,8 @@ msgstr "Sua página inicial" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "— ou —" diff --git a/addons/website/i18n/pt_BR.po b/addons/website/i18n/pt_BR.po index f103c167a71..f003ac78f13 100644 --- a/addons/website/i18n/pt_BR.po +++ b/addons/website/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 11:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website @@ -27,6 +27,7 @@ msgid " " msgstr "" #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "" @@ -38,11 +39,18 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -50,6 +58,16 @@ msgid "" " the #1" msgstr "" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -174,7 +192,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -212,7 +230,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "" @@ -244,6 +262,13 @@ msgid "" "All these icons are licensed under creative commons so that you can use them." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -295,7 +320,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -413,7 +438,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -430,7 +455,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "" @@ -447,7 +472,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "" @@ -705,7 +730,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -829,8 +854,8 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -838,7 +863,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "" @@ -978,7 +1003,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "" @@ -1239,7 +1264,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "" @@ -1283,7 +1308,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "" @@ -1336,6 +1361,11 @@ msgstr "" msgid "Info" msgstr "" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1360,6 +1390,16 @@ msgstr "" msgid "Install Language" msgstr "" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1634,11 +1674,21 @@ msgstr "" msgid "Not Published" msgstr "" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1677,6 +1727,11 @@ msgstr "" msgid "Ok" msgstr "" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1852,8 +1907,8 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "" @@ -2023,7 +2078,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "" @@ -2109,7 +2164,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "" @@ -2158,7 +2213,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "" @@ -2178,6 +2233,11 @@ msgstr "" msgid "Share" msgstr "" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2237,7 +2297,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2275,7 +2335,7 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2313,6 +2373,11 @@ msgstr "" msgid "Sweet and cheery" msgstr "" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2391,7 +2456,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2574,14 +2639,21 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "" @@ -2603,7 +2675,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "" @@ -2896,7 +2968,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "" @@ -2927,7 +2999,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "" @@ -2939,7 +3011,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "" @@ -2982,7 +3054,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "" @@ -3043,6 +3115,11 @@ msgstr "" msgid "https://youraccount.github.io" msgstr "" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3053,7 +3130,7 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3111,7 +3188,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "" @@ -3140,8 +3217,8 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "" diff --git a/addons/website/i18n/ru.po b/addons/website/i18n/ru.po index 79c9ed13bc6..ccf879e39d9 100644 --- a/addons/website/i18n/ru.po +++ b/addons/website/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-18 12:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-19 07:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website #. openerp-web @@ -27,6 +27,7 @@ msgid " " msgstr "" #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "" @@ -38,11 +39,18 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -50,6 +58,16 @@ msgid "" " the #1" msgstr "" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -174,7 +192,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -212,7 +230,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "" @@ -244,6 +262,13 @@ msgid "" "All these icons are licensed under creative commons so that you can use them." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -295,7 +320,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -413,7 +438,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -430,7 +455,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "" @@ -447,7 +472,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "" @@ -705,7 +730,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -829,8 +854,8 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -838,7 +863,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "" @@ -978,7 +1003,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "" @@ -1239,7 +1264,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "" @@ -1283,7 +1308,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "" @@ -1336,6 +1361,11 @@ msgstr "" msgid "Info" msgstr "" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1360,6 +1390,16 @@ msgstr "" msgid "Install Language" msgstr "" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1634,11 +1674,21 @@ msgstr "" msgid "Not Published" msgstr "" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1677,6 +1727,11 @@ msgstr "" msgid "Ok" msgstr "" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1852,8 +1907,8 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "" @@ -2023,7 +2078,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "" @@ -2109,7 +2164,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "" @@ -2158,7 +2213,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "" @@ -2178,6 +2233,11 @@ msgstr "" msgid "Share" msgstr "" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2237,7 +2297,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2275,7 +2335,7 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2313,6 +2373,11 @@ msgstr "" msgid "Sweet and cheery" msgstr "" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2391,7 +2456,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2574,14 +2639,21 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "" @@ -2603,7 +2675,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "" @@ -2896,7 +2968,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "" @@ -2927,7 +2999,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "" @@ -2939,7 +3011,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "" @@ -2982,7 +3054,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "" @@ -3043,6 +3115,11 @@ msgstr "" msgid "https://youraccount.github.io" msgstr "" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3053,7 +3130,7 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3111,7 +3188,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "" @@ -3140,8 +3217,8 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "" diff --git a/addons/website/i18n/tr.po b/addons/website/i18n/tr.po index d06116996e2..d7891fc02f5 100644 --- a/addons/website/i18n/tr.po +++ b/addons/website/i18n/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-22 00:07+0000\n" "Last-Translator: Ediz Duman \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:02+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" "Language: tr\n" @@ -28,6 +28,7 @@ msgid " " msgstr " " #. module: website +#: view:website:website.info #: view:website:website.themes msgid "×" msgstr "& zaman;" @@ -39,11 +40,18 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:356 +#: code:addons/website/static/src/xml/website.editor.xml:366 #, python-format msgid "(Youtube, Vimeo, Dailymotion)" msgstr "(Youtube, Vimeo, Dailymotion)" +#. module: website +#: view:website:website.info +msgid "" +",\n" +" updated:" +msgstr "" + #. module: website #: view:website:website.layout msgid "" @@ -51,6 +59,16 @@ msgid "" " the #1" msgstr "" +#. module: website +#: view:website:website.info +msgid ", author:" +msgstr "" + +#. module: website +#: view:website:website.info +msgid ", updated:" +msgstr "" + #. module: website #: view:website:website.sitemap_index_xml msgid ".xml" @@ -175,7 +193,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:215 +#: code:addons/website/static/src/xml/website.editor.xml:225 #: code:addons/website/static/src/xml/website.seo.xml:30 #, python-format msgid "Add" @@ -213,7 +231,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:212 +#: code:addons/website/static/src/xml/website.editor.xml:222 #, python-format msgid "Add an image URL" msgstr "" @@ -245,6 +263,13 @@ msgid "" "All these icons are licensed under creative commons so that you can use them." msgstr "" +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:212 +#, python-format +msgid "Alternate Upload" +msgstr "" + #. module: website #: view:website:website.themes msgid "Amelia" @@ -296,7 +321,7 @@ msgstr "Otomatik Boyutlandır" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:394 +#: code:addons/website/static/src/xml/website.editor.xml:404 #, python-format msgid "Autoplay" msgstr "" @@ -414,7 +439,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:300 +#: code:addons/website/static/src/xml/website.editor.xml:310 #: code:addons/website/static/src/xml/website.translator.xml:46 #: code:addons/website/static/src/xml/website.xml:74 #: view:website:website.500 @@ -431,7 +456,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:308 +#: code:addons/website/static/src/xml/website.editor.xml:318 #, python-format msgid "Change" msgstr "Değişim" @@ -448,7 +473,7 @@ msgstr "Simgeleri Değiştir" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:315 +#: code:addons/website/static/src/xml/website.editor.xml:325 #, python-format msgid "Change Media" msgstr "" @@ -706,7 +731,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:313 +#: code:addons/website/static/src/xml/website.editor.xml:323 #: code:addons/website/static/src/xml/website.snippets.xml:31 #: view:website:website.layout #, python-format @@ -830,8 +855,8 @@ msgstr "Açıklama..." #: code:addons/website/static/src/xml/website.editor.xml:11 #: code:addons/website/static/src/xml/website.editor.xml:30 #: code:addons/website/static/src/xml/website.editor.xml:191 -#: code:addons/website/static/src/xml/website.editor.xml:239 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:249 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:71 #, python-format msgid "Discard" @@ -839,7 +864,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:288 +#: code:addons/website/static/src/xml/website.editor.xml:298 #, python-format msgid "Discard edition" msgstr "" @@ -979,7 +1004,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "Embed Video (HTML)" msgstr "" @@ -1240,7 +1265,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:321 +#: code:addons/website/static/src/xml/website.editor.xml:331 #, python-format msgid "Horizontal flip" msgstr "" @@ -1284,7 +1309,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:291 +#: code:addons/website/static/src/xml/website.editor.xml:301 #, python-format msgid "If you discard the current edition," msgstr "" @@ -1337,6 +1362,11 @@ msgstr "" msgid "Info" msgstr "" +#. module: website +#: view:website:website.info +msgid "Information about the" +msgstr "" + #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.snippets.xml:7 @@ -1361,6 +1391,16 @@ msgstr "" msgid "Install Language" msgstr "" +#. module: website +#: view:website:website.info +msgid "Installed Applications" +msgstr "" + +#. module: website +#: view:website:website.info +msgid "Installed Modules" +msgstr "" + #. module: website #: view:website:website.500 msgid "Internal Server Error" @@ -1635,11 +1675,21 @@ msgstr "Hiç biri" msgid "Not Published" msgstr "" +#. module: website +#: view:website:website.info +msgid "Note: To hide this page, uncheck it from the top Customize menu." +msgstr "" + #. module: website #: view:website:website.layout msgid "Odoo" msgstr "" +#. module: website +#: view:website:website.info +msgid "Odoo Version" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -1678,6 +1728,11 @@ msgstr "" msgid "Ok" msgstr "Tamam" +#. module: website +#: view:website:website.info +msgid "Open Source ERP" +msgstr "" + #. module: website #: view:website:website.layout msgid "Open Source eCommerce" @@ -1853,8 +1908,8 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:135 -#: code:addons/website/static/src/xml/website.editor.xml:365 -#: code:addons/website/static/src/xml/website.editor.xml:376 +#: code:addons/website/static/src/xml/website.editor.xml:375 +#: code:addons/website/static/src/xml/website.editor.xml:386 #, python-format msgid "Preview" msgstr "Önizleme" @@ -2024,7 +2079,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:318 +#: code:addons/website/static/src/xml/website.editor.xml:328 #, python-format msgid "Rotation" msgstr "" @@ -2110,7 +2165,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:232 +#: code:addons/website/static/src/xml/website.editor.xml:242 #, python-format msgid "Select a Picture" msgstr "" @@ -2159,7 +2214,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:357 +#: code:addons/website/static/src/xml/website.editor.xml:367 #, python-format msgid "Set a video URL" msgstr "" @@ -2179,6 +2234,11 @@ msgstr "" msgid "Share" msgstr "" +#. module: website +#: field:ir.ui.view,customize_show:0 +msgid "Show As Optional Inherit" +msgstr "" + #. module: website #: view:website:website.layout msgid "Sign in" @@ -2238,7 +2298,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:320 +#: code:addons/website/static/src/xml/website.editor.xml:330 #: view:website:website.snippet_options #, python-format msgid "Spin" @@ -2276,7 +2336,7 @@ msgstr "" #. module: website #. openerp-web #: code:addons/website/static/src/xml/website.editor.xml:81 -#: code:addons/website/static/src/xml/website.editor.xml:316 +#: code:addons/website/static/src/xml/website.editor.xml:326 #: view:website:website.snippet_options #, python-format msgid "Style" @@ -2314,6 +2374,11 @@ msgstr "" msgid "Sweet and cheery" msgstr "" +#. module: website +#: view:website:website.info +msgid "Technical name:" +msgstr "" + #. module: website #: view:website:website.snippets msgid "" @@ -2392,7 +2457,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:258 +#: code:addons/website/static/src/xml/website.editor.xml:268 #, python-format msgid "" "The image could not be deleted because it is used in the\n" @@ -2575,14 +2640,21 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:207 +#: code:addons/website/static/src/xml/website.editor.xml:209 #, python-format msgid "Upload an image from your computer" msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:208 +#: code:addons/website/static/src/xml/website.editor.xml:215 +#, python-format +msgid "Upload image without optimization" +msgstr "" + +#. module: website +#. openerp-web +#: code:addons/website/static/src/xml/website.editor.xml:218 #, python-format msgid "Uploading..." msgstr "" @@ -2604,7 +2676,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:322 +#: code:addons/website/static/src/xml/website.editor.xml:332 #, python-format msgid "Vertical flip" msgstr "" @@ -2897,7 +2969,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:295 +#: code:addons/website/static/src/xml/website.editor.xml:305 #, python-format msgid "You can cancel to return to the edition mode." msgstr "" @@ -2928,7 +3000,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "all" msgstr "" @@ -2940,7 +3012,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:325 +#: code:addons/website/static/src/xml/website.editor.xml:335 #, python-format msgid "border" msgstr "" @@ -2983,7 +3055,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:214 +#: code:addons/website/static/src/xml/website.editor.xml:224 #, python-format msgid "http://openerp.com/logo.png" msgstr "" @@ -3044,6 +3116,11 @@ msgstr "" msgid "https://youraccount.github.io" msgstr "" +#. module: website +#: view:website:website.info +msgid "instance of Odoo, the" +msgstr "" + #. module: website #: view:website:website.snippets msgid "not what you want to show." @@ -3054,7 +3131,7 @@ msgstr "" #: code:addons/website/static/src/xml/website.editor.xml:9 #: code:addons/website/static/src/xml/website.editor.xml:28 #: code:addons/website/static/src/xml/website.editor.xml:189 -#: code:addons/website/static/src/xml/website.editor.xml:298 +#: code:addons/website/static/src/xml/website.editor.xml:308 #: code:addons/website/static/src/xml/website.seo.xml:69 #: code:addons/website/static/src/xml/website.translator.xml:44 #, python-format @@ -3112,7 +3189,7 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:292 +#: code:addons/website/static/src/xml/website.editor.xml:302 #, python-format msgid "unsaved changes will be lost." msgstr "" @@ -3141,8 +3218,8 @@ msgstr "" #. module: website #. openerp-web -#: code:addons/website/static/src/xml/website.editor.xml:211 -#: code:addons/website/static/src/xml/website.editor.xml:368 +#: code:addons/website/static/src/xml/website.editor.xml:221 +#: code:addons/website/static/src/xml/website.editor.xml:378 #, python-format msgid "— or —" msgstr "" diff --git a/addons/website_blog/i18n/de.po b/addons/website_blog/i18n/de.po index 9cb295dbfd7..87cf9a90305 100644 --- a/addons/website_blog/i18n/de.po +++ b/addons/website_blog/i18n/de.po @@ -7,14 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 13:06+0000\n" -"Last-Translator: openbig.org - Thorsten Vocks \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 11:31+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -22,12 +23,12 @@ msgstr "" #: view:website:website_blog.blog_post_short #: view:website:website_blog.latest_blogs msgid " " -msgstr "" +msgstr " " #. module: website_blog #: view:website:website_blog.latest_blogs msgid "×" -msgstr "" +msgstr "×" #. module: website_blog #: view:website:website_blog.blog_post_short @@ -62,7 +63,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "
    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -184,9 +187,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" @@ -284,7 +289,7 @@ msgstr "Hintergrundbild" #: view:blog.post:website_blog.view_blog_post_search #: field:blog.post,blog_id:0 msgid "Blog" -msgstr "" +msgstr "Blog" #. module: website_blog #: field:blog.blog,name:0 @@ -344,7 +349,7 @@ msgstr "Blog Tag" #: model:ir.model,name:website_blog.model_blog_blog #: model:ir.ui.menu,name:website_blog.menu_blog msgid "Blogs" -msgstr "" +msgstr "Blogs" #. module: website_blog #: model:blog.post,subtitle:website_blog.blog_post_2 diff --git a/addons/website_blog/i18n/es.po b/addons/website_blog/i18n/es.po index 6c5f64adbd7..49c77324f79 100644 --- a/addons/website_blog/i18n/es.po +++ b/addons/website_blog/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-27 12:17+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-01 00:53+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-02 06:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_blog #: view:website:website_blog.blog_post_complete @@ -61,7 +61,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -154,7 +156,9 @@ msgid "" "\n" msgstr "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -275,9 +279,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" @@ -359,9 +365,11 @@ msgstr "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_blog/i18n/fi.po b/addons/website_blog/i18n/fi.po new file mode 100644 index 00000000000..0cc000f8512 --- /dev/null +++ b/addons/website_blog/i18n/fi.po @@ -0,0 +1,1129 @@ +# Finnish translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-28 04:51+0000\n" +"Last-Translator: Mikko Salmela \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-29 05:41+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +#: view:website:website_blog.blog_post_short +#: view:website:website_blog.latest_blogs +msgid " " +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "×" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid ", referenced in Google." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "" +";\n" +" You can review titles, keywords and descriptions of all " +"blogs at once." +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,help:website_blog.action_blog_post +msgid "" +"

    \n" +" Click to create a new blog post.\n" +"

    \n" +" " +msgstr "" + +#. module: website_blog +#: model:blog.post,content:website_blog.blog_post_1 +msgid "" +"
    \n" +" \n" +"

    \n" +" Emails are broken.\n" +"

    \n" +" Emails make me waste my time. But I need them.\n" +" Given the importance that emails have in our lives,\n" +" it's incredible it's still one of the only software\n" +" areas that did not evolve in the past 20 years!\n" +"

    \n" +" Reading my inbox is the most unproductive task I do\n" +" on a daily basis. I have to spend one full hour a\n" +" day to process my emails. All the junk flows in the\n" +" same inbox; spams, information that doesn't matter,\n" +" quoted answers of quoted answers, etc. At the end\n" +" of the hour, only 10 emails actually requested an\n" +" answer from me. With a good tool, I could have done\n" +" my job in 10 minutes!\n" +"

    \n" +"
    \n" +"
    \n" +"

    \n" +" At Odoo, we build tools to bring productivity to\n" +" enterprises. As emails and information flows are one of\n" +" the biggest wastes of time in companies, we have to fix\n" +" this.\n" +"

    \n" +" To disrupt emails, you need more than just another user\n" +" interface. We need to rethink the whole communication flow.\n" +"

    \n" +"

    The Communication Mechanism of Odoo

    \n" +"

    \n" +" Here are the ideas behing the Odoo communication tools:\n" +"

    \n" +"
      \n" +"
    • \n" +" Get Things Done: your inbox is a\n" +" todo list. You should be able to process (not only\n" +" read) the inbox and easily mark messages for future\n" +" actions. Every inbox should be empty after having\n" +" been processed; no more overload of information.\n" +" \n" +"
    • \n" +" Keep control of what you want to receive or don't want\n" +" to receive. People should never receive spam. You\n" +" should follow/unfollow any kind of information in one\n" +" click.\n" +"
    • \n" +" Productivity is key: our smart user\n" +" interface does not require you to click on every mail\n" +" to read a thread. Reading a full thread, replying,\n" +" attaching documents is super fast.\n" +" \n" +"
    • \n" +" A mix of push & pull: Today, people\n" +" are victims of what others decide to push to them.\n" +" Odoo differentiates:\n" +"
        \n" +"
      • \n" +" Messages \"for information\":\n" +" you can pull them when you need some specific\n" +" information; they are not required to be read\n" +" every day.You receive only what you decided\n" +" to follow.This accounts for 90% of your daily\n" +" emails.Use the \"Inbox\" menu for these.\n" +"
      • \n" +" Messages \"for action\": they\n" +" require your immediate attention and you need\n" +" to process them all. This accounts for 10%\n" +" of your daily emails. Use the \"To: me\" menu\n" +" for these.\n" +"
      • \n" +"
      \n" +"
    • \n" +" Focus on the Content: Everything is\n" +" stripped to emphasize on the real message. No more\n" +" welcome introductions, greetings, signatures and legal\n" +" notes.We standardize the layout of each message.\n" +" (signatures are on the profile of a contact, not in\n" +" every message)\n" +"
    • \n" +" Folders and mailing lists are great tools but too\n" +" complex in traditional email clients. In Odoo, a\n" +" group of contacts that share a discussion can be\n" +" created with one click. Every group should have it's\n" +" own email address.\n" +"
    • \n" +"
    \n" +"
    \n" +"\n" +msgstr "" + +#. module: website_blog +#: model:blog.post,content:website_blog.blog_post_2 +msgid "" +"
    \n" +"
    \n" +" \n" +"
    \n" +"
    \n" +"

    \n" +" New Features Launched\n" +"

    \n" +"

    \n" +" To add to an already comprehensive set of Odoo\n" +" features, a website content management system (CMS\n" +" or WMS) has been developed and a beta release is\n" +" available from today, 31st January 2014.\n" +"

    \n" +"
    \n" +"
    \n" +"
    \n" +"

    \n" +" Odoo claims to be 'the Open Source software that makes\n" +" building your company's website and selling your products\n" +" online easy'. So how true is this statement?\n" +"

    \n" +" \"Odoo's latest launch will allow a business to go from\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" +" Mackintosh, MD of Open Source specialist and Odoo\n" +" integration partner, OpusVL, explains. “The " +"investment\n" +" required to have a fully automated business system is\n" +" dramatically reduced, enabling the small and medium\n" +" enterprise to compete at a level of functionality and\n" +" performance previously reserved for the big IT investors.\"\n" +"

    \n" +"
    \n" +"

    \n" +" \"Finally, the leading edge is being brought to the " +"masses.\n" +" It will now be the turn of the big players to catch up " +"to\n" +" the superior technologies of the SME.\"\n" +"

    \n" +"
    \n" +"

    \n" +" \"This is another clever and highly disruptive move by\n" +" Odoo,which will force other technology providers to\n" +" take another look at the value they are providing to ensure\n" +" that their 'solutions' can still compete.\"\n" +"

    \n" +" \"Odoo now competes on many fronts, with no real\n" +" competition out there to knock them off the top spot.\n" +" With the launch of their integrated CMS and Ecommerce\n" +" systems,it only elevates their position as one of the " +"leading\n" +" lights in the open source revolution. It will be at least 5\n" +" years before another ERP or CMS provider will be able to\n" +" compete at this level due to the technology currently\n" +" employed by most industry providers.\"\n" +"

    \n" +"

    Adding to industry leading technology

    \n" +"

    \n" +" Like many modern website editors, with Odoo you can edit\n" +" content in-line, enabling you to see exactly what you are\n" +" changing and ensure your changes suit the context.\n" +"

    \n" +" However, unlike other web content management systems, it\n" +" fully integrates into the back-end database. This means\n" +" that when you edit a product description, image or price,\n" +" it updates the product database in real time, providing a\n" +" true self-service window into the business.\n" +"

    \n" +" This provides a single source of data for your company and\n" +" removes the need to create offline synchronisation between\n" +" website and product database.\n" +"

    \n" +" As it comes, there is a default website based on Bootstrap\n" +" 3, the latest industry standard for rapid development of\n" +" multi-device websites backed by Twitter, so can be directly\n" +" integrated with many web tools and works across all devices\n" +" by default.\n" +"

    \n" +"
    \n" +"\n" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "About us" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:66 +#, python-format +msgid "Add Another Block" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:18 +#, python-format +msgid "Add Content" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Archives" +msgstr "" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_search +#: field:blog.post,author_id:0 +#: field:blog.post,create_uid:0 +msgid "Author" +msgstr "" + +#. module: website_blog +#: field:blog.post,background_image:0 +msgid "Background Image" +msgstr "" + +#. module: website_blog +#: view:blog.blog:website_blog.view_blog_blog_form +#: view:blog.post:website_blog.view_blog_post_search +#: field:blog.post,blog_id:0 +msgid "Blog" +msgstr "Blogi" + +#. module: website_blog +#: field:blog.blog,name:0 +msgid "Blog Name" +msgstr "Blogin nimi" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_form +#: view:blog.post:website_blog.view_blog_post_search +#: field:blog.post.history,post_id:0 +#: model:ir.model,name:website_blog.model_blog_post +msgid "Blog Post" +msgstr "Blogikirjoitus" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:37 +#, python-format +msgid "Blog Post Created" +msgstr "Blogikirjoitus luotu" + +#. module: website_blog +#: view:blog.post.history:website_blog.view_blog_history_form +#: model:ir.model,name:website_blog.model_blog_post_history +msgid "Blog Post History" +msgstr "Blogikirjoituksen historia" + +#. module: website_blog +#: code:addons/website_blog/controllers/main.py:308 +#: code:addons/website_blog/models/website_blog.py:100 +#, python-format +msgid "Blog Post Title" +msgstr "Blogikirjoituksen otsikko" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_list +#: model:ir.actions.act_window,name:website_blog.action_blog_post +#: model:ir.ui.menu,name:website_blog.menu_page +#: model:ir.ui.menu,name:website_blog.menu_wiki +msgid "Blog Posts" +msgstr "Blogikirjoitukset" + +#. module: website_blog +#: field:blog.blog,subtitle:0 +#: view:blog.post:website_blog.view_blog_post_form +msgid "Blog Subtitle" +msgstr "Blogin alaotsikko" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_blog_tag +msgid "Blog Tag" +msgstr "Blogin tägi" + +#. module: website_blog +#: view:blog.blog:website_blog.view_blog_blog_list +#: model:ir.actions.act_window,name:website_blog.action_blog_blog +#: model:ir.model,name:website_blog.model_blog_blog +#: model:ir.ui.menu,name:website_blog.menu_blog +msgid "Blogs" +msgstr "Blogit" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_2 +msgid "" +"Building your company's website and selling your products online easy." +msgstr "" + +#. module: website_blog +#: view:blog.post.history.show_diff:website_blog.view_wiki_show_diff +msgid "Cancel" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +msgid "Change Cover" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:33 +#, python-format +msgid "Click Continue to create the blog post." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Click on \"Content\" on the top menu to write your first blog post." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:46 +#, python-format +msgid "Click on this area and set a catchy title for your blog post." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:88 +#, python-format +msgid "Click the Save button to record changes on the page." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:102 +#, python-format +msgid "Close Tutorial" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Contact us" +msgstr "" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_search +#: field:blog.post,content:0 +#: field:blog.post.history,content:0 +msgid "Content" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:39 +#, python-format +msgid "Continue" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:32 +#, python-format +msgid "Create Blog Post" +msgstr "Luo blogikirjoitus" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:8 +#, python-format +msgid "Create a blog post" +msgstr "Luo blogikirjoitus" + +#. module: website_blog +#: field:blog.blog,create_uid:0 +#: field:blog.post.history.show_diff,create_uid:0 +#: field:blog.tag,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: website_blog +#: field:blog.blog,create_date:0 +#: field:blog.post,create_date:0 +#: field:blog.post.history.show_diff,create_date:0 +#: field:blog.tag,create_date:0 +msgid "Created on" +msgstr "" + +#. module: website_blog +#: field:blog.post.history,create_date:0 +msgid "Date" +msgstr "" + +#. module: website_blog +#: help:blog.blog,message_last_post:0 +#: help:blog.post,message_last_post:0 +msgid "Date of the last message posted on the record." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:80 +#, python-format +msgid "Delete the block" +msgstr "" + +#. module: website_blog +#: field:blog.blog,description:0 +msgid "Description" +msgstr "" + +#. module: website_blog +#: field:blog.post.history.show_diff,diff:0 +msgid "Diff" +msgstr "" + +#. module: website_blog +#: view:blog.post.history.show_diff:website_blog.view_wiki_show_diff +#: model:ir.actions.act_window,name:website_blog.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:website_blog.action_view_wiki_show_diff_values +msgid "Difference" +msgstr "" + +#. module: website_blog +#: field:mail.message,path:0 +msgid "Discussion Path" +msgstr "" + +#. module: website_blog +#: view:blog.post.history:website_blog.view_blog_history_tree +msgid "Document History" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:59 +#, python-format +msgid "Drag & Drop a Block" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:73 +#, python-format +msgid "Drag & Drop a block" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:74 +#, python-format +msgid "Drag this block and drop it below the image block." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:60 +#, python-format +msgid "Drag this block and drop it in your page." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +msgid "Duplicate" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Follow us" +msgstr "" + +#. module: website_blog +#: field:blog.blog,message_follower_ids:0 +#: field:blog.post,message_follower_ids:0 +msgid "Followers" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:81 +#, python-format +msgid "" +"From this toolbar you can move, duplicate or delete the selected zone. Click " +"on the garbage can image to delete the block. Or click on the Title and " +"delete it." +msgstr "" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_search +msgid "Group By" +msgstr "" + +#. module: website_blog +#: field:blog.post,history_ids:0 +msgid "History" +msgstr "" + +#. module: website_blog +#: help:blog.blog,message_summary:0 +#: help:blog.post,message_summary:0 +msgid "" +"Holds the Chatter summary (number of messages, ...). This summary is " +"directly in html format in order to be inserted in kanban views." +msgstr "" + +#. module: website_blog +#: field:blog.blog,id:0 +#: field:blog.post,id:0 +#: field:blog.post.history,id:0 +#: field:blog.post.history.show_diff,id:0 +#: field:blog.tag,id:0 +msgid "ID" +msgstr "" + +#. module: website_blog +#: model:blog.post,subtitle:website_blog.blog_post_1 +msgid "Ideas behing the Odoo communication tools." +msgstr "" + +#. module: website_blog +#: help:blog.blog,message_unread:0 +#: help:blog.post,message_unread:0 +msgid "If checked new messages require your attention." +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_2 +msgid "Integrating your CMS and E-Commerce" +msgstr "" + +#. module: website_blog +#: field:blog.blog,message_is_follower:0 +#: field:blog.post,message_is_follower:0 +msgid "Is a Follower" +msgstr "" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_search +#: field:blog.post,write_uid:0 +msgid "Last Contributor" +msgstr "" + +#. module: website_blog +#: field:blog.blog,message_last_post:0 +#: field:blog.post,message_last_post:0 +msgid "Last Message Date" +msgstr "" + +#. module: website_blog +#: field:blog.post,write_date:0 +msgid "Last Modified on" +msgstr "" + +#. module: website_blog +#: field:blog.blog,write_uid:0 +#: field:blog.post.history,write_uid:0 +#: field:blog.post.history.show_diff,write_uid:0 +#: field:blog.tag,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: website_blog +#: field:blog.blog,write_date:0 +#: field:blog.post.history,write_date:0 +#: field:blog.post.history.show_diff,write_date:0 +#: field:blog.tag,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: website_blog +#: help:blog.post,history_ids:0 +msgid "Last post modifications" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "Latest Posts" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:52 +#, python-format +msgid "Layout Your Blog Post" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:67 +#, python-format +msgid "Let's add another block to your post." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:12 +#, python-format +msgid "Let's go through the first steps to write beautiful blog posts." +msgstr "" + +#. module: website_blog +#: model:ir.model,name:website_blog.model_mail_message +msgid "Message" +msgstr "" + +#. module: website_blog +#: field:blog.blog,message_ids:0 +#: field:blog.post,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: website_blog +#: help:blog.blog,message_ids:0 +#: help:blog.post,message_ids:0 +msgid "Messages and communication history" +msgstr "" + +#. module: website_blog +#: field:blog.post.history,create_uid:0 +msgid "Modified By" +msgstr "" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_form +#: field:blog.tag,name:0 +msgid "Name" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:11 +#: code:addons/website_blog/static/src/js/website.tour.blog.js:25 +#: code:addons/website_blog/static/src/js/website_blog.editor.js:11 +#: view:website:website.layout +#, python-format +msgid "New Blog Post" +msgstr "Uusi blogikirjoitus" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_post_new +#: model:mail.message.subtype,name:website_blog.mt_blog_blog_post_new +#: model:mail.message.subtype,name:website_blog.mt_blog_post_new +msgid "New Post" +msgstr "" + +#. module: website_blog +#: view:website:website.layout +#: model:website.menu,name:website_blog.menu_news +msgid "News" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "No blog post yet." +msgstr "Ei vielä blogikirjoituksia" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "No keywords defined!" +msgstr "" + +#. module: website_blog +#: field:blog.post,visits:0 +msgid "No of Views" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:9 +#, python-format +msgid "Not Published" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "Not published" +msgstr "" + +#. module: website_blog +#: model:blog.post,website_meta_keywords:website_blog.blog_post_1 +msgid "Odoo, email" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Our Blogs" +msgstr "Meidän blogimme" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_related_page_history +msgid "Page History" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_window,name:website_blog.action_history +msgid "Page history" +msgstr "" + +#. module: website_blog +#: model:ir.ui.menu,name:website_blog.menu_page_history +msgid "Pages history" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Participate on our social stream." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:34 +#: view:website:website_blog.blog_post_complete +#, python-format +msgid "Post" +msgstr "" + +#. module: website_blog +#: model:mail.message.subtype,description:website_blog.mt_blog_post_published +#: model:mail.message.subtype,name:website_blog.mt_blog_post_published +msgid "Post Published" +msgstr "" + +#. module: website_blog +#: field:blog.post,website_published:0 +msgid "Publish" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:95 +#, python-format +msgid "Publish Your Post" +msgstr "" + +#. module: website_blog +#: help:blog.post,website_published:0 +msgid "Publish on the website" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:10 +#, python-format +msgid "Published" +msgstr "" + +#. module: website_blog +#: field:blog.post,ranking:0 +msgid "Ranking" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +msgid "Read Next" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:87 +#, python-format +msgid "Save Your Blog" +msgstr "Tallenna blogisi" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "Search Engine Optimization" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:26 +#, python-format +msgid "Select this menu item to create a new blog post." +msgstr "Valitse tämä valikko luodaksesi uuden blogikirjoituksen" + +#. module: website_blog +#: view:blog.blog:website_blog.view_blog_blog_form +#: view:blog.post:website_blog.view_blog_post_form +msgid "Send a message to the group" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:45 +#, python-format +msgid "Set a Title" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:13 +#, python-format +msgid "Skip" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:13 +#, python-format +msgid "Start Tutorial" +msgstr "" + +#. module: website_blog +#: field:blog.post,subtitle:0 +msgid "Sub Title" +msgstr "" + +#. module: website_blog +#: code:addons/website_blog/controllers/main.py:309 +#: code:addons/website_blog/models/website_blog.py:101 +#, python-format +msgid "Subtitle" +msgstr "" + +#. module: website_blog +#: field:blog.blog,message_summary:0 +#: field:blog.post,message_summary:0 +#: field:blog.post.history,summary:0 +msgid "Summary" +msgstr "" + +#. module: website_blog +#: field:blog.post,tag_ids:0 +#: view:website:website_blog.blog_post_short +msgid "Tags" +msgstr "" + +#. module: website_blog +#: view:blog.post:website_blog.view_blog_post_form +msgid "Technical" +msgstr "" + +#. module: website_blog +#: model:blog.post,name:website_blog.blog_post_1 +#: model:blog.post,website_meta_description:website_blog.blog_post_1 +msgid "The Future of Emails" +msgstr "" + +#. module: website_blog +#: code:addons/website_blog/models/website_blog.py:211 +#, python-format +msgid "There are no changes in revisions." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "This box will not be visible to your visitors." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:38 +#, python-format +msgid "This is your new blog post. Let's edit it." +msgstr "Tämä on uusi blogikirjoituksesi. Editoidaan sitä." + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "This page is great to improve your" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:101 +#, python-format +msgid "" +"This tutorial is finished. To discover more features, improve the content of " +"this page and try the Promote button in the top right menu." +msgstr "" + +#. module: website_blog +#: field:blog.post,name:0 +msgid "Title" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +msgid "True" +msgstr "" + +#. module: website_blog +#: field:blog.blog,message_unread:0 +#: field:blog.post,message_unread:0 +msgid "Unread Messages" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:19 +#, python-format +msgid "" +"Use this 'Content' menu to create a new blog post like any other " +"document (page, menu, products, event, ...)." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:53 +#, python-format +msgid "" +"Use well designed building blocks to structure the content of your blog. " +"Click 'Insert Blocks' to add new content." +msgstr "" + +#. module: website_blog +#: help:mail.message,path:0 +msgid "" +"Used to display messages in a paragraph-based chatter using a unique path;" +msgstr "" + +#. module: website_blog +#: code:addons/website_blog/models/website_blog.py:211 +#: code:addons/website_blog/wizard/document_page_show_diff.py:50 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: website_blog +#: model:ir.actions.act_url,name:website_blog.action_open_website +msgid "Website Blogs" +msgstr "Verkkosivun blogit" + +#. module: website_blog +#: field:blog.blog,website_message_ids:0 +#: field:blog.post,website_message_ids:0 +msgid "Website Messages" +msgstr "" + +#. module: website_blog +#: help:blog.blog,website_message_ids:0 +#: help:blog.post,website_message_ids:0 +msgid "Website communication history" +msgstr "" + +#. module: website_blog +#: field:blog.blog,website_meta_description:0 +#: field:blog.post,website_meta_description:0 +#: field:blog.tag,website_meta_description:0 +msgid "Website meta description" +msgstr "" + +#. module: website_blog +#: field:blog.blog,website_meta_keywords:0 +#: field:blog.post,website_meta_keywords:0 +#: field:blog.tag,website_meta_keywords:0 +msgid "Website meta keywords" +msgstr "" + +#. module: website_blog +#: field:blog.blog,website_meta_title:0 +#: field:blog.post,website_meta_title:0 +#: field:blog.tag,website_meta_title:0 +msgid "Website meta title" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:26 +#: view:website:website_blog.blog_post_complete +#, python-format +msgid "Write a comment..." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "Write a small text here for when" +msgstr "" + +#. module: website_blog +#: code:addons/website_blog/wizard/document_page_show_diff.py:50 +#, python-format +msgid "You need to select minimum one or maximum two history revisions!" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "You should" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:32 +#, python-format +msgid "Your Email..." +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/js/website.tour.blog.js:96 +#, python-format +msgid "" +"Your blog post is not yet published. You can update this draft version and " +"publish it once you are ready." +msgstr "" +"Blogiasi ei ole vielä julkaistu. Voit päivittää tätä luonnosversiota ja " +"julkaista sen, kun olet valmis." + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:29 +#, python-format +msgid "Your name..." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "add a banner on the top" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.latest_blogs +msgid "as it is a frequent landing page for new visitors." +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "blog entries" +msgstr "Blogimerkinnät" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +msgid "blog_title js_tweet" +msgstr "" + +#. module: website_blog +#. openerp-web +#: code:addons/website_blog/static/src/xml/website_blog.inline.discussion.xml:14 +#, python-format +msgid "by" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "col-sm-8" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +#: view:website:website_blog.latest_blogs +msgid "comment" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +#: view:website:website_blog.latest_blogs +msgid "comments" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "" +"find your website\n" +" through your" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_complete +msgid "js_tweet mt32" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "new visitors" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +msgid "not published" +msgstr "" + +#. module: website_blog +#: view:website:website_blog.blog_post_short +#: view:website:website_blog.latest_blogs +msgid "pull-right" +msgstr "" diff --git a/addons/website_blog/i18n/hr.po b/addons/website_blog/i18n/hr.po index fa215024a2d..273c8ed4de6 100644 --- a/addons/website_blog/i18n/hr.po +++ b/addons/website_blog/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 11:30+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_blog #: view:website:website_blog.blog_post_complete @@ -55,7 +55,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "
    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -177,9 +179,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_blog/i18n/it.po b/addons/website_blog/i18n/it.po index c4389c31046..dde01174e13 100644 --- a/addons/website_blog/i18n/it.po +++ b/addons/website_blog/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-10 10:55+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:01+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -55,7 +55,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -177,9 +179,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_blog/i18n/nl.po b/addons/website_blog/i18n/nl.po index 06fc548f722..c4cd5ebaf10 100644 --- a/addons/website_blog/i18n/nl.po +++ b/addons/website_blog/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-10 10:12+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:01+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -62,7 +62,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -184,9 +186,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_blog/i18n/pl.po b/addons/website_blog/i18n/pl.po index f85e5a10929..4ad1ffb03da 100644 --- a/addons/website_blog/i18n/pl.po +++ b/addons/website_blog/i18n/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-22 13:58+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -55,7 +55,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -177,9 +179,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_blog/i18n/pt.po b/addons/website_blog/i18n/pt.po index 6d307214bae..3a27675e115 100644 --- a/addons/website_blog/i18n/pt.po +++ b/addons/website_blog/i18n/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-08 15:53+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-09 08:12+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -62,7 +62,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -154,109 +156,6 @@ msgid "" "

    \n" "\n" msgstr "" -"
    \n" -" \n" -"

    \n" -" Emails estão quebrados.\n" -"

    \n" -" Os e-mails me faça perder meu tempo. Mas eu preciso deles. \n" -"                 Dada a importância de que os e-mails têm nas nossas vidas, " -"\n" -"                 É incrível que ainda é um dos únicos software \n" -"                 áreas que não evoluíram nos últimos 20 anos! \n" -"            

    \n" -"                 Lendo minha caixa de entrada é a tarefa mais improdutivo " -"que eu faço \n" -"                 , numa base diária. Eu tenho que passar uma hora completa " -"um \n" -"                 dia para processar meus e-mails. Todos os fluxos de lixo na " -"\n" -"                 mesma caixa de entrada; spams, informações que não se " -"importa, \n" -"                 respostas de respostas citadas, etc citado Ao final \n" -"                 da hora, apenas 10 e-mails realmente solicitou uma \n" -"                 responder de mim. Com uma boa ferramenta, eu poderia ter " -"feito \n" -"                 meu trabalho em 10 minutos!\n" -"

    \n" -"
    \n" -"
    \n" -"

    \n" -" No Odoo, construímos ferramentas para trazer produtividade " -"para \n" -"                 empresas. Como e-mails e os fluxos de informação são um dos " -"\n" -"                 as maiores perdas de tempo nas empresas, temos que " -"consertar \n" -"                 este.\n" -"

    \n" -" Para interromper e-mails, você precisa de mais do que apenas " -"outro usuário \n" -"                 interface. Precisamos repensar todo o fluxo de " -"comunicação.\n" -"

    \n" -"

    The Communication Mechanism of Odoo

    \n" -"

    \n" -" Here are the ideas behing the Odoo communication tools:\n" -"

    \n" -"
      \n" -"
    • \n" -" Get Things Done: your inbox is a\n" -" todo list. You should be able to process (not only\n" -" read) the inbox and easily mark messages for future\n" -" actions. Every inbox should be empty after having\n" -" been processed; no more overload of information.\n" -" \n" -"
    • \n" -" Keep control of what you want to receive or don't want\n" -" to receive. People should never receive spam. You\n" -" should follow/unfollow any kind of information in one\n" -" click.\n" -"
    • \n" -" Productivity is key: our smart user\n" -" interface does not require you to click on every mail\n" -" to read a thread. Reading a full thread, replying,\n" -" attaching documents is super fast.\n" -" \n" -"
    • \n" -" A mix of push & pull: Today, people\n" -" are victims of what others decide to push to them.\n" -" Odoo differentiates:\n" -"
        \n" -"
      • \n" -" Messages \"for information\":\n" -" you can pull them when you need some specific\n" -" information; they are not required to be read\n" -" every day.You receive only what you decided\n" -" to follow.This accounts for 90% of your daily\n" -" emails.Use the \"Inbox\" menu for these.\n" -"
      • \n" -" Messages \"for action\": they\n" -" require your immediate attention and you need\n" -" to process them all. This accounts for 10%\n" -" of your daily emails. Use the \"To: me\" menu\n" -" for these.\n" -"
      • \n" -"
      \n" -"
    • \n" -" Focus on the Content: Everything is\n" -" stripped to emphasize on the real message. No more\n" -" welcome introductions, greetings, signatures and legal\n" -" notes.We standardize the layout of each message.\n" -" (signatures are on the profile of a contact, not in\n" -" every message)\n" -"
    • \n" -" Folders and mailing lists are great tools but too\n" -" complex in traditional email clients. In Odoo, a\n" -" group of contacts that share a discussion can be\n" -" created with one click. Every group should have it's\n" -" own email address.\n" -"
    • \n" -"
    \n" -"
    \n" -"\n" #. module: website_blog #: model:blog.post,content:website_blog.blog_post_2 @@ -287,9 +186,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" @@ -345,89 +246,6 @@ msgid "" "

    \n" "\n" msgstr "" -"
    \n" -"
    \n" -" \n" -"
    \n" -"
    \n" -"

    \n" -" New Features Launched\n" -"

    \n" -"

    \n" -" To add to an already comprehensive set of Odoo\n" -" features, a website content management system (CMS\n" -" or WMS) has been developed and a beta release is\n" -" available from today, 31st January 2014.\n" -"

    \n" -"
    \n" -"
    \n" -"
    \n" -"

    \n" -" Odoo claims to be 'the Open Source software that makes\n" -" building your company's website and selling your products\n" -" online easy'. So how true is this statement?\n" -"

    \n" -" \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" -" Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" -" required to have a fully automated business system is\n" -" dramatically reduced, enabling the small and medium\n" -" enterprise to compete at a level of functionality and\n" -" performance previously reserved for the big IT investors.\"\n" -"

    \n" -"
    \n" -"

    \n" -" \"Finally, the leading edge is being brought to the " -"masses.\n" -" It will now be the turn of the big players to catch up " -"to\n" -" the superior technologies of the SME.\"\n" -"

    \n" -"
    \n" -"

    \n" -" \"This is another clever and highly disruptive move by\n" -" Odoo,which will force other technology providers to\n" -" take another look at the value they are providing to ensure\n" -" that their 'solutions' can still compete.\"\n" -"

    \n" -" \"Odoo now competes on many fronts, with no real\n" -" competition out there to knock them off the top spot.\n" -" With the launch of their integrated CMS and Ecommerce\n" -" systems,it only elevates their position as one of the " -"leading\n" -" lights in the open source revolution. It will be at least 5\n" -" years before another ERP or CMS provider will be able to\n" -" compete at this level due to the technology currently\n" -" employed by most industry providers.\"\n" -"

    \n" -"

    Adding to industry leading technology

    \n" -"

    \n" -" Like many modern website editors, with Odoo you can edit\n" -" content in-line, enabling you to see exactly what you are\n" -" changing and ensure your changes suit the context.\n" -"

    \n" -" However, unlike other web content management systems, it\n" -" fully integrates into the back-end database. This means\n" -" that when you edit a product description, image or price,\n" -" it updates the product database in real time, providing a\n" -" true self-service window into the business.\n" -"

    \n" -" This provides a single source of data for your company and\n" -" removes the need to create offline synchronisation between\n" -" website and product database.\n" -"

    \n" -" As it comes, there is a default website based on Bootstrap\n" -" 3, the latest industry standard for rapid development of\n" -" multi-device websites backed by Twitter, so can be directly\n" -" integrated with many web tools and works across all devices\n" -" by default.\n" -"

    \n" -"
    \n" -"\n" #. module: website_blog #: view:website:website_blog.blog_post_short @@ -1342,3 +1160,370 @@ msgstr "não publicado" #: view:website:website_blog.latest_blogs msgid "pull-right" msgstr "empurre para a direita" + +#~ msgid "" +#~ "
    \n" +#~ " \n" +#~ "

    \n" +#~ " Emails are broken.\n" +#~ "

    \n" +#~ " Emails make me waste my time. But I need them.\n" +#~ " Given the importance that emails have in our lives,\n" +#~ " it's incredible it's still one of the only software\n" +#~ " areas that did not evolve in the past 20 years!\n" +#~ "

    \n" +#~ " Reading my inbox is the most unproductive task I do\n" +#~ " on a daily basis. I have to spend one full hour a\n" +#~ " day to process my emails. All the junk flows in the\n" +#~ " same inbox; spams, information that doesn't matter,\n" +#~ " quoted answers of quoted answers, etc. At the end\n" +#~ " of the hour, only 10 emails actually requested an\n" +#~ " answer from me. With a good tool, I could have done\n" +#~ " my job in 10 minutes!\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " At Odoo, we build tools to bring productivity to\n" +#~ " enterprises. As emails and information flows are one of\n" +#~ " the biggest wastes of time in companies, we have to fix\n" +#~ " this.\n" +#~ "

    \n" +#~ " To disrupt emails, you need more than just another user\n" +#~ " interface. We need to rethink the whole communication flow.\n" +#~ "

    \n" +#~ "

    The Communication Mechanism of Odoo

    \n" +#~ "

    \n" +#~ " Here are the ideas behing the Odoo communication tools:\n" +#~ "

    \n" +#~ "
      \n" +#~ "
    • \n" +#~ " Get Things Done: your inbox is a\n" +#~ " todo list. You should be able to process (not only\n" +#~ " read) the inbox and easily mark messages for future\n" +#~ " actions. Every inbox should be empty after having\n" +#~ " been processed; no more overload of information.\n" +#~ " \n" +#~ "
    • \n" +#~ " Keep control of what you want to receive or don't want\n" +#~ " to receive. People should never receive spam. You\n" +#~ " should follow/unfollow any kind of information in one\n" +#~ " click.\n" +#~ "
    • \n" +#~ " Productivity is key: our smart user\n" +#~ " interface does not require you to click on every mail\n" +#~ " to read a thread. Reading a full thread, replying,\n" +#~ " attaching documents is super fast.\n" +#~ " \n" +#~ "
    • \n" +#~ " A mix of push & pull: Today, people\n" +#~ " are victims of what others decide to push to them.\n" +#~ " Odoo differentiates:\n" +#~ "
        \n" +#~ "
      • \n" +#~ " Messages \"for information\":\n" +#~ " you can pull them when you need some specific\n" +#~ " information; they are not required to be read\n" +#~ " every day.You receive only what you decided\n" +#~ " to follow.This accounts for 90% of your daily\n" +#~ " emails.Use the \"Inbox\" menu for these.\n" +#~ "
      • \n" +#~ " Messages \"for action\": they\n" +#~ " require your immediate attention and you need\n" +#~ " to process them all. This accounts for 10%\n" +#~ " of your daily emails. Use the \"To: me\" menu\n" +#~ " for these.\n" +#~ "
      • \n" +#~ "
      \n" +#~ "
    • \n" +#~ " Focus on the Content: Everything is\n" +#~ " stripped to emphasize on the real message. No more\n" +#~ " welcome introductions, greetings, signatures and legal\n" +#~ " notes.We standardize the layout of each message.\n" +#~ " (signatures are on the profile of a contact, not in\n" +#~ " every message)\n" +#~ "
    • \n" +#~ " Folders and mailing lists are great tools but too\n" +#~ " complex in traditional email clients. In Odoo, a\n" +#~ " group of contacts that share a discussion can be\n" +#~ " created with one click. Every group should have it's\n" +#~ " own email address.\n" +#~ "
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "\n" +#~ msgstr "" +#~ "
    \n" +#~ " \n" +#~ "

    \n" +#~ " Emails estão quebrados.\n" +#~ "

    \n" +#~ " Os e-mails me faça perder meu tempo. Mas eu preciso deles. \n" +#~ "                 Dada a importância de que os e-mails têm nas nossas vidas, " +#~ "\n" +#~ "                 É incrível que ainda é um dos únicos software \n" +#~ "                 áreas que não evoluíram nos últimos 20 anos! \n" +#~ "            

    \n" +#~ "                 Lendo minha caixa de entrada é a tarefa mais improdutivo " +#~ "que eu faço \n" +#~ "                 , numa base diária. Eu tenho que passar uma hora completa " +#~ "um \n" +#~ "                 dia para processar meus e-mails. Todos os fluxos de lixo na " +#~ "\n" +#~ "                 mesma caixa de entrada; spams, informações que não se " +#~ "importa, \n" +#~ "                 respostas de respostas citadas, etc citado Ao final \n" +#~ "                 da hora, apenas 10 e-mails realmente solicitou uma \n" +#~ "                 responder de mim. Com uma boa ferramenta, eu poderia ter " +#~ "feito \n" +#~ "                 meu trabalho em 10 minutos!\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " No Odoo, construímos ferramentas para trazer produtividade " +#~ "para \n" +#~ "                 empresas. Como e-mails e os fluxos de informação são um dos " +#~ "\n" +#~ "                 as maiores perdas de tempo nas empresas, temos que " +#~ "consertar \n" +#~ "                 este.\n" +#~ "

    \n" +#~ " Para interromper e-mails, você precisa de mais do que apenas " +#~ "outro usuário \n" +#~ "                 interface. Precisamos repensar todo o fluxo de " +#~ "comunicação.\n" +#~ "

    \n" +#~ "

    The Communication Mechanism of Odoo

    \n" +#~ "

    \n" +#~ " Here are the ideas behing the Odoo communication tools:\n" +#~ "

    \n" +#~ "
      \n" +#~ "
    • \n" +#~ " Get Things Done: your inbox is a\n" +#~ " todo list. You should be able to process (not only\n" +#~ " read) the inbox and easily mark messages for future\n" +#~ " actions. Every inbox should be empty after having\n" +#~ " been processed; no more overload of information.\n" +#~ " \n" +#~ "
    • \n" +#~ " Keep control of what you want to receive or don't want\n" +#~ " to receive. People should never receive spam. You\n" +#~ " should follow/unfollow any kind of information in one\n" +#~ " click.\n" +#~ "
    • \n" +#~ " Productivity is key: our smart user\n" +#~ " interface does not require you to click on every mail\n" +#~ " to read a thread. Reading a full thread, replying,\n" +#~ " attaching documents is super fast.\n" +#~ " \n" +#~ "
    • \n" +#~ " A mix of push & pull: Today, people\n" +#~ " are victims of what others decide to push to them.\n" +#~ " Odoo differentiates:\n" +#~ "
        \n" +#~ "
      • \n" +#~ " Messages \"for information\":\n" +#~ " you can pull them when you need some specific\n" +#~ " information; they are not required to be read\n" +#~ " every day.You receive only what you decided\n" +#~ " to follow.This accounts for 90% of your daily\n" +#~ " emails.Use the \"Inbox\" menu for these.\n" +#~ "
      • \n" +#~ " Messages \"for action\": they\n" +#~ " require your immediate attention and you need\n" +#~ " to process them all. This accounts for 10%\n" +#~ " of your daily emails. Use the \"To: me\" menu\n" +#~ " for these.\n" +#~ "
      • \n" +#~ "
      \n" +#~ "
    • \n" +#~ " Focus on the Content: Everything is\n" +#~ " stripped to emphasize on the real message. No more\n" +#~ " welcome introductions, greetings, signatures and legal\n" +#~ " notes.We standardize the layout of each message.\n" +#~ " (signatures are on the profile of a contact, not in\n" +#~ " every message)\n" +#~ "
    • \n" +#~ " Folders and mailing lists are great tools but too\n" +#~ " complex in traditional email clients. In Odoo, a\n" +#~ " group of contacts that share a discussion can be\n" +#~ " created with one click. Every group should have it's\n" +#~ " own email address.\n" +#~ "
    • \n" +#~ "
    \n" +#~ "
    \n" +#~ "\n" + +#~ msgid "" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " New Features Launched\n" +#~ "

    \n" +#~ "

    \n" +#~ " To add to an already comprehensive set of Odoo\n" +#~ " features, a website content management system (CMS\n" +#~ " or WMS) has been developed and a beta release is\n" +#~ " available from today, 31st January 2014.\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " Odoo claims to be 'the Open Source software that makes\n" +#~ " building your company's website and selling your products\n" +#~ " online easy'. So how true is this statement?\n" +#~ "

    \n" +#~ " \"Odoo's latest launch will allow a business to go from\n" +#~ " zero to trading online quicker than ever before,” Stuart\n" +#~ " Mackintosh, MD of Open Source specialist and Odoo\n" +#~ " integration partner, OpusVL, explains. “The investment\n" +#~ " required to have a fully automated business system is\n" +#~ " dramatically reduced, enabling the small and medium\n" +#~ " enterprise to compete at a level of functionality and\n" +#~ " performance previously reserved for the big IT investors.\"\n" +#~ "

    \n" +#~ "
    \n" +#~ "

    \n" +#~ " \"Finally, the leading edge is being brought to the " +#~ "masses.\n" +#~ " It will now be the turn of the big players to catch up " +#~ "to\n" +#~ " the superior technologies of the SME.\"\n" +#~ "

    \n" +#~ "
    \n" +#~ "

    \n" +#~ " \"This is another clever and highly disruptive move by\n" +#~ " Odoo,which will force other technology providers to\n" +#~ " take another look at the value they are providing to ensure\n" +#~ " that their 'solutions' can still compete.\"\n" +#~ "

    \n" +#~ " \"Odoo now competes on many fronts, with no real\n" +#~ " competition out there to knock them off the top spot.\n" +#~ " With the launch of their integrated CMS and Ecommerce\n" +#~ " systems,it only elevates their position as one of the " +#~ "leading\n" +#~ " lights in the open source revolution. It will be at least 5\n" +#~ " years before another ERP or CMS provider will be able to\n" +#~ " compete at this level due to the technology currently\n" +#~ " employed by most industry providers.\"\n" +#~ "

    \n" +#~ "

    Adding to industry leading technology

    \n" +#~ "

    \n" +#~ " Like many modern website editors, with Odoo you can edit\n" +#~ " content in-line, enabling you to see exactly what you are\n" +#~ " changing and ensure your changes suit the context.\n" +#~ "

    \n" +#~ " However, unlike other web content management systems, it\n" +#~ " fully integrates into the back-end database. This means\n" +#~ " that when you edit a product description, image or price,\n" +#~ " it updates the product database in real time, providing a\n" +#~ " true self-service window into the business.\n" +#~ "

    \n" +#~ " This provides a single source of data for your company and\n" +#~ " removes the need to create offline synchronisation between\n" +#~ " website and product database.\n" +#~ "

    \n" +#~ " As it comes, there is a default website based on Bootstrap\n" +#~ " 3, the latest industry standard for rapid development of\n" +#~ " multi-device websites backed by Twitter, so can be directly\n" +#~ " integrated with many web tools and works across all devices\n" +#~ " by default.\n" +#~ "

    \n" +#~ "
    \n" +#~ "\n" +#~ msgstr "" +#~ "
    \n" +#~ "
    \n" +#~ " \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " New Features Launched\n" +#~ "

    \n" +#~ "

    \n" +#~ " To add to an already comprehensive set of Odoo\n" +#~ " features, a website content management system (CMS\n" +#~ " or WMS) has been developed and a beta release is\n" +#~ " available from today, 31st January 2014.\n" +#~ "

    \n" +#~ "
    \n" +#~ "
    \n" +#~ "
    \n" +#~ "

    \n" +#~ " Odoo claims to be 'the Open Source software that makes\n" +#~ " building your company's website and selling your products\n" +#~ " online easy'. So how true is this statement?\n" +#~ "

    \n" +#~ " \"Odoo's latest launch will allow a business to go from\n" +#~ " zero to trading online quicker than ever before,” Stuart\n" +#~ " Mackintosh, MD of Open Source specialist and Odoo\n" +#~ " integration partner, OpusVL, explains. “The investment\n" +#~ " required to have a fully automated business system is\n" +#~ " dramatically reduced, enabling the small and medium\n" +#~ " enterprise to compete at a level of functionality and\n" +#~ " performance previously reserved for the big IT investors.\"\n" +#~ "

    \n" +#~ "
    \n" +#~ "

    \n" +#~ " \"Finally, the leading edge is being brought to the " +#~ "masses.\n" +#~ " It will now be the turn of the big players to catch up " +#~ "to\n" +#~ " the superior technologies of the SME.\"\n" +#~ "

    \n" +#~ "
    \n" +#~ "

    \n" +#~ " \"This is another clever and highly disruptive move by\n" +#~ " Odoo,which will force other technology providers to\n" +#~ " take another look at the value they are providing to ensure\n" +#~ " that their 'solutions' can still compete.\"\n" +#~ "

    \n" +#~ " \"Odoo now competes on many fronts, with no real\n" +#~ " competition out there to knock them off the top spot.\n" +#~ " With the launch of their integrated CMS and Ecommerce\n" +#~ " systems,it only elevates their position as one of the " +#~ "leading\n" +#~ " lights in the open source revolution. It will be at least 5\n" +#~ " years before another ERP or CMS provider will be able to\n" +#~ " compete at this level due to the technology currently\n" +#~ " employed by most industry providers.\"\n" +#~ "

    \n" +#~ "

    Adding to industry leading technology

    \n" +#~ "

    \n" +#~ " Like many modern website editors, with Odoo you can edit\n" +#~ " content in-line, enabling you to see exactly what you are\n" +#~ " changing and ensure your changes suit the context.\n" +#~ "

    \n" +#~ " However, unlike other web content management systems, it\n" +#~ " fully integrates into the back-end database. This means\n" +#~ " that when you edit a product description, image or price,\n" +#~ " it updates the product database in real time, providing a\n" +#~ " true self-service window into the business.\n" +#~ "

    \n" +#~ " This provides a single source of data for your company and\n" +#~ " removes the need to create offline synchronisation between\n" +#~ " website and product database.\n" +#~ "

    \n" +#~ " As it comes, there is a default website based on Bootstrap\n" +#~ " 3, the latest industry standard for rapid development of\n" +#~ " multi-device websites backed by Twitter, so can be directly\n" +#~ " integrated with many web tools and works across all devices\n" +#~ " by default.\n" +#~ "

    \n" +#~ "
    \n" +#~ "\n" diff --git a/addons/website_blog/i18n/pt_BR.po b/addons/website_blog/i18n/pt_BR.po index 75d851fd57a..3849b88d808 100644 --- a/addons/website_blog/i18n/pt_BR.po +++ b/addons/website_blog/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 11:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -55,7 +55,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "
    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -177,9 +179,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_blog/i18n/ru.po b/addons/website_blog/i18n/ru.po index 813c0397445..368462acbf7 100644 --- a/addons/website_blog/i18n/ru.po +++ b/addons/website_blog/i18n/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 18:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:42+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_blog @@ -55,7 +55,9 @@ msgstr "" #: model:blog.post,content:website_blog.blog_post_1 msgid "" "

    \n" -" \n" +" \n" "

    \n" " Emails are broken.\n" "

    \n" @@ -177,9 +179,11 @@ msgid "" " online easy'. So how true is this statement?\n" "

    \n" " \"Odoo's latest launch will allow a business to go from\n" -" zero to trading online quicker than ever before,” Stuart\n" +" zero to trading online quicker than ever before,” " +"Stuart\n" " Mackintosh, MD of Open Source specialist and Odoo\n" -" integration partner, OpusVL, explains. “The investment\n" +" integration partner, OpusVL, explains. “The " +"investment\n" " required to have a fully automated business system is\n" " dramatically reduced, enabling the small and medium\n" " enterprise to compete at a level of functionality and\n" diff --git a/addons/website_crm/i18n/de.po b/addons/website_crm/i18n/de.po index 4f33023760f..af2d93310cb 100644 --- a/addons/website_crm/i18n/de.po +++ b/addons/website_crm/i18n/de.po @@ -7,23 +7,24 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 13:23+0000\n" -"Last-Translator: openbig.org - Thorsten Vocks \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 11:31+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_crm #: view:website:website_crm.contactus_thanks msgid "×" -msgstr "" +msgstr "×" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "Benutzerdefinierte Felder: " @@ -34,7 +35,7 @@ msgid "Email" msgstr "E-Mail" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "Branche " diff --git a/addons/website_crm/i18n/es.po b/addons/website_crm/i18n/es.po index ba78547a537..66bf3dd5c3f 100644 --- a/addons/website_crm/i18n/es.po +++ b/addons/website_crm/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-22 11:43+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-23 07:56+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_crm #: view:website:website_crm.contactus_thanks @@ -23,7 +23,7 @@ msgid "×" msgstr "×" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "Campos personalizados: " @@ -34,7 +34,7 @@ msgid "Email" msgstr "Correo electrónico" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "Campos de entorno: " diff --git a/addons/website_crm/i18n/hr.po b/addons/website_crm/i18n/hr.po index d2b72b62f18..388d85f1165 100644 --- a/addons/website_crm/i18n/hr.po +++ b/addons/website_crm/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 11:15+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_crm #: view:website:website_crm.contactus_thanks @@ -23,7 +23,7 @@ msgid "×" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "" @@ -34,7 +34,7 @@ msgid "Email" msgstr "E-mail" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "" diff --git a/addons/website_crm/i18n/it.po b/addons/website_crm/i18n/it.po index 070b3664a47..16836d27943 100644 --- a/addons/website_crm/i18n/it.po +++ b/addons/website_crm/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-10 14:09+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:01+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_crm @@ -23,7 +23,7 @@ msgid "×" msgstr "×" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "" @@ -34,7 +34,7 @@ msgid "Email" msgstr "Email" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "" diff --git a/addons/website_crm/i18n/nl.po b/addons/website_crm/i18n/nl.po index c657ed1b2c0..aaee33b01a2 100644 --- a/addons/website_crm/i18n/nl.po +++ b/addons/website_crm/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-31 21:05+0000\n" "Last-Translator: Mario Gielissen (Openworx) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-01 09:14+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_crm #: view:website:website_crm.contactus_thanks @@ -23,7 +23,7 @@ msgid "×" msgstr "×" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "Aangepaste velden: " @@ -34,7 +34,7 @@ msgid "Email" msgstr "E-mail" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "Environ velden: " diff --git a/addons/website_crm/i18n/pl.po b/addons/website_crm/i18n/pl.po index f231264b35f..1b2d70e8882 100644 --- a/addons/website_crm/i18n/pl.po +++ b/addons/website_crm/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-28 18:56+0000\n" "Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:39+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_crm #: view:website:website_crm.contactus_thanks @@ -23,7 +23,7 @@ msgid "×" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "Własne pola: " @@ -34,7 +34,7 @@ msgid "Email" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "" diff --git a/addons/website_crm/i18n/pt.po b/addons/website_crm/i18n/pt.po index b68524b36b4..46aedae4e45 100644 --- a/addons/website_crm/i18n/pt.po +++ b/addons/website_crm/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-21 18:25+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:25+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_crm #: view:website:website_crm.contactus_thanks @@ -23,7 +23,7 @@ msgid "×" msgstr "×" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "Campos Custom: " @@ -34,7 +34,7 @@ msgid "Email" msgstr "Email" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "Environ Fields: " diff --git a/addons/website_crm/i18n/pt_BR.po b/addons/website_crm/i18n/pt_BR.po index 838c02e8779..220c4647adc 100644 --- a/addons/website_crm/i18n/pt_BR.po +++ b/addons/website_crm/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-17 11:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_crm @@ -23,7 +23,7 @@ msgid "×" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "" @@ -34,7 +34,7 @@ msgid "Email" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "" diff --git a/addons/website_crm/i18n/ru.po b/addons/website_crm/i18n/ru.po index 24b5333346a..4de120fad9b 100644 --- a/addons/website_crm/i18n/ru.po +++ b/addons/website_crm/i18n/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 18:31+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_crm @@ -23,7 +23,7 @@ msgid "×" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:83 +#: code:addons/website_crm/controllers/main.py:84 #, python-format msgid "Custom Fields: " msgstr "" @@ -34,7 +34,7 @@ msgid "Email" msgstr "" #. module: website_crm -#: code:addons/website_crm/controllers/main.py:92 +#: code:addons/website_crm/controllers/main.py:93 #, python-format msgid "Environ Fields: " msgstr "" diff --git a/addons/website_crm_partner_assign/i18n/it.po b/addons/website_crm_partner_assign/i18n/it.po index b4854e8d6ba..e38f5b547bb 100644 --- a/addons/website_crm_partner_assign/i18n/it.po +++ b/addons/website_crm_partner_assign/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-22 15:01+0000\n" +"PO-Revision-Date: 2014-09-26 15:17+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_crm_partner_assign @@ -67,7 +67,7 @@ msgstr "Partner" #. module: website_crm_partner_assign #: view:website:website_crm_partner_assign.index msgid "Partners" -msgstr "" +msgstr "Partner" #. module: website_crm_partner_assign #: field:res.partner.grade,website_published:0 diff --git a/addons/website_event/i18n/de.po b/addons/website_event/i18n/de.po index c39f7cc4542..39fe8a96636 100644 --- a/addons/website_event/i18n/de.po +++ b/addons/website_event/i18n/de.po @@ -7,14 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 16:22+0000\n" -"Last-Translator: openbig.org - Thorsten Vocks \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 11:32+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_event @@ -271,7 +272,7 @@ msgstr "Ort" #. module: website_event #. openerp-web -#: code:addons/website_event/controllers/main.py:209 +#: code:addons/website_event/controllers/main.py:215 #: code:addons/website_event/static/src/js/website.tour.event.js:25 #: code:addons/website_event/static/src/js/website_event.editor.js:11 #: view:website:website.layout @@ -463,7 +464,7 @@ msgstr "Heute" #. module: website_event #: field:event.event,twitter_hashtag:0 msgid "Twitter Hashtag" -msgstr "" +msgstr "Twitter Hashtag" #. module: website_event #: view:website:website_event.country_events_list diff --git a/addons/website_event/i18n/es.po b/addons/website_event/i18n/es.po index 97894c46017..110a22f3aa2 100644 --- a/addons/website_event/i18n/es.po +++ b/addons/website_event/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-22 18:25+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-23 07:56+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_event #: view:website:website_event.index @@ -269,7 +269,7 @@ msgstr "Localización" #. module: website_event #. openerp-web -#: code:addons/website_event/controllers/main.py:209 +#: code:addons/website_event/controllers/main.py:215 #: code:addons/website_event/static/src/js/website.tour.event.js:25 #: code:addons/website_event/static/src/js/website_event.editor.js:11 #: view:website:website.layout diff --git a/addons/website_event/i18n/it.po b/addons/website_event/i18n/it.po index 6c646b828c9..46ff074bd76 100644 --- a/addons/website_event/i18n/it.po +++ b/addons/website_event/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-10 14:32+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:01+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_event @@ -267,7 +267,7 @@ msgstr "" #. module: website_event #. openerp-web -#: code:addons/website_event/controllers/main.py:209 +#: code:addons/website_event/controllers/main.py:215 #: code:addons/website_event/static/src/js/website.tour.event.js:25 #: code:addons/website_event/static/src/js/website_event.editor.js:11 #: view:website:website.layout diff --git a/addons/website_event/i18n/nl.po b/addons/website_event/i18n/nl.po index 376d497d7ca..1b6caaff901 100644 --- a/addons/website_event/i18n/nl.po +++ b/addons/website_event/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 12:38+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_event #: view:website:website_event.index @@ -270,7 +270,7 @@ msgstr "Locatie" #. module: website_event #. openerp-web -#: code:addons/website_event/controllers/main.py:209 +#: code:addons/website_event/controllers/main.py:215 #: code:addons/website_event/static/src/js/website.tour.event.js:25 #: code:addons/website_event/static/src/js/website_event.editor.js:11 #: view:website:website.layout diff --git a/addons/website_event/i18n/pt.po b/addons/website_event/i18n/pt.po index 9cdf63a9a6c..aed33f43423 100644 --- a/addons/website_event/i18n/pt.po +++ b/addons/website_event/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-21 18:20+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:25+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_event #: view:website:website_event.index @@ -269,7 +269,7 @@ msgstr "Localização" #. module: website_event #. openerp-web -#: code:addons/website_event/controllers/main.py:209 +#: code:addons/website_event/controllers/main.py:215 #: code:addons/website_event/static/src/js/website.tour.event.js:25 #: code:addons/website_event/static/src/js/website_event.editor.js:11 #: view:website:website.layout diff --git a/addons/website_event/i18n/pt_BR.po b/addons/website_event/i18n/pt_BR.po index c09c86821b8..2519a8348d5 100644 --- a/addons/website_event/i18n/pt_BR.po +++ b/addons/website_event/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-20 15:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_event @@ -265,7 +265,7 @@ msgstr "" #. module: website_event #. openerp-web -#: code:addons/website_event/controllers/main.py:209 +#: code:addons/website_event/controllers/main.py:215 #: code:addons/website_event/static/src/js/website.tour.event.js:25 #: code:addons/website_event/static/src/js/website_event.editor.js:11 #: view:website:website.layout diff --git a/addons/website_event_track/i18n/de.po b/addons/website_event_track/i18n/de.po index 5d181632430..90fa35f2627 100644 --- a/addons/website_event_track/i18n/de.po +++ b/addons/website_event_track/i18n/de.po @@ -8,13 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 19:58+0000\n" -"Last-Translator: openbig.org - Thorsten Vocks \n" +"PO-Revision-Date: 2014-10-03 11:48+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_event_track @@ -123,12 +124,12 @@ msgstr "Verfügbar auf der Webseite" #. module: website_event_track #: model:event.sponsor.type,name:website_event_track.event_sponsor_type1 msgid "Bronze" -msgstr "" +msgstr "Bronze" #. module: website_event_track #: model:event.track.tag,name:website_event_track.event_track_tag2 msgid "Business" -msgstr "" +msgstr "Business" #. module: website_event_track #: view:website:website_event_track.event_track_proposal @@ -358,7 +359,7 @@ msgstr "Gefunden" #. module: website_event_track #: model:event.sponsor.type,name:website_event_track.event_sponsor_type3 msgid "Gold" -msgstr "" +msgstr "Gold" #. module: website_event_track #: view:event.track:website_event_track.view_event_track_search @@ -535,12 +536,12 @@ msgstr "Medium (*)" #. module: website_event_track #: model:event.track,name:website_event_track.event_track25 msgid "Merge proposals review, code sprint (entire afternoon)" -msgstr "" +msgstr "Merge Proposal Überprüfung, Code Sprint (den ganzen Nachmittag)" #. module: website_event_track #: model:event.track,name:website_event_track.event_track24 msgid "Merge proposals review, code sprint (entire day)." -msgstr "" +msgstr "Merge Proposal Überprüfung, Code Sprint (den ganzen Tag)" #. module: website_event_track #: field:event.track,message_ids:0 diff --git a/addons/website_forum/i18n/de.po b/addons/website_forum/i18n/de.po index fb83c0d6787..7b290b61d9d 100644 --- a/addons/website_forum/i18n/de.po +++ b/addons/website_forum/i18n/de.po @@ -7,19 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 20:01+0000\n" -"Last-Translator: openbig.org - Thorsten Vocks \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 19:17+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "" @@ -31,13 +31,13 @@ msgstr "(nur eine einzige Antwort wird zugelassen)" #. module: website_forum #: view:website:website_forum.post_answer msgid "- it really helps to select the best questions and answers!" -msgstr "- es ist hilfreich bei der Auswahl der besten Fragen und Antworten!" +msgstr "" +"- das ist sehr hilfreich für eine Auswahl der besten Fragen und Antworten !" #. module: website_forum #: view:website:website_forum.post_answer msgid "- no need to answer the same question twice. Also, please" -msgstr "" -"- eine Frage muss nicht nochmals zu beantworten. Demnach bitten wir Sie," +msgstr "- eine Frage sollte nicht nochmals beantwortet werden müssen." #. module: website_forum #: selection:forum.post.vote,vote:0 @@ -73,7 +73,7 @@ msgid "" " similar questions. Using the right tags makes it easier for\n" " others to find and answer your question." msgstr "" -"Ein Tag ist eine Kennzeichnung für thematisch vergleichbare\n" +"Schlagwörter kennzeichnen thematisch vergleichbare\n" " Fragen. Durch die konsequente und richtige Anwendung\n" " ist es für alle Benutzer einfacher die richtigen Infos zu finden." @@ -259,7 +259,7 @@ msgstr "Stadt" #. module: website_forum #: selection:forum.post,state:0 msgid "Close" -msgstr "Beenden" +msgstr "Beendet" #. module: website_forum #: view:website:website_forum.close_question @@ -347,7 +347,7 @@ msgstr "Erstellungsdatum" #: field:forum.post.vote,create_uid:0 #: field:forum.tag,create_uid:0 msgid "Created by" -msgstr "Erstellt am" +msgstr "Gefragt durch" #. module: website_forum #: field:forum.forum,create_date:0 @@ -445,7 +445,7 @@ msgstr "Geben Sie Ihre Frage ein" #: model:gamification.badge,name:website_forum.badge_q_3 #: model:gamification.challenge,name:website_forum.challenge_famous_question msgid "Famous Question" -msgstr "Gute Antwort" +msgstr "Erstklassige Frage" #. module: website_forum #: field:forum.post,favourite_count:0 @@ -508,12 +508,13 @@ msgstr "Verfolger" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum #: model:website.menu,name:website_forum.menu_questions msgid "Forum" -msgstr "Forum" +msgstr "Hilfeforum" #. module: website_forum #: field:gamification.badge,level:0 @@ -535,7 +536,7 @@ msgstr "Forum Nachricht" #: view:forum.post:website_forum.view_forum_post_list #: model:ir.actions.act_window,name:website_forum.action_forum_post msgid "Forum Posts" -msgstr "Forum Nachrichten" +msgstr "Forum Beiträge" #. module: website_forum #: view:forum.forum:website_forum.view_forum_forum_list @@ -544,7 +545,7 @@ msgstr "Forum Nachrichten" #: model:ir.ui.menu,name:website_forum.menu_forum #: view:website:website.layout msgid "Forums" -msgstr "Foren" +msgstr "Forenverzeichnis" #. module: website_forum #: model:ir.model,name:website_forum.model_gamification_badge @@ -577,7 +578,7 @@ msgstr "Gute Frage" #: model:gamification.badge,name:website_forum.badge_a_4 #: model:gamification.challenge,name:website_forum.challenge_great_answer msgid "Great Answer" -msgstr "Gute Antwort" +msgstr "Sehr gute Antwort" #. module: website_forum #: model:gamification.goal.definition,name:website_forum.definition_great_answer @@ -769,7 +770,7 @@ msgstr "Karma für neue Fragen" #. module: website_forum #: field:forum.forum,karma_retag:0 msgid "Karma to change question tags" -msgstr "Karma für das Ändern von Tags" +msgstr "Karma für das Ändern von Schlagwörtern" #. module: website_forum #: field:forum.post,karma_close:0 @@ -1043,7 +1044,7 @@ msgstr "Anzahl der Siber Auszeichnungen" #. module: website_forum #: selection:forum.post,state:0 msgid "Offensive" -msgstr "Unqualifiziert" +msgstr "Disqualifiziert" #. module: website_forum #: view:website:website_forum.forum_all @@ -1091,7 +1092,7 @@ msgstr "Bitte erinnern Sie sich, daß Sie immer" #. module: website_forum #: view:website:website_forum.post_answer msgid "Please try to give a substantial answer." -msgstr "Bitte geben Sie eine substanzielle Antwort" +msgstr "Bitte geben Sie eine substanzielle Antwort." #. module: website_forum #: model:gamification.badge,name:website_forum.badge_q_1 @@ -1149,7 +1150,12 @@ msgstr "Senden Sie Ihre Frage" #: field:forum.tag,post_ids:0 #: model:ir.ui.menu,name:website_forum.menu_forum_posts msgid "Posts" -msgstr "Nachrichten" +msgstr "Beiträge" + +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "Öffentliche Aufgaben" #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 @@ -1161,7 +1167,7 @@ msgstr "Experte" #. module: website_forum #: view:website:website.layout msgid "Q&A" -msgstr "F&A" +msgstr "Hilfe" #. module: website_forum #: field:forum.post,parent_id:0 @@ -1184,7 +1190,7 @@ msgstr "Frage wurde nicht gefunden!" #. module: website_forum #: view:website:website_forum.header msgid "Question tools" -msgstr "Fragen Tools" +msgstr "Hilfeforum" #. module: website_forum #: view:website:website_forum.close_question @@ -1207,7 +1213,7 @@ msgstr "Re: %s" #. module: website_forum #: view:website:website_forum.header msgid "Read Guidelines" -msgstr "Leserichtlinie" +msgstr "Leitfaden" #. module: website_forum #: view:website:website_forum.edit_profile @@ -1333,7 +1339,7 @@ msgstr "Tag" #: view:website:website_forum.header #: view:website:website_forum.tag msgid "Tags" -msgstr "Tags" +msgstr "Schlagwörter" #. module: website_forum #: model:gamification.badge,name:website_forum.badge_32 @@ -1354,6 +1360,11 @@ msgstr "Lehrer" msgid "The question has been closed" msgstr "Die Frage wurde beendet" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "Der Benutzer der Abstimmung erhält" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1362,7 +1373,12 @@ msgstr "Dieses Profil ist privat!" #. module: website_forum #: field:forum.post,name:0 msgid "Title" -msgstr "Titel" +msgstr "Überschrift" + +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "Bis" #. module: website_forum #: view:website:website_forum.header @@ -1583,12 +1599,12 @@ msgstr "Beteiligungen" #. module: website_forum #: view:website:website_forum.post_answer msgid "don't forget to vote" -msgstr "Vergessen Sie nicht Ihre Bewertung" +msgstr "Vergessen Sie außerdem nicht Ihre Bewertung abzugeben" #. module: website_forum #: model:forum.post.reason,name:website_forum.reason_1 msgid "duplicate question" -msgstr "Dupliziere Frage" +msgstr "bereits beantwortete Frage" #. module: website_forum #: view:website:website_forum.header @@ -1643,12 +1659,12 @@ msgstr "nicht mehr relevant oder abgelaufen" #. module: website_forum #: model:forum.post.reason,name:website_forum.reason_2 msgid "off-topic or not relevant" -msgstr "off-topic oder nicht mehr relevant" +msgstr "ohne-Bezug zur Frage oder irrelevant" #. module: website_forum #: view:website:website_forum.ask_question msgid "please, try to make your question interesting to others" -msgstr "bitte, versuchen Sie Ihre Fragen interessant zu formulieren" +msgstr "Bitte versuchen Sie Ihre Fragen möglichst interessant zu formulieren" #. module: website_forum #: view:website:website_forum.user_detail_full @@ -1658,7 +1674,9 @@ msgstr "Profil" #. module: website_forum #: view:website:website_forum.ask_question msgid "provide enough details and, if possible, give an example" -msgstr "bieten Sie genug Details und möglichst auch ein Beispiel" +msgstr "" +"Formularieren Sie möglichst detailliert und bieten Sie idealerweise ein " +"Beispiel" #. module: website_forum #: view:website:website_forum.badge_user @@ -1668,7 +1686,7 @@ msgstr "haben eine Auszeichnung erhalten:" #. module: website_forum #: view:website:website_forum.post_answer msgid "revise your answers" -msgstr "Bewerten Sie Ihre Antworten" +msgstr "Ihre Antwort überprüfen" #. module: website_forum #: selection:gamification.badge,level:0 @@ -1688,17 +1706,17 @@ msgstr "Statistik" #. module: website_forum #: view:website:website_forum.header msgid "time" -msgstr "Zeit" +msgstr "-mal" #. module: website_forum #: view:website:website_forum.header msgid "times" -msgstr "Mal" +msgstr "-mal" #. module: website_forum #: model:forum.post.reason,name:website_forum.reason_9 msgid "too localized" -msgstr "zu sehr Perspektive der Lokalisierung" +msgstr "zu länderpezifische Frage" #. module: website_forum #: model:forum.post.reason,name:website_forum.reason_3 @@ -1713,7 +1731,7 @@ msgstr "unbekannt" #. module: website_forum #: view:website:website_forum.post_answer msgid "use the commenting tool." -msgstr "Benutzen Sie das Kommentarwerkzeug" +msgstr "die Kommentare Funktion zu nutzen." #. module: website_forum #: view:website:website_forum.badge_user diff --git a/addons/website_forum/i18n/es.po b/addons/website_forum/i18n/es.po index 6999e14c268..644f78a82f8 100644 --- a/addons/website_forum/i18n/es.po +++ b/addons/website_forum/i18n/es.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-27 00:21+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:35+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:32+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "×" @@ -504,6 +503,7 @@ msgstr "Seguidores" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum @@ -1146,6 +1146,11 @@ msgstr "Publicar su pregunta" msgid "Posts" msgstr "Mensajes" +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "Perfil público" + #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 #: model:gamification.challenge,name:website_forum.challenge_pundit @@ -1349,6 +1354,11 @@ msgstr "Profesor" msgid "The question has been closed" msgstr "La pregunta ha sido cerrada" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "El usuario que recibe el voto" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1359,6 +1369,11 @@ msgstr "Este perfil es privado" msgid "Title" msgstr "Título" +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "Para" + #. module: website_forum #: view:website:website_forum.header msgid "Toggle navigation" diff --git a/addons/website_forum/i18n/it.po b/addons/website_forum/i18n/it.po index b9adc2487cb..6024333f2e7 100644 --- a/addons/website_forum/i18n/it.po +++ b/addons/website_forum/i18n/it.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 14:35+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "×" @@ -494,6 +493,7 @@ msgstr "" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum @@ -1126,6 +1126,11 @@ msgstr "" msgid "Posts" msgstr "" +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "" + #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 #: model:gamification.challenge,name:website_forum.challenge_pundit @@ -1329,6 +1334,11 @@ msgstr "" msgid "The question has been closed" msgstr "La domanda è stata chiusa" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1339,6 +1349,11 @@ msgstr "Questo profilo è privato!" msgid "Title" msgstr "Titolo" +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "" + #. module: website_forum #: view:website:website_forum.header msgid "Toggle navigation" diff --git a/addons/website_forum/i18n/nl.po b/addons/website_forum/i18n/nl.po index 70f0550d4da..078cdbbda69 100644 --- a/addons/website_forum/i18n/nl.po +++ b/addons/website_forum/i18n/nl.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-01 11:37+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:59+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:34+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "×" @@ -507,6 +506,7 @@ msgstr "Volgers" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum @@ -1150,6 +1150,11 @@ msgstr "Plaats uw vraag" msgid "Posts" msgstr "Berichten" +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "Openbaar profiel" + #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 #: model:gamification.challenge,name:website_forum.challenge_pundit @@ -1353,6 +1358,11 @@ msgstr "Leraar" msgid "The question has been closed" msgstr "De vraag is gesloten" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "De gebruiker welke de stem krijgt" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1363,6 +1373,11 @@ msgstr "Dit profiel is privé!" msgid "Title" msgstr "Titel" +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "T/m" + #. module: website_forum #: view:website:website_forum.header msgid "Toggle navigation" diff --git a/addons/website_forum/i18n/pl.po b/addons/website_forum/i18n/pl.po index 6c22d6305e7..4a7f9a069cd 100644 --- a/addons/website_forum/i18n/pl.po +++ b/addons/website_forum/i18n/pl.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-22 13:15+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "×" @@ -505,6 +504,7 @@ msgstr "Obserwatorzy" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum @@ -1145,6 +1145,11 @@ msgstr "Zamieść swoje pytanie" msgid "Posts" msgstr "Posty" +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "" + #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 #: model:gamification.challenge,name:website_forum.challenge_pundit @@ -1348,6 +1353,11 @@ msgstr "Nauczyciel" msgid "The question has been closed" msgstr "To pytanie zostało zamknięte" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1358,6 +1368,11 @@ msgstr "Ten profil jest prywatny!" msgid "Title" msgstr "Tytuł" +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "" + #. module: website_forum #: view:website:website_forum.header msgid "Toggle navigation" diff --git a/addons/website_forum/i18n/pt.po b/addons/website_forum/i18n/pt.po index 487546fc61a..1f7e183ff5b 100644 --- a/addons/website_forum/i18n/pt.po +++ b/addons/website_forum/i18n/pt.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-21 15:33+0000\n" -"Last-Translator: Opencloud - PT \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-27 20:58+0000\n" +"Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-22 08:25+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "×" @@ -508,6 +507,7 @@ msgstr "Seguidores" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum @@ -1147,6 +1147,11 @@ msgstr "Postar a sua Questão" msgid "Posts" msgstr "Posts" +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "Perfil público" + #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 #: model:gamification.challenge,name:website_forum.challenge_pundit @@ -1350,6 +1355,11 @@ msgstr "Professor" msgid "The question has been closed" msgstr "Esta questão foi fechada" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "O utilizador que recebe o voto" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1360,6 +1370,11 @@ msgstr "Este perfil é privado!" msgid "Title" msgstr "Título" +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "Para" + #. module: website_forum #: view:website:website_forum.header msgid "Toggle navigation" diff --git a/addons/website_forum/i18n/pt_BR.po b/addons/website_forum/i18n/pt_BR.po index 95e718dd3e3..0d3c14e5fc2 100644 --- a/addons/website_forum/i18n/pt_BR.po +++ b/addons/website_forum/i18n/pt_BR.po @@ -7,19 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-20 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:26+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_forum #: view:website:website_forum.header -#: view:website:website_forum.post_comment msgid "×" msgstr "" @@ -494,6 +493,7 @@ msgstr "" #: view:forum.forum:website_forum.view_forum_forum_form #: view:forum.post:website_forum.view_forum_post_search #: field:forum.post,forum_id:0 +#: field:forum.post.vote,forum_id:0 #: field:forum.tag,forum_id:0 #: model:ir.actions.act_url,name:website_forum.action_open_forum #: model:ir.ui.menu,name:website_forum.menu_website_forum @@ -1124,6 +1124,11 @@ msgstr "" msgid "Posts" msgstr "" +#. module: website_forum +#: view:website:website_forum.edit_profile +msgid "Public profile" +msgstr "" + #. module: website_forum #: model:gamification.badge,name:website_forum.badge_25 #: model:gamification.challenge,name:website_forum.challenge_pundit @@ -1327,6 +1332,11 @@ msgstr "" msgid "The question has been closed" msgstr "" +#. module: website_forum +#: help:forum.post.vote,recipient_id:0 +msgid "The user receiving the vote" +msgstr "" + #. module: website_forum #: view:website:website_forum.private_profile msgid "This profile is private!" @@ -1337,6 +1347,11 @@ msgstr "" msgid "Title" msgstr "" +#. module: website_forum +#: field:forum.post.vote,recipient_id:0 +msgid "To" +msgstr "" + #. module: website_forum #: view:website:website_forum.header msgid "Toggle navigation" diff --git a/addons/website_gengo/i18n/de.po b/addons/website_gengo/i18n/de.po index 1b844507bc6..c47b1b07776 100644 --- a/addons/website_gengo/i18n/de.po +++ b/addons/website_gengo/i18n/de.po @@ -8,13 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 14:03+0000\n" -"Last-Translator: openbig.org - Thorsten Vocks \n" +"PO-Revision-Date: 2014-09-30 19:24+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_gengo @@ -214,7 +215,7 @@ msgstr "Privater Schlüssel" #: code:addons/website_gengo/static/src/xml/website.gengo.xml:70 #, python-format msgid "Pro - $" -msgstr "" +msgstr "Pro - €" #. module: website_gengo #. openerp-web @@ -242,7 +243,7 @@ msgstr "Selektieren Sie die Gengo Servicestufe" #: code:addons/website_gengo/static/src/xml/website.gengo.xml:69 #, python-format msgid "Standard - $" -msgstr "" +msgstr "Standard - €" #. module: website_gengo #. openerp-web @@ -298,7 +299,7 @@ msgstr "Statistik der Übersetzungen für diese Seite" #: code:addons/website_gengo/static/src/xml/website.gengo.xml:71 #, python-format msgid "Ultra - $" -msgstr "" +msgstr "Ultra - €" #. module: website_gengo #. openerp-web diff --git a/addons/website_hr_recruitment/i18n/de.po b/addons/website_hr_recruitment/i18n/de.po index 14d2f633efa..4c60b25855b 100644 --- a/addons/website_hr_recruitment/i18n/de.po +++ b/addons/website_hr_recruitment/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-17 20:58+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-03 09:00+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_hr_recruitment @@ -76,12 +76,12 @@ msgstr "Arbeitsstelle" #: view:website:website.layout #: model:website.menu,name:website_hr_recruitment.menu_jobs msgid "Jobs" -msgstr "Arbeitsstellen" +msgstr "Stellenangebote" #. module: website_hr_recruitment #: view:website:website_hr_recruitment.index msgid "Join us and help disrupt the enterprise market!" -msgstr "Begleiten Sie uns auf unserem Weg den Enterprise-Markt zu verändern." +msgstr "Helfen Sie uns, Marktführer für Unternehmenssoftware zu werden !" #. module: website_hr_recruitment #: view:website:website_hr_recruitment.index @@ -96,7 +96,7 @@ msgstr "" "inspirierende Erfahrung zu machen." #. module: website_hr_recruitment -#: code:addons/website_hr_recruitment/controllers/main.py:67 +#: code:addons/website_hr_recruitment/controllers/main.py:69 #: view:website:website.layout #, python-format msgid "New Job Offer" @@ -196,14 +196,14 @@ msgid "" "Dynamics." msgstr "" "Mit einem kleinen smarten Team, haben wir die \n" -" " -"innovativste Enterprise-Management Software der Welt entwickelt.\\n\n" -" " -"Odoo ist komplett Open Source, super einfach, vollständig ausgestattet,\\n\n" -" " -"(+3000Module). Das Online Angebot ist dreimal günstiger als das der n\\\n" -" " -"traditionelle Wettbewerb wie SAP oder MS Dynamics." +" innovativste Enterprise-Management " +"Software der Welt entwickelt.\n" +" Odoo ist komplett Open Source, super " +"einfach und umfangreich \n" +" ausgestattet (+3000 Module). Das Online " +"Angebot ist bis zu dreimal \n" +" günstiger als das der traditionellen " +"Wettbewerb wie SAP oder MS Dynamics." #. module: website_hr_recruitment #: view:website:website_hr_recruitment.apply diff --git a/addons/website_hr_recruitment/i18n/es.po b/addons/website_hr_recruitment/i18n/es.po index c3d65eb6a80..ae31c7806bf 100644 --- a/addons/website_hr_recruitment/i18n/es.po +++ b/addons/website_hr_recruitment/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 06:31+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_hr_recruitment #: view:website:website_hr_recruitment.index @@ -94,7 +94,7 @@ msgstr "" "desarrollar y ser parte de una excitante experiencia y un equipo consolidado." #. module: website_hr_recruitment -#: code:addons/website_hr_recruitment/controllers/main.py:67 +#: code:addons/website_hr_recruitment/controllers/main.py:69 #: view:website:website.layout #, python-format msgid "New Job Offer" diff --git a/addons/website_hr_recruitment/i18n/it.po b/addons/website_hr_recruitment/i18n/it.po index d2f057a12be..f95bdddf512 100644 --- a/addons/website_hr_recruitment/i18n/it.po +++ b/addons/website_hr_recruitment/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-15 14:02+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-16 08:35+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_hr_recruitment @@ -90,7 +90,7 @@ msgid "" msgstr "" #. module: website_hr_recruitment -#: code:addons/website_hr_recruitment/controllers/main.py:67 +#: code:addons/website_hr_recruitment/controllers/main.py:69 #: view:website:website.layout #, python-format msgid "New Job Offer" diff --git a/addons/website_hr_recruitment/i18n/nl.po b/addons/website_hr_recruitment/i18n/nl.po index 64948903bbe..d57e67b84f6 100644 --- a/addons/website_hr_recruitment/i18n/nl.po +++ b/addons/website_hr_recruitment/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-26 06:58+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-27 08:32+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_hr_recruitment #: view:website:website_hr_recruitment.index @@ -96,7 +96,7 @@ msgstr "" " team." #. module: website_hr_recruitment -#: code:addons/website_hr_recruitment/controllers/main.py:67 +#: code:addons/website_hr_recruitment/controllers/main.py:69 #: view:website:website.layout #, python-format msgid "New Job Offer" diff --git a/addons/website_hr_recruitment/i18n/pt.po b/addons/website_hr_recruitment/i18n/pt.po index 98c21294809..bce377c6e32 100644 --- a/addons/website_hr_recruitment/i18n/pt.po +++ b/addons/website_hr_recruitment/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-20 12:51+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_hr_recruitment #: view:website:website_hr_recruitment.index @@ -97,7 +97,7 @@ msgstr "" "                                     equipe fantástica." #. module: website_hr_recruitment -#: code:addons/website_hr_recruitment/controllers/main.py:67 +#: code:addons/website_hr_recruitment/controllers/main.py:69 #: view:website:website.layout #, python-format msgid "New Job Offer" diff --git a/addons/website_hr_recruitment/i18n/pt_BR.po b/addons/website_hr_recruitment/i18n/pt_BR.po index 20a1ea9bd52..6be08da006c 100644 --- a/addons/website_hr_recruitment/i18n/pt_BR.po +++ b/addons/website_hr_recruitment/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 08:33+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_hr_recruitment @@ -90,7 +90,7 @@ msgid "" msgstr "" #. module: website_hr_recruitment -#: code:addons/website_hr_recruitment/controllers/main.py:67 +#: code:addons/website_hr_recruitment/controllers/main.py:69 #: view:website:website.layout #, python-format msgid "New Job Offer" diff --git a/addons/website_mail/i18n/de.po b/addons/website_mail/i18n/de.po index 2f8dc9d83fa..e2e63852326 100644 --- a/addons/website_mail/i18n/de.po +++ b/addons/website_mail/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 05:58+0000\n" +"PO-Revision-Date: 2014-10-03 11:36+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_mail @@ -419,7 +419,7 @@ msgstr "Uneingeschränkter Support" #. module: website_mail #: view:website:website_mail.follow msgid "Unsubscribe" -msgstr "Abbestellen" +msgstr "Abmelden" #. module: website_mail #: view:website:website_mail.email_designer_snippets diff --git a/addons/website_mail/i18n/it.po b/addons/website_mail/i18n/it.po index cea2be21877..40fcbf285c5 100644 --- a/addons/website_mail/i18n/it.po +++ b/addons/website_mail/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 09:03+0000\n" +"PO-Revision-Date: 2014-09-26 11:09+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_mail @@ -30,7 +30,7 @@ msgstr "Un Titolo Accattivante" #. module: website_mail #: view:website:website_mail.email_designer_snippets msgid "A Section Subtitle" -msgstr "Un Sottotitolo di una Sezione" +msgstr "Il Titolo della Sezione" #. module: website_mail #: view:website:website_mail.email_designer_snippets diff --git a/addons/website_mail_group/i18n/de.po b/addons/website_mail_group/i18n/de.po index 37af4c0169b..ad0188215b3 100644 --- a/addons/website_mail_group/i18n/de.po +++ b/addons/website_mail_group/i18n/de.po @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 06:04+0000\n" +"PO-Revision-Date: 2014-10-06 11:33+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_mail_group @@ -82,19 +82,19 @@ msgstr "Mahnungen" #. module: website_mail_group #: view:website:website.layout msgid "Mailing List" -msgstr "Mailing Empfängerliste" +msgstr "E-Mail Verteilerliste" #. module: website_mail_group #: view:website:website_mail_group.group_message #: view:website:website_mail_group.group_messages msgid "Mailing Lists" -msgstr "E-Mailempängerlisten" +msgstr "E-Mail Verteilerliste" #. module: website_mail_group #: code:addons/website_mail_group/models/mail_group.py:43 #, python-format msgid "Mailing-List" -msgstr "Mailingliste" +msgstr "E-Mailversandliste" #. module: website_mail_group #: view:website:website_mail_group.mail_groups @@ -131,7 +131,7 @@ msgstr "Anmelden" #: code:addons/website_mail_group/models/mail_group.py:45 #, python-format msgid "Unsubscribe" -msgstr "Abbestellen" +msgstr "Abmelden" #. module: website_mail_group #: view:website:website.snippets @@ -182,7 +182,7 @@ msgstr "anzeigen" #. module: website_mail_group #: view:website:website.snippets msgid "unsubscribe" -msgstr "Abbestellen" +msgstr "Abmelden" #. module: website_mail_group #: view:website:website.snippets diff --git a/addons/website_payment/i18n/lv.po b/addons/website_payment/i18n/lv.po new file mode 100644 index 00000000000..f3c8f6ca4e6 --- /dev/null +++ b/addons/website_payment/i18n/lv.po @@ -0,0 +1,58 @@ +# Latvian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-09-26 19:03+0000\n" +"Last-Translator: Jānis \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: website_payment +#: view:website:website_payment.cc_form +msgid "Card code" +msgstr "" + +#. module: website_payment +#: view:website:website_payment.cc_form +msgid "Card number" +msgstr "" + +#. module: website_payment +#: view:website:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: view:website:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: view:website:website_payment.cc_form +msgid "Expires" +msgstr "Derīgs līdz" + +#. module: website_payment +#: view:website:website_payment.cc_form +msgid "Holder Name" +msgstr "" + +#. module: website_payment +#: view:website:website_payment.cc_form +msgid "MM / YY" +msgstr "" + +#. module: website_payment +#: view:website:website_payment.cc_form +msgid "Paypal payment: server 2 server" +msgstr "" diff --git a/addons/website_quote/i18n/de.po b/addons/website_quote/i18n/de.po index fded82c8aa9..65a9f635eb2 100644 --- a/addons/website_quote/i18n/de.po +++ b/addons/website_quote/i18n/de.po @@ -7,28 +7,28 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 10:15+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 11:35+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_quote #: view:website:website_quote.optional_products #: view:website:website_quote.pricing msgid "% discount" -msgstr "" +msgstr "% discount" #. module: website_quote #: view:website:website_quote.so_quotation #: view:website:website_quote.so_template msgid "×" -msgstr "" +msgstr "×" #. module: website_quote #: view:website:website_quote.so_quotation @@ -940,7 +940,7 @@ msgstr "Akzeptieren" #. module: website_quote #: view:website:website_quote.so_quotation msgid "Accept Order" -msgstr "Bestellung annehmen" +msgstr "Bestellung absenden" #. module: website_quote #: model:product.template,name:website_quote.product_product_quote_3_product_template @@ -1021,6 +1021,11 @@ msgstr "Kunde:" msgid "Description" msgstr "Beschreibung" +#. module: website_quote +#: field:product.template,quote_description:0 +msgid "Description for the quote" +msgstr "Beschreibung für das Angebot" + #. module: website_quote #: field:product.template,website_description:0 msgid "Description for the website" @@ -1553,7 +1558,7 @@ msgstr "Tag" #: view:sale.quote.template:website_quote.view_sale_quote_template_form #: view:website:website_quote.so_quotation msgid "days" -msgstr "Tage" +msgstr "Tag(en)" #. module: website_quote #: view:website:website_quote.so_quotation diff --git a/addons/website_quote/i18n/es.po b/addons/website_quote/i18n/es.po index bf461c3fcad..4f684d19ee6 100644 --- a/addons/website_quote/i18n/es.po +++ b/addons/website_quote/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-25 00:40+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:27+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-25 10:07+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_quote #: view:website:website_quote.optional_products @@ -1355,6 +1355,11 @@ msgstr "Cliente:" msgid "Description" msgstr "Descripción" +#. module: website_quote +#: field:product.template,quote_description:0 +msgid "Description for the quote" +msgstr "Descripción para el presupuesto" + #. module: website_quote #: field:product.template,website_description:0 msgid "Description for the website" diff --git a/addons/website_quote/i18n/it.po b/addons/website_quote/i18n/it.po index 066f278d93f..e37c7b49c77 100644 --- a/addons/website_quote/i18n/it.po +++ b/addons/website_quote/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 09:55+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_quote @@ -762,6 +762,11 @@ msgstr "Cliente:" msgid "Description" msgstr "Descrizione" +#. module: website_quote +#: field:product.template,quote_description:0 +msgid "Description for the quote" +msgstr "" + #. module: website_quote #: field:product.template,website_description:0 msgid "Description for the website" diff --git a/addons/website_quote/i18n/nl.po b/addons/website_quote/i18n/nl.po index 156bf39a952..19f956c64dc 100644 --- a/addons/website_quote/i18n/nl.po +++ b/addons/website_quote/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-10 10:14+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:55+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-11 08:01+0000\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_quote @@ -771,6 +771,11 @@ msgstr "Klant:" msgid "Description" msgstr "Omschrijving" +#. module: website_quote +#: field:product.template,quote_description:0 +msgid "Description for the quote" +msgstr "Omschrijving voor de quote" + #. module: website_quote #: field:product.template,website_description:0 msgid "Description for the website" diff --git a/addons/website_quote/i18n/pt.po b/addons/website_quote/i18n/pt.po index 3b768aa0994..9386817b1f5 100644 --- a/addons/website_quote/i18n/pt.po +++ b/addons/website_quote/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-20 15:55+0000\n" -"Last-Translator: Opencloud - PT \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-27 20:57+0000\n" +"Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_quote #: view:website:website_quote.optional_products @@ -1389,6 +1389,11 @@ msgstr "Cliente:" msgid "Description" msgstr "Descrição" +#. module: website_quote +#: field:product.template,quote_description:0 +msgid "Description for the quote" +msgstr "Descritivo para a cotação" + #. module: website_quote #: field:product.template,website_description:0 msgid "Description for the website" diff --git a/addons/website_quote/i18n/pt_BR.po b/addons/website_quote/i18n/pt_BR.po index fe0bc561de4..b5959f516d3 100644 --- a/addons/website_quote/i18n/pt_BR.po +++ b/addons/website_quote/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-20 12:13+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_quote @@ -762,6 +762,11 @@ msgstr "" msgid "Description" msgstr "" +#. module: website_quote +#: field:product.template,quote_description:0 +msgid "Description for the quote" +msgstr "" + #. module: website_quote #: field:product.template,website_description:0 msgid "Description for the website" diff --git a/addons/website_report/i18n/it.po b/addons/website_report/i18n/it.po index 39334aa369d..a493f2b699d 100644 --- a/addons/website_report/i18n/it.po +++ b/addons/website_report/i18n/it.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 08:41+0000\n" -"Last-Translator: Simone Bernini \n" +"PO-Revision-Date: 2014-10-03 12:41+0000\n" +"Last-Translator: Nicola Riolini - Micronaet \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-04 06:50+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_report @@ -25,7 +25,7 @@ msgstr "Aggiungi una lingua..." #. module: website_report #: view:website:website_report.layout msgid "container" -msgstr "" +msgstr "contenitore" #. module: website_report #: view:website:website_report.layout diff --git a/addons/website_sale/i18n/de.po b/addons/website_sale/i18n/de.po index 5285fe3d5f7..85fc46699a8 100644 --- a/addons/website_sale/i18n/de.po +++ b/addons/website_sale/i18n/de.po @@ -7,14 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-18 06:14+0000\n" -"Last-Translator: Martin Apitz \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-10-06 11:36+0000\n" +"Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:03+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_sale @@ -487,7 +488,7 @@ msgstr "Name (Versand)" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -526,7 +527,7 @@ msgstr "Bestellung" #. module: website_sale #: field:sale.order,website_order_line:0 msgid "Order Lines displayed on Website" -msgstr "" +msgstr "Auf der Webseite anzuzeigende Angebotsposten" #. module: website_sale #: help:sale.order,website_order_line:0 @@ -534,21 +535,25 @@ msgid "" "Order Lines to be displayed on the website. They should not be used for " "computation purpose." msgstr "" +"Angebotspositionen zur Anzeige in der Webseite. Sie sollten nicht zum Zweck " +"der Berechnung eingesetzt werden." #. module: website_sale #: model:product.public.category,name:website_sale.categ_others msgid "Others" -msgstr "" +msgstr "Sonstiges" #. module: website_sale #: field:product.public.category,parent_id:0 msgid "Parent Category" -msgstr "" +msgstr "Oberkategorie" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" -msgstr "" +msgstr "Jetzt bezahlen" #. module: website_sale #: view:website:website_sale.cart @@ -556,171 +561,171 @@ msgstr "" #: view:website:website_sale.confirmation #: view:website:website_sale.payment msgid "Payment" -msgstr "" +msgstr "Zahlung" #. module: website_sale #: field:sale.order,payment_acquirer_id:0 msgid "Payment Acquirer" -msgstr "" +msgstr "Zahlungsanbieter" #. module: website_sale #: view:website:website_sale.payment msgid "Payment Method:" -msgstr "" +msgstr "Zahlungsmethode:" #. module: website_sale #: model:ir.model,name:website_sale.model_payment_transaction msgid "Payment Transaction" -msgstr "" +msgstr "Zahlungstransaktion" #. module: website_sale #: view:website:website_sale.checkout msgid "Phone" -msgstr "" +msgstr "Telefon" #. module: website_sale #: view:website:website_sale.cart msgid "Policies" -msgstr "" +msgstr "Richtlinien" #. module: website_sale #: view:website:website_sale.product msgid "Post" -msgstr "" +msgstr "Senden" #. module: website_sale #: view:website:website_sale.cart #: view:website:website_sale.payment msgid "Price" -msgstr "" +msgstr "Preis" #. module: website_sale #: model:ir.model,name:website_sale.model_product_pricelist msgid "Pricelist" -msgstr "" +msgstr "Preisliste" #. module: website_sale #: view:website:website_sale.cart msgid "Process Checkout" -msgstr "" +msgstr "Kostenpflichtig bestellen" #. module: website_sale #: model:ir.model,name:website_sale.model_product_product #: view:website:website_sale.cart #: view:website:website_sale.payment msgid "Product" -msgstr "" +msgstr "Produkt" #. module: website_sale #: model:ir.model,name:website_sale.model_product_attribute msgid "Product Attribute" -msgstr "" +msgstr "Produktattribute" #. module: website_sale #: view:website:website_sale.product msgid "Product Name" -msgstr "" +msgstr "Produkt Bezeichnung" #. module: website_sale #: view:product.public.category:website_sale.product_public_category_tree_view msgid "Product Product Categories" -msgstr "" +msgstr "Produktkategorien" #. module: website_sale #: model:ir.model,name:website_sale.model_product_template msgid "Product Template" -msgstr "" +msgstr "Produktvorlage" #. module: website_sale #: view:website:website_sale.product #: view:website:website_sale.product_price msgid "Product not available" -msgstr "" +msgstr "Das Produkt ist nicht verfügbar." #. module: website_sale #: view:website:website_sale.404 msgid "Product not found!" -msgstr "" +msgstr "Das Produkt wurde nicht gefunden!" #. module: website_sale #: view:website:website_sale.product msgid "Products" -msgstr "" +msgstr "Produkte" #. module: website_sale #: view:website:website_sale.products msgid "Promote" -msgstr "" +msgstr "Werbung" #. module: website_sale #: field:product.pricelist,code:0 msgid "Promotional Code" -msgstr "" +msgstr "Promotionscode" #. module: website_sale #: view:product.public.category:website_sale.product_public_category_form_view msgid "Public Categories" -msgstr "" +msgstr "Öffentliche Kategorien" #. module: website_sale #: model:ir.model,name:website_sale.model_product_public_category #: field:product.template,public_categ_ids:0 msgid "Public Category" -msgstr "" +msgstr "Öffentliche Kategorie" #. module: website_sale #: model:ir.actions.act_window,name:website_sale.product_public_category_action #: model:ir.ui.menu,name:website_sale.menu_product_public_category msgid "Public Product Categories" -msgstr "" +msgstr "Öffentliche Produktkategorien" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:103 #, python-format msgid "Publish your product" -msgstr "" +msgstr "Veröffentlichen" #. module: website_sale #: view:website:website_sale.products msgid "Push down" -msgstr "" +msgstr "Nach unten" #. module: website_sale #: view:website:website_sale.products msgid "Push to bottom" -msgstr "" +msgstr "Nach oben" #. module: website_sale #: view:website:website_sale.products msgid "Push to top" -msgstr "" +msgstr "Nach unten" #. module: website_sale #: view:website:website_sale.products msgid "Push up" -msgstr "" +msgstr "Nach oben verschieben" #. module: website_sale #: view:website:website_sale.cart #: view:website:website_sale.payment msgid "Quantity" -msgstr "" +msgstr "Anzahl" #. module: website_sale #: selection:product.attribute,type:0 msgid "Radio" -msgstr "" +msgstr "Radio" #. module: website_sale #: view:website:website_sale.checkout msgid "Return to Cart" -msgstr "" +msgstr "Zurück zum Warenkorb" #. module: website_sale #: view:website:website_sale.404 msgid "Return to the product list." -msgstr "" +msgstr "Zurück zur Produktliste" #. module: website_sale #: view:website:website_sale.cart @@ -728,51 +733,51 @@ msgstr "" #: view:website:website_sale.confirmation #: view:website:website_sale.payment msgid "Review Order" -msgstr "" +msgstr "Auftrag überprüfen" #. module: website_sale #: view:website:website_sale.products_item msgid "Sale" -msgstr "" +msgstr "Verkauf" #. module: website_sale #: field:payment.transaction,sale_order_id:0 msgid "Sale Order" -msgstr "" +msgstr "Verkaufsauftrag" #. module: website_sale #: model:ir.model,name:website_sale.model_sale_order msgid "Sales Order" -msgstr "" +msgstr "Verkaufsauftrag" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:74 #, python-format msgid "Save this Image" -msgstr "" +msgstr "Bild speichern" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:95 #, python-format msgid "Save your modifications" -msgstr "" +msgstr "Speichern Sie Ihre Änderungen" #. module: website_sale #: view:website:website_sale.search msgid "Search..." -msgstr "" +msgstr "Suche ..." #. module: website_sale #: view:website:website_sale.cart msgid "Secure Payment" -msgstr "" +msgstr "Sichere Zahlung" #. module: website_sale #: selection:product.attribute,type:0 msgid "Select" -msgstr "" +msgstr "Auswählen" #. module: website_sale #. openerp-web @@ -782,37 +787,39 @@ msgid "" "Select 'New Product' to create it and manage its properties to boost your " "sales." msgstr "" +"Selektieren Sie 'Neues Produkt', und verwalten Sie alle Eigenschaften zur " +"Steigerung Ihres Umsatz." #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:67 #, python-format msgid "Select an Image" -msgstr "" +msgstr "Wählen Sie ein Bild" #. module: website_sale #: field:product.public.category,sequence:0 #: field:product.template,website_sequence:0 msgid "Sequence" -msgstr "" +msgstr "Reihenfolge" #. module: website_sale #: view:website:website_sale.confirmation #: view:website:website_sale.payment msgid "Ship To:" -msgstr "" +msgstr "Lieferanschrift:" #. module: website_sale #: view:website:website_sale.checkout #: view:website:website_sale.confirmation #: view:website:website_sale.payment msgid "Ship to the same address" -msgstr "" +msgstr "An dieselbe Adresse" #. module: website_sale #: view:website:website_sale.checkout msgid "Shipping" -msgstr "" +msgstr "Versand" #. module: website_sale #: view:website:website_sale.cart @@ -820,70 +827,70 @@ msgstr "" #: view:website:website_sale.confirmation #: view:website:website_sale.payment msgid "Shipping & Billing" -msgstr "" +msgstr "Liefern & Abrechnen" #. module: website_sale #: view:website:website_sale.checkout msgid "Shipping Information" -msgstr "" +msgstr "Lieferadresse" #. module: website_sale #: view:website:website_sale.products #: model:website.menu,name:website_sale.menu_shop msgid "Shop" -msgstr "" +msgstr "Shop" #. module: website_sale #: view:website:website_sale.checkout msgid "Shop - Checkout" -msgstr "" +msgstr "Shop-Abmelden" #. module: website_sale #: view:website:website_sale.confirmation msgid "Shop - Confirmed" -msgstr "" +msgstr "Shop-Bestätigung" #. module: website_sale #: view:website:website_sale.payment msgid "Shop - Select Payment Mode" -msgstr "" +msgstr "Shop-Selektiere Zahlungsmodus" #. module: website_sale #: view:website:website_sale.cart msgid "Shopping Cart" -msgstr "" +msgstr "Einkaufswagen" #. module: website_sale #: view:website:website_sale.checkout msgid "Sign in" -msgstr "" +msgstr "Anmelden" #. module: website_sale #: view:website:website_sale.products msgid "Size" -msgstr "" +msgstr "Größe" #. module: website_sale #: field:product.template,website_size_x:0 msgid "Size X" -msgstr "" +msgstr "X-Größe" #. module: website_sale #: field:product.template,website_size_y:0 msgid "Size Y" -msgstr "" +msgstr "Y-Größe" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:13 #, python-format msgid "Skip It" -msgstr "" +msgstr "Überspringen" #. module: website_sale #: field:product.public.category,image_small:0 msgid "Smal-sized image" -msgstr "" +msgstr "Kleines Bild" #. module: website_sale #: help:product.public.category,image_small:0 @@ -892,88 +899,91 @@ msgid "" "image, with aspect ratio preserved. Use this field anywhere a small image is " "required." msgstr "" +"Kleines Bild dieser Kategorie. Es wird automatisch auf 64x64px skaliert " +"unter Beibehaltung der Optik. Benutzen Sie dieses Feld immer dann, wenn Sie " +"ein keines Bild benötigen." #. module: website_sale #: view:website:website_sale.404 msgid "Sorry, this product is not available anymore." -msgstr "" +msgstr "Entschuldigung, dieses Produkt ist nicht mehr verfügbar" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:13 #, python-format msgid "Start Tutorial" -msgstr "" +msgstr "Beginne Tutorial" #. module: website_sale #: view:website:website_sale.checkout msgid "State / Province" -msgstr "" +msgstr "Bundesland / Region" #. module: website_sale #: view:website:website_sale.checkout msgid "State / Province..." -msgstr "" +msgstr "Bundesland / Routen ..." #. module: website_sale #: view:website:website_sale.checkout msgid "Street" -msgstr "" +msgstr "Straße" #. module: website_sale #: field:product.style,name:0 msgid "Style Name" -msgstr "" +msgstr "Style Name" #. module: website_sale #: field:product.template,website_style_ids:0 #: view:website:website_sale.products msgid "Styles" -msgstr "" +msgstr "Style" #. module: website_sale #: view:website:website_sale.checkout msgid "Subtotal:" -msgstr "" +msgstr "Nettobetrag:" #. module: website_sale #: view:website:website_sale.product msgid "Suggested alternatives:" -msgstr "" +msgstr "Vorgeschlagene Alternativen" #. module: website_sale #: view:website:website_sale.cart msgid "Suggested products:" -msgstr "" +msgstr "Vorgeschlagene Produkte" #. module: website_sale #: view:website:website_sale.total msgid "Taxes may be updated after providing shipping address" -msgstr "" +msgstr "Steuern werden nur nach Aktualisierung der Lieferadresse geändert" #. module: website_sale #: view:website:website_sale.checkout #: view:website:website_sale.total msgid "Taxes:" -msgstr "" +msgstr "Steuern:" #. module: website_sale #: view:website:website_sale.confirmation msgid "Thank you for your order." -msgstr "" +msgstr "Vielen Dank für Ihre Bestellung" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." -msgstr "" +msgstr "Offensichtlich wurde diese Zahlung abgebrochen." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." -msgstr "" +msgstr "Es gibt ein Problem mit dieser Anfrage" #. module: website_sale #: help:product.public.category,image:0 @@ -981,109 +991,113 @@ msgid "" "This field holds the image used as image for the cateogry, limited to " "1024x1024px." msgstr "" +"In diesem Feld wird das Bild einer Produktkategorie abgespeichert, limitiert " +"auf die Größe 1024x1024px." #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:46 #, python-format msgid "This page contains all the information related to the new product." -msgstr "" +msgstr "Diese Seite enthält alle Informationen mit Bezug zum neuen Produkt." #. module: website_sale #: help:product.template,public_categ_ids:0 msgid "Those categories are used to group similar products for e-commerce." msgstr "" +"Diese Kategorien werden für die Gruppierung vergleichbarer Produkte im E-" +"Commerce benötigt." #. module: website_sale #: view:website:website_sale.checkout msgid "Total To Pay:" -msgstr "" +msgstr "Gesamter Zahlungsbetrag:" #. module: website_sale #: view:website:website_sale.total msgid "Total:" -msgstr "" +msgstr "Summe:" #. module: website_sale #: field:sale.order,payment_tx_id:0 msgid "Transaction" -msgstr "" +msgstr "Geschäftsvorfall" #. module: website_sale #: field:product.attribute,type:0 msgid "Type" -msgstr "" +msgstr "Typ" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:61 #, python-format msgid "Update image" -msgstr "" +msgstr "Bild aktualisieren" #. module: website_sale #: view:website:website_sale.products msgid "Use the" -msgstr "" +msgstr "Benutzen Sie" #. module: website_sale #: view:website:website_sale.checkout msgid "VAT Number" -msgstr "" +msgstr "VAT Nummer" #. module: website_sale #: view:website:website_sale.payment msgid "Validate Order" -msgstr "" +msgstr "Bestätige Bestellung" #. module: website_sale #: model:ir.model,name:website_sale.model_website #: view:product.template:website_sale.product_template_form_view msgid "Website" -msgstr "" +msgstr "Webseite" #. module: website_sale #: field:product.template,website_message_ids:0 msgid "Website Comments" -msgstr "" +msgstr "Webseite Kommentare" #. module: website_sale #: model:ir.actions.act_url,name:website_sale.action_open_website msgid "Website Shop" -msgstr "" +msgstr "Webseite Shop" #. module: website_sale #: field:product.template,website_meta_description:0 msgid "Website meta description" -msgstr "" +msgstr "Webseite Metabeschreibung" #. module: website_sale #: field:product.template,website_meta_keywords:0 msgid "Website meta keywords" -msgstr "" +msgstr "Webseite Metasuchbegriffe" #. module: website_sale #: field:product.template,website_meta_title:0 msgid "Website meta title" -msgstr "" +msgstr "Webseite Metaüberschrift" #. module: website_sale #: field:product.product,website_url:0 #: field:product.template,website_url:0 msgid "Website url" -msgstr "" +msgstr "Webseite URL" #. module: website_sale #. openerp-web #: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:11 #, python-format msgid "Welcome to your shop" -msgstr "" +msgstr "Willkommen in Ihrem Shop" #. module: website_sale #: view:website:website_sale.product msgid "Write a comment..." -msgstr "" +msgstr "Schreiben Sie einen Kommentar ..." #. module: website_sale #. openerp-web @@ -1093,54 +1107,57 @@ msgid "" "You successfully installed the e-commerce. This guide will help you to " "create your product and promote your sales." msgstr "" +"Sie haben das E-Commerce Modul erfolgreich installiert. Diese Anleitung " +"hilft Ihnen bei der Erstellung eines Produkts und bei der Werbung für Ihre " +"Veröffentlichungen." #. module: website_sale #: view:website:website_sale.checkout msgid "Your Address" -msgstr "" +msgstr "Deine Adresse" #. module: website_sale #: view:website:website_sale.checkout msgid "Your Name" -msgstr "" +msgstr "Ihr Name" #. module: website_sale #: view:website:website_sale.checkout msgid "Your Order" -msgstr "" +msgstr "Ihr Auftrag" #. module: website_sale #: view:website:website_sale.cart msgid "Your cart is empty!" -msgstr "" +msgstr "Ihr Warenkorb ist noch leer!" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." -msgstr "" +msgstr "Ihre Zahlung ist eingegangen." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." -msgstr "" +msgstr "Ihre Transaktion erwartet eine Bestätigung" #. module: website_sale #: view:website:website_sale.checkout msgid "Zip / Postal Code" -msgstr "" +msgstr "PLZ" #. module: website_sale #: view:website:website_sale.checkout msgid "change" -msgstr "" +msgstr "ändern" #. module: website_sale #: view:website:website_sale.cart msgid "code..." -msgstr "" +msgstr "Code..." #. module: website_sale #: view:website:website_sale.products @@ -1155,39 +1172,49 @@ msgstr "" #. module: website_sale #: view:website:website_sale.product msgid "comment" -msgstr "" +msgstr "kommentieren" #. module: website_sale #: view:website:website_sale.product msgid "comments" +msgstr "Kommentare" + +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" msgstr "" #. module: website_sale #: view:website:website_sale.checkout msgid "select..." -msgstr "" +msgstr "... auswählen" #. module: website_sale #: view:website:website_sale.products msgid "top menu to create a new product." -msgstr "" +msgstr "Hauptmenü zur Erstellung eines neuen Produkts." #. module: website_sale #: view:website:website_sale.cart msgid "☑ 256 bit encryption" -msgstr "" +msgstr "256 bit Verschlüsselung" #. module: website_sale #: view:website:website_sale.cart msgid "☑ 30-days money-back guarantee" -msgstr "" +msgstr "30 Tage Rückgabe-Garantie" #. module: website_sale #: view:website:website_sale.cart msgid "☑ Invoice sent by e-Mail" -msgstr "" +msgstr "Rechnung wurde durch E-Mail versendet" #. module: website_sale #: view:website:website_sale.cart msgid "☑ Processed by Ogone" -msgstr "" +msgstr "Sicher bezahlen mit Ogone" diff --git a/addons/website_sale/i18n/es.po b/addons/website_sale/i18n/es.po index 5cf2006aa88..232296b43d4 100644 --- a/addons/website_sale/i18n/es.po +++ b/addons/website_sale/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-25 15:12+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-30 19:28+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-26 08:42+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-10-01 06:34+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_sale #: view:website:website_sale.cart @@ -484,7 +484,7 @@ msgstr "Nombre (envío)" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -545,7 +545,9 @@ msgid "Parent Category" msgstr "Categoría padre" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" msgstr "Pagar ahora" @@ -969,14 +971,14 @@ msgid "Thank you for your order." msgstr "Gracias por su pedido." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." msgstr "El pago parece haber sido cancelado." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." msgstr "Parece haber un error con su petición." @@ -1128,14 +1130,14 @@ msgid "Your cart is empty!" msgstr "¡Su carro está vacío!" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." msgstr "Se ha recibido su pago." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." msgstr "Su transacción está esperando confirmación." @@ -1175,6 +1177,16 @@ msgstr "comentario" msgid "comments" msgstr "comentarios" +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "pagination form-inline col-md-3" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "pull-right" + #. module: website_sale #: view:website:website_sale.checkout msgid "select..." diff --git a/addons/website_sale/i18n/it.po b/addons/website_sale/i18n/it.po index 91ef0c47905..744c66418fe 100644 --- a/addons/website_sale/i18n/it.po +++ b/addons/website_sale/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 10:58+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_sale @@ -469,7 +469,7 @@ msgstr "" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -528,7 +528,9 @@ msgid "Parent Category" msgstr "Categoria Superiore" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" msgstr "Paga Ora" @@ -947,14 +949,14 @@ msgid "Thank you for your order." msgstr "Grazie per il tuo ordine." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." msgstr "" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." msgstr "C'è stato un errore durante la richiesta." @@ -1102,14 +1104,14 @@ msgid "Your cart is empty!" msgstr "Il carrello è vuoto!" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." msgstr "Il pagamento è stato ricevuto." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." msgstr "La transazione è in attesa di conferma." @@ -1149,6 +1151,16 @@ msgstr "" msgid "comments" msgstr "commenti" +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "" + #. module: website_sale #: view:website:website_sale.checkout msgid "select..." diff --git a/addons/website_sale/i18n/lv.po b/addons/website_sale/i18n/lv.po new file mode 100644 index 00000000000..c68681ae268 --- /dev/null +++ b/addons/website_sale/i18n/lv.po @@ -0,0 +1,1181 @@ +# Latvian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-26 18:57+0000\n" +"Last-Translator: Jānis \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.products_item +msgid " " +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "'Content'" +msgstr "'Saturs'" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "-- Create a new address --" +msgstr "-- Izveidot jaunu adresi --" + +#. module: website_sale +#: view:website:website_sale.product +msgid "30-day money-back guarantee" +msgstr "" + +#. module: website_sale +#: model:ir.actions.act_window,help:website_sale.product_public_category_action +msgid "" +"

    \n" +" Click to define a new category.\n" +"

    \n" +" Categories are used to browse your products through the\n" +" touchscreen interface.\n" +"

    \n" +" If you put a photo on the category, the layout of the\n" +" touchscreen interface will automatically. We suggest not to put\n" +" a photo on categories for small (1024x768) screens.\n" +"

    \n" +" " +msgstr "" + +#. module: website_sale +#: field:product.template,accessory_product_ids:0 +msgid "Accessory Products" +msgstr "Aksesuāru produkti" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.product +msgid "Add to Cart" +msgstr "Pievienot grozam" + +#. module: website_sale +#: view:website:website_sale.products +msgid "All Products" +msgstr "Visi produkti" + +#. module: website_sale +#: field:product.template,alternative_product_ids:0 +msgid "Alternative Products" +msgstr "Alternatīvi produkti" + +#. module: website_sale +#: help:product.template,alternative_product_ids:0 +msgid "Appear on the product page" +msgstr "" + +#. module: website_sale +#: help:product.template,accessory_product_ids:0 +msgid "Appear on the shopping cart" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Apply" +msgstr "Apstiprināt" + +#. module: website_sale +#: field:product.template,website_published:0 +msgid "Available in the website" +msgstr "Pieejams mājas lapā" + +#. module: website_sale +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Bill To:" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Billing Information" +msgstr "Maksājumu Informācija" + +#. module: website_sale +#: view:website:website_sale.product +msgid "Buy now, get in 2 days" +msgstr "Apmaksā tagad, saņem 2 dienās" + +#. module: website_sale +#: field:sale.order,cart_quantity:0 +msgid "Cart Quantity" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.payment +msgid "Change Address" +msgstr "Mainīt adresi" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:53 +#, python-format +msgid "Change the price" +msgstr "Mainīt cenu" + +#. module: website_sale +#: field:product.public.category,child_id:0 +msgid "Children Categories" +msgstr "Apakškategorijas" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:33 +#, python-format +msgid "Choose name" +msgstr "Izvēlēties vārdu" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "City" +msgstr "Pilsēta" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:41 +#, python-format +msgid "Click Continue to create the product." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:19 +#, python-format +msgid "Click here to add a new product." +msgstr "Spied šeit lai pievienotu jaunu produktu" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:62 +#, python-format +msgid "Click here to set an image describing your product." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:75 +#, python-format +msgid "Click on save to add the image to the product decsription." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:104 +#, python-format +msgid "Click to publish your product so your customers can see it." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:110 +#, python-format +msgid "Close Tutorial" +msgstr "Aizvērt pamācību" + +#. module: website_sale +#: selection:product.attribute,type:0 +msgid "Color" +msgstr "Krāsa" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Company Name" +msgstr "Uzņēmuma nosaukums" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Confirm" +msgstr "Apstiprināt" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.checkout +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Confirmation" +msgstr "Apstiprinājums" + +#. module: website_sale +#: view:website:website_sale.confirmation +msgid "Confirmed" +msgstr "Apstiprināts" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:108 +#, python-format +msgid "Congratulations" +msgstr "Apsveicu" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:109 +#, python-format +msgid "Congratulations! You just created and published your first product." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:47 +#, python-format +msgid "Continue" +msgstr "Turpināt" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Continue Shopping" +msgstr "Turpināt iepirkties" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Country" +msgstr "Valsts" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Country..." +msgstr "Valsts..." + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Coupon Code" +msgstr "Kupona kods" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:40 +#, python-format +msgid "Create Product" +msgstr "Izveidot produktu" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:25 +#, python-format +msgid "Create a new product" +msgstr "Izveidot jaunu produktu" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:8 +#, python-format +msgid "Create a product" +msgstr "Izveidot produktu" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:18 +#, python-format +msgid "Create your first product" +msgstr "Izveidot pirmo produktu" + +#. module: website_sale +#: field:product.public.category,create_uid:0 +#: field:product.style,create_uid:0 +msgid "Created by" +msgstr "Izveidoja" + +#. module: website_sale +#: field:product.public.category,create_date:0 +#: field:product.style,create_date:0 +msgid "Created on" +msgstr "Izveidots" + +#. module: website_sale +#: field:website,currency_id:0 +msgid "Default Currency" +msgstr "Noklusētā valūta" + +#. module: website_sale +#: field:website,pricelist_id:0 +msgid "Default Pricelist" +msgstr "Noklusētais cenrādis" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:81 +#, python-format +msgid "Describe the Product" +msgstr "Aprakstiet produktu" + +#. module: website_sale +#: help:product.template,website_sequence:0 +msgid "Determine the display order in the Website E-commerce" +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:88 +#, python-format +msgid "Drag & Drop a block" +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:89 +#, python-format +msgid "Drag the 'Big Picture' block and drop it in your page." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:54 +#, python-format +msgid "Edit the price of this product by clicking on the amount." +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Email" +msgstr "E-pasts" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:34 +#, python-format +msgid "Enter a name for your new product then click 'Continue'." +msgstr "Aizpildiet jaunā produkta aprakstu un nospiediet 'Turpināt'" + +#. module: website_sale +#: constraint:product.public.category:0 +msgid "Error ! You cannot create recursive categories." +msgstr "Kļūda! Nevar veidot rekursīvas kategorijas." + +#. module: website_sale +#: view:website:website_sale.product +msgid "Free Shipping in U.S." +msgstr "Bezmaksas piegāde ASV" + +#. module: website_sale +#: help:product.public.category,sequence:0 +msgid "" +"Gives the sequence order when displaying a list of product categories." +msgstr "" + +#. module: website_sale +#: field:product.style,html_class:0 +msgid "HTML Classes" +msgstr "" + +#. module: website_sale +#: field:product.attribute.value,color:0 +msgid "HTML Color Index" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Have a coupon code? Fill in this field and apply." +msgstr "" + +#. module: website_sale +#: help:product.attribute.value,color:0 +msgid "" +"Here you can set a specific HTML color index (e.g. #ff0000) to display the " +"color on the website if the attibute type is 'Color'." +msgstr "" + +#. module: website_sale +#: selection:product.attribute,type:0 +msgid "Hidden" +msgstr "Slēpts" + +#. module: website_sale +#: field:product.public.category,id:0 +#: field:product.style,id:0 +msgid "ID" +msgstr "ID" + +#. module: website_sale +#: field:product.public.category,image:0 +msgid "Image" +msgstr "Attēls" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:82 +#, python-format +msgid "" +"Insert blocks like text-image, or gallery to fully describe the product." +msgstr "" + +#. module: website_sale +#: field:product.public.category,write_uid:0 +#: field:product.style,write_uid:0 +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: website_sale +#: field:product.public.category,write_date:0 +#: field:product.style,write_date:0 +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:68 +#, python-format +msgid "Let's select an ipad image." +msgstr "" + +#. module: website_sale +#: field:product.public.category,image_medium:0 +msgid "Medium-sized image" +msgstr "" + +#. module: website_sale +#: help:product.public.category,image_medium:0 +msgid "" +"Medium-sized image of the category. It is automatically resized as a " +"128x128px image, with aspect ratio preserved. Use this field in form views " +"or some kanban views." +msgstr "" + +#. module: website_sale +#: view:website:website.layout +msgid "My cart" +msgstr "Mans grozs" + +#. module: website_sale +#: field:product.public.category,complete_name:0 +#: field:product.public.category,name:0 +msgid "Name" +msgstr "Vārds" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Name (Shipping)" +msgstr "Nosaukums (piegādes)" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/controllers/main.py:812 +#: code:addons/website_sale/static/src/js/website_sale.editor.js:11 +#: view:website:website.layout +#, python-format +msgid "New Product" +msgstr "Jauns produkts" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:45 +#, python-format +msgid "New product created" +msgstr "Jauns produkts izveidots" + +#. module: website_sale +#: view:website:website_sale.products +msgid "No product defined." +msgstr "Jauns produkts nodefinēts." + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:96 +#, python-format +msgid "Once you click on save, your product is updated." +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Options" +msgstr "Opcijas" + +#. module: website_sale +#: view:website:website_sale.confirmation +msgid "Order" +msgstr "Pasūtījums" + +#. module: website_sale +#: field:sale.order,website_order_line:0 +msgid "Order Lines displayed on Website" +msgstr "Mājas lapā attēlotās pasūtījuma rindas" + +#. module: website_sale +#: help:sale.order,website_order_line:0 +msgid "" +"Order Lines to be displayed on the website. They should not be used for " +"computation purpose." +msgstr "" + +#. module: website_sale +#: model:product.public.category,name:website_sale.categ_others +msgid "Others" +msgstr "Citi" + +#. module: website_sale +#: field:product.public.category,parent_id:0 +msgid "Parent Category" +msgstr "Virskategorija" + +#. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 +#: view:website:website_sale.payment +#, python-format +msgid "Pay Now" +msgstr "Apmaksāt tagad" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.checkout +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Payment" +msgstr "Maksājums" + +#. module: website_sale +#: field:sale.order,payment_acquirer_id:0 +msgid "Payment Acquirer" +msgstr "Maksājuma saņēmējs" + +#. module: website_sale +#: view:website:website_sale.payment +msgid "Payment Method:" +msgstr "Apmaksas metode:" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_payment_transaction +msgid "Payment Transaction" +msgstr "Maksājuma darījums" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Phone" +msgstr "Tālrunis" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Policies" +msgstr "Noteikumi" + +#. module: website_sale +#: view:website:website_sale.product +msgid "Post" +msgstr "Grāmatot" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.payment +msgid "Price" +msgstr "Cena" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_product_pricelist +msgid "Pricelist" +msgstr "Cenrādis" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Process Checkout" +msgstr "" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_product_product +#: view:website:website_sale.cart +#: view:website:website_sale.payment +msgid "Product" +msgstr "Produkts" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_product_attribute +msgid "Product Attribute" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "Product Name" +msgstr "Produkta nosaukums" + +#. module: website_sale +#: view:product.public.category:website_sale.product_public_category_tree_view +msgid "Product Product Categories" +msgstr "Produktu kategorijas" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_product_template +msgid "Product Template" +msgstr "Produkta veidne" + +#. module: website_sale +#: view:website:website_sale.product +#: view:website:website_sale.product_price +msgid "Product not available" +msgstr "Produkts nav pieejams" + +#. module: website_sale +#: view:website:website_sale.404 +msgid "Product not found!" +msgstr "Produkts nav atrasts!" + +#. module: website_sale +#: view:website:website_sale.product +msgid "Products" +msgstr "Produkti" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Promote" +msgstr "Veicināt" + +#. module: website_sale +#: field:product.pricelist,code:0 +msgid "Promotional Code" +msgstr "Reklāmas kods" + +#. module: website_sale +#: view:product.public.category:website_sale.product_public_category_form_view +msgid "Public Categories" +msgstr "Publiskās kategorijas" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_product_public_category +#: field:product.template,public_categ_ids:0 +msgid "Public Category" +msgstr "Publiskā kategorija" + +#. module: website_sale +#: model:ir.actions.act_window,name:website_sale.product_public_category_action +#: model:ir.ui.menu,name:website_sale.menu_product_public_category +msgid "Public Product Categories" +msgstr "Publiskās produktu kategorijas" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:103 +#, python-format +msgid "Publish your product" +msgstr "Publicēt produktu" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Push down" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Push to bottom" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Push to top" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Push up" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.payment +msgid "Quantity" +msgstr "Daudzums" + +#. module: website_sale +#: selection:product.attribute,type:0 +msgid "Radio" +msgstr "Radio" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Return to Cart" +msgstr "Atgriezties pie iepirkumu groza" + +#. module: website_sale +#: view:website:website_sale.404 +msgid "Return to the product list." +msgstr "Atgriezties pie produktu saraksta." + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.checkout +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Review Order" +msgstr "Pārskatīt pasūtījumu" + +#. module: website_sale +#: view:website:website_sale.products_item +msgid "Sale" +msgstr "Pārdošana" + +#. module: website_sale +#: field:payment.transaction,sale_order_id:0 +msgid "Sale Order" +msgstr "Pārdošanas pasūtījums" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_sale_order +msgid "Sales Order" +msgstr "Pārdošanas pasūtījums" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:74 +#, python-format +msgid "Save this Image" +msgstr "Saglabāt šo attēlu" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:95 +#, python-format +msgid "Save your modifications" +msgstr "Saglabāt izmaiņas" + +#. module: website_sale +#: view:website:website_sale.search +msgid "Search..." +msgstr "Meklēt..." + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Secure Payment" +msgstr "Drošs maksājums" + +#. module: website_sale +#: selection:product.attribute,type:0 +msgid "Select" +msgstr "Izvēlēties" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:26 +#, python-format +msgid "" +"Select 'New Product' to create it and manage its properties to boost your " +"sales." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:67 +#, python-format +msgid "Select an Image" +msgstr "Izvēlieties attēlu" + +#. module: website_sale +#: field:product.public.category,sequence:0 +#: field:product.template,website_sequence:0 +msgid "Sequence" +msgstr "Sekvence" + +#. module: website_sale +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Ship To:" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Ship to the same address" +msgstr "Piegādāt tajā pašā adresē" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Shipping" +msgstr "Piegāde" + +#. module: website_sale +#: view:website:website_sale.cart +#: view:website:website_sale.checkout +#: view:website:website_sale.confirmation +#: view:website:website_sale.payment +msgid "Shipping & Billing" +msgstr "Piegāde & Norēķini" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Shipping Information" +msgstr "Piegādes informācija" + +#. module: website_sale +#: view:website:website_sale.products +#: model:website.menu,name:website_sale.menu_shop +msgid "Shop" +msgstr "Veikals" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Shop - Checkout" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.confirmation +msgid "Shop - Confirmed" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.payment +msgid "Shop - Select Payment Mode" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Shopping Cart" +msgstr "Iepirkumu grozs" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Sign in" +msgstr "Reģistrēties" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Size" +msgstr "Izmērs" + +#. module: website_sale +#: field:product.template,website_size_x:0 +msgid "Size X" +msgstr "Izmērs X" + +#. module: website_sale +#: field:product.template,website_size_y:0 +msgid "Size Y" +msgstr "Izmērs Y" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:13 +#, python-format +msgid "Skip It" +msgstr "Izlaist" + +#. module: website_sale +#: field:product.public.category,image_small:0 +msgid "Smal-sized image" +msgstr "" + +#. module: website_sale +#: help:product.public.category,image_small:0 +msgid "" +"Small-sized image of the category. It is automatically resized as a 64x64px " +"image, with aspect ratio preserved. Use this field anywhere a small image is " +"required." +msgstr "" + +#. module: website_sale +#: view:website:website_sale.404 +msgid "Sorry, this product is not available anymore." +msgstr "Atvainojiet, šis produkts vairs nav pieejams" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:13 +#, python-format +msgid "Start Tutorial" +msgstr "Sākt pamācību" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "State / Province" +msgstr "Štats / Novads" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "State / Province..." +msgstr "Štats / Novads..." + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Street" +msgstr "Iela" + +#. module: website_sale +#: field:product.style,name:0 +msgid "Style Name" +msgstr "" + +#. module: website_sale +#: field:product.template,website_style_ids:0 +#: view:website:website_sale.products +msgid "Styles" +msgstr "Stili" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Subtotal:" +msgstr "Kopā:" + +#. module: website_sale +#: view:website:website_sale.product +msgid "Suggested alternatives:" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Suggested products:" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.total +msgid "Taxes may be updated after providing shipping address" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +#: view:website:website_sale.total +msgid "Taxes:" +msgstr "Nodokļi:" + +#. module: website_sale +#: view:website:website_sale.confirmation +msgid "Thank you for your order." +msgstr "Paldies par Jūsu pasūtījumu." + +#. module: website_sale +#: code:addons/website_sale/controllers/main.py:723 +#, python-format +msgid "The payment seems to have been canceled." +msgstr "" + +#. module: website_sale +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 +#, python-format +msgid "There seems to be an error with your request." +msgstr "" + +#. module: website_sale +#: help:product.public.category,image:0 +msgid "" +"This field holds the image used as image for the cateogry, limited to " +"1024x1024px." +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:46 +#, python-format +msgid "This page contains all the information related to the new product." +msgstr "" + +#. module: website_sale +#: help:product.template,public_categ_ids:0 +msgid "Those categories are used to group similar products for e-commerce." +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Total To Pay:" +msgstr "Apmaksai kopā:" + +#. module: website_sale +#: view:website:website_sale.total +msgid "Total:" +msgstr "Summa:" + +#. module: website_sale +#: field:sale.order,payment_tx_id:0 +msgid "Transaction" +msgstr "Darījums" + +#. module: website_sale +#: field:product.attribute,type:0 +msgid "Type" +msgstr "Veids" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:61 +#, python-format +msgid "Update image" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "Use the" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "VAT Number" +msgstr "PVN reģistrācijas numurs" + +#. module: website_sale +#: view:website:website_sale.payment +msgid "Validate Order" +msgstr "Apstiprināt pasūtījumu" + +#. module: website_sale +#: model:ir.model,name:website_sale.model_website +#: view:product.template:website_sale.product_template_form_view +msgid "Website" +msgstr "Mājaslapa" + +#. module: website_sale +#: field:product.template,website_message_ids:0 +msgid "Website Comments" +msgstr "Mājaslapas piezīmes" + +#. module: website_sale +#: model:ir.actions.act_url,name:website_sale.action_open_website +msgid "Website Shop" +msgstr "Mājaslapas veikals" + +#. module: website_sale +#: field:product.template,website_meta_description:0 +msgid "Website meta description" +msgstr "" + +#. module: website_sale +#: field:product.template,website_meta_keywords:0 +msgid "Website meta keywords" +msgstr "" + +#. module: website_sale +#: field:product.template,website_meta_title:0 +msgid "Website meta title" +msgstr "" + +#. module: website_sale +#: field:product.product,website_url:0 +#: field:product.template,website_url:0 +msgid "Website url" +msgstr "" + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:11 +#, python-format +msgid "Welcome to your shop" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "Write a comment..." +msgstr "Rakstīt piezīmi..." + +#. module: website_sale +#. openerp-web +#: code:addons/website_sale/static/src/js/website_sale_tour_shop.js:12 +#, python-format +msgid "" +"You successfully installed the e-commerce. This guide will help you to " +"create your product and promote your sales." +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Your Address" +msgstr "Jūsu adrese" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Your Name" +msgstr "Jūsu vārds un uzvārds" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Your Order" +msgstr "Jūsu pasūtījums" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "Your cart is empty!" +msgstr "Jūsu grozs ir tukšs!" + +#. module: website_sale +#: code:addons/website_sale/controllers/main.py:721 +#, python-format +msgid "Your payment has been received." +msgstr "Jūsu maksājums ir saņemts." + +#. module: website_sale +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 +#, python-format +msgid "Your transaction is waiting confirmation." +msgstr "Jūsu darījums gaida apstiprinājumu." + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "Zip / Postal Code" +msgstr "Pasta indekss" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "change" +msgstr "mainīt" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "code..." +msgstr "kods..." + +#. module: website_sale +#: view:website:website_sale.products +msgid "col-md-3 hidden-xs" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.products +msgid "col-md-9" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "comment" +msgstr "komentārs" + +#. module: website_sale +#: view:website:website_sale.product +msgid "comments" +msgstr "komentāri" + +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.checkout +msgid "select..." +msgstr "atzīmēt..." + +#. module: website_sale +#: view:website:website_sale.products +msgid "top menu to create a new product." +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "☑ 256 bit encryption" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "☑ 30-days money-back guarantee" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "☑ Invoice sent by e-Mail" +msgstr "Rēķins nosūtīts pa e-pastu" + +#. module: website_sale +#: view:website:website_sale.cart +msgid "☑ Processed by Ogone" +msgstr "" diff --git a/addons/website_sale/i18n/nl.po b/addons/website_sale/i18n/nl.po index ab68d9d6a58..58b6900ec4d 100644 --- a/addons/website_sale/i18n/nl.po +++ b/addons/website_sale/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-09-01 10:41+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-24 09:54+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:35+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-25 07:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_sale #: view:website:website_sale.cart @@ -487,7 +487,7 @@ msgstr "Naam (afleveradres)" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -548,7 +548,9 @@ msgid "Parent Category" msgstr "Bovenliggende categorie" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" msgstr "Betaal nu" @@ -971,14 +973,14 @@ msgid "Thank you for your order." msgstr "Bedankt voor je bestelling." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." msgstr "De betaling lijkt geannuleerd te zijn." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." msgstr "Er lijkt een probleem te zijn met uw verzoek." @@ -1129,14 +1131,14 @@ msgid "Your cart is empty!" msgstr "Je winkelmandje is leeg!" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." msgstr "Je betaling is ontvangen." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." msgstr "Je transactie is in behandeling." @@ -1176,6 +1178,16 @@ msgstr "opmerking" msgid "comments" msgstr "opmerkingen" +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "pagination form-inline col-md-3" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "trek-rechts" + #. module: website_sale #: view:website:website_sale.checkout msgid "select..." diff --git a/addons/website_sale/i18n/pl.po b/addons/website_sale/i18n/pl.po index 06498dc9f5c..81dcac5fa60 100644 --- a/addons/website_sale/i18n/pl.po +++ b/addons/website_sale/i18n/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-14 18:34+0000\n" "Last-Translator: Dariusz Żbikowski (Krokus) \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-15 07:46+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_sale @@ -465,7 +465,7 @@ msgstr "Nazwa (dla wysyłki)" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -524,7 +524,9 @@ msgid "Parent Category" msgstr "Kategoria nadrzędna" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" msgstr "Zapłać teraz" @@ -941,14 +943,14 @@ msgid "Thank you for your order." msgstr "Dziękujemy za Twoje zamówienie." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." msgstr "Wygląda, że płatność została anulowana." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." msgstr "Wygląda, że wystąpił błąd przetwarzania Twojego żądania." @@ -1093,14 +1095,14 @@ msgid "Your cart is empty!" msgstr "Twój koszyk jest pusty!" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." msgstr "Twoją płatność otrzymano." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." msgstr "Twoja transakcja oczekuje na potwierdzenie." @@ -1140,6 +1142,16 @@ msgstr "komentarz" msgid "comments" msgstr "komentarze" +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "" + #. module: website_sale #: view:website:website_sale.checkout msgid "select..." diff --git a/addons/website_sale/i18n/pt.po b/addons/website_sale/i18n/pt.po index 2f0eabecd57..4dbbe8d72c2 100644 --- a/addons/website_sale/i18n/pt.po +++ b/addons/website_sale/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" -"PO-Revision-Date: 2014-08-20 12:49+0000\n" -"Last-Translator: Opencloud - PT \n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" +"PO-Revision-Date: 2014-09-27 20:56+0000\n" +"Last-Translator: Daniel Reis \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-28 07:22+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_sale #: view:website:website_sale.cart @@ -486,7 +486,7 @@ msgstr "Nome (Entrega)" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -547,7 +547,9 @@ msgid "Parent Category" msgstr "Categoria Pai" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" msgstr "Pagar Agora" @@ -970,14 +972,14 @@ msgid "Thank you for your order." msgstr "Obrigado pela sua ordem." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." msgstr "O pagamento parece ter sido cancelado." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." msgstr "Parece haver um erro com o seu pedido." @@ -1128,14 +1130,14 @@ msgid "Your cart is empty!" msgstr "Seu carrinho está vazio!" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." msgstr "O seu pagamento foi recebido." #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." msgstr "A sua transacção está a aguardar confirmação." @@ -1175,6 +1177,16 @@ msgstr "comentário" msgid "comments" msgstr "comentários" +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "paginação form-inline col-md-3" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "encostar à direita" + #. module: website_sale #: view:website:website_sale.checkout msgid "select..." diff --git a/addons/website_sale/i18n/pt_BR.po b/addons/website_sale/i18n/pt_BR.po index 4d50b8427ee..4d4c2d5cc6d 100644 --- a/addons/website_sale/i18n/pt_BR.po +++ b/addons/website_sale/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 10:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_sale @@ -463,7 +463,7 @@ msgstr "" #. module: website_sale #. openerp-web -#: code:addons/website_sale/controllers/main.py:805 +#: code:addons/website_sale/controllers/main.py:812 #: code:addons/website_sale/static/src/js/website_sale.editor.js:11 #: view:website:website.layout #, python-format @@ -522,7 +522,9 @@ msgid "Parent Category" msgstr "" #. module: website_sale +#: code:addons/website_sale/controllers/main.py:622 #: view:website:website_sale.payment +#, python-format msgid "Pay Now" msgstr "" @@ -939,14 +941,14 @@ msgid "Thank you for your order." msgstr "" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:716 +#: code:addons/website_sale/controllers/main.py:723 #, python-format msgid "The payment seems to have been canceled." msgstr "" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:692 -#: code:addons/website_sale/controllers/main.py:704 +#: code:addons/website_sale/controllers/main.py:699 +#: code:addons/website_sale/controllers/main.py:711 #, python-format msgid "There seems to be an error with your request." msgstr "" @@ -1091,14 +1093,14 @@ msgid "Your cart is empty!" msgstr "" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:714 +#: code:addons/website_sale/controllers/main.py:721 #, python-format msgid "Your payment has been received." msgstr "" #. module: website_sale -#: code:addons/website_sale/controllers/main.py:718 -#: code:addons/website_sale/controllers/main.py:722 +#: code:addons/website_sale/controllers/main.py:725 +#: code:addons/website_sale/controllers/main.py:729 #, python-format msgid "Your transaction is waiting confirmation." msgstr "" @@ -1138,6 +1140,16 @@ msgstr "" msgid "comments" msgstr "" +#. module: website_sale +#: view:website:website_sale.products +msgid "pagination form-inline col-md-3" +msgstr "" + +#. module: website_sale +#: view:website:website_sale.product +msgid "pull-right" +msgstr "" + #. module: website_sale #: view:website:website_sale.checkout msgid "select..." diff --git a/addons/website_sale_delivery/i18n/lv.po b/addons/website_sale_delivery/i18n/lv.po new file mode 100644 index 00000000000..e00ee81d871 --- /dev/null +++ b/addons/website_sale_delivery/i18n/lv.po @@ -0,0 +1,63 @@ +# Latvian translation for openobject-addons +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"PO-Revision-Date: 2014-09-26 19:01+0000\n" +"Last-Translator: Jānis \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: website_sale_delivery +#: field:delivery.carrier,website_published:0 +msgid "Available in the website" +msgstr "" + +#. module: website_sale_delivery +#: model:ir.model,name:website_sale_delivery.model_delivery_carrier +msgid "Carrier" +msgstr "" + +#. module: website_sale_delivery +#: view:website:website_sale.payment +msgid "Choose your Delivery Method" +msgstr "Izvēlieties piegādes metodi" + +#. module: website_sale_delivery +#: field:sale.order,amount_delivery:0 +msgid "Delivery Amount" +msgstr "Piegādes summa" + +#. module: website_sale_delivery +#: view:website:website_sale.total +msgid "Delivery will be updated after choosing a new delivery method" +msgstr "" + +#. module: website_sale_delivery +#: view:website:website_sale.total +msgid "Delivery:" +msgstr "Piegāde:" + +#. module: website_sale_delivery +#: field:delivery.carrier,website_description:0 +msgid "Description for the website" +msgstr "" + +#. module: website_sale_delivery +#: model:ir.model,name:website_sale_delivery.model_sale_order +msgid "Sales Order" +msgstr "Pārdošanas pasūtījums" + +#. module: website_sale_delivery +#: help:sale.order,amount_delivery:0 +msgid "The amount without tax." +msgstr "Summa bez nodokļiem." diff --git a/addons/website_twitter/i18n/de.po b/addons/website_twitter/i18n/de.po index 3811653f0dd..df5aefa4e92 100644 --- a/addons/website_twitter/i18n/de.po +++ b/addons/website_twitter/i18n/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 12:01+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_twitter @@ -107,7 +107,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "Bitte prüfen Sie Twitter API Key und Secret doppelt" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -117,7 +117,7 @@ msgstr "" "ein, um dessen Favoriten zu laden (muss nicht zwingend der eigene sein)" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -240,7 +240,7 @@ msgid "Twitter authorization error!" msgstr "Twitter Authentifizierungsfehler!" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/es.po b/addons/website_twitter/i18n/es.po index 57881ba0af1..e8726fa0def 100644 --- a/addons/website_twitter/i18n/es.po +++ b/addons/website_twitter/i18n/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-15 07:12+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-16 06:56+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_twitter #: view:website.config.settings:website_twitter.view_website_config_settings @@ -105,7 +105,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "Introduzca de nuevo la clave de API y la palabra secreta de Twitter" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -115,7 +115,7 @@ msgstr "" "en la configuración del sitio web (no tiene por qué ser el suyo)" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -239,7 +239,7 @@ msgid "Twitter authorization error!" msgstr "Error de autorización de Twitter" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/hr.po b/addons/website_twitter/i18n/hr.po index 65751dfc0e3..cd3f5e76508 100644 --- a/addons/website_twitter/i18n/hr.po +++ b/addons/website_twitter/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-01 13:55+0000\n" "Last-Translator: Goran Kliska \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-02 07:35+0000\n" -"X-Generator: Launchpad (build 17192)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_twitter #: view:website.config.settings:website_twitter.view_website_config_settings @@ -102,7 +102,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -110,7 +110,7 @@ msgid "" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -223,7 +223,7 @@ msgid "Twitter authorization error!" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/it.po b/addons/website_twitter/i18n/it.po index 9067511d26d..6a4d9dcfb10 100644 --- a/addons/website_twitter/i18n/it.po +++ b/addons/website_twitter/i18n/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-18 10:13+0000\n" "Last-Translator: Simone Bernini \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:22+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_twitter @@ -104,7 +104,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -112,7 +112,7 @@ msgid "" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -225,7 +225,7 @@ msgid "Twitter authorization error!" msgstr "Errore di autenticazione a Twitter!" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/nl.po b/addons/website_twitter/i18n/nl.po index 6b31a64fa6d..2f145e7b9b4 100644 --- a/addons/website_twitter/i18n/nl.po +++ b/addons/website_twitter/i18n/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-27 08:29+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-28 06:36+0000\n" -"X-Generator: Launchpad (build 17174)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_twitter #: view:website.config.settings:website_twitter.view_website_config_settings @@ -105,7 +105,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "Check aub uw Twitter API sleutel en wachtwoord" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -115,7 +115,7 @@ msgstr "" "Website Settings (deze hoeft niet van u te zijn)" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -236,7 +236,7 @@ msgid "Twitter authorization error!" msgstr "Twitter authorisatie fout!" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/pl.po b/addons/website_twitter/i18n/pl.po index e8931ec4a18..73378154e47 100644 --- a/addons/website_twitter/i18n/pl.po +++ b/addons/website_twitter/i18n/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-20 08:25+0000\n" "Last-Translator: Grażyna Grzelak (Openglobe.pl) " "\n" @@ -15,8 +15,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-21 06:53+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_twitter #: view:website.config.settings:website_twitter.view_website_config_settings @@ -103,7 +103,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -111,7 +111,7 @@ msgid "" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -224,7 +224,7 @@ msgid "Twitter authorization error!" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/pt.po b/addons/website_twitter/i18n/pt.po index ac1570e02f7..bb280aa5009 100644 --- a/addons/website_twitter/i18n/pt.po +++ b/addons/website_twitter/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-08-19 22:39+0000\n" "Last-Translator: Opencloud - PT \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-20 06:28+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: website_twitter #: view:website.config.settings:website_twitter.view_website_config_settings @@ -104,7 +104,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "Por favor, verifique novamente seu Twitter API Chave e Segredo" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -114,7 +114,7 @@ msgstr "" "configurações do site (não tem que ser o seu)" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -237,7 +237,7 @@ msgid "Twitter authorization error!" msgstr "Erro Autorização do Twitter!" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/addons/website_twitter/i18n/pt_BR.po b/addons/website_twitter/i18n/pt_BR.po index 7e0d52baf25..15d59769a06 100644 --- a/addons/website_twitter/i18n/pt_BR.po +++ b/addons/website_twitter/i18n/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:09+0000\n" +"POT-Creation-Date: 2014-09-23 16:28+0000\n" "PO-Revision-Date: 2014-09-19 08:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-20 06:44+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:43+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: website_twitter @@ -102,7 +102,7 @@ msgid "Please double-check your Twitter API Key and Secret" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:20 +#: code:addons/website_twitter/controllers/main.py:25 #, python-format msgid "" "Please set a Twitter screen name to load favorites from, in the Website " @@ -110,7 +110,7 @@ msgid "" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:18 +#: code:addons/website_twitter/controllers/main.py:21 #, python-format msgid "Please set the Twitter API Key and Secret in the Website Settings." msgstr "" @@ -223,7 +223,7 @@ msgid "Twitter authorization error!" msgstr "" #. module: website_twitter -#: code:addons/website_twitter/controllers/main.py:29 +#: code:addons/website_twitter/controllers/main.py:36 #, python-format msgid "" "Twitter user @%(username)s has less than 12 favorite tweets. Please add more " diff --git a/openerp/addons/base/i18n/ab.po b/openerp/addons/base/i18n/ab.po index 967047b68a8..064d75e1e94 100644 --- a/openerp/addons/base/i18n/ab.po +++ b/openerp/addons/base/i18n/ab.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Abkhazian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/af.po b/openerp/addons/base/i18n/af.po index 8c56f49f460..fdbac83cb78 100644 --- a/openerp/addons/base/i18n/af.po +++ b/openerp/addons/base/i18n/af.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2957,6 +2848,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4457,8 +4363,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4479,7 +4385,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4791,7 +4697,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5038,6 +4944,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5122,6 +5030,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5134,9 +5137,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5226,11 +5229,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5318,7 +5316,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5332,11 +5330,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5996,7 +5989,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6008,17 +6001,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6071,7 +6058,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6155,7 +6142,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6165,19 +6152,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6425,6 +6412,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6654,13 +6646,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6792,7 +6784,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7225,7 +7217,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7491,7 +7483,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7685,8 +7677,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7696,6 +7688,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7720,6 +7717,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7753,7 +7755,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7798,14 +7800,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7822,7 +7816,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7923,15 +7917,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7939,7 +7933,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7958,7 +7952,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7966,16 +7960,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8021,7 +8015,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8067,7 +8061,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8258,7 +8252,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8482,7 +8476,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9053,7 +9047,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9403,12 +9397,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9600,6 +9593,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9661,12 +9659,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9740,7 +9732,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9751,13 +9743,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9789,7 +9781,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9888,7 +9880,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10474,13 +10466,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10495,6 +10487,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10600,13 +10598,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10945,7 +10943,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10985,13 +10983,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11054,8 +11052,8 @@ msgstr "" "Model naam waarin die metode wat geroep word verskyn, bv. \"res.partner\"." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11404,7 +11402,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11464,7 +11462,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11488,7 +11486,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11531,6 +11529,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11643,6 +11646,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11697,6 +11707,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11747,7 +11762,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11861,16 +11876,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11882,8 +11887,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12118,7 +12123,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12215,9 +12220,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12282,14 +12287,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12316,7 +12321,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12564,7 +12569,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12917,7 +12922,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13065,6 +13070,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13137,7 +13147,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13183,7 +13193,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13593,6 +13603,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13630,7 +13645,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13661,6 +13676,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13733,7 +13755,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13803,25 +13825,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14518,14 +14540,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14533,7 +14555,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14641,6 +14663,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14706,7 +14733,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14763,7 +14790,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14828,7 +14855,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14882,6 +14909,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15090,7 +15123,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15291,6 +15324,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15329,7 +15367,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15540,12 +15578,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15805,12 +15837,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15824,7 +15856,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16193,7 +16225,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16211,7 +16243,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16292,7 +16324,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16301,7 +16333,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16469,11 +16501,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16545,7 +16572,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/am.po b/openerp/addons/base/i18n/am.po index aeeda7d7335..261746c23fe 100644 --- a/openerp/addons/base/i18n/am.po +++ b/openerp/addons/base/i18n/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2986,6 +2877,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4500,8 +4406,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4522,7 +4428,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4834,7 +4740,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5081,6 +4987,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5165,6 +5073,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5177,9 +5180,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5269,11 +5272,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5361,7 +5359,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5375,11 +5373,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6039,7 +6032,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6051,17 +6044,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6114,7 +6101,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6198,7 +6185,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6208,19 +6195,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6468,6 +6455,11 @@ msgstr "ኮሎምቢያ" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6697,13 +6689,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6835,7 +6827,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7268,7 +7260,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7535,7 +7527,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7729,8 +7721,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7740,6 +7732,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7764,6 +7761,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7797,7 +7799,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7842,14 +7844,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7866,7 +7860,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7967,15 +7961,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7983,7 +7977,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8002,7 +7996,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8010,16 +8004,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8065,7 +8059,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8111,7 +8105,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8302,7 +8296,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8532,7 +8526,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9101,7 +9095,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9451,12 +9445,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9650,6 +9643,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9711,12 +9709,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9790,7 +9782,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9801,13 +9793,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9839,7 +9831,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9938,7 +9930,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10524,13 +10516,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10545,6 +10537,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10650,13 +10648,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10995,7 +10993,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11035,13 +11033,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11103,8 +11101,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11453,7 +11451,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11513,7 +11511,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11537,7 +11535,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11580,6 +11578,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11692,6 +11695,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11746,6 +11756,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11796,7 +11811,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11910,16 +11925,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11931,8 +11936,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12167,7 +12172,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12264,9 +12269,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12331,14 +12336,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12365,7 +12370,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12613,7 +12618,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12966,7 +12971,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13114,6 +13119,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13186,7 +13196,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13232,7 +13242,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13642,6 +13652,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13679,7 +13694,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13710,6 +13725,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13782,7 +13804,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13852,25 +13874,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14569,14 +14591,14 @@ msgstr "" "መረጃዎችን በፍጥነት ለማግኘት ይሄን ኮድ መጠቀም ይችላሉ።" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14584,7 +14606,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14692,6 +14714,11 @@ msgid "" "any." msgstr "ይሄን ሰው/ድርጅት/ የሚያስተናግደው ተጠቃሚ" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14757,7 +14784,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14814,7 +14841,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14877,7 +14904,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14931,6 +14958,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15139,7 +15172,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15340,6 +15373,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15378,7 +15416,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15589,12 +15627,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15854,12 +15886,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15873,7 +15905,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "ማስጠንቀቅያ!" @@ -16242,7 +16274,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16260,7 +16292,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16341,7 +16373,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16350,7 +16382,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16518,11 +16550,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16594,7 +16621,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/ar.po b/openerp/addons/base/i18n/ar.po index e493a6350bc..599700ce26b 100644 --- a/openerp/addons/base/i18n/ar.po +++ b/openerp/addons/base/i18n/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2961,6 +2852,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4464,8 +4370,8 @@ msgstr "%p - صباحاً أم مساءً" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (نسخة)" @@ -4486,7 +4392,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - السنة دون القرن [00،99]" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4798,7 +4704,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5045,6 +4951,8 @@ msgstr "الإجراءات" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5129,6 +5037,101 @@ msgstr "نوع العنوان" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5141,9 +5144,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5235,11 +5238,6 @@ msgstr "" msgid "Always Searchable" msgstr "قابل للبحث دائماً" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5327,7 +5325,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5341,11 +5339,6 @@ msgstr "تطبيق" msgid "Application Terms" msgstr "مصطلحات التطبيق" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6005,7 +5998,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "لا يمكن حذف المستخدم root!" @@ -6017,17 +6010,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "لا يمكنك ترقية الوحدة البرمجية '%s' لأنها غير مثبّتة." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "يمكنك تغيير اسم عمود واحد فقط كل مرة!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6080,7 +6067,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "لا يمكن إعادة تسمية العمود بـ %s لأن ذلك الاسم مستخدم حالياً!" @@ -6164,7 +6151,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6174,19 +6161,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "لا يمكن تغيير نموذج أي حقل!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6434,6 +6421,11 @@ msgstr "كولومبيا" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6665,13 +6657,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6803,7 +6795,7 @@ msgid "Costa Rica - Accounting" msgstr "محاسبة - كوستا ريكا" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7239,7 +7231,7 @@ msgid "Custom Shortcuts" msgstr "اختصارات مخصصة" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "الحقول الخاصة يجب أن تيدأ باسم يبدأ بـ 'x_' !" @@ -7505,7 +7497,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7701,8 +7693,8 @@ msgid "Document Management System" msgstr "نظام ادارة الوثائق" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7712,6 +7704,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7736,6 +7733,11 @@ msgstr "دومينيكا" msgid "Dominican Republic" msgstr "جمهورية الدومينيكان" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7769,7 +7771,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7814,14 +7816,6 @@ msgstr "الإكوادور" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7838,7 +7832,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7939,15 +7933,15 @@ msgid "Eritrea" msgstr "إريتريا" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7955,7 +7949,7 @@ msgstr "إريتريا" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7974,7 +7968,7 @@ msgid "Error ! You can not create recursive categories." msgstr "خطأ! لا يمكنك إنشاء فئات متداخلة." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7982,16 +7976,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "خطأ!" @@ -8037,7 +8031,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8083,7 +8077,7 @@ msgstr "تنفيذ" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8274,7 +8268,7 @@ msgid "Field Type" msgstr "نوع الحقل" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8498,7 +8492,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "يجب سرد الاختيارات الممكنة لحقل الاختيار!" @@ -9072,7 +9066,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9424,12 +9418,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9626,6 +9619,11 @@ msgstr "عرض موروث" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9687,12 +9685,6 @@ msgstr "مثبَّت" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9766,7 +9758,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9777,13 +9769,13 @@ msgid "Invalid arguments" msgstr "معطيات غير سليمة" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9815,7 +9807,7 @@ msgid "Invalid model name in the action definition." msgstr "اسم نموذج خاطئ في تعريف الإجراء." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9914,7 +9906,7 @@ msgstr "إسرائيل" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10500,13 +10492,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10521,6 +10513,12 @@ msgstr "تحميل" msgid "Load a Translation" msgstr "تحميل ترجمة" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10626,13 +10624,13 @@ msgid "Madam" msgstr "سيدة" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10972,7 +10970,7 @@ msgid "Miss" msgstr "الآنسة" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11012,13 +11010,13 @@ msgid "Model" msgstr "النموذج" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "النموذج %s غير موجود!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11080,8 +11078,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11430,7 +11428,7 @@ msgid "New Zealand" msgstr "نيوزيلندا" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11490,7 +11488,7 @@ msgid "Niue" msgstr "نييوي" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11514,7 +11512,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11560,6 +11558,11 @@ msgstr "جزر ماريانا الشمالية" msgid "Norway" msgstr "النرويج" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11672,6 +11675,13 @@ msgstr "الكائن:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11726,6 +11736,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11776,7 +11791,7 @@ msgid "Only if this bank account belong to your company" msgstr "فقط إذا كان هذا الحساب مملوكا لشركتك" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11892,16 +11907,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "اختياري: اسم المستخدم للتحقق من قبل ملقم البريد" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11913,8 +11918,8 @@ msgid "Original View" msgstr "طريقة العرض الأصلية" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12149,7 +12154,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "الشركاء: " @@ -12246,9 +12251,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12313,14 +12318,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12347,7 +12352,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12597,7 +12602,7 @@ msgid "Properties" msgstr "الخصائص" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12952,7 +12957,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "إعادة تسمية الحقل \"%s\" غير مسموحة" @@ -13100,6 +13105,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13172,7 +13182,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13218,7 +13228,7 @@ msgid "SMTP Server" msgstr "خادم SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13628,6 +13638,11 @@ msgstr "" msgid "Server Action" msgstr "إجراء الخادم" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13665,7 +13680,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "لا يمكن استخدام كلمات مرور فارغة لأسباب أمنية!" @@ -13696,6 +13711,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13768,7 +13790,7 @@ msgid "Size" msgstr "الحجم" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13838,25 +13860,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14555,14 +14577,14 @@ msgstr "" "يمكنك استخدام هذا الحقل للبحث السريع." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "اسم الكائن يجب أن يبدأ بـ \"_x\" ولا يحتوي على رموز خاصة !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14570,7 +14592,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14679,6 +14701,11 @@ msgid "" "any." msgstr "المستخدم الداخلي المسئول عن التواصل مع جهة الاتصال هذه، إن وجدت." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14746,7 +14773,7 @@ msgstr "" "ثلاثية , مثال [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14803,7 +14830,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14870,7 +14897,7 @@ msgid "This Window" msgstr "هذه النافذة" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14924,6 +14951,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15132,7 +15165,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15334,6 +15367,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "لا يمكن ترقية الوحدة البرمجية \"%s\" بسبب عدم توفّر متطلب خارجي: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15372,7 +15410,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15585,12 +15623,6 @@ msgstr "واجهة المستخدم" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15851,12 +15883,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "تحذير" @@ -15870,7 +15902,7 @@ msgstr "رسائل التحذير و الاشعارات" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "تحذير!" @@ -16242,7 +16274,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16260,7 +16292,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16345,7 +16377,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16354,7 +16386,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16522,11 +16554,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16598,7 +16625,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/bg.po b/openerp/addons/base/i18n/bg.po index d3232448ab9..4264051a304 100644 --- a/openerp/addons/base/i18n/bg.po +++ b/openerp/addons/base/i18n/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2974,6 +2865,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4482,8 +4388,8 @@ msgstr "%p - Еквивалент на \"AM\" или \"PM\"." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (копие)" @@ -4504,7 +4410,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Годината без века [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4819,7 +4725,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5066,6 +4972,8 @@ msgstr "Действия" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5150,6 +5058,101 @@ msgstr "Вид на адреса" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5162,9 +5165,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5254,11 +5257,6 @@ msgstr "" msgid "Always Searchable" msgstr "Винаги търсим" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5348,7 +5346,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5362,11 +5360,6 @@ msgstr "Приложение" msgid "Application Terms" msgstr "Изрази в програмата" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6026,7 +6019,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Не може да се премахне потребителят root!" @@ -6038,17 +6031,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Модул '%s' не може да бъде обновен. Той не е инсталиран." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6101,7 +6088,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6187,7 +6174,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6197,19 +6184,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Промяна на модела на полете е забранена!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6457,6 +6444,11 @@ msgstr "Колумбия" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6686,13 +6678,13 @@ msgid "Connection Security" msgstr "Сигурност на връзката" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6824,7 +6816,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7257,7 +7249,7 @@ msgid "Custom Shortcuts" msgstr "Потребителски клавишни комбинации" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Персонализираните полета трябва да имат име което започва с 'x_' !" @@ -7523,7 +7515,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7717,8 +7709,8 @@ msgid "Document Management System" msgstr "Система за управление на документи" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7728,6 +7720,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7752,6 +7749,11 @@ msgstr "Доминика" msgid "Dominican Republic" msgstr "Доминиканска република" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7785,7 +7787,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7830,14 +7832,6 @@ msgstr "Еквадор" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7854,7 +7848,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7955,15 +7949,15 @@ msgid "Eritrea" msgstr "Еритрея" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7971,7 +7965,7 @@ msgstr "Еритрея" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7990,7 +7984,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Грешка! Не можете да създавате рекурсивни категории" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7998,16 +7992,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Грешка!" @@ -8053,7 +8047,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8099,7 +8093,7 @@ msgstr "Изпълнение" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8290,7 +8284,7 @@ msgid "Field Type" msgstr "Тип на полето" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8514,7 +8508,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9085,7 +9079,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9439,12 +9433,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9638,6 +9631,11 @@ msgstr "Наследен изглед" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9699,12 +9697,6 @@ msgstr "Инсталиран" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9778,7 +9770,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9789,13 +9781,13 @@ msgid "Invalid arguments" msgstr "Невалидни аргументи" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9827,7 +9819,7 @@ msgid "Invalid model name in the action definition." msgstr "Невалидно име на модел при задаването на действие." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9926,7 +9918,7 @@ msgstr "Израел" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10512,13 +10504,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "литовски / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10533,6 +10525,12 @@ msgstr "Зареждане" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10638,13 +10636,13 @@ msgid "Madam" msgstr "Госпожа" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10983,7 +10981,7 @@ msgid "Miss" msgstr "Г-ца" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11023,13 +11021,13 @@ msgid "Model" msgstr "Модел" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11093,8 +11091,8 @@ msgstr "" "\"Res.partner\"." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11443,7 +11441,7 @@ msgid "New Zealand" msgstr "Нова Зеландия" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11503,7 +11501,7 @@ msgid "Niue" msgstr "Ниуе" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11527,7 +11525,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11570,6 +11568,11 @@ msgstr "Северни Мариански острови" msgid "Norway" msgstr "Норвегия" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11682,6 +11685,13 @@ msgstr "Обект:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11736,6 +11746,11 @@ msgstr "Върху множество документи" msgid "On delete property for many2one fields" msgstr "Свойство при изтриване на полета много-към-едно" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11786,7 +11801,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11900,16 +11915,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11921,8 +11926,8 @@ msgid "Original View" msgstr "Оригинален изглед" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12157,7 +12162,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Парньори: " @@ -12254,9 +12259,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12321,14 +12326,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12355,7 +12360,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12605,7 +12610,7 @@ msgid "Properties" msgstr "Свойства" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12961,7 +12966,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Промяна частично на полето \"%s\" не е възможно" @@ -13109,6 +13114,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13181,7 +13191,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13227,7 +13237,7 @@ msgid "SMTP Server" msgstr "SMTP сървър" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13637,6 +13647,11 @@ msgstr "" msgid "Server Action" msgstr "Действия на сървъра" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13674,7 +13689,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Използване на празни пароли не е разрешено по причини за сигурност!" @@ -13705,6 +13720,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13777,7 +13799,7 @@ msgid "Size" msgstr "Размер" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13847,25 +13869,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14564,7 +14586,7 @@ msgstr "" "Може да използвате това поле за бързо търсене." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14573,7 +14595,7 @@ msgstr "" "символи!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14581,7 +14603,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14695,6 +14717,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14763,7 +14790,7 @@ msgstr "" "[(\"цвят\", \"=\", \"червен\")]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14820,7 +14847,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14890,7 +14917,7 @@ msgid "This Window" msgstr "Този прозорец" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14948,6 +14975,12 @@ msgstr "" "отпечатаните доклади. Можете да използвате python изрази с променливите за " "обект и за време." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15156,7 +15189,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15357,6 +15390,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15395,7 +15433,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15608,12 +15646,6 @@ msgstr "Потребителски интерфейс" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15875,12 +15907,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Предупреждение" @@ -15894,7 +15926,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Предупреждение!" @@ -16263,7 +16295,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16281,7 +16313,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16365,7 +16397,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16374,7 +16406,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16542,11 +16574,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16618,7 +16645,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/bn.po b/openerp/addons/base/i18n/bn.po index 54c3ff4e476..8d6c098d15b 100644 --- a/openerp/addons/base/i18n/bn.po +++ b/openerp/addons/base/i18n/bn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "সতর্কবাণী!" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/bs.po b/openerp/addons/base/i18n/bs.po index bd8dd487c5e..46318e82a98 100644 --- a/openerp/addons/base/i18n/bs.po +++ b/openerp/addons/base/i18n/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:01+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:46+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2983,6 +2874,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4493,8 +4399,8 @@ msgstr "%p - Ekvivalent za AM ili PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -4515,7 +4421,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Godina dvoznamenkasto [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4845,7 +4751,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5094,6 +5000,8 @@ msgstr "Akcije" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5178,6 +5086,101 @@ msgstr "Tip adrese" msgid "Address format..." msgstr "Format adrese ..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5190,9 +5193,9 @@ msgid "" msgstr "Administrativna podjela države. (federacije, republike, kantoni...)" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Potreban je administrativni pristup da se deinstalira modul" @@ -5286,11 +5289,6 @@ msgstr "" msgid "Always Searchable" msgstr "Uvijek pretraživo" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5386,7 +5384,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5400,11 +5398,6 @@ msgstr "Aplikacija" msgid "Application Terms" msgstr "Termini aplikacije" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6071,7 +6064,7 @@ msgstr "" "Ne mogu se kreirati Many-To-One zapisi indirektno, uvezite polje odvojeno" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nije moguće obrisati root korisnika!" @@ -6083,17 +6076,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Nije moguće nadograditi modul '%s'. Nije instaliran." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6146,7 +6133,7 @@ msgid "Cannot duplicate configuration!" msgstr "Nije moguće duplicirati konfiguraciju!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Kolona %s već postoji! Ne može se preimenovati." @@ -6230,7 +6217,7 @@ msgid "Change the user password." msgstr "Promjeni šifru korisnika." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6245,19 +6232,19 @@ msgstr "" "promjenu." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Nije dopušteno mjenjanje modela polja." #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Izmjena sistema čuvanja za polje \"%s\" nije dozvoljeno." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6517,6 +6504,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6748,13 +6740,13 @@ msgid "Connection Security" msgstr "Sigurnost povezivanja" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Test veze ne uspješan!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Konekcija uspješno testirana!" @@ -6888,7 +6880,7 @@ msgid "Costa Rica - Accounting" msgstr "Kostarika - Računovodstvo" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Nije se mogao kreirati kontakt bez email adrese!" @@ -7326,7 +7318,7 @@ msgid "Custom Shortcuts" msgstr "Prilagođene prečice" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Prilagođena polja moraju imati ime koje počinje sa 'x_' !" @@ -7605,7 +7597,7 @@ msgid "Delete Access Right" msgstr "Brisanje" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7805,8 +7797,8 @@ msgid "Document Management System" msgstr "Sistem upravljanja dokumentima (DMS)" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Model dokumenta" @@ -7816,6 +7808,11 @@ msgstr "Model dokumenta" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7840,6 +7837,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7873,7 +7875,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7918,14 +7920,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7942,7 +7936,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronska razmjena podataka (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8043,15 +8037,15 @@ msgid "Eritrea" msgstr "Eritreja" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8059,7 +8053,7 @@ msgstr "Eritreja" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8078,7 +8072,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Greška ! Ne možete kreirati rekurzivne kategorije." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8086,16 +8080,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Greška !" @@ -8141,7 +8135,7 @@ msgid "Events Sales" msgstr "Prodaja na događajima" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Čini se da je sve pravilno postavljeno!" @@ -8187,8 +8181,8 @@ msgstr "Izvršavanje" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Upravljanje troškovima" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8387,7 +8381,7 @@ msgid "Field Type" msgstr "Tip polja" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8620,7 +8614,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Za relacijska polja, tehničko ime odredišnog modela" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Za polja iz odabira, opcije odabira moraju biti zadane!" @@ -9210,7 +9204,7 @@ msgid "Here is the exported translation file:" msgstr "Ovde je izvezena datoteka prevoda:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9582,12 +9576,11 @@ msgstr "" "pogled se odnosi samo na korisnike ovih grupa." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9792,6 +9785,11 @@ msgstr "Nasljeđeni pogled" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9853,12 +9851,6 @@ msgstr "Instalirano" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Instalirani moduli" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9932,7 +9924,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Neispravan fromat naziva vrste žiro računa" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Pogrešni kriterijumi pretrage" @@ -9943,13 +9935,13 @@ msgid "Invalid arguments" msgstr "Argumenti nisu ispravni" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9983,7 +9975,7 @@ msgid "Invalid model name in the action definition." msgstr "Neispravan naziv modela u definiciji akcije" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10082,8 +10074,8 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Praćenje pitanja" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10674,13 +10666,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litvanijski / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10695,6 +10687,12 @@ msgstr "Učitaj" msgid "Load a Translation" msgstr "Učitaj prevod" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10800,13 +10798,13 @@ msgid "Madam" msgstr "Gospođa" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11158,7 +11156,7 @@ msgid "Miss" msgstr "Gospođica" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Nedostaje SMTP Server" @@ -11198,13 +11196,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Ne postoji Model %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Model '%s' sadrži modulske podatke koji ne mogu biti uklonjeni!" @@ -11267,8 +11265,8 @@ msgstr "" "Ime modela na kojem se nalazi metoda koja će se pozvati, npr. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11619,7 +11617,7 @@ msgid "New Zealand" msgstr "Novi zeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11683,7 +11681,7 @@ msgid "Niue" msgstr "Niu" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11709,7 +11707,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11755,6 +11753,11 @@ msgstr "Sjeverno Marijanska Ostrva" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11867,6 +11870,13 @@ msgstr "Objekat:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11921,6 +11931,11 @@ msgstr "Na više dokumenata" msgid "On delete property for many2one fields" msgstr "Pri brisanju svojstva za many2one polja" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11971,7 +11986,7 @@ msgid "Only if this bank account belong to your company" msgstr "Samo ako ovaj žiro račun pripada vašoj kompaniji" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12091,16 +12106,6 @@ msgstr "Opcionalna šifra za SMTP prijavu" msgid "Optional username for SMTP authentication" msgstr "Opcionalno korisničko ime za SMTP prijavu" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12112,8 +12117,8 @@ msgid "Original View" msgstr "Izvorni prikaz" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12348,7 +12353,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-pozcioniranje partnera" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneri: " @@ -12445,9 +12450,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Periodične procjene, Ocjene, Ankete (istraživanja)" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Pristup nije dozvoljen" @@ -12512,7 +12517,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12521,7 +12526,7 @@ msgstr "" "greška." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12552,7 +12557,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Molimo da specifirate neku akciju za pokretanje!" @@ -12802,7 +12807,7 @@ msgid "Properties" msgstr "Osobine" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13157,7 +13162,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Izmjena imena proređenog polja \"%s\" nije dozvoljeno" @@ -13305,6 +13310,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13377,7 +13387,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Pravila ne mogu biti primjenjena na modelu Pravila Zapisa." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13423,7 +13433,7 @@ msgid "SMTP Server" msgstr "SMTP server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-kroz-SSL način nije dostupan" @@ -13835,6 +13845,11 @@ msgstr "" msgid "Server Action" msgstr "Serverska akcija" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13872,7 +13887,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Šifra ne može ostati prazna iz sigurnosnih razloga." @@ -13903,6 +13918,13 @@ msgstr "Dijeljeno" msgid "Shipping" msgstr "Prevoznik" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Prikazuje lokalno dostupne module" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13975,7 +13997,7 @@ msgid "Size" msgstr "Veličina" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Veličina polja nikada ne može biti manja od 0!" @@ -14048,26 +14070,26 @@ msgid "Sometimes called BIC or Swift." msgstr "Ponekad se naziva BIC ili SWIFT" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Oprostite, nije vam dozvoljen pristup ovom dokumentu." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" "Izvinjavamo se, ali nije Vam dozvoljeno da kreirate ovu vrstu dokumenta." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Žao nam je, nije Vam dozvoljeno brisanje ovog dokumenta." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Oprostite, nije Vam dozvoljeno mijenjanje ovog dokumenta." @@ -14779,7 +14801,7 @@ msgstr "" "Možete koristiti za brzo pretraživanje." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14787,7 +14809,7 @@ msgstr "" "Naziv objekta mora počinjati sa x_ i ne smije sadržavati specijalne znakove!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14796,7 +14818,7 @@ msgstr "" "Format izraza opcija selekcije mora biti u formatu [('key','Label'), ...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14918,6 +14940,11 @@ msgstr "" "Interni korisnik koji je zadužen za komunikaciju sa ovim kontaktom ako " "postoji." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14986,7 +15013,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "Polje osv_memory može se upoređivati samo sa = ili =! operatorima." @@ -15051,7 +15078,7 @@ msgid "The record id this is attached to" msgstr "Id ovog zapisa zakačen je za" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15124,7 +15151,7 @@ msgid "This Window" msgstr "Ovaj prozor" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Ova kolona sadrži podatke modula i ne može biti uklonjena!" @@ -15192,6 +15219,12 @@ msgstr "" "Ostavite prazno ako ne želite spremiti odštampane izvještaje. Možete " "upotrijebiti python kod sa objektima i vremenskim varijablama." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15400,7 +15433,7 @@ msgid "Translation comments" msgstr "Komentari prevoda" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15612,6 +15645,11 @@ msgstr "" "Nije se mogao nadograditi modul \"%s\" jer vanjska ovisnost nije ispunjena: " "%s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15650,7 +15688,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Nepoznat tip izvještaja: %s" @@ -15866,12 +15904,6 @@ msgstr "Korisnički interfejs" msgid "User Login" msgstr "Prijava korisnika" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16134,12 +16166,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Upozorenje" @@ -16153,7 +16185,7 @@ msgstr "Poruke upozorenja i alarmi" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -16530,7 +16562,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16548,7 +16580,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16650,7 +16682,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16662,7 +16694,7 @@ msgstr "" "servera bi trebala biti dovoljna." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16832,11 +16864,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFakturisanje" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eFakture i Plaćanja" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16908,7 +16935,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17112,3 +17139,15 @@ msgstr "Alandska ostrva" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eFakture i Plaćanja" + +#~ msgid "Expense Management" +#~ msgstr "Upravljanje troškovima" + +#~ msgid "Issue Tracker" +#~ msgstr "Praćenje pitanja" + +#~ msgid "Installed Modules" +#~ msgstr "Instalirani moduli" diff --git a/openerp/addons/base/i18n/ca.po b/openerp/addons/base/i18n/ca.po index 73b89761c56..a685e95e457 100644 --- a/openerp/addons/base/i18n/ca.po +++ b/openerp/addons/base/i18n/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-09-14 09:49+0000\n" "Last-Translator: cubells \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-15 07:47+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:46+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -169,6 +169,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -312,104 +322,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -759,45 +671,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1054,19 +927,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1113,6 +973,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2977,6 +2868,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4483,8 +4389,8 @@ msgstr "%p - Equivalent a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (còpia)" @@ -4505,7 +4411,7 @@ msgid "%y - Year without century [00,99]." msgstr "%i - Any sense el segle [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4829,7 +4735,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5076,6 +4982,8 @@ msgstr "Accions" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5160,6 +5068,101 @@ msgstr "Tipus d'adreça" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5172,9 +5175,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5266,11 +5269,6 @@ msgstr "" msgid "Always Searchable" msgstr "Sempre es pot cercar" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5358,7 +5356,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5372,11 +5370,6 @@ msgstr "" msgid "Application Terms" msgstr "Termes de l'aplicació" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6036,7 +6029,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "No es pot eliminar l'usuari principal!" @@ -6048,17 +6041,11 @@ 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:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Només podeu canviar el nom una columna a la vegada!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6111,7 +6098,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6196,7 +6183,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6206,19 +6193,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Està prohibit canviar el model d'un camp!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6468,6 +6455,11 @@ msgstr "Colòmbia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6700,13 +6692,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6840,7 +6832,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7277,7 +7269,7 @@ msgid "Custom Shortcuts" msgstr "Dreceres personalitzades" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Els camps personalitzats han de tenir un nom que comenci amb 'x_'!" @@ -7543,7 +7535,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7740,8 +7732,8 @@ msgid "Document Management System" msgstr "Sistema de gestió de documents" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7751,6 +7743,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7775,6 +7772,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7808,7 +7810,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7853,14 +7855,6 @@ msgstr "Equador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7877,7 +7871,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7978,15 +7972,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7994,7 +7988,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8013,7 +8007,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Error! No podeu crear categories recursives." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8021,16 +8015,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Error!" @@ -8076,7 +8070,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8122,7 +8116,7 @@ msgstr "Execució" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8322,7 +8316,7 @@ msgid "Field Type" msgstr "Tipus de camp" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8548,7 +8542,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Per camps de relació, el nom tècnic del model destí." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Per camps selection heu d'indicar les opcions de selecció!" @@ -9121,7 +9115,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9475,12 +9469,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9678,6 +9671,11 @@ msgstr "Vista heretada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9739,12 +9737,6 @@ msgstr "Instal·lat" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9818,7 +9810,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9829,13 +9821,13 @@ msgid "Invalid arguments" msgstr "Arguments no vàlids" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9869,7 +9861,7 @@ msgid "Invalid model name in the action definition." msgstr "Nom de model no vàlid en la definició de l'acció." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9968,7 +9960,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10557,13 +10549,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituà / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10578,6 +10570,12 @@ msgstr "Carrega" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10683,13 +10681,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11034,7 +11032,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11074,13 +11072,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "No existeix el mòdul %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11144,8 +11142,8 @@ msgstr "" "'Res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11494,7 +11492,7 @@ msgid "New Zealand" msgstr "Nova Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11555,7 +11553,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11579,7 +11577,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11625,6 +11623,11 @@ msgstr "Illes Marianes del Nord" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11737,6 +11740,13 @@ msgstr "Objecte:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occità (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11791,6 +11801,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propietat 'On delete' (al esborrar) per camps many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11841,7 +11856,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11961,16 +11976,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11982,8 +11987,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12218,7 +12223,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Empreses: " @@ -12315,9 +12320,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12382,14 +12387,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12416,7 +12421,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12666,7 +12671,7 @@ msgid "Properties" msgstr "Propietats" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13022,7 +13027,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Canvi de nom de camp \"% s\" no està permès" @@ -13170,6 +13175,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13242,7 +13252,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13288,7 +13298,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13698,6 +13708,11 @@ msgstr "" msgid "Server Action" msgstr "Acció servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13735,7 +13750,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "No es permet establir contrasenyes buides per motius de seguretat!" @@ -13766,6 +13781,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13838,7 +13860,7 @@ msgid "Size" msgstr "Mida" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13908,25 +13930,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14627,7 +14649,7 @@ msgstr "" "Podeu utilitzar aquest camp per la cerca ràpida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14636,7 +14658,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14646,7 +14668,7 @@ msgstr "" "'Etiqueta'), ...]!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14767,6 +14789,11 @@ msgstr "" "Si n'hi ha, usuari intern que s'encarrega de la comunicació amb aquest " "contacte." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14836,7 +14863,7 @@ msgstr "" "tripletes. Per exemple: [('color','=',' xarxa')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "El camp osv_memory només pot ser comparat amb els operadors = i ! =." @@ -14895,7 +14922,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14965,7 +14992,7 @@ msgid "This Window" msgstr "Aquesta finestra" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15022,6 +15049,12 @@ msgstr "" "d'impressió. Deixeu-lo buit per no desar els informes impresos. Podeu " "utilitzar una expressió Python amb les variables objecte i data/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15230,7 +15263,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15437,6 +15470,11 @@ msgstr "" "Impossible actualitzar el mòdul \"%s\" perquè hi ha una dependència externa " "no resolta:% s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15475,7 +15513,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15688,12 +15726,6 @@ msgstr "Interfície d'usuari" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15955,12 +15987,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Avís" @@ -15974,7 +16006,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Avís!" @@ -16350,7 +16382,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16368,7 +16400,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16454,7 +16486,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16463,7 +16495,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16631,11 +16663,6 @@ msgstr "" msgid "eInvoicing" msgstr "Facturació electrònica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Facturació electrònica i pagaments" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16707,7 +16734,7 @@ msgid "ltd" msgstr "S.L." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16903,3 +16930,6 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Facturació electrònica i pagaments" diff --git a/openerp/addons/base/i18n/cs.po b/openerp/addons/base/i18n/cs.po index 57b7d856997..4520c80b2e8 100644 --- a/openerp/addons/base/i18n/cs.po +++ b/openerp/addons/base/i18n/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:02+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:47+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -156,6 +156,16 @@ msgstr "" "pozice ze šablon do cílových objektů.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -309,104 +319,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -779,45 +691,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1121,28 +994,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Šifrovaná hesla\n" -"==================\n" -"\n" -"Interakce s LDAP autentizací:\n" -"-------------------------------------\n" -"Tento modul není momentálně kompatibilní s modulem ``user_ldap``\n" -"a úplně vypne LDAP autentizaci pokud budou oba moduly nainstalovány " -"současně.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1189,6 +1040,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3352,6 +3234,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -5028,8 +4925,8 @@ msgstr "%p - Odpovídá buď AM nebo PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -5050,7 +4947,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Rok bez století [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5379,7 +5276,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5628,6 +5525,8 @@ msgstr "Akce" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5712,6 +5611,101 @@ msgstr "Typ adresy" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5724,9 +5718,9 @@ msgid "" msgstr "Administrativní členění země. Např. stát, kraj, kanton" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Přístup správce je nutný pro odinstalaci modulu" @@ -5820,11 +5814,6 @@ msgstr "" msgid "Always Searchable" msgstr "Vždy vyhledatelné" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5922,7 +5911,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5936,11 +5925,6 @@ msgstr "Aplikace" msgid "Application Terms" msgstr "Podmínky aplikace" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6605,7 +6589,7 @@ msgstr "" "Záznamy Many-To-One nelze vytvořit nepřímo, pole importujte samostatně" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nelze odstranit uživatele root!" @@ -6617,17 +6601,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Nelze povýšit modul '%s'. Není nainstalován." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Lze přejmenovat pouze jeden sloupec najednou!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6680,7 +6658,7 @@ msgid "Cannot duplicate configuration!" msgstr "Nepodařilo se zduplikovat konfiguraci!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Nelze přejmenovat sloupec %s, protože takový sloupec již existuje!" @@ -6764,7 +6742,7 @@ msgid "Change the user password." msgstr "Změňte heslo uživatele." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6774,19 +6752,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Je zakázána změna modelu pole!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Změna systému ukládání pole \"%s\" není povolena." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -7046,6 +7024,11 @@ msgstr "Kolumbie" msgid "Colombian - Accounting" msgstr "Kolumbie - účetnictví" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7277,13 +7260,13 @@ msgid "Connection Security" msgstr "Zabezpečení spojení" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Selhal test připojení!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Test připojení byl úspěšný!" @@ -7416,7 +7399,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Účetnictví" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Nebylo možné vytvořit kontakt bez zadání emailové adresy!" @@ -7853,7 +7836,7 @@ msgid "Custom Shortcuts" msgstr "Vlastní zkratky" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Vlastní pole musí mít název začínající s 'x_' !" @@ -8132,7 +8115,7 @@ msgid "Delete Access Right" msgstr "Smazat přístupové právo" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8331,8 +8314,8 @@ msgid "Document Management System" msgstr "Systém správy dokumentů" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Model dokumentu" @@ -8342,6 +8325,11 @@ msgstr "Model dokumentu" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8366,6 +8354,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikánská republika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8399,7 +8392,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8444,14 +8437,6 @@ msgstr "Ekvádor" msgid "Ecuador - Accounting" msgstr "Ekvádor - Účetnictví" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8468,7 +8453,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronická výměna dat (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8569,15 +8554,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8585,7 +8570,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8604,7 +8589,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Chyba ! Nemůžete vytvářet rekurzivní kategorie." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8612,16 +8597,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Chyba!" @@ -8667,7 +8652,7 @@ msgid "Events Sales" msgstr "Prodeje událostí" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Všechno se zdá být správně nastavené!" @@ -8715,8 +8700,8 @@ msgstr "Vykonání" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Správa výdajů" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8913,7 +8898,7 @@ msgid "Field Type" msgstr "Typ pole" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9146,7 +9131,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Pro související pole, technický název cílového modelu" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Volby výběru musí být dány pro vybraná pole." @@ -9729,7 +9714,7 @@ msgid "Here is the exported translation file:" msgstr "Zde je exportovaný soubor překladu:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -10090,12 +10075,11 @@ msgstr "" "všechny uživatele. Jinak se bude vztahovat jen na uživatele zadaných skupin." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10300,6 +10284,11 @@ msgstr "Zděděné zobrazení" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10361,12 +10350,6 @@ msgstr "Instalováno" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Nainstalované moduly" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10440,7 +10423,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Neplatný formát názvu typu bankovního účtu" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Neplatné parametry hledání" @@ -10451,13 +10434,13 @@ msgid "Invalid arguments" msgstr "Neplatné parametry" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10491,7 +10474,7 @@ msgid "Invalid model name in the action definition." msgstr "Neplatný název modulu v definici akce." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10590,8 +10573,8 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Sledování problémů" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -11180,13 +11163,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litevština / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11201,6 +11184,12 @@ msgstr "Načíst" msgid "Load a Translation" msgstr "Načíst překlad" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11306,13 +11295,13 @@ msgid "Madam" msgstr "paní" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11667,7 +11656,7 @@ msgid "Miss" msgstr "slečna" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Chybí SMTP server" @@ -11707,13 +11696,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s neexistuje!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Model '%s' obsahuje data modulu a nemůže být odebrán!" @@ -11776,8 +11765,8 @@ msgstr "" "Název modelu ve kterém je volaná metoda umístěna, např. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -12126,7 +12115,7 @@ msgid "New Zealand" msgstr "Nový Zéland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12188,7 +12177,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12213,7 +12202,7 @@ msgstr "" "Pro %(field_type)s '%(value)s' nebyl v poli '%%(field)s' nalezen žádný záznam" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12259,6 +12248,11 @@ msgstr "Severní Mariany" msgid "Norway" msgstr "Norsko" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12371,6 +12365,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12425,6 +12426,11 @@ msgstr "Na více dok." msgid "On delete property for many2one fields" msgstr "Při smazání vlastnosti pro pole many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12475,7 +12481,7 @@ msgid "Only if this bank account belong to your company" msgstr "Pouze pokud je tento bankovní účet vaší firmy" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12593,16 +12599,6 @@ msgstr "Nepovinné heslo pro ověření SMTP" msgid "Optional username for SMTP authentication" msgstr "Volitelné uživatelské jméno pro ověření SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12614,8 +12610,8 @@ msgid "Original View" msgstr "Původní zobrazení" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12850,7 +12846,7 @@ msgid "Partners Geo-Localization" msgstr "Geolokace kontaktů" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Kontakty: " @@ -12947,9 +12943,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Periodická hodnocení, posuzování, dotazníky" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Přístup zamítnut" @@ -13014,7 +13010,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -13022,7 +13018,7 @@ msgstr "" "Prosím spojte se s vašim správcem systému pokud si myslíte, že jde o chybu." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -13052,7 +13048,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13302,7 +13298,7 @@ msgid "Properties" msgstr "Vlastnosti" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13657,7 +13653,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Přejmenování 'sparse field' \"%s\" není povoleno" @@ -13805,6 +13801,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13877,7 +13878,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Pravidla nelze aplikovat na modely pravidel záznamů." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13923,7 +13924,7 @@ msgid "SMTP Server" msgstr "Server SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Režim SMTP-over-SSL nedostupný" @@ -14334,6 +14335,11 @@ msgstr "" msgid "Server Action" msgstr "Akce serveru" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14371,7 +14377,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Prázdného heslo není z bezpečnostních důvodů povoleno!" @@ -14402,6 +14408,13 @@ msgstr "Sdílený" msgid "Shipping" msgstr "Doprava" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14474,7 +14487,7 @@ msgid "Size" msgstr "Velikost" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14547,25 +14560,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Někdy označován jako BIC nebo SWIFT." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Omlouváme se, nemáte přístup k tomuto dokumentu." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Omlouvám se, ale nemáte právo vytvořit tento druh dokumentu." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Omlouvám se, ale nemáte právo smazat tento dokument." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Omlouvám se, ale nemáte právo měnit tento dokument." @@ -15275,7 +15288,7 @@ msgstr "" "Toto pole můžete použít pro rychlé hledání." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15283,7 +15296,7 @@ msgstr "" "Název objektu musí začínat znakem x_ a nesmí obsahovat žádný speciální znak!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15291,7 +15304,7 @@ msgid "" msgstr "Výraz výběru voleb musí být ve formátu [('key','Label'], ...]!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15411,6 +15424,11 @@ msgstr "" "Interní uživatel zodpovědný za komunikaci s tímto kontaktem (pokud je " "nějaký)." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15478,7 +15496,7 @@ msgstr "" "Pythonu určující seznam trojic. Např. [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "Pole osv_memory může být pouze porovnáno s operátory = a !=." @@ -15543,7 +15561,7 @@ msgid "The record id this is attached to" msgstr "Id tohoto záznamu je připojeno k" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15616,7 +15634,7 @@ msgid "This Window" msgstr "Toto okno" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Tento sloupec nelze odebrat neboť obsahuje data modulu!" @@ -15682,6 +15700,12 @@ msgstr "" "Ponechejte prázdné pro neuložení tisknutých výkazů. Můžete použít výraz " "pythonu s objekty a časy proměnných." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15890,7 +15914,7 @@ msgid "Translation comments" msgstr "Komentáře k překladu" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16098,6 +16122,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "Modul \"%s\" nelze povýšit, protože nevyhovuje vnější závislost: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16136,7 +16165,7 @@ msgid "United States - Chart of accounts" msgstr "Spojené státy - Účtová osnova" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Neznámý druh sestavy: %s" @@ -16352,12 +16381,6 @@ msgstr "Uživatelské rozhraní" msgid "User Login" msgstr "Přihlášení uživatele" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16621,12 +16644,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Varování" @@ -16640,7 +16663,7 @@ msgstr "Varovné zprávy a upozornění" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Varování!" @@ -17018,7 +17041,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -17036,7 +17059,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17135,7 +17158,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17147,7 +17170,7 @@ msgstr "" "serveru, to by mohlo pomoct." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17317,11 +17340,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFakturace" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "El. fakturace a platby" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17395,7 +17413,7 @@ msgid "ltd" msgstr "s.r.o." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17599,3 +17617,35 @@ msgstr "Ålandy" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Šifrovaná hesla\n" +#~ "==================\n" +#~ "\n" +#~ "Interakce s LDAP autentizací:\n" +#~ "-------------------------------------\n" +#~ "Tento modul není momentálně kompatibilní s modulem ``user_ldap``\n" +#~ "a úplně vypne LDAP autentizaci pokud budou oba moduly nainstalovány " +#~ "současně.\n" + +#~ msgid "Expense Management" +#~ msgstr "Správa výdajů" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "El. fakturace a platby" + +#~ msgid "Installed Modules" +#~ msgstr "Nainstalované moduly" + +#~ msgid "Issue Tracker" +#~ msgstr "Sledování problémů" diff --git a/openerp/addons/base/i18n/da.po b/openerp/addons/base/i18n/da.po index 943a9cb5407..e66828dfe91 100644 --- a/openerp/addons/base/i18n/da.po +++ b/openerp/addons/base/i18n/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:47+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2961,6 +2852,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4461,8 +4367,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4483,7 +4389,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4795,7 +4701,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5042,6 +4948,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5126,6 +5034,101 @@ msgstr "Adressetype" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5138,9 +5141,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5230,11 +5233,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5322,7 +5320,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5336,11 +5334,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6000,7 +5993,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6012,17 +6005,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6075,7 +6062,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6159,7 +6146,7 @@ msgid "Change the user password." msgstr "Skift brugerens adgangskode." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6169,19 +6156,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6429,6 +6416,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6658,13 +6650,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6796,7 +6788,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7229,7 +7221,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7495,7 +7487,7 @@ msgid "Delete Access Right" msgstr "Slet adgangs rettighed" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7691,8 +7683,8 @@ msgid "Document Management System" msgstr "Dokument styring system" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7702,6 +7694,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7726,6 +7723,11 @@ msgstr "" msgid "Dominican Republic" msgstr "Den Dominikanske Republik" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7759,7 +7761,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7804,14 +7806,6 @@ msgstr "Equador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7828,7 +7822,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7929,15 +7923,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7945,7 +7939,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7964,7 +7958,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7972,16 +7966,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Fejl!" @@ -8027,7 +8021,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8073,7 +8067,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8264,7 +8258,7 @@ msgid "Field Type" msgstr "Felttype" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8488,7 +8482,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9063,7 +9057,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9413,12 +9407,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9610,6 +9603,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9671,12 +9669,6 @@ msgstr "Installeret" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9750,7 +9742,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9761,13 +9753,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9799,7 +9791,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9898,7 +9890,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10484,13 +10476,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10505,6 +10497,12 @@ msgstr "Indlæs" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10610,13 +10608,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10955,7 +10953,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10995,13 +10993,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11063,8 +11061,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11413,7 +11411,7 @@ msgid "New Zealand" msgstr "New Zealand" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11473,7 +11471,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11497,7 +11495,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11540,6 +11538,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11652,6 +11655,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11706,6 +11716,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11756,7 +11771,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11870,16 +11885,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11891,8 +11896,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12127,7 +12132,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12224,9 +12229,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12291,14 +12296,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12325,7 +12330,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12573,7 +12578,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12926,7 +12931,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13074,6 +13079,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13146,7 +13156,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13192,7 +13202,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13602,6 +13612,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13639,7 +13654,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13670,6 +13685,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13742,7 +13764,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13812,25 +13834,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14529,14 +14551,14 @@ msgstr "" "Kan bruges til hurtig søgning" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14544,7 +14566,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14653,6 +14675,11 @@ msgid "" msgstr "" "Den interne bruger som er ansvarlig for kommunikationen med denne kontakt" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14721,7 +14748,7 @@ msgstr "" "[('color', '=', 'red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14778,7 +14805,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14843,7 +14870,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Kolonnen indeholder modul data som ikke kan slettes" @@ -14897,6 +14924,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15105,7 +15138,7 @@ msgid "Translation comments" msgstr "Kommenterer til oversættelsen" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15306,6 +15339,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15344,7 +15382,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15555,12 +15593,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15822,12 +15854,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Advarsel!" @@ -15841,7 +15873,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -16210,7 +16242,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16228,7 +16260,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16309,7 +16341,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16318,7 +16350,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16486,11 +16518,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16562,7 +16589,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/de.po b/openerp/addons/base/i18n/de.po index 4692226b484..3dcb2962e63 100644 --- a/openerp/addons/base/i18n/de.po +++ b/openerp/addons/base/i18n/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-21 15:47+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-04 07:20+0000\n" "Last-Translator: Thorsten Vocks (OpenBig.org) \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-22 08:03+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:27+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -227,6 +227,22 @@ msgstr "" " den Vorlagen zu den neuen Zielobjekten.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" +"\n" +" Enthält Code-Schnipsel, die als Beispiel in der technischen " +"Dokumentantion verwendet werden;\n" +" (über die ``literalinclude`` Direktive) sind Tests und Syntaxprüfungen " +"möglich.\n" +" " + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -469,162 +485,6 @@ msgstr "" "neuen Pads zu verlinken(standardmäßig, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" -"\n" -"Fügt Unterstützung für die Authentifizierung von LDAP-Servern hinzu.\n" -"=========================================================\n" -"Dieses Modul ermöglicht es Benutzern, sich mit ihrem LDAP- Benutzernamen und " -"Passwort anmelden, dabei wird automatisch OpenERP Nutzer angelegt.\n" -"\n" -"** Hinweis: ** Dieses Modul arbeitet nur auf Servern, auf denen Python `` " -"ldap`` Modul installiert ist.\n" -"\n" -"Konfiguration:\n" -"----------------\n" -"Nach der Installation dieses Moduls müssen Sie die LDAP- Parameter in der " -"Konfiguration der Firmendetails vornehmen. Verschiedene Unternehmen haben " -"dabei unterschiedliche LDAP-Server, so lange sie einzigartige Benutzernamen " -"haben (das gilt auch auch bei mehrere Unternehmen (Multi-Company)).\n" -"\n" -"Anonyme LDAP-Bindung wird durch einfaches leer-lassen des Benutzer- und " -"Passwortfelder ebenfalls unterstützt, so fern der LDAP-Server dies erlaubt. " -"Das bedeutet jedoch nicht, dass sich auch Benutzer anonym anmelden können, " -"sondern gilt nur für das Haupt-LDAP-Konto, welches verwendet wird um zu " -"prüfen ob ein Benutzer vorhanden ist, bevor er sich authentifiziert.\n" -"\n" -"Das Sichern der Verbindung mit STARTTLS ist ebenfalls verfügbar und kann " -"durch aktivieren der TLS-Option in der LDAP-Konfiguration vorgenommen " -"werden.\n" -"\n" -"So arbeitet die LDAP-Authentifizierung:\n" -"---------------------------------------------\n" -" * Das System versucht zunächst eine lokale Authentifizierung des " -"Benutzers innerhalb OpenERP-Datenbank\n" -" * Scheitert diese Identifizierung (z.B. weil der Benutzer kein lokales " -"Passwort besitzt), nimmt das System eine Authentifizierung beim LDAP-Server " -"vor.\n" -"\n" -"Weil für die die LDAP-Benutzer in der Standardeinstellung kein Passwort in " -"der OpenERP-Datenbank hinterlegt ist (was bedeutet, dass kein Zugriff " -"möglich ist), scheitert die Anmeldung im ersten Schritt und der LDAP-Server " -"wird zur Authentifizierung kontaktiert.\n" -"\n" -"Das Aktivieren von STARTTLS stellt sicher, dass die " -"Authentifizierungsanfrage an den LDAP-Server verschlüsselt ist.\n" -"\n" -"In der LDAP-Konfiguration innerhalb der Firmen-Einstellungen, ist es möglich " -"eine *Benutzer-Vorlage* zu hinterlegen. Dann wird diese während der ersten " -"Anmeldung über LDAP verwendet um den lokalen OpenERP-Benutzer in der " -"Datenbank anzulegen. Dies erlaubt die Voreinstellung von Standard-Benutzer-" -"Gruppen und -Menüs für Erstbenutzer.\n" -"\n" -"**Warnung:** Wenn in der Benutzer-Vorlage ein Passwort hinterlegt ist, wird " -"dieses als lokales Master-Passwort für jeden neuen LDAP-Benutzer angelegt, " -"bis es manuell geändert wird. Normalerweise sollte das nicht getan werden.\n" -"Ein einfacher Weg, um eine Benutzer-Vorlage zu erstellen ist das erstmalige " -"Anmelden mit einem gültigen LDAP-Benutzer. OpenERP erstellt dann ein leeren " -"lokalen Benutzer mit dem gleichlautenden Benutzerdaten (und einem leeren " -"Passwortfeld), Sie können dann diesen neuen Benutzer in einen Benutzer " -"umbenennen, der in LDAP nicht existiert und diesem die gewünschten Gruppen " -"und Rechte zuweisen.\n" -" " - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -1190,79 +1050,6 @@ msgstr "" "Thailändische Kontenrahmen und Lokalisierung.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1693,26 +1480,6 @@ msgstr "" "wenigen Klicks.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Verschlüsselte Passwörter\n" -"==================\n" -"\n" -"ACHTUNG: Dieses Modul ist momentan noch inkompatibel mit dem LDAP-Modul!\n" -"Es deaktiviert die LDAP Authentifizierung, wenn sie zugleich installiert " -"sind!\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1801,6 +1568,67 @@ msgstr "" "Email von OpenLabs wurde beibehalten.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" +"\n" +"Verschlüsselte Passwörter \n" +"=================== \n" +"\n" +"Ersetzt die Standard-Passwort-Speicherung mit einem starken " +"kryptographischen \n" +"Hash. \n" +"\n" +"Die Schlüsselableitungsfunktion, welche dazu verwendet wird, ist derzeit der " +"RSA Security LLC \n" +"Industrie-Standard `` PKDF2``, in Kombination mit `` SHA512``. \n" +"Dies beinhaltet \"salting\" und \"key streching\" mit mehreren tausend " +"Runden. \n" +"\n" +"Alle Passwörter werden mit Installation des Modules verschlüsselt. \n" +"Je nach Anzahl der Benutzer kann dies einige Minuten in Anspruch nehmen. \n" +"\n" +"Frühere Versionen von verschlüsselten Passwörter werden automatisch auf die " +"aktuelle\n" +"Regelung aktualisiert, sobald sich ein Benutzer anmeldet\n" +"(`` auth_crypt`` verwendete in früheren Versionen `` md5crypt``). \n" +"\n" +"Hinweis: Die Installation des Moduls verhindert die Passwort-" +"Wiederherstellung dauerhaft. \n" +"Dies kann nicht rückgängig gemacht werden. Es wird daher empfohlen, um einen " +"Passwort-Reset\n" +"zu ermöglichen, das Modul `` auth_signup`` zu installieren (die Anmeldung " +"für neue Benutzer muss\n" +"dabei nicht zwingend aktiviert werden).\n" +"\n" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -4876,6 +4704,21 @@ msgstr "" "\n" " " +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -7374,8 +7217,8 @@ msgstr "%p - Equivalent zu AM oder PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copy)" @@ -7396,7 +7239,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Jahr (zweistellig) [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -7787,7 +7630,7 @@ msgid "A module with dummy methods." msgstr "Ein Modul mit Pseudo-Methoden." #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "Eine Einheit muss Dauer-Widgets zur Verfügung gestellt werden" @@ -8036,6 +7879,8 @@ msgstr "Aktionen" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -8120,6 +7965,101 @@ msgstr "Adressart" msgid "Address format..." msgstr "Adressformat" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -8134,9 +8074,9 @@ msgstr "" "Regionen" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Nur der Administrator kann Module deinstallieren" @@ -8231,11 +8171,6 @@ msgstr "" msgid "Always Searchable" msgstr "Immer durchsuchbar" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "Immer angewendet" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -8333,7 +8268,7 @@ msgid "Applicant Resumes and Letters" msgstr "Lebensläufe und Briefe von Bewerbern" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -8347,11 +8282,6 @@ msgstr "Anwendung" msgid "Application Terms" msgstr "Begriffe" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "Anwendungsstatus" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -8363,12 +8293,12 @@ msgstr "Anwenden" #: model:ir.actions.act_window,name:base.action_view_base_module_upgrade #, python-format msgid "Apply Schedule Upgrade" -msgstr "Geplantes Update anwenden" +msgstr "Geplantes Update installieren" #. module: base #: model:ir.ui.menu,name:base.menu_view_base_module_upgrade msgid "Apply Scheduled Upgrades" -msgstr "Starte Installation" +msgstr "Updates installieren" #. module: base #: field:ir.rule,perm_create:0 @@ -8388,14 +8318,14 @@ msgstr "Setze Leseberechtigung" #. module: base #: field:ir.rule,perm_write:0 msgid "Apply for Write" -msgstr "Zum Schreiben anwenden" +msgstr "Setze Schreibberechtigung" #. module: base #: model:ir.actions.client,name:base.modules_act_cl #: view:ir.module.module:base.view_module_filter #: model:ir.ui.menu,name:base.module_mi msgid "Apps" -msgstr "Apps" +msgstr "Odoo Apps" #. module: base #: selection:base.language.install,lang:0 @@ -8459,7 +8389,7 @@ msgstr "Verein/Verband" #. module: base #: model:ir.module.module,shortdesc:base.module_association msgid "Associations Management" -msgstr "Beziehungsmanagement" +msgstr "Vereinsmanagement" #. module: base #: model:ir.module.module,shortdesc:base.module_website_membership @@ -8628,7 +8558,7 @@ msgstr "Bankkontotyp" #: model:ir.actions.act_window,name:base.action_res_partner_bank_type_form #: model:ir.ui.menu,name:base.menu_action_res_partner_bank_typeform msgid "Bank Account Types" -msgstr "" +msgstr "Bankkontotypen" #. module: base #: code:addons/base/res/res_company.py:175 @@ -9020,7 +8950,7 @@ msgid "" msgstr "Es können keine Many-To-One Daten indirekt eingegeben werden" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Kann den Root-Benutzer nicht entfernen!" @@ -9032,17 +8962,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Kann Modul '%s' nicht upgraden. Es ist gar nicht installiert." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Es kann jeweils nur eine Spalte umbenannt werden!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "Kann Ansicht von %d nicht mit Applikation %r umschalten" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -9095,7 +9019,7 @@ msgid "Cannot duplicate configuration!" msgstr "Die Konfiguration kann nicht dupliziert werden!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -9181,7 +9105,7 @@ msgid "Change the user password." msgstr "Ändern Sie das Benutzerpasswort." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -9196,19 +9120,19 @@ msgstr "" "verwerfen." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Die Änderung des Moduls für ein Feld ist nicht zulässig." #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Die Speicherungstechnik für Feld \"%s\" darf nicht verändert werden." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -9479,6 +9403,11 @@ msgstr "Kolumbien" msgid "Colombian - Accounting" msgstr "Kolumbien - Buchführung" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -9569,7 +9498,7 @@ msgstr "Unternehmensname" #: model:ir.actions.act_window,name:base.ir_property_form #: model:ir.ui.menu,name:base.menu_ir_property_form_all msgid "Company Properties" -msgstr "Firmenbestandteile" +msgstr "Konfigurationsparameter" #. module: base #: field:res.company,company_registry:0 @@ -9715,13 +9644,13 @@ msgid "Connection Security" msgstr "Verbindungssicherheit" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Verbindungstest fehlgeschlagen!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Verbindungstest erfolgreich!" @@ -9853,7 +9782,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa-Rica - Kontenführung" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Der Kontakt konnte ohne E-Mail Adresse nicht erstellt werden!" @@ -9914,12 +9843,12 @@ msgstr "Anlegen / Schreiben / Kopieren" #. module: base #: field:ir.model.access,perm_create:0 msgid "Create Access" -msgstr "Erzeuge Zugriff" +msgstr "Erstellen" #. module: base #: view:ir.rule:base.view_rule_search msgid "Create Access Right" -msgstr "Zugriffsrecht anlegen" +msgstr "Erstellen" #. module: base #: field:ir.logging,create_date:0 @@ -10293,7 +10222,7 @@ msgid "Custom Shortcuts" msgstr "Benutzerdefinierte Tastaturkürzel" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -10545,7 +10474,7 @@ msgstr "Standardlimit Liste" #. module: base #: model:ir.model,name:base.model_multi_company_default msgid "Default multi company" -msgstr "Standard für Mehrteilige Unternehmung" +msgstr "Standard für Multi-Company" #. module: base #: help:ir.values,value:0 @@ -10566,15 +10495,15 @@ msgstr "Reports" #. module: base #: field:ir.model.access,perm_unlink:0 msgid "Delete Access" -msgstr "Setze Löscherlaubnis" +msgstr "Löschen" #. module: base #: view:ir.rule:base.view_rule_search msgid "Delete Access Right" -msgstr "Zugriffsrecht löschen" +msgstr "Löschen" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "Das Löschen des Datensatzes schlug fehl." @@ -10782,8 +10711,8 @@ msgid "Document Management System" msgstr "Dokumentenverwaltungssystem" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Dokumentenmodell" @@ -10793,6 +10722,11 @@ msgstr "Dokumentenmodell" msgid "Documentation" msgstr "Dokumentation" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -10817,6 +10751,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikanische Republik" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -10852,7 +10791,7 @@ msgstr "" "einen neuen Ablauf." #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "Intervalle/Zeiten können nicht negativ sein" @@ -10897,16 +10836,6 @@ msgstr "Equador" msgid "Ecuador - Accounting" msgstr "Ecuador Buchführung" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" -"Der Editor ist dekativiert, weil ein Teil des Inhaltes nicht für Benutzer " -"sichtbar ist, die nicht zu folgenden Gruppen gehören: %s" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -10923,7 +10852,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronischer Datenaustausch (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -11027,15 +10956,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -11043,7 +10972,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -11062,7 +10991,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Fehler! Sie können keine rekursive Kategorien definieren." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -11072,16 +11001,16 @@ msgstr "" "Ansicht `%(view_name)s`" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Fehler!" @@ -11127,7 +11056,7 @@ msgid "Events Sales" msgstr "Event Verkäufe" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Alles scheint richtig konfiguriert zu sein." @@ -11177,8 +11106,8 @@ msgstr "Ausführen" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Spesenverwaltung" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -11375,7 +11304,7 @@ msgid "Field Type" msgstr "Typfeld-Text" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "Das Feld `%(field_name)s` existiert nicht" @@ -11616,7 +11545,7 @@ msgstr "" "Verbindung herstellt." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -11720,7 +11649,7 @@ msgstr "Vollständiger Zugriff" #. module: base #: view:ir.rule:base.view_rule_search msgid "Full Access Right" -msgstr "Vollzugriff" +msgstr "Vollständiger Zugriff" #. module: base #: field:res.partner.category,complete_name:0 @@ -11962,7 +11891,7 @@ msgstr "Gruppe" #: view:res.partner:base.view_res_partner_filter #: view:workflow.activity:base.view_workflow_activity_search msgid "Group By" -msgstr "Gruppiere nach" +msgstr "Gruppierung" #. module: base #: field:res.groups,full_name:0 @@ -12214,7 +12143,7 @@ msgid "Here is the exported translation file:" msgstr "Hier finden Sie die exportierte Übersetzung:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -12592,18 +12521,14 @@ msgstr "" "zugreifen." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" -"Wenn diese Ansicht vererbt wird,\n" -"-\n" -" " #. module: base #: model:ir.actions.act_window,help:base.action_country_state @@ -12811,6 +12736,11 @@ msgstr "Abgeleitete Ansicht" msgid "Inherited Views" msgstr "vererbte Ansichten" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -12870,13 +12800,7 @@ msgstr "Installiert" #. module: base #: view:ir.module.module:base.module_form msgid "Installed Features" -msgstr "installierte Eigenschaften" - -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Installierte Module" +msgstr "Installierte Eigenschaften" #. module: base #: field:ir.module.module,latest_version:0 @@ -12953,7 +12877,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Ungültiges Format für den Namen des Bankkontos" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Ungültige Suchangabe" @@ -12964,13 +12888,13 @@ msgid "Invalid arguments" msgstr "Fehlerhafte Argumente" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "Ungültiger Kontext default_groups_ref Wert (model.name_id) : \"%s\"" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "Ungültiger Kontext-Wert" @@ -13006,7 +12930,7 @@ msgid "Invalid model name in the action definition." msgstr "Ungültiger Modulname in der Aktionsdefinition." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "Ungültiges Positionierungsattribut: '%s'" @@ -13105,8 +13029,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Helpdesk-System" +msgid "Issue Tracking" +msgstr "Ticketsystem" #. module: base #: selection:base.language.install,lang:0 @@ -13703,16 +13627,16 @@ msgstr "Litauen" msgid "Lithuanian / Lietuvių kalba" msgstr "Littauisch / Lietuvių kalba" +#. module: base +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_im_livechat msgid "Live Chat with Visitors/Customers" msgstr "Live Chat mit Besuchern / Kunden" -#. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" -msgstr "Live Support" - #. module: base #: view:base.language.install:base.view_base_language_install msgid "Load" @@ -13725,6 +13649,12 @@ msgstr "Laden" msgid "Load a Translation" msgstr "Eine Übersetzung laden" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "Lokale Apps" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -13830,13 +13760,13 @@ msgid "Madam" msgstr "Frau" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "Der E-Mailversand ist gescheitert" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -14151,7 +14081,7 @@ msgstr "Nachricht" #. module: base #: view:res.users:base.view_users_form msgid "Messaging and Social" -msgstr "Mitteilungen und Soziale" +msgstr "Nachrichten und Soziales Netzwerk" #. module: base #: field:ir.cron,function:0 @@ -14195,7 +14125,7 @@ msgid "Miss" msgstr "Frl." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Fehlender SMTP Server" @@ -14235,13 +14165,13 @@ msgid "Model" msgstr "Modell" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Modell %s existiert nicht!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Modell '%s' beinhaltet Daten und kann nicht verschoben werden" @@ -14307,8 +14237,8 @@ msgstr "" "res.partner)." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "Konnte Modell nicht finden: %(model)s" @@ -14332,7 +14262,7 @@ msgstr "" #: model:ir.model,name:base.model_ir_model #: model:ir.ui.menu,name:base.ir_model_model_menu msgid "Models" -msgstr "Modelle" +msgstr "Datenmodelle" #. module: base #: model:ir.model,name:base.model_ir_module_module @@ -14496,7 +14426,7 @@ msgstr "Fr." #. module: base #: model:res.groups,name:base.group_multi_company msgid "Multi Companies" -msgstr "Mehrteilige Unternehmen (z. B. Filialbetrieb)" +msgstr "Mehrere Unternehmen (Multi-Company)" #. module: base #: view:multi_company.default:base.view_inventory_form @@ -14660,7 +14590,7 @@ msgid "New Zealand" msgstr "Neuseeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -14724,7 +14654,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -14751,7 +14681,7 @@ msgstr "" "gefunden" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -14798,6 +14728,11 @@ msgstr "Nördliche Marianen" msgid "Norway" msgstr "Norwegen" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -14910,6 +14845,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitanisch (FR, post 1500) / Okzitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "Die Odoo Apps sind demnächst Online" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -14966,6 +14908,11 @@ msgstr "Für mehrfache Dokumente" msgid "On delete property for many2one fields" msgstr "Abhängigkeiten many2one Felder" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -15016,7 +14963,7 @@ msgid "Only if this bank account belong to your company" msgstr "Nur, wenn dieses Bankkonto zu Ihrem Unternehmen gehört" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -15134,16 +15081,6 @@ msgstr "Optionales Passwort für SMTP Authentifizierung" msgid "Optional username for SMTP authentication" msgstr "Optionaler Benutzername für SMTP Authentifizierung" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "Optional, aktiviert" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -15155,8 +15092,8 @@ msgid "Original View" msgstr "Ursprüngliche Ansicht" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -15190,7 +15127,7 @@ msgstr "Postausgangsserver" #: view:ir.mail_server:base.view_ir_mail_server_search #: model:ir.ui.menu,name:base.menu_mail_servers msgid "Outgoing Mail Servers" -msgstr "Ausgehende Mail Server" +msgstr "Ausgehende E-Mail-Server" #. module: base #: view:workflow.activity:base.view_workflow_activity_form @@ -15202,7 +15139,7 @@ msgstr "Ausgehende Verbindung" #: field:base.language.import,overwrite:0 #: field:base.language.install,overwrite:0 msgid "Overwrite Existing Terms" -msgstr "Überschreibe existierende Begriffe" +msgstr "Bisherige Übersetzungen ändern" #. module: base #: view:ir.attachment:base.view_attachment_search @@ -15391,7 +15328,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-Ortung für Partner" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partner: " @@ -15488,9 +15425,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Regelmäßige Evaluierungen, Bewertungen, Umfragen" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Zugriff verweigert" @@ -15555,7 +15492,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Kontenplan der SNC für Portugal." #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -15564,7 +15501,7 @@ msgstr "" "sich um einen Fehler handelt." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -15597,7 +15534,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Geben Sie bitte eine zu startende Aktion an." @@ -15616,7 +15553,7 @@ msgstr "" #: model:ir.module.category,name:base.module_category_point_of_sale #: model:ir.module.module,shortdesc:base.module_point_of_sale msgid "Point of Sale" -msgstr "Point of Sale" +msgstr "Point-of-Sale" #. module: base #: model:ir.module.module,shortdesc:base.module_pos_discount @@ -15720,7 +15657,7 @@ msgstr "PosBox Homepage" #. module: base #: model:ir.module.module,shortdesc:base.module_hw_posbox_upgrade msgid "PosBox Software Upgrader" -msgstr "PosBox Software Upgrader" +msgstr "PosBox Upgrader" #. module: base #: help:ir.model.constraint,name:0 @@ -15851,7 +15788,7 @@ msgid "Properties" msgstr "Eigenschaften" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -16074,12 +16011,12 @@ msgstr "Kurse" #: view:ir.model.access:base.ir_access_view_search #: field:ir.model.access,perm_read:0 msgid "Read Access" -msgstr "Leserecht" +msgstr "Lesen" #. module: base #: view:ir.rule:base.view_rule_search msgid "Read Access Right" -msgstr "Benutzer-Schreibrecht" +msgstr "Lesen" #. module: base #: view:ir.model.fields:base.view_model_fields_search @@ -16156,7 +16093,7 @@ msgstr "" #: model:ir.actions.act_window,name:base.res_request_link-act #: model:ir.ui.menu,name:base.menu_res_request_link_act msgid "Referencable Models" -msgstr "" +msgstr "Referenzmodelle" #. module: base #: report:ir.module.reference:0 @@ -16216,7 +16153,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Umbenennen des Ersatzfeldes \"%s\" ist nicht erlaubt" @@ -16362,7 +16299,12 @@ msgstr "Restaurant" #. module: base #: model:ir.module.module,summary:base.module_pos_restaurant msgid "Restaurant extensions for the Point of Sale " -msgstr "Restaurant Anwendung für den Point-of-Sale " +msgstr "Point-of-Sale für Restaurants " + +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" #. module: base #: field:ir.actions.act_window,multi:0 @@ -16436,7 +16378,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Regeln können nicht einfach aufgezeichnet und angewendet werden." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -16484,7 +16426,7 @@ msgid "SMTP Server" msgstr "Postausgang-Server (SMTP)" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-über-SSL Modus nicht verfügbar" @@ -16896,6 +16838,11 @@ msgstr "" msgid "Server Action" msgstr "Serveraktion" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -16935,7 +16882,7 @@ msgstr "" "für die RML Reports Ihres Unternehmens verwendet." #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Leere Passwortfelder sind aus Sucherheitsgründen nicht erlaubt!" @@ -16966,6 +16913,13 @@ msgstr "Freigegeben" msgid "Shipping" msgstr "Versand" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Anzeige der lokal verfügbaren Module" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -16989,7 +16943,7 @@ msgstr "Anzustossendes Signal" #. module: base #: field:res.users,signature:0 msgid "Signature" -msgstr "Unterschrift" +msgstr "Signatur" #. module: base #: model:ir.module.module,shortdesc:base.module_auth_signup @@ -17004,7 +16958,7 @@ msgstr "Silber" #. module: base #: model:ir.module.module,summary:base.module_pos_discount msgid "Simple Discounts in the Point of Sale " -msgstr "Vereinfachter Rabatt am Point-of-Sale " +msgstr "Einfache Rabatte am Point-of-Sale " #. module: base #: model:res.country,name:base.sg @@ -17038,7 +16992,7 @@ msgid "Size" msgstr "Grösse" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Die Größe des Feldes darf niemals kleiner als 0 sein!" @@ -17111,14 +17065,14 @@ msgid "Sometimes called BIC or Swift." msgstr "Manchmal BIC oder SWIFT genannt" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" "Entschuldigen Sie, Sie sind nicht berechtigt auf dieses Dokument zuzugreifen." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" @@ -17126,14 +17080,14 @@ msgstr "" "anzulegen." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" "Entschuldigen Sie, Sie sind nicht berechtigt dieses Dokument zu löschen." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -17846,7 +17800,7 @@ msgstr "" "Sie können dieses Feld auch für eine Schnellsuche einsetzen." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -17855,7 +17809,7 @@ msgstr "" "beinhalten" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -17865,7 +17819,7 @@ msgstr "" "[('key','Label'), ...] vorliegen!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -17994,6 +17948,11 @@ msgstr "" "Der interne Benutzer, der verantwortlich für die Kommunikation mit dem " "Kontakt ist (falls gewählt)." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -18062,7 +18021,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -18130,7 +18089,7 @@ msgid "The record id this is attached to" msgstr "Die Datensatz ID ist verknüpft mit" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -18204,7 +18163,7 @@ msgid "This Window" msgstr "Dieses Fenster" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Diese Spalte enthält Moduldaten und kann nicht gelöscht werden!" @@ -18272,6 +18231,12 @@ msgstr "" "Leer lassen, wenn Ausdrucke nicht gespeichert werden sollen. Die Verwendung " "von Python Ausdrücken sowie Objekt und Zeitvariablen ist möglich." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -18487,7 +18452,7 @@ msgid "Translation comments" msgstr "Übersetzungskommentar" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -18700,6 +18665,11 @@ msgstr "" "Es ist nicht möglich, das Modul \"%s\" upzudaten, da folgende externe " "Modulabhängigkeit nicht erfüllt werden konnte: \"%s\"" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -18738,7 +18708,7 @@ msgid "United States - Chart of accounts" msgstr "USA - Kontenführung" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Unbekannte Berichtsart: %s" @@ -18783,7 +18753,7 @@ msgstr "Aktualisieren" #: field:ir.model.data,date_update:0 #: field:ir.model.relation,date_update:0 msgid "Update Date" -msgstr "Datum aktualisieren" +msgstr "Datum Aktualisierung" #. module: base #: view:res.lang:base.res_lang_tree @@ -18803,7 +18773,7 @@ msgstr "Modulliste aktualisieren" #. module: base #: model:ir.ui.menu,name:base.menu_view_base_module_update msgid "Update Modules List" -msgstr "Update der Module" +msgstr "Updates aktualisieren" #. module: base #: field:ir.actions.server,use_write:0 @@ -18829,7 +18799,7 @@ msgstr "" #: model:ir.actions.client,name:base.modules_updates_act_cl #: model:ir.ui.menu,name:base.menu_module_updates msgid "Updates" -msgstr "Aktualisierungen" +msgstr "Aktuelle Updates" #. module: base #: view:ir.module.module:base.module_form @@ -18953,12 +18923,6 @@ msgstr "Benutzer-Interface" msgid "User Login" msgstr "Benutzername" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -19224,12 +19188,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Warnung" @@ -19243,7 +19207,7 @@ msgstr "Warnmeldungen und Alarme" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Warnung !" @@ -19385,7 +19349,7 @@ msgstr "Wochen" #. module: base #: model:ir.module.module,shortdesc:base.module_hw_scale msgid "Weighting Scale Hardware Driver" -msgstr "" +msgstr "Waagen Hardware-Treiber" #. module: base #: model:res.country,name:base.eh @@ -19562,12 +19526,12 @@ msgstr "Arbeitsschritte" #: view:ir.model.access:base.ir_access_view_search #: field:ir.model.access,perm_write:0 msgid "Write Access" -msgstr "Schreibrechte" +msgstr "Schreiben" #. module: base #: view:ir.rule:base.view_rule_search msgid "Write Access Right" -msgstr "Schreibzugriffsberechtigung" +msgstr "Schreiben" #. module: base #: help:ir.actions.server,code:0 @@ -19622,7 +19586,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -19640,7 +19604,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -19747,7 +19711,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -19758,7 +19722,7 @@ msgstr "" "SSL wird gebraucht. Ein serverseitiges Upgrade auf Python 2.6 sollte helfen." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -19927,11 +19891,6 @@ msgstr "" msgid "eInvoicing" msgstr "E-Rechnung" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "E-Rechnungen & Zahlungen" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -20005,7 +19964,7 @@ msgid "ltd" msgstr "GmbH" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "k. A." @@ -20218,3 +20177,258 @@ msgstr "Åland Inseln" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Spesenverwaltung" + +#~ msgid "Issue Tracker" +#~ msgstr "Helpdesk-System" + +#~ msgid "Installed Modules" +#~ msgstr "Installierte Module" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Verschlüsselte Passwörter\n" +#~ "==================\n" +#~ "\n" +#~ "ACHTUNG: Dieses Modul ist momentan noch inkompatibel mit dem LDAP-Modul!\n" +#~ "Es deaktiviert die LDAP Authentifizierung, wenn sie zugleich installiert " +#~ "sind!\n" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "E-Rechnungen & Zahlungen" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ "Adds support for authentication by LDAP server.\n" +#~ "===============================================\n" +#~ "This module allows users to login with their LDAP username and password, " +#~ "and\n" +#~ "will automatically create OpenERP users for them on the fly.\n" +#~ "\n" +#~ "**Note:** This module only work on servers who have Python's ``ldap`` module " +#~ "installed.\n" +#~ "\n" +#~ "Configuration:\n" +#~ "--------------\n" +#~ "After installing this module, you need to configure the LDAP parameters in " +#~ "the\n" +#~ "Configuration tab of the Company details. Different companies may have " +#~ "different\n" +#~ "LDAP servers, as long as they have unique usernames (usernames need to be " +#~ "unique\n" +#~ "in OpenERP, even across multiple companies).\n" +#~ "\n" +#~ "Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +#~ "by\n" +#~ "simply keeping the LDAP user and password empty in the LDAP configuration.\n" +#~ "This does not allow anonymous authentication for users, it is only for the " +#~ "master\n" +#~ "LDAP account that is used to verify if a user exists before attempting to\n" +#~ "authenticate it.\n" +#~ "\n" +#~ "Securing the connection with STARTTLS is available for LDAP servers " +#~ "supporting\n" +#~ "it, by enabling the TLS option in the LDAP configuration.\n" +#~ "\n" +#~ "For further options configuring the LDAP settings, refer to the ldap.conf\n" +#~ "manpage: manpage:`ldap.conf(5)`.\n" +#~ "\n" +#~ "Security Considerations:\n" +#~ "------------------------\n" +#~ "Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +#~ "server\n" +#~ "is queried whenever a user needs to be authenticated. No duplication of the\n" +#~ "password occurs, and passwords are managed in one place only.\n" +#~ "\n" +#~ "OpenERP does not manage password changes in the LDAP, so any change of " +#~ "password\n" +#~ "should be conducted by other means in the LDAP directory directly (for LDAP " +#~ "users).\n" +#~ "\n" +#~ "It is also possible to have local OpenERP users in the database along with\n" +#~ "LDAP-authenticated users (the Administrator account is one obvious " +#~ "example).\n" +#~ "\n" +#~ "Here is how it works:\n" +#~ "---------------------\n" +#~ " * The system first attempts to authenticate users against the local " +#~ "OpenERP\n" +#~ " database;\n" +#~ " * if this authentication fails (for example because the user has no " +#~ "local\n" +#~ " password), the system then attempts to authenticate against LDAP;\n" +#~ "\n" +#~ "As LDAP users have blank passwords by default in the local OpenERP database\n" +#~ "(which means no access), the first step always fails and the LDAP server is\n" +#~ "queried to do the authentication.\n" +#~ "\n" +#~ "Enabling STARTTLS ensures that the authentication query to the LDAP server " +#~ "is\n" +#~ "encrypted.\n" +#~ "\n" +#~ "User Template:\n" +#~ "--------------\n" +#~ "In the LDAP configuration on the Company form, it is possible to select a " +#~ "*User\n" +#~ "Template*. If set, this user will be used as template to create the local " +#~ "users\n" +#~ "whenever someone authenticates for the first time via LDAP authentication. " +#~ "This\n" +#~ "allows pre-setting the default groups and menus of the first-time users.\n" +#~ "\n" +#~ "**Warning:** if you set a password for the user template, this password will " +#~ "be\n" +#~ " assigned as local password for each new LDAP user, effectively " +#~ "setting\n" +#~ " a *master password* for these users (until manually changed). You\n" +#~ " usually do not want this. One easy way to setup a template user is " +#~ "to\n" +#~ " login once with a valid LDAP user, let OpenERP create a blank " +#~ "local\n" +#~ " user with the same login (and a blank password), then rename this " +#~ "new\n" +#~ " user to a username that does not exist in LDAP, and setup its " +#~ "groups\n" +#~ " the way you want.\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Fügt Unterstützung für die Authentifizierung von LDAP-Servern hinzu.\n" +#~ "=========================================================\n" +#~ "Dieses Modul ermöglicht es Benutzern, sich mit ihrem LDAP- Benutzernamen und " +#~ "Passwort anmelden, dabei wird automatisch OpenERP Nutzer angelegt.\n" +#~ "\n" +#~ "** Hinweis: ** Dieses Modul arbeitet nur auf Servern, auf denen Python `` " +#~ "ldap`` Modul installiert ist.\n" +#~ "\n" +#~ "Konfiguration:\n" +#~ "----------------\n" +#~ "Nach der Installation dieses Moduls müssen Sie die LDAP- Parameter in der " +#~ "Konfiguration der Firmendetails vornehmen. Verschiedene Unternehmen haben " +#~ "dabei unterschiedliche LDAP-Server, so lange sie einzigartige Benutzernamen " +#~ "haben (das gilt auch auch bei mehrere Unternehmen (Multi-Company)).\n" +#~ "\n" +#~ "Anonyme LDAP-Bindung wird durch einfaches leer-lassen des Benutzer- und " +#~ "Passwortfelder ebenfalls unterstützt, so fern der LDAP-Server dies erlaubt. " +#~ "Das bedeutet jedoch nicht, dass sich auch Benutzer anonym anmelden können, " +#~ "sondern gilt nur für das Haupt-LDAP-Konto, welches verwendet wird um zu " +#~ "prüfen ob ein Benutzer vorhanden ist, bevor er sich authentifiziert.\n" +#~ "\n" +#~ "Das Sichern der Verbindung mit STARTTLS ist ebenfalls verfügbar und kann " +#~ "durch aktivieren der TLS-Option in der LDAP-Konfiguration vorgenommen " +#~ "werden.\n" +#~ "\n" +#~ "So arbeitet die LDAP-Authentifizierung:\n" +#~ "---------------------------------------------\n" +#~ " * Das System versucht zunächst eine lokale Authentifizierung des " +#~ "Benutzers innerhalb OpenERP-Datenbank\n" +#~ " * Scheitert diese Identifizierung (z.B. weil der Benutzer kein lokales " +#~ "Passwort besitzt), nimmt das System eine Authentifizierung beim LDAP-Server " +#~ "vor.\n" +#~ "\n" +#~ "Weil für die die LDAP-Benutzer in der Standardeinstellung kein Passwort in " +#~ "der OpenERP-Datenbank hinterlegt ist (was bedeutet, dass kein Zugriff " +#~ "möglich ist), scheitert die Anmeldung im ersten Schritt und der LDAP-Server " +#~ "wird zur Authentifizierung kontaktiert.\n" +#~ "\n" +#~ "Das Aktivieren von STARTTLS stellt sicher, dass die " +#~ "Authentifizierungsanfrage an den LDAP-Server verschlüsselt ist.\n" +#~ "\n" +#~ "In der LDAP-Konfiguration innerhalb der Firmen-Einstellungen, ist es möglich " +#~ "eine *Benutzer-Vorlage* zu hinterlegen. Dann wird diese während der ersten " +#~ "Anmeldung über LDAP verwendet um den lokalen OpenERP-Benutzer in der " +#~ "Datenbank anzulegen. Dies erlaubt die Voreinstellung von Standard-Benutzer-" +#~ "Gruppen und -Menüs für Erstbenutzer.\n" +#~ "\n" +#~ "**Warnung:** Wenn in der Benutzer-Vorlage ein Passwort hinterlegt ist, wird " +#~ "dieses als lokales Master-Passwort für jeden neuen LDAP-Benutzer angelegt, " +#~ "bis es manuell geändert wird. Normalerweise sollte das nicht getan werden.\n" +#~ "Ein einfacher Weg, um eine Benutzer-Vorlage zu erstellen ist das erstmalige " +#~ "Anmelden mit einem gültigen LDAP-Benutzer. OpenERP erstellt dann ein leeren " +#~ "lokalen Benutzer mit dem gleichlautenden Benutzerdaten (und einem leeren " +#~ "Passwortfeld), Sie können dann diesen neuen Benutzer in einen Benutzer " +#~ "umbenennen, der in LDAP nicht existiert und diesem die gewünschten Gruppen " +#~ "und Rechte zuweisen.\n" +#~ " " diff --git a/openerp/addons/base/i18n/el.po b/openerp/addons/base/i18n/el.po index f24275d9677..69ceb7939a0 100644 --- a/openerp/addons/base/i18n/el.po +++ b/openerp/addons/base/i18n/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2964,6 +2855,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4470,8 +4376,8 @@ msgstr "%p - Αντίστοιχο με το π.μ ή το μ.μ." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (αντίγραφο)" @@ -4492,7 +4398,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4814,7 +4720,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5061,6 +4967,8 @@ msgstr "Ενέργειες" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5145,6 +5053,101 @@ msgstr "Τύπος Διεύθυνσης" msgid "Address format..." msgstr "μορφή Διεύθυνσης..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5157,9 +5160,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5249,11 +5252,6 @@ msgstr "" msgid "Always Searchable" msgstr "Πάντα Αναζητήσιμο" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5341,7 +5339,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5355,11 +5353,6 @@ msgstr "Εφαρμογή" msgid "Application Terms" msgstr "Ορολογία Εφαρμογής" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6019,7 +6012,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Can not remove root user!" @@ -6033,17 +6026,11 @@ msgstr "" "εγκατεστημένο." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6096,7 +6083,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6180,7 +6167,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6190,19 +6177,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6450,6 +6437,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6681,13 +6673,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6821,7 +6813,7 @@ msgid "Costa Rica - Accounting" msgstr "Κόστα Ρίκα - Λογιστική" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7254,7 +7246,7 @@ msgid "Custom Shortcuts" msgstr "Προσαρμοσμένες συντομεύσεις" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Τα ειδικά πεδία πρέπει να έχουν όνομα που ξεκινάει από 'x_' !" @@ -7520,7 +7512,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7718,8 +7710,8 @@ msgid "Document Management System" msgstr "Σύστημα Διαχείρισης Εγγράφων" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7729,6 +7721,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7753,6 +7750,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominican Republic" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7786,7 +7788,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7831,14 +7833,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7855,7 +7849,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7956,15 +7950,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7972,7 +7966,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7991,7 +7985,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Σφάλμα! Υπάρχει κατηγορία με την ίδια περιγραφή." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7999,16 +7993,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Σφάλμα!" @@ -8054,7 +8048,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8100,8 +8094,8 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Διαχείριση Εξόδων" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8293,7 +8287,7 @@ msgid "Field Type" msgstr "Τύπος Πεδίου" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8517,7 +8511,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9088,7 +9082,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9440,12 +9434,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9644,6 +9637,11 @@ msgstr "Παράγωγος Προβολή" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9705,12 +9703,6 @@ msgstr "Εγκατεστημένο" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9784,7 +9776,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9795,13 +9787,13 @@ msgid "Invalid arguments" msgstr "Μη έγκυρες παράμετροι" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9833,7 +9825,7 @@ msgid "Invalid model name in the action definition." msgstr "Λανθασμένο όνομα μοντέλου στην δήλωση ενέργειας" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9932,7 +9924,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10518,13 +10510,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10539,6 +10531,12 @@ msgstr "" msgid "Load a Translation" msgstr "Φόρτωμα Μετάφρασης" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10644,13 +10642,13 @@ msgid "Madam" msgstr "Κυρία" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10992,7 +10990,7 @@ msgid "Miss" msgstr "Δίδα" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11032,13 +11030,13 @@ msgid "Model" msgstr "Μοντέλο" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11100,8 +11098,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11450,7 +11448,7 @@ msgid "New Zealand" msgstr "New Zealand" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11510,7 +11508,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11534,7 +11532,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11577,6 +11575,11 @@ msgstr "Northern Mariana Islands" msgid "Norway" msgstr "Norway" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11689,6 +11692,13 @@ msgstr "Αντικείμενο:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11743,6 +11753,11 @@ msgstr "On Multiple Doc." msgid "On delete property for many2one fields" msgstr "On delete property for many2one fields" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11793,7 +11808,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11913,16 +11928,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11934,8 +11939,8 @@ msgid "Original View" msgstr "Αρχική Προβολή" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12170,7 +12175,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Συνεργάτες " @@ -12267,9 +12272,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12334,14 +12339,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12368,7 +12373,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12616,7 +12621,7 @@ msgid "Properties" msgstr "Ιδιότητες" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12969,7 +12974,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13117,6 +13122,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13190,7 +13200,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13236,7 +13246,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13646,6 +13656,11 @@ msgstr "" msgid "Server Action" msgstr "Server Action" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13683,7 +13698,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13714,6 +13729,13 @@ msgstr "Κοινόχρηστο" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13786,7 +13808,7 @@ msgid "Size" msgstr "Μέγεθος" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13856,25 +13878,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Συγνώμη , δεν επιτρέπεται η πρόσβαση σε αυτό το έγγραφο" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14573,7 +14595,7 @@ msgstr "" "Χρησιμοποιήστε το για γρήγορη αναζήτηση." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14581,7 +14603,7 @@ msgstr "" "Το όνομα πρέπει να ξεκινάει με x_ και να μην περιέχει ειδικούς χαρακτήρες!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14589,7 +14611,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14703,6 +14725,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14768,7 +14795,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14825,7 +14852,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14897,7 +14924,7 @@ msgid "This Window" msgstr "Αυτό το παράθυρο" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14956,6 +14983,12 @@ msgstr "" "κενό αν δεν επιθυμείτε να αποθηκεύετε τις εκτυπώσεις αναφορών. Μπορείτε να " "χρησιμοποιήσετε μια έκφραση python με τις παραμέτρους object και time." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15164,7 +15197,7 @@ msgid "Translation comments" msgstr "Σχόλια μετάφρασης" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15367,6 +15400,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15405,7 +15443,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15618,12 +15656,6 @@ msgstr "Χρηστική Διεπιφάνεια" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15883,12 +15915,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Προσοχή" @@ -15902,7 +15934,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16271,7 +16303,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16289,7 +16321,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16375,7 +16407,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16384,7 +16416,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16552,11 +16584,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16628,7 +16655,7 @@ msgid "ltd" msgstr "Ε.Π.Ε." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16824,3 +16851,6 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Διαχείριση Εξόδων" diff --git a/openerp/addons/base/i18n/en_GB.po b/openerp/addons/base/i18n/en_GB.po index 23f8b0d0f1b..aaf85dc765c 100644 --- a/openerp/addons/base/i18n/en_GB.po +++ b/openerp/addons/base/i18n/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-09-20 16:58+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-21 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:59+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -192,6 +192,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -338,104 +348,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -835,45 +747,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1148,19 +1021,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1207,6 +1067,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3376,6 +3267,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4976,8 +4882,8 @@ msgstr "%p - Writes either AM or PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copy)" @@ -4998,7 +4904,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Year without century [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5321,7 +5227,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5568,6 +5474,8 @@ msgstr "Actions" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5652,6 +5560,101 @@ msgstr "Address Type" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5664,9 +5667,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5758,11 +5761,6 @@ msgstr "" msgid "Always Searchable" msgstr "Always Searchable" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5853,7 +5851,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5867,11 +5865,6 @@ msgstr "Application" msgid "Application Terms" msgstr "Application Terms" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6531,7 +6524,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Can not remove root user!" @@ -6543,17 +6536,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Can not upgrade module '%s'. It is not installed." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Can only rename one column at a time!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6606,7 +6593,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Cannot rename column to %s, because that column already exists!" @@ -6690,7 +6677,7 @@ msgid "Change the user password." msgstr "Change the user password." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6700,19 +6687,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Changing the model of a field is forbidden!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Changing the storing system for field \"%s\" is not allowed." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6962,6 +6949,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7193,13 +7185,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7332,7 +7324,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Accounting" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7769,7 +7761,7 @@ msgid "Custom Shortcuts" msgstr "Custom Shortcuts" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "The name of custom fields must begin with 'x_' !" @@ -8037,7 +8029,7 @@ msgid "Delete Access Right" msgstr "Delete Access Right" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8236,8 +8228,8 @@ msgid "Document Management System" msgstr "Document Management System" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Document model" @@ -8247,6 +8239,11 @@ msgstr "Document model" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8271,6 +8268,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominican Republic" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8304,7 +8306,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8349,14 +8351,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8373,7 +8367,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8474,15 +8468,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8490,7 +8484,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8509,7 +8503,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Error! You can not create recursive categories." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8517,16 +8511,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Error!" @@ -8572,7 +8566,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8618,7 +8612,7 @@ msgstr "Execution" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8816,7 +8810,7 @@ msgid "Field Type" msgstr "Field Type" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9050,7 +9044,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "For relationship fields, the technical name of the target model" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "For selection fields, the Selection Options must be given!" @@ -9625,7 +9619,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9977,12 +9971,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10178,6 +10171,11 @@ msgstr "Inherited View" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10239,12 +10237,6 @@ msgstr "Installed" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10318,7 +10310,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10329,13 +10321,13 @@ msgid "Invalid arguments" msgstr "Invalid arguments" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10369,7 +10361,7 @@ msgid "Invalid model name in the action definition." msgstr "Invalid model name in the action definition." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10468,7 +10460,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -11057,13 +11049,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11078,6 +11070,12 @@ msgstr "Load" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11183,13 +11181,13 @@ msgid "Madam" msgstr "Madam" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11539,7 +11537,7 @@ msgid "Miss" msgstr "Miss" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11579,13 +11577,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s does not exist!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11648,8 +11646,8 @@ msgstr "" "Model name in which the method to be called is located, e.g. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11998,7 +11996,7 @@ msgid "New Zealand" msgstr "New Zealand" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12059,7 +12057,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12083,7 +12081,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12129,6 +12127,11 @@ msgstr "Northern Mariana Islands" msgid "Norway" msgstr "Norway" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12241,6 +12244,13 @@ msgstr "Object:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12295,6 +12305,11 @@ msgstr "On Multiple Doc." msgid "On delete property for many2one fields" msgstr "On delete property for many2one fields" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12345,7 +12360,7 @@ msgid "Only if this bank account belong to your company" msgstr "Only if this bank account belongs to your company" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12463,16 +12478,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "Optional username for SMTP authentication" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12484,8 +12489,8 @@ msgid "Original View" msgstr "Original View" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12720,7 +12725,7 @@ msgid "Partners Geo-Localization" msgstr "Partners Geo-Localisation" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partners: " @@ -12817,9 +12822,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12884,14 +12889,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12918,7 +12923,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13168,7 +13173,7 @@ msgid "Properties" msgstr "Properties" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13523,7 +13528,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Renaming sparse field \"%s\" is not allowed" @@ -13671,6 +13676,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13743,7 +13753,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13789,7 +13799,7 @@ msgid "SMTP Server" msgstr "SMTP Server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL mode unavailable" @@ -14199,6 +14209,11 @@ msgstr "" msgid "Server Action" msgstr "Server Action" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14236,7 +14251,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Setting empty passwords is not allowed for security reasons!" @@ -14267,6 +14282,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14339,7 +14361,7 @@ msgid "Size" msgstr "Size" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14412,25 +14434,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -15135,7 +15157,7 @@ msgstr "" "You can use this field for quick search." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15143,7 +15165,7 @@ msgstr "" "The Object name must start with x_ and not contain any special characters!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15153,7 +15175,7 @@ msgstr "" "format!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15272,6 +15294,11 @@ msgid "" msgstr "" "The internal user who is in charge of communicating with this contact if any." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15340,7 +15367,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "The osv_memory field can only be compared with = and != operator." @@ -15399,7 +15426,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15470,7 +15497,7 @@ msgid "This Window" msgstr "This Window" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15531,6 +15558,12 @@ msgstr "" "Keep empty to not save the printed reports. You can use a python expression " "with the object and time variables." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15739,7 +15772,7 @@ msgid "Translation comments" msgstr "Translation comments" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15944,6 +15977,11 @@ msgid "" msgstr "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15982,7 +16020,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Unknown report type: %s" @@ -16195,12 +16233,6 @@ msgstr "User Interface" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16461,12 +16493,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Warning" @@ -16480,7 +16512,7 @@ msgstr "Warning Messages and Alerts" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Warning!" @@ -16857,7 +16889,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16875,7 +16907,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16960,7 +16992,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16969,7 +17001,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17137,11 +17169,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17213,7 +17240,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/es.po b/openerp/addons/base/i18n/es.po index e15379c7c4c..f45c4148f7e 100644 --- a/openerp/addons/base/i18n/es.po +++ b/openerp/addons/base/i18n/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-16 22:31+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-02 10:20+0000\n" "Last-Translator: Pedro Manuel Baeza \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-17 08:29+0000\n" +"X-Launchpad-Export-Date: 2014-10-03 06:28+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -237,6 +237,23 @@ msgstr "" "objetos.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" +"\n" +" Contiene trozos de código a ser usados como ejemplos de documentación " +"técnica \n" +" (via la directiva ``literalinclude``) en situaciones donde pueden ser " +"validada la sintaxis\n" +" y testeada.\n" +" " + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -476,189 +493,6 @@ msgstr "" "enlazar con nuevos pads (por defecto, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" -"\n" -"Añade soporte de autenticación a tu servidor LDAP\n" -"===============================================\n" -"Este módulo permite a los usuarios iniciar sesión con sus usuarios y\n" -"contraseñas LDAP, y creará automáticamente usuarios de Odoo para ellos al\n" -"instante.\n" -"\n" -"**Nota:** Este modulo sólo funciona en servidores que tienen el módulo de\n" -"Python ``ldap`` instalado.\n" -"\n" -"Configuración:\n" -"--------------\n" -"Después de instalar este módulo, necesitarás configurar los parámetros LDAP\n" -"en la pestaña Configuración en los detalles de la compañía. Compañías\n" -"diferentes podrán tener servidores LDAP diferentes, siempre que los nombres\n" -"de usuarios sean únicos (los nombres de usuarios deben ser únicos en Odoo,\n" -"incluso con múltiples compañías).\n" -"\n" -"El enlace a LDAP como usuario anónimo también está soportado (para los\n" -"servidores LDAP que lo permitan) simplemente manteniendo el usuario LDAP y\n" -" contraseña vacía en la configuración LDAP.\n" -"Esto no permite la autenticación anónima para usuarios, es solamente para\n" -"la cuenta de administrador LDAP que se usa para verificar si un usuario\n" -"existe antes de intentar autenticarlo.\n" -"\n" -"Estableciendo una conexión segura con STARTTLS también está disponible para\n" -"los servidores LDAP, activando la opción TLS en la configuración LDAP.\n" -"\n" -"Para más opciones de configuración de los ajustes de LDAP, consulte el " -"manual\n" -"del ldap.conf: manpage: `ldap.conf(5)`.\n" -"\n" -"Consideraciones de seguridad:\n" -"-----------------------------\n" -"Las contraseñas de los usuarios LDAP nunca se guardan en la base de datos\n" -"de Odoo, se consulta el servidor LDAP siempre que un usuario necesita\n" -"autenticarse. No se duplican las contraseñas, y éstas se gestionan sólo\n" -"desde un lugar.\n" -"\n" -"Odoo no gestiona los cambios de contraseña en el LDAP, así cualquier cambio\n" -"de contraseñas debería ser llevada a cabo por otros medios en el directorio\n" -"LDAP directamente (para los usuarios de LDAP).\n" -"\n" -"También es posible tener usuarios localles de Odoo en la base de datos " -"junto\n" -"con los usuarios autenticados mediante LDAP (la cuenta de Administrador es\n" -"un ejemplo claro de ello).\n" -"\n" -"Así es como funciona:\n" -"---------------------\n" -" * El sistema intenta autenticar los usuarios priimero contra la base de\n" -" datos local de Odoo;\n" -" * si esta autenticación falla (por ejemplo porque el usuario no tiene " -"una\n" -" contraseña local), entonces el sistema intenta autenticarse con LDAP.\n" -"\n" -"Como los usuarios LDAP tienen contraseñas en blanco por defecto en la base\n" -"de datos de Odoo (lo que significa que no tienen acceso), el primer paso\n" -"siempre falla y se consulta el servidor LDAP para hacer la autenticación.\n" -"\n" -"Activar STARTTLS asegura que se encripte la consulta de autenticación al\n" -"servidor LDAP.\n" -"\n" -"Plantilla de usuario:\n" -"---------------------\n" -"En la configuración de LDAP en el formulario de la Compañía, es posible\n" -"seleccionar una *plantilla de usuario*. Si se selecciona, este usuario se\n" -"utilizará como plantilla para crear usuarios locales cada vez que alguien\n" -"se autentique por primera vez a través del LDAP.\n" -"Esto permite preconfigurar por defecto grupos y menús para los usuarios que\n" -"accedan por primera vez.\n" -"\n" -"**Precaución:**\n" -" Si pones una contraseña para la plantilla de usuario, esta contraseña\n" -"será asignada como contraseña local para cada nuevo usuario LDAP, " -"configurando\n" -"así una *contraseña maestra* para esos usuarios (hasta que se cambie\n" -"manualmente). Normalmente no es deseable. Una forma fácil de configurar una\n" -"plantilla de usuario es iniciar sesión una vez con un usuario LDAP válido,\n" -"permitir a Odoo crear un usuario local vacío con el mismo nombre de usuario\n" -"(y una contraseña en blanco), luego renombrar esete nuevo usuario con un\n" -"nombre de usuario que no exista en LDAP, y configurar sus grupos de la " -"forma\n" -"que se desee.\n" -" " - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -1259,72 +1093,6 @@ msgstr "" "Plan de cuentas y localización tailandesa.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Plan de cuentas para Colombia\n" -"=============================\n" -"\n" -"La fuente de este plan de cuentas es: http://puc.com.co/.\n" -"\n" -"Toda la documentación disponible está incrustada en este módulo, para " -"asegurarse que OpenERP tiene toda la información necesaria para gestionar la " -"contabilidad en Colombia.\n" -"\n" -"La ley que habilita este plan de cuentas como válida para el país se puede " -"encontrar en: http://puc.com.co/normatividad/.\n" -"\n" -"Este módulo tiene la intención de hacer disponible sin más ajustes el plan " -"de cuentas para Colombia en OpenERP.\n" -"\n" -"Recomendamos instalar el módulo 'account_anglo_saxon' para tener los costes " -"de contabilidad correctamente establecidos en las facturas de cliente.\n" -"\n" -"Después de instalar este módulo, se lanza el asistente de configuración para " -"contabilidad.\n" -" * Plantillas de cuentas que pueden ser de ayuda para generar el plan de " -"cuentas.\n" -" * En el asistente, se le preguntará por el nombre de la compañía, la " -"plantilla de cuentas a utilizar, el nº de dígitos a generar, el código para " -"las cuentas de banco, y la moneda para crear los diarios.\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1749,28 +1517,6 @@ msgstr "" "plantillas en unas pocas pulsaciones.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Contraseñas encriptadas\n" -"==================\n" -"\n" -"Interacción con autentificación LDAP:\n" -"-------------------------------------------------------------\n" -"Este módulo no es compatible actualmente con el módulo 'user_ldap' y " -"deshabilitará completamente la autentificación LDAP si se instala al mismo " -"tiempo.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1862,6 +1608,65 @@ msgstr "" "Power Email de Openlabs.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" +"\n" +"Contraseñas encriptadas\n" +"=======================\n" +"\n" +"Reemplaza el almacenamiento por defecto de las contraseñas\n" +"con un hash criptográfico fuerte.\n" +"\n" +"La función de derivación de clave usada actualmente es el \n" +"estándar de la industria RSA Security LLC ``PKDF2``, en\n" +"combinación con ``SHA512``.\n" +"Esto incluye la inicialización y estrechado de la clave con \n" +"varios miles de redondeos.\n" +"\n" +"Todas las claves se encriptan en el momento en que se instala\n" +"el módulo, por lo que llevará algunos minutos si se tienen miles\n" +"de usuarios.\n" +"\n" +"Versiones antiguas de las contraseñas encriptadas se actualizarán\n" +"automáticamente al esquema actual cuando un usuario se \n" +"autentique ('auth_crypt' usaba anteriormente la función de\n" +"derivación de clave más débil ``md5crypt``).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -5088,6 +4893,31 @@ msgstr "" "\n" " " +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" +"\n" +"Éste es el módulo base para gestionar el plan de cuentas para la República " +"Dominicana\n" +"=============================================================================" +"========\n" +"\n" +"* Plan de cuentas.\n" +"* Códigos de impuestos para la República Dominicana\n" +"* Los principales impuestos usados en la República Dominicana\n" +"* Posiciones locales para local " + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -7583,8 +7413,8 @@ msgstr "%p - Equivalente a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -7605,7 +7435,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Año sin el siglo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -7999,7 +7829,7 @@ msgid "A module with dummy methods." msgstr "Un módulo con métodos dummy" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "Se debe proporcionar una unidad a los widgets de duración" @@ -8248,6 +8078,8 @@ msgstr "Acciones" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -8332,6 +8164,193 @@ msgstr "Tipo de dirección" msgid "Address format..." msgstr "Formato de dirección..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" +"Añade soporte para la autenticación por un servidor LDAP.\n" +"=========================================================\n" +"\n" +"Este módulo permite a los usuarios acceder al sistema con su usuario y " +"contraseña \n" +"LDAP, y creará automáticamente usuarios OpenERP para ellos.\n" +"\n" +"**Nota:** Este módulo sólo funcionará en servidores que tengan el módulo " +"Python\n" +"``ldap`` instalado.\n" +"\n" +"Configuración:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -8346,9 +8365,9 @@ msgstr "" "Provincia, Ayuntamiento" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Se requiere acceso como administrador para desinstalar un módulo" @@ -8443,11 +8462,6 @@ msgstr "" msgid "Always Searchable" msgstr "Siempre puede ser buscado" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "Aplicado siempre" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -8545,7 +8559,7 @@ msgid "Applicant Resumes and Letters" msgstr "Cartas de presentación y currículums de los solicitantes" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -8559,11 +8573,6 @@ msgstr "Aplicación" msgid "Application Terms" msgstr "Términos de la aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "Estado de la aplicación" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -9231,7 +9240,7 @@ msgstr "" "separado." #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "¡No se puede eliminar el usuario principal!" @@ -9243,17 +9252,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "No puede actualizar el módulo '% s'. No está instalado" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "¡Sólo puede renombrar una columna a la vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "No se puede alternar la vista %d con la aplicación %r" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -9306,7 +9309,7 @@ msgid "Cannot duplicate configuration!" msgstr "¡No se puede duplicar la configuración!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -9391,7 +9394,7 @@ msgid "Change the user password." msgstr "Cambiar la contraseña de usuario" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -9405,20 +9408,20 @@ msgstr "" "compañía. Puede usar el botón \"Descartar\" para abandonar los cambios." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Está prohibido cambiar el modelo de un campo!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "No está permitido cambiar el sistema de almacenamiento para el campo \"%s\"." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -9686,6 +9689,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "Contabilidad colombiana" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "Contabilidad colombiana y preconfiguración de impuestos" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -9923,13 +9931,13 @@ msgid "Connection Security" msgstr "Seguridad de la conexión" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "¡Test de conexión fallido!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "¡Prueba de conexión realizada con éxito!" @@ -10063,7 +10071,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Contabilidad" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "¡No se puede crear un contacto sin dirección de correo electrónico!" @@ -10502,7 +10510,7 @@ msgid "Custom Shortcuts" msgstr "Accesos rápidos personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -10783,7 +10791,7 @@ msgid "Delete Access Right" msgstr "Eliminar derecho de acceso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "Borrado del registro de la acción fallido." @@ -10989,8 +10997,8 @@ msgid "Document Management System" msgstr "Gestión documental" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo de documento" @@ -11000,6 +11008,11 @@ msgstr "Modelo de documento" msgid "Documentation" msgstr "Documentación" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "Test de ejemplos de documentación" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -11024,6 +11037,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "República Dominicana - Contabilidad" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -11057,7 +11075,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "No es posible duplicar flujos de trabajo. Debe crear uno nuevo." #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "Las duraciones no pueden ser negativas" @@ -11102,16 +11120,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Contabilidad" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" -"El editor está deshabilitado porque algún contenido no puede ser visualizado " -"por un usuario que no pertenezca a los grupos %s" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -11128,7 +11136,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Intercambio Electronico de Datos (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "El elemento '%s' no puede ser localizado en la vista padre" @@ -11231,15 +11239,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -11247,7 +11255,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -11266,7 +11274,7 @@ msgid "Error ! You can not create recursive categories." msgstr "¡Error! No puede crear categorías recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -11276,16 +11284,16 @@ msgstr "" "Vista `%(view_name)s`" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "¡Error!" @@ -11331,7 +11339,7 @@ msgid "Events Sales" msgstr "Ventas de eventos" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "¡Todo parece correctamente configurado!" @@ -11381,8 +11389,8 @@ msgstr "Ejecución" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Gestión de gastos" +msgid "Expense Tracker" +msgstr "Control de gastos" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -11584,7 +11592,7 @@ msgid "Field Type" msgstr "Tipo de campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "El campo `%(field_name)s` no existe" @@ -11823,7 +11831,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relación, el nombre técnico del modelo destino." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "¡Para campos selection debe indicar las opciones de selección!" @@ -12422,7 +12430,7 @@ msgid "Here is the exported translation file:" msgstr "Aquí está el archivo de traducción exportado:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -12802,21 +12810,18 @@ msgstr "" "contrario, la vista se aplica sólo a los usuarios de estos grupos." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" -"Si está vista es heredada,\n" -"* si el valor es Siempre, la vista siempre extiende a su padre.\n" -"* si el valor es Habilitada, la vista extiende actualmente a su padre, pero " -"puede ser deshabilitada.\n" -"* si el valor es Deshabilitada, la vista no extiende actualmente a su padre, " -"pero puede ser habilitada.\n" +"Si se hereda esta vista, \n" +"* Si es cierto, la vista siempre extiende a su padre \n" +"* Si es falso, la vista actual no extiende a su padre, pero se puede " +"habilitar\n" " " #. module: base @@ -13022,6 +13027,11 @@ msgstr "Vista heredada" msgid "Inherited Views" msgstr "Vistas heredadas" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "Modelos heredados" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -13083,12 +13093,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "Opciones instaladas" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Módulos locales" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -13164,7 +13168,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Formato de nombre de tipo de banco no válido." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Criterio de búsqueda no válido" @@ -13175,14 +13179,14 @@ msgid "Invalid arguments" msgstr "Argumentos no válidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" "Valor de contexto default_groups_ref (model.name_id) no válido : \"%s\"" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "Valor de contexto invalido" @@ -13218,7 +13222,7 @@ msgid "Invalid model name in the action definition." msgstr "Nombre de modelo no válido en la definición de acción." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "Atributo de posición no válido: '%s'" @@ -13317,8 +13321,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Seguimiento de errores" +msgid "Issue Tracking" +msgstr "Seguimiento de incidencia" #. module: base #: selection:base.language.install,lang:0 @@ -13915,16 +13919,16 @@ msgstr "Lituania" msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvių kalba" +#. module: base +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" +msgstr "Charla en vivo" + #. module: base #: model:ir.module.module,summary:base.module_im_livechat msgid "Live Chat with Visitors/Customers" msgstr "Conversación en vivo con visitantes/clientes" -#. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" -msgstr "Soporte en vivo" - #. module: base #: view:base.language.install:base.view_base_language_install msgid "Load" @@ -13937,6 +13941,12 @@ msgstr "Cargar" msgid "Load a Translation" msgstr "Cargar una traducción" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "Modulos locales" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -14042,13 +14052,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "Fallo de entrega de correo" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -14409,7 +14419,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Servidor SMTP ausente" @@ -14449,13 +14459,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "¡No existe el módulo %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "¡El modelo '%s' contiene datos del módulo y no puede ser eliminado!" @@ -14521,8 +14531,8 @@ msgstr "" "ejemplo 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "Modelo no encontrado: %(model)s" @@ -14873,7 +14883,7 @@ msgid "New Zealand" msgstr "Nueva Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -14937,7 +14947,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -14965,7 +14975,7 @@ msgstr "" "en el campo '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -15011,6 +15021,11 @@ msgstr "Islas Marianas del Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "Noruega - Plan General de Contabilidad" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -15123,6 +15138,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitano (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "Odoo Apps estará disponible en breve" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -15179,6 +15201,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propiedad 'On delete' (al borrar) para campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "Facturación en línea" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -15239,7 +15266,7 @@ msgid "Only if this bank account belong to your company" msgstr "Sólo si esta cuenta bancaria pertenece a su compañía" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -15360,16 +15387,6 @@ msgstr "Contraseña opcional para la autenticación SMTP" msgid "Optional username for SMTP authentication" msgstr "Nombre de usuario opcional para la autenticación SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "Opcional, deshabilitado" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "Opcional, habilitado" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -15381,8 +15398,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -15617,7 +15634,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-localización de empresas" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Empresas: " @@ -15714,9 +15731,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Evaluaciones periódicas, encuestas" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Permiso denegado" @@ -15781,7 +15798,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plan de cuentas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -15790,7 +15807,7 @@ msgstr "" "un error." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -15825,7 +15842,7 @@ msgstr "" "constructor de expresiones dinámicos." #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "¡Especifique una acción a lanzar!" @@ -16080,7 +16097,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -16443,7 +16460,7 @@ msgstr "" "Eliminar la acción contextual relacionada con esta acción de servidor" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "No está permitido renombrar el campo \"%s\"" @@ -16591,6 +16608,11 @@ msgstr "Restaurante" msgid "Restaurant extensions for the Point of Sale " msgstr "Extensión para restarurantes para el TPV " +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "Restringir" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -16664,7 +16686,7 @@ msgstr "" "Las reglas no se han podido aplicar en el modelo de reglas de registro." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "Ejecutar %s" @@ -16711,7 +16733,7 @@ msgid "SMTP Server" msgstr "Servidor SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modo SMTP sobre SSL no disponible" @@ -17128,6 +17150,11 @@ msgstr "Servidor" msgid "Server Action" msgstr "Acción servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "Mapeo de valores de la acción de servidor" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -17167,7 +17194,7 @@ msgstr "" "tipo predefinido en los informes RML de la compañía del usuario." #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -17199,6 +17226,13 @@ msgstr "Compartido" msgid "Shipping" msgstr "Envío" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Mostrando los módulos locales disponibles" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -17271,7 +17305,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "¡El tamaño del campo nunca puede ser menor de 0!" @@ -17344,25 +17378,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Algunas veces llamado BIC o Swift" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Lo siento, no está autorizado para acceder a este documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Lo siento, no estás autorizado a crear este tipo de documento." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Lo siento, no está autorizado a eliminar este documento." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Lo siento, no está autorizado para modificar este documento." @@ -18072,7 +18106,7 @@ msgstr "" "Puede utilizar este campo para la búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -18081,7 +18115,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -18091,7 +18125,7 @@ msgstr "" "[('clave','Etiqueta'), ...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -18219,6 +18253,11 @@ msgid "" msgstr "" "El usuario interno encargado de comunicarse con este contacto si lo hubiese." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "La lista de los modelos que extiende el modelo actual." + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -18292,7 +18331,7 @@ msgstr "" "tripletas. Por ejemplo: [('color','=',' red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -18362,7 +18401,7 @@ msgid "The record id this is attached to" msgstr "El id. de registro está adjuntado a" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -18437,7 +18476,7 @@ msgid "This Window" msgstr "Esta ventana" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "¡Esta columna contiene datos del módulo y no puede ser eliminada!" @@ -18505,6 +18544,13 @@ msgstr "" "resultado de impresión. Déjelo vacío para no guardar los informes impresos. " "Puede utilizar una expresión Python con las variables objeto y fecha/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" +"Éste es el módulo para gestionar el Plan Contable para Noruega en OpenERP." + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -18719,7 +18765,7 @@ msgid "Translation comments" msgstr "Comentarios de traducción" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -18944,6 +18990,11 @@ msgstr "" "Imposible actualizar el módulo \"%s\" porqué hay una dependencia externa no " "resuelta: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "Inactivo" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -18982,7 +19033,7 @@ msgid "United States - Chart of accounts" msgstr "Estados Unidos - Plan de cuentas" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de informe desconocido: %s" @@ -19202,12 +19253,6 @@ msgstr "Interfaz de usuario" msgid "User Login" msgstr "Nombre de usuario" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "El usuario no pertenece a ninguno de los grupos %s" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -19478,12 +19523,12 @@ msgid "Warehouse Management: Waves" msgstr "Gestión de almácenes: Agrupaciones (Waves)" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -19497,7 +19542,7 @@ msgstr "Mensajes de aviso y alertas" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -19897,7 +19942,7 @@ msgstr "" "contraseña" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -19917,7 +19962,7 @@ msgid "You can not register two fonts with the same name" msgstr "No puede registrar dos tipos de letra con el mismo nombre" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -20025,7 +20070,7 @@ msgstr "" "bajo el menú Configuración / Usuarios." #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -20037,7 +20082,7 @@ msgstr "" "puede funcionar." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -20207,11 +20252,6 @@ msgstr "Productos opcionales para el comercio electrónico" msgid "eInvoicing" msgstr "Facturación electrónica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Facturación electrónica y pagos" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -20285,7 +20325,7 @@ msgid "ltd" msgstr "S.L." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "n/a" @@ -20494,3 +20534,280 @@ msgstr "Islas Åland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "Plan contable chino" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Facturación electrónica y pagos" + +#~ msgid "Issue Tracker" +#~ msgstr "Seguimiento de errores" + +#~ msgid "Expense Management" +#~ msgstr "Gestión de gastos" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Contraseñas encriptadas\n" +#~ "==================\n" +#~ "\n" +#~ "Interacción con autentificación LDAP:\n" +#~ "-------------------------------------------------------------\n" +#~ "Este módulo no es compatible actualmente con el módulo 'user_ldap' y " +#~ "deshabilitará completamente la autentificación LDAP si se instala al mismo " +#~ "tiempo.\n" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Plan de cuentas para Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "La fuente de este plan de cuentas es: http://puc.com.co/.\n" +#~ "\n" +#~ "Toda la documentación disponible está incrustada en este módulo, para " +#~ "asegurarse que OpenERP tiene toda la información necesaria para gestionar la " +#~ "contabilidad en Colombia.\n" +#~ "\n" +#~ "La ley que habilita este plan de cuentas como válida para el país se puede " +#~ "encontrar en: http://puc.com.co/normatividad/.\n" +#~ "\n" +#~ "Este módulo tiene la intención de hacer disponible sin más ajustes el plan " +#~ "de cuentas para Colombia en OpenERP.\n" +#~ "\n" +#~ "Recomendamos instalar el módulo 'account_anglo_saxon' para tener los costes " +#~ "de contabilidad correctamente establecidos en las facturas de cliente.\n" +#~ "\n" +#~ "Después de instalar este módulo, se lanza el asistente de configuración para " +#~ "contabilidad.\n" +#~ " * Plantillas de cuentas que pueden ser de ayuda para generar el plan de " +#~ "cuentas.\n" +#~ " * En el asistente, se le preguntará por el nombre de la compañía, la " +#~ "plantilla de cuentas a utilizar, el nº de dígitos a generar, el código para " +#~ "las cuentas de banco, y la moneda para crear los diarios.\n" +#~ " " + +#~ msgid "Installed Modules" +#~ msgstr "Módulos locales" + +#~ msgid "" +#~ "\n" +#~ "Adds support for authentication by LDAP server.\n" +#~ "===============================================\n" +#~ "This module allows users to login with their LDAP username and password, " +#~ "and\n" +#~ "will automatically create OpenERP users for them on the fly.\n" +#~ "\n" +#~ "**Note:** This module only work on servers who have Python's ``ldap`` module " +#~ "installed.\n" +#~ "\n" +#~ "Configuration:\n" +#~ "--------------\n" +#~ "After installing this module, you need to configure the LDAP parameters in " +#~ "the\n" +#~ "Configuration tab of the Company details. Different companies may have " +#~ "different\n" +#~ "LDAP servers, as long as they have unique usernames (usernames need to be " +#~ "unique\n" +#~ "in OpenERP, even across multiple companies).\n" +#~ "\n" +#~ "Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +#~ "by\n" +#~ "simply keeping the LDAP user and password empty in the LDAP configuration.\n" +#~ "This does not allow anonymous authentication for users, it is only for the " +#~ "master\n" +#~ "LDAP account that is used to verify if a user exists before attempting to\n" +#~ "authenticate it.\n" +#~ "\n" +#~ "Securing the connection with STARTTLS is available for LDAP servers " +#~ "supporting\n" +#~ "it, by enabling the TLS option in the LDAP configuration.\n" +#~ "\n" +#~ "For further options configuring the LDAP settings, refer to the ldap.conf\n" +#~ "manpage: manpage:`ldap.conf(5)`.\n" +#~ "\n" +#~ "Security Considerations:\n" +#~ "------------------------\n" +#~ "Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +#~ "server\n" +#~ "is queried whenever a user needs to be authenticated. No duplication of the\n" +#~ "password occurs, and passwords are managed in one place only.\n" +#~ "\n" +#~ "OpenERP does not manage password changes in the LDAP, so any change of " +#~ "password\n" +#~ "should be conducted by other means in the LDAP directory directly (for LDAP " +#~ "users).\n" +#~ "\n" +#~ "It is also possible to have local OpenERP users in the database along with\n" +#~ "LDAP-authenticated users (the Administrator account is one obvious " +#~ "example).\n" +#~ "\n" +#~ "Here is how it works:\n" +#~ "---------------------\n" +#~ " * The system first attempts to authenticate users against the local " +#~ "OpenERP\n" +#~ " database;\n" +#~ " * if this authentication fails (for example because the user has no " +#~ "local\n" +#~ " password), the system then attempts to authenticate against LDAP;\n" +#~ "\n" +#~ "As LDAP users have blank passwords by default in the local OpenERP database\n" +#~ "(which means no access), the first step always fails and the LDAP server is\n" +#~ "queried to do the authentication.\n" +#~ "\n" +#~ "Enabling STARTTLS ensures that the authentication query to the LDAP server " +#~ "is\n" +#~ "encrypted.\n" +#~ "\n" +#~ "User Template:\n" +#~ "--------------\n" +#~ "In the LDAP configuration on the Company form, it is possible to select a " +#~ "*User\n" +#~ "Template*. If set, this user will be used as template to create the local " +#~ "users\n" +#~ "whenever someone authenticates for the first time via LDAP authentication. " +#~ "This\n" +#~ "allows pre-setting the default groups and menus of the first-time users.\n" +#~ "\n" +#~ "**Warning:** if you set a password for the user template, this password will " +#~ "be\n" +#~ " assigned as local password for each new LDAP user, effectively " +#~ "setting\n" +#~ " a *master password* for these users (until manually changed). You\n" +#~ " usually do not want this. One easy way to setup a template user is " +#~ "to\n" +#~ " login once with a valid LDAP user, let OpenERP create a blank " +#~ "local\n" +#~ " user with the same login (and a blank password), then rename this " +#~ "new\n" +#~ " user to a username that does not exist in LDAP, and setup its " +#~ "groups\n" +#~ " the way you want.\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Añade soporte de autenticación a tu servidor LDAP\n" +#~ "===============================================\n" +#~ "Este módulo permite a los usuarios iniciar sesión con sus usuarios y\n" +#~ "contraseñas LDAP, y creará automáticamente usuarios de Odoo para ellos al\n" +#~ "instante.\n" +#~ "\n" +#~ "**Nota:** Este modulo sólo funciona en servidores que tienen el módulo de\n" +#~ "Python ``ldap`` instalado.\n" +#~ "\n" +#~ "Configuración:\n" +#~ "--------------\n" +#~ "Después de instalar este módulo, necesitarás configurar los parámetros LDAP\n" +#~ "en la pestaña Configuración en los detalles de la compañía. Compañías\n" +#~ "diferentes podrán tener servidores LDAP diferentes, siempre que los nombres\n" +#~ "de usuarios sean únicos (los nombres de usuarios deben ser únicos en Odoo,\n" +#~ "incluso con múltiples compañías).\n" +#~ "\n" +#~ "El enlace a LDAP como usuario anónimo también está soportado (para los\n" +#~ "servidores LDAP que lo permitan) simplemente manteniendo el usuario LDAP y\n" +#~ " contraseña vacía en la configuración LDAP.\n" +#~ "Esto no permite la autenticación anónima para usuarios, es solamente para\n" +#~ "la cuenta de administrador LDAP que se usa para verificar si un usuario\n" +#~ "existe antes de intentar autenticarlo.\n" +#~ "\n" +#~ "Estableciendo una conexión segura con STARTTLS también está disponible para\n" +#~ "los servidores LDAP, activando la opción TLS en la configuración LDAP.\n" +#~ "\n" +#~ "Para más opciones de configuración de los ajustes de LDAP, consulte el " +#~ "manual\n" +#~ "del ldap.conf: manpage: `ldap.conf(5)`.\n" +#~ "\n" +#~ "Consideraciones de seguridad:\n" +#~ "-----------------------------\n" +#~ "Las contraseñas de los usuarios LDAP nunca se guardan en la base de datos\n" +#~ "de Odoo, se consulta el servidor LDAP siempre que un usuario necesita\n" +#~ "autenticarse. No se duplican las contraseñas, y éstas se gestionan sólo\n" +#~ "desde un lugar.\n" +#~ "\n" +#~ "Odoo no gestiona los cambios de contraseña en el LDAP, así cualquier cambio\n" +#~ "de contraseñas debería ser llevada a cabo por otros medios en el directorio\n" +#~ "LDAP directamente (para los usuarios de LDAP).\n" +#~ "\n" +#~ "También es posible tener usuarios localles de Odoo en la base de datos " +#~ "junto\n" +#~ "con los usuarios autenticados mediante LDAP (la cuenta de Administrador es\n" +#~ "un ejemplo claro de ello).\n" +#~ "\n" +#~ "Así es como funciona:\n" +#~ "---------------------\n" +#~ " * El sistema intenta autenticar los usuarios priimero contra la base de\n" +#~ " datos local de Odoo;\n" +#~ " * si esta autenticación falla (por ejemplo porque el usuario no tiene " +#~ "una\n" +#~ " contraseña local), entonces el sistema intenta autenticarse con LDAP.\n" +#~ "\n" +#~ "Como los usuarios LDAP tienen contraseñas en blanco por defecto en la base\n" +#~ "de datos de Odoo (lo que significa que no tienen acceso), el primer paso\n" +#~ "siempre falla y se consulta el servidor LDAP para hacer la autenticación.\n" +#~ "\n" +#~ "Activar STARTTLS asegura que se encripte la consulta de autenticación al\n" +#~ "servidor LDAP.\n" +#~ "\n" +#~ "Plantilla de usuario:\n" +#~ "---------------------\n" +#~ "En la configuración de LDAP en el formulario de la Compañía, es posible\n" +#~ "seleccionar una *plantilla de usuario*. Si se selecciona, este usuario se\n" +#~ "utilizará como plantilla para crear usuarios locales cada vez que alguien\n" +#~ "se autentique por primera vez a través del LDAP.\n" +#~ "Esto permite preconfigurar por defecto grupos y menús para los usuarios que\n" +#~ "accedan por primera vez.\n" +#~ "\n" +#~ "**Precaución:**\n" +#~ " Si pones una contraseña para la plantilla de usuario, esta contraseña\n" +#~ "será asignada como contraseña local para cada nuevo usuario LDAP, " +#~ "configurando\n" +#~ "así una *contraseña maestra* para esos usuarios (hasta que se cambie\n" +#~ "manualmente). Normalmente no es deseable. Una forma fácil de configurar una\n" +#~ "plantilla de usuario es iniciar sesión una vez con un usuario LDAP válido,\n" +#~ "permitir a Odoo crear un usuario local vacío con el mismo nombre de usuario\n" +#~ "(y una contraseña en blanco), luego renombrar esete nuevo usuario con un\n" +#~ "nombre de usuario que no exista en LDAP, y configurar sus grupos de la " +#~ "forma\n" +#~ "que se desee.\n" +#~ " " diff --git a/openerp/addons/base/i18n/es_AR.po b/openerp/addons/base/i18n/es_AR.po index c6b9d5cee46..6dc8ba6066b 100644 --- a/openerp/addons/base/i18n/es_AR.po +++ b/openerp/addons/base/i18n/es_AR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Argentina) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -183,6 +183,16 @@ msgstr "" "objetos.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -335,104 +345,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -853,45 +765,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1168,28 +1041,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Contraseñas encriptadas\n" -"==================\n" -"\n" -"Interacción con autentificación LDAP:\n" -"-------------------------------------------------------------\n" -"Este módulo no es compatible actualmente con el módulo 'user_ldap' y " -"deshabilitará completamente la autentificación LDAP si se instala al mismo " -"tiempo.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1236,6 +1087,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3523,6 +3405,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -5176,8 +5073,8 @@ msgstr "%p - Equivalente a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -5198,7 +5095,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Año sin el siglo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5513,7 +5410,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5760,6 +5657,8 @@ msgstr "Acciones" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5844,6 +5743,101 @@ msgstr "Tipo de dirección" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5856,9 +5850,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Se requiere acceso como administrador para desinstalar un módulo" @@ -5948,11 +5942,6 @@ msgstr "" msgid "Always Searchable" msgstr "Siempre puede ser buscado" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -6042,7 +6031,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -6056,11 +6045,6 @@ msgstr "Aplicación" msgid "Application Terms" msgstr "Términos de la aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6720,7 +6704,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "No se puede eliminar el usuario principal !" @@ -6732,17 +6716,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "No se puede actualizar módulo '%s'. No está instalado." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6795,7 +6773,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6879,7 +6857,7 @@ msgid "Change the user password." msgstr "Cambiar la contraseña de usuario." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6889,19 +6867,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Está prohibido cambiar el modelo de un campo!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -7151,6 +7129,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7383,13 +7366,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7523,7 +7506,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Contabilidad" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7956,7 +7939,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -8235,7 +8218,7 @@ msgid "Delete Access Right" msgstr "Eliminar Derecho de Acceso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8434,8 +8417,8 @@ msgid "Document Management System" msgstr "Gestión documental" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo de documento" @@ -8445,6 +8428,11 @@ msgstr "Modelo de documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8469,6 +8457,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8502,7 +8495,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8547,14 +8540,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8571,7 +8556,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8672,15 +8657,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8688,7 +8673,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8707,7 +8692,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Error! No puede crear categorías recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8715,16 +8700,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "¡Error!" @@ -8770,7 +8755,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8816,7 +8801,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -9013,7 +8998,7 @@ msgid "Field Type" msgstr "Tipo de Campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9245,7 +9230,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9825,7 +9810,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -10179,12 +10164,11 @@ msgstr "" "contrario, la vista se aplica sólo a los usuarios de esos grupos." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10382,6 +10366,11 @@ msgstr "Vista heredada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10443,12 +10432,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Módulos instalados" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10522,7 +10505,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10533,13 +10516,13 @@ msgid "Invalid arguments" msgstr "Argumentos Inválidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10573,7 +10556,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10672,7 +10655,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -11258,13 +11241,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11279,6 +11262,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11384,13 +11373,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11738,7 +11727,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11778,13 +11767,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11848,8 +11837,8 @@ msgstr "" "ejemplo 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -12198,7 +12187,7 @@ msgid "New Zealand" msgstr "Nueva Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12258,7 +12247,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12284,7 +12273,7 @@ msgstr "" "en el campo '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12327,6 +12316,11 @@ msgstr "Islas Marianas del Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12439,6 +12433,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12493,6 +12494,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propiedad 'On delete' (al borrar) para campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12543,7 +12549,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12661,16 +12667,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12682,8 +12678,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12918,7 +12914,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partners: " @@ -13015,9 +13011,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -13082,14 +13078,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -13116,7 +13112,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13364,7 +13360,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13720,7 +13716,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "No está permitido renombrar el campo \"%s\"" @@ -13868,6 +13864,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13940,7 +13941,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13986,7 +13987,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modo SMTP sobre SSL no disponible" @@ -14396,6 +14397,11 @@ msgstr "" msgid "Server Action" msgstr "Acción del servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14433,7 +14439,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -14464,6 +14470,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14536,7 +14549,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14609,25 +14622,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Lo siento, no está autorizado para acceder a este documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -15330,7 +15343,7 @@ msgstr "" "Puede usar este campo para la búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15339,7 +15352,7 @@ msgstr "" "especial !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15347,7 +15360,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15466,6 +15479,11 @@ msgid "" msgstr "" "El usuario interno encargado de comunicarse con este contacto si lo hubiese." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15535,7 +15553,7 @@ msgstr "" "tripletas. Por ejemplo: [('color','=',' red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15592,7 +15610,7 @@ msgid "The record id this is attached to" msgstr "El id de registro al cual está adjuntado" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15661,7 +15679,7 @@ msgid "This Window" msgstr "Esta ventana" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "¡Esta columna contiene datos del módulo y no puede ser eliminada!" @@ -15722,6 +15740,12 @@ msgstr "" "de impresión. Déjelo vacío para no guardar los informes impresos. Puede " "utilizar una expresión Python con las variables objeto y fecha/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15930,7 +15954,7 @@ msgid "Translation comments" msgstr "Comentarios de traducción" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16132,6 +16156,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16170,7 +16199,7 @@ msgid "United States - Chart of accounts" msgstr "Estados Unidos - Plan de cuentas" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de informe desconocido: %s" @@ -16384,12 +16413,6 @@ msgstr "Interfaz de usuario" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16654,12 +16677,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -16673,7 +16696,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "¡Cuidado!" @@ -17042,7 +17065,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -17060,7 +17083,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17144,7 +17167,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17153,7 +17176,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17321,11 +17344,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17397,7 +17415,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17597,3 +17615,26 @@ msgstr "Islas Åland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Contraseñas encriptadas\n" +#~ "==================\n" +#~ "\n" +#~ "Interacción con autentificación LDAP:\n" +#~ "-------------------------------------------------------------\n" +#~ "Este módulo no es compatible actualmente con el módulo 'user_ldap' y " +#~ "deshabilitará completamente la autentificación LDAP si se instala al mismo " +#~ "tiempo.\n" + +#~ msgid "Installed Modules" +#~ msgstr "Módulos instalados" diff --git a/openerp/addons/base/i18n/es_BO.po b/openerp/addons/base/i18n/es_BO.po index d99b6d3bb85..c4f414e70d7 100644 --- a/openerp/addons/base/i18n/es_BO.po +++ b/openerp/addons/base/i18n/es_BO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Bolivia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:18+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14514,14 +14536,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14529,7 +14551,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14637,6 +14659,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14702,7 +14729,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14759,7 +14786,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14822,7 +14849,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14876,6 +14903,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15084,7 +15117,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15285,6 +15318,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15323,7 +15361,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15534,12 +15572,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15799,12 +15831,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15818,7 +15850,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16187,7 +16219,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16205,7 +16237,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16286,7 +16318,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16295,7 +16327,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16463,11 +16495,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16539,7 +16566,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/es_CL.po b/openerp/addons/base/i18n/es_CL.po index 5745538cf2f..b6977c6978e 100644 --- a/openerp/addons/base/i18n/es_CL.po +++ b/openerp/addons/base/i18n/es_CL.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Chile) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2957,6 +2848,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4463,8 +4369,8 @@ msgstr "%p - Equivalente a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copiar)" @@ -4485,7 +4391,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Año sin el siglo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4810,7 +4716,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5057,6 +4963,8 @@ msgstr "Acciones" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5141,6 +5049,101 @@ msgstr "Tipo de dirección" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5153,9 +5156,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5248,11 +5251,6 @@ msgstr "" msgid "Always Searchable" msgstr "Siempre puede ser buscado" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5340,7 +5338,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5354,11 +5352,6 @@ msgstr "" msgid "Application Terms" msgstr "Términos de la aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6018,7 +6011,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "¡No se puede eliminar el usuario principal!" @@ -6030,17 +6023,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "No puede actualizar el módulo '% s'. No está instalado" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "¡Sólo puede renombrar una sola columna a la vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6093,7 +6080,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6178,7 +6165,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6188,19 +6175,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Está prohibido cambiar el modelo de un campo!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6450,6 +6437,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6682,13 +6674,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6822,7 +6814,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7259,7 +7251,7 @@ msgid "Custom Shortcuts" msgstr "Accesos rápidos personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7526,7 +7518,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7723,8 +7715,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7734,6 +7726,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7758,6 +7755,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7791,7 +7793,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7836,14 +7838,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7860,7 +7854,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7961,15 +7955,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7977,7 +7971,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7996,7 +7990,7 @@ msgid "Error ! You can not create recursive categories." msgstr "¡Error! No puede crear categorías recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8004,16 +7998,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "¡Error!" @@ -8059,7 +8053,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8105,7 +8099,7 @@ msgstr "Ejecución" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8306,7 +8300,7 @@ msgid "Field Type" msgstr "Tipo de campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8532,7 +8526,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relación, el nombre técnico del modelo destino." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "¡Para los campos selección, debe indicar las opciones de selección!" @@ -9103,7 +9097,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9458,12 +9452,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9661,6 +9654,11 @@ msgstr "Vista heredada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9722,12 +9720,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9801,7 +9793,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9812,13 +9804,13 @@ msgid "Invalid arguments" msgstr "Argumentos no válidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9850,7 +9842,7 @@ msgid "Invalid model name in the action definition." msgstr "Nombre de modelo no válido en la definición de acción." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9949,7 +9941,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10538,13 +10530,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10559,6 +10551,12 @@ msgstr "Cargar" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10664,13 +10662,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11015,7 +11013,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11055,13 +11053,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "¡No existe el módulo %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11125,8 +11123,8 @@ msgstr "" "ejemplo 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11475,7 +11473,7 @@ msgid "New Zealand" msgstr "Nueva Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11537,7 +11535,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11561,7 +11559,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11607,6 +11605,11 @@ msgstr "Islas Marianas del Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11719,6 +11722,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitano (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11773,6 +11783,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propiedad 'On delete' (al borrar) para campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11823,7 +11838,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11943,16 +11958,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11964,8 +11969,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12200,7 +12205,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Empresas: " @@ -12297,9 +12302,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12364,14 +12369,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12398,7 +12403,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12648,7 +12653,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13004,7 +13009,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13152,6 +13157,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13224,7 +13234,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13270,7 +13280,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13680,6 +13690,11 @@ msgstr "" msgid "Server Action" msgstr "Acción servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13717,7 +13732,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13750,6 +13765,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13822,7 +13844,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13892,25 +13914,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14611,7 +14633,7 @@ msgstr "" "Puede utilizar este campo para la búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14620,7 +14642,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14630,7 +14652,7 @@ msgstr "" "[('clave','Etiqueta'), ...]!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14750,6 +14772,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14819,7 +14846,7 @@ msgstr "" "trios. Por ejemplo: [('color','=',' red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14879,7 +14906,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14950,7 +14977,7 @@ msgid "This Window" msgstr "Esta ventana" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15008,6 +15035,12 @@ msgstr "" "resultado de impresión. Déjelo vacío para no guardar los informes impresos. " "Puede utilizar una expresión Python con las variables objeto y fecha/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15216,7 +15249,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15423,6 +15456,11 @@ msgstr "" "Imposible actualizar el módulo \"%s\" porqué hay una dependencia externa no " "resuelta: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15461,7 +15499,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15674,12 +15712,6 @@ msgstr "Interfaz de usuario" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15939,12 +15971,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -15958,7 +15990,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "¡Advertencia!" @@ -16334,7 +16366,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16352,7 +16384,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16438,7 +16470,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16447,7 +16479,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16615,11 +16647,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16691,7 +16718,7 @@ msgid "ltd" msgstr "S.L." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/es_CR.po b/openerp/addons/base/i18n/es_CR.po index d29fd3a7019..a5e3e1968b7 100644 --- a/openerp/addons/base/i18n/es_CR.po +++ b/openerp/addons/base/i18n/es_CR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Costa Rica) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:19+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -300,104 +310,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -753,45 +665,6 @@ msgstr "" "Gráfico de la contabilidad de Tailandia y la localización.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1074,19 +947,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1133,6 +993,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3060,6 +2951,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4609,8 +4515,8 @@ msgstr "%p - Equivalente a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -4631,7 +4537,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Año sin el siglo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4958,7 +4864,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5207,6 +5113,8 @@ msgstr "Acciones" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5291,6 +5199,101 @@ msgstr "Tipo de dirección" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5303,9 +5306,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5400,11 +5403,6 @@ msgstr "" msgid "Always Searchable" msgstr "Siempre puede ser buscado" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5498,7 +5496,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5512,11 +5510,6 @@ msgstr "Aplicación" msgid "Application Terms" msgstr "Términos de la aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6176,7 +6169,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "¡No se puede eliminar el usuario principal!" @@ -6188,17 +6181,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "No puede actualizar el módulo '% s'. No está instalado" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "¡Sólo puede renombrar una columna a la vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6251,7 +6238,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6336,7 +6323,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6346,20 +6333,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Está prohibido cambiar el modelo de un campo!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Cambiar el sistema de almacenamiento para el campo \"%s\" no está permitido." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6615,6 +6602,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6847,13 +6839,13 @@ msgid "Connection Security" msgstr "Seguridad de la Conexión" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6987,7 +6979,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Contabilidad" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7424,7 +7416,7 @@ msgid "Custom Shortcuts" msgstr "Accesos rápidos personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7693,7 +7685,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7894,8 +7886,8 @@ msgid "Document Management System" msgstr "Sistema de gestión documental" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7905,6 +7897,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7929,6 +7926,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7962,7 +7964,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8007,14 +8009,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Contabilidad" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8031,7 +8025,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Electronic Data Interchange (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8132,15 +8126,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8148,7 +8142,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8167,7 +8161,7 @@ msgid "Error ! You can not create recursive categories." msgstr "¡Error! No puede crear categorías recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8175,16 +8169,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "¡Error!" @@ -8230,7 +8224,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Todo parece bien configurado!" @@ -8278,7 +8272,7 @@ msgstr "Ejecución" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8481,7 +8475,7 @@ msgid "Field Type" msgstr "Tipo de campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8713,7 +8707,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relación, el nombre técnico del modelo destino." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "¡Para campos selection debe indicar las opciones de selección!" @@ -9304,7 +9298,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9670,12 +9664,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9875,6 +9868,11 @@ msgstr "Vista heredada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9936,12 +9934,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10015,7 +10007,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10026,13 +10018,13 @@ msgid "Invalid arguments" msgstr "Argumentos no válidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10066,7 +10058,7 @@ msgid "Invalid model name in the action definition." msgstr "Nombre de modelo no válido en la definición de acción." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10165,7 +10157,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10759,13 +10751,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10780,6 +10772,12 @@ msgstr "Cargar" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10885,13 +10883,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11240,7 +11238,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Falta de servidor SMTP" @@ -11280,13 +11278,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "¡No existe el módulo %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11350,8 +11348,8 @@ msgstr "" "ejemplo 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11703,7 +11701,7 @@ msgid "New Zealand" msgstr "Nueva Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11765,7 +11763,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11789,7 +11787,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11835,6 +11833,11 @@ msgstr "Islas Marianas del Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11947,6 +11950,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitano (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12001,6 +12011,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propiedad 'On delete' (al borrar) para campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12051,7 +12066,7 @@ msgid "Only if this bank account belong to your company" msgstr "Sólo si esta cuenta bancaria pertenece a su empresa" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12171,16 +12186,6 @@ msgstr "Opcional de contraseña para la autenticación SMTP" msgid "Optional username for SMTP authentication" msgstr "Nombre de usuario opcional para la autenticación SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12192,8 +12197,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12428,7 +12433,7 @@ msgid "Partners Geo-Localization" msgstr "Socios de la geolocalización" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Empresas: " @@ -12525,9 +12530,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12592,14 +12597,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12628,7 +12633,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12878,7 +12883,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13234,7 +13239,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Cambio para nombre de campo son escasos \"%s\" no está permitido" @@ -13382,6 +13387,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13454,7 +13464,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13501,7 +13511,7 @@ msgid "SMTP Server" msgstr "Servidor SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL modo no disponible" @@ -13911,6 +13921,11 @@ msgstr "" msgid "Server Action" msgstr "Acción servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13948,7 +13963,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13980,6 +13995,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14052,7 +14074,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14122,25 +14144,25 @@ msgid "Sometimes called BIC or Swift." msgstr "A veces se denomina BIC o Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14846,7 +14868,7 @@ msgstr "" "Puede utilizar este campo para la búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14855,7 +14877,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14865,7 +14887,7 @@ msgstr "" "[('clave','Etiqueta'), ...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14988,6 +15010,11 @@ msgid "" msgstr "" "El usuario interno encargado de comunicarse con este contacto si lo hubiese." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15057,7 +15084,7 @@ msgstr "" "tripletas. Por ejemplo: [('color','=',' red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15119,7 +15146,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15190,7 +15217,7 @@ msgid "This Window" msgstr "Esta ventana" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15254,6 +15281,12 @@ msgstr "" "resultado de impresión. Déjelo vacío para no guardar los informes impresos. " "Puede utilizar una expresión Python con las variables objeto y fecha/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15462,7 +15495,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15672,6 +15705,11 @@ msgstr "" "Imposible actualizar el módulo \"%s\" porqué hay una dependencia externa no " "resuelta: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15710,7 +15748,7 @@ msgid "United States - Chart of accounts" msgstr "Estados Unidos - Plan de cuentas" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de informe desconocido: %s" @@ -15925,12 +15963,6 @@ msgstr "Interfaz de usuario" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16192,12 +16224,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -16211,7 +16243,7 @@ msgstr "Mensajes de advertencia y alertas" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -16590,7 +16622,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16608,7 +16640,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16710,7 +16742,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16722,7 +16754,7 @@ msgstr "" "lado del servidor debe hacer el truco." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16892,11 +16924,6 @@ msgstr "" msgid "eInvoicing" msgstr "Facturación Electrónica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "facturación electrónica y pagos" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16968,7 +16995,7 @@ msgid "ltd" msgstr "S.L." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17164,3 +17191,6 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "facturación electrónica y pagos" diff --git a/openerp/addons/base/i18n/es_DO.po b/openerp/addons/base/i18n/es_DO.po index c7f5a15e80a..baa566fdd74 100644 --- a/openerp/addons/base/i18n/es_DO.po +++ b/openerp/addons/base/i18n/es_DO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Dominican Republic) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:17+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -159,6 +159,16 @@ msgstr "" " plantillas a objetivo de objetos.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -336,104 +346,6 @@ msgstr "" "(por defecto, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -809,45 +721,6 @@ msgstr "" "Plan de cuentas y localización tailandesa.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1135,19 +1008,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1194,6 +1054,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3424,6 +3315,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -5283,8 +5189,8 @@ msgstr "%p - Equivalente a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copiar)" @@ -5305,7 +5211,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Año sin el siglo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5634,7 +5540,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5883,6 +5789,8 @@ msgstr "Acciones" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5967,6 +5875,101 @@ msgstr "Tipo de dirección" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5980,9 +5983,9 @@ msgstr "" "División administrativa de países. Por Ejemplo. Estado, Departamento, Canton" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -6077,11 +6080,6 @@ msgstr "" msgid "Always Searchable" msgstr "Siempre puede ser buscado" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -6179,7 +6177,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -6193,11 +6191,6 @@ msgstr "Aplicación" msgid "Application Terms" msgstr "Términos de la aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6863,7 +6856,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "¡No se puede eliminar el usuario principal!" @@ -6875,17 +6868,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "No puede actualizar el módulo '% s'. No está instalado" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "¡Sólo puede renombrar una columna a la vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6938,7 +6925,7 @@ msgid "Cannot duplicate configuration!" msgstr "No se puede configurar la configuración!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -7023,7 +7010,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -7033,20 +7020,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Está prohibido cambiar el modelo de un campo!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "No está permitido cambiar el sistema de almacenamiento para el campo \"%s\"." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -7307,6 +7294,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7539,13 +7531,13 @@ msgid "Connection Security" msgstr "Seguridad de la conexión" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7679,7 +7671,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Contabilidad" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -8116,7 +8108,7 @@ msgid "Custom Shortcuts" msgstr "Accesos rápidos personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -8385,7 +8377,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8586,8 +8578,8 @@ msgid "Document Management System" msgstr "Gestion Documental del Sistema" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo del documento" @@ -8597,6 +8589,11 @@ msgstr "Modelo del documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8621,6 +8618,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8654,7 +8656,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8699,14 +8701,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Contabilidad" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8723,7 +8717,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Intercambio Electronico de Datos (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8824,15 +8818,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8840,7 +8834,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8859,7 +8853,7 @@ msgid "Error ! You can not create recursive categories." msgstr "¡Error! No puede crear categorías recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8867,16 +8861,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "¡Error!" @@ -8922,7 +8916,7 @@ msgid "Events Sales" msgstr "Eventos de Ventas" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "¡Todo parece correctamente configurado!" @@ -8970,8 +8964,8 @@ msgstr "Ejecución" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Gestión de Gastos" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -9173,7 +9167,7 @@ msgid "Field Type" msgstr "Tipo de campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9404,7 +9398,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relación, el nombre técnico del modelo destino." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "¡Para campos selection debe indicar las opciones de selección!" @@ -9992,7 +9986,7 @@ msgid "Here is the exported translation file:" msgstr "Aquí esta el archivo de traducción exportado:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -10362,12 +10356,11 @@ msgstr "" "manera, la vista aplica a los usuarios de estos grupos solamente." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10568,6 +10561,11 @@ msgstr "Vista Heredada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10629,12 +10627,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10708,7 +10700,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Tipo de formato del nombre invalido en Cuenta de Banco." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10719,13 +10711,13 @@ msgid "Invalid arguments" msgstr "Argumentos no válidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10759,7 +10751,7 @@ msgid "Invalid model name in the action definition." msgstr "Nombre de modelo no válido en la definición de acción." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10858,8 +10850,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Seguimiento de errores" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -11453,13 +11445,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11474,6 +11466,12 @@ msgstr "Cargar" msgid "Load a Translation" msgstr "Cargar una Traducción" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11579,13 +11577,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11938,7 +11936,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Servidor SMTP ausente" @@ -11978,13 +11976,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "¡No existe el módulo %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Modelo '%s' contiene datos de módulos y no pueden ser eliminados!" @@ -12048,8 +12046,8 @@ msgstr "" "ejemplo 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -12400,7 +12398,7 @@ msgid "New Zealand" msgstr "Nueva Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12462,7 +12460,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12488,7 +12486,7 @@ msgstr "" "in field '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12534,6 +12532,11 @@ msgstr "Islas Marianas del Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12646,6 +12649,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitano (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12700,6 +12710,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propiedad de Eliminar para los campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12750,7 +12765,7 @@ msgid "Only if this bank account belong to your company" msgstr "Sólo si esta cuenta bancaria pertenece a su compañía" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12868,16 +12883,6 @@ msgstr "Contraseña opcional para la autenticación SMTP" msgid "Optional username for SMTP authentication" msgstr "Nombre de usuario opcional para la autenticación SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12889,8 +12894,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -13125,7 +13130,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Socios: " @@ -13222,9 +13227,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Evaluaciones Periodicas, Tasaciones, Encuentas" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Permiso denegado" @@ -13289,7 +13294,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -13298,7 +13303,7 @@ msgstr "" "error." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -13329,7 +13334,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13579,7 +13584,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13935,7 +13940,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "No está permitido renombrar el campo \"%s\"" @@ -14083,6 +14088,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -14155,7 +14165,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Las reglas no pueden ser aplicadas en el archivo modelo de reglas." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -14202,7 +14212,7 @@ msgid "SMTP Server" msgstr "Servidor SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modo SMTP sobre SSL no disponible" @@ -14614,6 +14624,11 @@ msgstr "" msgid "Server Action" msgstr "Acción del servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14651,7 +14666,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -14683,6 +14698,13 @@ msgstr "Compartido" msgid "Shipping" msgstr "Envío" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14755,7 +14777,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14828,26 +14850,26 @@ msgid "Sometimes called BIC or Swift." msgstr "Algunas veces llamado BIC o Swift" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Lo sentimos, usted no tiene permitido acceder a este documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" "Lo sentimos, usted no tiene permitido la creación de este tipo de documentos." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Lo sentimos, usted no tiene permitod eliminar este documento." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Lo sentimos, usted no tiene permitido modificar este documento." @@ -15557,7 +15579,7 @@ msgstr "" "Puede utilizar este campo para la búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15566,7 +15588,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15576,7 +15598,7 @@ msgstr "" "[('clave','Etiqueta'), ...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15698,6 +15720,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15767,7 +15794,7 @@ msgstr "" "tripletas. Por ejemplo: [('color','=',' red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15829,7 +15856,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15900,7 +15927,7 @@ msgid "This Window" msgstr "Esta ventana" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Esta columna contiene modulos de datos y no puede ser eliminada!" @@ -15964,6 +15991,12 @@ msgstr "" "resultado de impresión. Déjelo vacío para no guardar los informes impresos. " "Puede utilizar una expresión Python con las variables objeto y fecha/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -16172,7 +16205,7 @@ msgid "Translation comments" msgstr "Comentarios de Traducción" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16386,6 +16419,11 @@ msgstr "" "Imposible actualizar el módulo \"%s\" porqué hay una dependencia externa no " "resuelta: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16424,7 +16462,7 @@ msgid "United States - Chart of accounts" msgstr "Estados Unidos - Plan de cuentas" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de informe desconocido: %s" @@ -16638,12 +16676,6 @@ msgstr "Interfaz de usuario" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16908,12 +16940,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -16927,7 +16959,7 @@ msgstr "Mensajes de aviso y alertas" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Advertencia!" @@ -17306,7 +17338,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -17324,7 +17356,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17426,7 +17458,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17438,7 +17470,7 @@ msgstr "" "puede funcionar." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17608,11 +17640,6 @@ msgstr "" msgid "eInvoicing" msgstr "Facturación electrónica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Facturación electrónica y pagos" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17686,7 +17713,7 @@ msgid "ltd" msgstr "S.L." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17892,3 +17919,12 @@ msgstr "Islas Åland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Gestión de Gastos" + +#~ msgid "Issue Tracker" +#~ msgstr "Seguimiento de errores" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Facturación electrónica y pagos" diff --git a/openerp/addons/base/i18n/es_EC.po b/openerp/addons/base/i18n/es_EC.po index 1282f23a51d..4701f24563d 100644 --- a/openerp/addons/base/i18n/es_EC.po +++ b/openerp/addons/base/i18n/es_EC.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Ecuador) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:20+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1048,19 +921,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1107,6 +967,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3013,6 +2904,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4532,8 +4438,8 @@ msgstr "%p - Equivalente a AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -4554,7 +4460,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Año sin el siglo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4881,7 +4787,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5128,6 +5034,8 @@ msgstr "Acciones" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5212,6 +5120,101 @@ msgstr "Tipo de dirección" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5224,9 +5227,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5321,11 +5324,6 @@ msgstr "" msgid "Always Searchable" msgstr "Siempre puede ser buscado" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5415,7 +5413,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5429,11 +5427,6 @@ msgstr "Aplicación" msgid "Application Terms" msgstr "Términos de aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6093,7 +6086,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "¡No se puede eliminar el usuario principal!" @@ -6105,17 +6098,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "No puede actualizar el módulo '% s'. No está instalado" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "¡Sólo puede renombrar una columna a la vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6168,7 +6155,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6253,7 +6240,7 @@ msgid "Change the user password." msgstr "Cambiar password de usuario" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6263,19 +6250,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Está prohibido cambiar el modelo de un campo!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Cambiar el almacenamiento para el campo \"%s\" no está permitido" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6525,6 +6512,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6756,13 +6748,13 @@ msgid "Connection Security" msgstr "Seguridad de la Conexión" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6895,7 +6887,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Accounting" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7332,7 +7324,7 @@ msgid "Custom Shortcuts" msgstr "Atajos personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7601,7 +7593,7 @@ msgid "Delete Access Right" msgstr "Eliminar permiso de acceso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7801,8 +7793,8 @@ msgid "Document Management System" msgstr "Gestión Documental" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo de documento" @@ -7812,6 +7804,11 @@ msgstr "Modelo de documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7836,6 +7833,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7869,7 +7871,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7914,14 +7916,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Contabilidad - Ecuador" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7938,7 +7932,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8039,15 +8033,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8055,7 +8049,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8074,7 +8068,7 @@ msgid "Error ! You can not create recursive categories." msgstr "¡Error! No puede crear categorías recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8082,16 +8076,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "¡Error!" @@ -8137,7 +8131,7 @@ msgid "Events Sales" msgstr "Eventos de Ventas" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Todo parece estar correctamente configurado." @@ -8183,7 +8177,7 @@ msgstr "Execution" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8382,7 +8376,7 @@ msgid "Field Type" msgstr "Tipo de campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8613,7 +8607,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relación, el nombre técnico del modelo destino." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "¡Para campos selection debe indicar las opciones de selección!" @@ -9194,7 +9188,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9553,12 +9547,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9758,6 +9751,11 @@ msgstr "Vista heredada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9819,12 +9817,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9898,7 +9890,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9909,13 +9901,13 @@ msgid "Invalid arguments" msgstr "Argumentos inválidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9949,7 +9941,7 @@ msgid "Invalid model name in the action definition." msgstr "Nombre de modelo no válido en la definición de acción." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10048,7 +10040,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10637,13 +10629,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10658,6 +10650,12 @@ msgstr "Carga" msgid "Load a Translation" msgstr "Cargar Traducción" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10763,13 +10761,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11116,7 +11114,7 @@ msgid "Miss" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Servidor SMTP perdido" @@ -11156,13 +11154,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "¡No existe el módulo %s!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11226,8 +11224,8 @@ msgstr "" "ejemplo 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11576,7 +11574,7 @@ msgid "New Zealand" msgstr "Nueva Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11638,7 +11636,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11664,7 +11662,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11710,6 +11708,11 @@ msgstr "Islas Marianas del Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11822,6 +11825,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitano (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11876,6 +11886,11 @@ msgstr "En múltiples doc." msgid "On delete property for many2one fields" msgstr "Propiedad 'On delete' (al borrar) para campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11926,7 +11941,7 @@ msgid "Only if this bank account belong to your company" msgstr "Sólo si esta cuenta pertenece a tu compañía" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12047,16 +12062,6 @@ msgstr "Contraseña opcional para autentificación SMTP" msgid "Optional username for SMTP authentication" msgstr "Usuario opcional para SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12068,8 +12073,8 @@ msgid "Original View" msgstr "Vista Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12304,7 +12309,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-localización de Empresas" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Empresas: " @@ -12401,9 +12406,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Evaluaciones periódicas, valoraciones, encuentas" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12468,14 +12473,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12502,7 +12507,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12752,7 +12757,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13108,7 +13113,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "No está permitido renombrar el campo \"%s\"" @@ -13256,6 +13261,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13328,7 +13338,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13374,7 +13384,7 @@ msgid "SMTP Server" msgstr "Servidor SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL no disponible" @@ -13784,6 +13794,11 @@ msgstr "" msgid "Server Action" msgstr "Acción del servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13821,7 +13836,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13853,6 +13868,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13925,7 +13947,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13998,25 +14020,25 @@ msgid "Sometimes called BIC or Swift." msgstr "A veces llamado BIC o Swift" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Perdón, no estas permitido para acceder a este documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14717,7 +14739,7 @@ msgstr "" "Puede utilizar este campo para la búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14726,7 +14748,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14736,7 +14758,7 @@ msgstr "" "[('clave','Etiqueta'), ...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14858,6 +14880,11 @@ msgid "" msgstr "" "El usuario interno encargado de comunicarse con este contacto si lo hubiese." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14926,7 +14953,7 @@ msgstr "" "tripletas. Por ejemplo: [('color','=',' red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14988,7 +15015,7 @@ msgid "The record id this is attached to" msgstr "El id de registro está adjunto a" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15061,7 +15088,7 @@ msgid "This Window" msgstr "Esta ventana" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Esta columna contiene datos del módulo y no puede ser eliminado !" @@ -15121,6 +15148,12 @@ msgstr "" "resultado de impresión. Déjelo vacío para no guardar los informes impresos. " "Puede utilizar una expresión Python con las variables objeto y fecha/hora." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15329,7 +15362,7 @@ msgid "Translation comments" msgstr "Comentarios de traducción" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15537,6 +15570,11 @@ msgstr "" "Imposible actualizar el módulo \"%s\" porqué hay una dependencia externa no " "resuelta: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15575,7 +15613,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de reporte desconocido: %s" @@ -15788,12 +15826,6 @@ msgstr "Interfaz de usuario" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16055,12 +16087,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -16074,7 +16106,7 @@ msgstr "Mensajes de avisos y Alertas" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -16452,7 +16484,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16470,7 +16502,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16557,7 +16589,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16568,7 +16600,7 @@ msgstr "" "necesita SSL, actualize python a la versión 2.6." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16736,11 +16768,6 @@ msgstr "" msgid "eInvoicing" msgstr "Facturación Electrónica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16812,7 +16839,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/es_MX.po b/openerp/addons/base/i18n/es_MX.po index 319701830a3..8e87114f027 100644 --- a/openerp/addons/base/i18n/es_MX.po +++ b/openerp/addons/base/i18n/es_MX.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Mexico) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:19+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4460,8 +4366,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4482,7 +4388,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4794,7 +4700,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5041,6 +4947,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5125,6 +5033,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5137,9 +5140,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5229,11 +5232,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5321,7 +5319,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5335,11 +5333,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5999,7 +5992,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6011,17 +6004,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6074,7 +6061,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6158,7 +6145,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6168,19 +6155,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6428,6 +6415,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "Contabilidad colombiana" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6657,13 +6649,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6795,7 +6787,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7228,7 +7220,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7494,7 +7486,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7688,8 +7680,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7699,6 +7691,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7723,6 +7720,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7756,7 +7758,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7801,14 +7803,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7825,7 +7819,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7926,15 +7920,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7942,7 +7936,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7961,7 +7955,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7969,16 +7963,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8024,7 +8018,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8070,7 +8064,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8261,7 +8255,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8485,7 +8479,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9056,7 +9050,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9406,12 +9400,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9603,6 +9596,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9664,12 +9662,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9743,7 +9735,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9754,13 +9746,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9792,7 +9784,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9891,7 +9883,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10477,13 +10469,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10498,6 +10490,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10603,13 +10601,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10948,7 +10946,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10988,13 +10986,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11056,8 +11054,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11406,7 +11404,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11466,7 +11464,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11490,7 +11488,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11533,6 +11531,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11645,6 +11648,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11699,6 +11709,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11749,7 +11764,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11863,16 +11878,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11884,8 +11889,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12120,7 +12125,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12217,9 +12222,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12284,14 +12289,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12318,7 +12323,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12566,7 +12571,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12919,7 +12924,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13067,6 +13072,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13139,7 +13149,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13185,7 +13195,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13595,6 +13605,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13632,7 +13647,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13663,6 +13678,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13735,7 +13757,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13805,25 +13827,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14520,14 +14542,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14535,7 +14557,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14648,6 +14670,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14713,7 +14740,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14770,7 +14797,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14833,7 +14860,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14887,6 +14914,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15095,7 +15128,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15296,6 +15329,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15334,7 +15372,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15545,12 +15583,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15810,12 +15842,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15829,7 +15861,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16198,7 +16230,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16216,7 +16248,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16297,7 +16329,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16306,7 +16338,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16474,11 +16506,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16550,7 +16577,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/es_PE.po b/openerp/addons/base/i18n/es_PE.po index 36e1beb66a2..00049b5c8fd 100644 --- a/openerp/addons/base/i18n/es_PE.po +++ b/openerp/addons/base/i18n/es_PE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Peru) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:20+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:02+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "Tipo de Dirección" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5133,9 +5136,9 @@ msgstr "" "Distrito" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5225,11 +5228,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5317,7 +5315,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5331,11 +5329,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5995,7 +5988,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6007,17 +6000,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6070,7 +6057,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6154,7 +6141,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6164,19 +6151,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6424,6 +6411,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6653,13 +6645,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6791,7 +6783,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7224,7 +7216,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7490,7 +7482,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7684,8 +7676,8 @@ msgid "Document Management System" msgstr "Gestión de Documentos" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7695,6 +7687,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7719,6 +7716,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7752,7 +7754,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7797,14 +7799,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7821,7 +7815,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7922,15 +7916,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7938,7 +7932,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7957,7 +7951,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7965,16 +7959,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8020,7 +8014,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8066,7 +8060,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8257,7 +8251,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8481,7 +8475,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9053,7 +9047,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9403,12 +9397,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9600,6 +9593,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9661,12 +9659,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9740,7 +9732,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9751,13 +9743,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9789,7 +9781,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9888,7 +9880,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10474,13 +10466,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10495,6 +10487,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10600,13 +10598,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10945,7 +10943,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10985,13 +10983,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11053,8 +11051,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11403,7 +11401,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11463,7 +11461,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11487,7 +11485,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11530,6 +11528,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11642,6 +11645,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11696,6 +11706,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11746,7 +11761,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11860,16 +11875,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11881,8 +11886,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12117,7 +12122,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12214,9 +12219,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12281,14 +12286,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12315,7 +12320,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12563,7 +12568,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12916,7 +12921,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13064,6 +13069,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13136,7 +13146,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13182,7 +13192,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13592,6 +13602,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13629,7 +13644,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13660,6 +13675,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13732,7 +13754,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13802,25 +13824,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14517,14 +14539,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14532,7 +14554,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14640,6 +14662,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14705,7 +14732,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14762,7 +14789,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14825,7 +14852,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14879,6 +14906,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15087,7 +15120,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15290,6 +15323,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15328,7 +15366,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15539,12 +15577,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15804,12 +15836,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15823,7 +15855,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16192,7 +16224,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16210,7 +16242,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16291,7 +16323,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16300,7 +16332,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16468,11 +16500,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16544,7 +16571,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/es_VE.po b/openerp/addons/base/i18n/es_VE.po index a86b6318da5..ead09d09c1c 100644 --- a/openerp/addons/base/i18n/es_VE.po +++ b/openerp/addons/base/i18n/es_VE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Venezuela) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:59+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2958,6 +2849,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4458,8 +4364,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4480,7 +4386,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4792,7 +4698,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5039,6 +4945,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5123,6 +5031,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5135,9 +5138,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5227,11 +5230,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5319,7 +5317,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5333,11 +5331,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5997,7 +5990,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6009,17 +6002,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6072,7 +6059,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6156,7 +6143,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6166,19 +6153,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6426,6 +6413,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6655,13 +6647,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6793,7 +6785,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7226,7 +7218,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7492,7 +7484,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7686,8 +7678,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7697,6 +7689,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7721,6 +7718,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7754,7 +7756,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7799,14 +7801,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7823,7 +7817,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7924,15 +7918,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7940,7 +7934,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7959,7 +7953,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7967,16 +7961,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8022,7 +8016,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8068,7 +8062,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8259,7 +8253,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8488,7 +8482,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9059,7 +9053,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9409,12 +9403,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9606,6 +9599,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9667,12 +9665,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9746,7 +9738,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9757,13 +9749,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9798,7 +9790,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9897,7 +9889,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10483,13 +10475,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10504,6 +10496,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10609,13 +10607,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10954,7 +10952,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10994,13 +10992,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11064,8 +11062,8 @@ msgstr "" "'res.parner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11414,7 +11412,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11474,7 +11472,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11498,7 +11496,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11541,6 +11539,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11653,6 +11656,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11707,6 +11717,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11757,7 +11772,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11871,16 +11886,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11892,8 +11897,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12128,7 +12133,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12225,9 +12230,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12292,14 +12297,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12326,7 +12331,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12574,7 +12579,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12930,7 +12935,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "No está permitido renombrar el campo \"%s\"" @@ -13078,6 +13083,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13150,7 +13160,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13196,7 +13206,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13606,6 +13616,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13643,7 +13658,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13674,6 +13689,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13746,7 +13768,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13816,25 +13838,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14531,14 +14553,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14546,7 +14568,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14656,6 +14678,11 @@ msgstr "" "Usuario interno que está a cargo de las comunicaciones con éste contacto si " "los hay." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14724,7 +14751,7 @@ msgstr "" "de tripletas. Por ejemplo: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14781,7 +14808,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14846,7 +14873,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14904,6 +14931,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15112,7 +15145,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15313,6 +15346,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15351,7 +15389,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15562,12 +15600,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15827,12 +15859,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15846,7 +15878,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16215,7 +16247,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16233,7 +16265,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16314,7 +16346,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16323,7 +16355,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16491,11 +16523,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16567,7 +16594,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/et.po b/openerp/addons/base/i18n/et.po index e0cc63cd452..d38e1518a38 100644 --- a/openerp/addons/base/i18n/et.po +++ b/openerp/addons/base/i18n/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:03+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:47+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2958,6 +2849,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4462,8 +4368,8 @@ msgstr "%p - AM või PM vaste." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4484,7 +4390,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4796,7 +4702,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5043,6 +4949,8 @@ msgstr "Tegevused" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5127,6 +5035,101 @@ msgstr "Aadressi tüüp" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5139,9 +5142,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5231,11 +5234,6 @@ msgstr "" msgid "Always Searchable" msgstr "Alati otsitav" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5323,7 +5321,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5337,11 +5335,6 @@ msgstr "Rakendamine" msgid "Application Terms" msgstr "Rakenduse terminid" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6001,7 +5994,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Ei saa eemaldada juurkasutajat!" @@ -6013,17 +6006,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Ei saa uuendata moodulit '%s'. See pole paigaldatud" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6076,7 +6063,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6160,7 +6147,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6170,19 +6157,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6430,6 +6417,11 @@ msgstr "Kolumbia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6659,13 +6651,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6797,7 +6789,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7230,7 +7222,7 @@ msgid "Custom Shortcuts" msgstr "Kohandatud kiirklahvid" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Kohandatud väljadel peab olema nimi mis algab 'x_'-ga !" @@ -7496,7 +7488,7 @@ msgid "Delete Access Right" msgstr "Kustuta ligipääsureegel" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7690,8 +7682,8 @@ msgid "Document Management System" msgstr "Dokumendihaldussüsteem" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7701,6 +7693,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7725,6 +7722,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominikaani Vabariik" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7758,7 +7760,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7803,14 +7805,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7827,7 +7821,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7928,15 +7922,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7944,7 +7938,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7963,7 +7957,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Viga! Sa ei saa luua rekursiivseid kategooriaid." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7971,16 +7965,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Viga!" @@ -8026,7 +8020,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8072,8 +8066,8 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Kulude haldamine" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8263,7 +8257,7 @@ msgid "Field Type" msgstr "Välja tüüp" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8487,7 +8481,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9056,7 +9050,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9408,12 +9402,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9607,6 +9600,11 @@ msgstr "Päritud vaade" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9668,12 +9666,6 @@ msgstr "Paigaldatud" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Paigaldatud moodulid" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9747,7 +9739,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9758,13 +9750,13 @@ msgid "Invalid arguments" msgstr "Vigased argumendid" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9796,7 +9788,7 @@ msgid "Invalid model name in the action definition." msgstr "Vigane mudeli nimi toimingu definitsioonis." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9895,7 +9887,7 @@ msgstr "Iisrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10481,13 +10473,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Leedu keel / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10502,6 +10494,12 @@ msgstr "Lae" msgid "Load a Translation" msgstr "Lae tõlge" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10607,13 +10605,13 @@ msgid "Madam" msgstr "Proua" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10952,7 +10950,7 @@ msgid "Miss" msgstr "Preili" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10992,13 +10990,13 @@ msgid "Model" msgstr "Mudel" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11060,8 +11058,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11410,7 +11408,7 @@ msgid "New Zealand" msgstr "Uus-Meremaa" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11470,7 +11468,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11494,7 +11492,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11537,6 +11535,11 @@ msgstr "Põhja-Mariaani saared" msgid "Norway" msgstr "Norra" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11649,6 +11652,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11703,6 +11713,11 @@ msgstr "Mitmel dokumendil" msgid "On delete property for many2one fields" msgstr "Omadus kustutamisel many2one väljadel" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11753,7 +11768,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11867,16 +11882,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11888,8 +11893,8 @@ msgid "Original View" msgstr "Originaalvaade" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12124,7 +12129,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partnerid: " @@ -12221,9 +12226,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Ligipääs keelatud" @@ -12288,14 +12293,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12322,7 +12327,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12570,7 +12575,7 @@ msgid "Properties" msgstr "Omadused" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12923,7 +12928,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13071,6 +13076,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13143,7 +13153,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13189,7 +13199,7 @@ msgid "SMTP Server" msgstr "SMTP server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13599,6 +13609,11 @@ msgstr "" msgid "Server Action" msgstr "Serveri toiming" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13636,7 +13651,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13667,6 +13682,13 @@ msgstr "" msgid "Shipping" msgstr "Saatmine" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13739,7 +13761,7 @@ msgid "Size" msgstr "Suurus" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13809,25 +13831,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14526,7 +14548,7 @@ msgstr "" "Sa saad seda välja kasutada kiirotsinguks." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14534,7 +14556,7 @@ msgstr "" "Objekti nimi peab algama x_'ga ja ei tohi sisaldada ühtegi erisümbolit !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14542,7 +14564,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14654,6 +14676,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14719,7 +14746,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14776,7 +14803,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14841,7 +14868,7 @@ msgid "This Window" msgstr "See aken" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14898,6 +14925,12 @@ msgstr "" "tühjaks, kui sa ei soovi salvestada aruandeid. Sa saad kasutada pythoni " "avaldist objekti ja aja muutujatega." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15106,7 +15139,7 @@ msgid "Translation comments" msgstr "Tõlke kommentaarid" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15307,6 +15340,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15345,7 +15383,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15558,12 +15596,6 @@ msgstr "Kasutajaliides" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15823,12 +15855,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Hoiatus" @@ -15842,7 +15874,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Hoiatus!" @@ -16211,7 +16243,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16229,7 +16261,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16313,7 +16345,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16322,7 +16354,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16490,11 +16522,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eArveldus ja maksed" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16566,7 +16593,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16762,3 +16789,12 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Kulude haldamine" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eArveldus ja maksed" + +#~ msgid "Installed Modules" +#~ msgstr "Paigaldatud moodulid" diff --git a/openerp/addons/base/i18n/eu.po b/openerp/addons/base/i18n/eu.po index c570fff94aa..ae46a3205a9 100644 --- a/openerp/addons/base/i18n/eu.po +++ b/openerp/addons/base/i18n/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/fa.po b/openerp/addons/base/i18n/fa.po index aa6c18cef17..68e7a01c103 100644 --- a/openerp/addons/base/i18n/fa.po +++ b/openerp/addons/base/i18n/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4460,8 +4366,8 @@ msgstr "%p - معادل هرکدارم از مقادیر AM یا PM" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4482,7 +4388,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4797,7 +4703,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5044,6 +4950,8 @@ msgstr "کنش‌ها" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5128,6 +5036,101 @@ msgstr "نوع نشانی" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5140,9 +5143,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5232,11 +5235,6 @@ msgstr "" msgid "Always Searchable" msgstr "همیشه قابل جستجو" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5324,7 +5322,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5338,11 +5336,6 @@ msgstr "برنامه" msgid "Application Terms" msgstr "واژگان برنامه" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6002,7 +5995,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "نمی‌توانید کاربر ریشه را بردارید!" @@ -6014,17 +6007,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "نمی‌توانید پیمانه '%s' را ارتقا دهید زیرا برپاسازی نشده است." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6077,7 +6064,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6161,7 +6148,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6171,19 +6158,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "تغییر مدل این فیلد ممنوع است" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6431,6 +6418,11 @@ msgstr "کلمبیا" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6660,13 +6652,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6798,7 +6790,7 @@ msgid "Costa Rica - Accounting" msgstr "حسابداری - کاستاریکا" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7231,7 +7223,7 @@ msgid "Custom Shortcuts" msgstr "میان‌برهای دلخواه" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "نام فیلدهای دلخواه باید با 'x_' آغاز شوند!" @@ -7497,7 +7489,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7691,8 +7683,8 @@ msgid "Document Management System" msgstr "سیستم مدیریت اسناد" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7702,6 +7694,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7726,6 +7723,11 @@ msgstr "دومینیکا" msgid "Dominican Republic" msgstr "جمهوری دومنیکن" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7759,7 +7761,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7804,14 +7806,6 @@ msgstr "اکوادور" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7828,7 +7822,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7929,15 +7923,15 @@ msgid "Eritrea" msgstr "اریتره" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7945,7 +7939,7 @@ msgstr "اریتره" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7964,7 +7958,7 @@ msgid "Error ! You can not create recursive categories." msgstr "خطا! شما نمی‌توانید دسته‌بندی‌های تودرتو پدیدآورید." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7972,16 +7966,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "خطا!" @@ -8027,7 +8021,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8073,7 +8067,7 @@ msgstr "اجرا" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8264,7 +8258,7 @@ msgid "Field Type" msgstr "نوع فیلد" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8488,7 +8482,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9057,7 +9051,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9409,12 +9403,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9608,6 +9601,11 @@ msgstr "نمای موروثی" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9669,12 +9667,6 @@ msgstr "برپاسازی شد" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9748,7 +9740,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9759,13 +9751,13 @@ msgid "Invalid arguments" msgstr "آرگومان‌های نامعتبر" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9797,7 +9789,7 @@ msgid "Invalid model name in the action definition." msgstr "نام مدل در تعریف کنش نامعتبر است." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9896,7 +9888,7 @@ msgstr "اسرائیل" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10482,13 +10474,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "لیتوانیایی / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10503,6 +10495,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10608,13 +10606,13 @@ msgid "Madam" msgstr "خانم" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10953,7 +10951,7 @@ msgid "Miss" msgstr "دوشیزه" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10993,13 +10991,13 @@ msgid "Model" msgstr "مدل" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11061,8 +11059,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11411,7 +11409,7 @@ msgid "New Zealand" msgstr "زلاند نو" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11471,7 +11469,7 @@ msgid "Niue" msgstr "نیوئه" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11495,7 +11493,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11538,6 +11536,11 @@ msgstr "جزایر ماریانای شمالی" msgid "Norway" msgstr "نروژ" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11650,6 +11653,13 @@ msgstr "شی:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11704,6 +11714,11 @@ msgstr "روی چند سند" msgid "On delete property for many2one fields" msgstr "ویژگی هنگام ستردن برای فیلدهای many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11754,7 +11769,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11868,16 +11883,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11889,8 +11894,8 @@ msgid "Original View" msgstr "نمای بُنیانی" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12125,7 +12130,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "همکاران: " @@ -12222,9 +12227,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12289,14 +12294,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12323,7 +12328,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12571,7 +12576,7 @@ msgid "Properties" msgstr "ویژگی‌ها" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12924,7 +12929,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13072,6 +13077,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13144,7 +13154,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13190,7 +13200,7 @@ msgid "SMTP Server" msgstr "سرور SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13600,6 +13610,11 @@ msgstr "" msgid "Server Action" msgstr "کنش کارپذیر" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13637,7 +13652,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "به دلایل امنیتی کلمه عبور نمیتواند خالی باشد!" @@ -13668,6 +13683,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13740,7 +13762,7 @@ msgid "Size" msgstr "اندازه" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13810,25 +13832,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14527,14 +14549,14 @@ msgstr "" "شما می‌توانید این فیلد را برای جستجوی سریع بکار گیرید." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "نام شی باید با 'x_' آغاز شود و دارای هیچ نویسه ویژه‌ای نباشد!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14542,7 +14564,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14654,6 +14676,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14719,7 +14746,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14776,7 +14803,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14839,7 +14866,7 @@ msgid "This Window" msgstr "این پنجره" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14896,6 +14923,12 @@ msgstr "" "گزارش‌های چاپ شده اینجا را خالی بگذارید. شما می‌توانید یک عبارت پایتونی " "همراه با متغیرهای ساعت و شی را بکارگیرید." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15104,7 +15137,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15305,6 +15338,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15343,7 +15381,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15554,12 +15592,6 @@ msgstr "واسط کاربر" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15821,12 +15853,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "هشدار" @@ -15840,7 +15872,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "هشدار!" @@ -16209,7 +16241,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16227,7 +16259,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16312,7 +16344,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16321,7 +16353,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16489,11 +16521,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16565,7 +16592,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/fa_AF.po b/openerp/addons/base/i18n/fa_AF.po index 7355fe05eff..bdcc5839cd5 100644 --- a/openerp/addons/base/i18n/fa_AF.po +++ b/openerp/addons/base/i18n/fa_AF.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dari Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:20+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/fi.po b/openerp/addons/base/i18n/fi.po index 89ea80af6f5..5d30b29a461 100644 --- a/openerp/addons/base/i18n/fi.po +++ b/openerp/addons/base/i18n/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-09-23 11:48+0000\n" +"Last-Translator: Miku Laitinen \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -303,104 +313,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -764,45 +676,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1059,19 +932,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1118,6 +978,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3063,6 +2954,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4605,8 +4511,8 @@ msgstr "%p - Vastaa joko merkintää AM tai PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopio)" @@ -4627,7 +4533,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Vuosi ilman vuosisataa [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4952,7 +4858,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5199,6 +5105,8 @@ msgstr "Toiminnot" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5283,6 +5191,101 @@ msgstr "Osoitteen tyyppi" msgid "Address format..." msgstr "Osoitteen muoto..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5296,9 +5299,9 @@ msgstr "" "Maan hallinnoillinen aluejako. Esim. liittovaltio, departementti, kanttoni" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Pääkäyttäjän käyttöoikeudet tarvitaan moduulin poistamiseksi" @@ -5392,11 +5395,6 @@ msgstr "" msgid "Always Searchable" msgstr "Aina haettavissa" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5490,7 +5488,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5504,11 +5502,6 @@ msgstr "Sovellus" msgid "Application Terms" msgstr "Sovelluksen termit" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6177,7 +6170,7 @@ msgstr "" "Et voi luoda Monta-yhteen -tietueita epäsuorasti, tuo kentät erikseen." #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Root-käyttäjää ei voi poistaa!" @@ -6189,17 +6182,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Moduulia \"%s\" ei voi päivittää, koska sitä ei ole asennettu." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Vain yhden sarakkeen nimeä voi muuttaa kerrallaan" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6252,7 +6239,7 @@ msgid "Cannot duplicate configuration!" msgstr "Konfiguraatiota ei voi monistaa!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Ei voi muuttaa sarakkeen nimeä %s, koska se sarake on jo olemassa!" @@ -6336,7 +6323,7 @@ msgid "Change the user password." msgstr "Vahda käyttäjän salasana." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6346,19 +6333,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Kenttämallin muuttaminen on kielletty!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Kentän \"%s\" tallennustavan muuttaminen ei ole sallittu." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6397,6 +6384,8 @@ msgid "" "Check this box if this contact is a supplier. If it's not checked, purchase " "people will not see it when encoding a purchase order." msgstr "" +"Valitse tämä valintalaatikko, mikäli kontakti on toimittaja. Jos tämä ei ole " +"valittuna, kontakti ei näkyvissä ostohenkilöstölle ostotilausta täytettäessä." #. module: base #: help:res.partner,employee:0 @@ -6615,6 +6604,11 @@ msgstr "Kolumbia" msgid "Colombian - Accounting" msgstr "Kolumbia - Kirjanpito" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6846,13 +6840,13 @@ msgid "Connection Security" msgstr "Yhteyden turvallisuus" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Yhteystesti epäonnistui!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Yhteystesti onnistui!" @@ -6986,7 +6980,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Kirjanpito" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Yhteystietoa ei voi luoda ilman sähköpostiosoitetta!" @@ -7423,7 +7417,7 @@ msgid "Custom Shortcuts" msgstr "Omat pikalinkit" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Kustomoidun kentän nimen täytyy alkaa 'x_' !" @@ -7693,7 +7687,7 @@ msgid "Delete Access Right" msgstr "Poista käyttöoikeudet" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7892,8 +7886,8 @@ msgid "Document Management System" msgstr "Dokumenttienhallintajärjestelmä" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Dokumenttimalli" @@ -7903,6 +7897,11 @@ msgstr "Dokumenttimalli" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7927,6 +7926,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominikaaninen tasavalta" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7960,7 +7964,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8005,14 +8009,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Kirjanpito" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8029,7 +8025,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "EDI Elektroninen tiedonsiirto (\"OVT\")" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8130,15 +8126,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8146,7 +8142,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8165,7 +8161,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Virhe! Et voi luoda rekursiivisia ryhmiä." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8173,16 +8169,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Virhe!" @@ -8228,7 +8224,7 @@ msgid "Events Sales" msgstr "Tapahtumamyynti" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Kaikki näyttäisi olevan kunnolla asetettuna!" @@ -8276,8 +8272,8 @@ msgstr "Suorittaminen" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Kuluhallinta" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8471,7 +8467,7 @@ msgid "Field Type" msgstr "Kentän tyyppi" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8697,7 +8693,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Yhteyskentille tarkoitetun kohdekentän tekninen nimi" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Valinta optiot on annettava valintakentille!" @@ -9281,7 +9277,7 @@ msgid "Here is the exported translation file:" msgstr "Tässä on viety käännöstiedosto:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9648,12 +9644,11 @@ msgstr "" "Muutoin on käytössä vain ryhmään kuuluville käyttäjille." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9857,6 +9852,11 @@ msgstr "Peritty näkymä" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9918,12 +9918,6 @@ msgstr "Asennettu" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Asenna moduulit" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9997,7 +9991,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Virheellinen pankkitilityypin nimen muoto." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Virheellinen hakuehto" @@ -10008,13 +10002,13 @@ msgid "Invalid arguments" msgstr "Virheellisiä argumentteja" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10048,7 +10042,7 @@ msgid "Invalid model name in the action definition." msgstr "Virheellinen mallin nimi toimenpiteen määrittelyssä." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10147,8 +10141,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Asianseuranta" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10740,13 +10734,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Liettua / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10761,6 +10755,12 @@ msgstr "Lataa" msgid "Load a Translation" msgstr "Tuo käännös" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10866,13 +10866,13 @@ msgid "Madam" msgstr "Rouva" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11222,7 +11222,7 @@ msgid "Miss" msgstr "Neiti" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "SMTP palvelin puuttuu" @@ -11262,13 +11262,13 @@ msgid "Model" msgstr "Malli" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Mallia %s ei ole olemassa!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Malli \"%s\" sisältää mouduulin tietoja, eikä sitä voi poistaa!" @@ -11330,8 +11330,8 @@ msgid "" msgstr "Mallinimi metodin sijaintipaikan nimeämiseksi esim- \"res.partner\"." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11681,7 +11681,7 @@ msgid "New Zealand" msgstr "Uusi-Seelanti" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11745,7 +11745,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11771,7 +11771,7 @@ msgstr "" "kentästä\"'%%(field)s\"" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11817,6 +11817,11 @@ msgstr "Pohjois-Mariaanit" msgid "Norway" msgstr "Norja" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11929,6 +11934,13 @@ msgstr "Objekti:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11983,6 +11995,11 @@ msgstr "Useammassa dokumentissa" msgid "On delete property for many2one fields" msgstr "Poistetun arvo useammasta-yhteen kentille." +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12033,7 +12050,7 @@ msgid "Only if this bank account belong to your company" msgstr "Vain jos tämä tili kuuluu yrityksellesi" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12151,16 +12168,6 @@ msgstr "Mahdollinen SMTP-todennuksen salasana" msgid "Optional username for SMTP authentication" msgstr "Mahdollinen käyttäjänimi SMTP-todentamiseen" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12172,8 +12179,8 @@ msgid "Original View" msgstr "Alkuperäinen näkymä" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12408,7 +12415,7 @@ msgid "Partners Geo-Localization" msgstr "Kumppaneiden Geolokaatiot" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Kumppanit: " @@ -12505,9 +12512,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Säännöllinen arviointi, kehityskeskustelut, kyselyt" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Ei käyttöoikeutta" @@ -12572,7 +12579,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Portugalin SNC-tilinpäätösstandardin mukainen tilikartta" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12580,7 +12587,7 @@ msgstr "" "Ota yhteyttä järjestelmäsi pääkäyttäjään, mikäli tämä on sinusta virhe." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12611,7 +12618,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Määrittele toiminto ennen käynnistämistä!" @@ -12862,7 +12869,7 @@ msgid "Properties" msgstr "Ominaisuudet" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12955,7 +12962,7 @@ msgstr "Ostojen hallinta" #. module: base #: model:ir.module.module,summary:base.module_purchase msgid "Purchase Orders, Receipts, Supplier Invoices" -msgstr "" +msgstr "Ostotilaukset, kuitit, toimittajien laskut" #. module: base #: model:ir.module.module,shortdesc:base.module_purchase_requisition @@ -13218,7 +13225,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Kentän \"%s\" uudelleen nimeäminen ei ole sallittu" @@ -13366,6 +13373,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13438,7 +13450,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Sääntöjä ei voi asettaa Tietueiden säännöt -mallille." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13484,7 +13496,7 @@ msgid "SMTP Server" msgstr "SMTP-palvelin" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Turvattu sähköposti (SMTP-over-SSL) ei ole käytettävissä." @@ -13896,6 +13908,11 @@ msgstr "" msgid "Server Action" msgstr "Palvelintoiminto" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13933,7 +13950,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Tyhjän salasanan asettaminen ei ole sallttua tietoturvasyistä!" @@ -13964,6 +13981,13 @@ msgstr "Jaettu" msgid "Shipping" msgstr "Lähetys" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Näytetään paikallisesti saatavilla olevat moduulit" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14036,7 +14060,7 @@ msgid "Size" msgstr "Koko" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Kentän koko ei voi olla koskaan alle nollan!" @@ -14106,25 +14130,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Kutsutaan myös BIC tai SWIFT -koodiksi." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Valitettavasti sinulla ei ole oikeutta tähän dokumentiin." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Valitettavasti sinulla ei ole luontioikeutta tällaiseen dokumentiin." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Valitettavasti sinulla ei ole poisto-oikeutta tätä dokumenttia." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Valitettavasti sinulla ei ole muokkausoikeutta tähän dokumenttiin." @@ -14832,14 +14856,14 @@ msgstr "" "Voit käyttää tätä kenttää pikahakuna." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "Objektin nimen tulee alkaa x_ ja se ei saa sisältää erikoismerkkejä!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14848,7 +14872,7 @@ msgstr "" "Valintaoption määrityksen tulee olla[('key','Label'), ...] formaatissa!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14971,6 +14995,11 @@ msgstr "" "Sisäinen käyttäjä (jos sellainen on valittu), joka vastaa yhteydenpidosta " "tähän kontaktiin." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15039,7 +15068,7 @@ msgstr "" "kolmikot. Esim. [('väri','=','punainen')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "osv_memory kenttää voidaan vertailla vain = and != operaattoreilla." @@ -15100,7 +15129,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15171,7 +15200,7 @@ msgid "This Window" msgstr "Tämä ikkuna" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Tämä sarake sisältää moduulin tietoja, eikä sitä voi poistaa!" @@ -15234,6 +15263,12 @@ msgstr "" "tulostettuja raportteja ei haluta tallentaa. Voit käyttää python-lauseketta, " "jossa on objekti- tai aikamuuttujia." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15442,7 +15477,7 @@ msgid "Translation comments" msgstr "Käännöksen kommenit" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15653,6 +15688,11 @@ msgstr "" "Ei voi päivittää moduulia \"%s\" koska ulkoista riippuvuutta ei saavutettu: " "%s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15691,7 +15731,7 @@ msgid "United States - Chart of accounts" msgstr "USA - Tilikartta" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tuntematon raporttityyppi: %s" @@ -15905,12 +15945,6 @@ msgstr "Käyttöliittymä" msgid "User Login" msgstr "Käyttäjätunnus" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16173,12 +16207,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Varoitus" @@ -16192,7 +16226,7 @@ msgstr "Varoitusviestin ja hälyytykset" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Varoitus!" @@ -16571,7 +16605,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16589,7 +16623,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16678,7 +16712,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16690,7 +16724,7 @@ msgstr "" "pavelinpuolen päivityksen pitäisi korjata asia" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16859,11 +16893,6 @@ msgstr "" msgid "eInvoicing" msgstr "eLasku" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "sähköinen laskutus ja maksut" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16937,7 +16966,7 @@ msgid "ltd" msgstr "Oy" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17139,3 +17168,15 @@ msgstr "Ahvenanmaa" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "sähköinen laskutus ja maksut" + +#~ msgid "Expense Management" +#~ msgstr "Kuluhallinta" + +#~ msgid "Issue Tracker" +#~ msgstr "Asianseuranta" + +#~ msgid "Installed Modules" +#~ msgstr "Asenna moduulit" diff --git a/openerp/addons/base/i18n/fr.po b/openerp/addons/base/i18n/fr.po index 5d93c00dc4f..e37563f1371 100644 --- a/openerp/addons/base/i18n/fr.po +++ b/openerp/addons/base/i18n/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -188,6 +188,16 @@ msgstr "" " modèles pour les objets cibles.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -345,104 +355,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -898,80 +810,6 @@ msgstr "" "Plan comptable Thai et sa localisation.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Charte de comptes pour la Colombie\n" -"============================\n" -"\n" -"Le code source de cette charte de compte est ici_.\n" -"\n" -"Toute la documentation disponible sur ce site web est dans ce module afin " -"d'être sûr qu'à l'ouverture\n" -"qu'à l'ouverture d'OpenERP toute l'information nécessaire à la gestion de la " -"comptabilité en Colombie\n" -"soit présente.\n" -"\n" -"La loi sur laquelle s'appuie ce module est dans cet autre lien_.\n" -"\n" -"La comptabilité colombienne est immédiatement utilisable dans OpenERP après " -"l'installation de ce module.\n" -"\n" -"Nous recommandons d'installer le module account_anglo_saxon afin d'avoir la " -"comptabilisation des coûts\n" -"correctement configurés dans les factures sortantes.\n" -"\n" -"Après installation de ce module, l'assistant de configuration pour la " -"comptabilité est démarré :\n" -" * nous avons un modèle de compte qui peut aider à générer la charte " -"comptable ;\n" -" * dans cet assistant, il vous sera demandé d'entrer le nom de la " -"compagnie,\n" -" le modèle de charte à suivre, le nombre de chiffres à générer, le " -"code de votre compte\n" -" et le compte en banque, la devise utilisée pour créer les journaux.\n" -"\n" -"\n" -".. _ici : http://puc.com.co/\n" -".. _lien : http://puc.com.co/normatividad/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1280,28 +1118,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Mots de passe chiffrés\n" -"==================\n" -"\n" -"Interaction avec l'authentification LDAP :\n" -"--------------------------------------------------------\n" -"Ce module est actuellement incompatible avec le module user_ldap et " -"désactivera complètement\n" -"l'authentification LDAP si il est installé en même temps.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1391,6 +1207,37 @@ msgstr "" "\"Power Email\" de Openlabs a été conservé.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3762,6 +3609,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -5655,8 +5517,8 @@ msgstr "%p - AM ou PM" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -5677,7 +5539,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Année sans le siècle (00 à 99)." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -6010,7 +5872,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -6259,6 +6121,8 @@ msgstr "Actions" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -6343,6 +6207,101 @@ msgstr "Type d'adresse" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -6356,9 +6315,9 @@ msgstr "" "Divisions administratives d'un pays. Par exemple État, Département, Canton" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "L'accès administrateur est nécessaire pour désinstaller un module" @@ -6454,11 +6413,6 @@ msgstr "" msgid "Always Searchable" msgstr "Recherche toujours possible" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -6554,7 +6508,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -6568,11 +6522,6 @@ msgstr "Application" msgid "Application Terms" msgstr "Termes de l'application" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -7232,7 +7181,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Impossible de supprimer l'utilisateur root" @@ -7244,17 +7193,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Impossible de mettre à jour le module '%s'. Il n'est pas installé." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Vous ne pouvez renommer q'une seule colonne à la fois !" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -7307,7 +7250,7 @@ msgid "Cannot duplicate configuration!" msgstr "La configuration ne peut pas être dupliquée!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -7392,7 +7335,7 @@ msgid "Change the user password." msgstr "Changer le mot de passe utilisateur." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -7402,20 +7345,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Changer le modèle d'un champ est interdit !" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Changer le système de stockage pour le champ \"% s\" n'est pas autorisé." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -7676,6 +7619,11 @@ msgstr "Colombie" msgid "Colombian - Accounting" msgstr "Colombie - Comptabilité" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7907,13 +7855,13 @@ msgid "Connection Security" msgstr "Sécurité de la connexion" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Échec du test de connexion !" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Test de connexion réussi !" @@ -8046,7 +7994,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Comptabilité" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Impossible de créer un contact sans adresse électronique !" @@ -8484,7 +8432,7 @@ msgid "Custom Shortcuts" msgstr "Raccourcis personnalisés" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Les champs personnalisés doivent avoir un nom commençant par 'x_' !" @@ -8767,7 +8715,7 @@ msgid "Delete Access Right" msgstr "Supprimer un droit d'accès" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8968,8 +8916,8 @@ msgid "Document Management System" msgstr "Système de gestion documentaires" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modèle de document" @@ -8979,6 +8927,11 @@ msgstr "Modèle de document" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -9003,6 +8956,11 @@ msgstr "Dominique" msgid "Dominican Republic" msgstr "République Dominicaine" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -9036,7 +8994,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -9081,14 +9039,6 @@ msgstr "Équateur" msgid "Ecuador - Accounting" msgstr "Equateur - Comptabilité" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -9105,7 +9055,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Échange de Données Informatisées (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -9206,15 +9156,15 @@ msgid "Eritrea" msgstr "Érythrée" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -9222,7 +9172,7 @@ msgstr "Érythrée" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -9241,7 +9191,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Erreur ! Vous ne pouvez pas créer de catégories récursives" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -9249,16 +9199,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Erreur!" @@ -9304,7 +9254,7 @@ msgid "Events Sales" msgstr "Événements des ventes" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Tout semble correctement configuré!" @@ -9352,8 +9302,8 @@ msgstr "Exécution" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Gestion des dépenses" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -9553,7 +9503,7 @@ msgid "Field Type" msgstr "Type de champ" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9787,7 +9737,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Pour les champs de relation, le nom technique du modèle cible" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -10382,7 +10332,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -10754,12 +10704,11 @@ msgstr "" "vue s'applique aux utilisateurs de ces groupes uniquement." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10962,6 +10911,11 @@ msgstr "Vue héritée" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -11023,12 +10977,6 @@ msgstr "Installé" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Modules installés" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -11102,7 +11050,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Format de nom invalide pour le type de compte bancaire." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Critère de recherche invalide" @@ -11113,13 +11061,13 @@ msgid "Invalid arguments" msgstr "Arguments non valides" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -11154,7 +11102,7 @@ msgid "Invalid model name in the action definition." msgstr "Modèle non valide dans la définition de l'action." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -11253,7 +11201,7 @@ msgstr "Israël" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -11847,13 +11795,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanien / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11868,6 +11816,12 @@ msgstr "Charger" msgid "Load a Translation" msgstr "Charger une traduction" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11973,13 +11927,13 @@ msgid "Madam" msgstr "Madame" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -12332,7 +12286,7 @@ msgid "Miss" msgstr "Mademoiselle" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Serveur SMTP manquant" @@ -12372,13 +12326,13 @@ msgid "Model" msgstr "Modèle" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Le modèle %s n'existe pas!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -12442,8 +12396,8 @@ msgstr "" "'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -12794,7 +12748,7 @@ msgid "New Zealand" msgstr "Nouvelle-Zélande" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12858,7 +12812,7 @@ msgid "Niue" msgstr "Niué" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12884,7 +12838,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12930,6 +12884,11 @@ msgstr "Îles Mariannes du Nord" msgid "Norway" msgstr "Norvège" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -13042,6 +13001,13 @@ msgstr "Objet :" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -13096,6 +13062,11 @@ msgstr "Sur plusieurs documents" msgid "On delete property for many2one fields" msgstr "Propriété \"Lors de la supression\" pour les champs \"many2one\"" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -13146,7 +13117,7 @@ msgid "Only if this bank account belong to your company" msgstr "Seulement si ce compte bancaire appartiennent à votre société" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -13270,16 +13241,6 @@ msgstr "Mot de passe (facultatif) pour l'authentification SMTP" msgid "Optional username for SMTP authentication" msgstr "Nom d'utilisateur (facultatif) pour l'authentification SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -13291,8 +13252,8 @@ msgid "Original View" msgstr "Vue originelle" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -13528,7 +13489,7 @@ msgid "Partners Geo-Localization" msgstr "Géolocalisation des partenaires" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partenaires " @@ -13625,9 +13586,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Évaluations périodiques, appréciations, sondages" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Permission refusée" @@ -13692,7 +13653,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plan de compte SNC pour le Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -13701,7 +13662,7 @@ msgstr "" "s'agit d'une erreur." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -13730,7 +13691,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13980,7 +13941,7 @@ msgid "Properties" msgstr "Propriétés" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -14336,7 +14297,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Renommer un champ fragmenté \"%s\" n'est pas autorisé" @@ -14484,6 +14445,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -14556,7 +14522,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -14603,7 +14569,7 @@ msgid "SMTP Server" msgstr "Serveur SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Mode SMTP-sur-SSL indisponible" @@ -15015,6 +14981,11 @@ msgstr "" msgid "Server Action" msgstr "Action du Serveur" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -15052,7 +15023,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -15085,6 +15056,13 @@ msgstr "" msgid "Shipping" msgstr "Livraison" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -15157,7 +15135,7 @@ msgid "Size" msgstr "Taille" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "La taille du champ ne peut jamais être inférieure à 0 !" @@ -15230,25 +15208,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Parfois appelé BIC ou Swift" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Désolé, vous n'êtes pas autorisé à accéder à ce document." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Désolé, vous n'êtes pas autorisé à créer ce type de document." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Désolé, vous n’êtes pas autorisé à supprimer ce document." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Désolé, vous n’êtes pas autorisé à modifier ce document." @@ -15960,7 +15938,7 @@ msgstr "" "Vous pouvez utiliser ce champ pour effectuer une recherche rapide." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15969,7 +15947,7 @@ msgstr "" "caractères spéciaux !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15979,7 +15957,7 @@ msgstr "" "[('clef','Libellé')] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -16103,6 +16081,11 @@ msgstr "" "L'utilisateur interne qui est en charge de la communication avec ce contact, " "le cas échéant." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -16171,7 +16154,7 @@ msgstr "" "exemple : [('color','=','rouge')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -16238,7 +16221,7 @@ msgid "The record id this is attached to" msgstr "L'ID de l'enregistrement est attaché à" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -16310,7 +16293,7 @@ msgid "This Window" msgstr "Cette fenêtre" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -16378,6 +16361,12 @@ msgstr "" "rapports imprimés. Vous pouvez utiliser une expression python avec les " "variables object et time." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -16586,7 +16575,7 @@ msgid "Translation comments" msgstr "Commentaires de traduction" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16799,6 +16788,11 @@ msgstr "" "Impossible de mettre à jour le module \"%s\" a cause d'une dépendance " "externe non présente: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16837,7 +16831,7 @@ msgid "United States - Chart of accounts" msgstr "États Unis - Comptabilité" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Type de rapport inconnu : %s" @@ -17051,12 +17045,6 @@ msgstr "Interface utilisateur" msgid "User Login" msgstr "Identifiant" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -17322,12 +17310,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Avertissement" @@ -17341,7 +17329,7 @@ msgstr "Messages d'avertissement et d'alerte" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Attention !" @@ -17720,7 +17708,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -17739,7 +17727,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17840,7 +17828,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17852,7 +17840,7 @@ msgstr "" "côté serveur devrait fonctionner." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -18022,11 +18010,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFacturation" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eFacturation & Règlements" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -18098,7 +18081,7 @@ msgid "ltd" msgstr "SARL" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -18301,3 +18284,104 @@ msgstr "Îles Åland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eFacturation & Règlements" + +#~ msgid "Installed Modules" +#~ msgstr "Modules installés" + +#~ msgid "Expense Management" +#~ msgstr "Gestion des dépenses" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Mots de passe chiffrés\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction avec l'authentification LDAP :\n" +#~ "--------------------------------------------------------\n" +#~ "Ce module est actuellement incompatible avec le module user_ldap et " +#~ "désactivera complètement\n" +#~ "l'authentification LDAP si il est installé en même temps.\n" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Charte de comptes pour la Colombie\n" +#~ "============================\n" +#~ "\n" +#~ "Le code source de cette charte de compte est ici_.\n" +#~ "\n" +#~ "Toute la documentation disponible sur ce site web est dans ce module afin " +#~ "d'être sûr qu'à l'ouverture\n" +#~ "qu'à l'ouverture d'OpenERP toute l'information nécessaire à la gestion de la " +#~ "comptabilité en Colombie\n" +#~ "soit présente.\n" +#~ "\n" +#~ "La loi sur laquelle s'appuie ce module est dans cet autre lien_.\n" +#~ "\n" +#~ "La comptabilité colombienne est immédiatement utilisable dans OpenERP après " +#~ "l'installation de ce module.\n" +#~ "\n" +#~ "Nous recommandons d'installer le module account_anglo_saxon afin d'avoir la " +#~ "comptabilisation des coûts\n" +#~ "correctement configurés dans les factures sortantes.\n" +#~ "\n" +#~ "Après installation de ce module, l'assistant de configuration pour la " +#~ "comptabilité est démarré :\n" +#~ " * nous avons un modèle de compte qui peut aider à générer la charte " +#~ "comptable ;\n" +#~ " * dans cet assistant, il vous sera demandé d'entrer le nom de la " +#~ "compagnie,\n" +#~ " le modèle de charte à suivre, le nombre de chiffres à générer, le " +#~ "code de votre compte\n" +#~ " et le compte en banque, la devise utilisée pour créer les journaux.\n" +#~ "\n" +#~ "\n" +#~ ".. _ici : http://puc.com.co/\n" +#~ ".. _lien : http://puc.com.co/normatividad/\n" +#~ " " diff --git a/openerp/addons/base/i18n/fr_CA.po b/openerp/addons/base/i18n/fr_CA.po index 5f18061aaaf..54ae86615f6 100644 --- a/openerp/addons/base/i18n/fr_CA.po +++ b/openerp/addons/base/i18n/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:18+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3024,6 +2915,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4527,8 +4433,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4549,7 +4455,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4861,7 +4767,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5108,6 +5014,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5192,6 +5100,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5204,9 +5207,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5296,11 +5299,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5388,7 +5386,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5402,11 +5400,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6066,7 +6059,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6078,17 +6071,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6141,7 +6128,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6225,7 +6212,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6235,19 +6222,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6495,6 +6482,11 @@ msgstr "Colombie" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6724,13 +6716,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6862,7 +6854,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7295,7 +7287,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7561,7 +7553,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7755,8 +7747,8 @@ msgid "Document Management System" msgstr "Système de gestion des documents" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7766,6 +7758,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7790,6 +7787,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7823,7 +7825,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7868,14 +7870,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7892,7 +7886,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7993,15 +7987,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8009,7 +8003,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8028,7 +8022,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8036,16 +8030,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8091,7 +8085,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8137,7 +8131,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8328,7 +8322,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8552,7 +8546,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9123,7 +9117,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9473,12 +9467,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9672,6 +9665,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9733,12 +9731,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9812,7 +9804,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9823,13 +9815,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9864,7 +9856,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9963,7 +9955,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10549,13 +10541,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10570,6 +10562,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10675,13 +10673,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11020,7 +11018,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11060,13 +11058,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11128,8 +11126,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11478,7 +11476,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11538,7 +11536,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11562,7 +11560,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11605,6 +11603,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11717,6 +11720,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11771,6 +11781,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11821,7 +11836,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11935,16 +11950,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11956,8 +11961,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12192,7 +12197,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12289,9 +12294,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12356,14 +12361,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12390,7 +12395,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12638,7 +12643,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12991,7 +12996,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13139,6 +13144,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13211,7 +13221,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13257,7 +13267,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13667,6 +13677,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13704,7 +13719,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13735,6 +13750,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13807,7 +13829,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13877,25 +13899,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14592,14 +14614,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14607,7 +14629,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14715,6 +14737,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14780,7 +14807,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14837,7 +14864,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14900,7 +14927,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14954,6 +14981,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15162,7 +15195,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15363,6 +15396,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15401,7 +15439,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15612,12 +15650,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15877,12 +15909,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15896,7 +15928,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16265,7 +16297,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16283,7 +16315,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16364,7 +16396,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16373,7 +16405,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16541,11 +16573,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16617,7 +16644,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/gl.po b/openerp/addons/base/i18n/gl.po index 13702992a89..c6c428a6ef8 100644 --- a/openerp/addons/base/i18n/gl.po +++ b/openerp/addons/base/i18n/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:05+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -746,45 +658,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1041,19 +914,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1100,6 +960,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3007,6 +2898,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4513,8 +4419,8 @@ msgstr "%p - Equivalente de AM ou PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -4535,7 +4441,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Ano sen o século [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4860,7 +4766,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5107,6 +5013,8 @@ msgstr "Accións" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5191,6 +5099,101 @@ msgstr "Tipo de enderezo" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5203,9 +5206,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5298,11 +5301,6 @@ msgstr "" msgid "Always Searchable" msgstr "Sempre atopable" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5390,7 +5388,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5404,11 +5402,6 @@ msgstr "" msgid "Application Terms" msgstr "Termos da aplicación" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6068,7 +6061,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Non se pode eliminar o usuario root!" @@ -6080,17 +6073,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Non se pode actualizar o módulo '%s' . Non está instalado." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "¡Soamente pode renombrar unha columna de cada vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6143,7 +6130,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Non se pode renombrar a columna a %s, porque esa columna xa existe!" @@ -6227,7 +6214,7 @@ msgid "Change the user password." msgstr "Cambia-lo contrasinal do usuario" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6237,19 +6224,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "¡Cambiar o modelo dun campo está prohibido!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6499,6 +6486,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6730,13 +6722,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6870,7 +6862,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7308,7 +7300,7 @@ msgid "Custom Shortcuts" msgstr "Personalizar Accesos directos" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Os campos personalizados deben ter un nome que comeza con 'x_' !" @@ -7576,7 +7568,7 @@ msgid "Delete Access Right" msgstr "Eliminar dereito de acceso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7773,8 +7765,8 @@ msgid "Document Management System" msgstr "Sistema de xestión documental" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo de documento" @@ -7784,6 +7776,11 @@ msgstr "Modelo de documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7808,6 +7805,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7841,7 +7843,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7886,14 +7888,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7910,7 +7904,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8011,15 +8005,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8027,7 +8021,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8046,7 +8040,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Erro! Non podes crear categorías recursivamente." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8054,16 +8048,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Erro!" @@ -8109,7 +8103,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8155,7 +8149,7 @@ msgstr "Execución" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8348,7 +8342,7 @@ msgid "Field Type" msgstr "Tipo de campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8579,7 +8573,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para os campos de relación, o nome técnico do modelo de destino" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9151,7 +9145,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9504,12 +9498,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9708,6 +9701,11 @@ msgstr "Vista Herdada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9769,12 +9767,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9848,7 +9840,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Criterio de procura inválido" @@ -9859,13 +9851,13 @@ msgid "Invalid arguments" msgstr "Argumentos non válidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9899,7 +9891,7 @@ msgid "Invalid model name in the action definition." msgstr "Nome inválido do modelo na definición da acción." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9998,7 +9990,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10587,13 +10579,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvos kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10608,6 +10600,12 @@ msgstr "Carga" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10713,13 +10711,13 @@ msgid "Madam" msgstr "Señora" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11064,7 +11062,7 @@ msgid "Miss" msgstr "Miss" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11104,13 +11102,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "¡Omodelo %s non existe!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11174,8 +11172,8 @@ msgstr "" "'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11524,7 +11522,7 @@ msgid "New Zealand" msgstr "Nova Celandia" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11585,7 +11583,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11609,7 +11607,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11655,6 +11653,11 @@ msgstr "Illas Marianas do Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11767,6 +11770,13 @@ msgstr "Obxecto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitano (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11821,6 +11831,11 @@ msgstr "En múltiples Doc." msgid "On delete property for many2one fields" msgstr "Ó borrar a propiedade para os campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11871,7 +11886,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11989,16 +12004,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12010,8 +12015,8 @@ msgid "Original View" msgstr "Vista Orixinal" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12246,7 +12251,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Empresas: " @@ -12343,9 +12348,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12410,14 +12415,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12444,7 +12449,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12694,7 +12699,7 @@ msgid "Properties" msgstr "Propiedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13050,7 +13055,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Non se permite renomea-lo campo \"%s\"" @@ -13198,6 +13203,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13270,7 +13280,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13316,7 +13326,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13726,6 +13736,11 @@ msgstr "" msgid "Server Action" msgstr "Acción de Servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13763,7 +13778,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13796,6 +13811,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13868,7 +13890,7 @@ msgid "Size" msgstr "Tamaño" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13938,25 +13960,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14659,7 +14681,7 @@ msgstr "" "Pode usar este campo para unha búsqueda rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14667,7 +14689,7 @@ msgstr "" "¡O nome do obxecto debe comezar con x_ e non conter ningún caracter especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14677,7 +14699,7 @@ msgstr "" "[('clave','Etiqueta'), ...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14794,6 +14816,11 @@ msgid "" msgstr "" "O usuario interno encargado de se comunicar con este contacto, se o houber." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14862,7 +14889,7 @@ msgstr "" "tres valores. Por exemplo: [('cor','=','vermello')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "O campo osv_memory solo pode ser comparado cos operadores = e != ." @@ -14921,7 +14948,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14992,7 +15019,7 @@ msgid "This Window" msgstr "Esta xanela" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15053,6 +15080,12 @@ msgstr "" "Manteñao baleiro para non gardar os informes impresos. Pode usar unha " "expresión Python co obxecto e as variables de tempo." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15261,7 +15294,7 @@ msgid "Translation comments" msgstr "Comentarios de traducción" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15469,6 +15502,11 @@ msgstr "" "Non se pode actualizar o módulo \"%s\" porque unha dependencia exterior non " "se cumpre: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15507,7 +15545,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15721,12 +15759,6 @@ msgstr "Interface de usuario" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15988,12 +16020,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -16007,7 +16039,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "¡Aviso!" @@ -16381,7 +16413,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16399,7 +16431,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16484,7 +16516,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16493,7 +16525,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16661,11 +16693,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16737,7 +16764,7 @@ msgid "ltd" msgstr "Ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/gu.po b/openerp/addons/base/i18n/gu.po index 4c11c3b650b..22a6ab7dc4c 100644 --- a/openerp/addons/base/i18n/gu.po +++ b/openerp/addons/base/i18n/gu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:49+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "% s (નકલ)" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4791,7 +4697,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5038,6 +4944,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5122,6 +5030,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5134,9 +5137,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5226,11 +5229,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5318,7 +5316,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5332,11 +5330,6 @@ msgstr "કાર્યક્રમ" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5996,7 +5989,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "રુટ વપરાશકર્તા દૂર કરી શકતા નથી!" @@ -6008,17 +6001,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6071,7 +6058,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6155,7 +6142,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6165,19 +6152,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "ફિલ્ડ નુ મોડેલ બદલવુ પ્રતિબંધિત છે!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6425,6 +6412,11 @@ msgstr "કોલંબિયા" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6654,13 +6646,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6794,7 +6786,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7227,7 +7219,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "કસ્ટમ ફિલ્ડ નુ નામ 'x_' થી જ શરુ થવુ જોઇયે!" @@ -7493,7 +7485,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7687,8 +7679,8 @@ msgid "Document Management System" msgstr "દસ્તાવેજ સંચાલન સિસ્ટમ" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7698,6 +7690,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7722,6 +7719,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7755,7 +7757,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7800,14 +7802,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7824,7 +7818,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7925,15 +7919,15 @@ msgid "Eritrea" msgstr "એરિટ્રીયા" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7941,7 +7935,7 @@ msgstr "એરિટ્રીયા" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7960,7 +7954,7 @@ msgid "Error ! You can not create recursive categories." msgstr "ભૂલ! તમે પાસાના વર્ગો ના બનાવી શકો." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7968,16 +7962,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "ભૂલ!" @@ -8023,7 +8017,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8069,7 +8063,7 @@ msgstr "ચલાવવું" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8260,7 +8254,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8490,7 +8484,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9061,7 +9055,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9413,12 +9407,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9614,6 +9607,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9675,12 +9673,6 @@ msgstr "સ્થાપિત થયેલ" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9754,7 +9746,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9765,13 +9757,13 @@ msgid "Invalid arguments" msgstr "અયોગ્ય દલીલો" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9803,7 +9795,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9902,7 +9894,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10488,13 +10480,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10509,6 +10501,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10614,13 +10612,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10959,7 +10957,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10999,13 +10997,13 @@ msgid "Model" msgstr "નમુનો" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11069,8 +11067,8 @@ msgstr "" "'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11419,7 +11417,7 @@ msgid "New Zealand" msgstr "ન્યૂઝીલેંન્ડ" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11479,7 +11477,7 @@ msgid "Niue" msgstr "ન્યુએઇ" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11503,7 +11501,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11546,6 +11544,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11658,6 +11661,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11712,6 +11722,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11762,7 +11777,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11878,16 +11893,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11899,8 +11904,8 @@ msgid "Original View" msgstr "મૂળ દ્રશ્ય" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12135,7 +12140,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "ભાગીદાર: " @@ -12232,9 +12237,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12299,14 +12304,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12333,7 +12338,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12581,7 +12586,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12936,7 +12941,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "સ્પાર્સ ફિલ્ડ \"%s\" નુ નામ બદલવુ માન્ય નથી." @@ -13084,6 +13089,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13156,7 +13166,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13202,7 +13212,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13612,6 +13622,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13649,7 +13664,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "સુરક્ષા કારણો થી ખાલી પાસવર્ડ સેટ કરવા માન્ય નથી!" @@ -13680,6 +13695,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13752,7 +13774,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13822,25 +13844,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14539,14 +14561,14 @@ msgstr "" "આ ફિલ્ડ નો ઉપયોગ તમે ઝડપી શોધ માતે કરિ શકો." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14554,7 +14576,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14662,6 +14684,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14730,7 +14757,7 @@ msgstr "" "તરીકે:[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14787,7 +14814,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14852,7 +14879,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14906,6 +14933,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15114,7 +15147,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15315,6 +15348,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15353,7 +15391,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "અજ્ઞાત અહેવાલ પ્રકાર:% s" @@ -15564,12 +15602,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15829,12 +15861,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15848,7 +15880,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "ચેતવણી!" @@ -16217,7 +16249,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16235,7 +16267,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16316,7 +16348,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16325,7 +16357,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16493,11 +16525,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16569,7 +16596,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/he.po b/openerp/addons/base/i18n/he.po index b28e926bc45..b4067d1de53 100644 --- a/openerp/addons/base/i18n/he.po +++ b/openerp/addons/base/i18n/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:06+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -744,45 +656,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1043,19 +916,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1102,6 +962,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3006,6 +2897,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4525,8 +4431,8 @@ msgstr "%p - מתייחס ל AM או PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (העתק)" @@ -4547,7 +4453,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4859,7 +4765,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5106,6 +5012,8 @@ msgstr "פעולות" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5190,6 +5098,101 @@ msgstr "סוג הכתובת" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5202,9 +5205,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5294,11 +5297,6 @@ msgstr "" msgid "Always Searchable" msgstr "ניתן לחיפוש תמיד" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5386,7 +5384,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5400,11 +5398,6 @@ msgstr "יישום" msgid "Application Terms" msgstr "תנאי בקשה/פניה" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6064,7 +6057,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "לא ניתן להסיר משתמש מקור!" @@ -6076,17 +6069,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "לא ניתן לשדרג מודול '%s'. הוא לא מותקן." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6139,7 +6126,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6223,7 +6210,7 @@ msgid "Change the user password." msgstr "שנה את סיסמת המשתמש." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6233,19 +6220,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6493,6 +6480,11 @@ msgstr "קולומביה" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6722,13 +6714,13 @@ msgid "Connection Security" msgstr "אבטחת החיבור" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "בדיקות החיבור הצליחה!" @@ -6860,7 +6852,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7293,7 +7285,7 @@ msgid "Custom Shortcuts" msgstr "קיצורי דרך מותאמים" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "שדות מותאמים אישית חייבים להתחיל ב 'x_' !" @@ -7559,7 +7551,7 @@ msgid "Delete Access Right" msgstr "מחק הרשאת גישה" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7753,8 +7745,8 @@ msgid "Document Management System" msgstr "מערכת ניהול מסמכים" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7764,6 +7756,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7788,6 +7785,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominican Republic" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7821,7 +7823,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7866,14 +7868,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7890,7 +7884,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7991,15 +7985,15 @@ msgid "Eritrea" msgstr "אריתריאה" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8007,7 +8001,7 @@ msgstr "אריתריאה" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8026,7 +8020,7 @@ msgid "Error ! You can not create recursive categories." msgstr "שגיאה! אינך יכול ליצור קטגוריות רקרוסיביות" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8034,16 +8028,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "שגיאה!" @@ -8089,7 +8083,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8135,8 +8129,8 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "ניהול הוצאות" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8326,7 +8320,7 @@ msgid "Field Type" msgstr "סוג שדה" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8556,7 +8550,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9125,7 +9119,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9477,12 +9471,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9676,6 +9669,11 @@ msgstr "מבט יורש" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9737,12 +9735,6 @@ msgstr "מותקן" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "מודולים מותקנים" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9816,7 +9808,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9827,13 +9819,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9865,7 +9857,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9964,8 +9956,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "מעקב פניות" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10550,13 +10542,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "ליטאית / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10571,6 +10563,12 @@ msgstr "טען" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10676,13 +10674,13 @@ msgid "Madam" msgstr "גברת" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11021,7 +11019,7 @@ msgid "Miss" msgstr "גברת" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "שרת SMTP חסר" @@ -11061,13 +11059,13 @@ msgid "Model" msgstr "מודל" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11129,8 +11127,8 @@ msgid "" msgstr "שם המודול שבו נמצאת המתודה שלה קוראים, למשל: 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11479,7 +11477,7 @@ msgid "New Zealand" msgstr "New Zealand" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11539,7 +11537,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11563,7 +11561,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11606,6 +11604,11 @@ msgstr "Northern Mariana Islands" msgid "Norway" msgstr "Norway" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11718,6 +11721,13 @@ msgstr "אובייקט:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11772,6 +11782,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11822,7 +11837,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11936,16 +11951,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11957,8 +11962,8 @@ msgid "Original View" msgstr "מראה מקורי" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12193,7 +12198,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "שותפים: " @@ -12290,9 +12295,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "ההרשאה נדחתה" @@ -12357,14 +12362,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12391,7 +12396,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12639,7 +12644,7 @@ msgid "Properties" msgstr "מאפיינים" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12994,7 +12999,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "אין אישור לשינוי שם שדה \"%s\"" @@ -13142,6 +13147,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13214,7 +13224,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13260,7 +13270,7 @@ msgid "SMTP Server" msgstr "שרת SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13670,6 +13680,11 @@ msgstr "" msgid "Server Action" msgstr "פעולת שרת" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13707,7 +13722,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "לא ניתן להגדיר סיסמה ריקה מטעמי אבטחה !" @@ -13738,6 +13753,13 @@ msgstr "משותף" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13810,7 +13832,7 @@ msgid "Size" msgstr "גודל" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13880,25 +13902,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "מצטערים, אינך רשאי לגשת למסמך זה." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14597,14 +14619,14 @@ msgstr "" "ניתן להשתמש בשדה זה לחיפוש מהיר." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "שם האובייקט חייב להתחיל עם X_ולא להכיל תוים מיוחדים!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14612,7 +14634,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14724,6 +14746,11 @@ msgid "" "any." msgstr "המשתמש הפנימי האחראי לתקשורת עם איש קשר זה, אם קיים." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14791,7 +14818,7 @@ msgstr "" "המגדיר רשימה של שלשות. לדוגמא: [('אדום','=','צבע')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14848,7 +14875,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14917,7 +14944,7 @@ msgid "This Window" msgstr "החלון הזה" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14973,6 +15000,12 @@ msgstr "" "זהו שם הקובץ שמשמש לאחסון תוצאות ההדפסה. השאר ריק ע\"מ לא לשמור את הדוחות " "המודפסים. ניתן להשתמש בביטוי - python עם אובייקט ומשתנה זמן." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15181,7 +15214,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15382,6 +15415,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15420,7 +15458,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "סוג דוח לא מוכר: %s" @@ -15632,12 +15670,6 @@ msgstr "ממשק משתמש" msgid "User Login" msgstr "התחברות משתמש" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15897,12 +15929,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "אזהרה" @@ -15916,7 +15948,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "אזהרה!" @@ -16285,7 +16317,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16303,7 +16335,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16386,7 +16418,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16395,7 +16427,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16563,11 +16595,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16639,7 +16666,7 @@ msgid "ltd" msgstr "בע\"מ" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16835,3 +16862,12 @@ msgstr "איי‬ ‫אלאנד" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Installed Modules" +#~ msgstr "מודולים מותקנים" + +#~ msgid "Expense Management" +#~ msgstr "ניהול הוצאות" + +#~ msgid "Issue Tracker" +#~ msgstr "מעקב פניות" diff --git a/openerp/addons/base/i18n/hi.po b/openerp/addons/base/i18n/hi.po index c62d789967d..6b1560f89fd 100644 --- a/openerp/addons/base/i18n/hi.po +++ b/openerp/addons/base/i18n/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2957,6 +2848,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4457,8 +4363,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4479,7 +4385,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4791,7 +4697,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5038,6 +4944,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5122,6 +5030,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5134,9 +5137,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5226,11 +5229,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5318,7 +5316,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5332,11 +5330,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5996,7 +5989,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6008,17 +6001,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6071,7 +6058,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6155,7 +6142,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6165,19 +6152,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6425,6 +6412,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6654,13 +6646,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6792,7 +6784,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7225,7 +7217,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7491,7 +7483,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7685,8 +7677,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7696,6 +7688,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7720,6 +7717,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7753,7 +7755,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7798,14 +7800,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7822,7 +7816,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7923,15 +7917,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7939,7 +7933,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7958,7 +7952,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7966,16 +7960,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8021,7 +8015,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8067,7 +8061,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8258,7 +8252,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8482,7 +8476,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9051,7 +9045,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9401,12 +9395,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9598,6 +9591,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9659,12 +9657,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9738,7 +9730,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9749,13 +9741,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9787,7 +9779,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9886,7 +9878,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10472,13 +10464,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10493,6 +10485,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10598,13 +10596,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10943,7 +10941,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10983,13 +10981,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11051,8 +11049,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11401,7 +11399,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11461,7 +11459,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11485,7 +11483,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11528,6 +11526,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11640,6 +11643,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11694,6 +11704,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11744,7 +11759,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11858,16 +11873,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11879,8 +11884,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12115,7 +12120,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12212,9 +12217,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12279,14 +12284,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12313,7 +12318,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12561,7 +12566,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12914,7 +12919,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13062,6 +13067,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13134,7 +13144,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13180,7 +13190,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13590,6 +13600,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13627,7 +13642,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13658,6 +13673,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13730,7 +13752,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13800,25 +13822,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14515,14 +14537,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14530,7 +14552,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14638,6 +14660,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14703,7 +14730,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14760,7 +14787,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14823,7 +14850,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14877,6 +14904,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15085,7 +15118,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15286,6 +15319,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15324,7 +15362,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15535,12 +15573,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15800,12 +15832,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15819,7 +15851,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16188,7 +16220,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16206,7 +16238,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16287,7 +16319,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16296,7 +16328,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16464,11 +16496,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16540,7 +16567,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/hr.po b/openerp/addons/base/i18n/hr.po index 9353e595bf2..4ae865c8240 100644 --- a/openerp/addons/base/i18n/hr.po +++ b/openerp/addons/base/i18n/hr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -747,45 +659,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1042,19 +915,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1101,6 +961,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2988,6 +2879,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4493,8 +4399,8 @@ msgstr "%p - Equivalent za AM ili PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -4515,7 +4421,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Godina dvoznamenkasto [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4839,7 +4745,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5086,6 +4992,8 @@ msgstr "Akcije" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5170,6 +5078,101 @@ msgstr "Vrsta adrese" msgid "Address format..." msgstr "Format adrese ..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5182,9 +5185,9 @@ msgid "" msgstr "Administrativna podjela države. ( Županije, fed. jedinice, kantoni)" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5276,11 +5279,6 @@ msgstr "" msgid "Always Searchable" msgstr "Uvijek pretraživo" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5370,7 +5368,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5384,11 +5382,6 @@ msgstr "Aplikacija" msgid "Application Terms" msgstr "Termini iz aplikacije" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6048,7 +6041,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nije moguće obrisati root korisnika!" @@ -6060,17 +6053,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Nije moguće nadograditi modul '%s'. Nije instaliran." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6123,7 +6110,7 @@ msgid "Cannot duplicate configuration!" msgstr "Nije moguće duplicirati postavke" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Stupac %s već postoji!" @@ -6207,7 +6194,7 @@ msgid "Change the user password." msgstr "Promjeni lozinku korisnika." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6217,19 +6204,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Nije dopušteno mjenjanje modela polja." #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6481,6 +6468,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6712,13 +6704,13 @@ msgid "Connection Security" msgstr "Sigurnost povezivanja" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6852,7 +6844,7 @@ msgid "Costa Rica - Accounting" msgstr "Kostarika - Računovodstvo" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Nije moguće kreirati kontakt bez e-mail adrese!" @@ -7289,7 +7281,7 @@ msgid "Custom Shortcuts" msgstr "Prečaci" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Imena dodatnih polja moraju počinjati s 'x_' !" @@ -7565,7 +7557,7 @@ msgid "Delete Access Right" msgstr "Prava brisanja" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7761,8 +7753,8 @@ msgid "Document Management System" msgstr "Sistem upravljanja dokumentima (DMS)" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Mo0del dokumenta" @@ -7772,6 +7764,11 @@ msgstr "Mo0del dokumenta" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7796,6 +7793,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominikanska Republika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7829,7 +7831,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7874,14 +7876,6 @@ msgstr "Ekvador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7898,7 +7892,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronička razmjena podataka (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7999,15 +7993,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8015,7 +8009,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8034,7 +8028,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Greška! Ne možete kreirati rekurzivne kategorije." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8042,16 +8036,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Greška!" @@ -8097,7 +8091,7 @@ msgid "Events Sales" msgstr "Prodaja događaja" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Izgleda da je sve ispravno podešeno!" @@ -8143,8 +8137,8 @@ msgstr "Izvršavanje" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Upravljanje troškovima" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8334,7 +8328,7 @@ msgid "Field Type" msgstr "Tip polja" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8566,7 +8560,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Za relacijska polja, tehničko ime odredišnog modela" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Za polja iz odabira, ocije odabira moraju biti zadane!" @@ -9141,7 +9135,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9498,12 +9492,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9698,6 +9691,11 @@ msgstr "Nasljeđeni pogled" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9759,12 +9757,6 @@ msgstr "Instalirano" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Instalirani moduli" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9838,7 +9830,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Neispravan fromat naziva vrste bankovnog računa" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Neispravan uvjet pretrage" @@ -9849,13 +9841,13 @@ msgid "Invalid arguments" msgstr "Neispravni argumenti" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9889,7 +9881,7 @@ msgid "Invalid model name in the action definition." msgstr "Pogrešan naziv modela u definiciji akcije." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9988,7 +9980,7 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10574,13 +10566,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litvanijski / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10595,6 +10587,12 @@ msgstr "Učitaj" msgid "Load a Translation" msgstr "Učitaj prijevod" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10700,13 +10698,13 @@ msgid "Madam" msgstr "Gospođa" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11045,7 +11043,7 @@ msgid "Miss" msgstr "Gđica" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Nedostaje SMTP server" @@ -11085,13 +11083,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s ne postoji!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11154,8 +11152,8 @@ msgstr "" "Naziv objekta koji sadrži metodu koja će se pozvati, npr. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11504,7 +11502,7 @@ msgid "New Zealand" msgstr "Novi Zeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11564,7 +11562,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11588,7 +11586,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11634,6 +11632,11 @@ msgstr "Northern Mariana Islands" msgid "Norway" msgstr "Norveška" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11746,6 +11749,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11800,6 +11810,11 @@ msgstr "Na više dokumenata" msgid "On delete property for many2one fields" msgstr "Pri brisanju svojstva za many2one polja" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11850,7 +11865,7 @@ msgid "Only if this bank account belong to your company" msgstr "Samo ako ovaj bankovni račun pripada vašoj tvrtki" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11966,16 +11981,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11987,8 +11992,8 @@ msgid "Original View" msgstr "Izvorni ekran za pregled" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12223,7 +12228,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-pozcioniranje partnera" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneri: " @@ -12320,9 +12325,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Pristup odbijen" @@ -12387,7 +12392,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12395,7 +12400,7 @@ msgstr "" "Molimo, kontaktirajte svog administratora ukoliko mislite da je ovo greška.b" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12422,7 +12427,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12670,7 +12675,7 @@ msgid "Properties" msgstr "Postavke" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13025,7 +13030,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Preimenovanje polja \"%s\" nije dopušteno" @@ -13173,6 +13178,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13245,7 +13255,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13291,7 +13301,7 @@ msgid "SMTP Server" msgstr "SMTP poslužitelj" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-kroz-SSL način nije dostupan" @@ -13703,6 +13713,11 @@ msgstr "" msgid "Server Action" msgstr "Serverske radnje" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13740,7 +13755,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Zaporka ne može ostati prazna." @@ -13771,6 +13786,13 @@ msgstr "Dijeljen" msgid "Shipping" msgstr "Otprema" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13843,7 +13865,7 @@ msgid "Size" msgstr "Veličina" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13916,25 +13938,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Ponekad se naziva BIC ili SWIFT" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Oprostite, nije vam dozvoljen pristup ovom dokumentu." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Oprostite, nije Vam dozvoljeno stvaranje ove vrste dokumenta." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Oprostite, nije Vam dozvoljeno brisanje ovog dokumenta." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Oprostite, nije Vam dozvoljeno mijenjanje ovog dokumenta." @@ -14635,7 +14657,7 @@ msgstr "" "Možete koristiti za brzo pretraživanje." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14643,7 +14665,7 @@ msgstr "" "Naziv objekta mora početi s x_ i ne smije sadržavati posebne znakove !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14651,7 +14673,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14769,6 +14791,11 @@ msgid "" msgstr "" "Korisnik koji je zadužen za komunikaciju za ovim kontaktom , ukoliko postoji." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14837,7 +14864,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "Polje osv_memory može se upoređivati samo sa = ili =! operatorima." @@ -14894,7 +14921,7 @@ msgid "The record id this is attached to" msgstr "Id ovog zapisa pridružen je" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14963,7 +14990,7 @@ msgid "This Window" msgstr "Ovaj prozor" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15022,6 +15049,12 @@ msgstr "" "Ostavite prazno ako ne želite spremiti ispisane izvještaje. Možete " "upotrijebiti python kod sa objektima i vremenskim varijablama." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15230,7 +15263,7 @@ msgid "Translation comments" msgstr "Komentari prijevoda" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15436,6 +15469,11 @@ msgstr "" "Nije moguće nadograditi modul \"% s\", jer vanjska ovisnost nije " "zadovoljena:% s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15474,7 +15512,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Nepoznat tip izvještaja: %s" @@ -15687,12 +15725,6 @@ msgstr "Korisničko sučelje" msgid "User Login" msgstr "Prijava korisnika" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15953,12 +15985,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Upozorenje" @@ -15972,7 +16004,7 @@ msgstr "Upozorenja, Poruke i Alarmi" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Upozorenje!" @@ -16341,7 +16373,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16359,7 +16391,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16447,7 +16479,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16456,7 +16488,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16624,11 +16656,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFakturiranje" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eRačuni i Plaćanja" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16700,7 +16727,7 @@ msgid "ltd" msgstr "d.o.o." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16901,3 +16928,12 @@ msgstr "Alandski otoci" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Upravljanje troškovima" + +#~ msgid "Installed Modules" +#~ msgstr "Instalirani moduli" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eRačuni i Plaćanja" diff --git a/openerp/addons/base/i18n/hu.po b/openerp/addons/base/i18n/hu.po index 3a0ac9d326a..8649e1bbb77 100644 --- a/openerp/addons/base/i18n/hu.po +++ b/openerp/addons/base/i18n/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-04 09:16+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-04 11:27+0000\n" "Last-Translator: krnkris \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-05 01:13+0000\n" +"X-Launchpad-Export-Date: 2014-10-05 07:27+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -237,6 +237,21 @@ msgstr "" " a cél objektumokba.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" +"\n" +" Műszaki dokumentáció példához használt kód részleteket \n" +" (a ``szószerinti-beágyazás`` irányelvvel) ahol mondattanilag\n" +" ellenőrizni és tesztelni lehet.\n" +" " + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -480,203 +495,6 @@ msgstr "" "(alap esetben, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" -"\n" -"Támogatást ad az LDAP \"Lightweight Directory Access Protocol\" (könnyű " -"címtár elérési protokoll) \n" -"szerver általi hitelesítéshez.\n" -"===============================================\n" -"Ez a modul lehetővé teszi a felhasználók részére az LDAP felhasználónév és " -"jelszó használatát, és\n" -"egyúttal menet közben automatikusan létrehozza a felhasználót a belépő " -"részére.\n" -"\n" -"**Megjegyzés:** Ez a modul olyan szervereken működik ahol Python ``ldap`` " -"modul fel van telepítve.\n" -"\n" -"Beállítás:\n" -"--------------\n" -"A modul telepítése után, be kell állítania az LDAP paramétereit a \n" -"Vállalat részleteiben a Beállítások fülön. Különböző vállalatoknak különböző " -"\n" -"LDAP szerverei lehetnek, amíg egyedi felhasználónevekkel rendelkeznek " -"(felhasználóneveknek\n" -"egyedieknek kell lenniük az OpenERP rendszeren belül, még több vállalkozás " -"kezelésen belül is).\n" -"\n" -"Kötelező névtelen LDAP is támogatva van (olyan LDAP szerverhez ami azt " -"megengedi), úgy,\n" -"hogy egyszerűen az LDAP felhasználó és jelszó üresen marad az LDAP " -"beállításokban.\n" -"Ez nem teszi lehetővé a névtelen belépést felhasználók részére, csak a " -"mester \n" -"LDAP fióknak amelyik beléptetés előtt leellenőrzi a belépni kívánt " -"felhasználó létezését.\n" -"\n" -"A STARTTLS biztonságos csatlakoztatás elérhető az azt támogató LDAP " -"szerverek részére,\n" -"az LDAP beállítások TSL lehetőség bekapcsolásával.\n" -"\n" -"További lehetőségek beállítása az LDAP-hoz, az ldap.conf hivatkozásban\n" -"állítható be:`ldap.conf(5)`.\n" -"\n" -"Biztonsági szempontok:\n" -"------------------------\n" -"A felhasználók LDAP jelszavait soha nem tárolja az OpenERP rendszer " -"adatbázisa, az LDAP szerver\n" -"lesz lekérdezve az összes felhasználó ellenőrzése esetén. A jelszó nem lesz " -"megkettőzve\n" -"és a jelszó csak egy helyen lesz kezelve.\n" -"\n" -"OpenERP nem kezeli a jelszó változtatásokat az LDAP-ben, így bármilyen " -"felhasználói\n" -"jelszó változtatás esetén az LDAP direkt könyvtár változás történik (az LDAP " -"felhasználók részére).\n" -"\n" -"Lehetséges helyi OpenERP felhasználó is az adatbázisban az LDAP-ellenőrzött\n" -"felhasználókkal együtt (az Adminisztrátor - Rendszergazda fiók egy ilyen " -"nyilvánvaló példa).\n" -"\n" -"Hogy működik:\n" -"---------------------\n" -" * A rendszer megpróbálja összevetni a felhasználót a \n" -" helyi OpenERP rendszer adatbázissal;\n" -" * ha ez sikertelen (például a felhasználó nem rendelkezik helyi\n" -" jelszóval), a rendszer megpróbálja leellenőrizni az LDAP szerverrel;\n" -"\n" -"Mivel az LDAP felhasználóknak üres a jelszava alapértelmezetten a helyi " -"OpenERP rendszer\n" -"adatbázisában (ami hozzáférés tiltását jelenti), az első lépés mindig " -"sikertelen lesz és az LDAP szerver lesz felkérve az ellenőrzés " -"végrehajtásához.\n" -"\n" -"Az STARTTLS bekapcsolása biztosítja az LDAP szerverrel való lekérdezés " -"kommunikációja titkosíttását.\n" -"\n" -"Felhasználói sablon:\n" -"--------------\n" -"A vállalati adatlapon lévő LDAP beállításban, lehetőség van a " -"*Felhasználói\n" -"Template* kiválasztására. Ha be van állítva, akkor ez a felhasználó " -"sablonként lesz használva \n" -"a további helyi felhasználók létrehozásához, amint egy új LDAP által " -"ellenőrizni\n" -"kívánt új felhasználó be szeretne lépni. Ez lehetővé tesz előre-beállított\n" -"csoportok és menük beállítását új felhasználók részére.\n" -"\n" -"**Vigyázat:** ha jelszavad ad meg a sablonon belül, akkor ez a jelszó\n" -" lesz kiosztva mint helyi jelszó minden új LDAP felhasználó " -"részére,\n" -" mint *Mester* jelszó az összes ilyen LDAP felhasználóhoz (amíg " -"kézzel \n" -" át nem állítják azt). Ezt természetesen nem szeretné. \n" -" Egy könnyű módszer a sablon felhasználó beállításához, hogy belép\n" -" egy érvényes LDAP felhasználóval, hagyja, hogy az OpenERP rendszer\n" -" létrehozzon egy helyi üres felhasználót ugyanazzal a " -"bejelentkezéssel\n" -" (és üres jelszóval), és ezt felruházza egy új felhasználó névvel, " -"ami\n" -" még nem szerepel az LDAP adatbázisában, és a csoportját beállítja a " -"\n" -" kívánságának megfelelően.\n" -" " - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -1275,82 +1093,6 @@ msgstr "" "Thai accounting chart and localization.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Kolumbia számlatükör \n" -"\n" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1786,27 +1528,6 @@ msgstr "" "létre profi e-maileket és használja a sablonokat pár kattintás után.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Titkosított jelszavak\n" -"==================\n" -"\n" -"LDAP azonosítással integrálva:\n" -"-------------------------------------\n" -"Ez a modul nem kompatibilis a ``user_ldap`` modullal és\n" -"kiiktatja a teljes LDAP azonosítást, ha az egyszerre telepítésre került.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1892,6 +1613,66 @@ msgstr "" "sablonkészítője lett felhasználva.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" +"\n" +"Titkosított jelszavak\n" +"===================\n" +"\n" +"Az alapértelmezett jelszó tárolás lecserélése egy erős rejtjeles\n" +"kódsorozatra.\n" +"\n" +"A kulcs származtatás jelenleg az RSA biztonsági LLC-k\n" +"ipari-szabványát ``PKDF2`` használja, párosítva a ``SHA512``szabvánnyal.\n" +"Beleértve a kódkiegészítést (salting) és kulcs nyújtás több ezer körben\n" +"elvégezve.\n" +"\n" +"Az összes jelszó titkosítása megtörténik miután a modult telepítette.\n" +"Ez eltarthat pár percig ha több ezer felhasználó van.\n" +"\n" +"A régebbi titkosított jelszó változatok automatikusan újakra változnak \n" +"az új séma szerint, amint a felhasználó azonosítja magát\n" +"(``auth_crypt`` azelőtt a gyengébb ``md5crypt`` kulcs \n" +"származtatási függvényt használta).\n" +"\n" +"Megjegyzés: A modul telepítése átmenetileg megakadályozza a felhasználói " +"jelszavak\n" +"visszanyerését és a telepítés visszavonhatatlan. Ezért ajánlott a " +"felhasználók egyes \n" +"jelszó visszaállítási folyamatának elindítását, mint amit az ``auth_signup`` " +"modul\n" +"is használ (az új felhasználók belépésének elindítása azonban nem " +"szükséges).\n" +"\n" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -5132,6 +4913,33 @@ msgstr "" "\n" " " +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" +"\n" +"Számlatükör Dominikai Köztársaság\n" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -7720,8 +7528,8 @@ msgstr "%p - 12 órás napszak (de. vagy du.)" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (másolat)" @@ -7742,7 +7550,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Év század nélkül [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -8136,7 +7944,7 @@ msgid "A module with dummy methods." msgstr "Egy modul a próba módszerekkel." #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "Egy egységet elérhetővé kell tenni a futtatott kis alkalmazásokhoz" @@ -8385,6 +8193,8 @@ msgstr "Műveletek" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -8469,6 +8279,198 @@ msgstr "Cím típusa" msgid "Address format..." msgstr "Címzés formátuma..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" +"Az LDAP szerverrel történő hitelesítéshez ad támogatást.\n" +"===============================================\n" +"Ez a modul lehetővé teszi a felhasználók részére a meglévő LDAP " +"felhasználónév és jelszó\n" +"használatával történő belépést, ami menet közben automatikusan létrehoz egy\n" +"OpenERP felhasználót.\n" +"\n" +"**Megjegyzés:** Ez kizárólag olyan szervereken működik ahol a Python " +"``ldap`` modul telepítve van.\n" +"\n" +"Beállítás:\n" +"--------------\n" +"A modul telepítése után, be kell állítania az LDAP paramétereit a \n" +"Beállítások fülön a Vállalkozás részleteiben. Különböző vállalatokhoz " +"különböző LDAP szerver \n" +"állítható be, azonban a felhasználó neveknek egyedinek kell lenniük (az Odoo " +"rendszer felhasználó\n" +"neveknek kell egyedinek lenniük, még a különböző vállalatokon belül is).\n" +"\n" +"Névtelen LDAP kötés is támogatott (a támogatott és engedélyezett LDAP " +"szerverekhez),\n" +"egyszerűen az LDAP felhasználó és jelszó üresen hagyásával az LDAP " +"beállításnál.\n" +"Ez nem engedi a felhasználók névtelen hitelesítését, csak kizárólag a " +"mester\n" +"LDAP fiókhoz melyet a felhasználók ellenőrzéséhez használ , mielőtt\n" +"hitelesítést végezne azokon.\n" +"\n" +"A kapcsolat biztonságossá tételét STARTTLS keresztül lehetséges a " +"támogatással\n" +"bíró LDAP szerverekhez, a TLS lehetőség kiválasztásával az LDAP " +"beállításánál.\n" +"\n" +"További LDAP beállítási lehetőségekhez, nézze meg a ldap.conf\n" +"leírás oldal:`ldap.conf(5)`.\n" +"\n" +"Biztonsági figyelmeztetések:\n" +"------------------------\n" +"A felhasználók LDAP jelszavai nem kerülnek tárolásra az Odoo rendszer " +"adatbázisában, az LDAP szervert\n" +"kérdezi le ha egy felhasználót szeretne azonosítani. Nem kerül a jelszó " +"másolására,\n" +"és a jelszavak csak egy helyen kezelhetők.\n" +"\n" +"Odoo/OpenERP rendszer nem kezeli az LDAP jelszó változtatást sem, így " +"bármely\n" +"jelszó változtatás levezénylését, más szóval az LDAP könyvtárában lesz " +"végrehajtva közvetlenül (az LDAP felhasználóknak).\n" +"\n" +"Az is lehetséges, hogy az Odoo/OpenERP rendszer adatbázisban van felhasználó " +"az \n" +"LDAP-hitelesített felhasználók mellett (az Rendszergazda egy nyilvánvaló " +"példa erre).\n" +"\n" +"Működési leírás:\n" +"---------------------\n" +" * A rendszer először megpróbálja azonosítani a helyi Odoo/OpenERP " +"adatbázis alapján;\n" +" * Ha ez az azonosítás sikertelen (például a felhasználónak nincs helyi " +"jelszava), \n" +" a rendszer megpróbálja az LDAP-n keresztüli azonosítását;\n" +"\n" +"Az LDAP felhasználóknak alap értelmezésben üres jelszavuk van a helyi " +"Odoo/OpenERP \n" +"adatbázisban (ami nem biztosít hozzáférést), az első lépés mindig meghiúsul " +"és az LDAP szervert\n" +"kéri fel a hitelesítésre.\n" +"\n" +"Az STARTTLS beállítása biztosítja az LDAP szerveren keresztüli hitelesítés " +"tikosítását.\n" +"\n" +"Sablon használata:\n" +"--------------\n" +"Az LDAP beállítás a Vállalati adatlapon, lehetséges kiválasztani egy " +"*Felhasználói\n" +"sablon*-t. Ha be van állítva, akkor ez a felhasználó, mint sablon kerül " +"felhasználásra a\n" +"helyi felhasználók létrehozásánál akkor, ha először szeretne azonosítást az " +"\n" +"LDAP szerveren keresztül. Ez lehetővé teszi az elő-beállításokat az " +"alapértelmezett\n" +"csoportokhoz és az első belépő felhasználók menüihez.\n" +"\n" +"**Figyelem:** ha jelszavat is beállít a sablon felhasználóhoz, akkor ez a " +"jelszó\n" +" lesz hozzárendelve mint helyi jelszó az összes új LDAP " +"felhasználóhoz,\n" +" egy *mester jelszó* ezekhez a felhasználókhoz (a kézi " +"megváltoztatásig). Ezt\n" +" általában nem szeretné. Egy egyszerű út a sablon felhasználó " +"beállításához\n" +" egy érvényes LDAP felhasználóval történő belépés után, hozzon létre " +"egy üres\n" +" helyi felhasználót ugyanazzal a belépéssel (és üres jelszóval), " +"ezután változtassa meg a nevét\n" +" egy új felhasználónévre ami nem létezik az LDAP szerveren, és " +"állítsa be a csoportjait\n" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -8482,9 +8484,9 @@ msgstr "" "Egy ország adminisztrációs megyoszlása. Pl. Szöv. állam, Tagozat, Kanton" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Adminisztrátori hozzáférés szükséges a modul törléséhez" @@ -8578,11 +8580,6 @@ msgstr "" msgid "Always Searchable" msgstr "Mindig kereshető" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "Mindig alkalmazott" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -8679,7 +8676,7 @@ msgid "Applicant Resumes and Letters" msgstr "Jelentkezők szakmai önéletrajzai és levelezéseik" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -8693,11 +8690,6 @@ msgstr "Alkalmazás" msgid "Application Terms" msgstr "Alkalmazás feltételek" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "Alkalmazás állapota" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -8868,7 +8860,7 @@ msgstr "Hitelesítés" #. module: base #: model:ir.module.module,shortdesc:base.module_auth_ldap msgid "Authentication via LDAP" -msgstr "LDAP azonosítóval belépés" +msgstr "Belépés LDAP hitelesítéssel" #. module: base #: view:ir.module.module:base.view_module_filter @@ -9370,7 +9362,7 @@ msgstr "" "importálja a mezőt" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "A root felhasználót nem lehet eltávolítani" @@ -9382,17 +9374,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "A(z) '%s' modult nem lehet frissíteni, mivel nincs telepítve." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Egyszerre csak egy oszlopot lehet átnevezni!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "Nem tud nézetet választani %d ezzel a alkalmazással %r" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -9445,7 +9431,7 @@ msgid "Cannot duplicate configuration!" msgstr "nem tudja a beállítást megduplázni!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -9531,7 +9517,7 @@ msgid "Change the user password." msgstr "Változtassa meg a felhasználói jelszót." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -9545,19 +9531,19 @@ msgstr "" "az \"Eldob\" gombot ennek a változtatásnak az eldobásához." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Nem lehet megváltoztatni egy mezőhöz tartozó model-t!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "A \"%s\" mező tároló rendszerének megváltoztatása nem megengedett." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -9826,6 +9812,14 @@ msgstr "Kolumbia" msgid "Colombian - Accounting" msgstr "Kolumbiai - könyvelés" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" +"Kolumbia Számlatükör és adórendszer \r\n" +"\r\n" +"Colombian Accounting and Tax Preconfiguration" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -10062,13 +10056,13 @@ msgid "Connection Security" msgstr "Kapcsolat biztonsága" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Kapcsolódási teszt meghiúsult!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Kapcsolódási teszt sikeresen végrehajtva!" @@ -10203,7 +10197,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Könyvelés" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Nem hozható létre Kontakt e-mail cím nélkül!" @@ -10645,7 +10639,7 @@ msgid "Custom Shortcuts" msgstr "Egyéni gyorsbillentyűk" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Egyéni mező nevének 'x_'-el kell kezdődnie!" @@ -10931,7 +10925,7 @@ msgid "Delete Access Right" msgstr "Hozzáférési jog törlése" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "Művelet rekord adatbázis bejegyzés törlése sikertelen." @@ -11138,8 +11132,8 @@ msgid "Document Management System" msgstr "Dokumentum kezelési rendszer" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Dokumentum model" @@ -11149,6 +11143,11 @@ msgstr "Dokumentum model" msgid "Documentation" msgstr "Dokumentáció" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "Documentació példa szöveg" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -11173,6 +11172,14 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikai Köztársaság" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" +"Dominikai Köztársaság - könyvelés\r\n" +"\r\n" +"Dominican Republic - Accounting" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -11208,7 +11215,7 @@ msgstr "" "munkafolyamatot" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "Időtertam nem lehet negatív" @@ -11253,16 +11260,6 @@ msgstr "Ekvádor" msgid "Ecuador - Accounting" msgstr "Ecuador - Könyvelés" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" -"Szerkesztó kikapcsolva, mivel egyes részletek nem láthatóak azoknak a " -"felhasználóknak akik nem tartoznak ezekbe a csoportokba %s" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -11279,7 +11276,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektormos adat kicserélés (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "A szülő nézetben a '%s' elemeket nem lehet megtalálni" @@ -11382,15 +11379,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -11398,7 +11395,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -11417,7 +11414,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Hiba! Nem hozhat létre rekurzív kategóriákat." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -11427,16 +11424,16 @@ msgstr "" "Nézet `%(view_name)s`" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Hiba!" @@ -11482,7 +11479,7 @@ msgid "Events Sales" msgstr "Eseti értékesítések" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Ugy néz ki minden megfelelően beállítva!" @@ -11533,8 +11530,8 @@ msgstr "Végrehajtás" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Kiadás szervezése" +msgid "Expense Tracker" +msgstr "Példa nyomonkövető" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -11733,7 +11730,7 @@ msgid "Field Type" msgstr "Mező típus" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "Mező `%(field_name)s` nem létezik" @@ -11975,7 +11972,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "A kapcsolat mezőknél a cél model műszaki neve." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "A kiválasztás mezőkhöz a Kiválasztás opciót meg kell adni!" @@ -12571,7 +12568,7 @@ msgid "Here is the exported translation file:" msgstr "Itt van a kiexportált fordítási fájl:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -12955,21 +12952,18 @@ msgstr "" "Egyébként, csak arra a kijelölt csoport felhasználóra vonatkozik a nézet." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" "Ha ez a nézet származtatott,\n" -"* ha mindíg, a nézet mindíg kinyitja az összes szölő nézetet\n" -"* ha bekapcsolt, a nézet most kinyitja a szülő nézeteket, de be lehet azokat " -"zárni\n" -"* ha kikapcsolt, a nézet most nem nyitja ki a szülő nézeteket, de azokat ki " -"lehet nyitni\n" +"* ha Igaz, a nézet mindig kibontja a szülőket\n" +"* ha Hamis, a nézet nem lesz bontja ki a szülőket, de azt be lehet " +"kapcsolni\n" " " #. module: base @@ -13176,6 +13170,11 @@ msgstr "Örökölt Nézet" msgid "Inherited Views" msgstr "Öröklött nézet" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "Származtatott modellek" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -13237,12 +13236,6 @@ msgstr "Telepített" msgid "Installed Features" msgstr "Telepített Itulajdonságok" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Telepített Modulok" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -13318,7 +13311,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Nem létező bank számla típus formátum." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Nem létező keresési kritérium" @@ -13329,14 +13322,14 @@ msgid "Invalid arguments" msgstr "Érvénytelen argumentumok" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" "Érvénytelen kifejezés default_groups_ref értéke (model.name_id) : \"%s\"" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "Érvénytelen tartalmi érték" @@ -13373,7 +13366,7 @@ msgid "Invalid model name in the action definition." msgstr "Érvénytelen model név a műveleti meghatározásban" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "Érvénytelen pozíció tulajdonság: '%s'" @@ -13472,8 +13465,8 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Ügy nyomonkövetése" +msgid "Issue Tracking" +msgstr "Ügy nyomon-követése" #. module: base #: selection:base.language.install,lang:0 @@ -14069,16 +14062,16 @@ msgstr "Litvánia" msgid "Lithuanian / Lietuvių kalba" msgstr "Litván / Lietuvių kalba" +#. module: base +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" +msgstr "Élő beszélgetés" + #. module: base #: model:ir.module.module,summary:base.module_im_livechat msgid "Live Chat with Visitors/Customers" msgstr "Élő beszélgetés/Csevegés a Látogatóival/Ügyfeleivel" -#. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" -msgstr "Élő támogatás" - #. module: base #: view:base.language.install:base.view_base_language_install msgid "Load" @@ -14091,6 +14084,12 @@ msgstr "Betölt" msgid "Load a Translation" msgstr "Fordítás Betöltése" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "Helyi modulok" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -14196,13 +14195,13 @@ msgid "Madam" msgstr "Asszonyom" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "Levél elküldés sikertelen" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -14562,7 +14561,7 @@ msgid "Miss" msgstr "Hölgyem" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Nem található SMTP Szerver" @@ -14602,13 +14601,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "A %s model nem létezik!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Modell '%s' modul adatokat tartalmaz és ezért nem lehet törölni!" @@ -14672,8 +14671,8 @@ msgid "" msgstr "Modell név elnevezése szerint megtalálható, p.l. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "Modell nem található: %(model)s" @@ -15025,7 +15024,7 @@ msgid "New Zealand" msgstr "Új-Zéland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -15088,7 +15087,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "A megadott időszakhoz nem lett árfolyam hozzáadva a '%s' pénznemhaz" @@ -15114,7 +15113,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -15160,6 +15159,14 @@ msgstr "Északi-Mariana-szigetek" msgid "Norway" msgstr "Norvégia" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" +"Norvég - számlatükör\r\n" +"\r\n" +"Norway - Chart of Accounts" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -15272,6 +15279,13 @@ msgstr "Objektum:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Okcitán (FR, 1500 után) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "Odoo alkalmazások rövidesen elárhetők lesznek" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -15328,6 +15342,11 @@ msgstr "Több dokumentumon" msgid "On delete property for many2one fields" msgstr "Törlés tulajdonság many2one mezőkhöz" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "Online/közvetlen számlázás" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -15391,7 +15410,7 @@ msgid "Only if this bank account belong to your company" msgstr "Csak ez a bank számla tartozik a vállalkozásához" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -15511,16 +15530,6 @@ msgstr "Választható jelszó az SMTP hitelesítéshez" msgid "Optional username for SMTP authentication" msgstr "Opcionális felhasználói név az SMTP hitelesítéshez" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "Lehetőség, kikapcsolva" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "Lehetőség, bekapcsolva" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -15532,8 +15541,8 @@ msgid "Original View" msgstr "Eredeti Nézet" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -15768,7 +15777,7 @@ msgid "Partners Geo-Localization" msgstr "Partnerek Geo-Lokalizációja" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partnerek: " @@ -15865,9 +15874,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Időszakos értékelések, Felbecsülések, Felmérések" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Hozzáférés visszautasítva" @@ -15932,7 +15941,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Portugál könyvelés - Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -15941,7 +15950,7 @@ msgstr "" "gondolja, hogy ez egy hiba." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -15975,7 +15984,7 @@ msgstr "" "dinamikus kifejező építő." #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Kérem válassza ki az elindítani kívánt műveletet!" @@ -16233,7 +16242,7 @@ msgid "Properties" msgstr "Jellemzők" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -16595,7 +16604,7 @@ msgid "Remove the contextual action related to this server action" msgstr "A szerver művelethez köthető összefüggő művelet eltávolítása" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Nem megengedett a \"%s\" ritka mező átnevezése" @@ -16743,6 +16752,11 @@ msgstr "Étterem" msgid "Restaurant extensions for the Point of Sale " msgstr "Étterem kiegészítés az eladótéri pénztárgéphez " +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "Korlátozás" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -16816,7 +16830,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "A szabályok nem alkalmazhatóak a Rekord szabály modellhez." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "%s futtatása" @@ -16862,7 +16876,7 @@ msgid "SMTP Server" msgstr "SMTP Szerver" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SSL-en-keresztüli-SMTP mód nem elérhető" @@ -17277,6 +17291,11 @@ msgstr "Szerver" msgid "Server Action" msgstr "Szerver művelet" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "Térkép a szerver művelet értékekhez" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -17316,7 +17335,7 @@ msgstr "" "az felhasználó vállalat RML jelentéseiben" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Üres jelszó beállítása biztonsági okokból nem engedélyezett!" @@ -17347,6 +17366,13 @@ msgstr "Megosztott" msgid "Shipping" msgstr "Szállítás" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Megmutatja a helyileg elérhető modulokat" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -17421,7 +17447,7 @@ msgid "Size" msgstr "Méret" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "A mező mérete nem lehet kisebb mint 0!" @@ -17494,25 +17520,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Valamikor BIC vagy Swift nevezik." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Bocsánat, nincs jogosultsága ehhez a dokumentumhoz." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Bocsánat, nincs engedélye ilyen dokumentum létrehozásához." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Bocsánat, nem megengedett, hogy törölje ezt a dokumentumot." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Bocsánat, nem módosíthatja ezt a dokumentumot." @@ -18225,7 +18251,7 @@ msgstr "" "Ez a mező gyors kereséshez használható." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -18234,7 +18260,7 @@ msgstr "" "speciális karaktert!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -18244,7 +18270,7 @@ msgstr "" "szükséges megadni!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -18371,6 +18397,11 @@ msgid "" msgstr "" "A belső felhasználó aki a megbízott ehhez a kapcsolathoz, ha van ilyen." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "A jelenlegi modellt túllépő modellek listái." + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -18443,7 +18474,7 @@ msgstr "" "listát írja le. Például: [('szín','=','piros')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -18513,7 +18544,7 @@ msgid "The record id this is attached to" msgstr "A rekord azonosító melyhez kapcsolódik" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -18586,7 +18617,7 @@ msgid "This Window" msgstr "Ez az ablak" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Ez az oszlop modul adatokat tartalmaz és ezért nem lehet törölni!" @@ -18657,6 +18688,15 @@ msgstr "" "elmentve. Használhat egy python kifejezést az objektummal és a változókkal " "kapcsolatban." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" +"Ez a modul a Norvég számlatükröt kezeli\r\n" +"\r\n" +"This is the module to manage the accounting chart for Norway in Open ERP." + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -18872,7 +18912,7 @@ msgid "Translation comments" msgstr "Fordítási megjegyzések" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -19096,6 +19136,11 @@ msgstr "" "Nem lehet a \"%s\" modult frissíteni, mert nem felel meg egy külső " "feltételnek: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "Hatástalan" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -19134,7 +19179,7 @@ msgid "United States - Chart of accounts" msgstr "United States számlatükör - United States - Chart of accounts" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Ismeretlen kimutatás típus: %s" @@ -19357,12 +19402,6 @@ msgstr "Felhasználói felület" msgid "User Login" msgstr "Felhasználói belépés" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "A felhasználó nem tagja a csoportoknak %s" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -19633,12 +19672,12 @@ msgid "Warehouse Management: Waves" msgstr "Raktárépület kezelés: Több hullámban" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Figyelem" @@ -19652,7 +19691,7 @@ msgstr "Figyelmeztető üzenetek és riasztások" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Figyelem!" @@ -20053,7 +20092,7 @@ msgstr "" "levelet, amiben a jelszó létrehozásához kap egy elérési utat." #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -20075,7 +20114,7 @@ msgid "You can not register two fonts with the same name" msgstr "Nem iktathat két betűtípust ugyanazzal a névvel" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -20183,7 +20222,7 @@ msgstr "" "menüpont alatt." #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -20195,7 +20234,7 @@ msgstr "" "oldali Python 2.6 való frissítés elvégzi ezt a trükköt." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -20365,11 +20404,6 @@ msgstr "eKereskedelem Lehetésges Termékek" msgid "eInvoicing" msgstr "Számlázás" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Számlázás & Kifizetések" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -20443,7 +20477,7 @@ msgid "ltd" msgstr "Kft." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "n / a" @@ -20659,3 +20693,303 @@ msgstr "Åland szigetek" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "中国会计科目表" + +#~ msgid "Expense Management" +#~ msgstr "Kiadás szervezése" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Számlázás & Kifizetések" + +#~ msgid "Issue Tracker" +#~ msgstr "Ügy nyomonkövetése" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Kolumbia számlatükör \n" +#~ "\n" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Titkosított jelszavak\n" +#~ "==================\n" +#~ "\n" +#~ "LDAP azonosítással integrálva:\n" +#~ "-------------------------------------\n" +#~ "Ez a modul nem kompatibilis a ``user_ldap`` modullal és\n" +#~ "kiiktatja a teljes LDAP azonosítást, ha az egyszerre telepítésre került.\n" + +#~ msgid "Installed Modules" +#~ msgstr "Telepített Modulok" + +#~ msgid "" +#~ "\n" +#~ "Adds support for authentication by LDAP server.\n" +#~ "===============================================\n" +#~ "This module allows users to login with their LDAP username and password, " +#~ "and\n" +#~ "will automatically create OpenERP users for them on the fly.\n" +#~ "\n" +#~ "**Note:** This module only work on servers who have Python's ``ldap`` module " +#~ "installed.\n" +#~ "\n" +#~ "Configuration:\n" +#~ "--------------\n" +#~ "After installing this module, you need to configure the LDAP parameters in " +#~ "the\n" +#~ "Configuration tab of the Company details. Different companies may have " +#~ "different\n" +#~ "LDAP servers, as long as they have unique usernames (usernames need to be " +#~ "unique\n" +#~ "in OpenERP, even across multiple companies).\n" +#~ "\n" +#~ "Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +#~ "by\n" +#~ "simply keeping the LDAP user and password empty in the LDAP configuration.\n" +#~ "This does not allow anonymous authentication for users, it is only for the " +#~ "master\n" +#~ "LDAP account that is used to verify if a user exists before attempting to\n" +#~ "authenticate it.\n" +#~ "\n" +#~ "Securing the connection with STARTTLS is available for LDAP servers " +#~ "supporting\n" +#~ "it, by enabling the TLS option in the LDAP configuration.\n" +#~ "\n" +#~ "For further options configuring the LDAP settings, refer to the ldap.conf\n" +#~ "manpage: manpage:`ldap.conf(5)`.\n" +#~ "\n" +#~ "Security Considerations:\n" +#~ "------------------------\n" +#~ "Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +#~ "server\n" +#~ "is queried whenever a user needs to be authenticated. No duplication of the\n" +#~ "password occurs, and passwords are managed in one place only.\n" +#~ "\n" +#~ "OpenERP does not manage password changes in the LDAP, so any change of " +#~ "password\n" +#~ "should be conducted by other means in the LDAP directory directly (for LDAP " +#~ "users).\n" +#~ "\n" +#~ "It is also possible to have local OpenERP users in the database along with\n" +#~ "LDAP-authenticated users (the Administrator account is one obvious " +#~ "example).\n" +#~ "\n" +#~ "Here is how it works:\n" +#~ "---------------------\n" +#~ " * The system first attempts to authenticate users against the local " +#~ "OpenERP\n" +#~ " database;\n" +#~ " * if this authentication fails (for example because the user has no " +#~ "local\n" +#~ " password), the system then attempts to authenticate against LDAP;\n" +#~ "\n" +#~ "As LDAP users have blank passwords by default in the local OpenERP database\n" +#~ "(which means no access), the first step always fails and the LDAP server is\n" +#~ "queried to do the authentication.\n" +#~ "\n" +#~ "Enabling STARTTLS ensures that the authentication query to the LDAP server " +#~ "is\n" +#~ "encrypted.\n" +#~ "\n" +#~ "User Template:\n" +#~ "--------------\n" +#~ "In the LDAP configuration on the Company form, it is possible to select a " +#~ "*User\n" +#~ "Template*. If set, this user will be used as template to create the local " +#~ "users\n" +#~ "whenever someone authenticates for the first time via LDAP authentication. " +#~ "This\n" +#~ "allows pre-setting the default groups and menus of the first-time users.\n" +#~ "\n" +#~ "**Warning:** if you set a password for the user template, this password will " +#~ "be\n" +#~ " assigned as local password for each new LDAP user, effectively " +#~ "setting\n" +#~ " a *master password* for these users (until manually changed). You\n" +#~ " usually do not want this. One easy way to setup a template user is " +#~ "to\n" +#~ " login once with a valid LDAP user, let OpenERP create a blank " +#~ "local\n" +#~ " user with the same login (and a blank password), then rename this " +#~ "new\n" +#~ " user to a username that does not exist in LDAP, and setup its " +#~ "groups\n" +#~ " the way you want.\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Támogatást ad az LDAP \"Lightweight Directory Access Protocol\" (könnyű " +#~ "címtár elérési protokoll) \n" +#~ "szerver általi hitelesítéshez.\n" +#~ "===============================================\n" +#~ "Ez a modul lehetővé teszi a felhasználók részére az LDAP felhasználónév és " +#~ "jelszó használatát, és\n" +#~ "egyúttal menet közben automatikusan létrehozza a felhasználót a belépő " +#~ "részére.\n" +#~ "\n" +#~ "**Megjegyzés:** Ez a modul olyan szervereken működik ahol Python ``ldap`` " +#~ "modul fel van telepítve.\n" +#~ "\n" +#~ "Beállítás:\n" +#~ "--------------\n" +#~ "A modul telepítése után, be kell állítania az LDAP paramétereit a \n" +#~ "Vállalat részleteiben a Beállítások fülön. Különböző vállalatoknak különböző " +#~ "\n" +#~ "LDAP szerverei lehetnek, amíg egyedi felhasználónevekkel rendelkeznek " +#~ "(felhasználóneveknek\n" +#~ "egyedieknek kell lenniük az OpenERP rendszeren belül, még több vállalkozás " +#~ "kezelésen belül is).\n" +#~ "\n" +#~ "Kötelező névtelen LDAP is támogatva van (olyan LDAP szerverhez ami azt " +#~ "megengedi), úgy,\n" +#~ "hogy egyszerűen az LDAP felhasználó és jelszó üresen marad az LDAP " +#~ "beállításokban.\n" +#~ "Ez nem teszi lehetővé a névtelen belépést felhasználók részére, csak a " +#~ "mester \n" +#~ "LDAP fióknak amelyik beléptetés előtt leellenőrzi a belépni kívánt " +#~ "felhasználó létezését.\n" +#~ "\n" +#~ "A STARTTLS biztonságos csatlakoztatás elérhető az azt támogató LDAP " +#~ "szerverek részére,\n" +#~ "az LDAP beállítások TSL lehetőség bekapcsolásával.\n" +#~ "\n" +#~ "További lehetőségek beállítása az LDAP-hoz, az ldap.conf hivatkozásban\n" +#~ "állítható be:`ldap.conf(5)`.\n" +#~ "\n" +#~ "Biztonsági szempontok:\n" +#~ "------------------------\n" +#~ "A felhasználók LDAP jelszavait soha nem tárolja az OpenERP rendszer " +#~ "adatbázisa, az LDAP szerver\n" +#~ "lesz lekérdezve az összes felhasználó ellenőrzése esetén. A jelszó nem lesz " +#~ "megkettőzve\n" +#~ "és a jelszó csak egy helyen lesz kezelve.\n" +#~ "\n" +#~ "OpenERP nem kezeli a jelszó változtatásokat az LDAP-ben, így bármilyen " +#~ "felhasználói\n" +#~ "jelszó változtatás esetén az LDAP direkt könyvtár változás történik (az LDAP " +#~ "felhasználók részére).\n" +#~ "\n" +#~ "Lehetséges helyi OpenERP felhasználó is az adatbázisban az LDAP-ellenőrzött\n" +#~ "felhasználókkal együtt (az Adminisztrátor - Rendszergazda fiók egy ilyen " +#~ "nyilvánvaló példa).\n" +#~ "\n" +#~ "Hogy működik:\n" +#~ "---------------------\n" +#~ " * A rendszer megpróbálja összevetni a felhasználót a \n" +#~ " helyi OpenERP rendszer adatbázissal;\n" +#~ " * ha ez sikertelen (például a felhasználó nem rendelkezik helyi\n" +#~ " jelszóval), a rendszer megpróbálja leellenőrizni az LDAP szerverrel;\n" +#~ "\n" +#~ "Mivel az LDAP felhasználóknak üres a jelszava alapértelmezetten a helyi " +#~ "OpenERP rendszer\n" +#~ "adatbázisában (ami hozzáférés tiltását jelenti), az első lépés mindig " +#~ "sikertelen lesz és az LDAP szerver lesz felkérve az ellenőrzés " +#~ "végrehajtásához.\n" +#~ "\n" +#~ "Az STARTTLS bekapcsolása biztosítja az LDAP szerverrel való lekérdezés " +#~ "kommunikációja titkosíttását.\n" +#~ "\n" +#~ "Felhasználói sablon:\n" +#~ "--------------\n" +#~ "A vállalati adatlapon lévő LDAP beállításban, lehetőség van a " +#~ "*Felhasználói\n" +#~ "Template* kiválasztására. Ha be van állítva, akkor ez a felhasználó " +#~ "sablonként lesz használva \n" +#~ "a további helyi felhasználók létrehozásához, amint egy új LDAP által " +#~ "ellenőrizni\n" +#~ "kívánt új felhasználó be szeretne lépni. Ez lehetővé tesz előre-beállított\n" +#~ "csoportok és menük beállítását új felhasználók részére.\n" +#~ "\n" +#~ "**Vigyázat:** ha jelszavad ad meg a sablonon belül, akkor ez a jelszó\n" +#~ " lesz kiosztva mint helyi jelszó minden új LDAP felhasználó " +#~ "részére,\n" +#~ " mint *Mester* jelszó az összes ilyen LDAP felhasználóhoz (amíg " +#~ "kézzel \n" +#~ " át nem állítják azt). Ezt természetesen nem szeretné. \n" +#~ " Egy könnyű módszer a sablon felhasználó beállításához, hogy belép\n" +#~ " egy érvényes LDAP felhasználóval, hagyja, hogy az OpenERP rendszer\n" +#~ " létrehozzon egy helyi üres felhasználót ugyanazzal a " +#~ "bejelentkezéssel\n" +#~ " (és üres jelszóval), és ezt felruházza egy új felhasználó névvel, " +#~ "ami\n" +#~ " még nem szerepel az LDAP adatbázisában, és a csoportját beállítja a " +#~ "\n" +#~ " kívánságának megfelelően.\n" +#~ " " diff --git a/openerp/addons/base/i18n/hy.po b/openerp/addons/base/i18n/hy.po index a5ae812f329..87c8d9b9680 100644 --- a/openerp/addons/base/i18n/hy.po +++ b/openerp/addons/base/i18n/hy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Armenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:00+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:45+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - կարճ տարեթիվ [00,99]" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "Գործողություններ" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "Փաստաթղթաշրջանառություն" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Սխալ" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9050,7 +9044,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9400,12 +9394,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9597,6 +9590,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9658,12 +9656,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9737,7 +9729,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9748,13 +9740,13 @@ msgid "Invalid arguments" msgstr "Անվավեր արժեքներ" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9786,7 +9778,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9885,7 +9877,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10471,13 +10463,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10492,6 +10484,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10597,13 +10595,13 @@ msgid "Madam" msgstr "Տիկին" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10942,7 +10940,7 @@ msgid "Miss" msgstr "Տիկին" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10982,13 +10980,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11052,8 +11050,8 @@ msgstr "" "'res.partner':" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11402,7 +11400,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11462,7 +11460,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11486,7 +11484,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11529,6 +11527,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11641,6 +11644,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11695,6 +11705,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11745,7 +11760,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11859,16 +11874,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11880,8 +11885,8 @@ msgid "Original View" msgstr "Հիմնական տեսք" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12116,7 +12121,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Գործընկերներ. " @@ -12213,9 +12218,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12280,14 +12285,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12314,7 +12319,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12562,7 +12567,7 @@ msgid "Properties" msgstr "Հատկություններ" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12915,7 +12920,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "\"%s\" դածտի անվանափոխումն արգելված է" @@ -13063,6 +13068,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13135,7 +13145,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13181,7 +13191,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13591,6 +13601,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13628,7 +13643,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13659,6 +13674,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13731,7 +13753,7 @@ msgid "Size" msgstr "Չափ" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13801,25 +13823,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14516,14 +14538,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14531,7 +14553,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14639,6 +14661,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14704,7 +14731,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14761,7 +14788,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14824,7 +14851,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14878,6 +14905,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15086,7 +15119,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15287,6 +15320,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15325,7 +15363,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15536,12 +15574,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15801,12 +15833,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Զգուշացում" @@ -15820,7 +15852,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "ՈՒշադրություն" @@ -16189,7 +16221,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16207,7 +16239,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16288,7 +16320,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16297,7 +16329,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16465,11 +16497,6 @@ msgstr "" msgid "eInvoicing" msgstr "eInvoicing" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eInvoicing & վճարումներ" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16541,7 +16568,7 @@ msgid "ltd" msgstr "ՍՊԸ" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16737,3 +16764,6 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eInvoicing & վճարումներ" diff --git a/openerp/addons/base/i18n/id.po b/openerp/addons/base/i18n/id.po index 2322839f073..37adfba9e1e 100644 --- a/openerp/addons/base/i18n/id.po +++ b/openerp/addons/base/i18n/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -745,45 +657,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1046,19 +919,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1105,6 +965,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2984,6 +2875,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4484,8 +4390,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4506,7 +4412,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4818,7 +4724,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5065,6 +4971,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5149,6 +5057,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5161,9 +5164,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5253,11 +5256,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5345,7 +5343,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5359,11 +5357,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6023,7 +6016,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6035,17 +6028,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6098,7 +6085,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6182,7 +6169,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6192,19 +6179,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6452,6 +6439,11 @@ msgstr "Kolombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6681,13 +6673,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6819,7 +6811,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7252,7 +7244,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7520,7 +7512,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7714,8 +7706,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7725,6 +7717,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7749,6 +7746,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7782,7 +7784,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7827,14 +7829,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7851,7 +7845,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7952,15 +7946,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7968,7 +7962,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7987,7 +7981,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7995,16 +7989,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8050,7 +8044,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8096,7 +8090,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8287,7 +8281,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8511,7 +8505,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9082,7 +9076,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9432,12 +9426,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9629,6 +9622,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9690,12 +9688,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9769,7 +9761,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9780,13 +9772,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9820,7 +9812,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9919,7 +9911,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10505,13 +10497,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10526,6 +10518,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10631,13 +10629,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10976,7 +10974,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11016,13 +11014,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11085,8 +11083,8 @@ msgstr "" "Nama model dimana terletak metode yang akan dipanggil, contoh 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11435,7 +11433,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11495,7 +11493,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11519,7 +11517,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11562,6 +11560,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11674,6 +11677,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11728,6 +11738,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11778,7 +11793,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11892,16 +11907,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11913,8 +11918,8 @@ msgid "Original View" msgstr "View Asli" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12149,7 +12154,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12246,9 +12251,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12313,14 +12318,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12347,7 +12352,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12595,7 +12600,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12950,7 +12955,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Mengganti nama field \"%s\" tidak diperbolehkan" @@ -13098,6 +13103,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13170,7 +13180,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13216,7 +13226,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13626,6 +13636,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13663,7 +13678,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13694,6 +13709,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13766,7 +13788,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13836,25 +13858,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14551,14 +14573,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14566,7 +14588,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14675,6 +14697,11 @@ msgid "" msgstr "" "Pengguna/user yang ditugaskan berhubungan dengan kontak ini, jika ada." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14743,7 +14770,7 @@ msgstr "" "contoh: [('color', '=', 'merah')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14800,7 +14827,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14867,7 +14894,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14921,6 +14948,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15129,7 +15162,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15330,6 +15363,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15368,7 +15406,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15579,12 +15617,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15844,12 +15876,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15863,7 +15895,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Perhatian!" @@ -16232,7 +16264,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16250,7 +16282,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16331,7 +16363,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16340,7 +16372,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16508,11 +16540,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16584,7 +16611,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/is.po b/openerp/addons/base/i18n/is.po index b8ef4a87faf..b772aa7a391 100644 --- a/openerp/addons/base/i18n/is.po +++ b/openerp/addons/base/i18n/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:07+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:50+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (afrita)" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "Ávalt leitanlegt" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Get ekki fjarlægt rótar notanda!" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Aðeins er hægt að endurnefna einn dálk í einu." -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Get ekki endurnefnt dálk í %s, þar sem hann er þegar til!" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "Kólumbía" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Sérsniðið svæði verður að hafa nafn sem byrjar á 'x_'!" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7684,8 +7676,8 @@ msgid "Document Management System" msgstr "Skjala stjórnunar kerfi (DMS)" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7695,6 +7687,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7719,6 +7716,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7752,7 +7754,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7797,14 +7799,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7821,7 +7815,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7922,15 +7916,15 @@ msgid "Eritrea" msgstr "Erítrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7938,7 +7932,7 @@ msgstr "Erítrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7957,7 +7951,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Villa! Þú getur ekki búið til endurkvæma flokka." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7965,16 +7959,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8020,7 +8014,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8066,7 +8060,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8257,7 +8251,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8481,7 +8475,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9052,7 +9046,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9402,12 +9396,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9603,6 +9596,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9664,12 +9662,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9743,7 +9735,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9754,13 +9746,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9792,7 +9784,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9891,7 +9883,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10477,13 +10469,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10498,6 +10490,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10603,13 +10601,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10948,7 +10946,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10988,13 +10986,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11056,8 +11054,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11406,7 +11404,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11467,7 +11465,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11491,7 +11489,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11537,6 +11535,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11649,6 +11652,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11703,6 +11713,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11753,7 +11768,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11867,16 +11882,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11888,8 +11893,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12124,7 +12129,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12221,9 +12226,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12288,14 +12293,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12322,7 +12327,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12570,7 +12575,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12925,7 +12930,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13073,6 +13078,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13145,7 +13155,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13191,7 +13201,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13601,6 +13611,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13638,7 +13653,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Ekki er leyfilegt að hafa tómt lykilorð af öryggis ásætðum!" @@ -13669,6 +13684,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13741,7 +13763,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13811,25 +13833,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14528,14 +14550,14 @@ msgstr "" "Þú getur notað þetta svæði fyrir snögga leit" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14543,7 +14565,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14653,6 +14675,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14718,7 +14745,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14775,7 +14802,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14838,7 +14865,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14892,6 +14919,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15100,7 +15133,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15301,6 +15334,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15339,7 +15377,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15550,12 +15588,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15815,12 +15847,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15834,7 +15866,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Aðvörun!" @@ -16203,7 +16235,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16221,7 +16253,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16302,7 +16334,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16311,7 +16343,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16479,11 +16511,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16555,7 +16582,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/it.po b/openerp/addons/base/i18n/it.po index 583e47f359a..f247b00714c 100644 --- a/openerp/addons/base/i18n/it.po +++ b/openerp/addons/base/i18n/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -159,6 +159,16 @@ msgstr "" " modelli agli oggetti specifici.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -310,104 +320,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -769,45 +681,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1070,28 +943,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Password cifrate\n" -"==================\n" -"\n" -"Interazione con l'autenticazione LDAP:\n" -"-------------------------------------\n" -"Questo modulo attualmente non è compatibile con il modulo \"user_ldap\" e " -"disabiliterà completamnete l'autenticazione LDAP se installati " -"contemporaneamente.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1138,6 +989,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3384,6 +3266,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4970,8 +4867,8 @@ msgstr "%p - Equivalenti di AM o PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -4992,7 +4889,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Anno senza secolo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5320,7 +5217,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5567,6 +5464,8 @@ msgstr "Azioni" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5651,6 +5550,101 @@ msgstr "Tipo Indirizzo" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5665,9 +5659,9 @@ msgstr "" "Cantone" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5760,11 +5754,6 @@ msgstr "" msgid "Always Searchable" msgstr "Sempre Ricercabile" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5857,7 +5846,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5871,11 +5860,6 @@ msgstr "Funzionalità" msgid "Application Terms" msgstr "Termini" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6535,7 +6519,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Non posso rimuovere l'utente root" @@ -6547,17 +6531,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Impossibile aggiornare il modulo '%s'. Non è installato.," #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Si può rinominare una sola colonna per volta!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6610,7 +6588,7 @@ msgid "Cannot duplicate configuration!" msgstr "Impossibile duplicare la configurazione!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6695,7 +6673,7 @@ msgid "Change the user password." msgstr "Cambia la password utente." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6705,20 +6683,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Modificare il modello di un campo è proibito!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Modifica del sistema di archivazione per il campo \"%s\" non ammessa." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6971,6 +6949,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7202,13 +7185,13 @@ msgid "Connection Security" msgstr "Sicurezza connessione" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7342,7 +7325,7 @@ msgid "Costa Rica - Accounting" msgstr "Contabilità - Costa Rica" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7780,7 +7763,7 @@ msgid "Custom Shortcuts" msgstr "Scorciatoie personalizzate" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, 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_' !" @@ -8061,7 +8044,7 @@ msgid "Delete Access Right" msgstr "Cancella Diritto di Accesso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8260,8 +8243,8 @@ msgid "Document Management System" msgstr "Document Management System" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modello Documento" @@ -8271,6 +8254,11 @@ msgstr "Modello Documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8295,6 +8283,11 @@ msgstr "Repubblica Dominicana" msgid "Dominican Republic" msgstr "Repubblica Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8328,7 +8321,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8373,14 +8366,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8397,7 +8382,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8498,15 +8483,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8514,7 +8499,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8533,7 +8518,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Errore: non puoi creare Categorie ricorsive" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8541,16 +8526,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Errore!" @@ -8596,7 +8581,7 @@ msgid "Events Sales" msgstr "Eventi vendite" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Tutto sembra correttamente configurato!" @@ -8642,8 +8627,8 @@ msgstr "Esecuzione" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Gestione spese" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8841,7 +8826,7 @@ msgid "Field Type" msgstr "Tipo Campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9075,7 +9060,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Per i campi relazionali, il nome tecnico del modello di destinazione" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9654,7 +9639,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -10011,12 +9996,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10218,6 +10202,11 @@ msgstr "Vista Collegata" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10279,12 +10268,6 @@ msgstr "Installato" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Moduli installati" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10358,7 +10341,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Tipo formato conto bancario non valido" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10369,13 +10352,13 @@ msgid "Invalid arguments" msgstr "Argomenti non validi" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10409,7 +10392,7 @@ msgid "Invalid model name in the action definition." msgstr "Nome di modulo non valido nella definizione dell'azione." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10508,7 +10491,7 @@ msgstr "Israele" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -11099,13 +11082,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11120,6 +11103,12 @@ msgstr "Carica" msgid "Load a Translation" msgstr "Carica una traduzione" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11225,13 +11214,13 @@ msgid "Madam" msgstr "Signora" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11584,7 +11573,7 @@ msgid "Miss" msgstr "Sig.rina" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "SMTP server mancante" @@ -11624,13 +11613,13 @@ msgid "Model" msgstr "Modello" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Il modello %s non esiste!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11694,8 +11683,8 @@ msgstr "" "'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -12046,7 +12035,7 @@ msgid "New Zealand" msgstr "Nuova Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12108,7 +12097,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12133,7 +12122,7 @@ msgstr "" "Nessun record trovato per %(field_type)s '%(value)s' nel campo '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12179,6 +12168,11 @@ msgstr "Isole Marianne Settentrionali" msgid "Norway" msgstr "Norvegia" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12291,6 +12285,13 @@ msgstr "Oggetto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12345,6 +12346,11 @@ msgstr "Su doc. multipli" msgid "On delete property for many2one fields" msgstr "Su cancellazione proprietà per i campi molti a uno" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12395,7 +12401,7 @@ msgid "Only if this bank account belong to your company" msgstr "Solamente se questo conto bancario appartiene alla tua azienda." #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12517,16 +12523,6 @@ msgstr "Password opzionale per l'autenticazione SMTP" msgid "Optional username for SMTP authentication" msgstr "Nome utente opzionale per autenticazione SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12538,8 +12534,8 @@ msgid "Original View" msgstr "Vista originale" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12774,7 +12770,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-Localizzazione dei Partners" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partners: " @@ -12871,9 +12867,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Valutazioni periodiche, perizie, sondaggi" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12938,14 +12934,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12973,7 +12969,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13223,7 +13219,7 @@ msgid "Properties" msgstr "Proprietà" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13579,7 +13575,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Non è possibile rinominare il campo \"%s\"" @@ -13727,6 +13723,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13799,7 +13800,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13845,7 +13846,7 @@ msgid "SMTP Server" msgstr "Server SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modalità SMTP-over-SSL non disponibile" @@ -14255,6 +14256,11 @@ msgstr "" msgid "Server Action" msgstr "Azione Server" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14292,7 +14298,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Non è permesso impostare password vuote per motivi di sicurezza!" @@ -14323,6 +14329,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14395,7 +14408,7 @@ msgid "Size" msgstr "Dimensione" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14468,26 +14481,26 @@ msgid "Sometimes called BIC or Swift." msgstr "A volte chiamato BIC o Swift" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Spiacente, non avete i diritti di accesso a questo documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" "Siamo spiacenti, non sei abilitato all'eliminazione di questo documento." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Siamo spiacenti, non è possibile modificare questo documento." @@ -15195,7 +15208,7 @@ msgstr "" "Puoi utilizzare questo campo per una ricerca rapida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15204,7 +15217,7 @@ msgstr "" "speciali!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15214,7 +15227,7 @@ msgstr "" "!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15337,6 +15350,11 @@ msgid "" "any." msgstr "L'utente responsabile delle comunicazioni con questo contatto." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15405,7 +15423,7 @@ msgstr "" "triplette. Per esempio: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15466,7 +15484,7 @@ msgid "The record id this is attached to" msgstr "Id record al quale è collegato" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15538,7 +15556,7 @@ msgid "This Window" msgstr "Questa Finestra" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Questa colonna contiene dati modulo e non può essere rimossa!" @@ -15599,6 +15617,12 @@ msgstr "" "della stampa. Lasciare vuoto per non salvare il report stampato. Puoi usare " "una espressione di python con l'oggetto e le variabili temporali." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15807,7 +15831,7 @@ msgid "Translation comments" msgstr "Commenti traduzione" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16014,6 +16038,11 @@ msgstr "" "Impossibile aggiornare il modulo: \"%s\", una dipendenza esterna non è " "presente: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16052,7 +16081,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo di report sconosciuto: %s" @@ -16266,12 +16295,6 @@ msgstr "Interfaccia utente" msgid "User Login" msgstr "Login Utente" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16535,12 +16558,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Avviso" @@ -16554,7 +16577,7 @@ msgstr "Avvisi ed allarmi" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Attenzione!" @@ -16933,7 +16956,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16951,7 +16974,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17040,7 +17063,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17049,7 +17072,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17217,11 +17240,6 @@ msgstr "" msgid "eInvoicing" msgstr "Fatturazione elettronica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17293,7 +17311,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17495,3 +17513,29 @@ msgstr "Åland Islands" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Gestione spese" + +#~ msgid "Installed Modules" +#~ msgstr "Moduli installati" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Password cifrate\n" +#~ "==================\n" +#~ "\n" +#~ "Interazione con l'autenticazione LDAP:\n" +#~ "-------------------------------------\n" +#~ "Questo modulo attualmente non è compatibile con il modulo \"user_ldap\" e " +#~ "disabiliterà completamnete l'autenticazione LDAP se installati " +#~ "contemporaneamente.\n" diff --git a/openerp/addons/base/i18n/ja.po b/openerp/addons/base/i18n/ja.po index 40d16da2e5c..f99524f1fa1 100644 --- a/openerp/addons/base/i18n/ja.po +++ b/openerp/addons/base/i18n/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -298,104 +308,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -751,45 +663,6 @@ msgstr "" "タイの会計表とローカル化\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1065,19 +938,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1124,6 +984,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3033,6 +2924,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4573,8 +4479,8 @@ msgstr "%p - AMやPMと同等なもの" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s(コピー)" @@ -4595,7 +4501,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - 2桁の年[00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4914,7 +4820,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5161,6 +5067,8 @@ msgstr "アクション" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5245,6 +5153,101 @@ msgstr "アドレスの種類" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5257,9 +5260,9 @@ msgid "" msgstr "国の行政区画。たとえば連邦、省、州。" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5349,11 +5352,6 @@ msgstr "請求書の作成と支払いの追跡ができます。これは、会 msgid "Always Searchable" msgstr "常時検索可能" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5443,7 +5441,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5457,11 +5455,6 @@ msgstr "アプリケーション" msgid "Application Terms" msgstr "アプリケーション用語" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6121,7 +6114,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "rootユーザは取り除くことはできません。" @@ -6133,17 +6126,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "モジュール %s はインストールされていないためアップグレードできません。" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "リネームは一度に1カラムしかできません。" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6196,7 +6183,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "既にそのカラムは存在しています。列のリネームはできません %s。" @@ -6280,7 +6267,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6290,19 +6277,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "項目のモデルを変更することは禁じられています。" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "システムに保存されている項目%s は変更が許されていません。" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6554,6 +6541,11 @@ msgstr "コロンビア" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6783,13 +6775,13 @@ msgid "Connection Security" msgstr "接続セキュリティ" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6921,7 +6913,7 @@ msgid "Costa Rica - Accounting" msgstr "コスタリカ - 会計" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7356,7 +7348,7 @@ msgid "Custom Shortcuts" msgstr "カスタムショートカット" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "カスタム項目は、'x_' で始まる名前を持つ必要があります。" @@ -7622,7 +7614,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7817,8 +7809,8 @@ msgid "Document Management System" msgstr "ドキュメント管理システム" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7828,6 +7820,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7852,6 +7849,11 @@ msgstr "ドミニカ" msgid "Dominican Republic" msgstr "ドミニカ共和国" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7885,7 +7887,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7930,14 +7932,6 @@ msgstr "エクアドル" msgid "Ecuador - Accounting" msgstr "エクアドル - 会計" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7954,7 +7948,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "電子データ交換(EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8055,15 +8049,15 @@ msgid "Eritrea" msgstr "エリトリア" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8071,7 +8065,7 @@ msgstr "エリトリア" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8090,7 +8084,7 @@ msgid "Error ! You can not create recursive categories." msgstr "エラーです。再帰的な関係となる分類を作ることはできません。" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8098,16 +8092,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "エラー" @@ -8153,7 +8147,7 @@ msgid "Events Sales" msgstr "イベント販売" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "全てのセットアップが適切に行われました。" @@ -8201,8 +8195,8 @@ msgstr "実行" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "経費管理" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8397,7 +8391,7 @@ msgid "Field Type" msgstr "項目タイプ" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8627,7 +8621,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "関係項目につき、ターゲットモデルの技術名称" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "選択項目の場合は、選択オプションは指定されねばなりません。" @@ -9198,7 +9192,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9553,12 +9547,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9754,6 +9747,11 @@ msgstr "継承ビュー" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9815,12 +9813,6 @@ msgstr "インストール済" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "インストール済モジュール" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9894,7 +9886,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9905,13 +9897,13 @@ msgid "Invalid arguments" msgstr "無効な引数" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9943,7 +9935,7 @@ msgid "Invalid model name in the action definition." msgstr "アクション定義におけるモデル名が無効です。" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10042,8 +10034,8 @@ msgstr "イスラエル" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "課題管理" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10630,13 +10622,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "リトアニア語 / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10651,6 +10643,12 @@ msgstr "ロード" msgid "Load a Translation" msgstr "言語の追加" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10756,13 +10754,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11108,7 +11106,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "SMTPサーバが見つかりません。" @@ -11148,13 +11146,13 @@ msgid "Model" msgstr "モデル" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "モデル %s は存在しません。" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11216,8 +11214,8 @@ msgid "" msgstr "そのメソッドが呼ばれる場所のモデル名。例:'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11566,7 +11564,7 @@ msgid "New Zealand" msgstr "ニュージーランド" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11626,7 +11624,7 @@ msgid "Niue" msgstr "ニウエ" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11650,7 +11648,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11696,6 +11694,11 @@ msgstr "北マリアナ諸島" msgid "Norway" msgstr "ノルウェー" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11808,6 +11811,13 @@ msgstr "オブジェクト:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "オック語(FR, post 1500)/ Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11862,6 +11872,11 @@ msgstr "多数のドキュメント上に" msgid "On delete property for many2one fields" msgstr "多対1項目の属性削除" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11912,7 +11927,7 @@ msgid "Only if this bank account belong to your company" msgstr "この銀行口座があなたの会社に属している場合に限り" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12026,16 +12041,6 @@ msgstr "SMTP認証のための任意のパスワード" msgid "Optional username for SMTP authentication" msgstr "SMTP認証のためのオプションのユーザ名" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12047,8 +12052,8 @@ msgid "Original View" msgstr "オリジナルビュー" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12283,7 +12288,7 @@ msgid "Partners Geo-Localization" msgstr "パートナの地理的ローカル化" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "取引先: " @@ -12380,9 +12385,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "定期評価、査定、調査" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12447,14 +12452,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12481,7 +12486,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12729,7 +12734,7 @@ msgid "Properties" msgstr "属性" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13082,7 +13087,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "スパース項目 %s のりネームは許されていません。" @@ -13230,6 +13235,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13302,7 +13312,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13348,7 +13358,7 @@ msgid "SMTP Server" msgstr "SMTP サーバ" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSLモードは利用可能ではありません。" @@ -13758,6 +13768,11 @@ msgstr "" msgid "Server Action" msgstr "サーバアクション" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13795,7 +13810,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "空のパスワードの設定はセキュリティ上の理由から許可されていません。" @@ -13826,6 +13841,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13898,7 +13920,7 @@ msgid "Size" msgstr "サイズ" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13968,25 +13990,25 @@ msgid "Sometimes called BIC or Swift." msgstr "時々、BICあるいはSwiftと呼ばれます。" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14685,14 +14707,14 @@ msgstr "" "この項目はクイックサーチのために使えます。" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "オブジェクト名は x_ で始める必要があり、特殊文字を含んではなりません。" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14700,7 +14722,7 @@ msgid "" msgstr "選択オプションの式は[('key','Label'), ...] の形式である必要があります。" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14811,6 +14833,11 @@ msgid "" "any." msgstr "この連絡先との連携を担当する内部ユーザ" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14878,7 +14905,7 @@ msgstr "" ",'red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "osv_memory項目は、= と != 演算子とのみ比較することができます。" @@ -14937,7 +14964,7 @@ msgid "The record id this is attached to" msgstr "これに添付するレコードID" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15002,7 +15029,7 @@ msgid "This Window" msgstr "このウィンドウ" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15060,6 +15087,12 @@ msgstr "" "これは印刷結果を保存するために使われる添付ファイルのファイル名です。印刷レポートを保存しない場合は、空の状態にして下さい。オブジェクトと時間変数にはpyt" "hon表現を使うことができます。" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15268,7 +15301,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15469,6 +15502,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "モジュール %s の外部依存関係が満たされていないため更新できません: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15507,7 +15545,7 @@ msgid "United States - Chart of accounts" msgstr "アメリカ合衆国 - 勘定科目表" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "定義されていないレポートタイプです: %s" @@ -15718,12 +15756,6 @@ msgstr "ユーザインタフェース" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15983,12 +16015,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "警告" @@ -16002,7 +16034,7 @@ msgstr "警告メッセージと注意" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "警告" @@ -16373,7 +16405,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16391,7 +16423,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16488,7 +16520,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16500,7 +16532,7 @@ msgstr "" "ックが必要です。" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16668,11 +16700,6 @@ msgstr "" msgid "eInvoicing" msgstr "電子請求" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "電子請求と支払" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16744,7 +16771,7 @@ msgid "ltd" msgstr "株式会社" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16940,3 +16967,15 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "電子請求と支払" + +#~ msgid "Installed Modules" +#~ msgstr "インストール済モジュール" + +#~ msgid "Issue Tracker" +#~ msgstr "課題管理" + +#~ msgid "Expense Management" +#~ msgstr "経費管理" diff --git a/openerp/addons/base/i18n/ka.po b/openerp/addons/base/i18n/ka.po index 832b17b1994..845f2f3992a 100644 --- a/openerp/addons/base/i18n/ka.po +++ b/openerp/addons/base/i18n/ka.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:04+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:48+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2982,6 +2873,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4520,8 +4426,8 @@ msgstr "%p - AM ის ან PM-ის ექვივალენტი." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4542,7 +4448,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - წელი საუკუნის გარეშე [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4865,7 +4771,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5112,6 +5018,8 @@ msgstr "მოქმედებები" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5196,6 +5104,101 @@ msgstr "მისამართის ტიპი" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5208,9 +5211,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5303,11 +5306,6 @@ msgstr "" msgid "Always Searchable" msgstr "ყოველთვის მოძებნადი" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5398,7 +5396,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5412,11 +5410,6 @@ msgstr "პროგრამა" msgid "Application Terms" msgstr "მოდულის პირობები" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6076,7 +6069,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "root მომხმარებლის გაუქმება შეუძლებელია!" @@ -6088,17 +6081,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "ვერ ვაახლებთ მოდულს '%s', რადგანაც არ არის დაყენებული." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6151,7 +6138,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6237,7 +6224,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6247,19 +6234,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "ველის მოდელის შეცვლა აკრძალულია!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "შენახვის სისტემის მდებარეობის შეცვლა ველისთვის \"%s\" აკრძალულია." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6509,6 +6496,11 @@ msgstr "კოლუმბია" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6740,13 +6732,13 @@ msgid "Connection Security" msgstr "კავშირის უსაფრთხოება" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6880,7 +6872,7 @@ msgid "Costa Rica - Accounting" msgstr "კოსტარიკა - ბუღალტერია" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7318,7 +7310,7 @@ msgid "Custom Shortcuts" msgstr "განსხვავებული მალსახმობი" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "სპეციფიური ველების დასახელებები უნდა იწყებოდეს 'x_'-ით !" @@ -7584,7 +7576,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7784,8 +7776,8 @@ msgid "Document Management System" msgstr "დოკუმენტების მართვის სისტემა" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7795,6 +7787,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7819,6 +7816,11 @@ msgstr "დომინიკა" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7852,7 +7854,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7897,14 +7899,6 @@ msgstr "ეკვადორი" msgid "Ecuador - Accounting" msgstr "ეკვადორი - ბუღალტერია" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7921,7 +7915,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8022,15 +8016,15 @@ msgid "Eritrea" msgstr "ერითრია" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8038,7 +8032,7 @@ msgstr "ერითრია" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8057,7 +8051,7 @@ msgid "Error ! You can not create recursive categories." msgstr "შეცდომა! თქვენ არ შეგიძლიათ რეკურსიული კატეგორიების შექმნა." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8065,16 +8059,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "შეცდომა!" @@ -8120,7 +8114,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "როგორც ჩანს ყველაფერი კარგად არის დაკონფიგურირებული!" @@ -8166,7 +8160,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8363,7 +8357,7 @@ msgid "Field Type" msgstr "ველის ტიპი" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8595,7 +8589,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "ურთიერთკავშირის ველებისთვის, სამიზნე მოდელის ტექნიკური სახელი" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "არჩევადი ველებისთვის, პარამეტრები უნდა იყოს მითითებული!" @@ -9175,7 +9169,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9533,12 +9527,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9736,6 +9729,11 @@ msgstr "თანდაყოლილი ვიუ" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9797,12 +9795,6 @@ msgstr "დაყენებული" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9876,7 +9868,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9887,13 +9879,13 @@ msgid "Invalid arguments" msgstr "არასწორი არგუმენტები" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9927,7 +9919,7 @@ msgid "Invalid model name in the action definition." msgstr "ქმედების განსაზღვრებაში არასწორი მოდელის სახელი." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10026,7 +10018,7 @@ msgstr "ისრაელი" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10612,13 +10604,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "ლიტვური" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10633,6 +10625,12 @@ msgstr "ჩატვირთვა" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10738,13 +10736,13 @@ msgid "Madam" msgstr "ქ-ნ." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11091,7 +11089,7 @@ msgid "Miss" msgstr "ქ-ნი" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "არასწორი SMTP სერვერუ" @@ -11131,13 +11129,13 @@ msgid "Model" msgstr "მოდელი" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "მოდელი %s არ არსებობს!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11201,8 +11199,8 @@ msgstr "" "'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11555,7 +11553,7 @@ msgid "New Zealand" msgstr "ახალი ზელანდია" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11616,7 +11614,7 @@ msgid "Niue" msgstr "ნიუე" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11640,7 +11638,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11686,6 +11684,11 @@ msgstr "ჩრდილო მარიანას კუნძულები" msgid "Norway" msgstr "ნორვეგია" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11798,6 +11801,13 @@ msgstr "ობიექტი:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11852,6 +11862,11 @@ msgstr "მრავალ დოკუმენტზე." msgid "On delete property for many2one fields" msgstr "ბევრი-ერთთან ველებისთვის პარამეტრის წაშლისას" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11902,7 +11917,7 @@ msgid "Only if this bank account belong to your company" msgstr "მხოლოდ თუ ეს საბანკო ანგარიში ეკუთვნის თქვენს კომპანიას" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12021,16 +12036,6 @@ msgstr "არჩევითი პაროლი SMTP აუთენტი msgid "Optional username for SMTP authentication" msgstr "სასურველი მომხმარებლის სახელი SMTP-ზე აუთენთიფიკაციისთვის" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12042,8 +12047,8 @@ msgid "Original View" msgstr "სტანდარტული ვიუ" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12278,7 +12283,7 @@ msgid "Partners Geo-Localization" msgstr "პარტნიორების გეო-ლოკალიზაცია" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12375,9 +12380,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12442,14 +12447,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12476,7 +12481,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12726,7 +12731,7 @@ msgid "Properties" msgstr "თვისებები" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13081,7 +13086,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "დარჩენილი sparse ველი \"%s\" დაუშვებელია" @@ -13229,6 +13234,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13301,7 +13311,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13347,7 +13357,7 @@ msgid "SMTP Server" msgstr "SMTP სერვერი" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL რეჟიმი მიუწვდომელია" @@ -13757,6 +13767,11 @@ msgstr "" msgid "Server Action" msgstr "სერვერის ქმედება" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13794,7 +13809,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "ცარიელი პაროლის დაყენება აკრძალულია უსაფრთხოების მიზნით!" @@ -13825,6 +13840,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13897,7 +13919,7 @@ msgid "Size" msgstr "ზომა" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13967,25 +13989,25 @@ msgid "Sometimes called BIC or Swift." msgstr "ზოგჯერ ეძახიან BIC-ს ან Swift-ს." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14689,7 +14711,7 @@ msgstr "" "თქვენ შეგიძლიათ გამოიყენოთ აღნიშნული ველი სწრაფი ძიებისთვის." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14698,7 +14720,7 @@ msgstr "" "სიმბოლოებს!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14706,7 +14728,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14818,6 +14840,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14886,7 +14913,7 @@ msgstr "" "განსაზღვრავენ ტრიპლეტების სიას. მაგალითად: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14947,7 +14974,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15017,7 +15044,7 @@ msgid "This Window" msgstr "ეს ფანჯარა" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15079,6 +15106,12 @@ msgstr "" "შესანახად. დატოვეთ ცარიელი რათა არ შეინახოთ დაბეჭდილი რეპორტები. თქვენ " "შეგიძლიათ გამოიყენოთ python ექსპრესია ობიექტის და დროის ცვლადებთან ერთად." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15287,7 +15320,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15494,6 +15527,11 @@ msgstr "" "შეუძლებელია განახლებულ იქნას მოდული \"%s\" გარე დამოკიდებულების " "შეუსრულებლობის გამო: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15532,7 +15570,7 @@ msgid "United States - Chart of accounts" msgstr "აშშ - ანგარიშთა გეგმა" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "გაურკვეველი რეპორტის ტიპი: %s" @@ -15743,12 +15781,6 @@ msgstr "მომხმარებლის ინტერფეისი" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16010,12 +16042,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -16029,7 +16061,7 @@ msgstr "გამაფრთხილებელი და საგანგ #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "ყურადღება!" @@ -16409,7 +16441,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16429,7 +16461,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16514,7 +16546,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16523,7 +16555,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16691,11 +16723,6 @@ msgstr "" msgid "eInvoicing" msgstr "ელექტრონული ინვოისინგი" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16767,7 +16794,7 @@ msgid "ltd" msgstr "შპს" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/kk.po b/openerp/addons/base/i18n/kk.po index 1654f1e7dee..9754a6f5e70 100644 --- a/openerp/addons/base/i18n/kk.po +++ b/openerp/addons/base/i18n/kk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kazakh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:08+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:51+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "Әрекеттер" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "Колумбия" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "Өзінің тіркесімдері" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "Доминика" msgid "Dominican Republic" msgstr "Доминикан Республикасы" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "Экуадор" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "Эритрея" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "Эритрея" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "Орындау" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "Орнатылған" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "Израиль" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "Жүктеп алу" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "Мадам" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "мис." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "Түрі" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "Жаңа Зеландия" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "Ниуэ" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "Солтүстік Мариана ар-ы" msgid "Norway" msgstr "Норвегия" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "Объекті:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "Баптаулар" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "Көлемі" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "Пайдаланушы интерфейсі" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Ескерту" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/ko.po b/openerp/addons/base/i18n/ko.po index bc26d41a1f7..ddaf4a28f8e 100644 --- a/openerp/addons/base/i18n/ko.po +++ b/openerp/addons/base/i18n/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-09-22 07:18+0000\n" "Last-Translator: Josh Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-23 07:27+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:52+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -298,104 +308,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -745,45 +657,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1043,27 +916,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"암호화된 암호\n" -"==================\n" -"\n" -"LDAP 인증과 대화:\n" -"-------------------------------------\n" -"이 모듈은 현재 ``user_ldap`` 모듈과 호환되지 않으며,\n" -"동시에 설치할 경우 LDAP 인증을 완전하게 비활성화 합니다.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1110,6 +962,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3084,6 +2967,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4613,8 +4511,8 @@ msgstr "%p - AM 또는 PM의 등가물" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (사본)" @@ -4635,7 +4533,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - 2자리수 연도 [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4957,7 +4855,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5204,6 +5102,8 @@ msgstr "액션" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5288,6 +5188,101 @@ msgstr "주소 유형" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5300,9 +5295,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "모듈을 제거하려면 관리자 접근이 필요합니다" @@ -5392,11 +5387,6 @@ msgstr "" msgid "Always Searchable" msgstr "항상 검색 가능" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5485,7 +5475,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5499,11 +5489,6 @@ msgstr "응용 프로그램" msgid "Application Terms" msgstr "응용 프로그램 용어" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6163,7 +6148,7 @@ msgid "" msgstr "다 대 일 레코드를 간접적으로 생성할 수 없으므로 필드를 개별적으로 가져오세요" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "루트 사용자를 제거할 수 없음!" @@ -6175,17 +6160,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "'%s' 모듈을 업그레이드할 수 없음. 설치되지 않음." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "열의 이름은 한 번에 한 개씩만 변경할 수 있습니다!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6238,7 +6217,7 @@ msgid "Cannot duplicate configuration!" msgstr "구성을 복제할 수 없음!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "해당 열이 이미 존재하기 때문에, 열 이름을 %s로 변경할 수 없음!" @@ -6322,7 +6301,7 @@ msgid "Change the user password." msgstr "사용자 암호 변경" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6332,19 +6311,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "필드의 모델 변경은 금지되었습니다!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "\"%s\" 필드에 대한 저장 시스템을 변경하는 것은 허용되지 않습니다." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6593,6 +6572,11 @@ msgstr "컬럼비아" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6822,13 +6806,13 @@ msgid "Connection Security" msgstr "연결 보안" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "연결 테스트에 성공했습니다!" @@ -6960,7 +6944,7 @@ msgid "Costa Rica - Accounting" msgstr "코스타리카 - 회계" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7395,7 +7379,7 @@ msgid "Custom Shortcuts" msgstr "사용자 정의 단축키" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "사용자 지정 필드명은 'x_'로 시작해야 합니다 !" @@ -7661,7 +7645,7 @@ msgid "Delete Access Right" msgstr "접근 권한 삭제" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7857,8 +7841,8 @@ msgid "Document Management System" msgstr "문서 관리 시스템" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "문서 모델" @@ -7868,6 +7852,11 @@ msgstr "문서 모델" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7892,6 +7881,11 @@ msgstr "도미니카" msgid "Dominican Republic" msgstr "도미니카공화국" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7925,7 +7919,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7970,14 +7964,6 @@ msgstr "에콰도르" msgid "Ecuador - Accounting" msgstr "에콰도르 - 회계" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7994,7 +7980,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "전자 데이터 교환 (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8095,15 +8081,15 @@ msgid "Eritrea" msgstr "에리트레아" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8111,7 +8097,7 @@ msgstr "에리트레아" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8130,7 +8116,7 @@ msgid "Error ! You can not create recursive categories." msgstr "오류 ! 재귀적 분류를 생성할 수 없습니다." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8138,16 +8124,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "오류!" @@ -8193,7 +8179,7 @@ msgid "Events Sales" msgstr "이벤트 판매" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "모든 것이 올바로 설정된 것 같이 보입니다!" @@ -8241,8 +8227,8 @@ msgstr "실행" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "비용 관리" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8437,7 +8423,7 @@ msgid "Field Type" msgstr "필드 유형" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8661,7 +8647,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "관계 필드용, 대상 모델의 기술적 명칭" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "선택 필드용, 선택 옵션이 정해져야 함!" @@ -9235,7 +9221,7 @@ msgid "Here is the exported translation file:" msgstr "다음은 내보낸 번역 파일입니다:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9594,12 +9580,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9795,6 +9780,11 @@ msgstr "전승 화면" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9856,12 +9846,6 @@ msgstr "설치됨" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9935,7 +9919,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "유효하지 않은 은행 계좌 유형명 형식." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "잘못된 검색 조건" @@ -9946,13 +9930,13 @@ msgid "Invalid arguments" msgstr "유효하지 않은 인자" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9984,7 +9968,7 @@ msgid "Invalid model name in the action definition." msgstr "액션 정의에서 유효하지 않은 모델명" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10083,7 +10067,7 @@ msgstr "이스라엘" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10671,13 +10655,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "리투아니아어 / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10692,6 +10676,12 @@ msgstr "불러오기" msgid "Load a Translation" msgstr "번역 불러오기" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10797,13 +10787,13 @@ msgid "Madam" msgstr "Madam" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11148,7 +11138,7 @@ msgid "Miss" msgstr "미스" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "SMTP 서버가 없음" @@ -11188,13 +11178,13 @@ msgid "Model" msgstr "모델" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "%s 모델이 존재하지 않습니다!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11256,8 +11246,8 @@ msgid "" msgstr "불러올 방식이 위치한 모델명, 예: 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11606,7 +11596,7 @@ msgid "New Zealand" msgstr "뉴질랜드" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11666,7 +11656,7 @@ msgid "Niue" msgstr "니우에섬" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11690,7 +11680,7 @@ msgid "" msgstr "'%%(field)s' 필드에서 %(field_type)s '%(value)s'와(과) 일치하는 레코드를 찾을 수 없음" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11736,6 +11726,11 @@ msgstr "북마리아나제도" msgid "Norway" msgstr "노르웨이" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11848,6 +11843,13 @@ msgstr "객체:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "프로방스어 (프랑스, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11902,6 +11904,11 @@ msgstr "여러 문서 상에" msgid "On delete property for many2one fields" msgstr "many2one 필드를 위한 삭제 속성" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11952,7 +11959,7 @@ msgid "Only if this bank account belong to your company" msgstr "은행 계정이 자사에 속해있을 경우에만" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12066,16 +12073,6 @@ msgstr "SMTP 인증을 위한 선택적 암호" msgid "Optional username for SMTP authentication" msgstr "SMTP 인증을 위한 선택적 사용자명" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12087,8 +12084,8 @@ msgid "Original View" msgstr "원본 화면" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12323,7 +12320,7 @@ msgid "Partners Geo-Localization" msgstr "협력업체의 지리적 지역화" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "협력업체: " @@ -12420,9 +12417,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "주기적인 평가, 감정, 조사" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "승인이 거부됨" @@ -12487,14 +12484,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "이것이 오류라고 생각되는 경우, 시스템 관리자에게 연락하세요." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12521,7 +12518,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12769,7 +12766,7 @@ msgid "Properties" msgstr "속성" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13122,7 +13119,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "\"%s\" 스파스 필드의 이름 변경이 허용되지 않습니다" @@ -13270,6 +13267,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13342,7 +13344,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "규칙은 레코드 규칙 모델에 적용될 수 없습니다." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13388,7 +13390,7 @@ msgid "SMTP Server" msgstr "SMTP 서버" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL 모드 사용 가능" @@ -13798,6 +13800,11 @@ msgstr "" msgid "Server Action" msgstr "서버 액션" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13835,7 +13842,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "보안을 이유로 암호를 비워두고 설정하는 것을 허용하지 않습니다!" @@ -13866,6 +13873,13 @@ msgstr "공유됨" msgid "Shipping" msgstr "배송" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "국부적으로 사용 가능한 모듈" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13938,7 +13952,7 @@ msgid "Size" msgstr "크기" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14010,25 +14024,25 @@ msgid "Sometimes called BIC or Swift." msgstr "간혹 BIC 또는 Swift로 불림" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "죄송합니다. 이 문서에 접근이 거부되었습니다." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "죄송하지만 이런 종류의 문서를 생성하는 것이 허용되지 않습니다." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "죄송하지만 이 문서를 삭제하는 것이 허용되지 않습니다." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "죄송합니다. 이 문서의 수정을 허용할 수 없습니다." @@ -14731,14 +14745,14 @@ msgstr "" "해당 필드를 빠른 검색 용으로 사용할 수 있습니다." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "객체명은 x_로 시작해야 하며, 특수 문자를 포함해서는 안 됩니다 !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14746,7 +14760,7 @@ msgid "" msgstr "선택 옵션 표현식은 [('키','라벨'), ...] 형식이여야 합니다!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14858,6 +14872,11 @@ msgid "" "any." msgstr "이 연락처와 의사소통을 담당하는 내부 사용자" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14924,7 +14943,7 @@ msgstr "" "트리플릿 목록을 정의하는 파이썬 표현식으로 지정된 관계 필드의 예상 값을 제한하는 선택적 도메인. 예: [('색상','=','빨강')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "osv_memory 필드는 = and != 연산자하고만 비교될 수 있습니다." @@ -14981,7 +15000,7 @@ msgid "The record id this is attached to" msgstr "이것이 첨부된 기록 id" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15047,7 +15066,7 @@ msgid "This Window" msgstr "이 창" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "이 컬럼은 모듈 데이터를 포함하고 있으며 삭제할 수 없습니다." @@ -15109,6 +15128,12 @@ msgstr "" "인쇄 결과를 저장할 때 사용되는 첨부 파일의 명칭입니다. 인쇄된 보고서를 저장하지 않을 경우 비워두세요. 객체와 시간 변수로 파이썬 " "표현식을 사용할 수 있습니다." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15317,7 +15342,7 @@ msgid "Translation comments" msgstr "번역 주석" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15518,6 +15543,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "외부 의존성을 만족시킬 수 없어 \"%s\" 모듈을 업그레이드 할 수 없습니다.: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15556,7 +15586,7 @@ msgid "United States - Chart of accounts" msgstr "미국 - 회계 계통도" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "알 수 없는 보고서 유형: %s" @@ -15767,12 +15797,6 @@ msgstr "사용자 인터페이스" msgid "User Login" msgstr "사용자 로그인" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16032,12 +16056,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "경고" @@ -16051,7 +16075,7 @@ msgstr "경고 메시지 및 경보" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "경고!" @@ -16424,7 +16448,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16442,7 +16466,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16527,7 +16551,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16538,7 +16562,7 @@ msgstr "" "경우, 서버 측을 파이썬 2.6으로 업그레이드 하면 해결될 것입니다." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16706,11 +16730,6 @@ msgstr "" msgid "eInvoicing" msgstr "전자 송장 발행" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "전자 송상 발행 & 지불" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16782,7 +16801,7 @@ msgid "ltd" msgstr "유한 책임 회사" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16978,3 +16997,28 @@ msgstr "올란드 제도" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "전자 송상 발행 & 지불" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "암호화된 암호\n" +#~ "==================\n" +#~ "\n" +#~ "LDAP 인증과 대화:\n" +#~ "-------------------------------------\n" +#~ "이 모듈은 현재 ``user_ldap`` 모듈과 호환되지 않으며,\n" +#~ "동시에 설치할 경우 LDAP 인증을 완전하게 비활성화 합니다.\n" + +#~ msgid "Expense Management" +#~ msgstr "비용 관리" diff --git a/openerp/addons/base/i18n/lt.po b/openerp/addons/base/i18n/lt.po index 99c24bb7307..e2e838ec1ef 100644 --- a/openerp/addons/base/i18n/lt.po +++ b/openerp/addons/base/i18n/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "Veiksmai" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "Adreso tipas" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5132,9 +5135,9 @@ msgstr "" "Valstybės administracinis vienetas. Pvz. savivaldybė, valstija, kantonas" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5224,11 +5227,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5318,7 +5316,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5332,11 +5330,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5996,7 +5989,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6008,17 +6001,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6071,7 +6058,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6155,7 +6142,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6165,19 +6152,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6429,6 +6416,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6658,13 +6650,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6796,7 +6788,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7229,7 +7221,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Sukurtų laukų pavadinimai turi prasidėti 'x_'!" @@ -7503,7 +7495,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7704,8 +7696,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7715,6 +7707,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7739,6 +7736,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikos Respublika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7772,7 +7774,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7817,14 +7819,6 @@ msgstr "Ekvadoras" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7841,7 +7835,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7942,15 +7936,15 @@ msgid "Eritrea" msgstr "Eritrėja" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7958,7 +7952,7 @@ msgstr "Eritrėja" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7977,7 +7971,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Klaida! Jūs negalite sukurti rekursinės kategorijos." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7985,16 +7979,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Klaida!" @@ -8040,7 +8034,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8086,7 +8080,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8277,7 +8271,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8501,7 +8495,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9070,7 +9064,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9420,12 +9414,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9619,6 +9612,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9680,12 +9678,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9759,7 +9751,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9770,13 +9762,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9808,7 +9800,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9907,7 +9899,7 @@ msgstr "Izraelis" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10493,13 +10485,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10514,6 +10506,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10619,13 +10617,13 @@ msgid "Madam" msgstr "Ponia" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10972,7 +10970,7 @@ msgid "Miss" msgstr "Panelė" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11012,13 +11010,13 @@ msgid "Model" msgstr "Modelis" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11080,8 +11078,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11430,7 +11428,7 @@ msgid "New Zealand" msgstr "Naujoji Zelandija" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11490,7 +11488,7 @@ msgid "Niue" msgstr "Niujė" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11514,7 +11512,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11557,6 +11555,11 @@ msgstr "Marianos Šiaurinės Salos" msgid "Norway" msgstr "Norvegija" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11669,6 +11672,13 @@ msgstr "Objektas:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11723,6 +11733,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11773,7 +11788,7 @@ msgid "Only if this bank account belong to your company" msgstr "Pasirinkite tik, jeigu ši banko sąskaita priklauso jūsų įmonei" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11887,16 +11902,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11908,8 +11913,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12144,7 +12149,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneriai: " @@ -12241,9 +12246,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12308,14 +12313,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12342,7 +12347,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12590,7 +12595,7 @@ msgid "Properties" msgstr "Savybės" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12943,7 +12948,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13091,6 +13096,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13163,7 +13173,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13209,7 +13219,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13619,6 +13629,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13656,7 +13671,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13687,6 +13702,13 @@ msgstr "" msgid "Shipping" msgstr "Pristatymas" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13759,7 +13781,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13829,25 +13851,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Kartais vadinamas BIC arba Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14548,14 +14570,14 @@ msgstr "" "Jūs galite naudoti šį lauką greitai paieškai." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14563,7 +14585,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14672,6 +14694,11 @@ msgid "" msgstr "" "Vidinis naudotojas, kuris yra atsakingas už bendravimą su šiuo kontaktu." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14737,7 +14764,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14794,7 +14821,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14859,7 +14886,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14915,6 +14942,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15123,7 +15156,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15324,6 +15357,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15362,7 +15400,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15575,12 +15613,6 @@ msgstr "" msgid "User Login" msgstr "Naudotojo registracijos vardas" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15840,12 +15872,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Įspėjimas" @@ -15859,7 +15891,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Įspėjimas!" @@ -16228,7 +16260,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16246,7 +16278,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16340,7 +16372,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16349,7 +16381,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16517,11 +16549,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16593,7 +16620,7 @@ msgid "ltd" msgstr "UAB" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/lv.po b/openerp/addons/base/i18n/lv.po index 35f223da81e..32dde0f9a96 100644 --- a/openerp/addons/base/i18n/lv.po +++ b/openerp/addons/base/i18n/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-07 16:26+0000\n" +"Last-Translator: Vladimirs Kuzmins \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:09+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-08 08:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2963,6 +2854,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4470,8 +4376,8 @@ msgstr "%p - Ekvivalents AM vai PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopēt)" @@ -4492,7 +4398,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Gads bez gadsimta [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4804,7 +4710,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5051,6 +4957,8 @@ msgstr "Darbības" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5135,6 +5043,101 @@ msgstr "Adreses Tips" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5147,9 +5150,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5239,11 +5242,6 @@ msgstr "" msgid "Always Searchable" msgstr "Vienmēr Iespējams Meklēt" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5331,7 +5329,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5345,11 +5343,6 @@ msgstr "Programma" msgid "Application Terms" msgstr "Izmantotie Termini" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6009,7 +6002,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nevar dzēst root lietotāju!" @@ -6021,17 +6014,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Neizdodas jaunināt moduli '%s'. Tas nav uzinstalēts." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6084,7 +6071,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6168,7 +6155,7 @@ msgid "Change the user password." msgstr "Mainīt lietotāja paroli." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6178,19 +6165,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6438,6 +6425,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6667,13 +6659,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6805,7 +6797,7 @@ msgid "Costa Rica - Accounting" msgstr "Kostarika - Grāmatvedība" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7240,7 +7232,7 @@ msgid "Custom Shortcuts" msgstr "Pielāgotas saīsnes" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Speciālo lauku nosaukumiem jāsākas ar 'x_' !" @@ -7506,7 +7498,7 @@ msgid "Delete Access Right" msgstr "Noņemt Piekļuves Tiesības" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7700,8 +7692,8 @@ msgid "Document Management System" msgstr "Dokumentu Pārvaldes Sistēma" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7711,6 +7703,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7735,6 +7732,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikāna" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7768,7 +7770,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7813,14 +7815,6 @@ msgstr "Ekvadora" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7837,7 +7831,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7938,15 +7932,15 @@ msgid "Eritrea" msgstr "Eritreja" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7954,7 +7948,7 @@ msgstr "Eritreja" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7973,7 +7967,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Kļūda! Jūs nevarat veidot rekursīvas kategorijas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7981,16 +7975,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Kļūda!" @@ -8036,7 +8030,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8082,7 +8076,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8273,7 +8267,7 @@ msgid "Field Type" msgstr "Lauka Tips" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8497,7 +8491,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9070,7 +9064,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9422,12 +9416,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9622,6 +9615,11 @@ msgstr "Mantotais Skatījums" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9683,12 +9681,6 @@ msgstr "Uzstādīts" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9762,7 +9754,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9773,13 +9765,13 @@ msgid "Invalid arguments" msgstr "Nederīgi argumenti" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9811,7 +9803,7 @@ msgid "Invalid model name in the action definition." msgstr "Procesa definīcijā nepareizs modeļa nosaukums." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9910,7 +9902,7 @@ msgstr "Izraēla" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10496,13 +10488,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lietuviešu / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10517,6 +10509,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10622,13 +10620,13 @@ msgid "Madam" msgstr "Kundze" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10970,7 +10968,7 @@ msgid "Miss" msgstr "Jaunkundze" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11010,13 +11008,13 @@ msgid "Model" msgstr "Modelis" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Modulis %s neeksistē!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11078,8 +11076,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11428,7 +11426,7 @@ msgid "New Zealand" msgstr "Jaunzēlande" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11488,7 +11486,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11512,7 +11510,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11555,6 +11553,11 @@ msgstr "Ziemeļu Marianas Salas" msgid "Norway" msgstr "Norvēģija" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11667,6 +11670,13 @@ msgstr "Objekts:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11721,6 +11731,11 @@ msgstr "Daudziem Dokumentiem" msgid "On delete property for many2one fields" msgstr "Lauku many2one dzēšanas parametri" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11771,7 +11786,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11885,16 +11900,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11906,8 +11911,8 @@ msgid "Original View" msgstr "Oriģinālais Skatījums" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12142,7 +12147,7 @@ msgid "Partners Geo-Localization" msgstr "Partneru Ģeo-lokācija" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneri: " @@ -12239,9 +12244,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12306,14 +12311,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12340,7 +12345,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12588,7 +12593,7 @@ msgid "Properties" msgstr "Parametri" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12941,7 +12946,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13089,6 +13094,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13161,7 +13171,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13207,7 +13217,7 @@ msgid "SMTP Server" msgstr "SMTP serveris" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13617,6 +13627,11 @@ msgstr "" msgid "Server Action" msgstr "Servera Darbība" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13654,7 +13669,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13685,6 +13700,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13757,7 +13779,7 @@ msgid "Size" msgstr "Izmērs" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13827,25 +13849,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Atvainojiet, Jums nav atļauja piekļūt šim dokumentam." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14544,7 +14566,7 @@ msgstr "" "Lauks ātrai meklēšanai." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14552,7 +14574,7 @@ msgstr "" "Objekta nosaukumam jāsākas ar x_ un tas nedrīkst saturēt speciālos simbolus!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14560,7 +14582,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14672,6 +14694,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14737,7 +14764,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14794,7 +14821,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14861,7 +14888,7 @@ msgid "This Window" msgstr "Šis Logs" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14918,6 +14945,12 @@ msgstr "" "nepieciešams saglabāt drukātās atskaites. Iespējams izmantot python objektu " "un laika mainīgo izteiksmes." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15126,7 +15159,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15327,6 +15360,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15365,7 +15403,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Nezināms atskaites tips: %s" @@ -15578,12 +15616,6 @@ msgstr "Lietotāja Saskarsne" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15830,7 +15862,7 @@ msgstr "Volisa un Futuna" #. module: base #: model:ir.module.category,name:base.module_category_warehouse_management msgid "Warehouse" -msgstr "" +msgstr "Noliktava" #. module: base #: model:ir.module.module,shortdesc:base.module_stock @@ -15843,12 +15875,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Brīdinājums" @@ -15862,7 +15894,7 @@ msgstr "Brīdinājumi" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Brīdinājums!" @@ -15892,7 +15924,7 @@ msgstr "WWW Gant Diagramma" #. module: base #: field:ir.ui.menu,web_icon:0 msgid "Web Icon File" -msgstr "" +msgstr "Tīmekļa ikonas fails" #. module: base #: field:ir.ui.menu,web_icon_hover:0 @@ -16096,7 +16128,7 @@ msgstr "Vedņa Skatījums" #. module: base #: view:ir.actions.todo:base.config_wizard_step_view_search msgid "Wizards to be Launched" -msgstr "" +msgstr "Palaižamie Vedņi" #. module: base #: view:ir.actions.server:base.view_server_action_form @@ -16195,7 +16227,7 @@ msgstr "" #. module: base #: field:ir.actions.report.xml,report_xml:0 msgid "XML Path" -msgstr "" +msgstr "XML Ceļš" #. module: base #: view:ir.actions.report.xml:base.act_report_xml_view @@ -16210,7 +16242,7 @@ msgstr "XSL" #. module: base #: field:ir.actions.report.xml,report_xsl:0 msgid "XSL Path" -msgstr "" +msgstr "XSL Ceļš" #. module: base #: selection:workflow.activity,join_mode:0 @@ -16231,7 +16263,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16249,7 +16281,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16333,7 +16365,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16342,7 +16374,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16503,22 +16535,17 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_website_sale_options msgid "eCommerce Optional Products" -msgstr "" +msgstr "e-komercijas papildu produkti" #. module: base #: model:ir.module.module,shortdesc:base.module_account msgid "eInvoicing" -msgstr "" - -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" +msgstr "e-rēķini" #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" -msgstr "" +msgstr "e-pasts@mansuznemums.lv" #. module: base #: code:addons/base/ir/ir_fields.py:326 @@ -16530,7 +16557,7 @@ msgstr "" #: code:addons/base/ir/ir_fields.py:155 #, python-format msgid "false" -msgstr "" +msgstr "aplams" #. module: base #: view:base.language.export:base.wizard_lang_export @@ -16583,10 +16610,10 @@ msgstr "ir.actions.wizard" #. module: base #: model:res.partner.title,shortcut:base.res_partner_title_ltd msgid "ltd" -msgstr "" +msgstr "SIA" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16595,13 +16622,13 @@ msgstr "" #: code:addons/base/ir/ir_fields.py:337 #, python-format msgid "name" -msgstr "" +msgstr "nosaukums" #. module: base #: code:addons/base/ir/ir_fields.py:155 #, python-format msgid "no" -msgstr "" +msgstr "nē" #. module: base #: view:ir.actions.server:base.view_server_action_form @@ -16646,7 +16673,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_test_access_rights msgid "test of access rights and rules" -msgstr "" +msgstr "piekļuves tiesību un noteikumu tests" #. module: base #: model:ir.module.module,shortdesc:base.module_test_exceptions diff --git a/openerp/addons/base/i18n/mk.po b/openerp/addons/base/i18n/mk.po index 2c14a61e654..682cd340aa1 100644 --- a/openerp/addons/base/i18n/mk.po +++ b/openerp/addons/base/i18n/mk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:52+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -157,6 +157,16 @@ msgstr "" " урнеците на целните објекти.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -308,104 +318,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -758,45 +670,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1059,28 +932,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Енкриптирана лозинка\n" -"==================\n" -"\n" -"Интеракција со LDAP идентификацијата:\n" -"-------------------------------------\n" -"Овој модул моментално не е компатибилен со ``user_ldap`` модулот и\n" -"ќе ја оневозможи LDAP комплетната идентификација доколку се инсталираат во " -"исто време.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1127,6 +978,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3197,6 +3079,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4753,8 +4650,8 @@ msgstr "%p - еквивалент на AM или PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (копија)" @@ -4775,7 +4672,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Година без век [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5087,7 +4984,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5334,6 +5231,8 @@ msgstr "Акции" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5418,6 +5317,101 @@ msgstr "Тип на адреса" msgid "Address format..." msgstr "Формат на адреса..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5430,9 +5424,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5522,11 +5516,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5616,7 +5605,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5630,11 +5619,6 @@ msgstr "Апликација" msgid "Application Terms" msgstr "Термини во апликацијата" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6294,7 +6278,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Не може да се отстрани root корисник!" @@ -6306,17 +6290,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Не може да се ажурира модулот '%s'. Не е инсталиран" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6369,7 +6347,7 @@ msgid "Cannot duplicate configuration!" msgstr "Не може да се дуплицира конфигурацијата!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6454,7 +6432,7 @@ msgid "Change the user password." msgstr "Промени ја корисничката лозинка" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6464,20 +6442,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Менување на моделот на полето е забрането!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Поврзувањето на системот за складирање за полето \"%s\" не е дозволено." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6727,6 +6705,11 @@ msgstr "Колумбија" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6956,13 +6939,13 @@ msgid "Connection Security" msgstr "Безбеност на врска" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7094,7 +7077,7 @@ msgid "Costa Rica - Accounting" msgstr "Костарика - Сметководство" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7527,7 +7510,7 @@ msgid "Custom Shortcuts" msgstr "Прилагодени кратенки" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Прилагодените полиња мора да имаат име кое почнува со 'x_' !" @@ -7795,7 +7778,7 @@ msgid "Delete Access Right" msgstr "Избриши го правото на пристап" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7991,8 +7974,8 @@ msgid "Document Management System" msgstr "Систем за менаџирање на документи" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Модел на документ" @@ -8002,6 +7985,11 @@ msgstr "Модел на документ" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8026,6 +8014,11 @@ msgstr "Доминика" msgid "Dominican Republic" msgstr "Доминиканска Република" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8059,7 +8052,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8104,14 +8097,6 @@ msgstr "Еквадор" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8128,7 +8113,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8229,15 +8214,15 @@ msgid "Eritrea" msgstr "Еритреа" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8245,7 +8230,7 @@ msgstr "Еритреа" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8264,7 +8249,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Грешка! Не може да креирате рекурзивни категории." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8272,16 +8257,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Грешка!" @@ -8327,7 +8312,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8373,8 +8358,8 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Менаџмент на трошоци" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8569,7 +8554,7 @@ msgid "Field Type" msgstr "Тип на поле" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8799,7 +8784,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9372,7 +9357,7 @@ msgid "Here is the exported translation file:" msgstr "Ова е извезената датотека со преводи:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9725,12 +9710,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9928,6 +9912,11 @@ msgstr "Наследен поглед" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9989,12 +9978,6 @@ msgstr "Инсталирано" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Инсталирани модули" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10068,7 +10051,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Невалидно формат на име на тип на банкарска сметка." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10079,13 +10062,13 @@ msgid "Invalid arguments" msgstr "Погрешни аргументи" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10119,7 +10102,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10218,7 +10201,7 @@ msgstr "Израел" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10804,13 +10787,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Литвански / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10825,6 +10808,12 @@ msgstr "Вчитај" msgid "Load a Translation" msgstr "Вчитај превод" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10930,13 +10919,13 @@ msgid "Madam" msgstr "Мадам" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11281,7 +11270,7 @@ msgid "Miss" msgstr "Г-гица" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Недостасува SMTP опслужувач" @@ -11321,13 +11310,13 @@ msgid "Model" msgstr "Модел" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Моделот %s не постои!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11391,8 +11380,8 @@ msgstr "" "'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11741,7 +11730,7 @@ msgid "New Zealand" msgstr "Нов Зеланд" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11801,7 +11790,7 @@ msgid "Niue" msgstr "Ниуе" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11827,7 +11816,7 @@ msgstr "" "полето'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11873,6 +11862,11 @@ msgstr "Северни маријански острови" msgid "Norway" msgstr "Норвешка" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11985,6 +11979,13 @@ msgstr "Објект:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Оцитски / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12039,6 +12040,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12089,7 +12095,7 @@ msgid "Only if this bank account belong to your company" msgstr "Само доколку банкарската банка и припаѓа на вашата компанија" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12206,16 +12212,6 @@ msgstr "Опциска лозинка за SMTP автентикација" msgid "Optional username for SMTP authentication" msgstr "Опционо корисничко име за SMTP автентификација" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12227,8 +12223,8 @@ msgid "Original View" msgstr "Оригинален преглед" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12463,7 +12459,7 @@ msgid "Partners Geo-Localization" msgstr "Географска локализација на партнери" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Партнери: " @@ -12560,9 +12556,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Периодични евалуации, проценки и истражувања" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Одбиена дозвола" @@ -12627,14 +12623,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12661,7 +12657,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12909,7 +12905,7 @@ msgid "Properties" msgstr "Својства" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13264,7 +13260,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Преименување на ретко поле \"%s\" не е дозловено" @@ -13412,6 +13408,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13484,7 +13485,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13530,7 +13531,7 @@ msgid "SMTP Server" msgstr "SMTP сервер" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13940,6 +13941,11 @@ msgstr "" msgid "Server Action" msgstr "Акции на сервер" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13977,7 +13983,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -14009,6 +14015,13 @@ msgstr "Споделено" msgid "Shipping" msgstr "Испорака" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Приказ на локално достапни модули" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14081,7 +14094,7 @@ msgid "Size" msgstr "Големина" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14153,25 +14166,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Понекогаш наречен BIC или Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Не ви е дозволено да пристапите до овој документ." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Извинете, не ви е дозволено да креирате таков тип на документ" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Извинете, не ви е дозволено да го избришете овој документ." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Извинете, не ви е дозволено да го модифицирате овој документ." @@ -14877,7 +14890,7 @@ msgstr "" "Може да го користите ова поле за брзо пребарување." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14885,7 +14898,7 @@ msgstr "" "Името на објектот мора да започнува со x_ и да не содржи специјални знаци !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14893,7 +14906,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15004,6 +15017,11 @@ msgstr "" "Внатрешен корисник што е задолжен за комуникација со овој контакт доколку го " "има." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15072,7 +15090,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15129,7 +15147,7 @@ msgid "The record id this is attached to" msgstr "ID на запис на кој е прикачено ова" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15198,7 +15216,7 @@ msgid "This Window" msgstr "Овој прозорец" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Оваа колона содржи податоци за модул и не може да биде отстранета!" @@ -15252,6 +15270,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15460,7 +15484,7 @@ msgid "Translation comments" msgstr "Преведувачки коментари" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15661,6 +15685,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15699,7 +15728,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Непознати тип на извештај: %s" @@ -15913,12 +15942,6 @@ msgstr "Кориснички интерфејс" msgid "User Login" msgstr "Корисничка најава" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16180,12 +16203,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Внимание" @@ -16199,7 +16222,7 @@ msgstr "Пораки за предупредување и сигнали" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Внимание!" @@ -16568,7 +16591,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16586,7 +16609,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16668,7 +16691,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16677,7 +16700,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16845,11 +16868,6 @@ msgstr "" msgid "eInvoicing" msgstr "еФактурирање" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "еФактурирање и плаќања" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16921,7 +16939,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17123,3 +17141,32 @@ msgstr "Ајланд острови" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Менаџмент на трошоци" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "еФактурирање и плаќања" + +#~ msgid "Installed Modules" +#~ msgstr "Инсталирани модули" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Енкриптирана лозинка\n" +#~ "==================\n" +#~ "\n" +#~ "Интеракција со LDAP идентификацијата:\n" +#~ "-------------------------------------\n" +#~ "Овој модул моментално не е компатибилен со ``user_ldap`` модулот и\n" +#~ "ќе ја оневозможи LDAP комплетната идентификација доколку се инсталираат во " +#~ "исто време.\n" diff --git a/openerp/addons/base/i18n/mn.po b/openerp/addons/base/i18n/mn.po index b01e82629a0..f9abd371ba6 100644 --- a/openerp/addons/base/i18n/mn.po +++ b/openerp/addons/base/i18n/mn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -165,6 +165,16 @@ msgstr "" "харгалзаа зэрэгт орчуулгыг хуулна.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -343,104 +353,6 @@ msgstr "" "(анхныхаараа, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -824,45 +736,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1173,27 +1046,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Шифрлэгдсэн нууц үгүүд\n" -"==================\n" -"\n" -"LDAP хандалтын хяналттай холбогдох байдал:\n" -"-------------------------------------\n" -"Энэ модуль нь одоогоор ``user_ldap`` модультай нийцтэй биш бөгөөд LDAP " -"хандалтын хяналтыг хэрэв суулгагдсан байгаа тохиолдолд идэвхгүй болгодог.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1270,6 +1122,37 @@ msgstr "" "хэсэг нь л үлдсэн.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3652,6 +3535,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -5518,8 +5416,8 @@ msgstr "%p - AM болон PM цагийн ижил дүрслэл." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copy)" @@ -5540,7 +5438,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Зуун үгүй он [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5869,7 +5767,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -6118,6 +6016,8 @@ msgstr "Үйлдлүүд" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -6202,6 +6102,101 @@ msgstr "Хаягийн төрөл" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -6214,9 +6209,9 @@ msgid "" msgstr "Улсын засаг захиргааны нэгж. Тухайлбал: Холбоо. Муж, Хэсэг, Аймаг" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -6311,11 +6306,6 @@ msgstr "" msgid "Always Searchable" msgstr "Үргэлж хайгдахуйц" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -6410,7 +6400,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -6424,11 +6414,6 @@ msgstr "Аппликэшн" msgid "Application Terms" msgstr "Програмын нэр томъёонууд" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -7092,7 +7077,7 @@ msgstr "" "импорт хийнэ үү." #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Супер хэрэглэгчийг устгах боломжгүй!" @@ -7105,17 +7090,11 @@ msgstr "" "'%s' модулийг шинэчлэх боломжтой. Учир нь энэ модуль суугаагүй байна." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Нэг удаад зөвхөн нэг баганын нэрийг өөрчилж чадна!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -7168,7 +7147,7 @@ msgid "Cannot duplicate configuration!" msgstr "Тохиргоог хувилж чадахгүй!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -7253,7 +7232,7 @@ msgid "Change the user password." msgstr "Хэрэглэгчийн нууц үгийг солих" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -7267,20 +7246,20 @@ msgstr "" "даруулыг дарж өөрчлөлтийг цуцлаж болно." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Моделийн талбарыг өөрчлөх явдал зөвшөөрөгдөхгүй!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Энэ \"%s\" талбарын хадгалах системийг өөрчлөх явдал системд зөвшөөрөгдөхгүй." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -7538,6 +7517,11 @@ msgstr "Колумб" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7769,13 +7753,13 @@ msgid "Connection Security" msgstr "Холболтын Нууцлал" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Холболтын Тест амжилтгүй боллоо!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Холболтын Тест амжилттай боллоо!" @@ -7908,7 +7892,7 @@ msgid "Costa Rica - Accounting" msgstr "Коста Рика - Санхүү" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Имэйл хаяггүй холбох хаяг үүсгэх боломжгүй!" @@ -8345,7 +8329,7 @@ msgid "Custom Shortcuts" msgstr "Зохиомол товчлол" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Нэмэлт талбарын нэр нь 'x_' -аар эхэлсэн байх ёстой !" @@ -8622,7 +8606,7 @@ msgid "Delete Access Right" msgstr "Хандах Эрхийг Устгах" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8820,8 +8804,8 @@ msgid "Document Management System" msgstr "Баримтын Менежментийн Систем" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Баримтын модель" @@ -8831,6 +8815,11 @@ msgstr "Баримтын модель" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8855,6 +8844,11 @@ msgstr "Доминик" msgid "Dominican Republic" msgstr "Доминик ард улс" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8888,7 +8882,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8933,14 +8927,6 @@ msgstr "Эквадор" msgid "Ecuador - Accounting" msgstr "Эквадор - Санхүү" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8957,7 +8943,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Цахим Өгөгдөл Солилцоо (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -9058,15 +9044,15 @@ msgid "Eritrea" msgstr "Эритрея" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -9074,7 +9060,7 @@ msgstr "Эритрея" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -9093,7 +9079,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Алдаа! Рекурсив ангилал үүсгэж болохгүй." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -9101,16 +9087,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Алдаа!" @@ -9156,7 +9142,7 @@ msgid "Events Sales" msgstr "Үйл явдлын Борлуулалт" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Бүх зүйлс зөв суусан шиг байна!" @@ -9204,8 +9190,8 @@ msgstr "Гүйцэтгэх" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Зардлын менежмент" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -9404,7 +9390,7 @@ msgid "Field Type" msgstr "Талбарын төрөл" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9636,7 +9622,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Холбоост талбарын хувьд холбох моделийн техникийн нэр" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Сонгох талбарын хувьд Сонгох Хувилбар өгөгдсөн байх ёстой." @@ -10224,7 +10210,7 @@ msgid "Here is the exported translation file:" msgstr "Энэ нь экспортлогдсон орчуулгын файл:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -10591,12 +10577,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10800,6 +10785,11 @@ msgstr "Өргөтгөсөн дэлгэц" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10861,12 +10851,6 @@ msgstr "Суулгасан" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Суулгасан Модулиуд" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10940,7 +10924,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Банкны Дансны Төрөлийн нэрийн формат буруу" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Хайлтын буруу нөхцөл" @@ -10951,13 +10935,13 @@ msgid "Invalid arguments" msgstr "Алдаатай аргумент" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10992,7 +10976,7 @@ msgid "Invalid model name in the action definition." msgstr "Үйлдлийн тодорхойлолтод буруу моделийн нэр байна." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -11091,8 +11075,8 @@ msgstr "Израйл" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Асуудал Хөтлөгч" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -11686,13 +11670,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Литв хэл / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11707,6 +11691,12 @@ msgstr "Ачааллах" msgid "Load a Translation" msgstr "Орчуулга ачааллах" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11812,13 +11802,13 @@ msgid "Madam" msgstr "Хатагтай" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -12172,7 +12162,7 @@ msgid "Miss" msgstr "Хатагтай" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "SMTP Сервер Алга" @@ -12212,13 +12202,13 @@ msgid "Model" msgstr "Модел" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Модель %s байхгүй байна!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -12280,8 +12270,8 @@ msgid "" msgstr "Метод дуудагдах моделийн нэр. Тухайлбал 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -12632,7 +12622,7 @@ msgid "New Zealand" msgstr "Шинэ зеланд" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12694,7 +12684,7 @@ msgid "Niue" msgstr "Ниу" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12720,7 +12710,7 @@ msgstr "" "алга" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12766,6 +12756,11 @@ msgstr "Хойд марианы арлууд" msgid "Norway" msgstr "Норвеги" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12878,6 +12873,13 @@ msgstr "Объект:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12932,6 +12934,11 @@ msgstr "Олон баримтад." msgid "On delete property for many2one fields" msgstr "many2one талбарын on delete шинж" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12982,7 +12989,7 @@ msgid "Only if this bank account belong to your company" msgstr "Энэ банкны данс зөвхөн танай компанид харъяалагдаж байгаа тохиолдолд" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -13098,16 +13105,6 @@ msgstr "SMTP нэвтрэх заавал биш нууц үг" msgid "Optional username for SMTP authentication" msgstr "SMTP нэвтрэх нэр (албагүй)" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -13119,8 +13116,8 @@ msgid "Original View" msgstr "Ориг харагдац" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -13355,7 +13352,7 @@ msgid "Partners Geo-Localization" msgstr "Харилцагчийн Газарзүйн Байршлын Бүсчлэл" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Харилцагчид: " @@ -13452,9 +13449,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Тогтмол хугацааны үнэлгээ, Дүгнэлт, Судалгаа" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Зөвшөөрөл татгалзагдсан" @@ -13519,7 +13516,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -13528,7 +13525,7 @@ msgstr "" "уу." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -13559,7 +13556,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13809,7 +13806,7 @@ msgid "Properties" msgstr "Шинжүүд" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -14165,7 +14162,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Тархмал талбар \"%s\"-г нэрийг солих боломжгүй" @@ -14313,6 +14310,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -14385,7 +14387,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Дүрмүүд нь Бичлэгийн Дүрэм модель дээр хэрэглэгдэх боломжгүй." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -14433,7 +14435,7 @@ msgid "SMTP Server" msgstr "SMTP сервер" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL горим байхгүй байна" @@ -14845,6 +14847,11 @@ msgstr "" msgid "Server Action" msgstr "Сервер үйлдэл" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14882,7 +14889,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Нууцлалын шалтгаанаар хоосон нууц үг зөвшөөрөгдөхгүй!" @@ -14913,6 +14920,13 @@ msgstr "Дундын" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Локаль дээр бэлэн байгаа модулиудыг харуулж байна" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14985,7 +14999,7 @@ msgid "Size" msgstr "Хэмжээ" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -15058,25 +15072,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Заримдаа BIC юмуу Swift гэж нэрлэдэг." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Уулаарай, та энэ баримт руу хандах эрхгүй" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Уучлаарай, та энэ төрөлийн баримт үүсгэх зөвшөөрөл байхгүй байна." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Уучлаарай, та энэ баримтыг устгах зөвшөөрөлгүй." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Уучлаарай, та энэ баримтыг засварлах зөвшөөрөл байхгүй" @@ -15785,7 +15799,7 @@ msgstr "" "Та үүнийг хурдан хайлтад хэрэглэх боломжтой" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15794,7 +15808,7 @@ msgstr "" "болохгүй!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15803,7 +15817,7 @@ msgstr "" "Сонгох Сонголтын илэрхийлэл нь [('key','Label'), ...] форматтай байх ёстой!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15921,6 +15935,11 @@ msgid "" "any." msgstr "Энэ холбогчтой харилцах дотоод хэрэглэгч (хэрэв байгаа бол)." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15988,7 +16007,7 @@ msgstr "" "ий гурвалсан жагсаалтаар илэрхийлэгддэг. Тухайлбал: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "osv_memory талбарыг зөвхөн = эсвэл != оператороор жиших боломжтой." @@ -16051,7 +16070,7 @@ msgid "The record id this is attached to" msgstr "хавсрагдсан бичлэгийн дугаар" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -16124,7 +16143,7 @@ msgid "This Window" msgstr "Энэ цонх" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -16191,6 +16210,12 @@ msgstr "" "Энэ бол хэвлэлтийн гаралтыг хадгалах файлын нэр. Хадгалахыг хүсэхгүй бол " "хоосон орхино. Объект болон хугацаа оролцсон python код ашиглаж болно." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -16399,7 +16424,7 @@ msgid "Translation comments" msgstr "Орчуулгын Сэтгэгдлүүд" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16609,6 +16634,11 @@ msgstr "" "\"%s\" модулийн хувилбарыг ахиулах боломжгүй учир нь гадаад хамаарал " "биелэхгүй байна: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16647,7 +16677,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Тайлангийн мэдэгдэхгүй төрөл: %s" @@ -16862,12 +16892,6 @@ msgstr "Хэрэглэгчийн интерфейс" msgid "User Login" msgstr "Хэрэглэгч Нэвтрэх" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -17131,12 +17155,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Сануулга" @@ -17150,7 +17174,7 @@ msgstr "Санамж Зурвас болон Сэрүүлэг" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Анхааруулга!" @@ -17529,7 +17553,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -17547,7 +17571,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17647,7 +17671,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17659,7 +17683,7 @@ msgstr "" "шилжсэнээр шийдвэрлэх боломжтой." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17829,11 +17853,6 @@ msgstr "" msgid "eInvoicing" msgstr "цНэхэмцлэх" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "цНэхэмжлэх ба Төлбөр" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17905,7 +17924,7 @@ msgid "ltd" msgstr "ххк" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -18109,3 +18128,34 @@ msgstr "Аландийн Арлууд" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "цНэхэмжлэх ба Төлбөр" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Шифрлэгдсэн нууц үгүүд\n" +#~ "==================\n" +#~ "\n" +#~ "LDAP хандалтын хяналттай холбогдох байдал:\n" +#~ "-------------------------------------\n" +#~ "Энэ модуль нь одоогоор ``user_ldap`` модультай нийцтэй биш бөгөөд LDAP " +#~ "хандалтын хяналтыг хэрэв суулгагдсан байгаа тохиолдолд идэвхгүй болгодог.\n" + +#~ msgid "Expense Management" +#~ msgstr "Зардлын менежмент" + +#~ msgid "Issue Tracker" +#~ msgstr "Асуудал Хөтлөгч" + +#~ msgid "Installed Modules" +#~ msgstr "Суулгасан Модулиуд" diff --git a/openerp/addons/base/i18n/nb.po b/openerp/addons/base/i18n/nb.po index 75baf2a19c4..d9cccce959c 100644 --- a/openerp/addons/base/i18n/nb.po +++ b/openerp/addons/base/i18n/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:10+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:53+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -156,6 +156,16 @@ msgstr "" " maler til målobjekter.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -307,104 +317,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -785,45 +697,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1099,27 +972,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Krypterte passord\n" -"===============\n" -"\n" -"Interaksjon med LDAP-autentisering:\n" -"-------------------------------\n" -"Denne modulen er for tiden ikke kompatibel med ''user_ldap'' modulen,\n" -"og vil skru av LDAP-autentisering hvis den blir installert samtidig.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1166,6 +1018,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3304,6 +3187,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4919,8 +4817,8 @@ msgstr "%p - Tilsvarende til enten AM eller PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopi)" @@ -4941,7 +4839,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - År uten århundre [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5268,7 +5166,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5517,6 +5415,8 @@ msgstr "Handlinger" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5601,6 +5501,101 @@ msgstr "Adressetype" msgid "Address format..." msgstr "Adresseformat..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5614,9 +5609,9 @@ msgstr "" "Administrative inndelinger for landet. For eksempel stat, departement, fylke" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Administratortilgang kreves for å avinstallere en modul" @@ -5710,11 +5705,6 @@ msgstr "" msgid "Always Searchable" msgstr "Alltid søkbar" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5809,7 +5799,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5823,11 +5813,6 @@ msgstr "Applikasjon" msgid "Application Terms" msgstr "Applikasjonsvilkår" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6489,7 +6474,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Kan ikke fjerne root brukereren!" @@ -6501,17 +6486,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Kan ikke oppgradere modulen '%s'. Den er ikke installert." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Kan bare gi nytt navn til en kolonne av gangen!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6564,7 +6543,7 @@ msgid "Cannot duplicate configuration!" msgstr "Kan ikke duplisere konfigurasjon!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6650,7 +6629,7 @@ msgid "Change the user password." msgstr "Endre brukerens passord." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6660,19 +6639,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Å endre modellen til et felt er ikke tillatt!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Endring av lagringssystemet for feltet \"%s\" er ikke tillatt." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6930,6 +6909,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "Colombia - Regnskapsføring" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7161,13 +7145,13 @@ msgid "Connection Security" msgstr "Tilkoblingssikkerhet" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Tilkoblingstest feilet!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Tilkoblingstest fullført!" @@ -7300,7 +7284,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Regnskapsføring" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Kunne ikke skape kontakt uten epostadresse!" @@ -7733,7 +7717,7 @@ msgid "Custom Shortcuts" msgstr "Tilpassede snarveier" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Egendefinerte felter må ha et navn som starter med 'x_' !" @@ -8001,7 +7985,7 @@ msgid "Delete Access Right" msgstr "Fjern tilgangsrettighet" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8200,8 +8184,8 @@ msgid "Document Management System" msgstr "Dokumentbehandlingssystem" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Dokumentmodell" @@ -8211,6 +8195,11 @@ msgstr "Dokumentmodell" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8235,6 +8224,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Den dominikanske republikk" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8268,7 +8262,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8313,14 +8307,6 @@ msgstr "Equador" msgid "Ecuador - Accounting" msgstr "Ecuador - Regnskapsføring" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8337,7 +8323,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronic Data Interchange (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8438,15 +8424,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8454,7 +8440,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8473,7 +8459,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Feil! Du kan ikke lage rekursive kategorier." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8481,16 +8467,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Feil!" @@ -8536,7 +8522,7 @@ msgid "Events Sales" msgstr "Messesalg" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Alt ser ut til å være satt opp korrekt!" @@ -8582,8 +8568,8 @@ msgstr "Utføring" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Utleggsstyring" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8777,7 +8763,7 @@ msgid "Field Type" msgstr "Felttype" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -9010,7 +8996,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "For relasjonsfelt, det tekniske navnet til målmodellen" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "For utvalgsfelt må utvalgsalternativer velges!" @@ -9586,7 +9572,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9952,12 +9938,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10161,6 +10146,11 @@ msgstr "Nedarvet visning" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10222,12 +10212,6 @@ msgstr "Installert" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Installerte moduler" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10301,7 +10285,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Ugyldig navneformat for kontotype" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Ugyldige søkekriterier" @@ -10312,13 +10296,13 @@ msgid "Invalid arguments" msgstr "Ugyldige argumenter" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10352,7 +10336,7 @@ msgid "Invalid model name in the action definition." msgstr "Ugyldig modellnavn i handlingsdefinisjonen" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10451,7 +10435,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -11039,13 +11023,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litauensk / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -11060,6 +11044,12 @@ msgstr "" msgid "Load a Translation" msgstr "Last inn oversettelse" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11165,13 +11155,13 @@ msgid "Madam" msgstr "Fru" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11524,7 +11514,7 @@ msgid "Miss" msgstr "Frøken" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Mangler SMTP server" @@ -11564,13 +11554,13 @@ msgid "Model" msgstr "Modell" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Modell %s finnes ikke!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Modell '%s' inneholder moduldata, og kan ikke fjernes!" @@ -11634,8 +11624,8 @@ msgstr "" "'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11986,7 +11976,7 @@ msgid "New Zealand" msgstr "New Zealand" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12049,7 +12039,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -12074,7 +12064,7 @@ msgstr "" "Ingen matchende post for %(field_type)s '%(value)s' i felt '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12117,6 +12107,11 @@ msgstr "Marianaøyene" msgid "Norway" msgstr "Norge" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12229,6 +12224,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12283,6 +12285,11 @@ msgstr "På flere dok." msgid "On delete property for many2one fields" msgstr "On delete attributt for mange-til-en felt" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12333,7 +12340,7 @@ msgid "Only if this bank account belong to your company" msgstr "Kun hvis denne bankkontoen tilhører ditt selskap" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12450,16 +12457,6 @@ msgstr "Opsjonelt passord for SMTP autentisering" msgid "Optional username for SMTP authentication" msgstr "Opsjonelt brukernavn for SMTP autentisering" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12471,8 +12468,8 @@ msgid "Original View" msgstr "Original visning" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12708,7 +12705,7 @@ msgid "Partners Geo-Localization" msgstr "Partner geolokasjon" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partnere: " @@ -12805,9 +12802,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Periodiske evalueringer, verdivurdering, spørreundersøkelser" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12872,14 +12869,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "Kontoplan for Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12906,7 +12903,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13156,7 +13153,7 @@ msgid "Properties" msgstr "Egenskaper" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13511,7 +13508,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Det er ikke tillatt å tildele feltet \"%s\" et nytt navn" @@ -13659,6 +13656,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13731,7 +13733,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Regler kan ikke brukes på regelmodellen for poster" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13777,7 +13779,7 @@ msgid "SMTP Server" msgstr "SMTP tjener" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP over SSL modus ikke tilgjengelig" @@ -14187,6 +14189,11 @@ msgstr "" msgid "Server Action" msgstr "Tjenerhandling" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14224,7 +14231,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Tomme passord er ikke tillatt!" @@ -14255,6 +14262,13 @@ msgstr "" msgid "Shipping" msgstr "Frakt" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14327,7 +14341,7 @@ msgid "Size" msgstr "Størrelse" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14400,25 +14414,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Noen ganger kalt BIC eller Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Beklager, du har ikke tilgang til dette dokumentet." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Beklager, du har ikke tillatelse til å skape denne typen dokument." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Beklager, du har ikke tillatelse til å slette dette dokumentet." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Beklager, du har ikke tillatelse til å modifisere dette dokumentet." @@ -15127,7 +15141,7 @@ msgstr "" "Du kan bruke dette i hurtigsøkfeltet." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15135,7 +15149,7 @@ msgstr "" "Objektnavnet må starte med x_ og kan ikke inneholde noen spesialkarakterer !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15143,7 +15157,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15264,6 +15278,11 @@ msgid "" msgstr "" "Intern bruker med ansvar for kommunikasjon med denne kontakten, hvis noen." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15332,7 +15351,7 @@ msgstr "" "eksempel [(color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15394,7 +15413,7 @@ msgid "The record id this is attached to" msgstr "IDen denne posten er tilkoblet" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15463,7 +15482,7 @@ msgid "This Window" msgstr "Dette vinduet" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Denne kolonnen inneholder moduldata, og kan ikke fjernes!" @@ -15528,6 +15547,12 @@ msgstr "" "utskriften. La det være blankt for å ikke lagre utskrevne rapporter. Du kan " "benytte et python-uttrykk på objektet, og variabler for tid/dato." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15736,7 +15761,7 @@ msgid "Translation comments" msgstr "Oversettelseskommentarer" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15944,6 +15969,11 @@ msgstr "" "Kunne ikke oppdatere modulen \"%s\" fordi en ekstern avhengighet ikke er " "møtt: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15982,7 +16012,7 @@ msgid "United States - Chart of accounts" msgstr "USA - Kontoplan" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Ukjent rapporttype: %s" @@ -16195,12 +16225,6 @@ msgstr "Brukergrensesnitt" msgid "User Login" msgstr "Brukernavn" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16463,12 +16487,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Advarsel" @@ -16482,7 +16506,7 @@ msgstr "Advarsler, meldinger og varsler" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Advarsel!" @@ -16859,7 +16883,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16877,7 +16901,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16975,7 +16999,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16987,7 +17011,7 @@ msgstr "" "serveren løse problemet." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17155,11 +17179,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFaktura" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eFaktura og betaling" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17233,7 +17252,7 @@ msgid "ltd" msgstr "AS" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17435,3 +17454,31 @@ msgstr "Åland øyene" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Krypterte passord\n" +#~ "===============\n" +#~ "\n" +#~ "Interaksjon med LDAP-autentisering:\n" +#~ "-------------------------------\n" +#~ "Denne modulen er for tiden ikke kompatibel med ''user_ldap'' modulen,\n" +#~ "og vil skru av LDAP-autentisering hvis den blir installert samtidig.\n" + +#~ msgid "Expense Management" +#~ msgstr "Utleggsstyring" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eFaktura og betaling" + +#~ msgid "Installed Modules" +#~ msgstr "Installerte moduler" diff --git a/openerp/addons/base/i18n/nl.po b/openerp/addons/base/i18n/nl.po index dc109a14f79..fb1eb4cb49d 100644 --- a/openerp/addons/base/i18n/nl.po +++ b/openerp/addons/base/i18n/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-09-17 06:53+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-06 09:24+0000\n" "Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-19 08:23+0000\n" +"X-Launchpad-Export-Date: 2014-10-07 07:04+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -57,6 +57,14 @@ msgid "" "sale discount to a customer.\n" "\n" msgstr "" +"\n" +"\n" +"=======================\n" +"\n" +"Deze module geeft de mogelijkheid dat een kassamedewerker snel een " +"procentuele korting kan geven\n" +"aan een klant.\n" +"\n" #. module: base #: model:ir.module.module,description:base.module_l10n_hu @@ -149,6 +157,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -303,104 +321,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -768,45 +688,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1045,6 +926,9 @@ msgid "" "Documentation based on question and pertinent answers of Forum\n" " " msgstr "" +"\n" +"Documentatie gebaseerd op vragen en antwoorden op het forum\n" +" " #. module: base #: model:ir.module.module,description:base.module_purchase_double_validation @@ -1083,19 +967,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1142,6 +1013,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -1295,6 +1197,12 @@ msgid "" "Collects web application usage with Google Analytics.\n" " " msgstr "" +"\n" +"Google Analytics.\n" +"=================\n" +"\n" +"Monitor het website gebruik met Google Analytics.\n" +" " #. module: base #: model:ir.module.module,description:base.module_web_graph @@ -2214,6 +2122,9 @@ msgid "" "Online Events\n" " " msgstr "" +"\n" +"Online evenementen\n" +" " #. module: base #: model:ir.module.module,description:base.module_website_blog @@ -2523,6 +2434,11 @@ msgid "" "\n" " " msgstr "" +"\n" +"Onze team pagina\n" +"=============\n" +"\n" +" " #. module: base #: model:ir.module.module,description:base.module_l10n_pa @@ -2546,6 +2462,10 @@ msgid "" "========================\n" " " msgstr "" +"\n" +"Relatie Geo lokalisatie\n" +"========================\n" +" " #. module: base #: model:ir.module.module,description:base.module_hr_evaluation @@ -2682,6 +2602,10 @@ msgid "" "==========================\n" " " msgstr "" +"\n" +"Publiceer en wijs relatie toe\n" +"==========================\n" +" " #. module: base #: model:ir.module.module,description:base.module_point_of_sale @@ -3227,6 +3151,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4571,6 +4510,9 @@ msgid "" "Use the website editor to customize your reports.\n" " " msgstr "" +"\n" +"Gebruik de website editor om uw rapporten aan te passen.\n" +" " #. module: base #: model:ir.module.module,description:base.module_sales_team @@ -4797,8 +4739,8 @@ msgstr "%p - Equivalent van AM of PM" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopie)" @@ -4819,7 +4761,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Jaar zonder eeuw [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5207,7 +5149,7 @@ msgid "A module with dummy methods." msgstr "Een module met dummy methodes" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "Een eenheid moet worden aangeleverd bij tijdsduur widgets" @@ -5456,6 +5398,8 @@ msgstr "Acties" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5540,6 +5484,101 @@ msgstr "Soort adres" msgid "Address format..." msgstr "Adres formaat..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5552,9 +5591,9 @@ msgid "" msgstr "Administratieve onderverdelen van een land." #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Administrator toegang is nodig om een module te kunnen verwijderen." @@ -5648,11 +5687,6 @@ msgstr "" msgid "Always Searchable" msgstr "Altijd doorzoekbaar" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "Altijd toegepast" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5660,6 +5694,8 @@ msgid "" "Ambiguous specification for field '%(field)s', only provide one of name, " "external id or database id" msgstr "" +"Dubbelzinnige specificatie voor veld '%(field)s'. U dient of een naam, of " +"een externe id of een database id op te geven." #. module: base #: model:res.country,name:base.as @@ -5746,7 +5782,7 @@ msgid "Applicant Resumes and Letters" msgstr "Sollicitant brieven en CV's" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5760,11 +5796,6 @@ msgstr "Toepassing" msgid "Application Terms" msgstr "Applicatie uitdrukkingen" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "Programmastatus" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5876,7 +5907,7 @@ msgstr "Verenigingenbeheer" #. module: base #: model:ir.module.module,shortdesc:base.module_website_membership msgid "Associations: Members" -msgstr "" +msgstr "Verenigingen: Leden" #. module: base #: field:ir.actions.server,link_new_record:0 @@ -6214,7 +6245,7 @@ msgstr "België - Loonadministratie" #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_be_hr_payroll_account msgid "Belgium - Payroll with Accounting" -msgstr "" +msgstr "België - Loonafschriften met boekhouding" #. module: base #: model:ir.module.module,shortdesc:base.module_l10n_be_invoice_bba @@ -6434,7 +6465,7 @@ msgstr "" "velden separaat." #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "U kunt de hoofdgebruiker niet verwijderen!" @@ -6446,17 +6477,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Kan module '%s' niet bijwerken. Deze is niet geïnstalleerd." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Kan slechts één kolom per keer wijzigen!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6509,7 +6534,7 @@ msgid "Cannot duplicate configuration!" msgstr "Het is niet mogelijk de instellingen te dupliceren!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6595,7 +6620,7 @@ msgid "Change the user password." msgstr "Gebruikers wachtwoord wijzigen." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6610,20 +6635,20 @@ msgstr "" "wijziging af te breken." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Het wijzigen van het model van een veld is niet toegestaan!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Het veranderen van het opslagsysteem voor veld \"%s\" is niet toegestaan." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6677,6 +6702,8 @@ msgid "" "Check this if you want to link the newly-created record to the current " "record on which the server action runs." msgstr "" +"Vink dit aan indien u nieuw aangemaakte records wilt koppelen aan de huidige " +"record waarop de server nu loopt." #. module: base #: help:res.company,custom_footer:0 @@ -6693,11 +6720,13 @@ msgid "" "Check to attach the newly created record to the record on which the server " "action runs." msgstr "" +"Vink dit aan indien u nieuw aangemaakte records wilt koppelen aan het record " +"waarop de server nu loopt." #. module: base #: field:ir.actions.server,child_ids:0 msgid "Child Actions" -msgstr "" +msgstr "Onderliggende acties" #. module: base #: field:ir.module.category,child_ids:0 @@ -6730,6 +6759,8 @@ msgid "" "Child server actions that will be executed. Note that the last return " "returned action value will be used as global return value." msgstr "" +"Onderliggende server acties welke worden uitgevoerd. Let op dat de laatste " +"geretourneerde actie waarde wordt gebruikt als globale return waarde." #. module: base #: model:res.country,name:base.cl @@ -6883,6 +6914,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "Colombia - Boekhouding" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6973,7 +7009,7 @@ msgstr "Bedrijfsnaam" #: model:ir.actions.act_window,name:base.ir_property_form #: model:ir.ui.menu,name:base.menu_ir_property_form_all msgid "Company Properties" -msgstr "" +msgstr "Bedrijf opties" #. module: base #: field:res.company,company_registry:0 @@ -7041,6 +7077,11 @@ msgid "" "expression, like 'object.list_price > 5000'. A void condition is considered " "as always True. Help about python expression is given in the help tab." msgstr "" +"Conditie welke wordt gecontroleerd voordat de serveractie wordt uitgevoerd. " +"Indien deze niet is gecontroleerd, wordt de actie niet uitgevoerd. De " +"conditie is een Python expressie, zoals bijvoorbeeld 'object.list_price > " +"5000'. Een leegte voorwaarde wordt beschouwd als altijd waar. Help over " +"python expressie wordt gegeven in het help tabblad." #. module: base #: view:workflow.activity:base.view_workflow_activity_form @@ -7101,7 +7142,7 @@ msgstr "Democratische Republiek Congo" #. module: base #: model:ir.module.module,summary:base.module_hw_proxy msgid "Connect the Web Client to Hardware Peripherals" -msgstr "" +msgstr "Koppel de webclient aan de Hatrdware" #. module: base #: view:ir.mail_server:base.ir_mail_server_form @@ -7114,13 +7155,13 @@ msgid "Connection Security" msgstr "Connectie beveiliging" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Connectie test niet geslaagd!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Connectie test geslaagd!" @@ -7224,7 +7265,7 @@ msgstr "Bijdragers" #. module: base #: selection:ir.actions.report.xml,report_type:0 msgid "Controller" -msgstr "" +msgstr "Controller" #. module: base #: model:res.country,name:base.ck @@ -7253,7 +7294,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Boekhouding" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Niet mogelijk een contactpersoon aan te maken zonder e-mail adres" @@ -7376,6 +7417,9 @@ msgid "" "Create and manage the companies that will be managed by Odoo from here. " "Shops or subsidiaries can be created and maintained from here." msgstr "" +"Maak en beheer de bedrijven welke worden beheert door Odoo, hier aan. " +"Winkels en dochterondernemingen kunnen vanaf hier worden aangemaakt en " +"beheert." #. module: base #: model:ir.actions.act_window,help:base.action_res_users @@ -7393,12 +7437,12 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_survey msgid "Create surveys, collect answers and print statistics" -msgstr "" +msgstr "Maak Enquêtes, verzamel antwoorden en druk statistieken af." #. module: base #: field:ir.actions.server,crud_model_name:0 msgid "Create/Write Target Model Name" -msgstr "" +msgstr "Aanmaken/Schrijven doel modelnaam" #. module: base #: view:ir.module.module:base.module_form @@ -7690,7 +7734,7 @@ msgid "Custom Shortcuts" msgstr "Eigen sneltoetsen" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Eigen velden dienen een naam te hebben die begint met 'x_' !" @@ -7971,7 +8015,7 @@ msgid "Delete Access Right" msgstr "Toegangsrechten verwijderen" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "Verwijderen van de actieregel is mislukt." @@ -8109,6 +8153,8 @@ msgstr "Geef editor balk weer op website" #: view:ir.actions.server:base.view_server_action_form msgid "Display an option on related documents to run this sever action" msgstr "" +"Geef een optie weer op het bijbehorende document om deze server actie te " +"starten" #. module: base #: model:ir.actions.act_window,help:base.action_country_group @@ -8116,6 +8162,9 @@ msgid "" "Display and manage the list of all countries group. You can create or delete " "country group to make sure the ones you are working on will be maintained." msgstr "" +"Weergeven en beheren van de lijst van alle landen groepen. U kunt " +"landengroep maken of verwijderen om ervoor te zorgen dat degene waarmee je " +"bent bezig zal worden gehandhaafd." #. module: base #: model:ir.actions.act_window,help:base.action_country @@ -8173,8 +8222,8 @@ msgid "Document Management System" msgstr "Document Beheer Systeem" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Document model" @@ -8184,6 +8233,11 @@ msgstr "Document model" msgid "Documentation" msgstr "Documentatie" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "Documentatie voorbeel test" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8208,6 +8262,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Dominicaanse Republiek" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8239,9 +8298,10 @@ msgstr "Dummie" #, python-format msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" +"Het dupliceren avne en workflow is niet toegestaan. Maak een nieuwe aan." #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "Tijdsduur kan niet negatief zijn" @@ -8286,14 +8346,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Boekhouding" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8310,10 +8362,10 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Electronic Data Interchange (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" -msgstr "" +msgstr "Element '%s' kan niet worden gevonden in de bovenliggende wergave" #. module: base #: code:addons/base/res/res_company.py:165 @@ -8394,6 +8446,8 @@ msgid "" "Enter Python code here. Help about Python expression is available in the " "help tab of this document." msgstr "" +"Geef hier Python code in. Help over het gebruik van Python expressies is " +"beschikbaar in de help tab van dit document." #. module: base #: model:ir.module.module,shortdesc:base.module_account_sequence @@ -8411,15 +8465,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8427,7 +8481,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8446,7 +8500,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Fout ! U kunt geen recursieve categorieën aanmaken." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8456,16 +8510,16 @@ msgstr "" "Weergave`%(view_name)s`" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Fout!" @@ -8511,7 +8565,7 @@ msgid "Events Sales" msgstr "Verkoop evenementen" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Alles lijkt goed geïnstalleerd te zijn!" @@ -8519,7 +8573,7 @@ msgstr "Alles lijkt goed geïnstalleerd te zijn!" #. module: base #: view:ir.actions.server:base.view_server_action_form msgid "Example of condition expression using Python" -msgstr "" +msgstr "Voorbeelden van condities en expressies in Python" #. module: base #: model:ir.module.module,description:base.module_gamification_sale_crm @@ -8527,6 +8581,8 @@ msgid "" "Example of goal definitions and challenges that can be used related to the " "usage of the CRM Sale module." msgstr "" +"Voorbeelden van doelstellingen en uitdagingen welke kunnen worden gebruikt " +"voor het gebruik in de CRM verkoop module" #. module: base #: view:ir.actions.server:base.view_server_action_form @@ -8550,7 +8606,7 @@ msgstr "Voorbeelden" #. module: base #: view:ir.actions.server:base.view_server_action_form msgid "Execute several actions" -msgstr "" +msgstr "Start verschillende acties" #. module: base #: view:ir.cron:base.ir_cron_view_search @@ -8559,8 +8615,8 @@ msgstr "Uitvoering" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Declaratiebeheer" +msgid "Expense Tracker" +msgstr "Kosten volger" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8760,7 +8816,7 @@ msgid "Field Type" msgstr "Soort veld" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "Veld %(field_name)s` bestaat niet" @@ -8997,7 +9053,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Voor relatievelden, de technische naam van het doelmodel" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Voor selectievelden moeten de selectie-opties opgegeven worden!" @@ -9242,7 +9298,7 @@ msgstr "" #. module: base #: model:ir.module.module,description:base.module_website_mail msgid "Glue module holding mail improvements for website." -msgstr "" +msgstr "Verbindingsmodule voor mail verbeteringen voor de website." #. module: base #: code:addons/base/res/res_config.py:703 @@ -9441,6 +9497,11 @@ msgid "" "allows you to define the url of a custom controller outputting any kind of " "report." msgstr "" +"HTML zal het rapport direct in uw browser openen, PDF maakt gebruik van " +"wkhtmltopdf om de HTML om te zetten naar een PDF bestand en geeft u de " +"mogelijkheid deze te downloaden. Controller geeft u de mogelijkheid om een " +"URL te definiëren van een specifieke controller voor de output van ieder " +"soort rapport." #. module: base #: model:ir.model,name:base.model_ir_http @@ -9584,7 +9645,7 @@ msgid "Here is the exported translation file:" msgstr "Hier is het geëxporteerde vertaalbestand:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9854,6 +9915,8 @@ msgid "" "If checked and the action is bound to a model, it will only appear in the " "More menu on list views" msgstr "" +"Indien aangevinkt en de actie is gekoppeld aan een model, dan zal deze " +"alleen verschijnen in het 'Meer' menu in de lijstwergave" #. module: base #: help:ir.mail_server,smtp_debug:0 @@ -9926,6 +9989,8 @@ msgid "" "If specified, this action will be opened at log on for this user, in " "addition to the standard menu." msgstr "" +"Indien gespecificeerd zal deze actie worden geopend bij inloggen voor deze " +"gebruiker, als toevoeging op het standaard menu" #. module: base #: help:ir.ui.menu,needaction_enabled:0 @@ -9956,12 +10021,11 @@ msgstr "" "groepen." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10035,6 +10099,7 @@ msgstr "" #: view:base.module.upgrade:base.view_base_module_upgrade msgid "If you wish to cancel the process, press the cancel button below" msgstr "" +"Indien u het proces wilt annuleren, drukt u op de annuleer knop onderaan." #. module: base #: field:res.country,image:0 @@ -10165,6 +10230,11 @@ msgstr "Afgeleide weergave" msgid "Inherited Views" msgstr "Overerfde wergaven" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "Overerfde modellen" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10226,12 +10296,6 @@ msgstr "Geïnstalleerd" msgid "Installed Features" msgstr "Geïnstalleerde opties" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Geïnstalleerde modules" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10305,7 +10369,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Ongeldig bankrekening typenaam formaat." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Ongeldige zoekcriteria" @@ -10316,13 +10380,13 @@ msgid "Invalid arguments" msgstr "Ongeldige argumenten" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" -msgstr "" +msgstr "Ongeldige context default_groups_ref value (model.name_id) : \"%s\"" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "Ongeldige context waarde" @@ -10349,6 +10413,8 @@ msgid "" "Invalid inheritance mode: if the mode is 'extension', the view must extend " "an other view" msgstr "" +"Ongeldig overerf mode: indien de mode is ingesteld op 'extension', dan moet " +"de weergave een andere weergave uitbreiden" #. module: base #: code:addons/base/ir/ir_actions.py:222 @@ -10357,10 +10423,10 @@ msgid "Invalid model name in the action definition." msgstr "Ongeldige modelnaam in de definitie van de actie." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" -msgstr "" +msgstr "Ongeldige positie kenmerk: '%s'" #. module: base #: code:addons/base/ir/ir_sequence.py:260 @@ -10456,8 +10522,8 @@ msgstr "Israël" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Issue tracker" +msgid "Issue Tracking" +msgstr "Issue tracking" #. module: base #: selection:base.language.install,lang:0 @@ -11051,16 +11117,16 @@ msgstr "Litouwen" msgid "Lithuanian / Lietuvių kalba" msgstr "Litouws / Lietuvių kalba" +#. module: base +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" +msgstr "Live Chat" + #. module: base #: model:ir.module.module,summary:base.module_im_livechat msgid "Live Chat with Visitors/Customers" msgstr "Live chat met bezoekers/klanten" -#. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" -msgstr "Live Support" - #. module: base #: view:base.language.install:base.view_base_language_install msgid "Load" @@ -11073,6 +11139,12 @@ msgstr "Laden" msgid "Load a Translation" msgstr "Laad een vertaling" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "Lokale modules" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11178,13 +11250,13 @@ msgid "Madam" msgstr "Mevrouw" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "E-mail afleveren mislukt" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11206,7 +11278,7 @@ msgstr "Moederorganisatie" #. module: base #: field:ir.actions.report.xml,report_rml:0 msgid "Main Report File Path/controller" -msgstr "" +msgstr "Hoofdrapport bestandenpad/controller" #. module: base #: field:ir.module.module,maintainer:0 @@ -11539,7 +11611,7 @@ msgid "Miss" msgstr "Mej." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Ontbrekende SMTP Server" @@ -11579,13 +11651,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s bestaat niet!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Model '%s' bevat module gegevens die niet verwijderd kunnen worden!" @@ -11648,8 +11720,8 @@ msgstr "" "Modelnaam van de methode welke wordt aangeroepen, bijv. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "Model niet gevonden: %(model)s" @@ -12002,7 +12074,7 @@ msgid "New Zealand" msgstr "Nieuw-Zeeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -12066,10 +12138,11 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" +"Geen valutakoers gekoppeld aan valuta '%s' voor de opgegeven periode." #. module: base #: selection:ir.sequence,implementation:0 @@ -12092,7 +12165,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -12138,6 +12211,11 @@ msgstr "Noordelijke Marianaeilanden" msgid "Norway" msgstr "Noorwegen" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12250,6 +12328,13 @@ msgstr "Object:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "Odoo apps zijn binnenkort beschikbaar" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12306,6 +12391,11 @@ msgstr "Op meerdere doc." msgid "On delete property for many2one fields" msgstr "'On delete' eigenschap voor many2one velden" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "Online facturatie" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12356,7 +12446,7 @@ msgid "Only if this bank account belong to your company" msgstr "Alleen wanneer dit bankrekeningnummer behoort tot uw bedrijf" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12475,16 +12565,6 @@ msgstr "Optioneel wachtwoord voor SMTP authenticatie" msgid "Optional username for SMTP authentication" msgstr "Optionele gebruikersnaam voor SMTP authenticatie" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "Optioneel, uitgeschakeld" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "Optioneel, ingeschakeld" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12496,8 +12576,8 @@ msgid "Original View" msgstr "Oorspronkelijke Weergave" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12687,7 +12767,7 @@ msgstr "Relatie toewijzing & Geolocatie" #. module: base #: model:ir.actions.act_window,name:base.action_partner_mass_mail msgid "Partner Mass Mailing" -msgstr "relatie bulk-malingen" +msgstr "Relatie bulk-malingen" #. module: base #: model:ir.module.module,summary:base.module_website_partner @@ -12732,7 +12812,7 @@ msgid "Partners Geo-Localization" msgstr "Partners Geo-Lokalisatie" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Relaties: " @@ -12763,7 +12843,7 @@ msgstr "Betaling verwerver" #: model:ir.module.module,description:base.module_payment #: model:ir.module.module,summary:base.module_payment msgid "Payment Acquirer Base Module" -msgstr "" +msgstr "Betaalverwerver basis module" #. module: base #: model:ir.module.module,summary:base.module_payment_adyen @@ -12829,9 +12909,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Periodieke evaluaties, beoordelingen, enquêtes" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Toegang geweigerd" @@ -12896,14 +12976,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "Neem contact op met uw beheerder, als u denkt dat dit een fout is." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12934,7 +13014,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Specificeer een actie om te starten!" @@ -13062,7 +13142,7 @@ msgstr "PosBox Software Upgrader" #. module: base #: help:ir.model.constraint,name:0 msgid "PostgreSQL constraint or foreign key name." -msgstr "" +msgstr "PostgreSQL constraint of foreign key naam." #. module: base #: help:ir.model.relation,name:0 @@ -13090,6 +13170,8 @@ msgid "" "Preloads and speeds up website on public browsing of the website using " "Instantclick." msgstr "" +"Voorlader en snelheid verbeteraar voor de website, doro gebruik te maken van " +"Instantclick." #. module: base #: model:ir.module.module,summary:base.module_website_hr @@ -13188,7 +13270,7 @@ msgid "Properties" msgstr "Eigenschappen" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13209,11 +13291,13 @@ msgid "" "Provide an expression that, applied on the current record, gives the field " "to update." msgstr "" +"Geef een expresse in welke, indien toegepast op het huidige record, het veld " +"geeft om bij te werken." #. module: base #: help:ir.actions.server,link_field_id:0 msgid "Provide the field where the record id is stored after the operations." -msgstr "" +msgstr "Geef het veld waar het record id is opgeslagen na de bewerkingen." #. module: base #: model:res.groups,name:base.group_public @@ -13236,12 +13320,12 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_website_membership msgid "Publish Associations, Groups and Memberships" -msgstr "" +msgstr "Publiceer verenigingen, groepen en lidmaatschappen" #. module: base #: model:ir.module.module,summary:base.module_website_crm_partner_assign msgid "Publish Your Channel of Resellers" -msgstr "" +msgstr "Publiceer uw kanalen van resellers" #. module: base #: model:ir.module.module,summary:base.module_website_customer @@ -13478,7 +13562,7 @@ msgstr "Recursiefout in module-afhankelijkheden !" #. module: base #: constraint:ir.actions.server:0 msgid "Recursion found in child server actions" -msgstr "" +msgstr "Recursie gevonden in de onderliggende server acties" #. module: base #: model:ir.actions.act_window,name:base.res_request_link-act @@ -13515,7 +13599,7 @@ msgstr "Gekoppelde relatie" #. module: base #: field:ir.server.object.lines,server_id:0 msgid "Related Server Action" -msgstr "" +msgstr "Gerelateerde server actie" #. module: base #: field:ir.actions.server,wkf_field_id:0 @@ -13541,10 +13625,10 @@ msgstr "Verwijder van het 'Meer' menu" #. module: base #: view:ir.actions.server:base.view_server_action_form msgid "Remove the contextual action related to this server action" -msgstr "" +msgstr "Verwijder de contextuele actie behorende bij deze server actie" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Hernoemen sparse veld \"%s\" is niet toegestaan" @@ -13692,6 +13776,11 @@ msgstr "Restaurant" msgid "Restaurant extensions for the Point of Sale " msgstr "Restaurant extensie voor kassa " +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "Beperken" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13764,7 +13853,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "Voer %s uit" @@ -13811,7 +13900,7 @@ msgid "SMTP Server" msgstr "SMTP Server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL mode onbeschikbaar" @@ -14086,7 +14175,7 @@ msgstr "" #. module: base #: help:ir.actions.server,wkf_transition_id:0 msgid "Select the workflow signal to trigger." -msgstr "" +msgstr "Selecteer het workflow signaal dat moet afgaanm" #. module: base #: help:res.partner,use_parent_address:0 @@ -14131,7 +14220,7 @@ msgstr "Stuur facturen en volg betalingen" #. module: base #: model:ir.module.module,summary:base.module_website_quote msgid "Send Professional Quotations" -msgstr "tuur professionele offertes" +msgstr "Stuur professionele offertes" #. module: base #: model:res.country,name:base.sn @@ -14226,6 +14315,11 @@ msgstr "Server" msgid "Server Action" msgstr "Server-actie" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "server actie waarde koppelingen" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14265,7 +14359,7 @@ msgstr "" "standaard lettertype in de RML rapporten van het bedrijf van de gebruiker." #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -14298,6 +14392,13 @@ msgstr "Gedeeld" msgid "Shipping" msgstr "Afleveradres" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Lokaal beschikbare modules worden weergegeven" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14316,7 +14417,7 @@ msgstr "Signaal (subflow.*)" #. module: base #: field:ir.actions.server,wkf_transition_id:0 msgid "Signal to Trigger" -msgstr "" +msgstr "Signaal dat moet afgaan" #. module: base #: field:res.users,signature:0 @@ -14370,7 +14471,7 @@ msgid "Size" msgstr "Grootte" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Grootte van het veld kan nooit minder dan 0 zijn!" @@ -14443,25 +14544,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Soms BIC of Swift genoemd." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Sorry, u heeft geen toegang tot dit document." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Sorry, u mag dit soort documenten niet aanmaken." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Sorry, u mag dit document niet verwijderen." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Sorry, het is u niet toegestaan om dit document te wijzigen" @@ -15172,7 +15273,7 @@ msgstr "" "U kunt dit veld gebruiken voor snelzoeken." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15180,7 +15281,7 @@ msgstr "" "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15189,7 +15290,7 @@ msgstr "" "Het formaat van de selectie-opties moet zijn: [('sleutel', 'waarde'), ...]!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15313,6 +15414,11 @@ msgstr "" "De interne gebruiker die verantwoordelijk is voor de communicatie met deze " "contactpersoon indien van toepassing." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "De lijst met modellen welke het huidige module uitbreiden" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15381,7 +15487,7 @@ msgstr "" "Bijvoorbeeld: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15435,6 +15541,8 @@ msgstr "De wisselkoers van munteenheid naar munteenheid is 1" msgid "" "The rate of the currency to the currency of rate 1 (0 if no rate defined)." msgstr "" +"De koers van de munt aan de wisselkoers van 1 (o indien geen koers " +"gedefinieerd)" #. module: base #: help:res.currency,rate:0 @@ -15447,7 +15555,7 @@ msgid "The record id this is attached to" msgstr "Het record id waaraan dit is verbonden" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15523,7 +15631,7 @@ msgid "This Window" msgstr "Dit venster" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Deze kolom bevat module data en kan niet verwijderd worden!" @@ -15591,6 +15699,12 @@ msgstr "" "afdrukresultaat. Laat leeg om het afgedrukte overzicht niet op te slaan. U " "kunt een python-expressie gebruiken met het object en tijd-variabelen" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15806,7 +15920,7 @@ msgid "Translation comments" msgstr "Opmerkingen op vertaling" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -16018,6 +16132,11 @@ msgstr "" "Module \"%s\" kan niet worden bijgewerkt omdat niet aan een externe " "afhankelijkheid is voldaan: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "Inactief" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -16056,7 +16175,7 @@ msgid "United States - Chart of accounts" msgstr "Verenigde Staten - Grootboekschema" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Ongeldig rapport type: %s" @@ -16136,6 +16255,8 @@ msgstr "Termen bijwerken" #: selection:ir.actions.server,use_write:0 msgid "Update a record linked to the current record using python" msgstr "" +"Werk de records gekoppeld aan het huidige record bij doro gebruik te maken " +"van Python" #. module: base #: selection:ir.actions.server,use_write:0 @@ -16193,7 +16314,7 @@ msgstr "Gebruik bedrijfsadres" #. module: base #: selection:ir.actions.server,use_relational_model:0 msgid "Use a relation field on the base model" -msgstr "" +msgstr "Gebruik een relatieveld op het basis model" #. module: base #: model:ir.module.module,description:base.module_hr_gamification @@ -16208,7 +16329,7 @@ msgstr "" #. module: base #: selection:ir.actions.server,use_relational_model:0 msgid "Use the base model of the action" -msgstr "" +msgstr "Gebruik het basis model van de actie" #. module: base #: code:addons/base/ir/ir_fields.py:205 @@ -16271,12 +16392,6 @@ msgstr "Gebruikersinterface" msgid "User Login" msgstr "Gebruikersnaam" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "Gebruiker behoort niet tot de groepen %s" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16541,12 +16656,12 @@ msgid "Warehouse Management: Waves" msgstr "Warehouse Management: Waves" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Waarschuwing" @@ -16560,7 +16675,7 @@ msgstr "Waarschuwingsberichten en meldingen" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -16941,9 +17056,12 @@ msgid "" "You are creating a new user. After saving, the user will receive an invite " "email containing a link to set its password." msgstr "" +"U maakt een nieuwe gebruiker aan. Nadat u deze opslaat, ontvangt de nieuwe " +"gebruiker een e-mail welke een link bevat voor het instellen van het " +"wachtwoord." #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16962,7 +17080,7 @@ msgstr "" "Het is niet mogelijk om twee lettertypes met dezelfde naam te registreren" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -17068,7 +17186,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -17080,7 +17198,7 @@ msgstr "" "is, dient u up te graden naar Python 2.6 op de server." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17250,11 +17368,6 @@ msgstr "eCommerce optionele producten" msgid "eInvoicing" msgstr "Boekhouding" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Facturatie & Betalingen" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17328,7 +17441,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "n/b" @@ -17542,3 +17655,15 @@ msgstr "Ålandseilanden" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Declaratiebeheer" + +#~ msgid "Issue Tracker" +#~ msgstr "Issue tracker" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Facturatie & Betalingen" + +#~ msgid "Installed Modules" +#~ msgstr "Geïnstalleerde modules" diff --git a/openerp/addons/base/i18n/nl_BE.po b/openerp/addons/base/i18n/nl_BE.po index f41c3bd8379..d309f6b0595 100644 --- a/openerp/addons/base/i18n/nl_BE.po +++ b/openerp/addons/base/i18n/nl_BE.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Belgium) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:18+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:00+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12914,7 +12919,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13062,6 +13067,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13134,7 +13144,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13180,7 +13190,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13590,6 +13600,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13627,7 +13642,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13658,6 +13673,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13730,7 +13752,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13800,25 +13822,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14515,14 +14537,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14530,7 +14552,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14638,6 +14660,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14706,7 +14733,7 @@ msgstr "" "Bijvoorbeeld: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14763,7 +14790,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14828,7 +14855,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14882,6 +14909,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15090,7 +15123,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15291,6 +15324,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15329,7 +15367,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15540,12 +15578,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15805,12 +15837,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15824,7 +15856,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Waarschuwing!" @@ -16193,7 +16225,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16211,7 +16243,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16292,7 +16324,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16301,7 +16333,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16469,11 +16501,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16545,7 +16572,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/pl.po b/openerp/addons/base/i18n/pl.po index 731921a181d..c35774ea953 100644 --- a/openerp/addons/base/i18n/pl.po +++ b/openerp/addons/base/i18n/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-29 16:43+0000\n" -"Last-Translator: Grzegorz Grzelak (OpenGLOBE.pl) \n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-02 18:17+0000\n" +"Last-Translator: Michał Świercz \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-30 08:40+0000\n" -"X-Generator: Launchpad (build 17176)\n" +"X-Launchpad-Export-Date: 2014-10-03 06:28+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -57,6 +57,13 @@ msgid "" "sale discount to a customer.\n" "\n" msgstr "" +"\n" +"\n" +"=======================\n" +"\n" +"Ten moduł pozwala kasjerowi na szybkie udzielenie procentowego\n" +"rabatu klientowi.\n" +"\n" #. module: base #: model:ir.module.module,description:base.module_l10n_hu @@ -100,7 +107,7 @@ msgid "" msgstr "" "\n" "\n" -"Ten moduł jest już zainstalowany w twoim systemie" +"Ten dodatek jest juz zainstalowany w twoim systemie" #. module: base #: model:ir.module.module,description:base.module_l10n_be_invoice_bba @@ -149,6 +156,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -167,6 +184,12 @@ msgid "" "This module gives the details of the goods traded between the countries of\n" "European Union." msgstr "" +"\n" +"Moduł dodający raporty intrastat.\n" +"=====================================\n" +"\n" +"Ten moduł daje szczegółowe informacje o handlu towarami między krajami unii " +"europejskiej ." #. module: base #: model:ir.module.module,description:base.module_account_accountant @@ -292,104 +315,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -408,6 +333,9 @@ msgid "" "Allow users to login through OpenID.\n" "====================================\n" msgstr "" +"\n" +"Zezwala użytkownikom na logowanie poprzez OpenID.\n" +"============================================\n" #. module: base #: model:ir.module.module,description:base.module_auth_signup @@ -758,45 +686,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1067,19 +956,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1126,6 +1002,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3068,6 +2975,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4586,8 +4508,8 @@ msgstr "%p - Ekwiwalent AM lub PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -4608,7 +4530,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Rok dwucyfrowo [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4929,7 +4851,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5176,6 +5098,8 @@ msgstr "Akcje" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5260,6 +5184,101 @@ msgstr "Typ adresu" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5272,9 +5291,9 @@ msgid "" msgstr "Jednostka administracyjnego podziału kraju. Np. Stan, Województwo" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5368,11 +5387,6 @@ msgstr "" msgid "Always Searchable" msgstr "Zawsze przeszukiwalne" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5467,7 +5481,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5481,11 +5495,6 @@ msgstr "Aplikacja" msgid "Application Terms" msgstr "Terminologia aplikacji" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6145,7 +6154,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nie można usunąć użytkownika root!" @@ -6157,17 +6166,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Nie można aktualizować modułu '%s'. Nie jest on zainstalowany." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Może zmienić nazwę tylko jednej kolumny jednocześnie!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6220,7 +6223,7 @@ msgid "Cannot duplicate configuration!" msgstr "Nie można zdublikować konfiguracji!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6305,7 +6308,7 @@ msgid "Change the user password." msgstr "Zmień hasło użytkownika" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6315,19 +6318,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Zmiana modelu dla pola jest niedozwolona!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Zmiana systemu przechowywania dla pola \"%s\" jest niedozwolona." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6577,6 +6580,11 @@ msgstr "Kolumbia" msgid "Colombian - Accounting" msgstr "Colombian - Accounting" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6808,13 +6816,13 @@ msgid "Connection Security" msgstr "Bezpieczeństwo połączenia" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Testowe połączenie uzyskane!" @@ -6947,7 +6955,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Accounting" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Nie można utworzyć kontaktu bez adresu email!" @@ -7380,7 +7388,7 @@ msgid "Custom Shortcuts" msgstr "Własne skróty" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Własne pole musi mieć nazwę rozpoczynającą się od 'x_' !" @@ -7648,7 +7656,7 @@ msgid "Delete Access Right" msgstr "Usuń prawa dostępu" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7846,8 +7854,8 @@ msgid "Document Management System" msgstr "System zarządzania dokumentami" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Model dokumentu" @@ -7857,6 +7865,11 @@ msgstr "Model dokumentu" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7881,6 +7894,11 @@ msgstr "Dominikana" msgid "Dominican Republic" msgstr "Dominikana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7914,7 +7932,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7959,14 +7977,6 @@ msgstr "Ekwador" msgid "Ecuador - Accounting" msgstr "Ecuador - Accounting" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7983,7 +7993,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektroniczna wymiana danych (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8084,15 +8094,15 @@ msgid "Eritrea" msgstr "Erytrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8100,7 +8110,7 @@ msgstr "Erytrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8119,7 +8129,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Błąd ! Nie możesz tworzyć rekurencyjnych kategorii." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8127,16 +8137,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Błąd!" @@ -8182,7 +8192,7 @@ msgid "Events Sales" msgstr "Wydarzenia sprzedaży" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Wsyztsko wygląda na poprawnie ustawione !" @@ -8228,8 +8238,8 @@ msgstr "Wykonanie" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Wydatki" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8419,7 +8429,7 @@ msgid "Field Type" msgstr "Typ pola" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8645,7 +8655,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9223,7 +9233,7 @@ msgid "Here is the exported translation file:" msgstr "Tu znajduje się wyeksportowany plik tłumaczenia." #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9580,12 +9590,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9784,6 +9793,11 @@ msgstr "Widok dziedziczony" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9845,12 +9859,6 @@ msgstr "Zainstalowane" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Zainstalowane moduły" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9924,7 +9932,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Niedozowlony format nazwy typu konta bankowego" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Błędne Kryteria Wyszukiwania" @@ -9935,13 +9943,13 @@ msgid "Invalid arguments" msgstr "Niepoprawne argumenty" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9975,7 +9983,7 @@ msgid "Invalid model name in the action definition." msgstr "Nieprawidłowa nazwa modelu w definicji akcji." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10074,8 +10082,8 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Śledzenie problemów" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10663,13 +10671,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10684,6 +10692,12 @@ msgstr "Załaduj" msgid "Load a Translation" msgstr "Pobierz tłumaczenie" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10789,13 +10803,13 @@ msgid "Madam" msgstr "Pani" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11141,7 +11155,7 @@ msgid "Miss" msgstr "Panna" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Brak serwera SMTP" @@ -11181,13 +11195,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s nie istnieje!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11251,8 +11265,8 @@ msgstr "" "'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11601,7 +11615,7 @@ msgid "New Zealand" msgstr "Nowa Zelandia" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11663,7 +11677,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "Brak kursu waluty dla '%s' w podanym okresie" @@ -11689,7 +11703,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11735,6 +11749,11 @@ msgstr "Northern Mariana Islands" msgid "Norway" msgstr "Norwegia" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11847,6 +11866,13 @@ msgstr "Obiekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11901,6 +11927,11 @@ msgstr "Na wielu dok." msgid "On delete property for many2one fields" msgstr "Właściwość przy usuwaniu pól many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11951,7 +11982,7 @@ msgid "Only if this bank account belong to your company" msgstr "Tylko, jeśli to konto bankowe nalezy do twojej firmy" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12068,16 +12099,6 @@ msgstr "Opcjonalne hasło dla SMTP" msgid "Optional username for SMTP authentication" msgstr "Opcjonalna nazwa użytkownika dla SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12089,8 +12110,8 @@ msgid "Original View" msgstr "Pierwotny widok" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12326,7 +12347,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-lokalizacja partnerów" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partnerzy: " @@ -12423,9 +12444,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Okresowa ocena, Podwyżki, Ankiety" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Brak uprawnień" @@ -12490,7 +12511,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12498,7 +12519,7 @@ msgstr "" "Skontaktuj się z administratorem systemu, jeśli sądzisz że to jest błąd." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12525,7 +12546,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Proszę określ akcję do wykonania!" @@ -12773,7 +12794,7 @@ msgid "Properties" msgstr "Właściwości" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13128,7 +13149,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Zmiana nazw rzadkich pól \"%s\" jest niedozwolone" @@ -13276,6 +13297,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13348,7 +13374,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13394,7 +13420,7 @@ msgid "SMTP Server" msgstr "Serwer SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Tryb SMTP-na-SSL niedostępny" @@ -13804,6 +13830,11 @@ msgstr "" msgid "Server Action" msgstr "Akcja serwera" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13841,7 +13872,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13873,6 +13904,13 @@ msgstr "Współdzielone" msgid "Shipping" msgstr "Dostawa" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13945,7 +13983,7 @@ msgid "Size" msgstr "Rozmiar" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Rozmiar pola nie może być mniejszy niż 0 !" @@ -14018,26 +14056,26 @@ msgid "Sometimes called BIC or Swift." msgstr "Czasem nazywany BIC lub Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Nie jesteś upoważniony do tego dokumentu." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" "Przepraszam, nie jesteś upoważniony do utworzenia tego typu dokumentu." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Nie masz uprawnień do usuwania tego dokumentu" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Niestety, nie możesz modyfikować tego dokumentu." @@ -14744,7 +14782,7 @@ msgstr "" "Możesz stosować to pole do szybkiego wyszukiwania." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14753,7 +14791,7 @@ msgstr "" "specjalnych !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14761,7 +14799,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14878,6 +14916,11 @@ msgid "" "any." msgstr "Użytkownik odpowiedzialny za komunikację z tym kontaktem." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14946,7 +14989,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15003,7 +15046,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15076,7 +15119,7 @@ msgid "This Window" msgstr "To okno" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Ta kolumna zawiera dane modułu i nie może zostać usunięta!" @@ -15135,6 +15178,12 @@ msgstr "" "puste, jeśli nie chcesz zapisywać wydruków raportów. Możesz zastosować " "wyrażenie Phyton z obiektami i zmiennymi czasowymi." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15343,7 +15392,7 @@ msgid "Translation comments" msgstr "Komentarze do tłumaczenia" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15549,6 +15598,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15587,7 +15641,7 @@ msgid "United States - Chart of accounts" msgstr "United States - Chart of accounts" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Nieznany typ raportu: %s" @@ -15800,12 +15854,6 @@ msgstr "Interfejs użytkownika" msgid "User Login" msgstr "Nazwa użytkownika" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16069,12 +16117,12 @@ msgid "Warehouse Management: Waves" msgstr "Magazyn: Fale" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Ostrzeżenie" @@ -16088,7 +16136,7 @@ msgstr "Ostrzeżenia i alarmy" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Ostrzeżenie !" @@ -16465,7 +16513,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16483,7 +16531,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16571,7 +16619,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16582,7 +16630,7 @@ msgstr "" "Jeśli SSL jest wymagane, to musisz zrobić upgrade pythona 2.6 na serwerze." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16750,11 +16798,6 @@ msgstr "" msgid "eInvoicing" msgstr "Fakturowanie" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Fakturowanie i Płatności" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16828,7 +16871,7 @@ msgid "ltd" msgstr "Sp. z o.o." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17033,3 +17076,15 @@ msgstr "Åland Islands" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "Wydatki" + +#~ msgid "Issue Tracker" +#~ msgstr "Śledzenie problemów" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Fakturowanie i Płatności" + +#~ msgid "Installed Modules" +#~ msgstr "Zainstalowane moduły" diff --git a/openerp/addons/base/i18n/pt.po b/openerp/addons/base/i18n/pt.po index d26824900f4..d0ec1873904 100644 --- a/openerp/addons/base/i18n/pt.po +++ b/openerp/addons/base/i18n/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:11+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -754,45 +666,6 @@ msgstr "" "Tabela de contas para a Tailândia e localização.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1056,19 +929,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1115,6 +975,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3083,6 +2974,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4606,8 +4512,8 @@ msgstr "%p - Equivalente do AM or PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (cópia)" @@ -4628,7 +4534,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Ano sem século [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4957,7 +4863,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5206,6 +5112,8 @@ msgstr "Ações" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5290,6 +5198,101 @@ msgstr "Tipo de endereço" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5303,9 +5306,9 @@ msgstr "" "Divisões administrativas de um país. Exemplos: Distrito, Concelho, Freguesia" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5400,11 +5403,6 @@ msgstr "" msgid "Always Searchable" msgstr "Sempre Pesquisável" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5500,7 +5498,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5514,11 +5512,6 @@ msgstr "Aplicação" msgid "Application Terms" msgstr "Termos da Aplicação" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6178,7 +6171,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Não pode remover o utilizador raiz!" @@ -6191,17 +6184,11 @@ msgstr "" "Não é possível atualizar o módulo '%s' porque este não está instalado." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Só é possível renomear uma coluna de cada vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6254,7 +6241,7 @@ msgid "Cannot duplicate configuration!" msgstr "Não se pode duplicar a configuração!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Não é possível renomear coluna para% s, pois essa coluna já existe!" @@ -6338,7 +6325,7 @@ msgid "Change the user password." msgstr "Muda a senha de utilizador." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6348,20 +6335,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Alterar o modelo de um campo é proibido!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Modificar o sistema de armazenamento do campo \"%s\" não é permitido." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6613,6 +6600,11 @@ msgstr "Colômbia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6844,13 +6836,13 @@ msgid "Connection Security" msgstr "Segurança da Conexão" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Teste de Ligação Falhou!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Teste de Ligação Bem Sucedido!" @@ -6984,7 +6976,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Contabilidade" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Não foi possível criar o contacto sem o endereço de email!" @@ -7422,7 +7414,7 @@ msgid "Custom Shortcuts" msgstr "Atalhos Personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Os campos personalizados devem ter um nome iniciado por 'x_'!" @@ -7690,7 +7682,7 @@ msgid "Delete Access Right" msgstr "Eliminar direito de acesso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7890,8 +7882,8 @@ msgid "Document Management System" msgstr "Sistema de gestão de documentos" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo de documento" @@ -7901,6 +7893,11 @@ msgstr "Modelo de documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7925,6 +7922,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7958,7 +7960,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8003,14 +8005,6 @@ msgstr "Equador" msgid "Ecuador - Accounting" msgstr "Equador - Contabilidade" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8027,7 +8021,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Interface Electrónico de Documentos (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8128,15 +8122,15 @@ msgid "Eritrea" msgstr "Eritreia" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8144,7 +8138,7 @@ msgstr "Eritreia" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8163,7 +8157,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Erro ! Não pode criar categorias recursivamente." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8171,16 +8165,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Erro!" @@ -8226,7 +8220,7 @@ msgid "Events Sales" msgstr "Vendas dos Eventos" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Tudo parece configurado corretamente!" @@ -8274,8 +8268,8 @@ msgstr "Execução" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Gestão de despesas" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8475,7 +8469,7 @@ msgid "Field Type" msgstr "Tipo de Campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8703,7 +8697,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relacionamento, o nome técnico do modelo de destino" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Para campos de seleção, as opções de seleção devem ser dadas!" @@ -9290,7 +9284,7 @@ msgid "Here is the exported translation file:" msgstr "Aqui está o ficheiro de tradução:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9651,12 +9645,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9857,6 +9850,11 @@ msgstr "Vista herdada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9918,12 +9916,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Módulos instalados" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9997,7 +9989,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Formato inválido para o nome do tipo de conta bancária." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Critério de Pesquisa Inválido" @@ -10008,13 +10000,13 @@ msgid "Invalid arguments" msgstr "Argumentos inválidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10048,7 +10040,7 @@ msgid "Invalid model name in the action definition." msgstr "Nome de modelo inválido na definição da ação" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10147,8 +10139,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Acompanhamento de problemas" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10740,13 +10732,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituano / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10761,6 +10753,12 @@ msgstr "Load" msgid "Load a Translation" msgstr "Carregar uma tradução" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10866,13 +10864,13 @@ msgid "Madam" msgstr "Senhora" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11219,7 +11217,7 @@ msgid "Miss" msgstr "Menina" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Falta Servidor SMTP" @@ -11259,13 +11257,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "O modelo %s não existe!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11328,8 +11326,8 @@ msgstr "" "Nome do modelo onde está localizado o método que é chamado, exº 'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11678,7 +11676,7 @@ msgid "New Zealand" msgstr "Nova Zelândia" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11740,7 +11738,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11766,7 +11764,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11812,6 +11810,11 @@ msgstr "Ilhas Marianas do Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11924,6 +11927,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11978,6 +11988,11 @@ msgstr "Em múltiplos docs" msgid "On delete property for many2one fields" msgstr "Em apagar propriedades para os campos many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12028,7 +12043,7 @@ msgid "Only if this bank account belong to your company" msgstr "Apenas se a conta bancária pertencer à sua empresa" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12149,16 +12164,6 @@ msgstr "Password opcional para autenticação SMTP" msgid "Optional username for SMTP authentication" msgstr "Nome de Utilizador opcional para autentificação de SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12170,8 +12175,8 @@ msgid "Original View" msgstr "Vista original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12406,7 +12411,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-Localização de Parceiros" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Parceiros: " @@ -12503,9 +12508,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Avaliações periódicas, decisões, pesquisas" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Permissão negada" @@ -12570,7 +12575,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12579,7 +12584,7 @@ msgstr "" "erro." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12608,7 +12613,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12858,7 +12863,7 @@ msgid "Properties" msgstr "Propriedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13214,7 +13219,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Não é permitido mudar o nome de sparse field \"%s\"" @@ -13362,6 +13367,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13434,7 +13444,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13481,7 +13491,7 @@ msgid "SMTP Server" msgstr "Servidor SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modo SMTP-sobre-SSL indisponível" @@ -13893,6 +13903,11 @@ msgstr "" msgid "Server Action" msgstr "Ação do servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13930,7 +13945,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Definir passwords em branco não é permitido por razões de segurança!" @@ -13961,6 +13976,13 @@ msgstr "Partilhado" msgid "Shipping" msgstr "Envio" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14033,7 +14055,7 @@ msgid "Size" msgstr "Tamanho" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14106,25 +14128,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Às vezes chamado de BIC ou Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Infelizmente, não está autorizado a aceder a este documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Infelizmente, não pode criar este tipo de documento." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Infelizmente, não pode apagar este documento." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Infelizmente, não pode alterar este documento." @@ -14830,7 +14852,7 @@ msgstr "" "Pode usar este campo para procura rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14839,7 +14861,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14848,7 +14870,7 @@ msgstr "" "Ao Selecionar a expressão Opções deve estar no[('key','Label'), ...] formato!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14969,6 +14991,11 @@ msgstr "" "O utilizador interno responsável pela comunicação com este contacto (se " "houver)" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15037,7 +15064,7 @@ msgstr "" "lista de trigémeos. por exemplo: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15100,7 +15127,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15171,7 +15198,7 @@ msgid "This Window" msgstr "Esta janela" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Esta coluna contém dados do módulo e não pode ser removida!" @@ -15234,6 +15261,12 @@ msgstr "" "guardar os relatórios impressos como anexos. Pode usar um expressão python " "com as variáveis tempo do objeto." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15442,7 +15475,7 @@ msgid "Translation comments" msgstr "Comentários à tradução" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15653,6 +15686,11 @@ msgstr "" "Não foi possível atualizar o módulo \"%s\" devido a uma dependência externa " "não satisfeita: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15691,7 +15729,7 @@ msgid "United States - Chart of accounts" msgstr "Estados Unidos - Planos de Contas" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de relatório desconhecido: %s" @@ -15905,12 +15943,6 @@ msgstr "Interface do Utilizador" msgid "User Login" msgstr "Login do utilizador" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16172,12 +16204,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -16191,7 +16223,7 @@ msgstr "Mensagens de Aviso e Alertas" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -16570,7 +16602,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16588,7 +16620,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16673,7 +16705,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16682,7 +16714,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16852,11 +16884,6 @@ msgstr "" msgid "eInvoicing" msgstr "Faturação Electrónica" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Faturação & Pagamentos" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16928,7 +16955,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17130,3 +17157,15 @@ msgstr "Ilhas Åland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Faturação & Pagamentos" + +#~ msgid "Expense Management" +#~ msgstr "Gestão de despesas" + +#~ msgid "Issue Tracker" +#~ msgstr "Acompanhamento de problemas" + +#~ msgid "Installed Modules" +#~ msgstr "Módulos instalados" diff --git a/openerp/addons/base/i18n/pt_BR.po b/openerp/addons/base/i18n/pt_BR.po index 3b632275c6c..6d18b8cd3ca 100644 --- a/openerp/addons/base/i18n/pt_BR.po +++ b/openerp/addons/base/i18n/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-09-07 00:26+0000\n" "Last-Translator: Fábio Martinelli - http://zupy.com.br " "\n" @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-09-07 07:49+0000\n" +"X-Launchpad-Export-Date: 2014-09-24 09:58+0000\n" "X-Generator: Launchpad (build 17196)\n" #. module: base @@ -196,6 +196,16 @@ msgstr "" "Posição Fiscal dos modelos para objetos alvo.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -391,104 +401,6 @@ msgstr "" "notas (por http://ietherpad.com/, default).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -1016,79 +928,6 @@ msgstr "" "Plano de contas Tailandês.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Plano de contas para a Colômbia\n" -"=============================\n" -"\n" -"Fonte deste plano de contas está aqui_.\n" -"\n" -"Toda a documentação disponível neste site é incorporada neste módulo, para\n" -"ter certeza de quando você abre o OpenERP tem todas as informações para " -"gerenciar a\n" -"contabilidade na Colombia.\n" -"\n" -"A lei que permitem que este plano de contas como válida para este país é\n" -"disponível neste outro link_ \n" -"\n" -"Este módulo tem a intenção de colocar disponível pronto para uso o plano de\n" -"contas para a Colômbia no OpenERP.\n" -"\n" -"Recomendamos instalar o módulo account_anglo_sxon para ser capaz de ter a " -"contabilidade de custo\n" -"corretamente definida em faturas enviadas.\n" -"\n" -"Depois de instalar este módulo, o assistente de configuração para a " -"contabilidade é lançado.\n" -"     * Temos os modelos de conta de que pode ser útil para gerar gráficos de " -"Contas.\n" -"     * Em que assistente particular, você será solicitado a passar o nome da " -"empresa,\n" -"       o modelo de gráfico a seguir, o não. de dígitos para gerar, o código " -"para o seu\n" -"       conta e conta bancária, moeda para criar revistas.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1459,28 +1298,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Senhas Criptografadas\n" -"==================\n" -"\n" -"Interação com autenticação LDAP:\n" -"-------------------------------------\n" -"Este módulo ainda não é compatível com o módulo ``user_ldap`` e\n" -"irá desativar a autenticação LDAP completamente se instalado ao mesmo " -"tempo.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1567,6 +1384,37 @@ msgstr "" "original OpenLabs foi mantida.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -4288,6 +4136,21 @@ msgstr "" "\n" " " +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -6630,8 +6493,8 @@ msgstr "%p - Equivalente a AM ou PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copia)" @@ -6652,7 +6515,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Ano (2 dígitos) [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -6984,7 +6847,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -7233,6 +7096,8 @@ msgstr "Ações" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -7317,6 +7182,101 @@ msgstr "Tipo de Endereço" msgid "Address format..." msgstr "Formato do endereço..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -7329,9 +7289,9 @@ msgid "" msgstr "Divisões administrativas de um país. Ex: Estados, Cidades" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Somente Administradores podem desinstalar um módulo" @@ -7427,11 +7387,6 @@ msgstr "" msgid "Always Searchable" msgstr "Sempre Pesquisável" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -7528,7 +7483,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -7542,11 +7497,6 @@ msgstr "Aplicação" msgid "Application Terms" msgstr "Termos da Aplicação" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -8212,7 +8162,7 @@ msgstr "" "separadamente" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Não posso remover o usuário root!" @@ -8224,17 +8174,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Impossível atualizar o módulo '%s'. Ele não está instalado." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Renomeie uma coluna de cada vez!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -8287,7 +8231,7 @@ msgid "Cannot duplicate configuration!" msgstr "Não é possível duplicar a configuração!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Impossível renomear a coluna para %s, porque a coluna já existe!" @@ -8371,7 +8315,7 @@ msgid "Change the user password." msgstr "Trocar senha do usuário." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -8385,20 +8329,20 @@ msgstr "" "empresa. Você pode usar o botão \"Descartar\" a abandonar esta mudança." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Alteração de modelo de campo é proibido!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Não é permitido alterar o sistema de armazenamento para o campo \"%s\"." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -8658,6 +8602,11 @@ msgstr "Colômbia" msgid "Colombian - Accounting" msgstr "Colômbia - Contabilidade" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -8889,13 +8838,13 @@ msgid "Connection Security" msgstr "Segurança da Conexão" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Teste de conexão falhou!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Teste de conexão bem-sucedida!" @@ -9028,7 +8977,7 @@ msgid "Costa Rica - Accounting" msgstr "Contabilidade - Costa Rica" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Não foi possível criar o contato sem endereço de e-mail!" @@ -9465,7 +9414,7 @@ msgid "Custom Shortcuts" msgstr "Atalhos Personalizados" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Campos customizados precisam ter nomes que começam com 'x_'!" @@ -9747,7 +9696,7 @@ msgid "Delete Access Right" msgstr "Apagar Permissão de Acesso" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -9947,8 +9896,8 @@ msgid "Document Management System" msgstr "Sistema de Gestão de Documentos" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Modelo de documento" @@ -9958,6 +9907,11 @@ msgstr "Modelo de documento" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -9982,6 +9936,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "República Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -10015,7 +9974,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -10060,14 +10019,6 @@ msgstr "Equador" msgid "Ecuador - Accounting" msgstr "Equador - Contabilidade" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -10084,7 +10035,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Intercâmbio Eletrônico de Dados (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -10185,15 +10136,15 @@ msgid "Eritrea" msgstr "Eritréia" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -10201,7 +10152,7 @@ msgstr "Eritréia" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -10220,7 +10171,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Erro! Você não pode criar categorias recursivas." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -10228,16 +10179,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Erro!" @@ -10283,7 +10234,7 @@ msgid "Events Sales" msgstr "Venda de Eventos" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Tudo parece configurado corretamente!" @@ -10331,8 +10282,8 @@ msgstr "Execução" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Administração de Despesas" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -10532,7 +10483,7 @@ msgid "Field Type" msgstr "Tipo do Campo" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -10765,7 +10716,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Para campos de relacionamento, o nome técnico do modelo de destino" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -11357,7 +11308,7 @@ msgid "Here is the exported translation file:" msgstr "Aqui está o arquivo de tradução exportado:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -11728,12 +11679,11 @@ msgstr "" "contrário, a visão se aplica aos usuários desses grupos apenas." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -11940,6 +11890,11 @@ msgstr "View herdada" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -12001,12 +11956,6 @@ msgstr "Instalado" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Módulos Instalados" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -12080,7 +12029,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Formato de Tipo de Conta Bancária inválido" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Criterios de Pesquisa inválido" @@ -12091,13 +12040,13 @@ msgid "Invalid arguments" msgstr "Argumentos inválidos" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -12131,7 +12080,7 @@ msgid "Invalid model name in the action definition." msgstr "Nome do modelo inválido na definição da ação." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -12230,8 +12179,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Rastreador de Tíquetes" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -12823,13 +12772,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -12844,6 +12793,12 @@ msgstr "Carregar" msgid "Load a Translation" msgstr "Carregar Tradução" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -12949,13 +12904,13 @@ msgid "Madam" msgstr "Sra." #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -13311,7 +13266,7 @@ msgid "Miss" msgstr "Srta." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Faltando o Servidor SMTP" @@ -13351,13 +13306,13 @@ msgid "Model" msgstr "Modelo" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Modelo %s não existe!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Modelo '% s' contém dados do módulo e não pode ser removido!" @@ -13421,8 +13376,8 @@ msgstr "" "'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -13773,7 +13728,7 @@ msgid "New Zealand" msgstr "Nova Zelândia" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -13836,7 +13791,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -13862,7 +13817,7 @@ msgstr "" "'%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -13908,6 +13863,11 @@ msgstr "Ilhas Marianas do Norte" msgid "Norway" msgstr "Noruega" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -14020,6 +13980,13 @@ msgstr "Objeto:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -14074,6 +14041,11 @@ msgstr "Em múltiplos Docs." msgid "On delete property for many2one fields" msgstr "propriedade \"on delete\" para campos \"many2one\"" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -14124,7 +14096,7 @@ msgid "Only if this bank account belong to your company" msgstr "Somente se esta conta bancária pertencer à sua empresa" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -14244,16 +14216,6 @@ msgstr "Senha opcional para autenticação SMTP" msgid "Optional username for SMTP authentication" msgstr "Nome de usuário opcional para autenticação SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -14265,8 +14227,8 @@ msgid "Original View" msgstr "Visualização Original" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -14501,7 +14463,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-Localização dos Parceiros" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Parceiros " @@ -14598,9 +14560,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Avaliações Periódicas, Pesquisas, Avaliações" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Permissão Negada" @@ -14665,14 +14627,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "Contacte o administrador do sistema se você acha que isto é um erro." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -14703,7 +14665,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Por favor, especifique uma ação para o lançamento!" @@ -14953,7 +14915,7 @@ msgid "Properties" msgstr "Propriedades" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -15309,7 +15271,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Não é permitido renomear o campo \"%s\"" @@ -15457,6 +15419,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -15529,7 +15496,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Regras não podem ser aplicadas no modelo de regras de registro." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -15576,7 +15543,7 @@ msgid "SMTP Server" msgstr "Servidor SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modo SMTP-sobre-SSL indisponível" @@ -15988,6 +15955,11 @@ msgstr "" msgid "Server Action" msgstr "Ação de Servidor" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -16025,7 +15997,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Senhas vazias não são permitidas por questões de segurança!" @@ -16056,6 +16028,13 @@ msgstr "Compartilhado" msgid "Shipping" msgstr "Entrega" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Mostrando módulos locais disponíveis" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -16128,7 +16107,7 @@ msgid "Size" msgstr "Tamanho" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Tamanho do campo nunca pode ser inferior a 0!" @@ -16201,25 +16180,25 @@ msgid "Sometimes called BIC or Swift." msgstr "As vezes chamado de BIC ou Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Usuário não autorizado a acessar esse documento." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Você não tem permissão para criar este tipo de documento." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Você não tem permissão para excluir este documento." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Sinto muito, você não tem permissão para alterar este documento." @@ -16930,7 +16909,7 @@ msgstr "" "Voce pode usar este campo para pesquisa rápida." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -16939,7 +16918,7 @@ msgstr "" "especial!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -16949,7 +16928,7 @@ msgstr "" "[('chave','Descrição'),...]!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -17070,6 +17049,11 @@ msgid "" "any." msgstr "O usuário responsável pela comunicação com esse contato (se existir)" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -17138,7 +17122,7 @@ msgstr "" "lista de trios. Por exemplo: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -17204,7 +17188,7 @@ msgid "The record id this is attached to" msgstr "O id do registro está anexado a" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -17277,7 +17261,7 @@ msgid "This Window" msgstr "Esta janela" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Esta coluna contém dados de módulos e não pode ser removida!" @@ -17345,6 +17329,12 @@ msgstr "" "em branco para não salvar a impressão. Você pode usar uma expressão python " "com o objeto e variáveis de tempo." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -17553,7 +17543,7 @@ msgid "Translation comments" msgstr "Tradução de comentários" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -17767,6 +17757,11 @@ msgstr "" "Não foi possível atualizar o módulo \"%s\" devido a uma dependência externa " "não satisfeita: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -17805,7 +17800,7 @@ msgid "United States - Chart of accounts" msgstr "Estados Unidos - Plano de Contas" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tipo de relatório desconhecido: %s" @@ -18020,12 +18015,6 @@ msgstr "Interface de Usuário" msgid "User Login" msgstr "Login de Usuário" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -18289,12 +18278,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Aviso" @@ -18308,7 +18297,7 @@ msgstr "Mensagens de Avisos e Alertas" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Aviso!" @@ -18687,7 +18676,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -18705,7 +18694,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -18806,7 +18795,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -18818,7 +18807,7 @@ msgstr "" "lado do servidor." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -18988,11 +18977,6 @@ msgstr "" msgid "eInvoicing" msgstr "Faturamento Eletrônico" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eFaturamento e Pagamentos" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -19066,7 +19050,7 @@ msgid "ltd" msgstr "ltda" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -19271,3 +19255,106 @@ msgstr "Ilhas Åland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Issue Tracker" +#~ msgstr "Rastreador de Tíquetes" + +#~ msgid "Installed Modules" +#~ msgstr "Módulos Instalados" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Senhas Criptografadas\n" +#~ "==================\n" +#~ "\n" +#~ "Interação com autenticação LDAP:\n" +#~ "-------------------------------------\n" +#~ "Este módulo ainda não é compatível com o módulo ``user_ldap`` e\n" +#~ "irá desativar a autenticação LDAP completamente se instalado ao mesmo " +#~ "tempo.\n" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Plano de contas para a Colômbia\n" +#~ "=============================\n" +#~ "\n" +#~ "Fonte deste plano de contas está aqui_.\n" +#~ "\n" +#~ "Toda a documentação disponível neste site é incorporada neste módulo, para\n" +#~ "ter certeza de quando você abre o OpenERP tem todas as informações para " +#~ "gerenciar a\n" +#~ "contabilidade na Colombia.\n" +#~ "\n" +#~ "A lei que permitem que este plano de contas como válida para este país é\n" +#~ "disponível neste outro link_ \n" +#~ "\n" +#~ "Este módulo tem a intenção de colocar disponível pronto para uso o plano de\n" +#~ "contas para a Colômbia no OpenERP.\n" +#~ "\n" +#~ "Recomendamos instalar o módulo account_anglo_sxon para ser capaz de ter a " +#~ "contabilidade de custo\n" +#~ "corretamente definida em faturas enviadas.\n" +#~ "\n" +#~ "Depois de instalar este módulo, o assistente de configuração para a " +#~ "contabilidade é lançado.\n" +#~ "     * Temos os modelos de conta de que pode ser útil para gerar gráficos de " +#~ "Contas.\n" +#~ "     * Em que assistente particular, você será solicitado a passar o nome da " +#~ "empresa,\n" +#~ "       o modelo de gráfico a seguir, o não. de dígitos para gerar, o código " +#~ "para o seu\n" +#~ "       conta e conta bancária, moeda para criar revistas.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " + +#~ msgid "Expense Management" +#~ msgstr "Administração de Despesas" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eFaturamento e Pagamentos" diff --git a/openerp/addons/base/i18n/ro.po b/openerp/addons/base/i18n/ro.po index e945544ff37..abfc9d35ca1 100644 --- a/openerp/addons/base/i18n/ro.po +++ b/openerp/addons/base/i18n/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:54+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -205,6 +205,16 @@ msgstr "" " sabloane in obiectele tinta.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -395,104 +405,6 @@ msgstr "" "la pad-uri noi (implicit, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -1013,80 +925,6 @@ msgstr "" "Plan de conturi tailandez si localizare.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Plan de conturi pentru Columbia\n" -"===============================\n" -"\n" -"Sursa acestui plan de conturi este aici_.\n" -"\n" -"Toata documentatia disponibila pe aceasta pagina de Internet este " -"incorporata in acest modul, pentru\n" -"a va asigura ca atunci cand deschideti OpenERP aveti toate informatiile " -"necesare pentru a gestiona\n" -"contabilitatea in Columbia.\n" -"\n" -"Legea care valideaza acest plan de conturi pentru aceasta tara este\n" -"disponibila la acest link_.\n" -"\n" -"Acest modul intentioneaza sa faca disponibil planul de \n" -"conturi pentru Columbia in Openerp.\n" -"\n" -"Recomandam instalarea modulului account_anglo_saxon (cont_anglo_saxon) " -"pentru a avea\n" -"calculele setate corect in facturi.\n" -"\n" -"Dupa instalarea acestui modul, este lansat wizardul de Configurare pentru " -"contabilitate.\n" -" * Avem sabloanele conturilor care pot fi utile pentru a genera Planuri " -"de Conturi.\n" -" * In acel wizard anumit, vi se va cere sa introduceti numele companiei,\n" -" sablonul planului de urmat, numarul de cifre care vor fi generate, " -"codul pentru\n" -" contul dumneavoastra si contul bancar, moneda pentru crearea " -"jurnalelor.\n" -"\n" -".._aici: http://puc.com.co/\n" -".._link: http://puc.com.com/regulament/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1459,28 +1297,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Parole criptate\n" -"===============\n" -"\n" -"Interactiune cu autentificarea LDAP:\n" -"-------------------------------------\n" -"Acest modul momentan nu este compatibil cu modulul ``user_ldap`` si\n" -"va dezactiva autentificarea LDAP complet daca este instalat in acelasi " -"timp.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1568,6 +1384,37 @@ msgstr "" "Email by Openlabs original.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -4296,6 +4143,21 @@ msgstr "" "\n" " " +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -6654,8 +6516,8 @@ msgstr "%p - Echivalent pentru AM sau PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (copie)" @@ -6676,7 +6538,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - An fără secol [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -7009,7 +6871,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -7258,6 +7120,8 @@ msgstr "Actiuni" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -7342,6 +7206,101 @@ msgstr "Tipul adresei" msgid "Address format..." msgstr "Format adresă..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -7356,9 +7315,9 @@ msgstr "" "Departament, Canton" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -7454,11 +7413,6 @@ msgstr "" msgid "Always Searchable" msgstr "Cautarea este posibila intotdeauna" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -7556,7 +7510,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -7570,11 +7524,6 @@ msgstr "Aplicație" msgid "Application Terms" msgstr "Termenii aplicației" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -8241,7 +8190,7 @@ msgstr "" "Nu pot fi create inregistrari Many-To-One indirect, importati campul separat" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nu este posibila stergerea utilizatorului root !" @@ -8253,17 +8202,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Modulul '%s' nu poate fi actualizat. Nu este instalat." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Puteti redenumi o singura coloana pe rand!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -8316,7 +8259,7 @@ msgid "Cannot duplicate configuration!" msgstr "Configuratia nu poate fi copiata!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Coloana nu se poate redenumi %s, deoarece acea coloana deja exista!" @@ -8400,7 +8343,7 @@ msgid "Change the user password." msgstr "Schimbă parola utilizatorului." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -8410,20 +8353,20 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Schimbarea modelului unui câmp este interzisa!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" "Nu este permisa schimbarea sistemului de stocare pentru campul \"%s\"." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -8685,6 +8628,11 @@ msgstr "Columbia" msgid "Colombian - Accounting" msgstr "Columbiana - Contabilitate" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -8916,13 +8864,13 @@ msgid "Connection Security" msgstr "Securitatea Conexiunii" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -9054,7 +9002,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Contabilitate" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -9491,7 +9439,7 @@ msgid "Custom Shortcuts" msgstr "Comenzi rapide personalizate" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -9773,7 +9721,7 @@ msgid "Delete Access Right" msgstr "Șterge Dreptul de Acces" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -9973,8 +9921,8 @@ msgid "Document Management System" msgstr "Sistemul de gestionare a documentelor" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Model document" @@ -9984,6 +9932,11 @@ msgstr "Model document" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -10008,6 +9961,11 @@ msgstr "Dominica" msgid "Dominican Republic" msgstr "Republica Dominicana" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -10041,7 +9999,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -10086,14 +10044,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Contabilitate" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -10110,7 +10060,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Schimb electonic de date (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -10211,15 +10161,15 @@ msgid "Eritrea" msgstr "Eritreea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -10227,7 +10177,7 @@ msgstr "Eritreea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -10246,7 +10196,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Eroare ! Nu puteţi crea categorii recursive." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -10254,16 +10204,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Eroare!" @@ -10309,7 +10259,7 @@ msgid "Events Sales" msgstr "Evenimente vânzări" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Totul pare configurat corect!" @@ -10357,8 +10307,8 @@ msgstr "Executare" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Managementul Cheltuielilor" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -10558,7 +10508,7 @@ msgid "Field Type" msgstr "Tip Camp" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -10792,7 +10742,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Pentru campurile relatie, numele tehnic al modelului tinta" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -11385,7 +11335,7 @@ msgid "Here is the exported translation file:" msgstr "Iata fisierul traducerii exportate:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -11763,12 +11713,11 @@ msgstr "" "grupuri." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -11973,6 +11922,11 @@ msgstr "Vizualizare mostenita" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -12034,12 +11988,6 @@ msgstr "Instalat(ă)" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Module Instalate" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -12113,7 +12061,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Format Cont Bancar Tip Nume nevalid." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -12124,13 +12072,13 @@ msgid "Invalid arguments" msgstr "Argumente nevalide" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -12164,7 +12112,7 @@ msgid "Invalid model name in the action definition." msgstr "Nume nevalid de model in definirea actiunii." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -12263,8 +12211,8 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Program de depistare Probleme" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -12857,13 +12805,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lituaniana / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -12878,6 +12826,12 @@ msgstr "Încărcați" msgid "Load a Translation" msgstr "Încarcă o traducere" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -12983,13 +12937,13 @@ msgid "Madam" msgstr "Doamna" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -13345,7 +13299,7 @@ msgid "Miss" msgstr "Domnisoara" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Lipsa Server SMTP" @@ -13385,13 +13339,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Modelul %s nu exista!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Modelul '%s' contine datele modulului si nu poate fi sters!" @@ -13455,8 +13409,8 @@ msgstr "" "'res.partener'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -13808,7 +13762,7 @@ msgid "New Zealand" msgstr "Noua Zeelandă" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -13870,7 +13824,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -13896,7 +13850,7 @@ msgstr "" "'%(value)s' in campul '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -13942,6 +13896,11 @@ msgstr "Insulele Mariane de Nord" msgid "Norway" msgstr "Norvegia" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -14054,6 +14013,13 @@ msgstr "Obiect:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitana (FR, post 1500) / Occitana" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -14108,6 +14074,11 @@ msgstr "In documente multiple" msgid "On delete property for many2one fields" msgstr "Proprietatea Sterge pentru campurile many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -14158,7 +14129,7 @@ msgid "Only if this bank account belong to your company" msgstr "Numai daca acest cont bancar apartine companiei d-voastra" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -14280,16 +14251,6 @@ msgstr "Parola optionala pentru autentificarea SMTP-==" msgid "Optional username for SMTP authentication" msgstr "Nume de utilizator optional pentru autentificarea SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -14301,8 +14262,8 @@ msgid "Original View" msgstr "Vizualizare Originală" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -14537,7 +14498,7 @@ msgid "Partners Geo-Localization" msgstr "Geo-Localizare Parteneri" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Parteneri: " @@ -14634,9 +14595,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Evaluari Periodice, Evaluari, Sondaje" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Permisiune refuzata" @@ -14701,7 +14662,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plan de conturi SNC pentru Portugalia" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -14710,7 +14671,7 @@ msgstr "" "este o eroare." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -14741,7 +14702,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -14991,7 +14952,7 @@ msgid "Properties" msgstr "Proprietati" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -15347,7 +15308,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Nu este permisă redenumirea campului \"%s\"" @@ -15495,6 +15456,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -15567,7 +15533,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Regulile nu pot fi aplicate la modelul Regulile Inregistrarii." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -15614,7 +15580,7 @@ msgid "SMTP Server" msgstr "Server SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Modul SMTP-over-SSl nu este disponibil" @@ -16026,6 +15992,11 @@ msgstr "" msgid "Server Action" msgstr "Acțiune server" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -16063,7 +16034,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -16095,6 +16066,13 @@ msgstr "Partajat(e)" msgid "Shipping" msgstr "Transport" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -16167,7 +16145,7 @@ msgid "Size" msgstr "Dimensiune" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -16240,25 +16218,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Uneori numit BIC sau Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Ne pare rau, dar nu aveti acces la acest document." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Ne pare rau, nu aveti permisiunea de a crea acest tip de document." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Ne pare rau, nu aveti permisiunea de a sterge acest document." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Ne pare rau, dar nu aveti permisiunea de a modifica acest document." @@ -16970,7 +16948,7 @@ msgstr "" "Puteti utiliza acest camp pentru cautari rapide." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -16979,7 +16957,7 @@ msgstr "" "special !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -16989,7 +16967,7 @@ msgstr "" "'Eticheta'), ...]!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -17110,6 +17088,11 @@ msgstr "" "Utilizatorul intern care este responsabil cu comunicarea cu acest contact, " "dacă există." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -17178,7 +17161,7 @@ msgstr "" "elemente. De exemplu: [('culoare','=','rosu')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "Campul osv_memorie poate fi comparat doar cu operatorul = si !=." @@ -17244,7 +17227,7 @@ msgid "The record id this is attached to" msgstr "Id-ul inregistrarii la care aceasta este atasat" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -17318,7 +17301,7 @@ msgid "This Window" msgstr "Aceasta fereastra" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Aceasta coloana contine datele modulului si nu poate fi stearsa!" @@ -17388,6 +17371,12 @@ msgstr "" "rezultatului tiparirii. Lasati necompletat pentru a nu salva rapoartele " "tiparite. Puteti folosi o expresie python cu variabilele obiect si timp." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -17596,7 +17585,7 @@ msgid "Translation comments" msgstr "Comentarii traducere" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -17810,6 +17799,11 @@ msgstr "" "Modulul \"%s\" nu poate fi actualizat pentru ca nu este indeplinita o " "dependenta externa: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -17848,7 +17842,7 @@ msgid "United States - Chart of accounts" msgstr "Statele Unite - Plan de Conturi" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Tip necunoscut de raport: %s" @@ -18065,12 +18059,6 @@ msgstr "Interfață utilizator" msgid "User Login" msgstr "Autentificare Utilizator" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -18335,12 +18323,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Atentionare" @@ -18354,7 +18342,7 @@ msgstr "Mesaje de Avertizare si Alerte" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Avertizare!" @@ -18734,7 +18722,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -18752,7 +18740,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -18853,7 +18841,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -18865,7 +18853,7 @@ msgstr "" "Python 2.6 pe partea de server." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -19035,11 +19023,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFacturare" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eFacturare & Plati" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -19113,7 +19096,7 @@ msgid "ltd" msgstr "SRL" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -19319,3 +19302,107 @@ msgstr "Insulele Aaland" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eFacturare & Plati" + +#~ msgid "Expense Management" +#~ msgstr "Managementul Cheltuielilor" + +#~ msgid "Issue Tracker" +#~ msgstr "Program de depistare Probleme" + +#~ msgid "Installed Modules" +#~ msgstr "Module Instalate" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Parole criptate\n" +#~ "===============\n" +#~ "\n" +#~ "Interactiune cu autentificarea LDAP:\n" +#~ "-------------------------------------\n" +#~ "Acest modul momentan nu este compatibil cu modulul ``user_ldap`` si\n" +#~ "va dezactiva autentificarea LDAP complet daca este instalat in acelasi " +#~ "timp.\n" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Plan de conturi pentru Columbia\n" +#~ "===============================\n" +#~ "\n" +#~ "Sursa acestui plan de conturi este aici_.\n" +#~ "\n" +#~ "Toata documentatia disponibila pe aceasta pagina de Internet este " +#~ "incorporata in acest modul, pentru\n" +#~ "a va asigura ca atunci cand deschideti OpenERP aveti toate informatiile " +#~ "necesare pentru a gestiona\n" +#~ "contabilitatea in Columbia.\n" +#~ "\n" +#~ "Legea care valideaza acest plan de conturi pentru aceasta tara este\n" +#~ "disponibila la acest link_.\n" +#~ "\n" +#~ "Acest modul intentioneaza sa faca disponibil planul de \n" +#~ "conturi pentru Columbia in Openerp.\n" +#~ "\n" +#~ "Recomandam instalarea modulului account_anglo_saxon (cont_anglo_saxon) " +#~ "pentru a avea\n" +#~ "calculele setate corect in facturi.\n" +#~ "\n" +#~ "Dupa instalarea acestui modul, este lansat wizardul de Configurare pentru " +#~ "contabilitate.\n" +#~ " * Avem sabloanele conturilor care pot fi utile pentru a genera Planuri " +#~ "de Conturi.\n" +#~ " * In acel wizard anumit, vi se va cere sa introduceti numele companiei,\n" +#~ " sablonul planului de urmat, numarul de cifre care vor fi generate, " +#~ "codul pentru\n" +#~ " contul dumneavoastra si contul bancar, moneda pentru crearea " +#~ "jurnalelor.\n" +#~ "\n" +#~ ".._aici: http://puc.com.co/\n" +#~ ".._link: http://puc.com.com/regulament/\n" +#~ " " diff --git a/openerp/addons/base/i18n/ru.po b/openerp/addons/base/i18n/ru.po index 609c0c5ea99..aa10a09b3d0 100644 --- a/openerp/addons/base/i18n/ru.po +++ b/openerp/addons/base/i18n/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -308,104 +318,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -763,45 +675,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1077,27 +950,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Зашифрованные пароли\n" -"==================\n" -"\n" -"Взаимодействие с LDAP - авторизацией\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1144,6 +996,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3194,6 +3077,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4749,8 +4647,8 @@ msgstr "%p - эквивалент AM или PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (копия)" @@ -4771,7 +4669,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - год кратко [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5102,7 +5000,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5351,6 +5249,8 @@ msgstr "Действия" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5435,6 +5335,101 @@ msgstr "Тип адреса" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5449,9 +5444,9 @@ msgstr "" "область" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Для удаления модуля нужны права администратора" @@ -5545,11 +5540,6 @@ msgstr "" msgid "Always Searchable" msgstr "Всегда доступно для поиска" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5646,7 +5636,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5660,11 +5650,6 @@ msgstr "Приложение" msgid "Application Terms" msgstr "Выражения" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6324,7 +6309,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Невозможно удалить суперпользователя!" @@ -6336,17 +6321,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Невозможно обновить модуль '%s'. Он не установлен." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Можно переименовать только одну колонку за один раз !" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6399,7 +6378,7 @@ msgid "Cannot duplicate configuration!" msgstr "Не могут дублировать конфигурацию !" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Нельзя переименовать столбец в %s, потому что он уже существует !" @@ -6483,7 +6462,7 @@ msgid "Change the user password." msgstr "Изменение пароля пользователя." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6493,19 +6472,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Изменение модели поля запрещено!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Изменение системы хранения для поля \"%s\" не допускается." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6765,6 +6744,11 @@ msgstr "Колумбия" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6996,13 +6980,13 @@ msgid "Connection Security" msgstr "Безопасность Соединения" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Тест соединения успешно пройден!" @@ -7137,7 +7121,7 @@ msgid "Costa Rica - Accounting" msgstr "Коста Рика - Учет" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7574,7 +7558,7 @@ msgid "Custom Shortcuts" msgstr "Пользовательские закладки" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Названия пользовательских полей должны начинаться с 'x_' !" @@ -7854,7 +7838,7 @@ msgid "Delete Access Right" msgstr "Право доступа на удаление" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8053,8 +8037,8 @@ msgid "Document Management System" msgstr "Система управления документами" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Модель документа" @@ -8064,6 +8048,11 @@ msgstr "Модель документа" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8088,6 +8077,11 @@ msgstr "Доминика" msgid "Dominican Republic" msgstr "Доминиканская республика" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8121,7 +8115,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8166,14 +8160,6 @@ msgstr "Эквадор" msgid "Ecuador - Accounting" msgstr "Эквадор - учет" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8190,7 +8176,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Обмен электронными данными (ОЭД)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8291,15 +8277,15 @@ msgid "Eritrea" msgstr "Эритрия" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8307,7 +8293,7 @@ msgstr "Эритрия" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8326,7 +8312,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Ошибка ! Невозможно создать рекурсивную категорию." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8334,16 +8320,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Ошибка !" @@ -8389,7 +8375,7 @@ msgid "Events Sales" msgstr "Мероприятия продаж" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Кажется, все настроено правильно!" @@ -8437,8 +8423,8 @@ msgstr "Выполнение" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Управление расходами" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8637,7 +8623,7 @@ msgid "Field Type" msgstr "Тип поля" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8871,7 +8857,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Для полей связей. Техническое имя целевой модели" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Для полей выбора должны быть предоставлены варианты выбора!" @@ -9462,7 +9448,7 @@ msgid "Here is the exported translation file:" msgstr "Экспортированный файл с переводом:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9830,12 +9816,11 @@ msgstr "" "случае , вид относится только к пользователям из этих групп ." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -10033,6 +10018,11 @@ msgstr "Унаследованный вид" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10094,12 +10084,6 @@ msgstr "Установлен" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Установленные модули" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10173,7 +10157,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Неверный формат типа имени банковского счета" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Неверный критерий поиска" @@ -10184,13 +10168,13 @@ msgid "Invalid arguments" msgstr "Неправильные параметры" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10224,7 +10208,7 @@ msgid "Invalid model name in the action definition." msgstr "Недопустимое имя модели в определении действия" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10323,8 +10307,8 @@ msgstr "Израиль" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Система отслеживания ошибок" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10916,13 +10900,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Литовский / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10937,6 +10921,12 @@ msgstr "Загрузка" msgid "Load a Translation" msgstr "Загрузить перевод" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -11042,13 +11032,13 @@ msgid "Madam" msgstr "Госпожа" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11399,7 +11389,7 @@ msgid "Miss" msgstr "Г-жа" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Отсутствие SMTP сервера" @@ -11439,13 +11429,13 @@ msgid "Model" msgstr "Модель" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Модель %s не существует !" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Модель '%s' содержит данные и не может быть удалена!" @@ -11507,8 +11497,8 @@ msgid "" msgstr "Имя модели, метод которой будет вызван. Например \"res.partner\"" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11859,7 +11849,7 @@ msgid "New Zealand" msgstr "Новая Зеландия" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11924,7 +11914,7 @@ msgid "Niue" msgstr "Ниуэ" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11949,7 +11939,7 @@ msgstr "" "Не найдено записей для %(field_type)s '%(value)s' в поле '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11995,6 +11985,11 @@ msgstr "Северные Марианские острова" msgid "Norway" msgstr "Норвегия" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12107,6 +12102,13 @@ msgstr "Объект:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Окситанский (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12161,6 +12163,11 @@ msgstr "На несколько док." msgid "On delete property for many2one fields" msgstr "При удалении свояства для полей many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12211,7 +12218,7 @@ msgid "Only if this bank account belong to your company" msgstr "Только если этот банковский счет принадлежит вашей компании" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12330,16 +12337,6 @@ msgstr "Пароль для SMTP авторизации (опционально) msgid "Optional username for SMTP authentication" msgstr "Необязательное имя пользователя для аутентификации SMTP" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12351,8 +12348,8 @@ msgid "Original View" msgstr "Исходный вид" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12588,7 +12585,7 @@ msgid "Partners Geo-Localization" msgstr "Геолокация партнеров" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Контрагенты: " @@ -12685,9 +12682,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Периодические оценки, оценки, опросы" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Доступ запрещён" @@ -12752,7 +12749,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12761,7 +12758,7 @@ msgstr "" "что это ошибка." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12790,7 +12787,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -13040,7 +13037,7 @@ msgid "Properties" msgstr "Свойства" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13395,7 +13392,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Переименование разбросанного поля \"%s\" запрещено" @@ -13543,6 +13540,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13615,7 +13617,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13661,7 +13663,7 @@ msgid "SMTP Server" msgstr "SMTP сервер" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "Режим SMTP-over-SSL недоступен" @@ -14072,6 +14074,11 @@ msgstr "" msgid "Server Action" msgstr "Действие сервера" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14109,7 +14116,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -14141,6 +14148,13 @@ msgstr "Общие" msgid "Shipping" msgstr "Доставка" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14213,7 +14227,7 @@ msgid "Size" msgstr "Размер" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14286,25 +14300,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Иногда называемый БИК или Swift." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Извините, вы не можете получить доступ к этому документу." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "К сожалению, вы не можете создать такой документ." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Извините, вы не можете удалить этот документ." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "К сожалению, вы не можете изменять этот документ ." @@ -15014,7 +15028,7 @@ msgstr "" "Поле можно использовать для быстрого поиска." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -15023,7 +15037,7 @@ msgstr "" "символов !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -15033,7 +15047,7 @@ msgstr "" "...] !" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15155,6 +15169,11 @@ msgstr "" "Внутренний пользователь, который отвечает за связи с этим контактом , если " "таковые имеются." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15223,7 +15242,7 @@ msgstr "" "конструкций. Например: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "Поле osv_memory можно сравнивать только с помощью операторов = и !=." @@ -15289,7 +15308,7 @@ msgid "The record id this is attached to" msgstr "Прикреплено к идентификатору записи" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15362,7 +15381,7 @@ msgid "This Window" msgstr "Данное окно" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Этот столбец содержит данные модуля и не может быть удален!" @@ -15429,6 +15448,12 @@ msgstr "" "Оставьте пустым, чтобы не сохранять напечатанные отчеты. Вы можете " "использовать Python выражения с объектом и временным переменным." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15637,7 +15662,7 @@ msgid "Translation comments" msgstr "Комментарии перевода" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15850,6 +15875,11 @@ msgstr "" "Невозможно обновить модуль \"%s\" так, как внешняя зависимость не " "удовлетворена: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15888,7 +15918,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Неизвестный тип отчета: %s" @@ -16105,12 +16135,6 @@ msgstr "Интерфейс пользователя" msgid "User Login" msgstr "Логин пользователя" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16375,12 +16399,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Внимание" @@ -16394,7 +16418,7 @@ msgstr "Предупреждающие сообщения и оповещени #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Внимание!" @@ -16773,7 +16797,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16791,7 +16815,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16893,7 +16917,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16905,7 +16929,7 @@ msgstr "" "2.6 на стороне сервера." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -17075,11 +17099,6 @@ msgstr "" msgid "eInvoicing" msgstr "Эл. выставление счетов" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "Эл. счета и платежи" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -17151,7 +17170,7 @@ msgid "ltd" msgstr "ООО" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17355,3 +17374,34 @@ msgstr "Аландские острова" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "Эл. счета и платежи" + +#~ msgid "Expense Management" +#~ msgstr "Управление расходами" + +#~ msgid "Issue Tracker" +#~ msgstr "Система отслеживания ошибок" + +#~ msgid "Installed Modules" +#~ msgstr "Установленные модули" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Зашифрованные пароли\n" +#~ "==================\n" +#~ "\n" +#~ "Взаимодействие с LDAP - авторизацией\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" diff --git a/openerp/addons/base/i18n/sk.po b/openerp/addons/base/i18n/sk.po index 12e81a7ed6b..d069aab7861 100644 --- a/openerp/addons/base/i18n/sk.po +++ b/openerp/addons/base/i18n/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2958,6 +2849,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4463,8 +4369,8 @@ msgstr "%p - Ekvivalent AM alebo PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kópia)" @@ -4485,7 +4391,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Rok bez storočia [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4808,7 +4714,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5055,6 +4961,8 @@ msgstr "Akcie" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5139,6 +5047,101 @@ msgstr "Typ adresy" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5151,9 +5154,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5245,11 +5248,6 @@ msgstr "" msgid "Always Searchable" msgstr "Vždy hladateľný" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5337,7 +5335,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5351,11 +5349,6 @@ msgstr "" msgid "Application Terms" msgstr "Výrazy aplikácie" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6015,7 +6008,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Nie je možné odstrániť root používateľa!" @@ -6027,17 +6020,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Nie je možné aktualizovať modul '%s'. Nie je nainštalovaný." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6090,7 +6077,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6174,7 +6161,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6184,19 +6171,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6444,6 +6431,11 @@ msgstr "Kolumbia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6675,13 +6667,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6813,7 +6805,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7250,7 +7242,7 @@ msgid "Custom Shortcuts" msgstr "Vlastné skratky" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Vlastné pole musí mať meno, ktoré začína 'x_'!" @@ -7516,7 +7508,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7713,8 +7705,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7724,6 +7716,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7748,6 +7745,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikánska republika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7781,7 +7783,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7826,14 +7828,6 @@ msgstr "Ekvádor" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7850,7 +7844,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7951,15 +7945,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7967,7 +7961,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7986,7 +7980,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Chyba! Nemožte vytvoriť rekurzívne kategórie." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7994,16 +7988,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Chyba!" @@ -8049,7 +8043,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8095,7 +8089,7 @@ msgstr "Vykonanie" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8288,7 +8282,7 @@ msgid "Field Type" msgstr "Typ pola" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8512,7 +8506,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9081,7 +9075,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9433,12 +9427,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9636,6 +9629,11 @@ msgstr "Zdedený pohľad" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9697,12 +9695,6 @@ msgstr "Nainštalovaný" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9776,7 +9768,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9787,13 +9779,13 @@ msgid "Invalid arguments" msgstr "Zlé argumenty" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9825,7 +9817,7 @@ msgid "Invalid model name in the action definition." msgstr "Nesprávne meno modulu v definícii aktivity." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9924,7 +9916,7 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10510,13 +10502,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litovčina / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10531,6 +10523,12 @@ msgstr "Nahrať" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10636,13 +10634,13 @@ msgid "Madam" msgstr "Pani" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10986,7 +10984,7 @@ msgid "Miss" msgstr "Slečna" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11026,13 +11024,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s neexistuje!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11094,8 +11092,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11444,7 +11442,7 @@ msgid "New Zealand" msgstr "Nový Zéland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11504,7 +11502,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11528,7 +11526,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11574,6 +11572,11 @@ msgstr "Severné Mariány" msgid "Norway" msgstr "Nórsko" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11686,6 +11689,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Okcitánčina (FR, po 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11740,6 +11750,11 @@ msgstr "Na viacerých dokumentoch" msgid "On delete property for many2one fields" msgstr "Pri vymazaní vlastnosti pre polia typu many2one" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11790,7 +11805,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11908,16 +11923,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11929,8 +11934,8 @@ msgid "Original View" msgstr "Pôvodný pohľad" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12165,7 +12170,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneri: " @@ -12262,9 +12267,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12329,14 +12334,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12363,7 +12368,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12611,7 +12616,7 @@ msgid "Properties" msgstr "Vlastnosti" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12964,7 +12969,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13112,6 +13117,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13184,7 +13194,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13230,7 +13240,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13640,6 +13650,11 @@ msgstr "" msgid "Server Action" msgstr "Serverová akcia" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13677,7 +13692,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13708,6 +13723,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13780,7 +13802,7 @@ msgid "Size" msgstr "Veľkosť" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13850,25 +13872,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14569,7 +14591,7 @@ msgstr "" "Môžte použiť toto pole pre rýchle hľadanie." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14577,7 +14599,7 @@ msgstr "" "Meno objektu musí začínať x_ a nesmie obsahovať žiadne špeciálne znaky!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14585,7 +14607,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14698,6 +14720,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14763,7 +14790,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "Pole osv_memory sa dá porovnávať iba pomocou operátora = alebo !=." @@ -14822,7 +14849,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14887,7 +14914,7 @@ msgid "This Window" msgstr "Toto okno" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14945,6 +14972,12 @@ msgstr "" "Nechajte prázdne ak nechcete ukladať vytlačené výkazy. Môže použiť Python " "výraz nad objektom a časom." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15153,7 +15186,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15360,6 +15393,11 @@ msgstr "" "Nie je možné aktualizovať modul \"%s\", lebo nie sú splnené vonkajšie " "závislosti: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15398,7 +15436,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15611,12 +15649,6 @@ msgstr "Používateľské rozhranie" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15876,12 +15908,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Varovanie" @@ -15895,7 +15927,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16269,7 +16301,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16287,7 +16319,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16373,7 +16405,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16382,7 +16414,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16550,11 +16582,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16626,7 +16653,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/sl.po b/openerp/addons/base/i18n/sl.po index deca7b82997..633f2cbf8f1 100644 --- a/openerp/addons/base/i18n/sl.po +++ b/openerp/addons/base/i18n/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:13+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -196,6 +196,16 @@ msgstr "" " templates to target objects.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -384,104 +394,6 @@ msgstr "" "pads (by default, http://ietherpad.com/).\n" " " -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -998,79 +910,6 @@ msgstr "" "Thai accounting chart and localization.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1444,27 +1283,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1552,6 +1370,37 @@ msgstr "" "Email by Openlabs was kept.\n" " " +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -4236,6 +4085,21 @@ msgstr "" "\n" " " +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -6551,8 +6415,8 @@ msgstr "%p - ekvivalenten bodisi AM ali PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -6573,7 +6437,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Leto brez stoletja [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -6902,7 +6766,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -7151,6 +7015,8 @@ msgstr "Dejanja" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -7235,6 +7101,101 @@ msgstr "Vrsta naslova" msgid "Address format..." msgstr "Format naslova..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -7247,9 +7208,9 @@ msgid "" msgstr "Upravna enota" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Administrator access is required to uninstall a module" @@ -7343,11 +7304,6 @@ msgstr "" msgid "Always Searchable" msgstr "Vedno se da iskati" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -7442,7 +7398,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -7456,11 +7412,6 @@ msgstr "Program" msgid "Application Terms" msgstr "Izrazi programa" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -8123,7 +8074,7 @@ msgstr "" "Can not create Many-To-One records indirectly, import the field separately" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Ne morete odstaniti uporabnika 'root'!" @@ -8135,17 +8086,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Modula '%s' ne morete nadgraditi, ker ni nameščen." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Preimenujete lahko samo en stolpec naenkrat!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -8198,7 +8143,7 @@ msgid "Cannot duplicate configuration!" msgstr "ni možno podvojiti nastavitev !" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Ne morem preimenovati stolpca v %s, ker ta stolpec že obstaja." @@ -8282,7 +8227,7 @@ msgid "Change the user password." msgstr "Spremeni geslo uporabnika" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -8294,19 +8239,19 @@ msgstr "" "kontakt spremenil podjetje , ustvarite nov kontakt." #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Changing the model of a field is forbidden!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Changing the storing system for field \"%s\" is not allowed." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -8562,6 +8507,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "Colombian - Accounting" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -8793,13 +8743,13 @@ msgid "Connection Security" msgstr "Varnost povezave" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Test povezave - neuspešen !" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Povezava uspela !" @@ -8932,7 +8882,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Accounting" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "Kontakt mora imeti elektronski naslov!" @@ -9365,7 +9315,7 @@ msgid "Custom Shortcuts" msgstr "Bližnjice po meri" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Custom fields must have a name that starts with 'x_' !" @@ -9640,7 +9590,7 @@ msgid "Delete Access Right" msgstr "Izbrišite pravico dostopa." #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -9836,8 +9786,8 @@ msgid "Document Management System" msgstr "Document Management System" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Model dokumenta" @@ -9847,6 +9797,11 @@ msgstr "Model dokumenta" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -9871,6 +9826,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikanska republika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -9904,7 +9864,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -9949,14 +9909,6 @@ msgstr "Ekvador" msgid "Ecuador - Accounting" msgstr "Ecuador - Accounting" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -9973,7 +9925,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Electronic Data Interchange (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -10074,15 +10026,15 @@ msgid "Eritrea" msgstr "Eritreja" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -10090,7 +10042,7 @@ msgstr "Eritreja" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -10109,7 +10061,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Napaka! Rekurzivnih kategorij ne morete ustvariti." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -10117,16 +10069,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Napaka!" @@ -10172,7 +10124,7 @@ msgid "Events Sales" msgstr "Dogodki prodaje" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Vse zgleda pravilno nastavljeno!" @@ -10220,8 +10172,8 @@ msgstr "Izvedba" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Expense Management" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -10420,7 +10372,7 @@ msgid "Field Type" msgstr "Vrsta polja" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -10654,7 +10606,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Za sorodna polja, tehnično ime ciljnega modela" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Za izbrana polja mora biti podana možnost izbire!" @@ -11242,7 +11194,7 @@ msgid "Here is the exported translation file:" msgstr "Here is the exported translation file:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -11608,12 +11560,11 @@ msgid "" msgstr "Če ni označeno , pogled uporabljajo vsi uporabniki." #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -11819,6 +11770,11 @@ msgstr "Podedovan pogled" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -11880,12 +11836,6 @@ msgstr "Nameščen" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Nameščeni moduli" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -11959,7 +11909,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Napačna oblika vrste bančnega računa" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Napačni iskalni kriterij" @@ -11970,13 +11920,13 @@ msgid "Invalid arguments" msgstr "Neveljavni argumenti" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -12010,7 +11960,7 @@ msgid "Invalid model name in the action definition." msgstr "Napačno ime modela v definiciji dejanja." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -12109,8 +12059,8 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Issue Tracker" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -12702,13 +12652,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litva" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -12723,6 +12673,12 @@ msgstr "Naloži" msgid "Load a Translation" msgstr "Naloži prevod" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -12828,13 +12784,13 @@ msgid "Madam" msgstr "Gospa" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -13186,7 +13142,7 @@ msgid "Miss" msgstr "Gdč." #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Missing SMTP Server" @@ -13226,13 +13182,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s ne obstaja!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "Model '%s' contains module data and cannot be removed!" @@ -13295,8 +13251,8 @@ msgstr "" "Model name on which the method to be called is located, e.g. 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -13647,7 +13603,7 @@ msgid "New Zealand" msgstr "Nova Zelandija" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -13708,7 +13664,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -13733,7 +13689,7 @@ msgstr "" "No matching record found for %(field_type)s '%(value)s' in field '%%(field)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -13779,6 +13735,11 @@ msgstr "Severni Marianski otoki" msgid "Norway" msgstr "Norveška" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -13891,6 +13852,13 @@ msgstr "Predmet:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -13945,6 +13913,11 @@ msgstr "Na večih dokumentih" msgid "On delete property for many2one fields" msgstr "On delete property for many2one fields" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -13995,7 +13968,7 @@ msgid "Only if this bank account belong to your company" msgstr "Samo če je to bančni račun vašega podjetja" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -14113,16 +14086,6 @@ msgstr "Optional password for SMTP authentication" msgid "Optional username for SMTP authentication" msgstr "Optional username for SMTP authentication" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -14134,8 +14097,8 @@ msgid "Original View" msgstr "Originalni pogled" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -14370,7 +14333,7 @@ msgid "Partners Geo-Localization" msgstr "Partners Geo-Localization" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partnerji: " @@ -14467,9 +14430,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Periodical Evaluations, Appraisals, Surveys" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Dovoljenje je zavrnjeno" @@ -14534,14 +14497,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "Kontaktirajte administratorja , če mislite da je to napaka." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -14570,7 +14533,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Določiti morate dejanje !" @@ -14820,7 +14783,7 @@ msgid "Properties" msgstr "Properties" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -15175,7 +15138,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Renaming sparse field \"%s\" is not allowed" @@ -15323,6 +15286,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -15395,7 +15363,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Rules can not be applied on the Record Rules model." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -15441,7 +15409,7 @@ msgid "SMTP Server" msgstr "Strežnik SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL mode unavailable" @@ -15851,6 +15819,11 @@ msgstr "" msgid "Server Action" msgstr "Strežniška akcija" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -15888,7 +15861,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Nastavitev brez gesla ni dovoljeno zaradi varnostnih razlogov!" @@ -15919,6 +15892,13 @@ msgstr "Souporaba" msgid "Shipping" msgstr "Dostava" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Lokalni moduli" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -15991,7 +15971,7 @@ msgid "Size" msgstr "Velikost" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Velikost polja ne more biti manjša od 0!" @@ -16061,25 +16041,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Takoimenovani BIC ali SWIFT" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Nimate dovoljenja za dostop do tega dokumenta" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Nimate dovoljenja za kreiranje te vrste dokumentov" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Nimate dovoljenja za brisanje tega dokumenta." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Nimate dovoljenja za spreminjanje tega dokumenta." @@ -16787,7 +16767,7 @@ msgstr "" "To polje lahko uporabite za hitro iskanje." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -16795,7 +16775,7 @@ msgstr "" "The Object name must start with x_ and not contain any special character !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -16805,7 +16785,7 @@ msgstr "" "format!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -16923,6 +16903,11 @@ msgid "" "any." msgstr "Sodelavec odgovoren za ta kontakt" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -16991,7 +16976,7 @@ msgstr "" "[('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "The osv_memory field can only be compared with = and != operator." @@ -17052,7 +17037,7 @@ msgid "The record id this is attached to" msgstr "Id zapisa je pripet k" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -17125,7 +17110,7 @@ msgid "This Window" msgstr "To okno" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "This column contains module data and cannot be removed!" @@ -17190,6 +17175,12 @@ msgstr "" "Keep empty to not save the printed reports. You can use a python expression " "with the object and time variables." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -17398,7 +17389,7 @@ msgid "Translation comments" msgstr "Komentarji" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -17609,6 +17600,11 @@ msgid "" msgstr "" "Ni mogoče nadgraditi modula \"%s\", ker ne izpolnjuje zunanje odvisnosti: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -17647,7 +17643,7 @@ msgid "United States - Chart of accounts" msgstr "United States - Chart of accounts" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Unknown report type: %s" @@ -17860,12 +17856,6 @@ msgstr "Uporabniški vmesnik" msgid "User Login" msgstr "Prijava uporabnika" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -18127,12 +18117,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Opozorilo" @@ -18146,7 +18136,7 @@ msgstr "Warning Messages and Alerts" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Opozorilo!" @@ -18524,7 +18514,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -18542,7 +18532,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -18642,7 +18632,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -18654,7 +18644,7 @@ msgstr "" "do the trick." #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -18824,11 +18814,6 @@ msgstr "" msgid "eInvoicing" msgstr "eInvoicing" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eInvoicing & Payments" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -18902,7 +18887,7 @@ msgid "ltd" msgstr "d.o.o." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -19100,3 +19085,105 @@ msgstr "Ålandnski otoki" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " + +#~ msgid "Installed Modules" +#~ msgstr "Nameščeni moduli" + +#~ msgid "Expense Management" +#~ msgstr "Expense Management" + +#~ msgid "Issue Tracker" +#~ msgstr "Issue Tracker" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eInvoicing & Payments" diff --git a/openerp/addons/base/i18n/sq.po b/openerp/addons/base/i18n/sq.po index 4654bb5f66b..c5b23c66261 100644 --- a/openerp/addons/base/i18n/sq.po +++ b/openerp/addons/base/i18n/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 07:59+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/sr.po b/openerp/addons/base/i18n/sr.po index 693be6d0c1d..a74c70946c5 100644 --- a/openerp/addons/base/i18n/sr.po +++ b/openerp/addons/base/i18n/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:12+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:55+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -739,45 +651,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1034,19 +907,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1093,6 +953,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2957,6 +2848,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4463,8 +4369,8 @@ msgstr "%p - Ekvivalent od AM ili PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopija)" @@ -4485,7 +4391,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4803,7 +4709,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5050,6 +4956,8 @@ msgstr "Akcije" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5134,6 +5042,101 @@ msgstr "Vrsta adrese" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5146,9 +5149,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5240,11 +5243,6 @@ msgstr "" msgid "Always Searchable" msgstr "Uvek može da se pretraži" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5332,7 +5330,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5346,11 +5344,6 @@ msgstr "" msgid "Application Terms" msgstr "Uslovi korišćenja aplikacije" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6010,7 +6003,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Ne mogu ukloniti root korisnika!" @@ -6022,17 +6015,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Ne možete da nadogradite modul '%s'. Nije instaliran." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6085,7 +6072,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6169,7 +6156,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6179,19 +6166,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6439,6 +6426,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6670,13 +6662,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6809,7 +6801,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7242,7 +7234,7 @@ msgid "Custom Shortcuts" msgstr "Prilagođene prečice" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Posebnim poljima naziv mora da počinje sa 'x_' !" @@ -7508,7 +7500,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7702,8 +7694,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7713,6 +7705,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7737,6 +7734,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikanska Republika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7770,7 +7772,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7815,14 +7817,6 @@ msgstr "Evkador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7839,7 +7833,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7940,15 +7934,15 @@ msgid "Eritrea" msgstr "Eritreja" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7956,7 +7950,7 @@ msgstr "Eritreja" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7975,7 +7969,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Greška ! Ne možete da napravite rekurzivne kategorije." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7983,16 +7977,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8038,7 +8032,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8084,7 +8078,7 @@ msgstr "Izvršenje" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8278,7 +8272,7 @@ msgid "Field Type" msgstr "Tip polja" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8502,7 +8496,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9071,7 +9065,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9424,12 +9418,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9623,6 +9616,11 @@ msgstr "Nasleđeni pregled" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9684,12 +9682,6 @@ msgstr "Instaliran" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9763,7 +9755,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9774,13 +9766,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9812,7 +9804,7 @@ msgid "Invalid model name in the action definition." msgstr "Neispravno ime modela u definiciji akcije" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9911,7 +9903,7 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10497,13 +10489,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litvanijski / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10518,6 +10510,12 @@ msgstr "Učitaj" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10623,13 +10621,13 @@ msgid "Madam" msgstr "Gospođa" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10968,7 +10966,7 @@ msgid "Miss" msgstr "Gospođica" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11008,13 +11006,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11076,8 +11074,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11426,7 +11424,7 @@ msgid "New Zealand" msgstr "Novi Zeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11486,7 +11484,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11510,7 +11508,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11553,6 +11551,11 @@ msgstr "Severna Marijanska Ostrva" msgid "Norway" msgstr "Norveška" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11665,6 +11668,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11719,6 +11729,11 @@ msgstr "Na više dokumenata" msgid "On delete property for many2one fields" msgstr "U toku brisanja osobina za many2one polja" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11769,7 +11784,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11887,16 +11902,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11908,8 +11913,8 @@ msgid "Original View" msgstr "Originalni pregled" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12144,7 +12149,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneri: " @@ -12241,9 +12246,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12308,14 +12313,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12342,7 +12347,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12590,7 +12595,7 @@ msgid "Properties" msgstr "Osobine" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12943,7 +12948,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13091,6 +13096,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13163,7 +13173,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13209,7 +13219,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13619,6 +13629,11 @@ msgstr "" msgid "Server Action" msgstr "Akcija servera" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13656,7 +13671,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13687,6 +13702,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13759,7 +13781,7 @@ msgid "Size" msgstr "Veličina" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13829,25 +13851,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14548,7 +14570,7 @@ msgstr "" "Možete da koristite ovo polje za brzo pretraživanje." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14556,7 +14578,7 @@ msgstr "" "Ime objekta mora da počinje sa x_ i ne sme da sadrži specijalne znake!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14564,7 +14586,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14678,6 +14700,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14743,7 +14770,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14802,7 +14829,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14869,7 +14896,7 @@ msgid "This Window" msgstr "Ovaj prozor" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14926,6 +14953,12 @@ msgstr "" "Ostavite prazno ako ne želite da zapamtite ispisane izveštaje. Možete da " "upotrebite python kod sa objektnim i vremenskim promenjivim." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15134,7 +15167,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15335,6 +15368,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15373,7 +15411,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15586,12 +15624,6 @@ msgstr "Korisnički interfejs" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15851,12 +15883,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Upozorenje" @@ -15870,7 +15902,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16244,7 +16276,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16262,7 +16294,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16346,7 +16378,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16355,7 +16387,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16523,11 +16555,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16599,7 +16626,7 @@ msgid "ltd" msgstr "Copy text \t ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/sr@latin.po b/openerp/addons/base/i18n/sr@latin.po index be0d965fad7..9e8feda4b9e 100644 --- a/openerp/addons/base/i18n/sr@latin.po +++ b/openerp/addons/base/i18n/sr@latin.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Serbian Latin \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:21+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:03+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -300,104 +310,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -753,45 +665,6 @@ msgstr "" "Thai kontni plan i lokalizacija\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1067,19 +940,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1126,6 +986,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3034,6 +2925,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4576,8 +4482,8 @@ msgstr "%p - Equivalent za AM ili PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopiranje)" @@ -4598,7 +4504,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Godina bez veka [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4924,7 +4830,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5173,6 +5079,8 @@ msgstr "Akcije" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5257,6 +5165,101 @@ msgstr "Tip Adrese" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5269,9 +5272,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5365,11 +5368,6 @@ msgstr "" msgid "Always Searchable" msgstr "Uvek može da se pretraži" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5462,7 +5460,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5476,11 +5474,6 @@ msgstr "Aplikacija" msgid "Application Terms" msgstr "Uslovi korišćenja aplikacije" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6140,7 +6133,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Ne mogu ukloniti root korisnika" @@ -6152,17 +6145,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Nije moguće nadograditi modul '%s'. Nije instaliran." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "možete samo reimenocati kolone jednu po jednu" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6215,7 +6202,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6300,7 +6287,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6310,19 +6297,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Nije dopušteno mjenjanje modela polja." #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "Promena sistema čuvanja za polja \"%s\" nije dozvoljena" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6578,6 +6565,11 @@ msgstr "Kolumbija" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6809,13 +6801,13 @@ msgid "Connection Security" msgstr "Bezbednost konekcije" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6948,7 +6940,7 @@ msgid "Costa Rica - Accounting" msgstr "Kostarika - Računovodstvo" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7385,7 +7377,7 @@ msgid "Custom Shortcuts" msgstr "Prilagođene prečice" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Imena prilagođenih polja moraju počinjati sa 'x_' !" @@ -7651,7 +7643,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7850,8 +7842,8 @@ msgid "Document Management System" msgstr "Upravljanje Sistemom Dokumenata" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7861,6 +7853,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7885,6 +7882,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominikanska Republika" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7918,7 +7920,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7963,14 +7965,6 @@ msgstr "Ekvador" msgid "Ecuador - Accounting" msgstr "Ekvador - Računovodstvo" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7987,7 +7981,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronsko Smenjivanje Podataka(EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8088,15 +8082,15 @@ msgid "Eritrea" msgstr "Eritreja" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8104,7 +8098,7 @@ msgstr "Eritreja" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8123,7 +8117,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Greška! Ne možete da napravite rekurzivne kategorije." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8131,16 +8125,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Greška" @@ -8186,7 +8180,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Izgleda da je sve postavljeno u redu!" @@ -8234,7 +8228,7 @@ msgstr "Izvršavanje" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8433,7 +8427,7 @@ msgid "Field Type" msgstr "Tip polja" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8665,7 +8659,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "Zavezanaa polja, tehničko ime ciljnog modela" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Za selktovana polja , moraju biti zadate selekcione opcije!" @@ -9255,7 +9249,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9615,12 +9609,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9820,6 +9813,11 @@ msgstr "Nasleđeni pregled" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9881,12 +9879,6 @@ msgstr "Instaliran" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9960,7 +9952,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9971,13 +9963,13 @@ msgid "Invalid arguments" msgstr "Neispravni argumenti" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10011,7 +10003,7 @@ msgid "Invalid model name in the action definition." msgstr "Pogrešno ime modela u definiciji akcije." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10110,7 +10102,7 @@ msgstr "Izrael" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10700,13 +10692,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litvanijski / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10721,6 +10713,12 @@ msgstr "Učitaj" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10826,13 +10824,13 @@ msgid "Madam" msgstr "Gospođa" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11181,7 +11179,7 @@ msgid "Miss" msgstr "G-đica" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Nedostaje SMTP Server" @@ -11221,13 +11219,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s ne postoji!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11289,8 +11287,8 @@ msgid "" msgstr "Ime modela po kojem će ga načinu tražiti, npr res.partner" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11639,7 +11637,7 @@ msgid "New Zealand" msgstr "Novi Zeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11700,7 +11698,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11724,7 +11722,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11770,6 +11768,11 @@ msgstr "Severna Marijanska Ostrva" msgid "Norway" msgstr "Norveška" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11882,6 +11885,13 @@ msgstr "Objekat:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11936,6 +11946,11 @@ msgstr "Na više dokumenata" msgid "On delete property for many2one fields" msgstr "U toku brisanja osobina za many2one polja" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11986,7 +12001,7 @@ msgid "Only if this bank account belong to your company" msgstr "Samo ukoliko bankovni račun pripada tvom preduzeću" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12102,16 +12117,6 @@ msgstr "Opcionalna Lozinka za SMTP autentifikaciju" msgid "Optional username for SMTP authentication" msgstr "Opciono korisničko ime za SMTP autentifikaciju" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12123,8 +12128,8 @@ msgid "Original View" msgstr "Originalni pregled" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12359,7 +12364,7 @@ msgid "Partners Geo-Localization" msgstr "Partnerova Geo-Lokalizacija" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partneri: " @@ -12456,9 +12461,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12523,14 +12528,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12559,7 +12564,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12809,7 +12814,7 @@ msgid "Properties" msgstr "Svojstva" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13164,7 +13169,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "Preimenovanje polja \"%s\" nije dopušteno" @@ -13312,6 +13317,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13384,7 +13394,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13430,7 +13440,7 @@ msgid "SMTP Server" msgstr "SMTP server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP preko SSL moda nedostupno" @@ -13840,6 +13850,11 @@ msgstr "" msgid "Server Action" msgstr "Akcije Servera" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13877,7 +13892,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Postavljanje prazne lozinke nije dozvoljeno iz sigurnosnih razloga!" @@ -13908,6 +13923,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13980,7 +14002,7 @@ msgid "Size" msgstr "Veličina" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14050,25 +14072,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Ponekad nazvanim BIC ili SWIFT" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14774,7 +14796,7 @@ msgstr "" "Možete koristiti za brzo pretraživanje." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14782,7 +14804,7 @@ msgstr "" "Ime objekta mora započeti sa x_ i ne sme sadržavati specijalne karaktere." #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14791,7 +14813,7 @@ msgstr "" "Ekspresija selektovane opcije mora biti u [('key','Label'), ...] formatu!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14908,6 +14930,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14976,7 +15003,7 @@ msgstr "" "primer: [('color','=','red')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15038,7 +15065,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15107,7 +15134,7 @@ msgid "This Window" msgstr "Ovaj prozor" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15170,6 +15197,12 @@ msgstr "" "Ostavite prazno ako ne želite da zapamtite ispisane izveštaje. Možete da " "upotrebite python kod sa objektnim i vremenskim promenjivim." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15378,7 +15411,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15587,6 +15620,11 @@ msgstr "" "Nije moguće nadograditi modul \"% s\", jer eksterna zavisnost nije " "zadovoljena:% s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15625,7 +15663,7 @@ msgid "United States - Chart of accounts" msgstr "USA - kontni plan" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Nepoznati tip izveštaja: %s" @@ -15840,12 +15878,6 @@ msgstr "Korisnički interfejs" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16106,12 +16138,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Upozorenje" @@ -16125,7 +16157,7 @@ msgstr "Poruke Upozorenja i Alarmi" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Upozorenje !" @@ -16504,7 +16536,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16522,7 +16554,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16608,7 +16640,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16617,7 +16649,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16787,11 +16819,6 @@ msgstr "" msgid "eInvoicing" msgstr "eFakturisanje" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "eFakturisanje & Plaćanja" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16863,7 +16890,7 @@ msgid "ltd" msgstr "d.o.o." #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17059,3 +17086,6 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "eFakturisanje & Plaćanja" diff --git a/openerp/addons/base/i18n/sv.po b/openerp/addons/base/i18n/sv.po index 051af45e621..545d945b288 100644 --- a/openerp/addons/base/i18n/sv.po +++ b/openerp/addons/base/i18n/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:56+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -300,104 +310,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -747,45 +659,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1042,19 +915,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1101,6 +961,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2977,6 +2868,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4490,8 +4396,8 @@ msgstr "%p - Lika med antingen FM eller EM," #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopia)" @@ -4512,7 +4418,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - År utan århundrade [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4836,7 +4742,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5083,6 +4989,8 @@ msgstr "Åtgärder" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5167,6 +5075,101 @@ msgstr "Adresstyp" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5179,9 +5182,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5273,11 +5276,6 @@ msgstr "" msgid "Always Searchable" msgstr "Alltid sökbar" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5365,7 +5363,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5379,11 +5377,6 @@ msgstr "Applikation" msgid "Application Terms" msgstr "Applikationstermer" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6043,7 +6036,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Kan inte ta bort root-användare." @@ -6055,17 +6048,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Kan inte uppgradera modulen \"%s\". Den är inte installerad." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Kan bara byta namn på en kolumn åt gången" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6118,7 +6105,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "Kan inte byta kolumnnamn till %s, kolumnen finns redan!" @@ -6202,7 +6189,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6212,19 +6199,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Förbjudet att ändring av fältets klasstillhörighet!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6472,6 +6459,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6703,13 +6695,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6841,7 +6833,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7276,7 +7268,7 @@ msgid "Custom Shortcuts" msgstr "Anpassade genvägar" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Anpassade fält måste ha ett namn som börjar med 'x_' ." @@ -7542,7 +7534,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7739,8 +7731,8 @@ msgid "Document Management System" msgstr "Dokumenthanteringssystem" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7750,6 +7742,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7774,6 +7771,11 @@ msgstr "Dominikanska republiken" msgid "Dominican Republic" msgstr "Dominikanska Republiken" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7807,7 +7809,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7852,14 +7854,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7876,7 +7870,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7977,15 +7971,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7993,7 +7987,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8012,7 +8006,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Fel ! Du kan inte skapa rekursiva kategorier." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8020,16 +8014,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Fel" @@ -8075,7 +8069,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8121,7 +8115,7 @@ msgstr "Exekvering" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8312,7 +8306,7 @@ msgid "Field Type" msgstr "Fälttyp" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8536,7 +8530,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "För fät som anger relationer, det tekniska namet får målmodellen." #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9107,7 +9101,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9459,12 +9453,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9659,6 +9652,11 @@ msgstr "Ärvd vy" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9720,12 +9718,6 @@ msgstr "Installerad" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9799,7 +9791,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9810,13 +9802,13 @@ msgid "Invalid arguments" msgstr "Ogiltiga argument" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9848,7 +9840,7 @@ msgid "Invalid model name in the action definition." msgstr "Felaktigt namn för modell i händelsedefinitionen." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9947,7 +9939,7 @@ msgstr "Israel" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10535,13 +10527,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litausiska/ Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10556,6 +10548,12 @@ msgstr "Ladda" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10661,13 +10659,13 @@ msgid "Madam" msgstr "Fru" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11012,7 +11010,7 @@ msgid "Miss" msgstr "Fröken" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "Saknad SMTP-server" @@ -11052,13 +11050,13 @@ msgid "Model" msgstr "Modell" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Modulen %s finns inte!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11121,8 +11119,8 @@ msgstr "" "Klassnamn för vilken metoden som skall anropas finns, t ex 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11471,7 +11469,7 @@ msgid "New Zealand" msgstr "Nya Zeeland" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11532,7 +11530,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11556,7 +11554,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11602,6 +11600,11 @@ msgstr "Norra Marianeröarna" msgid "Norway" msgstr "Norge" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11714,6 +11717,13 @@ msgstr "Objekt:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11768,6 +11778,11 @@ msgstr "På flera dokument" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11818,7 +11833,7 @@ msgid "Only if this bank account belong to your company" msgstr "Endast om bankkontot tillhör ditt bolag" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11932,16 +11947,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11953,8 +11958,8 @@ msgid "Original View" msgstr "Originalvy" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12189,7 +12194,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Företag: " @@ -12286,9 +12291,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12353,14 +12358,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12387,7 +12392,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12635,7 +12640,7 @@ msgid "Properties" msgstr "Egenskaper" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12990,7 +12995,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13138,6 +13143,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13210,7 +13220,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13256,7 +13266,7 @@ msgid "SMTP Server" msgstr "SMTP-server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13666,6 +13676,11 @@ msgstr "" msgid "Server Action" msgstr "Serveraktivitet" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13703,7 +13718,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Att ha tomma lösenord är inte tillåtet av säkerhetskäl." @@ -13734,6 +13749,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13806,7 +13828,7 @@ msgid "Size" msgstr "Storlek" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13876,25 +13898,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14593,7 +14615,7 @@ msgstr "" "Du kan använda detta fält för snabbsökning." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14601,7 +14623,7 @@ msgstr "" "Objektnamnet måste börja med x_ och får inte innehålla några specialtecken." #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14609,7 +14631,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14720,6 +14742,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14785,7 +14812,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "osv_memory fältet kan bara jämföras med = och != operatorn." @@ -14844,7 +14871,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14914,7 +14941,7 @@ msgid "This Window" msgstr "Detta fönster" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14971,6 +14998,12 @@ msgstr "" "inte spara utskrifter. Man kan använda pythonuttryck med objekten object och " "time." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15179,7 +15212,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15384,6 +15417,11 @@ msgstr "" "Kan inte uppgradera modul \"%s\" för att ett extern beroende är inte " "uppfyllt: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15422,7 +15460,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15635,12 +15673,6 @@ msgstr "Användargränssnitt" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15900,12 +15932,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Varning" @@ -15919,7 +15951,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Varning!" @@ -16292,7 +16324,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16310,7 +16342,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16397,7 +16429,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16406,7 +16438,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16574,11 +16606,6 @@ msgstr "" msgid "eInvoicing" msgstr "e-Fakturor" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "e-Fakturor och betalningar" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16650,7 +16677,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16846,3 +16873,6 @@ msgstr "" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "e-Fakturor och betalningar" diff --git a/openerp/addons/base/i18n/th.po b/openerp/addons/base/i18n/th.po index 4d71b7fb34e..2f526266d6b 100644 --- a/openerp/addons/base/i18n/th.po +++ b/openerp/addons/base/i18n/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2975,6 +2866,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4486,8 +4392,8 @@ msgstr "% พี - เทียบเท่าของ AM PM หรือ" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (สำเนา)" @@ -4508,7 +4414,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - ปี แบบสั้น [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4820,7 +4726,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5067,6 +4973,8 @@ msgstr "การดำเนินการ" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5151,6 +5059,101 @@ msgstr "ชนิดที่อยู่" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5163,9 +5166,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5255,11 +5258,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5347,7 +5345,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5361,11 +5359,6 @@ msgstr "โปรแกรม" msgid "Application Terms" msgstr "ข้อตกลงและเงื่อนไขการใช้งาน" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6025,7 +6018,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "ไม่สามารถลบผู้ใช้ root !" @@ -6037,17 +6030,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "ไม่สามารถอัพเกรดโมดูล '% s' มันไม่ได้ติดตั้ง" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6100,7 +6087,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6184,7 +6171,7 @@ msgid "Change the user password." msgstr "เปลี่ยนรหัสผ่านของผู้ใช้" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6194,19 +6181,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6454,6 +6441,11 @@ msgstr "โคลัมเบีย" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6683,13 +6675,13 @@ msgid "Connection Security" msgstr "ความปลอดภัยการเชื่อมต่อ" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "ทดสอบการเชื่อมต่อสำเร็จ!" @@ -6821,7 +6813,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7254,7 +7246,7 @@ msgid "Custom Shortcuts" msgstr "ทางลัดกำหนดเอง" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "ฟิลด์ที่สร้างเองต้องมีชื่อที่ขึ้นต้นด้วย 'x_'!" @@ -7520,7 +7512,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7714,8 +7706,8 @@ msgid "Document Management System" msgstr "ระบบการจัดการเอกสาร" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "รูปแบบเอกสาร" @@ -7725,6 +7717,11 @@ msgstr "รูปแบบเอกสาร" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7749,6 +7746,11 @@ msgstr "โดมินิกา" msgid "Dominican Republic" msgstr "สาธารณรัฐโดมินิกัน" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7782,7 +7784,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7827,14 +7829,6 @@ msgstr "เอกวาดอร์" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7851,7 +7845,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7952,15 +7946,15 @@ msgid "Eritrea" msgstr "เอริเทรีย" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7968,7 +7962,7 @@ msgstr "เอริเทรีย" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7987,7 +7981,7 @@ msgid "Error ! You can not create recursive categories." msgstr "ผิดพลาด ! คุณไม่สามารถกำหนดประเภทสินค้าซ้อนกันได้" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7995,16 +7989,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "ผิดพลาด!" @@ -8050,7 +8044,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8096,8 +8090,8 @@ msgstr "ประมวลผล" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "การจัดการค่าใช้จ่าย" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8287,7 +8281,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8512,7 +8506,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9082,7 +9076,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9432,12 +9426,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9631,6 +9624,11 @@ msgstr "มุมมองสืบทอด" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9692,12 +9690,6 @@ msgstr "ติดตั้งแล้ว" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "โมดูล ที่ติดตั้งแล้ว" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9771,7 +9763,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9782,13 +9774,13 @@ msgid "Invalid arguments" msgstr "อาร์กิวเมนต์ไม่ถูกต้อง" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9820,7 +9812,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9919,7 +9911,7 @@ msgstr "อิสราเอล" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10505,13 +10497,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10526,6 +10518,12 @@ msgstr "โหลด" msgid "Load a Translation" msgstr "โหลดการแปล" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10631,13 +10629,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10978,7 +10976,7 @@ msgid "Miss" msgstr "นางสาว" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11018,13 +11016,13 @@ msgid "Model" msgstr "โมเดล" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11086,8 +11084,8 @@ msgid "" msgstr "ชื่อ model ที่ซึ่ง method ที่ถูกเรียกวางอยู่ เช่น 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11436,7 +11434,7 @@ msgid "New Zealand" msgstr "นิวซีแลนด์" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11496,7 +11494,7 @@ msgid "Niue" msgstr "นีอูเอ" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11520,7 +11518,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11563,6 +11561,11 @@ msgstr "หมู่เกาะนอร์เทิร์นมาเรีย msgid "Norway" msgstr "นอร์เวย์" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11675,6 +11678,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11729,6 +11739,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11779,7 +11794,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11893,16 +11908,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11914,8 +11919,8 @@ msgid "Original View" msgstr "มุมมองดั้งเดิม" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12150,7 +12155,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "คู่ค้า: " @@ -12247,9 +12252,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "ไม่ได้รับอนุญาต" @@ -12314,14 +12319,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12348,7 +12353,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12596,7 +12601,7 @@ msgid "Properties" msgstr "คุณสมบัติ" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12949,7 +12954,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13097,6 +13102,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13169,7 +13179,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13215,7 +13225,7 @@ msgid "SMTP Server" msgstr "เซิร์ฟเวอร์ SMTP" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13625,6 +13635,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13662,7 +13677,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13693,6 +13708,13 @@ msgstr "แบ่งปัน" msgid "Shipping" msgstr "ส่งสินค้า" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13765,7 +13787,7 @@ msgid "Size" msgstr "ขนาด" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13835,25 +13857,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "ขออภัย ท่านไม่มีสิทธิเข้าถึงเอกสารนี้" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14554,14 +14576,14 @@ msgstr "" "คุณสามารถใช้ข้อมูลนี้เพื่อค้นหาอย่างรวดเร็ว" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14569,7 +14591,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14677,6 +14699,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14742,7 +14769,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14799,7 +14826,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14864,7 +14891,7 @@ msgid "This Window" msgstr "หน้าต่างนี้" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "คอลัมน์นี้มีข้อมูลโมดูลและไม่สามารถลบได้!" @@ -14919,6 +14946,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15127,7 +15160,7 @@ msgid "Translation comments" msgstr "ความเห็นเพิ่มเติม" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15328,6 +15361,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15366,7 +15404,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "ประเภทรายงานที่ไม่รู้จัก:% s" @@ -15577,12 +15615,6 @@ msgstr "ส่วนติดต่อผู้ใช้" msgid "User Login" msgstr "เข้าสู่ระบบผู้ใช้งาน" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15842,12 +15874,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "แจ้งเตือน" @@ -15861,7 +15893,7 @@ msgstr "คำเตือน ข้อความ และการแจ้ #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "คำเตือน!" @@ -16230,7 +16262,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16248,7 +16280,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16331,7 +16363,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16340,7 +16372,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16508,11 +16540,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16584,7 +16611,7 @@ msgid "ltd" msgstr "จำกัด" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16780,3 +16807,9 @@ msgstr "หมู่เกาะโอแลนด์" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "การจัดการค่าใช้จ่าย" + +#~ msgid "Installed Modules" +#~ msgstr "โมดูล ที่ติดตั้งแล้ว" diff --git a/openerp/addons/base/i18n/tlh.po b/openerp/addons/base/i18n/tlh.po index 56f21f64f29..58fc2953e9e 100644 --- a/openerp/addons/base/i18n/tlh.po +++ b/openerp/addons/base/i18n/tlh.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Klingon \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/tr.po b/openerp/addons/base/i18n/tr.po index aae64b042af..cb375878e5c 100644 --- a/openerp/addons/base/i18n/tr.po +++ b/openerp/addons/base/i18n/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-10-04 20:20+0000\n" +"Last-Translator: Ayhan KIZILTAN \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:14+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-10-05 07:27+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -149,6 +149,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -292,104 +302,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -664,6 +576,9 @@ msgid "" "Bridge module between marketing and CRM\n" " " msgstr "" +"\n" +"Pazarlama ve CRM arasındaki köprü modulü\n" +" " #. module: base #: model:ir.module.module,description:base.module_mail @@ -746,45 +661,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -968,6 +844,9 @@ msgid "" "Delivery Costs\n" "==============\n" msgstr "" +"\n" +"Teslimat Maliyetleri\n" +"==============\n" #. module: base #: model:ir.module.module,description:base.module_marketing_campaign_crm_demo @@ -1003,6 +882,11 @@ msgid "" "\n" " " msgstr "" +"\n" +"En iyi tweetleri göster\n" +"========================\n" +"\n" +" " #. module: base #: model:ir.module.module,description:base.module_website_forum_doc @@ -1049,19 +933,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1108,6 +979,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3097,6 +2999,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4644,8 +4561,8 @@ msgstr "%p - AM veya PM karşılığı" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (kopya)" @@ -4666,7 +4583,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Yüzyıl olmadan Yıl [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4988,7 +4905,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5235,6 +5152,8 @@ msgstr "İşlemler" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5319,6 +5238,101 @@ msgstr "Adres Türü" msgid "Address format..." msgstr "Adres formatı..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5331,9 +5345,9 @@ msgid "" msgstr "Bir ülkenin idari bölümleri. örn. Eyalet, Bölge, Kanton" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "Bu modülü kaldırmak için Yönetici erişim gereklidir" @@ -5428,11 +5442,6 @@ msgstr "" msgid "Always Searchable" msgstr "Her Zaman Aranabilir" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5522,7 +5531,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5536,11 +5545,6 @@ msgstr "Uygulama" msgid "Application Terms" msgstr "Uygulama Terimleri" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6200,7 +6204,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Root kullanıcısı kaldırılamaz!" @@ -6212,17 +6216,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "'%s' modülü güncellenemiyor. Kurulu değil" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "Aynı anda sadece bir kolonun adı değiştirilebilir!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6275,7 +6273,7 @@ msgid "Cannot duplicate configuration!" msgstr "Yapılandırmasını çoğaltması yamazsınız!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6360,7 +6358,7 @@ msgid "Change the user password." msgstr "Kullanıcı şifresini değiştirin." #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6370,19 +6368,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "Bir alanın modelini değiştirmek yasaklanmıştır'" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "\"%s\" alanı için depolama sistemini değiştirmeye izin verilmez." #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6634,6 +6632,11 @@ msgstr "Kolombiya" msgid "Colombian - Accounting" msgstr "Kolimbiya Hesap Planı" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6865,13 +6868,13 @@ msgid "Connection Security" msgstr "Bağlantı Güvenliği" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "Bağlantı Testi Başarısız!" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "Bağlantı Testi Başarılı!" @@ -7004,7 +7007,7 @@ msgid "Costa Rica - Accounting" msgstr "Kosta Rika - Muhasebe" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "E-posta adresi olmayan kişi oluşturulamadı!" @@ -7440,7 +7443,7 @@ msgid "Custom Shortcuts" msgstr "Özel Kısayollar" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Özel alanların 'x_' ile başlayan bir adı olmalıdır !" @@ -7719,7 +7722,7 @@ msgid "Delete Access Right" msgstr "Erişim Yetkilerini Sil" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7916,8 +7919,8 @@ msgid "Document Management System" msgstr "Döküman Yönetim Sistemi" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "Döküman modeli" @@ -7927,6 +7930,11 @@ msgstr "Döküman modeli" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7951,6 +7959,11 @@ msgstr "Dominika" msgid "Dominican Republic" msgstr "Dominik Cumhuriyeti" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7984,7 +7997,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8029,14 +8042,6 @@ msgstr "Ekvador" msgid "Ecuador - Accounting" msgstr "Ekvador - Muhasebe" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8053,7 +8058,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "Elektronik Veri Değiş tokuşu (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8154,15 +8159,15 @@ msgid "Eritrea" msgstr "Eritre" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8170,7 +8175,7 @@ msgstr "Eritre" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8189,7 +8194,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Hata ! İç içe tekrarlanan sınıflar oluşturamazsınız." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8197,16 +8202,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Hata!" @@ -8252,7 +8257,7 @@ msgid "Events Sales" msgstr "Satış Etkinlikleri" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "Her şey düzgün bir şekilde ayarlanmış!" @@ -8298,8 +8303,8 @@ msgstr "Çalıştırılma" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "Harcama Yönetimi" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8491,7 +8496,7 @@ msgid "Field Type" msgstr "Alan Türü" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8721,7 +8726,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "İlişkili alanlar için hedef modelin teknik adı" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "Seçim alanları için, Seçim tercihleri mutlaka sağlanmalı." @@ -9304,7 +9309,7 @@ msgid "Here is the exported translation file:" msgstr "Burada dışa aktarılan çeviri dosyası:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9662,12 +9667,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9865,6 +9869,11 @@ msgstr "Devralınan Görünüm" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9926,12 +9935,6 @@ msgstr "Yüklendi" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Kurulmuş Modüller" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10005,7 +10008,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "Geçersiz Banka Hesap Türü Ad biçimi." #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "Geçersiz Arama Kriterleri" @@ -10016,13 +10019,13 @@ msgid "Invalid arguments" msgstr "Geçersiz parametreler" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10056,7 +10059,7 @@ msgid "Invalid model name in the action definition." msgstr "İşlem tanımlamasında geçersiz model adı." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10155,8 +10158,8 @@ msgstr "İsrail" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "Sorun Takibi" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10743,13 +10746,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Litvanyaca / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10764,6 +10767,12 @@ msgstr "Yükle" msgid "Load a Translation" msgstr "Çeviri Yükleyin" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10869,13 +10878,13 @@ msgid "Madam" msgstr "Bayan" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11226,7 +11235,7 @@ msgid "Miss" msgstr "Bayan" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "SMTP Sunucusu Yok" @@ -11266,13 +11275,13 @@ msgid "Model" msgstr "Model" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Model %s yok!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11334,8 +11343,8 @@ msgid "" msgstr "Çağrılacak yöntemin bulunduğu model adı, örn. 'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11684,7 +11693,7 @@ msgid "New Zealand" msgstr "Yeni Zelanda" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11744,7 +11753,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11770,7 +11779,7 @@ msgstr "" "bulunamadı" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11816,6 +11825,11 @@ msgstr "Kuzey Mariana Adaları" msgid "Norway" msgstr "Norveç" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11928,6 +11942,13 @@ msgstr "Nesne:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11982,6 +12003,11 @@ msgstr "Çoklu Belge Üzerinde" msgid "On delete property for many2one fields" msgstr "many2one alanlarda silinmede gerçekleştirilecek özellik" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12032,7 +12058,7 @@ msgid "Only if this bank account belong to your company" msgstr "Sadece eğer bu banka hesapları şirketinize ait ise" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12151,16 +12177,6 @@ msgstr "SMTP kimlik doğrulaması için seçmeli parola" msgid "Optional username for SMTP authentication" msgstr "SMTP kimlik doğrulaması için kullanıcı adı (opsiyonel)" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12172,8 +12188,8 @@ msgid "Original View" msgstr "Orijinal Görünüm" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12409,7 +12425,7 @@ msgid "Partners Geo-Localization" msgstr "İş Ortağı Coğ-Yerelleştirmesi" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Partnerler: " @@ -12506,9 +12522,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "Periyodik Değerlendirmeler, Ölçümleri, Anketler" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "İzin Reddedildi" @@ -12573,7 +12589,7 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." @@ -12581,7 +12597,7 @@ msgstr "" "Bunun bir hata olduğunu düşünüyorsanız lütfen sistem yöneticinize başvurun." #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12608,7 +12624,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "Başlatmak için bir eylem belirtin!" @@ -12858,7 +12874,7 @@ msgid "Properties" msgstr "Özellikler" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13213,7 +13229,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "\"%s\" boş alanının yeniden adlandırılmasına izin verilmez" @@ -13361,6 +13377,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13433,7 +13454,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "Kurallar Kayıt Kuralları model üzerinde uygulanamaz." #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13481,7 +13502,7 @@ msgid "SMTP Server" msgstr "SMTP Sunucusu" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SSL üzerinden SMTP biçimi mevcut değil" @@ -13891,6 +13912,11 @@ msgstr "" msgid "Server Action" msgstr "Sunucu İşlemi" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13928,7 +13954,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "Güvenlik nedeniyle boş parolalara izin verilmemektedir!" @@ -13959,6 +13985,13 @@ msgstr "Paylaşılan" msgid "Shipping" msgstr "Sevkiyat" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "Yerel olarak kullanılabilir modülleri bakın" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14031,7 +14064,7 @@ msgid "Size" msgstr "Ebat" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "Alan boyu 0'dan küçük olamaz!" @@ -14104,25 +14137,25 @@ msgid "Sometimes called BIC or Swift." msgstr "Bazen BIC ya da SWIFT olarak geçer." #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Maalesef, bu dokümana erişim izniniz yok." #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Maalesef, belge bu tür oluşturmak için izin verilmez." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "Üzgünüz, bu belgeyi silmek için izin verilmez." #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "Üzgünüz, bu belgeyi değiştirmek için izin verilmez." @@ -14825,14 +14858,14 @@ msgstr "" "Hızlı arama için bu alanı kullanabilirsiniz." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "Nesne adı x_ ile başlamalı ve özel karakterler içermemelidir !" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14840,7 +14873,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14951,6 +14984,11 @@ msgid "" "any." msgstr "Eğer varsa, bu kişi ile iletişime görevlendirilmiş iç kullanıcı." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15019,7 +15057,7 @@ msgstr "" "Örneğin: [('renk','=','kırmızı')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15078,7 +15116,7 @@ msgid "The record id this is attached to" msgstr "Kayıt buna eklenmiştir" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15149,7 +15187,7 @@ msgid "This Window" msgstr "Bu Pencere" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "Bu kolon modülü verileri içerir ve silinemez!" @@ -15209,6 +15247,12 @@ msgstr "" "raporları kaydetmemek için boş bırakıniz. Nesne ve zaman değişkenleri ile " "bir python ifadesi kullanabilirsiniz." +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15417,7 +15461,7 @@ msgid "Translation comments" msgstr "Çeviri yorumları" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15618,6 +15662,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "Modül \"%s\" kurulamıyor. Çünkü modülün bagımlılığı sağlanmıyor: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15656,7 +15705,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "Bilinmeyen Rapor türü: %s" @@ -15870,12 +15919,6 @@ msgstr "Kullanıcı Arayüzü" msgid "User Login" msgstr "Kullanıcı Girişi" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16137,12 +16180,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Uyarı" @@ -16156,7 +16199,7 @@ msgstr "Uyarı mesajları ve Alarmlar" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Uyarı!" @@ -16529,7 +16572,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16547,7 +16590,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16646,7 +16689,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16655,7 +16698,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16823,11 +16866,6 @@ msgstr "" msgid "eInvoicing" msgstr "e-Faturalama" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "e-Faturalama & Ödemeler" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16899,7 +16937,7 @@ msgid "ltd" msgstr "LTD.ŞTİ" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16959,12 +16997,12 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_test_access_rights msgid "test of access rights and rules" -msgstr "" +msgstr "Erişim izinleri ve kuralları testi" #. module: base #: model:ir.module.module,shortdesc:base.module_test_exceptions msgid "test-exceptions" -msgstr "" +msgstr "test-istisnalar" #. module: base #: model:ir.module.module,shortdesc:base.module_test_converter @@ -16984,22 +17022,22 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_test_limits msgid "test-limits" -msgstr "" +msgstr "test-sınırlar" #. module: base #: model:ir.module.module,shortdesc:base.module_test_uninstall msgid "test-uninstall" -msgstr "" +msgstr "test-kaldırma" #. module: base #: model:ir.module.module,shortdesc:base.module_test_workflow msgid "test-workflow" -msgstr "" +msgstr "test-iş akışı" #. module: base #: model:ir.module.module,shortdesc:base.module_test_convert msgid "test_convert" -msgstr "" +msgstr "test_dönüştür" #. module: base #: model:res.groups,comment:base.group_hr_user @@ -17099,3 +17137,15 @@ msgstr "Åland Adaları" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "e-Faturalama & Ödemeler" + +#~ msgid "Expense Management" +#~ msgstr "Harcama Yönetimi" + +#~ msgid "Issue Tracker" +#~ msgstr "Sorun Takibi" + +#~ msgid "Installed Modules" +#~ msgstr "Kurulmuş Modüller" diff --git a/openerp/addons/base/i18n/uk.po b/openerp/addons/base/i18n/uk.po index e7661251ecc..e4299dfec75 100644 --- a/openerp/addons/base/i18n/uk.po +++ b/openerp/addons/base/i18n/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:57+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4460,8 +4366,8 @@ msgstr "%p - Еквівалент AM або PM." #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4482,7 +4388,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4794,7 +4700,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5041,6 +4947,8 @@ msgstr "Дії" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5125,6 +5033,101 @@ msgstr "Тип адреси" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5137,9 +5140,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5229,11 +5232,6 @@ msgstr "" msgid "Always Searchable" msgstr "Пошук завжди можливий" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5321,7 +5319,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5335,11 +5333,6 @@ msgstr "" msgid "Application Terms" msgstr "Терміни, Мови" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5999,7 +5992,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Неможливо видалити користувача root!" @@ -6011,17 +6004,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Неможливо оновити модуль '%s'. Він не встановлений." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6074,7 +6061,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6158,7 +6145,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6168,19 +6155,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6428,6 +6415,11 @@ msgstr "Колумбія" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6657,13 +6649,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6797,7 +6789,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7230,7 +7222,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Назва поля користувача має починатися з 'x_'!" @@ -7496,7 +7488,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7690,8 +7682,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7701,6 +7693,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7725,6 +7722,11 @@ msgstr "Домініка" msgid "Dominican Republic" msgstr "Домініканська Республіка" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7758,7 +7760,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7803,14 +7805,6 @@ msgstr "Еквадор" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7827,7 +7821,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7928,15 +7922,15 @@ msgid "Eritrea" msgstr "Еритрея" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7944,7 +7938,7 @@ msgstr "Еритрея" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7963,7 +7957,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Помилка! Не можна створювати рекурсивні категорії." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7971,16 +7965,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8026,7 +8020,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8072,7 +8066,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8263,7 +8257,7 @@ msgid "Field Type" msgstr "Тип поля" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8487,7 +8481,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9056,7 +9050,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9408,12 +9402,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9608,6 +9601,11 @@ msgstr "Успадкований вид" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9669,12 +9667,6 @@ msgstr "Втановлений" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9748,7 +9740,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9759,13 +9751,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9797,7 +9789,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9896,7 +9888,7 @@ msgstr "Ізраїль" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10482,13 +10474,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Литовська / Lithuanian" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10503,6 +10495,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10608,13 +10606,13 @@ msgid "Madam" msgstr "Пані" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10953,7 +10951,7 @@ msgid "Miss" msgstr "Пані" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10993,13 +10991,13 @@ msgid "Model" msgstr "Модель" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11061,8 +11059,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11411,7 +11409,7 @@ msgid "New Zealand" msgstr "Нова Зеландія" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11471,7 +11469,7 @@ msgid "Niue" msgstr "Ніуе" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11495,7 +11493,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11538,6 +11536,11 @@ msgstr "Північні Маріанські Острови" msgid "Norway" msgstr "Норвегія" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11650,6 +11653,13 @@ msgstr "Об'єкт:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11704,6 +11714,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "On delete property for many2one fields" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11754,7 +11769,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11868,16 +11883,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11889,8 +11894,8 @@ msgid "Original View" msgstr "Первинний вид" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12125,7 +12130,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Партнери: " @@ -12222,9 +12227,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12289,14 +12294,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12323,7 +12328,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12571,7 +12576,7 @@ msgid "Properties" msgstr "Властивості" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12924,7 +12929,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13072,6 +13077,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13144,7 +13154,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13190,7 +13200,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13600,6 +13610,11 @@ msgstr "" msgid "Server Action" msgstr "Дія на боці сервера" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13637,7 +13652,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13668,6 +13683,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13740,7 +13762,7 @@ msgid "Size" msgstr "Розмір" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13810,25 +13832,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14527,7 +14549,7 @@ msgstr "" "Можете використовувати це поле для швидкого пошуку" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14535,7 +14557,7 @@ msgstr "" "Назва об'єкту має починатися з x_ і не містити ніяких спеціальних символів!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14543,7 +14565,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14651,6 +14673,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14716,7 +14743,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14773,7 +14800,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14841,7 +14868,7 @@ msgid "This Window" msgstr "Це вікно" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14895,6 +14922,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15103,7 +15136,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15304,6 +15337,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15342,7 +15380,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15553,12 +15591,6 @@ msgstr "Інтерфейс Користувача" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15818,12 +15850,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Попередження" @@ -15837,7 +15869,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Попередження!" @@ -16206,7 +16238,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16224,7 +16256,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16308,7 +16340,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16317,7 +16349,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16485,11 +16517,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16561,7 +16588,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/ur.po b/openerp/addons/base/i18n/ur.po index 63e411c0bc9..24f1da2bd17 100644 --- a/openerp/addons/base/i18n/ur.po +++ b/openerp/addons/base/i18n/ur.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Urdu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2957,6 +2848,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4457,8 +4363,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4479,7 +4385,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4791,7 +4697,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5038,6 +4944,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5122,6 +5030,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5134,9 +5137,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5226,11 +5229,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5318,7 +5316,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5332,11 +5330,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5996,7 +5989,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6008,17 +6001,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6071,7 +6058,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6155,7 +6142,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6165,19 +6152,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6425,6 +6412,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6654,13 +6646,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6792,7 +6784,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7225,7 +7217,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7491,7 +7483,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7685,8 +7677,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7696,6 +7688,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7720,6 +7717,11 @@ msgstr "" msgid "Dominican Republic" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7753,7 +7755,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7798,14 +7800,6 @@ msgstr "" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7822,7 +7816,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7923,15 +7917,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7939,7 +7933,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7958,7 +7952,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7966,16 +7960,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8021,7 +8015,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8067,7 +8061,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8258,7 +8252,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8482,7 +8476,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9051,7 +9045,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9401,12 +9395,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9598,6 +9591,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9659,12 +9657,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9738,7 +9730,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9749,13 +9741,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9787,7 +9779,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9886,7 +9878,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10472,13 +10464,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10493,6 +10485,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10598,13 +10596,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10943,7 +10941,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10983,13 +10981,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11051,8 +11049,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11401,7 +11399,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11461,7 +11459,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11485,7 +11483,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11528,6 +11526,11 @@ msgstr "" msgid "Norway" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11640,6 +11643,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11694,6 +11704,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11744,7 +11759,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11858,16 +11873,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11879,8 +11884,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12115,7 +12120,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12212,9 +12217,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12279,14 +12284,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12313,7 +12318,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12561,7 +12566,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12914,7 +12919,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13062,6 +13067,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13134,7 +13144,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13180,7 +13190,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13590,6 +13600,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13627,7 +13642,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13658,6 +13673,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13730,7 +13752,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13800,25 +13822,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14515,14 +14537,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14530,7 +14552,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14638,6 +14660,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14703,7 +14730,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14760,7 +14787,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14823,7 +14850,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14877,6 +14904,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15085,7 +15118,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15286,6 +15319,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15324,7 +15362,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15535,12 +15573,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15800,12 +15832,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15819,7 +15851,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16188,7 +16220,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16206,7 +16238,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16287,7 +16319,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16296,7 +16328,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16464,11 +16496,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16540,7 +16567,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/vi.po b/openerp/addons/base/i18n/vi.po index 7ce8f0b9843..32a825b586b 100644 --- a/openerp/addons/base/i18n/vi.po +++ b/openerp/addons/base/i18n/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:15+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -293,104 +303,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -445,6 +357,13 @@ msgid "" "invoices from picking, OpenERP is able to add and compute the shipping " "line.\n" msgstr "" +"\n" +"Cho phép thêm hình thức vận chuyển vào đơn hàng bán và phiếu lấy hàng.\n" +"==============================================================\n" +"\n" +"Bạn có thể chỉ định nhà cung cấp riêng và khung giá vận chuyển. Khi tạo hóa " +"đơn từ phiếu lấy hàng, \n" +"OpenERP cho phép tính và thêm vào phí vận chuyển.\n" #. module: base #: model:ir.module.module,description:base.module_l10n_ar @@ -780,79 +699,6 @@ msgstr "" "Thai accounting chart and localization.\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1167,19 +1013,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1226,6 +1059,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2474,6 +2338,19 @@ msgid "" "* Use emails to automatically confirm and send acknowledgements for any " "event registration\n" msgstr "" +"\n" +"Tổ chức và quản lý Sự kiện.\n" +"======================================\n" +"\n" +"Chức năng sự kiện cho phép bạn tổ chức có hiệu quả các sự kiện và tất cả các " +"nhiệm vụ liên quan: lập kế hoạch, theo dõi việc đăng ký,\n" +"số lượng tham dự, etc.\n" +"\n" +"Tính năng chính\n" +"------------\n" +"* Quản lý Sự kiện và Đăng ký\n" +"* Sử dụng email để tự động xác nhận và gởi lời cảm ơn đến những ai đăng ký " +"tham gia sự kiện\n" #. module: base #: model:ir.module.module,description:base.module_website_hr @@ -3008,8 +2885,7 @@ msgid "" "========================================\n" msgstr "" "\n" -"Modun thêm người dùng google vào tài nguyên người dùng.\n" -"========================================\n" +"Chức năng thêm người dùng google và danh sách người dùng.\n" #. module: base #: model:ir.module.module,description:base.module_google_spreadsheet @@ -3169,6 +3045,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4712,8 +4603,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (sao chép)" @@ -4734,7 +4625,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - Năm không có thế kỷ [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5046,7 +4937,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5293,6 +5184,8 @@ msgstr "Hành động" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5377,6 +5270,101 @@ msgstr "Loại địa chỉ" msgid "Address format..." msgstr "Định dạng địa chỉ ..." +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5389,9 +5377,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5481,11 +5469,6 @@ msgstr "" msgid "Always Searchable" msgstr "Luôn luôn có thể tìm" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5573,7 +5556,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5587,11 +5570,6 @@ msgstr "Ứng dụng" msgid "Application Terms" msgstr "Các thuật ngữ ứng dụng" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6251,7 +6229,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "Không thể xóa người dùng gốc" @@ -6263,17 +6241,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "Không thể nâng cấp mô-đun '%s'. Mô-đun này chưa được cài đặt." #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6326,7 +6298,7 @@ msgid "Cannot duplicate configuration!" msgstr "Không thể nhân bản cấu hình!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6410,7 +6382,7 @@ msgid "Change the user password." msgstr "Thay đổi mật khẩu user" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6420,19 +6392,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6680,6 +6652,11 @@ msgstr "Colombia" msgid "Colombian - Accounting" msgstr "Colombian - Accounting" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6909,13 +6886,13 @@ msgid "Connection Security" msgstr "Bảo mật kết nối" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7048,7 +7025,7 @@ msgid "Costa Rica - Accounting" msgstr "Costa Rica - Accounting" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7481,7 +7458,7 @@ msgid "Custom Shortcuts" msgstr "Phím tắt tùy chọn" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "Các trường được tùy chỉnh phải có tên bắt đầu bằng 'x_' !" @@ -7747,7 +7724,7 @@ msgid "Delete Access Right" msgstr "Xóa quyền truy cập" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7941,8 +7918,8 @@ msgid "Document Management System" msgstr "Hệ thống quản lý tài liệu" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7952,6 +7929,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7976,6 +7958,11 @@ msgstr "Đô-mi-ni-ca" msgid "Dominican Republic" msgstr "Cộng hoà Đô-mi-ni-cạ" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8009,7 +7996,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8054,14 +8041,6 @@ msgstr "Ecuador" msgid "Ecuador - Accounting" msgstr "Ecuador - Accounting" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8078,7 +8057,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8179,15 +8158,15 @@ msgid "Eritrea" msgstr "Eritrea" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8195,7 +8174,7 @@ msgstr "Eritrea" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8214,7 +8193,7 @@ msgid "Error ! You can not create recursive categories." msgstr "Lỗi ! Bạn không thể tạo ra loại đệ quy." #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8222,16 +8201,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "Lỗi!" @@ -8277,7 +8256,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8323,7 +8302,7 @@ msgstr "Thực hiện" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8514,7 +8493,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8744,7 +8723,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9315,7 +9294,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9665,12 +9644,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9864,6 +9842,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9925,12 +9908,6 @@ msgstr "Đã cài đặt" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "Các Modun đã cài" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10004,7 +9981,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -10015,13 +9992,13 @@ msgid "Invalid arguments" msgstr "Các đối số không hợp lệ" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10055,7 +10032,7 @@ msgid "Invalid model name in the action definition." msgstr "Tên mô hình không hợp lệ trong định nghĩa hành động." #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10154,7 +10131,7 @@ msgstr "Do Thái" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10740,13 +10717,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "Lithuanian / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10761,6 +10738,12 @@ msgstr "Nạp" msgid "Load a Translation" msgstr "Nạp ngôn ngữ" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10866,13 +10849,13 @@ msgid "Madam" msgstr "Bà" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11211,7 +11194,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -11251,13 +11234,13 @@ msgid "Model" msgstr "Mô hình" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "Mô-đun %s không tồn tại!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11319,8 +11302,8 @@ msgid "" msgstr "Tên mô hình chứa phương thức được gọi, ví dụ như 'res.partner'." #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11669,7 +11652,7 @@ msgid "New Zealand" msgstr "New Zealand" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11729,7 +11712,7 @@ msgid "Niue" msgstr "Niue" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11737,7 +11720,7 @@ msgstr "" #. module: base #: selection:ir.sequence,implementation:0 msgid "No gap" -msgstr "" +msgstr "Không khác biệt" #. module: base #: code:addons/base/module/wizard/base_update_translations.py:39 @@ -11753,7 +11736,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11796,6 +11779,11 @@ msgstr "Northern Mariana Islands" msgid "Norway" msgstr "Na Uy" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11908,6 +11896,13 @@ msgstr "Đối tượng:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11962,6 +11957,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12012,7 +12012,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12126,16 +12126,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12147,8 +12137,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12383,7 +12373,7 @@ msgid "Partners Geo-Localization" msgstr "Vị trí địa lý Đối tác" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "Các đối tác: " @@ -12480,9 +12470,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "Quyền bị từ chối" @@ -12547,14 +12537,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "Plano de contas SNC para Portugal" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12581,7 +12571,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12829,7 +12819,7 @@ msgid "Properties" msgstr "Properties" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12975,7 +12965,7 @@ msgstr "" #. module: base #: model:ir.module.module,summary:base.module_sale_stock msgid "Quotation, Sale Orders, Delivery & Invoicing Control" -msgstr "Báo giá, Đơn bán hàng, Giao hàng & Kiểm soát hóa đơn" +msgstr "Báo giá, Đơn bán hàng, Quản lý Giao hàng & Hóa đơn" #. module: base #: model:ir.module.module,summary:base.module_sale @@ -13185,7 +13175,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13333,6 +13323,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13405,7 +13400,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13451,7 +13446,7 @@ msgid "SMTP Server" msgstr "SMTP Server" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13861,6 +13856,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13898,7 +13898,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "" @@ -13929,6 +13929,13 @@ msgstr "Đã chia sẻ" msgid "Shipping" msgstr "Đang vận chuyển" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14001,7 +14008,7 @@ msgid "Size" msgstr "Kích thước" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14071,25 +14078,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "Xin lỗi, bạn không được phép truy cập tài liệu này" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "Xin lỗi, bạn không được phép tạo loại tài liệu này." #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14437,7 +14444,7 @@ msgstr "Tóm tắt" #. module: base #: field:ir.actions.client,params:0 msgid "Supplementary arguments" -msgstr "" +msgstr "Cung cấp đối số" #. module: base #: field:res.partner,supplier:0 @@ -14788,7 +14795,7 @@ msgstr "" "Bạn có thể sử dụng trường này để tìm kiếm nhanh." #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" @@ -14797,7 +14804,7 @@ msgstr "" "nào!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14805,7 +14812,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14914,6 +14921,11 @@ msgid "" msgstr "" "Người sử dụng nội bộ có trách nhiệm giao tiếp với các đối tác này nếu có." +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14982,7 +14994,7 @@ msgstr "" "các bộ ba. Ví dụ: [('màu'='đỏ')]" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -15039,7 +15051,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15110,7 +15122,7 @@ msgid "This Window" msgstr "Cửa sổ này" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -15167,6 +15179,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15375,7 +15393,7 @@ msgid "Translation comments" msgstr "Bình luận dịch" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15582,6 +15600,11 @@ msgstr "" "Không thể nâng cấp mô đun \"%s\" vì một phụ thuộc bên ngoài không được đáp " "ứng: %s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15620,7 +15643,7 @@ msgid "United States - Chart of accounts" msgstr "United States - Chart of accounts" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15831,12 +15854,6 @@ msgstr "Giao diện người sử dụng" msgid "User Login" msgstr "Người dùng đăng nhập" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16096,12 +16113,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "Cảnh báo" @@ -16115,7 +16132,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "Cảnh báo!" @@ -16484,7 +16501,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16502,7 +16519,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16583,7 +16600,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16592,7 +16609,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16760,11 +16777,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16836,7 +16848,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17032,3 +17044,77 @@ msgstr "Åland Islands" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Chart of account for Colombia\n" +#~ "=============================\n" +#~ "\n" +#~ "Source of this chart of account is here_.\n" +#~ "\n" +#~ "All the documentation available in this website is embeded in this module, " +#~ "to\n" +#~ "be sure when you open OpenERP it has all necesary information to manage \n" +#~ "accounting en Colombia.\n" +#~ "\n" +#~ "The law that enable this chart of account as valid for this country is \n" +#~ "available in this other link_.\n" +#~ "\n" +#~ "This module has the intention to put available out of the box the chart of \n" +#~ "account for Colombia in Openerp.\n" +#~ "\n" +#~ "We recommend install the module account_anglo_sxon to be able to have the " +#~ "cost\n" +#~ "accounting correctly setted in out invoices.\n" +#~ "\n" +#~ "After installing this module, the Configuration wizard for accounting is " +#~ "launched.\n" +#~ " * We have the account templates which can be helpful to generate Charts " +#~ "of Accounts.\n" +#~ " * On that particular wizard, you will be asked to pass the name of the " +#~ "company,\n" +#~ " the chart template to follow, the no. of digits to generate, the code " +#~ "for your\n" +#~ " account and bank account, currency to create journals.\n" +#~ "\n" +#~ ".. _here: http://puc.com.co/\n" +#~ ".. _link: http://puc.com.co/normatividad/\n" +#~ " " + +#~ msgid "Installed Modules" +#~ msgstr "Các Modun đã cài" diff --git a/openerp/addons/base/i18n/zh_CN.po b/openerp/addons/base/i18n/zh_CN.po index f942b182f5a..8a7ffd6cb50 100644 --- a/openerp/addons/base/i18n/zh_CN.po +++ b/openerp/addons/base/i18n/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-23 08:50+0000\n" "Last-Translator: Wei \"oldrev\" Li \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-24 07:52+0000\n" -"X-Generator: Launchpad (build 17163)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -163,6 +163,16 @@ msgstr "" " - 从模版复制科目表、税、税项和替换规则到目标数据表。\n" " " +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -320,104 +330,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -794,45 +706,6 @@ msgstr "" "泰国会计模块\n" " " -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1108,27 +981,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" -"\n" -"加密密码\n" -"===================\n" -"\n" -"LDAP身份验证的内部功能:\n" -"-------------------------------\n" -"当前该模块与``user_ldap``模块并不兼容\n" -"如果二者同时安装,会禁用LDAP身份验证。\n" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1175,6 +1027,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -3260,6 +3143,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4797,8 +4695,8 @@ msgstr "%p - 等价于 AM 或 PM" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s (副本)" @@ -4819,7 +4717,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - 两位数年份" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -5137,7 +5035,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5384,6 +5282,8 @@ msgstr "动作" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5468,6 +5368,101 @@ msgstr "地址类型" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5480,9 +5475,9 @@ msgid "" msgstr "管理国家或地区的分类。" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "卸载模块要求管理访问。" @@ -5572,11 +5567,6 @@ msgstr "允许你创建发票并跟踪付款,这是一个面向没有会计知 msgid "Always Searchable" msgstr "总是可搜索" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5664,7 +5654,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5678,11 +5668,6 @@ msgstr "应用程序" msgid "Application Terms" msgstr "应用程序术语" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6342,7 +6327,7 @@ msgid "" msgstr "不能间接创建 M2O (多对1)记录,分别导入字段。" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "不能删除根用户!" @@ -6354,17 +6339,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "不能升级模块 “%s“,因为它尚未安装。" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "一次只能给一列改名" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6417,7 +6396,7 @@ msgid "Cannot duplicate configuration!" msgstr "不能复制配置信息!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "不能重命名列名为 %s,因为已经存在同名列。" @@ -6501,7 +6480,7 @@ msgid "Change the user password." msgstr "修改用户密码。" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6511,19 +6490,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "改变一个字段的所属模型是不允许的!" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "不允许修改字段“%s”的存储系统。" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6775,6 +6754,11 @@ msgstr "哥伦比亚" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -7004,13 +6988,13 @@ msgid "Connection Security" msgstr "连接安全" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -7142,7 +7126,7 @@ msgid "Costa Rica - Accounting" msgstr "哥斯达黎加 - 会计" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7575,7 +7559,7 @@ msgid "Custom Shortcuts" msgstr "自定义快捷方式" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "自定义的字段名称必须以“x_”开始!" @@ -7849,7 +7833,7 @@ msgid "Delete Access Right" msgstr "删除访问权限" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -8043,8 +8027,8 @@ msgid "Document Management System" msgstr "文档管理系统" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "文档模型" @@ -8054,6 +8038,11 @@ msgstr "文档模型" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -8078,6 +8067,11 @@ msgstr "多米尼加" msgid "Dominican Republic" msgstr "多米尼加共和国" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -8111,7 +8105,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -8156,14 +8150,6 @@ msgstr "厄瓜多尔" msgid "Ecuador - Accounting" msgstr "厄瓜多尔 - 会计" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -8180,7 +8166,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "电子数据交换 (EDI)" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -8281,15 +8267,15 @@ msgid "Eritrea" msgstr "厄立特里亚" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -8297,7 +8283,7 @@ msgstr "厄立特里亚" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -8316,7 +8302,7 @@ msgid "Error ! You can not create recursive categories." msgstr "错误!您不能创建循环分类。" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -8324,16 +8310,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "错误!" @@ -8379,7 +8365,7 @@ msgid "Events Sales" msgstr "销售活动" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "所有的东西看起来都已经设置好了!" @@ -8427,8 +8413,8 @@ msgstr "执行" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "费用管理" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8623,7 +8609,7 @@ msgid "Field Type" msgstr "字段类型" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8853,7 +8839,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "对于关系字段,技术性名称就是目标模型的名字。" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "对于选择字段,必须给出可选择的项目信息!" @@ -9425,7 +9411,7 @@ msgid "Here is the exported translation file:" msgstr "这是已经导出的翻译文件:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9785,12 +9771,11 @@ msgstr "" "否则这些视图只能用于这些组内的用户。" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9982,6 +9967,11 @@ msgstr "继承视图" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -10043,12 +10033,6 @@ msgstr "已安装的模块" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "可安装的模块" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -10122,7 +10106,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "无效的银行账户名称格式。" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "无效的搜索条件" @@ -10133,13 +10117,13 @@ msgid "Invalid arguments" msgstr "无效的参数" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -10171,7 +10155,7 @@ msgid "Invalid model name in the action definition." msgstr "动作定义中使用了无效的模式名称。" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -10270,8 +10254,8 @@ msgstr "以色列" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "问题追踪器" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10858,13 +10842,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "立陶宛语 / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10879,6 +10863,12 @@ msgstr "加载" msgid "Load a Translation" msgstr "导入一个翻译" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10984,13 +10974,13 @@ msgid "Madam" msgstr "女士" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -11336,7 +11326,7 @@ msgid "Miss" msgstr "小姐" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "缺少 SMTP 服务器" @@ -11376,13 +11366,13 @@ msgid "Model" msgstr "模型" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "模型 %s 不存在!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "模型 '%s' 包含了模块数据,不能被移除!" @@ -11444,8 +11434,8 @@ msgid "" msgstr "方法所在的模型名称,如'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11794,7 +11784,7 @@ msgid "New Zealand" msgstr "新西兰" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11854,7 +11844,7 @@ msgid "Niue" msgstr "纽埃岛" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11878,7 +11868,7 @@ msgid "" msgstr "在字段'%%(field)s'中没找到匹配的记录%(field_type)s '%(value)s'" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11921,6 +11911,11 @@ msgstr "北马里亚纳群岛" msgid "Norway" msgstr "挪威" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -12033,6 +12028,13 @@ msgstr "对象:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "Occitan (FR, post 1500) / Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -12087,6 +12089,11 @@ msgstr "在多个文档上面。" msgid "On delete property for many2one fields" msgstr "多对一(many2one)字段的 on delete 属性" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -12137,7 +12144,7 @@ msgid "Only if this bank account belong to your company" msgstr "仅适用于属于贵公司的银行账户" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -12251,16 +12258,6 @@ msgstr "可选的 SMTP 验证密码" msgid "Optional username for SMTP authentication" msgstr "可选的 SMTP 验证用户名" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -12272,8 +12269,8 @@ msgid "Original View" msgstr "原始视图" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12508,7 +12505,7 @@ msgid "Partners Geo-Localization" msgstr "业务伙伴地理位置" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "业务伙伴: " @@ -12605,9 +12602,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "定期评价,评估,调查," #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "权限不足" @@ -12672,14 +12669,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "如果你认为这是一个错误,请联系系统管理员。" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12706,7 +12703,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12954,7 +12951,7 @@ msgid "Properties" msgstr "属性" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -13307,7 +13304,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "不允许重命名稀疏字段“%s”" @@ -13455,6 +13452,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13527,7 +13529,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "规则不能应用在Record Rules模型" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13573,7 +13575,7 @@ msgid "SMTP Server" msgstr "SMTP 服务器" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "SMTP-over-SSL 模式不可用" @@ -13983,6 +13985,11 @@ msgstr "" msgid "Server Action" msgstr "服务器动作" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -14020,7 +14027,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "基于安全上的考虑不允许设置空密码!" @@ -14051,6 +14058,13 @@ msgstr "分享" msgid "Shipping" msgstr "发货" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -14123,7 +14137,7 @@ msgid "Size" msgstr "大小" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -14193,25 +14207,25 @@ msgid "Sometimes called BIC or Swift." msgstr "有时也叫 BIC 或 Swift。" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "对不起,你没权限访问此文档" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "对不起,你不允许创建这种类型的单据。" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "对不起,你不允许删除这个单据!" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "对不起,你未被允许修改此单据。" @@ -14910,14 +14924,14 @@ msgstr "" "您可以使用该字段来快速搜索。" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "对象名必须以“x_”开始且不能包含任何特殊字符!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14925,7 +14939,7 @@ msgid "" msgstr "选项表达式必须是 [('key','Label'), ...] 格式!" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -15035,6 +15049,11 @@ msgid "" "any." msgstr "如果存在,则由该内部用户与此联系人沟通" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -15100,7 +15119,7 @@ msgid "" msgstr "过滤条件这个字段是可选输入的,用于在输入关系型字段时限制可选值的范围。格式为一个python列表,每个列表项由三个字符组成。" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "osv_memory 字段仅用 = 和 != 操作符作比较." @@ -15157,7 +15176,7 @@ msgid "The record id this is attached to" msgstr "附件相关的数据记录id" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -15222,7 +15241,7 @@ msgid "This Window" msgstr "此窗口" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "此字段包含模块数据,不能删除!" @@ -15277,6 +15296,12 @@ msgid "" "with the object and time variables." msgstr "这是用于存储打印结果的附件的文件名。如果不想保存打印后报表的话请保持为空。您可以在对象和时间变量中使用 Python 语言表达式。" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15485,7 +15510,7 @@ msgid "Translation comments" msgstr "翻译备注" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15686,6 +15711,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "不能升级模块 %s, 因为找不到外部依赖:%s" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15724,7 +15754,7 @@ msgid "United States - Chart of accounts" msgstr "美国 - 科目表" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "未知报表类型:%s" @@ -15935,12 +15965,6 @@ msgstr "用户界面" msgid "User Login" msgstr "用户登录名" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -16200,12 +16224,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "警告" @@ -16219,7 +16243,7 @@ msgstr "警告消息与预警管理" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "警告!" @@ -16588,7 +16612,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16606,7 +16630,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16687,7 +16711,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16697,7 +16721,7 @@ msgstr "" "您的 OpenERP 服务器不支持 SMTP-over-SSL。可以使用STARTTTLS。如需使用 SSL,服务器端升级为 Python 2.6 即可。" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16865,11 +16889,6 @@ msgstr "" msgid "eInvoicing" msgstr "电子发票管理" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "电子发票和支付" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16941,7 +16960,7 @@ msgid "ltd" msgstr "ltd" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -17137,3 +17156,34 @@ msgstr "阿兰群岛" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "费用管理" + +#~ msgid "Issue Tracker" +#~ msgstr "问题追踪器" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "电子发票和支付" + +#~ msgid "Installed Modules" +#~ msgstr "可安装的模块" + +#~ msgid "" +#~ "\n" +#~ "Ecrypted passwords\n" +#~ "==================\n" +#~ "\n" +#~ "Interaction with LDAP authentication:\n" +#~ "-------------------------------------\n" +#~ "This module is currently not compatible with the ``user_ldap`` module and\n" +#~ "will disable LDAP authentication completely if installed at the same time.\n" +#~ msgstr "" +#~ "\n" +#~ "加密密码\n" +#~ "===================\n" +#~ "\n" +#~ "LDAP身份验证的内部功能:\n" +#~ "-------------------------------\n" +#~ "当前该模块与``user_ldap``模块并不兼容\n" +#~ "如果二者同时安装,会禁用LDAP身份验证。\n" diff --git a/openerp/addons/base/i18n/zh_HK.po b/openerp/addons/base/i18n/zh_HK.po index 20ff066882d..e2365055c7c 100644 --- a/openerp/addons/base/i18n/zh_HK.po +++ b/openerp/addons/base/i18n/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:16+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 09:58+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1031,19 +904,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1090,6 +950,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2954,6 +2845,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4454,8 +4360,8 @@ msgstr "" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "" @@ -4476,7 +4382,7 @@ msgid "%y - Year without century [00,99]." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4788,7 +4694,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5035,6 +4941,8 @@ msgstr "" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5119,6 +5027,101 @@ msgstr "" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5131,9 +5134,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "" @@ -5223,11 +5226,6 @@ msgstr "" msgid "Always Searchable" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5315,7 +5313,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5329,11 +5327,6 @@ msgstr "" msgid "Application Terms" msgstr "" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -5993,7 +5986,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "" @@ -6005,17 +5998,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6068,7 +6055,7 @@ msgid "Cannot duplicate configuration!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6152,7 +6139,7 @@ msgid "Change the user password." msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6162,19 +6149,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6422,6 +6409,11 @@ msgstr "" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6651,13 +6643,13 @@ msgid "Connection Security" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6789,7 +6781,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7222,7 +7214,7 @@ msgid "Custom Shortcuts" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "" @@ -7488,7 +7480,7 @@ msgid "Delete Access Right" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7682,8 +7674,8 @@ msgid "Document Management System" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "" @@ -7693,6 +7685,11 @@ msgstr "" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7717,6 +7714,11 @@ msgstr "多米尼克" msgid "Dominican Republic" msgstr "多明尼加共和國" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7750,7 +7752,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7795,14 +7797,6 @@ msgstr "厄瓜多爾" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7819,7 +7813,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7920,15 +7914,15 @@ msgid "Eritrea" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7936,7 +7930,7 @@ msgstr "" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7955,7 +7949,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7963,16 +7957,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "" @@ -8018,7 +8012,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "" @@ -8064,7 +8058,7 @@ msgstr "" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" +msgid "Expense Tracker" msgstr "" #. module: base @@ -8255,7 +8249,7 @@ msgid "Field Type" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8479,7 +8473,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9048,7 +9042,7 @@ msgid "Here is the exported translation file:" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9398,12 +9392,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9595,6 +9588,11 @@ msgstr "" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9656,12 +9654,6 @@ msgstr "" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9735,7 +9727,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "" @@ -9746,13 +9738,13 @@ msgid "Invalid arguments" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9784,7 +9776,7 @@ msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9883,7 +9875,7 @@ msgstr "以色列" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" +msgid "Issue Tracking" msgstr "" #. module: base @@ -10469,13 +10461,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "立陶宛文 / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10490,6 +10482,12 @@ msgstr "" msgid "Load a Translation" msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10595,13 +10593,13 @@ msgid "Madam" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10940,7 +10938,7 @@ msgid "Miss" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "" @@ -10980,13 +10978,13 @@ msgid "Model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11048,8 +11046,8 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11398,7 +11396,7 @@ msgid "New Zealand" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11458,7 +11456,7 @@ msgid "Niue" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11482,7 +11480,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11525,6 +11523,11 @@ msgstr "" msgid "Norway" msgstr "挪威" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11637,6 +11640,13 @@ msgstr "" msgid "Occitan (FR, post 1500) / Occitan" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11691,6 +11701,11 @@ msgstr "" msgid "On delete property for many2one fields" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11741,7 +11756,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11855,16 +11870,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11876,8 +11881,8 @@ msgid "Original View" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12112,7 +12117,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "" @@ -12209,9 +12214,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "" @@ -12276,14 +12281,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12310,7 +12315,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12558,7 +12563,7 @@ msgid "Properties" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12911,7 +12916,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "" @@ -13059,6 +13064,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13131,7 +13141,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13177,7 +13187,7 @@ msgid "SMTP Server" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "" @@ -13587,6 +13597,11 @@ msgstr "" msgid "Server Action" msgstr "" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13624,7 +13639,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "因保安理由密碼不能留空!" @@ -13655,6 +13670,13 @@ msgstr "" msgid "Shipping" msgstr "" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13727,7 +13749,7 @@ msgid "Size" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13797,25 +13819,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "" @@ -14512,14 +14534,14 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14527,7 +14549,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14635,6 +14657,11 @@ msgid "" "any." msgstr "" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14700,7 +14727,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14757,7 +14784,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14820,7 +14847,7 @@ msgid "This Window" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14874,6 +14901,12 @@ msgid "" "with the object and time variables." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15082,7 +15115,7 @@ msgid "Translation comments" msgstr "" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15283,6 +15316,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15321,7 +15359,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15532,12 +15570,6 @@ msgstr "" msgid "User Login" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15797,12 +15829,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "" @@ -15816,7 +15848,7 @@ msgstr "" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "" @@ -16185,7 +16217,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16203,7 +16235,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16284,7 +16316,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16293,7 +16325,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16461,11 +16493,6 @@ msgstr "" msgid "eInvoicing" msgstr "" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16537,7 +16564,7 @@ msgid "ltd" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" diff --git a/openerp/addons/base/i18n/zh_TW.po b/openerp/addons/base/i18n/zh_TW.po index 979e6fdadbd..42de88857b7 100644 --- a/openerp/addons/base/i18n/zh_TW.po +++ b/openerp/addons/base/i18n/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: openobject-server\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-08-14 13:08+0000\n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" "PO-Revision-Date: 2014-08-14 16:14+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-08-15 08:19+0000\n" -"X-Generator: Launchpad (build 17156)\n" +"X-Launchpad-Export-Date: 2014-09-24 10:01+0000\n" +"X-Generator: Launchpad (build 17196)\n" #. module: base #: model:ir.module.module,description:base.module_l10n_cn @@ -146,6 +146,16 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_test_documentation_examples +msgid "" +"\n" +" Contains pieces of code to be used as technical documentation examples\n" +" (via the ``literalinclude`` directive) in situations where they can be\n" +" syntax-checked and tested.\n" +" " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_website_certification msgid "" @@ -289,104 +299,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_ldap -msgid "" -"\n" -"Adds support for authentication by LDAP server.\n" -"===============================================\n" -"This module allows users to login with their LDAP username and password, " -"and\n" -"will automatically create OpenERP users for them on the fly.\n" -"\n" -"**Note:** This module only work on servers who have Python's ``ldap`` module " -"installed.\n" -"\n" -"Configuration:\n" -"--------------\n" -"After installing this module, you need to configure the LDAP parameters in " -"the\n" -"Configuration tab of the Company details. Different companies may have " -"different\n" -"LDAP servers, as long as they have unique usernames (usernames need to be " -"unique\n" -"in OpenERP, even across multiple companies).\n" -"\n" -"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " -"by\n" -"simply keeping the LDAP user and password empty in the LDAP configuration.\n" -"This does not allow anonymous authentication for users, it is only for the " -"master\n" -"LDAP account that is used to verify if a user exists before attempting to\n" -"authenticate it.\n" -"\n" -"Securing the connection with STARTTLS is available for LDAP servers " -"supporting\n" -"it, by enabling the TLS option in the LDAP configuration.\n" -"\n" -"For further options configuring the LDAP settings, refer to the ldap.conf\n" -"manpage: manpage:`ldap.conf(5)`.\n" -"\n" -"Security Considerations:\n" -"------------------------\n" -"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " -"server\n" -"is queried whenever a user needs to be authenticated. No duplication of the\n" -"password occurs, and passwords are managed in one place only.\n" -"\n" -"OpenERP does not manage password changes in the LDAP, so any change of " -"password\n" -"should be conducted by other means in the LDAP directory directly (for LDAP " -"users).\n" -"\n" -"It is also possible to have local OpenERP users in the database along with\n" -"LDAP-authenticated users (the Administrator account is one obvious " -"example).\n" -"\n" -"Here is how it works:\n" -"---------------------\n" -" * The system first attempts to authenticate users against the local " -"OpenERP\n" -" database;\n" -" * if this authentication fails (for example because the user has no " -"local\n" -" password), the system then attempts to authenticate against LDAP;\n" -"\n" -"As LDAP users have blank passwords by default in the local OpenERP database\n" -"(which means no access), the first step always fails and the LDAP server is\n" -"queried to do the authentication.\n" -"\n" -"Enabling STARTTLS ensures that the authentication query to the LDAP server " -"is\n" -"encrypted.\n" -"\n" -"User Template:\n" -"--------------\n" -"In the LDAP configuration on the Company form, it is possible to select a " -"*User\n" -"Template*. If set, this user will be used as template to create the local " -"users\n" -"whenever someone authenticates for the first time via LDAP authentication. " -"This\n" -"allows pre-setting the default groups and menus of the first-time users.\n" -"\n" -"**Warning:** if you set a password for the user template, this password will " -"be\n" -" assigned as local password for each new LDAP user, effectively " -"setting\n" -" a *master password* for these users (until manually changed). You\n" -" usually do not want this. One easy way to setup a template user is " -"to\n" -" login once with a valid LDAP user, let OpenERP create a blank " -"local\n" -" user with the same login (and a blank password), then rename this " -"new\n" -" user to a username that does not exist in LDAP, and setup its " -"groups\n" -" the way you want.\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_auth_oauth msgid "" @@ -736,45 +648,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_l10n_co -msgid "" -"\n" -"Chart of account for Colombia\n" -"=============================\n" -"\n" -"Source of this chart of account is here_.\n" -"\n" -"All the documentation available in this website is embeded in this module, " -"to\n" -"be sure when you open OpenERP it has all necesary information to manage \n" -"accounting en Colombia.\n" -"\n" -"The law that enable this chart of account as valid for this country is \n" -"available in this other link_.\n" -"\n" -"This module has the intention to put available out of the box the chart of \n" -"account for Colombia in Openerp.\n" -"\n" -"We recommend install the module account_anglo_sxon to be able to have the " -"cost\n" -"accounting correctly setted in out invoices.\n" -"\n" -"After installing this module, the Configuration wizard for accounting is " -"launched.\n" -" * We have the account templates which can be helpful to generate Charts " -"of Accounts.\n" -" * On that particular wizard, you will be asked to pass the name of the " -"company,\n" -" the chart template to follow, the no. of digits to generate, the code " -"for your\n" -" account and bank account, currency to create journals.\n" -"\n" -".. _here: http://puc.com.co/\n" -".. _link: http://puc.com.co/normatividad/\n" -" " -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_l10n_cr msgid "" @@ -1037,19 +910,6 @@ msgid "" " " msgstr "" -#. module: base -#: model:ir.module.module,description:base.module_auth_crypt -msgid "" -"\n" -"Ecrypted passwords\n" -"==================\n" -"\n" -"Interaction with LDAP authentication:\n" -"-------------------------------------\n" -"This module is currently not compatible with the ``user_ldap`` module and\n" -"will disable LDAP authentication completely if installed at the same time.\n" -msgstr "" - #. module: base #: model:ir.module.module,description:base.module_email_template msgid "" @@ -1096,6 +956,37 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_crypt +msgid "" +"\n" +"Encrypted passwords\n" +"===================\n" +"\n" +"Replaces the default password storage with a strong cryptographic\n" +"hash.\n" +"\n" +"The key derivation function currently used is RSA Security LLC's\n" +"industry-standard ``PKDF2``, in combination with ``SHA512``.\n" +"This includes salting and key stretching with several thousands\n" +"rounds.\n" +"\n" +"All passwords are encrypted as soon as the module is installed.\n" +"This may take a few minutes if there are thousands of users.\n" +"\n" +"Past versions of encrypted passwords will be automatically upgraded\n" +"to the current scheme whenever a user authenticates\n" +"(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n" +"derivation function).\n" +"\n" +"Note: Installing this module permanently prevents user password\n" +"recovery and cannot be undone. It is thus recommended to enable\n" +"some password reset mechanism for users, such as the one provided\n" +"by the ``auth_signup`` module (signup for new users does not\n" +"necessarily have to be enabled).\n" +"\n" +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_account_asset msgid "" @@ -2989,6 +2880,21 @@ msgid "" " " msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_do +msgid "" +"\n" +"This is the base module to manage the accounting chart for Dominican " +"Republic.\n" +"=============================================================================" +"=\n" +"\n" +"* Chart of Accounts.\n" +"* The Tax Code Chart for Domincan Republic\n" +"* The main taxes used in Domincan Republic\n" +"* Fiscal position for local " +msgstr "" + #. module: base #: model:ir.module.module,description:base.module_l10n_ec msgid "" @@ -4489,8 +4395,8 @@ msgstr "%p - 等價於 AM 或 PM" #: code:addons/base/ir/ir_filters.py:36 #: code:addons/base/res/res_partner.py:355 #: code:addons/base/res/res_users.py:120 -#: code:addons/base/res/res_users.py:366 -#: code:addons/base/res/res_users.py:368 +#: code:addons/base/res/res_users.py:371 +#: code:addons/base/res/res_users.py:373 #, python-format msgid "%s (copy)" msgstr "%s(副本)" @@ -4511,7 +4417,7 @@ msgid "%y - Year without century [00,99]." msgstr "%y - 不帶世紀之年份 [00,99]." #. module: base -#: code:addons/base/ir/ir_model.py:977 +#: code:addons/base/ir/ir_model.py:997 #, python-format msgid "" "'%s' contains too many dots. XML ids should not contain dots ! These are " @@ -4823,7 +4729,7 @@ msgid "A module with dummy methods." msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:837 +#: code:addons/base/ir/ir_qweb.py:835 #, python-format msgid "A unit must be provided to duration widgets" msgstr "" @@ -5070,6 +4976,8 @@ msgstr "動作" #: field:ir.model.access,active:0 #: field:ir.rule,active:0 #: field:ir.sequence,active:0 +#: view:ir.ui.view:base.view_view_search +#: field:ir.ui.view,active:0 #: field:res.bank,active:0 #: field:res.currency,active:0 #: field:res.lang,active:0 @@ -5154,6 +5062,101 @@ msgstr "地址類型" msgid "Address format..." msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_auth_ldap +msgid "" +"Adds support for authentication by LDAP server.\n" +"===============================================\n" +"This module allows users to login with their LDAP username and password, " +"and\n" +"will automatically create OpenERP users for them on the fly.\n" +"\n" +"**Note:** This module only work on servers who have Python's ``ldap`` module " +"installed.\n" +"\n" +"Configuration:\n" +"--------------\n" +"After installing this module, you need to configure the LDAP parameters in " +"the\n" +"Configuration tab of the Company details. Different companies may have " +"different\n" +"LDAP servers, as long as they have unique usernames (usernames need to be " +"unique\n" +"in OpenERP, even across multiple companies).\n" +"\n" +"Anonymous LDAP binding is also supported (for LDAP servers that allow it), " +"by\n" +"simply keeping the LDAP user and password empty in the LDAP configuration.\n" +"This does not allow anonymous authentication for users, it is only for the " +"master\n" +"LDAP account that is used to verify if a user exists before attempting to\n" +"authenticate it.\n" +"\n" +"Securing the connection with STARTTLS is available for LDAP servers " +"supporting\n" +"it, by enabling the TLS option in the LDAP configuration.\n" +"\n" +"For further options configuring the LDAP settings, refer to the ldap.conf\n" +"manpage: manpage:`ldap.conf(5)`.\n" +"\n" +"Security Considerations:\n" +"------------------------\n" +"Users' LDAP passwords are never stored in the OpenERP database, the LDAP " +"server\n" +"is queried whenever a user needs to be authenticated. No duplication of the\n" +"password occurs, and passwords are managed in one place only.\n" +"\n" +"OpenERP does not manage password changes in the LDAP, so any change of " +"password\n" +"should be conducted by other means in the LDAP directory directly (for LDAP " +"users).\n" +"\n" +"It is also possible to have local OpenERP users in the database along with\n" +"LDAP-authenticated users (the Administrator account is one obvious " +"example).\n" +"\n" +"Here is how it works:\n" +"---------------------\n" +" * The system first attempts to authenticate users against the local " +"OpenERP\n" +" database;\n" +" * if this authentication fails (for example because the user has no " +"local\n" +" password), the system then attempts to authenticate against LDAP;\n" +"\n" +"As LDAP users have blank passwords by default in the local OpenERP database\n" +"(which means no access), the first step always fails and the LDAP server is\n" +"queried to do the authentication.\n" +"\n" +"Enabling STARTTLS ensures that the authentication query to the LDAP server " +"is\n" +"encrypted.\n" +"\n" +"User Template:\n" +"--------------\n" +"In the LDAP configuration on the Company form, it is possible to select a " +"*User\n" +"Template*. If set, this user will be used as template to create the local " +"users\n" +"whenever someone authenticates for the first time via LDAP authentication. " +"This\n" +"allows pre-setting the default groups and menus of the first-time users.\n" +"\n" +"**Warning:** if you set a password for the user template, this password will " +"be\n" +" assigned as local password for each new LDAP user, effectively " +"setting\n" +" a *master password* for these users (until manually changed). You\n" +" usually do not want this. One easy way to setup a template user is " +"to\n" +" login once with a valid LDAP user, let OpenERP create a blank " +"local\n" +" user with the same login (and a blank password), then rename this " +"new\n" +" user to a username that does not exist in LDAP, and setup its " +"groups\n" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_administration msgid "Administration" @@ -5166,9 +5169,9 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Administrator access is required to uninstall a module" msgstr "移除模組需管理者權限" @@ -5258,11 +5261,6 @@ msgstr "" msgid "Always Searchable" msgstr "總是可搜索" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Always applied" -msgstr "" - #. module: base #: code:addons/base/ir/ir_fields.py:373 #, python-format @@ -5350,7 +5348,7 @@ msgid "Applicant Resumes and Letters" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:728 +#: code:addons/base/res/res_users.py:735 #: model:ir.model,name:base.model_ir_module_category #: field:ir.module.module,application:0 #: field:res.groups,category_id:0 @@ -5364,11 +5362,6 @@ msgstr "應用程式" msgid "Application Terms" msgstr "應用程式詞彙" -#. module: base -#: field:ir.ui.view,application:0 -msgid "Application status" -msgstr "" - #. module: base #: view:res.config:base.res_config_view_base msgid "Apply" @@ -6028,7 +6021,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "Can not remove root user!" msgstr "無法移除 root 使用者!" @@ -6040,17 +6033,11 @@ msgid "Can not upgrade module '%s'. It is not installed." msgstr "無法升級「%s」模組。其未有安裝!" #. module: base -#: code:addons/base/ir/ir_model.py:439 +#: code:addons/base/ir/ir_model.py:456 #, python-format msgid "Can only rename one column at a time!" msgstr "每次只能重新命名一個欄位!" -#. module: base -#: code:addons/base/ir/ir_ui_view.py:300 -#, python-format -msgid "Can't toggle view %d with application %r" -msgstr "" - #. module: base #: model:res.country,name:base.ca msgid "Canada" @@ -6103,7 +6090,7 @@ msgid "Cannot duplicate configuration!" msgstr "無法複製設定!" #. module: base -#: code:addons/base/ir/ir_model.py:441 +#: code:addons/base/ir/ir_model.py:458 #, python-format msgid "Cannot rename column to %s, because that column already exists!" msgstr "" @@ -6187,7 +6174,7 @@ msgid "Change the user password." msgstr "變更使用者密碼" #. module: base -#: code:addons/base/res/res_partner.py:379 +#: code:addons/base/res/res_partner.py:378 #, python-format msgid "" "Changing the company of a contact should only be done if it was never " @@ -6197,19 +6184,19 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:450 +#: code:addons/base/ir/ir_model.py:467 #, python-format msgid "Changing the model of a field is forbidden!" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 +#: code:addons/base/ir/ir_model.py:413 #, python-format msgid "Changing the storing system for field \"%s\" is not allowed." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:470 #, python-format msgid "" "Changing the type of a column is not yet supported. Please drop it and " @@ -6457,6 +6444,11 @@ msgstr "哥倫比亞" msgid "Colombian - Accounting" msgstr "" +#. module: base +#: model:ir.module.module,description:base.module_l10n_co +msgid "Colombian Accounting and Tax Preconfiguration" +msgstr "" + #. module: base #: field:res.partner,color:0 msgid "Color Index" @@ -6686,13 +6678,13 @@ msgid "Connection Security" msgstr "聯結安全性" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Connection Test Succeeded!" msgstr "" @@ -6824,7 +6816,7 @@ msgid "Costa Rica - Accounting" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Couldn't create contact without email address!" msgstr "" @@ -7257,7 +7249,7 @@ msgid "Custom Shortcuts" msgstr "自訂快捷鍵" #. module: base -#: code:addons/base/ir/ir_model.py:361 +#: code:addons/base/ir/ir_model.py:374 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" msgstr "自訂欄位名稱開頭必須是 'x_' !" @@ -7523,7 +7515,7 @@ msgid "Delete Access Right" msgstr "刪除存取權限" #. module: base -#: code:addons/base/ir/ir_actions.py:835 +#: code:addons/base/ir/ir_actions.py:839 #, python-format msgid "Deletion of the action record failed." msgstr "" @@ -7717,8 +7709,8 @@ msgid "Document Management System" msgstr "文件管理系統" #. module: base -#: code:addons/base/ir/ir_model.py:754 -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:771 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "Document model" msgstr "文件模型" @@ -7728,6 +7720,11 @@ msgstr "文件模型" msgid "Documentation" msgstr "" +#. module: base +#: model:ir.module.module,shortdesc:base.module_test_documentation_examples +msgid "Documentation examples test" +msgstr "" + #. module: base #: field:ir.filters,domain:0 #: field:ir.model.fields,domain:0 @@ -7752,6 +7749,11 @@ msgstr "多米尼加" msgid "Dominican Republic" msgstr "多明尼加" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_do +msgid "Dominican Republic - Accounting" +msgstr "" + #. module: base #: selection:ir.actions.todo,state:0 msgid "Done" @@ -7785,7 +7787,7 @@ msgid "Duplicating workflows is not possible, please create a new workflow" msgstr "" #. module: base -#: code:addons/base/ir/ir_qweb.py:835 +#: code:addons/base/ir/ir_qweb.py:833 #, python-format msgid "Durations can't be negative" msgstr "" @@ -7830,14 +7832,6 @@ msgstr "厄瓜多" msgid "Ecuador - Accounting" msgstr "" -#. module: base -#: code:addons/base/ir/ir_qweb.py:261 -#, python-format -msgid "" -"Editor disabled because some content can not be seen by a user who does not " -"belong to the groups %s" -msgstr "" - #. module: base #: model:res.country,name:base.eg msgid "Egypt" @@ -7854,7 +7848,7 @@ msgid "Electronic Data Interchange (EDI)" msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:496 +#: code:addons/base/ir/ir_ui_view.py:482 #, python-format msgid "Element '%s' cannot be located in parent view" msgstr "" @@ -7955,15 +7949,15 @@ msgid "Eritrea" msgstr "厄利垂亞" #. module: base -#: code:addons/base/ir/ir_actions.py:840 -#: code:addons/base/ir/ir_model.py:164 -#: code:addons/base/ir/ir_model.py:283 -#: code:addons/base/ir/ir_model.py:297 -#: code:addons/base/ir/ir_model.py:337 -#: code:addons/base/ir/ir_model.py:356 -#: code:addons/base/ir/ir_model.py:361 -#: code:addons/base/ir/ir_model.py:364 -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_actions.py:844 +#: code:addons/base/ir/ir_model.py:176 +#: code:addons/base/ir/ir_model.py:296 +#: code:addons/base/ir/ir_model.py:310 +#: code:addons/base/ir/ir_model.py:350 +#: code:addons/base/ir/ir_model.py:369 +#: code:addons/base/ir/ir_model.py:374 +#: code:addons/base/ir/ir_model.py:377 +#: code:addons/base/ir/ir_translation.py:396 #: code:addons/base/module/module.py:339 #: code:addons/base/module/module.py:381 #: code:addons/base/module/module.py:386 @@ -7971,7 +7965,7 @@ msgstr "厄利垂亞" #: code:addons/base/module/module.py:522 #: code:addons/base/module/module.py:548 #: code:addons/base/module/module.py:562 -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #: code:addons/base/res/res_users.py:126 #: code:addons/custom.py:554 #, python-format @@ -7990,7 +7984,7 @@ msgid "Error ! You can not create recursive categories." msgstr "" #. module: base -#: code:addons/base/ir/ir_ui_view.py:369 +#: code:addons/base/ir/ir_ui_view.py:355 #, python-format msgid "" "Error context:\n" @@ -7998,16 +7992,16 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:396 -#: code:addons/base/ir/ir_model.py:398 -#: code:addons/base/ir/ir_model.py:425 -#: code:addons/base/ir/ir_model.py:439 -#: code:addons/base/ir/ir_model.py:441 -#: code:addons/base/ir/ir_model.py:443 -#: code:addons/base/ir/ir_model.py:450 -#: code:addons/base/ir/ir_model.py:453 +#: code:addons/base/ir/ir_model.py:413 +#: code:addons/base/ir/ir_model.py:415 +#: code:addons/base/ir/ir_model.py:442 +#: code:addons/base/ir/ir_model.py:456 +#: code:addons/base/ir/ir_model.py:458 +#: code:addons/base/ir/ir_model.py:460 +#: code:addons/base/ir/ir_model.py:467 +#: code:addons/base/ir/ir_model.py:470 #: code:addons/base/module/wizard/base_update_translations.py:39 -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "Error!" msgstr "錯誤!" @@ -8053,7 +8047,7 @@ msgid "Events Sales" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:224 +#: code:addons/base/ir/ir_mail_server.py:226 #, python-format msgid "Everything seems properly set up!" msgstr "一切都設定好了!" @@ -8099,8 +8093,8 @@ msgstr "執行" #. module: base #: model:ir.module.module,shortdesc:base.module_hr_expense -msgid "Expense Management" -msgstr "費用管理" +msgid "Expense Tracker" +msgstr "" #. module: base #: model:ir.module.module,summary:base.module_hr_expense @@ -8292,7 +8286,7 @@ msgid "Field Type" msgstr "欄位類型" #. module: base -#: code:addons/base/ir/ir_ui_view.py:845 +#: code:addons/base/ir/ir_ui_view.py:834 #, python-format msgid "Field `%(field_name)s` does not exist" msgstr "" @@ -8516,7 +8510,7 @@ msgid "For relationship fields, the technical name of the target model" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:356 +#: code:addons/base/ir/ir_model.py:369 #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" @@ -9085,7 +9079,7 @@ msgid "Here is the exported translation file:" msgstr "這是匯出的翻譯檔案:" #. module: base -#: code:addons/base/ir/ir_mail_server.py:217 +#: code:addons/base/ir/ir_mail_server.py:219 #, python-format msgid "" "Here is what we got instead:\n" @@ -9435,12 +9429,11 @@ msgid "" msgstr "" #. module: base -#: help:ir.ui.view,application:0 +#: help:ir.ui.view,active:0 msgid "" "If this view is inherited,\n" -"* if always, the view always extends its parent\n" -"* if enabled, the view currently extends its parent but can be disabled\n" -"* if disabled, the view currently does not extend its parent but can be " +"* if True, the view always extends its parent\n" +"* if False, the view currently does not extend its parent but can be " "enabled\n" " " msgstr "" @@ -9632,6 +9625,11 @@ msgstr "繼承檢視" msgid "Inherited Views" msgstr "" +#. module: base +#: field:ir.model,inherited_model_ids:0 +msgid "Inherited models" +msgstr "" + #. module: base #: field:res.groups,implied_ids:0 msgid "Inherits" @@ -9693,12 +9691,6 @@ msgstr "已安裝" msgid "Installed Features" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree -#: model:ir.ui.menu,name:base.menu_module_tree -msgid "Installed Modules" -msgstr "已安裝模組" - #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed Version" @@ -9772,7 +9764,7 @@ msgid "Invalid Bank Account Type Name format." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "Invalid Search Criteria" msgstr "無效的搜尋條件" @@ -9783,13 +9775,13 @@ msgid "Invalid arguments" msgstr "引數無效" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context default_groups_ref value (model.name_id) : \"%s\"" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:839 +#: code:addons/base/res/res_users.py:846 #, python-format msgid "Invalid context value" msgstr "" @@ -9821,7 +9813,7 @@ msgid "Invalid model name in the action definition." msgstr "動作定義之模型名稱無效。" #. module: base -#: code:addons/base/ir/ir_ui_view.py:488 +#: code:addons/base/ir/ir_ui_view.py:474 #, python-format msgid "Invalid position attribute: '%s'" msgstr "" @@ -9920,8 +9912,8 @@ msgstr "以色列" #. module: base #: model:ir.module.module,shortdesc:base.module_project_issue -msgid "Issue Tracker" -msgstr "問題追蹤系統" +msgid "Issue Tracking" +msgstr "" #. module: base #: selection:base.language.install,lang:0 @@ -10506,13 +10498,13 @@ msgid "Lithuanian / Lietuvių kalba" msgstr "立陶宛文 / Lietuvių kalba" #. module: base -#: model:ir.module.module,summary:base.module_im_livechat -msgid "Live Chat with Visitors/Customers" +#: model:ir.module.module,shortdesc:base.module_im_livechat +msgid "Live Chat" msgstr "" #. module: base -#: model:ir.module.module,shortdesc:base.module_im_livechat -msgid "Live Support" +#: model:ir.module.module,summary:base.module_im_livechat +msgid "Live Chat with Visitors/Customers" msgstr "" #. module: base @@ -10527,6 +10519,12 @@ msgstr "載入" msgid "Load a Translation" msgstr "載入翻譯" +#. module: base +#: model:ir.actions.act_window,name:base.open_module_tree +#: model:ir.ui.menu,name:base.menu_module_tree +msgid "Local Modules" +msgstr "" + #. module: base #: field:res.lang,code:0 msgid "Locale Code" @@ -10632,13 +10630,13 @@ msgid "Madam" msgstr "夫人" #. module: base -#: code:addons/base/ir/ir_mail_server.py:483 +#: code:addons/base/ir/ir_mail_server.py:485 #, python-format msgid "Mail Delivery Failed" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:479 +#: code:addons/base/ir/ir_mail_server.py:481 #, python-format msgid "" "Mail delivery failed via SMTP server '%s'.\n" @@ -10979,7 +10977,7 @@ msgid "Miss" msgstr "小姐" #. module: base -#: code:addons/base/ir/ir_mail_server.py:457 +#: code:addons/base/ir/ir_mail_server.py:459 #, python-format msgid "Missing SMTP Server" msgstr "無 SMTP 伺服器" @@ -11019,13 +11017,13 @@ msgid "Model" msgstr "模型" #. module: base -#: code:addons/base/ir/ir_model.py:364 +#: code:addons/base/ir/ir_model.py:377 #, python-format msgid "Model %s does not exist!" msgstr "無 %s 模型!" #. module: base -#: code:addons/base/ir/ir_model.py:164 +#: code:addons/base/ir/ir_model.py:176 #, python-format msgid "Model '%s' contains module data and cannot be removed!" msgstr "" @@ -11087,8 +11085,8 @@ msgid "" msgstr "呼叫方法所在模型的名稱, 例 'res.partner'" #. module: base -#: code:addons/base/ir/ir_ui_view.py:598 -#: code:addons/base/ir/ir_ui_view.py:802 +#: code:addons/base/ir/ir_ui_view.py:584 +#: code:addons/base/ir/ir_ui_view.py:791 #, python-format msgid "Model not found: %(model)s" msgstr "" @@ -11437,7 +11435,7 @@ msgid "New Zealand" msgstr "紐西蘭" #. module: base -#: code:addons/base/ir/ir_model.py:443 +#: code:addons/base/ir/ir_model.py:460 #, python-format msgid "" "New column name must still start with x_ , because it is a custom field!" @@ -11497,7 +11495,7 @@ msgid "Niue" msgstr "紐埃" #. module: base -#: code:addons/base/res/res_currency.py:58 +#: code:addons/base/res/res_currency.py:59 #, python-format msgid "No currency rate associated for currency '%s' for the given period" msgstr "" @@ -11521,7 +11519,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_currency.py:229 +#: code:addons/base/res/res_currency.py:230 #, python-format msgid "" "No rate found \n" @@ -11567,6 +11565,11 @@ msgstr "北馬里安納群島" msgid "Norway" msgstr "挪威" +#. module: base +#: model:ir.module.module,shortdesc:base.module_l10n_no +msgid "Norway - Chart of Accounts" +msgstr "" + #. module: base #: selection:base.language.install,lang:0 msgid "Norwegian Bokmål / Norsk bokmål" @@ -11679,6 +11682,13 @@ msgstr "物件:" msgid "Occitan (FR, post 1500) / Occitan" msgstr "歐西坦文(法國1500年後)/ Occitan" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Odoo Apps will be available soon" +msgstr "" + #. module: base #: help:ir.sequence,padding:0 msgid "" @@ -11733,6 +11743,11 @@ msgstr "於多重文件。" msgid "On delete property for many2one fields" msgstr "多對一(many2one)欄位的 on delete 屬性" +#. module: base +#: model:ir.module.module,shortdesc:base.module_account_voucher +msgid "Online Billing" +msgstr "" + #. module: base #: model:ir.module.module,shortdesc:base.module_website_event_sale msgid "Online Event's Tickets" @@ -11783,7 +11798,7 @@ msgid "Only if this bank account belong to your company" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:754 +#: code:addons/base/ir/ir_model.py:771 #, python-format msgid "" "Only users with the following access level are currently allowed to do that" @@ -11897,16 +11912,6 @@ msgstr "" msgid "Optional username for SMTP authentication" msgstr "" -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, disabled" -msgstr "" - -#. module: base -#: selection:ir.ui.view,application:0 -msgid "Optional, enabled" -msgstr "" - #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" @@ -11918,8 +11923,8 @@ msgid "Original View" msgstr "原始檢視" #. module: base -#: code:addons/base/res/res_users.py:739 -#: code:addons/base/res/res_users.py:891 +#: code:addons/base/res/res_users.py:746 +#: code:addons/base/res/res_users.py:898 #: selection:res.partner,type:0 #: view:res.users:base.user_groups_view #, python-format @@ -12154,7 +12159,7 @@ msgid "Partners Geo-Localization" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:766 +#: code:addons/base/res/res_partner.py:765 #, python-format msgid "Partners: " msgstr "伙伴: " @@ -12251,9 +12256,9 @@ msgid "Periodical Evaluations, Appraisals, Surveys" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:531 -#: code:addons/base/ir/ir_model.py:592 -#: code:addons/base/ir/ir_model.py:1096 +#: code:addons/base/ir/ir_model.py:548 +#: code:addons/base/ir/ir_model.py:609 +#: code:addons/base/ir/ir_model.py:1116 #, python-format msgid "Permission Denied" msgstr "權限不足" @@ -12318,14 +12323,14 @@ msgid "Plano de contas SNC para Portugal" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:757 +#: code:addons/base/ir/ir_model.py:774 #, python-format msgid "" "Please contact your system administrator if you think this is an error." msgstr "若您認為這是錯誤的話,請聯絡系統管理員。" #. module: base -#: code:addons/base/ir/ir_mail_server.py:458 +#: code:addons/base/ir/ir_mail_server.py:460 #, python-format msgid "" "Please define at least one SMTP server, or provide the SMTP parameters " @@ -12352,7 +12357,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:840 +#: code:addons/base/ir/ir_actions.py:844 #, python-format msgid "Please specify an action to launch!" msgstr "" @@ -12600,7 +12605,7 @@ msgid "Properties" msgstr "屬性" #. module: base -#: code:addons/base/ir/ir_model.py:426 +#: code:addons/base/ir/ir_model.py:443 #, python-format msgid "" "Properties of base fields cannot be altered in this manner! Please modify " @@ -12953,7 +12958,7 @@ msgid "Remove the contextual action related to this server action" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:398 +#: code:addons/base/ir/ir_model.py:415 #, python-format msgid "Renaming sparse field \"%s\" is not allowed" msgstr "不允許重新命名稀疏欄位「%s」" @@ -13101,6 +13106,11 @@ msgstr "" msgid "Restaurant extensions for the Point of Sale " msgstr "" +#. module: base +#: selection:ir.model.fields,on_delete:0 +msgid "Restrict" +msgstr "" + #. module: base #: field:ir.actions.act_window,multi:0 msgid "Restrict to lists" @@ -13173,7 +13183,7 @@ msgid "Rules can not be applied on the Record Rules model." msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:817 +#: code:addons/base/ir/ir_actions.py:821 #, python-format msgid "Run %s" msgstr "" @@ -13219,7 +13229,7 @@ msgid "SMTP Server" msgstr "SMTP 伺服器" #. module: base -#: code:addons/base/ir/ir_mail_server.py:242 +#: code:addons/base/ir/ir_mail_server.py:244 #, python-format msgid "SMTP-over-SSL mode unavailable" msgstr "不提供 SMTP-over-SSL 模式" @@ -13629,6 +13639,11 @@ msgstr "" msgid "Server Action" msgstr "伺服器動作" +#. module: base +#: model:ir.model,name:base.model_ir_server_object_lines +msgid "Server Action value mapping" +msgstr "" + #. module: base #: model:ir.actions.act_window,name:base.action_server_action #: view:ir.actions.server:base.view_server_action_search @@ -13666,7 +13681,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" msgstr "因安全理由密碼不能留空!" @@ -13697,6 +13712,13 @@ msgstr "分享" msgid "Shipping" msgstr "船運" +#. module: base +#. openerp-web +#: code:addons/base/static/src/js/apps.js:105 +#, python-format +msgid "Showing locally available modules" +msgstr "" + #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" @@ -13769,7 +13791,7 @@ msgid "Size" msgstr "大小" #. module: base -#: code:addons/base/ir/ir_model.py:302 +#: code:addons/base/ir/ir_model.py:315 #, python-format msgid "Size of the field can never be less than 0 !" msgstr "" @@ -13839,25 +13861,25 @@ msgid "Sometimes called BIC or Swift." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:748 +#: code:addons/base/ir/ir_model.py:765 #, python-format msgid "Sorry, you are not allowed to access this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:750 +#: code:addons/base/ir/ir_model.py:767 #, python-format msgid "Sorry, you are not allowed to create this kind of document." msgstr "抱歉,您不被允許建立這種文件。" #. module: base -#: code:addons/base/ir/ir_model.py:751 +#: code:addons/base/ir/ir_model.py:768 #, python-format msgid "Sorry, you are not allowed to delete this document." msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:749 +#: code:addons/base/ir/ir_model.py:766 #, python-format msgid "Sorry, you are not allowed to modify this document." msgstr "抱歉,您不被允許更改此份文件。" @@ -14556,14 +14578,14 @@ msgstr "" "您可以使用該欄位來快速搜索。" #. module: base -#: code:addons/base/ir/ir_model.py:126 +#: code:addons/base/ir/ir_model.py:138 #, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "物件名稱必須以「x_」開頭且不能包含特殊字元!" #. module: base -#: code:addons/base/ir/ir_model.py:298 +#: code:addons/base/ir/ir_model.py:311 #, python-format msgid "" "The Selection Options expression is must be in the [('key','Label'), ...] " @@ -14571,7 +14593,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:284 +#: code:addons/base/ir/ir_model.py:297 #, python-format msgid "" "The Selection Options expression is not a valid Pythonic expression.Please " @@ -14681,6 +14703,11 @@ msgid "" "any." msgstr "負責與此聯絡人溝通的內部人員(若有的話)" +#. module: base +#: help:ir.model,inherited_model_ids:0 +msgid "The list of models that extends the current model." +msgstr "" + #. module: base #: help:ir.filters,action_id:0 msgid "" @@ -14746,7 +14773,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_model.py:84 +#: code:addons/base/ir/ir_model.py:85 #, python-format msgid "The osv_memory field can only be compared with = and != operator." msgstr "" @@ -14803,7 +14830,7 @@ msgid "The record id this is attached to" msgstr "" #. module: base -#: code:addons/fields.py:794 +#: code:addons/fields.py:800 #, python-format msgid "" "The second argument of the many2many field %s must be a SQL table !You used " @@ -14866,7 +14893,7 @@ msgid "This Window" msgstr "此視窗" #. module: base -#: code:addons/base/ir/ir_model.py:337 +#: code:addons/base/ir/ir_model.py:350 #, python-format msgid "This column contains module data and cannot be removed!" msgstr "" @@ -14920,6 +14947,12 @@ msgid "" "with the object and time variables." msgstr "這是存儲列印結果附件之檔名。如不想保存列印報表請留空。您可用 Python 表達式及物件和時間變量。" +#. module: base +#: model:ir.module.module,description:base.module_l10n_no +msgid "" +"This is the module to manage the accounting chart for Norway in Open ERP." +msgstr "" + #. module: base #: model:ir.module.module,summary:base.module_crm_mass_mailing msgid "" @@ -15128,7 +15161,7 @@ msgid "Translation comments" msgstr "翻譯評論" #. module: base -#: code:addons/base/ir/ir_translation.py:392 +#: code:addons/base/ir/ir_translation.py:396 #, python-format msgid "" "Translation features are unavailable until you install an extra OpenERP " @@ -15329,6 +15362,11 @@ msgid "" "Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" +#. module: base +#: view:ir.ui.view:base.view_view_search +msgid "Unactive" +msgstr "" + #. module: base #: model:ir.module.category,name:base.module_category_uncategorized msgid "Uncategorized" @@ -15367,7 +15405,7 @@ msgid "United States - Chart of accounts" msgstr "" #. module: base -#: code:addons/report_sxw.py:390 +#: code:addons/report_sxw.py:391 #, python-format msgid "Unknown report type: %s" msgstr "" @@ -15578,12 +15616,6 @@ msgstr "用戶介面" msgid "User Login" msgstr "使用者登入" -#. module: base -#: code:addons/base/ir/ir_qweb.py:263 -#, python-format -msgid "User does not belong to groups %s" -msgstr "" - #. module: base #: model:ir.actions.act_window,name:base.act_values_form_defaults #: model:ir.ui.menu,name:base.menu_values_form_defaults @@ -15843,12 +15875,12 @@ msgid "Warehouse Management: Waves" msgstr "" #. module: base -#: code:addons/base/ir/ir_actions.py:835 -#: code:addons/base/ir/ir_mail_server.py:490 +#: code:addons/base/ir/ir_actions.py:839 +#: code:addons/base/ir/ir_mail_server.py:492 #: code:addons/base/ir/ir_sequence.py:260 -#: code:addons/base/res/res_partner.py:378 -#: code:addons/base/res/res_partner.py:550 -#: code:addons/base/res/res_partner.py:630 +#: code:addons/base/res/res_partner.py:377 +#: code:addons/base/res/res_partner.py:549 +#: code:addons/base/res/res_partner.py:629 #, python-format msgid "Warning" msgstr "警告" @@ -15862,7 +15894,7 @@ msgstr "警告訊息與警示" #: code:addons/base/ir/ir_sequence.py:134 #: code:addons/base/ir/ir_sequence.py:160 #: code:addons/base/res/res_config.py:469 -#: code:addons/base/res/res_users.py:505 +#: code:addons/base/res/res_users.py:512 #, python-format msgid "Warning!" msgstr "警告!" @@ -16231,7 +16263,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/res/res_partner.py:550 +#: code:addons/base/res/res_partner.py:549 #, python-format msgid "" "You can not change the company as the partner/user has multiple user linked " @@ -16249,7 +16281,7 @@ msgid "You can not register two fonts with the same name" msgstr "" #. module: base -#: code:addons/base/res/res_users.py:342 +#: code:addons/base/res/res_users.py:347 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " @@ -16332,7 +16364,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:243 +#: code:addons/base/ir/ir_mail_server.py:245 #, python-format msgid "" "Your OpenERP Server does not support SMTP-over-SSL. You could use STARTTLS " @@ -16341,7 +16373,7 @@ msgid "" msgstr "" #. module: base -#: code:addons/base/ir/ir_mail_server.py:491 +#: code:addons/base/ir/ir_mail_server.py:493 #, python-format msgid "" "Your server does not seem to support SSL, you may want to try STARTTLS " @@ -16509,11 +16541,6 @@ msgstr "" msgid "eInvoicing" msgstr "電子發票" -#. module: base -#: model:ir.module.module,shortdesc:base.module_account_voucher -msgid "eInvoicing & Payments" -msgstr "電子發票及付款作業" - #. module: base #: view:res.users:base.view_users_simple_form msgid "email@yourcompany.com" @@ -16585,7 +16612,7 @@ msgid "ltd" msgstr "有限公司" #. module: base -#: code:addons/base/ir/ir_ui_view.py:367 +#: code:addons/base/ir/ir_ui_view.py:353 #, python-format msgid "n/a" msgstr "" @@ -16781,3 +16808,15 @@ msgstr "奧蘭群島" #: model:ir.module.module,shortdesc:base.module_l10n_cn msgid "中国会计科目表" msgstr "" + +#~ msgid "Expense Management" +#~ msgstr "費用管理" + +#~ msgid "Issue Tracker" +#~ msgstr "問題追蹤系統" + +#~ msgid "eInvoicing & Payments" +#~ msgstr "電子發票及付款作業" + +#~ msgid "Installed Modules" +#~ msgstr "已安裝模組"